Skip to content

Commit

Permalink
Merge pull request #95 from Arturexe/master
Browse files Browse the repository at this point in the history
added noSap field to CustomerContract
  • Loading branch information
adelholtz authored Feb 12, 2024
2 parents effbf62 + 087a30d commit ba1a273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ export namespace DomainRobotModels {
fname?: string
lname?: string
type?: ContactType
noSap?: boolean
}
export class CustomerDocument {
constructor(config?: CustomerDocument);
Expand Down

0 comments on commit ba1a273

Please sign in to comment.