diff --git a/index.d.ts b/index.d.ts index ae9a71f..77a6772 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1981,6 +1981,7 @@ export namespace DomainRobotModels { fname?: string lname?: string type?: ContactType + noSap?: boolean } export class CustomerDocument { constructor(config?: CustomerDocument);