Skip to content

Commit 58084fe

Browse files
chrisrbnelsonChristopher Nelson
andauthored
Remove isProspect from client.api schema (#75)
Co-authored-by: Christopher Nelson <git@chrisnelson.au>
1 parent c8f082e commit 58084fe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/xpm_ruby/schema/client/add.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module Client
2121
WebSite?: Types::String,
2222
ReferralSource?: Types::String,
2323
ExportCode?: Types::String,
24-
IsProspect?: Types::String,
2524
AccountManagerID?: Types::String,
2625
Contacts?: Types::Array.of(
2726
Types::Hash.schema(

lib/xpm_ruby/schema/client/update.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module Client
2222
WebSite?: Types::String,
2323
ReferralSource?: Types::String,
2424
ExportCode?: Types::String,
25-
IsProspect?: Types::String,
2625
AccountManagerID?: Types::String,
2726
Contacts?: Types::Array.of(
2827
Types::Hash.schema(

0 commit comments

Comments
 (0)