@connectedxm/admin 2.0.0 → 2.0.2
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.cjs +70 -0
- package/dist/index.d.cts +4 -20
- package/dist/index.d.ts +4 -20
- package/dist/index.js +69 -0
- package/eslint.config.js +1 -0
- package/package.json +13 -11
package/dist/index.cjs
CHANGED
|
@@ -1551,6 +1551,7 @@ __export(index_exports, {
|
|
|
1551
1551
|
SubscriptionStatus: () => SubscriptionStatus,
|
|
1552
1552
|
SupportTicketState: () => SupportTicketState,
|
|
1553
1553
|
SupportTicketType: () => SupportTicketType,
|
|
1554
|
+
SupportedLocale: () => SupportedLocale,
|
|
1554
1555
|
SurveyQuestionType: () => SurveyQuestionType,
|
|
1555
1556
|
SwitchImage: () => SwitchImage,
|
|
1556
1557
|
TAX_INTEGRATIONS_QUERY_KEY: () => TAX_INTEGRATIONS_QUERY_KEY,
|
|
@@ -13374,6 +13375,74 @@ var BadgeFieldTransformation = /* @__PURE__ */ ((BadgeFieldTransformation2) => {
|
|
|
13374
13375
|
BadgeFieldTransformation2["lowercase"] = "lowercase";
|
|
13375
13376
|
return BadgeFieldTransformation2;
|
|
13376
13377
|
})(BadgeFieldTransformation || {});
|
|
13378
|
+
var SupportedLocale = /* @__PURE__ */ ((SupportedLocale2) => {
|
|
13379
|
+
SupportedLocale2["af"] = "af";
|
|
13380
|
+
SupportedLocale2["sq"] = "sq";
|
|
13381
|
+
SupportedLocale2["am"] = "am";
|
|
13382
|
+
SupportedLocale2["ar"] = "ar";
|
|
13383
|
+
SupportedLocale2["hy"] = "hy";
|
|
13384
|
+
SupportedLocale2["az"] = "az";
|
|
13385
|
+
SupportedLocale2["bn"] = "bn";
|
|
13386
|
+
SupportedLocale2["bs"] = "bs";
|
|
13387
|
+
SupportedLocale2["bg"] = "bg";
|
|
13388
|
+
SupportedLocale2["zh-CN"] = "zh-CN";
|
|
13389
|
+
SupportedLocale2["ca"] = "ca";
|
|
13390
|
+
SupportedLocale2["zh-TW"] = "zh-TW";
|
|
13391
|
+
SupportedLocale2["hr"] = "hr";
|
|
13392
|
+
SupportedLocale2["cs"] = "cs";
|
|
13393
|
+
SupportedLocale2["da"] = "da";
|
|
13394
|
+
SupportedLocale2["nl"] = "nl";
|
|
13395
|
+
SupportedLocale2["en"] = "en";
|
|
13396
|
+
SupportedLocale2["et"] = "et";
|
|
13397
|
+
SupportedLocale2["fi"] = "fi";
|
|
13398
|
+
SupportedLocale2["fr"] = "fr";
|
|
13399
|
+
SupportedLocale2["fr-CA"] = "fr-CA";
|
|
13400
|
+
SupportedLocale2["ka"] = "ka";
|
|
13401
|
+
SupportedLocale2["de"] = "de";
|
|
13402
|
+
SupportedLocale2["el"] = "el";
|
|
13403
|
+
SupportedLocale2["ht"] = "ht";
|
|
13404
|
+
SupportedLocale2["he"] = "he";
|
|
13405
|
+
SupportedLocale2["hi"] = "hi";
|
|
13406
|
+
SupportedLocale2["hu"] = "hu";
|
|
13407
|
+
SupportedLocale2["is"] = "is";
|
|
13408
|
+
SupportedLocale2["id"] = "id";
|
|
13409
|
+
SupportedLocale2["ga"] = "ga";
|
|
13410
|
+
SupportedLocale2["it"] = "it";
|
|
13411
|
+
SupportedLocale2["ja"] = "ja";
|
|
13412
|
+
SupportedLocale2["kk"] = "kk";
|
|
13413
|
+
SupportedLocale2["ko"] = "ko";
|
|
13414
|
+
SupportedLocale2["lv"] = "lv";
|
|
13415
|
+
SupportedLocale2["lt"] = "lt";
|
|
13416
|
+
SupportedLocale2["mk"] = "mk";
|
|
13417
|
+
SupportedLocale2["ms"] = "ms";
|
|
13418
|
+
SupportedLocale2["mt"] = "mt";
|
|
13419
|
+
SupportedLocale2["mn"] = "mn";
|
|
13420
|
+
SupportedLocale2["no"] = "no";
|
|
13421
|
+
SupportedLocale2["fa"] = "fa";
|
|
13422
|
+
SupportedLocale2["ps"] = "ps";
|
|
13423
|
+
SupportedLocale2["pl"] = "pl";
|
|
13424
|
+
SupportedLocale2["pt"] = "pt";
|
|
13425
|
+
SupportedLocale2["pt-PT"] = "pt-PT";
|
|
13426
|
+
SupportedLocale2["pa"] = "pa";
|
|
13427
|
+
SupportedLocale2["ro"] = "ro";
|
|
13428
|
+
SupportedLocale2["ru"] = "ru";
|
|
13429
|
+
SupportedLocale2["sr"] = "sr";
|
|
13430
|
+
SupportedLocale2["sk"] = "sk";
|
|
13431
|
+
SupportedLocale2["sl"] = "sl";
|
|
13432
|
+
SupportedLocale2["so"] = "so";
|
|
13433
|
+
SupportedLocale2["es"] = "es";
|
|
13434
|
+
SupportedLocale2["es-MX"] = "es-MX";
|
|
13435
|
+
SupportedLocale2["sw"] = "sw";
|
|
13436
|
+
SupportedLocale2["sv"] = "sv";
|
|
13437
|
+
SupportedLocale2["ta"] = "ta";
|
|
13438
|
+
SupportedLocale2["th"] = "th";
|
|
13439
|
+
SupportedLocale2["tr"] = "tr";
|
|
13440
|
+
SupportedLocale2["uk"] = "uk";
|
|
13441
|
+
SupportedLocale2["ur"] = "ur";
|
|
13442
|
+
SupportedLocale2["uz"] = "uz";
|
|
13443
|
+
SupportedLocale2["vi"] = "vi";
|
|
13444
|
+
return SupportedLocale2;
|
|
13445
|
+
})(SupportedLocale || {});
|
|
13377
13446
|
var GroupInvitationStatus = /* @__PURE__ */ ((GroupInvitationStatus2) => {
|
|
13378
13447
|
GroupInvitationStatus2["invited"] = "invited";
|
|
13379
13448
|
GroupInvitationStatus2["rejected"] = "rejected";
|
|
@@ -34539,6 +34608,7 @@ var useUpdateVideo = (options = {}) => {
|
|
|
34539
34608
|
SubscriptionStatus,
|
|
34540
34609
|
SupportTicketState,
|
|
34541
34610
|
SupportTicketType,
|
|
34611
|
+
SupportedLocale,
|
|
34542
34612
|
SurveyQuestionType,
|
|
34543
34613
|
SwitchImage,
|
|
34544
34614
|
TAX_INTEGRATIONS_QUERY_KEY,
|