sass-cms-template-common 0.0.13 → 0.0.15

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.
@@ -40,6 +40,14 @@ var r = t("", {
40
40
  light: "#1D1B201A",
41
41
  dark: "#FFFFFF1A"
42
42
  },
43
+ kundera: {
44
+ light: "#2962FF",
45
+ dark: "#2962FF"
46
+ },
47
+ kunderaHover: {
48
+ light: "#2254DE",
49
+ dark: "#2254DE"
50
+ },
43
51
  secondary: {
44
52
  light: "#D8E2FF",
45
53
  dark: "#2C4678"
@@ -68,6 +76,18 @@ var r = t("", {
68
76
  light: "#F9F9FF",
69
77
  dark: "#1D2024"
70
78
  },
79
+ searchHoverBg: {
80
+ light: "#DBDCE2",
81
+ dark: "#34363B"
82
+ },
83
+ searchFocusBg: {
84
+ light: "#E7E8EE",
85
+ dark: "#33363C"
86
+ },
87
+ searchClearHoverBg: {
88
+ light: "rgba(25, 28, 32, 0.10)",
89
+ dark: "rgba(255, 255, 255, 0.10)"
90
+ },
71
91
  whiteBtnBorder: {
72
92
  light: "#DDDDDD",
73
93
  dark: "#43474E"
@@ -112,6 +132,26 @@ var r = t("", {
112
132
  light: "#C4C6CF",
113
133
  dark: "#43474E"
114
134
  },
135
+ rowHover: {
136
+ light: "rgba(25, 28, 32, 0.06)",
137
+ dark: "rgba(255, 255, 255, 0.06)"
138
+ },
139
+ neutralHover: {
140
+ light: "rgba(25, 28, 32, 0.08)",
141
+ dark: "rgba(255, 255, 255, 0.10)"
142
+ },
143
+ onPrimaryStateLayer: {
144
+ light: "rgba(255, 255, 255, 0.08)",
145
+ dark: "rgba(255, 255, 255, 0.08)"
146
+ },
147
+ actionIcon: {
148
+ light: "#43474E",
149
+ dark: "#C4C6CF"
150
+ },
151
+ actionIconHover: {
152
+ light: "#191C20",
153
+ dark: "#E1E2E9"
154
+ },
115
155
  textStrong: {
116
156
  light: "#191C22",
117
157
  dark: "#E4E2E6"
@@ -152,6 +192,18 @@ var r = t("", {
152
192
  light: "#DEE2E6",
153
193
  dark: "#43474E"
154
194
  },
195
+ avatarInactiveBg: {
196
+ light: "#E1E5F2",
197
+ dark: "#282A2F"
198
+ },
199
+ avatarInactiveIcon: {
200
+ light: "#6C7396",
201
+ dark: "#8A929C"
202
+ },
203
+ tooltipSurface: {
204
+ light: "#2E3035",
205
+ dark: "#2E3035"
206
+ },
155
207
  surface: {
156
208
  light: "#FFFFFF",
157
209
  dark: "#282A2F"
@@ -175,7 +227,7 @@ var r = t("", {
175
227
  }, s = {
176
228
  buttonHeight: 40,
177
229
  buttonHeightSm: 34,
178
- searchHeight: 48
230
+ searchHeight: 40
179
231
  }, c = {
180
232
  surface: "#2E2E2E",
181
233
  onSurface: "#FFFFFF",
@@ -299,13 +351,13 @@ var r = t("", {
299
351
  dark: "#FFFFFF"
300
352
  }
301
353
  }
302
- }), h = {
354
+ }), ee = {
303
355
  assigned: {
304
356
  bg: i.secondary,
305
357
  on: i.onSecondaryContainer
306
358
  },
307
359
  ...m.values
308
- }, g = t("editorial-opportunity", {
360
+ }, h = t("editorial-opportunity", {
309
361
  accent: {
310
362
  light: "#3162E0",
311
363
  dark: "#3B6FF0"
@@ -326,7 +378,7 @@ var r = t("", {
326
378
  light: "#83521A",
327
379
  dark: "#E5B87A"
328
380
  }
329
- }), _ = g.values, v = {
381
+ }), g = h.values, _ = {
330
382
  high: {
331
383
  bg: {
332
384
  light: "#D7F5DD",
@@ -357,10 +409,10 @@ var r = t("", {
357
409
  dark: "#C4C6CF"
358
410
  }
359
411
  }
360
- }, y = n("confidence", v).values, b = {
412
+ }, te = n("confidence", _).values, ne = {
361
413
  like: "#1E8E3E",
362
414
  dislike: "#D93025"
363
- }, x = t("source", {
415
+ }, v = t("source", {
364
416
  rss: {
365
417
  light: "#FB923C",
366
418
  dark: "#FB923C"
@@ -377,34 +429,33 @@ var r = t("", {
377
429
  light: "#111111",
378
430
  dark: "#E1E2E9"
379
431
  }
380
- }), S = x.values;
381
- function C() {
432
+ }), re = v.values;
433
+ function y() {
382
434
  return {
383
435
  light: {
384
436
  ...r.light,
385
437
  ...n("state", u).light,
386
438
  ...n("user-status", f).light,
387
439
  ...m.light,
388
- ...g.light,
389
- ...n("confidence", v).light,
390
- ...x.light
440
+ ...h.light,
441
+ ...n("confidence", _).light,
442
+ ...v.light
391
443
  },
392
444
  dark: {
393
445
  ...r.dark,
394
446
  ...n("state", u).dark,
395
447
  ...n("user-status", f).dark,
396
448
  ...m.dark,
397
- ...g.dark,
398
- ...n("confidence", v).dark,
399
- ...x.dark
449
+ ...h.dark,
450
+ ...n("confidence", _).dark,
451
+ ...v.dark
400
452
  }
401
453
  };
402
454
  }
403
- var w = {
404
- roboto: "\"Roboto\",\"Helvetica\",\"Arial\",sans-serif",
405
- productSans: "\"Product Sans\",\"Roboto\",\"Helvetica\",\"Arial\",sans-serif",
455
+ var b = {
456
+ googleSans: "\"Google Sans\",\"Helvetica\",\"Arial\",sans-serif",
406
457
  mono: "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace"
407
- }, T = {
458
+ }, x = {
408
459
  "000.000": "The user is already logged in",
409
460
  "000.001": "The user does not exist",
410
461
  "000.002": "The user will be disabled after 3 invalid login attempts.",
@@ -494,8 +545,12 @@ var w = {
494
545
  "999.002a": "An error occurred in the service",
495
546
  "999.003a": "CMS internal error. Please contact your Administrator",
496
547
  "999.006a": "Login failed",
497
- "999.009a": "Maximum number of pins exceeded"
498
- }, E = {
548
+ "999.009a": "Maximum number of pins exceeded",
549
+ "net.offline": "No connection. Check your network or Wi-Fi status. We will retry when the connection is restored.",
550
+ "net.timeout": "The request took too long. Retrying…",
551
+ "net.unavailable": "Server unavailable.",
552
+ "net.server": "Internal server error."
553
+ }, S = {
499
554
  "000.000": "El usuario ya se encuentra logueado",
500
555
  "000.001": "El usuario no existe",
501
556
  "000.002": "El usuario será deshabilitado luego de 3 intentos de inicio de sesión no válidos.",
@@ -585,8 +640,12 @@ var w = {
585
640
  "999.002a": "Se produjo un error en el servicio",
586
641
  "999.003a": "Error interno de CMS. Comuniquese con su administrador",
587
642
  "999.006a": "Falló el login",
588
- "999.009a": "Supero el máximo de pines"
589
- }, D = {
643
+ "999.009a": "Supero el máximo de pines",
644
+ "net.offline": "Sin conexión. Revisa tu red o el estado del Wi-Fi. Reintentaremos cuando se restablezca.",
645
+ "net.timeout": "La solicitud tardó demasiado. Reintentando…",
646
+ "net.unavailable": "Servidor no disponible.",
647
+ "net.server": "Error interno del servidor."
648
+ }, C = {
590
649
  "000.000": "O usuário já está logado",
591
650
  "000.001": "O usuário não existe",
592
651
  "000.002": "O usuário será desabilitado após 3 tentativas de login inválidas.",
@@ -676,13 +735,17 @@ var w = {
676
735
  "999.002a": "Ocorreu um erro no serviço",
677
736
  "999.003a": "Erro interno do CMS. Entre em contato com seu administrador",
678
737
  "999.006a": "Falha no login",
679
- "999.009a": "Número máximo de pinos excedido"
680
- }, O = {
681
- es: E,
682
- en: T,
683
- pt: D
684
- }, k = new Set(/* @__PURE__ */ "000.005,000.001,000.015,003.008,008.004,000.018,999.000,009.002,004.004,008.018,030.003,030.004,030.005,000.007,000.008,000.009,000.010,000.011,000.012,000.013,000.027,002.001,002.003,002.004,003.004,004.003,006.002,999.009a".split(","));
685
- function A(e) {
738
+ "999.009a": "Número máximo de pinos excedido",
739
+ "net.offline": "Sem conexão. Verifique sua rede ou o status do Wi-Fi. Tentaremos novamente quando a conexão for restabelecida.",
740
+ "net.timeout": "A solicitação demorou demais. Tentando novamente…",
741
+ "net.unavailable": "Servidor não disponível.",
742
+ "net.server": "Erro interno do servidor."
743
+ }, ie = {
744
+ es: S,
745
+ en: x,
746
+ pt: C
747
+ }, ae = new Set(/* @__PURE__ */ "000.005,000.001,000.015,003.008,008.004,000.018,999.000,009.002,004.004,008.018,030.003,030.004,030.005,000.007,000.008,000.009,000.010,000.011,000.012,000.013,000.027,002.001,002.003,002.004,003.004,004.003,006.002,999.009a".split(","));
748
+ function w(e) {
686
749
  if (e == null) return;
687
750
  if (Array.isArray(e)) {
688
751
  let t = e.find((e) => e != null && e !== "");
@@ -691,73 +754,156 @@ function A(e) {
691
754
  let t = String(e);
692
755
  return t === "" ? void 0 : t;
693
756
  }
694
- function ee(e, t = "es") {
695
- let n = A(e);
757
+ function oe(e, t = "es") {
758
+ let n = w(e);
696
759
  if (!n) return;
697
- let r = O[t] ?? T;
698
- return r[n] ?? r[`${n}a`] ?? T[n] ?? T[`${n}a`];
760
+ let r = ie[t] ?? x;
761
+ return r[n] ?? r[`${n}a`] ?? x[n] ?? x[`${n}a`];
762
+ }
763
+ function se(e) {
764
+ let t = w(e);
765
+ return t && ae.has(t) ? "warning" : "error";
766
+ }
767
+ //#endregion
768
+ //#region src/lib/network/classifyNetworkError.ts
769
+ var T = {
770
+ offline: "net.offline",
771
+ timeout: "net.timeout",
772
+ unavailable: "net.unavailable",
773
+ server: "net.server"
774
+ }, E = new Set(Object.values(T)), ce = new Set([
775
+ T.offline,
776
+ T.timeout,
777
+ T.unavailable,
778
+ T.server
779
+ ]);
780
+ function le(e) {
781
+ return e != null && E.has(e);
782
+ }
783
+ function ue(e) {
784
+ return e != null && ce.has(e);
785
+ }
786
+ function D(e) {
787
+ let t = e, n = e instanceof Error ? e.message : String(e), r = t?.response?.status ?? t?.status, i = t?.code;
788
+ return i === "ECONNABORTED" || i === "ETIMEDOUT" || /timeout/i.test(n) ? {
789
+ errorCode: T.timeout,
790
+ retryable: !0,
791
+ error: n
792
+ } : r === 502 || r === 503 || r === 504 ? {
793
+ errorCode: T.unavailable,
794
+ retryable: !0,
795
+ error: n
796
+ } : typeof r == "number" && r >= 500 ? {
797
+ errorCode: T.server,
798
+ retryable: !0,
799
+ error: n
800
+ } : i === "ERR_NETWORK" || /network\s?error|failed to fetch|load failed|networkerror|fetch failed/i.test(n) || r === void 0 && t?.response === void 0 && t?.request !== void 0 ? {
801
+ errorCode: T.offline,
802
+ retryable: !0,
803
+ error: n
804
+ } : null;
805
+ }
806
+ function de(e) {
807
+ if (typeof e != "object" || !e) return null;
808
+ let t = e;
809
+ if (t.status !== "error" && t.status !== "fail") return null;
810
+ let n = typeof t.errorCode == "string" ? t.errorCode : void 0;
811
+ return n && E.has(n) ? n : null;
812
+ }
813
+ //#endregion
814
+ //#region src/lib/network/networkBridge.ts
815
+ var O = "__cmsNetworkBridgeHandlers__";
816
+ function k() {
817
+ return globalThis[O] ?? null;
699
818
  }
700
- function te(e) {
701
- let t = A(e);
702
- return t && k.has(t) ? "warning" : "error";
819
+ function A(e) {
820
+ globalThis[O] = e;
821
+ }
822
+ var j = {
823
+ register(e) {
824
+ A(e);
825
+ },
826
+ unregister() {
827
+ A(null);
828
+ },
829
+ get isRegistered() {
830
+ return k() !== null;
831
+ },
832
+ reportOffline() {
833
+ k()?.reportOffline();
834
+ },
835
+ waitForOnline() {
836
+ return k()?.waitForOnline() ?? Promise.resolve();
837
+ },
838
+ verifyConnectivity() {
839
+ return k()?.verifyConnectivity() ?? Promise.resolve(typeof navigator > "u" || navigator.onLine);
840
+ }
841
+ };
842
+ async function M(e, t) {
843
+ if (typeof window > "u" || !D(e)) throw e;
844
+ let n = e?.config;
845
+ if (n == null || !j.isRegistered) throw e;
846
+ let r;
847
+ if (typeof navigator < "u" && !navigator.onLine ? (j.reportOffline(), r = !0) : r = !await j.verifyConnectivity(), !r) throw e;
848
+ return await j.waitForOnline(), t(n);
703
849
  }
704
850
  //#endregion
705
851
  //#region src/lib/utils/toTestId.ts
706
- function j(e) {
852
+ function N(e) {
707
853
  return e == null || e === "" ? "" : String(e).trim().toLowerCase().normalize("NFD").replace(/[̀-ͯ]/g, "").replace(/[\s._/\\]+/g, "-").replace(/[^a-z0-9-]/g, "").replace(/-+/g, "-").replace(/^-+|-+$/g, "");
708
854
  }
709
855
  //#endregion
710
856
  //#region src/lib/utils/site-selector.ts
711
- var M = i.menuSurface, N = i.secondary, P = i.surface, F = "bluestack-es";
712
- function I(e) {
857
+ var P = i.menuSurface, F = i.secondary, I = i.surface, L = "bluestack-es";
858
+ function R(e) {
713
859
  return e.flatMap((e) => e.publications);
714
860
  }
715
- function L(e, t) {
716
- return I(e).find((e) => String(e.id) === t);
861
+ function z(e, t) {
862
+ return R(e).find((e) => String(e.id) === t);
717
863
  }
718
- function R(e, t) {
719
- return I(e).find((e) => String(e.id) === t)?.description ?? "Seleccionar publicación";
864
+ function B(e, t) {
865
+ return R(e).find((e) => String(e.id) === t)?.description ?? "Seleccionar publicación";
720
866
  }
721
- function z(e) {
722
- let t = I(e)[0];
867
+ function V(e) {
868
+ let t = R(e)[0];
723
869
  return t ? String(t.id) : "1";
724
870
  }
725
- function B(e) {
871
+ function H(e) {
726
872
  let t = Number(e);
727
873
  return Number.isFinite(t) && t > 0 ? t : 1;
728
874
  }
729
875
  //#endregion
730
876
  //#region src/lib/utils/site-time.ts
731
- function V(e) {
877
+ function U(e) {
732
878
  if (!e) return 0;
733
879
  let t = String(e).trim().replace(/^(GMT|UTC)/i, "").trim().match(/^([+-]?)(\d{1,2})(?::(\d{2}))?$/);
734
880
  if (!t) return 0;
735
881
  let n = t[1] === "-" ? -1 : 1, r = Number(t[2]), i = t[3] ? Number(t[3]) : 0;
736
882
  return n * (r * 60 + i);
737
883
  }
738
- function H(e, t) {
739
- return e + V(t) * 6e4;
884
+ function W(e, t) {
885
+ return e + U(t) * 6e4;
740
886
  }
741
- var U = {
887
+ var G = {
742
888
  day: "2-digit",
743
889
  month: "2-digit",
744
890
  year: "numeric",
745
891
  hour: "2-digit",
746
892
  minute: "2-digit"
747
893
  };
748
- function W(e, t, n, r = U) {
749
- let i = H(e, t);
894
+ function K(e, t, n, r = G) {
895
+ let i = W(e, t);
750
896
  return new Intl.DateTimeFormat(n, {
751
897
  ...r,
752
898
  timeZone: "UTC"
753
899
  }).format(i);
754
900
  }
755
- function G(e, t, n = U) {
756
- return W(Date.now(), e, t, n);
901
+ function fe(e, t, n = G) {
902
+ return K(Date.now(), e, t, n);
757
903
  }
758
904
  //#endregion
759
905
  //#region src/lib/utils/permissions.ts
760
- function K(e, t) {
906
+ function pe(e, t) {
761
907
  if (!e) return !1;
762
908
  if (e.isAdmin) return !0;
763
909
  let n = t.toUpperCase();
@@ -1012,7 +1158,7 @@ var J = class {
1012
1158
  return console.error("[/sites/get]", e), Promise.reject(e);
1013
1159
  }
1014
1160
  };
1015
- }, ne = class {
1161
+ }, me = class {
1016
1162
  props;
1017
1163
  constructor(e) {
1018
1164
  this.props = e;
@@ -1114,7 +1260,7 @@ var J = class {
1114
1260
  }
1115
1261
  }
1116
1262
  };
1117
- }, re = (e) => btoa(e), ie = class {
1263
+ }, he = (e) => btoa(e), ge = class {
1118
1264
  props;
1119
1265
  authentication;
1120
1266
  constructor(e) {
@@ -1123,7 +1269,7 @@ var J = class {
1123
1269
  authParams = () => {
1124
1270
  let { token: e, browserId: t, publication: n, siteName: r, project: i } = this.authentication;
1125
1271
  return {
1126
- token: re(e),
1272
+ token: he(e),
1127
1273
  browserId: t,
1128
1274
  publication: n,
1129
1275
  siteName: r,
@@ -1152,7 +1298,7 @@ var J = class {
1152
1298
  ...n ?? {}
1153
1299
  }
1154
1300
  });
1155
- }, ae = class {
1301
+ }, _e = class {
1156
1302
  props;
1157
1303
  authentication;
1158
1304
  constructor(e) {
@@ -1182,7 +1328,7 @@ var J = class {
1182
1328
  ...t
1183
1329
  });
1184
1330
  };
1185
- }, oe = class {
1331
+ }, ve = class {
1186
1332
  props;
1187
1333
  authentication;
1188
1334
  constructor(e) {
@@ -1205,7 +1351,7 @@ var J = class {
1205
1351
  return console.error("[/audios/adminConfiguration]", e), Promise.reject(e);
1206
1352
  }
1207
1353
  };
1208
- }, se = class {
1354
+ }, ye = class {
1209
1355
  props;
1210
1356
  authentication;
1211
1357
  constructor(e) {
@@ -1241,7 +1387,7 @@ var J = class {
1241
1387
  return console.error("[/categories/test]", e), Promise.reject(e);
1242
1388
  }
1243
1389
  };
1244
- }, ce = class {
1390
+ }, be = class {
1245
1391
  props;
1246
1392
  authentication;
1247
1393
  constructor(e) {
@@ -1284,7 +1430,7 @@ var J = class {
1284
1430
  return console.error("[/ckeditor/audioCode]", e), Promise.reject(e);
1285
1431
  }
1286
1432
  };
1287
- }, le = class {
1433
+ }, xe = class {
1288
1434
  props;
1289
1435
  authentication;
1290
1436
  constructor(e) {
@@ -1322,7 +1468,7 @@ var J = class {
1322
1468
  return console.error("[/copilot/snooze]", e), Promise.reject(e);
1323
1469
  }
1324
1470
  };
1325
- }, ue = class {
1471
+ }, Se = class {
1326
1472
  props;
1327
1473
  authentication;
1328
1474
  constructor(e) {
@@ -1488,7 +1634,7 @@ var J = class {
1488
1634
  return console.error("[/comments/user/get]", e), Promise.reject(e);
1489
1635
  }
1490
1636
  };
1491
- }, de = class {
1637
+ }, Ce = class {
1492
1638
  props;
1493
1639
  authentication;
1494
1640
  constructor(e) {
@@ -1564,7 +1710,7 @@ var J = class {
1564
1710
  return console.error("[/contributions/paymentGateways/get]", e), Promise.reject(e);
1565
1711
  }
1566
1712
  };
1567
- }, fe = class {
1713
+ }, we = class {
1568
1714
  props;
1569
1715
  authentication;
1570
1716
  constructor(e) {
@@ -1620,7 +1766,7 @@ var J = class {
1620
1766
  return console.error("[/sections/update]", e), Promise.reject(e);
1621
1767
  }
1622
1768
  };
1623
- }, pe = class {
1769
+ }, Te = class {
1624
1770
  props;
1625
1771
  authentication;
1626
1772
  constructor(e) {
@@ -1906,7 +2052,7 @@ var J = class {
1906
2052
  return console.error("[/productivityPlan/reviewr/detail]", e), Promise.reject(e);
1907
2053
  }
1908
2054
  };
1909
- }, me = class {
2055
+ }, Ee = class {
1910
2056
  props;
1911
2057
  authentication;
1912
2058
  constructor(e) {
@@ -1929,7 +2075,7 @@ var J = class {
1929
2075
  return console.error("[/events/get]", e), Promise.reject(e);
1930
2076
  }
1931
2077
  };
1932
- }, he = class {
2078
+ }, De = class {
1933
2079
  props;
1934
2080
  authentication;
1935
2081
  constructor(e) {
@@ -1955,7 +2101,7 @@ var J = class {
1955
2101
  return console.error("[/fileExplorer/getFolders]", e), Promise.reject(e);
1956
2102
  }
1957
2103
  };
1958
- }, ge = class {
2104
+ }, Oe = class {
1959
2105
  props;
1960
2106
  authentication;
1961
2107
  constructor(e) {
@@ -1971,7 +2117,7 @@ var J = class {
1971
2117
  return console.error("[/updateCDN]", e), Promise.reject(e);
1972
2118
  }
1973
2119
  };
1974
- }, _e = class {
2120
+ }, ke = class {
1975
2121
  props;
1976
2122
  authentication;
1977
2123
  constructor(e) {
@@ -2167,7 +2313,7 @@ var J = class {
2167
2313
  return console.error("[/images/ckeditor/getImageComparation]", e), Promise.reject(e);
2168
2314
  }
2169
2315
  };
2170
- }, ve = class {
2316
+ }, Ae = class {
2171
2317
  props;
2172
2318
  authentication;
2173
2319
  constructor(e) {
@@ -2740,7 +2886,7 @@ var J = class {
2740
2886
  return console.error("[/news/searchConsole/inspection]", e), Promise.reject(e);
2741
2887
  }
2742
2888
  };
2743
- }, ye = class {
2889
+ }, je = class {
2744
2890
  props;
2745
2891
  authentication;
2746
2892
  constructor(e) {
@@ -2770,7 +2916,7 @@ var J = class {
2770
2916
  return console.error("[/notification/topics]", e), Promise.reject(e);
2771
2917
  }
2772
2918
  };
2773
- }, be = class {
2919
+ }, Me = class {
2774
2920
  props;
2775
2921
  authentication;
2776
2922
  constructor(e) {
@@ -2846,7 +2992,7 @@ var J = class {
2846
2992
  return console.error("[/people/adminConfiguration]", e), Promise.reject(e);
2847
2993
  }
2848
2994
  };
2849
- }, $ = class {
2995
+ }, Ne = class {
2850
2996
  props;
2851
2997
  authentication;
2852
2998
  constructor(e) {
@@ -2902,7 +3048,7 @@ var J = class {
2902
3048
  return console.error("[/planning/activity/copy]", e), Promise.reject(e);
2903
3049
  }
2904
3050
  };
2905
- }, xe = class {
3051
+ }, Pe = class {
2906
3052
  props;
2907
3053
  authentication;
2908
3054
  constructor(e) {
@@ -3060,7 +3206,7 @@ var J = class {
3060
3206
  return console.error("[/polls/publish/now]", e), Promise.reject(e);
3061
3207
  }
3062
3208
  };
3063
- }, Se = class {
3209
+ }, $ = class {
3064
3210
  props;
3065
3211
  authentication;
3066
3212
  constructor(e) {
@@ -3228,7 +3374,7 @@ var J = class {
3228
3374
  return console.error("[/recipes/publish/schedule]", e), Promise.reject(e);
3229
3375
  }
3230
3376
  };
3231
- }, Ce = class {
3377
+ }, Fe = class {
3232
3378
  props;
3233
3379
  authentication;
3234
3380
  constructor(e) {
@@ -3324,7 +3470,7 @@ var J = class {
3324
3470
  return console.error("[/users/actions/resetMfa]", e), Promise.reject(e);
3325
3471
  }
3326
3472
  };
3327
- }, we = class {
3473
+ }, Ie = class {
3328
3474
  props;
3329
3475
  authentication;
3330
3476
  constructor(e) {
@@ -3381,7 +3527,7 @@ var J = class {
3381
3527
  return console.error("[/zones/order]", e), Promise.reject(e);
3382
3528
  }
3383
3529
  };
3384
- }, Te = class {
3530
+ }, Le = class {
3385
3531
  props;
3386
3532
  authentication;
3387
3533
  constructor(e) {
@@ -3414,7 +3560,7 @@ var J = class {
3414
3560
  return console.error("[/workpaper/status]", e), Promise.reject(e);
3415
3561
  }
3416
3562
  };
3417
- }, Ee = class {
3563
+ }, Re = class {
3418
3564
  props;
3419
3565
  authentication;
3420
3566
  constructor(e) {
@@ -3458,7 +3604,7 @@ var J = class {
3458
3604
  return console.error("[/vods/playlist/create]", e), Promise.reject(e);
3459
3605
  }
3460
3606
  };
3461
- }, De = class {
3607
+ }, ze = class {
3462
3608
  props;
3463
3609
  authentication;
3464
3610
  constructor(e) {
@@ -3820,7 +3966,7 @@ var J = class {
3820
3966
  return console.error("[/videos/nativos/download]", e), Promise.reject(e);
3821
3967
  }
3822
3968
  };
3823
- }, Oe = class {
3969
+ }, Be = class {
3824
3970
  props;
3825
3971
  authentication;
3826
3972
  constructor(e) {
@@ -3937,7 +4083,7 @@ var J = class {
3937
4083
  return console.error("[/trivias/edit/inline]", e), Promise.reject(e);
3938
4084
  }
3939
4085
  };
3940
- }, ke = class {
4086
+ }, Ve = class {
3941
4087
  props;
3942
4088
  authentication;
3943
4089
  constructor(e) {
@@ -3953,7 +4099,7 @@ var J = class {
3953
4099
  return console.error("[/transcribe/get]", e), Promise.reject(e);
3954
4100
  }
3955
4101
  };
3956
- }, Ae = class {
4102
+ }, He = class {
3957
4103
  props;
3958
4104
  authentication;
3959
4105
  constructor(e) {
@@ -4059,7 +4205,7 @@ var J = class {
4059
4205
  return console.error("[/tags/changeStatus]", e), Promise.reject(e);
4060
4206
  }
4061
4207
  };
4062
- }, je = class {
4208
+ }, Ue = class {
4063
4209
  props;
4064
4210
  authentication;
4065
4211
  publications;
@@ -4091,6 +4237,6 @@ var J = class {
4091
4237
  };
4092
4238
  };
4093
4239
  //#endregion
4094
- export { A as $, ne as A, V as B, ue as C, oe as D, se as E, J as F, M as G, F as H, q as I, I as J, L as K, K as L, Z as M, X as N, ae as O, Y as P, ee as Q, W as R, de as S, ce as T, P as U, H as V, N as W, B as X, z as Y, j as Z, ge as _, d as _t, De as a, i as at, pe as b, we as c, l as ct, xe as d, b as dt, te as et, $ as f, h as ft, _e as g, S as gt, ve as h, s as ht, Oe as i, C as it, Q as j, ie as k, Ce as l, c as lt, ye as m, o as mt, Ae as n, E as nt, Ee as o, y as ot, be as p, a as pt, R as q, ke as r, T as rt, Te as s, _ as st, je as t, D as tt, Se as u, w as ut, he as v, p as vt, le as w, fe as x, me as y, G as z };
4240
+ export { M as $, me as A, U as B, Se as C, re as Ct, ve as D, ye as E, J as F, P as G, L as H, q as I, R as J, z as K, pe as L, Z as M, X as N, _e as O, Y as P, j as Q, K as R, Ce as S, s as St, be as T, p as Tt, I as U, W as V, F as W, H as X, V as Y, N as Z, Oe as _, b as _t, ze as a, oe as at, Te as b, a as bt, Ie as c, C as ct, Pe as d, y as dt, T as et, Ne as f, i as ft, ke as g, c as gt, Ae as h, l as ht, Be as i, ue as it, Q as j, ge as k, Fe as l, S as lt, je as m, g as mt, He as n, de as nt, Re as o, w as ot, Me as p, te as pt, B as q, Ve as r, le as rt, Le as s, se as st, Ue as t, D as tt, $ as u, x as ut, De as v, ne as vt, xe as w, d as wt, we as x, o as xt, Ee as y, ee as yt, fe as z };
4095
4241
 
4096
- //# sourceMappingURL=services-DS4p6Tpl.js.map
4242
+ //# sourceMappingURL=services-BQ1IbdWe.js.map