@connectedxm/client 1.3.11 → 1.3.12

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
@@ -1788,6 +1788,7 @@ interface OrganizationConfig {
1788
1788
  ADAPTIVE_ICON: string | null;
1789
1789
  SPLASH_SCREEN: string | null;
1790
1790
  DEFAULT_LOCALE: SupportedLocale;
1791
+ LOCALES: SupportedLocale[];
1791
1792
  LANGUAGES: Partial<Record<SupportedLocale, Record<string, string>>>;
1792
1793
  AUTH: {
1793
1794
  LAYOUT: "default" | "social";
package/dist/index.d.ts CHANGED
@@ -1788,6 +1788,7 @@ interface OrganizationConfig {
1788
1788
  ADAPTIVE_ICON: string | null;
1789
1789
  SPLASH_SCREEN: string | null;
1790
1790
  DEFAULT_LOCALE: SupportedLocale;
1791
+ LOCALES: SupportedLocale[];
1791
1792
  LANGUAGES: Partial<Record<SupportedLocale, Record<string, string>>>;
1792
1793
  AUTH: {
1793
1794
  LAYOUT: "default" | "social";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {