Skip to content

Commit

Permalink
Remove isProspect from client.api schema (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Nelson <git@chrisnelson.au>
  • Loading branch information
chrisrbnelson and Christopher Nelson authored Aug 12, 2024
1 parent b780377 commit 655e9f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/xpm_ruby/schema/client/add.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module Client
WebSite?: Types::String,
ReferralSource?: Types::String,
ExportCode?: Types::String,
IsProspect?: Types::String,
AccountManagerID?: Types::String,
Contacts?: Types::Array.of(
Types::Hash.schema(
Expand Down
1 change: 0 additions & 1 deletion lib/xpm_ruby/schema/client/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module Client
WebSite?: Types::String,
ReferralSource?: Types::String,
ExportCode?: Types::String,
IsProspect?: Types::String,
AccountManagerID?: Types::String,
Contacts?: Types::Array.of(
Types::Hash.schema(
Expand Down

0 comments on commit 655e9f4

Please sign in to comment.