@connectedxm/admin 2.0.2 → 2.0.3

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
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
1367
1367
  locales: string[];
1368
1368
  googleServices: string | null;
1369
1369
  inviteOnly: boolean;
1370
+ shopUrl: string | null;
1370
1371
  }
1371
1372
  interface OrganizationTrigger {
1372
1373
  id: number;
@@ -4056,6 +4057,7 @@ interface OrganizationUpdateInputs {
4056
4057
  locales?: string[] | null;
4057
4058
  googleServices?: string | null;
4058
4059
  inviteOnly?: boolean;
4060
+ shopUrl?: string | null;
4059
4061
  }
4060
4062
  interface PaymentIntentPurchaseMetadataInputs {
4061
4063
  }
package/dist/index.d.ts CHANGED
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
1367
1367
  locales: string[];
1368
1368
  googleServices: string | null;
1369
1369
  inviteOnly: boolean;
1370
+ shopUrl: string | null;
1370
1371
  }
1371
1372
  interface OrganizationTrigger {
1372
1373
  id: number;
@@ -4056,6 +4057,7 @@ interface OrganizationUpdateInputs {
4056
4057
  locales?: string[] | null;
4057
4058
  googleServices?: string | null;
4058
4059
  inviteOnly?: boolean;
4060
+ shopUrl?: string | null;
4059
4061
  }
4060
4062
  interface PaymentIntentPurchaseMetadataInputs {
4061
4063
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",