@connectedxm/admin 3.2.0 → 3.2.1

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
@@ -1457,6 +1457,7 @@ interface Organization extends BaseOrganization {
1457
1457
  locales: string[];
1458
1458
  inviteOnly: boolean;
1459
1459
  googleTagManagerId: string | null;
1460
+ options: object | null;
1460
1461
  }
1461
1462
  interface OrganizationTrigger {
1462
1463
  id: number;
@@ -4739,6 +4740,7 @@ interface OrganizationUpdateInputs {
4739
4740
  locales?: string[] | null;
4740
4741
  inviteOnly?: boolean;
4741
4742
  googleTagManagerId?: string | null;
4743
+ options?: object | null;
4742
4744
  }
4743
4745
  interface PaymentIntentPurchaseMetadataInputs {
4744
4746
  }
package/dist/index.d.ts CHANGED
@@ -1457,6 +1457,7 @@ interface Organization extends BaseOrganization {
1457
1457
  locales: string[];
1458
1458
  inviteOnly: boolean;
1459
1459
  googleTagManagerId: string | null;
1460
+ options: object | null;
1460
1461
  }
1461
1462
  interface OrganizationTrigger {
1462
1463
  id: number;
@@ -4739,6 +4740,7 @@ interface OrganizationUpdateInputs {
4739
4740
  locales?: string[] | null;
4740
4741
  inviteOnly?: boolean;
4741
4742
  googleTagManagerId?: string | null;
4743
+ options?: object | null;
4742
4744
  }
4743
4745
  interface PaymentIntentPurchaseMetadataInputs {
4744
4746
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",