From 51120d4622ed03dc9bf31cc032bbf5427e275bb0 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" Date: Fri, 12 Apr 2024 10:38:19 +0300 Subject: [PATCH] Omit business.createdById from update/create methods Signed-off-by: Hung-Han (Henry) Chen --- src/BusinessService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BusinessService.ts b/src/BusinessService.ts index 0d27c215..33cd9244 100644 --- a/src/BusinessService.ts +++ b/src/BusinessService.ts @@ -385,6 +385,7 @@ export type BusinessUpdate = Partial< | "external" | "businessIdLiteSubscriptionId" | "verifiedDomains" + | "createdById" > & { verifiedDomains: Array<{ domain: string; @@ -691,6 +692,7 @@ class BusinessService extends Base { | "ssoAutoJoin" | "businessIdLiteSubscriptionId" | "verifiedDomains" + | "createdById" > & { id?: string; verifiedDomains: Array<{