@connectedxm/admin 2.0.4 → 2.0.5

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
@@ -1308,7 +1308,7 @@ interface BaseOrganization {
1308
1308
  iconId: string | null;
1309
1309
  icon: BaseImage | null;
1310
1310
  domain: string | null;
1311
- locale: true;
1311
+ locale: string;
1312
1312
  }
1313
1313
  interface Organization extends BaseOrganization {
1314
1314
  email: string | null;
package/dist/index.d.ts CHANGED
@@ -1308,7 +1308,7 @@ interface BaseOrganization {
1308
1308
  iconId: string | null;
1309
1309
  icon: BaseImage | null;
1310
1310
  domain: string | null;
1311
- locale: true;
1311
+ locale: string;
1312
1312
  }
1313
1313
  interface Organization extends BaseOrganization {
1314
1314
  email: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",