@connectedxm/admin 2.0.3 → 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
@@ -4054,6 +4054,7 @@ interface OrganizationUpdateInputs {
4054
4054
  appIconId?: string | null;
4055
4055
  appAdaptiveIconId?: string | null;
4056
4056
  appSplashScreenId?: string | null;
4057
+ locale?: string | null;
4057
4058
  locales?: string[] | null;
4058
4059
  googleServices?: string | null;
4059
4060
  inviteOnly?: boolean;
package/dist/index.d.ts CHANGED
@@ -4054,6 +4054,7 @@ interface OrganizationUpdateInputs {
4054
4054
  appIconId?: string | null;
4055
4055
  appAdaptiveIconId?: string | null;
4056
4056
  appSplashScreenId?: string | null;
4057
+ locale?: string | null;
4057
4058
  locales?: string[] | null;
4058
4059
  googleServices?: string | null;
4059
4060
  inviteOnly?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",