@connectedxm/admin 1.1.15 → 1.1.16

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
@@ -3411,6 +3411,7 @@ interface OrganizationUpdateInputs {
3411
3411
  appIconId?: string | null;
3412
3412
  appAdaptiveIconId?: string | null;
3413
3413
  appSplashScreenId?: string | null;
3414
+ locales?: string[] | null;
3414
3415
  }
3415
3416
  interface PaymentIntentPurchaseMetadataInputs {
3416
3417
  }
package/dist/index.d.ts CHANGED
@@ -3411,6 +3411,7 @@ interface OrganizationUpdateInputs {
3411
3411
  appIconId?: string | null;
3412
3412
  appAdaptiveIconId?: string | null;
3413
3413
  appSplashScreenId?: string | null;
3414
+ locales?: string[] | null;
3414
3415
  }
3415
3416
  interface PaymentIntentPurchaseMetadataInputs {
3416
3417
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {