@connectedxm/client 1.3.15 → 1.3.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
@@ -1730,7 +1730,9 @@ declare enum SupportedLocale {
1730
1730
  en = "en",
1731
1731
  es = "es",
1732
1732
  fr = "fr",
1733
- ja = "ja"
1733
+ ja = "ja",
1734
+ id = "id",
1735
+ ms = "ms"
1734
1736
  }
1735
1737
  declare enum DefaultAuthAction {
1736
1738
  signIn = "signIn",
package/dist/index.d.ts CHANGED
@@ -1730,7 +1730,9 @@ declare enum SupportedLocale {
1730
1730
  en = "en",
1731
1731
  es = "es",
1732
1732
  fr = "fr",
1733
- ja = "ja"
1733
+ ja = "ja",
1734
+ id = "id",
1735
+ ms = "ms"
1734
1736
  }
1735
1737
  declare enum DefaultAuthAction {
1736
1738
  signIn = "signIn",
package/dist/index.js CHANGED
@@ -1391,6 +1391,8 @@ var SupportedLocale = /* @__PURE__ */ ((SupportedLocale2) => {
1391
1391
  SupportedLocale2["es"] = "es";
1392
1392
  SupportedLocale2["fr"] = "fr";
1393
1393
  SupportedLocale2["ja"] = "ja";
1394
+ SupportedLocale2["id"] = "id";
1395
+ SupportedLocale2["ms"] = "ms";
1394
1396
  return SupportedLocale2;
1395
1397
  })(SupportedLocale || {});
1396
1398
  var DefaultAuthAction = /* @__PURE__ */ ((DefaultAuthAction2) => {
package/dist/index.mjs CHANGED
@@ -412,6 +412,8 @@ var SupportedLocale = /* @__PURE__ */ ((SupportedLocale2) => {
412
412
  SupportedLocale2["es"] = "es";
413
413
  SupportedLocale2["fr"] = "fr";
414
414
  SupportedLocale2["ja"] = "ja";
415
+ SupportedLocale2["id"] = "id";
416
+ SupportedLocale2["ms"] = "ms";
415
417
  return SupportedLocale2;
416
418
  })(SupportedLocale || {});
417
419
  var DefaultAuthAction = /* @__PURE__ */ ((DefaultAuthAction2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {