@connectedxm/admin 2.10.8 → 2.10.9

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
@@ -1450,6 +1450,7 @@ interface Organization extends BaseOrganization {
1450
1450
  maxVideoMins: number | null;
1451
1451
  locales: string[];
1452
1452
  inviteOnly: boolean;
1453
+ googleTagManagerId: string | null;
1453
1454
  }
1454
1455
  interface OrganizationTrigger {
1455
1456
  id: number;
@@ -4641,6 +4642,7 @@ interface OrganizationUpdateInputs {
4641
4642
  locale?: string | null;
4642
4643
  locales?: string[] | null;
4643
4644
  inviteOnly?: boolean;
4645
+ googleTagManagerId?: string | null;
4644
4646
  }
4645
4647
  interface PaymentIntentPurchaseMetadataInputs {
4646
4648
  }
package/dist/index.d.ts CHANGED
@@ -1450,6 +1450,7 @@ interface Organization extends BaseOrganization {
1450
1450
  maxVideoMins: number | null;
1451
1451
  locales: string[];
1452
1452
  inviteOnly: boolean;
1453
+ googleTagManagerId: string | null;
1453
1454
  }
1454
1455
  interface OrganizationTrigger {
1455
1456
  id: number;
@@ -4641,6 +4642,7 @@ interface OrganizationUpdateInputs {
4641
4642
  locale?: string | null;
4642
4643
  locales?: string[] | null;
4643
4644
  inviteOnly?: boolean;
4645
+ googleTagManagerId?: string | null;
4644
4646
  }
4645
4647
  interface PaymentIntentPurchaseMetadataInputs {
4646
4648
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.10.8",
3
+ "version": "2.10.9",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",