From 1a4ffaef3f1fc2d6b311eac4742c3447348158a5 Mon Sep 17 00:00:00 2001 From: artur Date: Mon, 12 Feb 2024 11:59:11 +0100 Subject: [PATCH] added noSap field to CustomerContract --- index.d.ts | 1 + 1 file changed, 1 insertion(+) 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);