@connectedxm/admin 2.2.0 → 2.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
@@ -1371,7 +1371,6 @@ interface Organization extends BaseOrganization {
1371
1371
  locales: string[];
1372
1372
  googleServices: string | null;
1373
1373
  inviteOnly: boolean;
1374
- shopUrl: string | null;
1375
1374
  }
1376
1375
  interface OrganizationTrigger {
1377
1376
  id: number;
@@ -4152,7 +4151,6 @@ interface OrganizationUpdateInputs {
4152
4151
  locales?: string[] | null;
4153
4152
  googleServices?: string | null;
4154
4153
  inviteOnly?: boolean;
4155
- shopUrl?: string | null;
4156
4154
  }
4157
4155
  interface PaymentIntentPurchaseMetadataInputs {
4158
4156
  }
package/dist/index.d.ts CHANGED
@@ -1371,7 +1371,6 @@ interface Organization extends BaseOrganization {
1371
1371
  locales: string[];
1372
1372
  googleServices: string | null;
1373
1373
  inviteOnly: boolean;
1374
- shopUrl: string | null;
1375
1374
  }
1376
1375
  interface OrganizationTrigger {
1377
1376
  id: number;
@@ -4152,7 +4151,6 @@ interface OrganizationUpdateInputs {
4152
4151
  locales?: string[] | null;
4153
4152
  googleServices?: string | null;
4154
4153
  inviteOnly?: boolean;
4155
- shopUrl?: string | null;
4156
4154
  }
4157
4155
  interface PaymentIntentPurchaseMetadataInputs {
4158
4156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",