@connectedxm/admin 2.3.3 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1384,7 +1384,6 @@ interface Organization extends BaseOrganization {
1384
1384
  maxImageCount: number | null;
1385
1385
  maxVideoMins: number | null;
1386
1386
  locales: string[];
1387
- googleServices: string | null;
1388
1387
  inviteOnly: boolean;
1389
1388
  }
1390
1389
  interface OrganizationTrigger {
@@ -4391,7 +4390,6 @@ interface OrganizationUpdateInputs {
4391
4390
  appSplashScreenId?: string | null;
4392
4391
  locale?: string | null;
4393
4392
  locales?: string[] | null;
4394
- googleServices?: string | null;
4395
4393
  inviteOnly?: boolean;
4396
4394
  }
4397
4395
  interface PaymentIntentPurchaseMetadataInputs {
package/dist/index.d.ts CHANGED
@@ -1384,7 +1384,6 @@ interface Organization extends BaseOrganization {
1384
1384
  maxImageCount: number | null;
1385
1385
  maxVideoMins: number | null;
1386
1386
  locales: string[];
1387
- googleServices: string | null;
1388
1387
  inviteOnly: boolean;
1389
1388
  }
1390
1389
  interface OrganizationTrigger {
@@ -4391,7 +4390,6 @@ interface OrganizationUpdateInputs {
4391
4390
  appSplashScreenId?: string | null;
4392
4391
  locale?: string | null;
4393
4392
  locales?: string[] | null;
4394
- googleServices?: string | null;
4395
4393
  inviteOnly?: boolean;
4396
4394
  }
4397
4395
  interface PaymentIntentPurchaseMetadataInputs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",