@connectedxm/admin 2.0.2 → 2.0.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
@@ -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;
@@ -4053,9 +4054,11 @@ interface OrganizationUpdateInputs {
4053
4054
  appIconId?: string | null;
4054
4055
  appAdaptiveIconId?: string | null;
4055
4056
  appSplashScreenId?: string | null;
4057
+ locale?: string | null;
4056
4058
  locales?: string[] | null;
4057
4059
  googleServices?: string | null;
4058
4060
  inviteOnly?: boolean;
4061
+ shopUrl?: string | null;
4059
4062
  }
4060
4063
  interface PaymentIntentPurchaseMetadataInputs {
4061
4064
  }
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;
@@ -4053,9 +4054,11 @@ interface OrganizationUpdateInputs {
4053
4054
  appIconId?: string | null;
4054
4055
  appAdaptiveIconId?: string | null;
4055
4056
  appSplashScreenId?: string | null;
4057
+ locale?: string | null;
4056
4058
  locales?: string[] | null;
4057
4059
  googleServices?: string | null;
4058
4060
  inviteOnly?: boolean;
4061
+ shopUrl?: string | null;
4059
4062
  }
4060
4063
  interface PaymentIntentPurchaseMetadataInputs {
4061
4064
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",