@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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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) => {
|