@connectedxm/admin 1.1.15 → 1.1.17

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.mts CHANGED
@@ -1221,6 +1221,7 @@ interface BaseOrganization {
1221
1221
  iconId: string | null;
1222
1222
  icon: BaseImage | null;
1223
1223
  domain: string | null;
1224
+ locale: true;
1224
1225
  }
1225
1226
  interface Organization extends BaseOrganization {
1226
1227
  email: string | null;
@@ -1276,7 +1277,7 @@ interface Organization extends BaseOrganization {
1276
1277
  maxFileGbs: number | null;
1277
1278
  maxImageCount: number | null;
1278
1279
  maxVideoMins: number | null;
1279
- locale: string | null;
1280
+ locales: string[];
1280
1281
  }
1281
1282
  interface OrganizationTrigger {
1282
1283
  id: number;
@@ -3411,6 +3412,7 @@ interface OrganizationUpdateInputs {
3411
3412
  appIconId?: string | null;
3412
3413
  appAdaptiveIconId?: string | null;
3413
3414
  appSplashScreenId?: string | null;
3415
+ locales?: string[] | null;
3414
3416
  }
3415
3417
  interface PaymentIntentPurchaseMetadataInputs {
3416
3418
  }
package/dist/index.d.ts CHANGED
@@ -1221,6 +1221,7 @@ interface BaseOrganization {
1221
1221
  iconId: string | null;
1222
1222
  icon: BaseImage | null;
1223
1223
  domain: string | null;
1224
+ locale: true;
1224
1225
  }
1225
1226
  interface Organization extends BaseOrganization {
1226
1227
  email: string | null;
@@ -1276,7 +1277,7 @@ interface Organization extends BaseOrganization {
1276
1277
  maxFileGbs: number | null;
1277
1278
  maxImageCount: number | null;
1278
1279
  maxVideoMins: number | null;
1279
- locale: string | null;
1280
+ locales: string[];
1280
1281
  }
1281
1282
  interface OrganizationTrigger {
1282
1283
  id: number;
@@ -3411,6 +3412,7 @@ interface OrganizationUpdateInputs {
3411
3412
  appIconId?: string | null;
3412
3413
  appAdaptiveIconId?: string | null;
3413
3414
  appSplashScreenId?: string | null;
3415
+ locales?: string[] | null;
3414
3416
  }
3415
3417
  interface PaymentIntentPurchaseMetadataInputs {
3416
3418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {