sass-cms-template-common 0.0.7 → 0.0.9
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.ts +171 -16
- package/dist/index.js +2367 -1477
- package/dist/index.js.map +1 -1
- package/dist/server.d.ts +2 -0
- package/dist/server.js +1 -1
- package/dist/{services-C2aqnM7h.js → services-Zx1IiHhX.js} +114 -78
- package/dist/services-Zx1IiHhX.js.map +1 -0
- package/package.json +1 -1
- package/dist/services-C2aqnM7h.js.map +0 -1
package/dist/server.d.ts
CHANGED
|
@@ -2389,6 +2389,8 @@ export declare type NavLinkItem = {
|
|
|
2389
2389
|
badge?: string;
|
|
2390
2390
|
children?: NavLinkItem[];
|
|
2391
2391
|
defaultOpen?: boolean;
|
|
2392
|
+
/** Acento visual (p. ej. destacar un ítem generado/asistido por IA). */
|
|
2393
|
+
accent?: 'ai';
|
|
2392
2394
|
};
|
|
2393
2395
|
|
|
2394
2396
|
/** Cuerpo de la respuesta de POST /news/edit/adminNewsConfiguration. */
|
package/dist/server.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as e, A as t, C as n, D as r, E as i, F as a, G as o, I as s, J as c, K as l, L as u, M as d, N as f, O as p, P as m, Q as h, R as g, S as _, T as v, U as y, W as b, X as x, Y as S, Z as C, _ as w, a as T, b as E, c as D, d as O, f as k, g as A, h as j, i as M, j as N, k as P, l as F, m as I, n as L, o as R, p as z, q as B, r as V, s as H, t as U, u as W, v as G, w as K, x as q, y as J } from "./services-
|
|
1
|
+
import { $ as e, A as t, C as n, D as r, E as i, F as a, G as o, I as s, J as c, K as l, L as u, M as d, N as f, O as p, P as m, Q as h, R as g, S as _, T as v, U as y, W as b, X as x, Y as S, Z as C, _ as w, a as T, b as E, c as D, d as O, f as k, g as A, h as j, i as M, j as N, k as P, l as F, m as I, n as L, o as R, p as z, q as B, r as V, s as H, t as U, u as W, v as G, w as K, x as q, y as J } from "./services-Zx1IiHhX.js";
|
|
2
2
|
export { i as CmsAudiosServices, P as CmsAuthLoginServices, m as CmsAuthServices, v as CmsCategoriesServices, K as CmsCkeditorServices, n as CmsCommentsServices, U as CmsCommonServices, _ as CmsContributionsServices, f as CmsDashboardServices, J as CmsEventsServices, G as CmsFileExplorerServices, w as CmsGeneralServices, A as CmsImagesServices, j as CmsNewsServices, I as CmsNotificationServices, z as CmsPeopleServices, k as CmsPlanningServices, O as CmsPollsServices, r as CmsPreviewServices, E as CmsProductivityPlanServices, d as CmsProfileServices, N as CmsPublicationsServices, W as CmsRecipesServices, q as CmsSectionsServices, t as CmsSitesServices, L as CmsTagsServices, V as CmsTranscribeServices, M as CmsTriviasServices, p as CmsUploadServices, F as CmsUsersServices, T as CmsVideosServices, R as CmsVodsServices, H as CmsWorkpaperServices, D as CmsZonesServices, e as commonErrorsEn, h as commonErrorsEs, C as commonErrorsPt, y as findPublicationBySlug, b as findPublicationLabel, a as formatSiteDateTime, o as getAllPublications, c as getCommonError, l as getDefaultPublicationSlug, s as getSiteNow, S as normalizeErrorCode, u as parseGmtOffsetMinutes, B as parsePublicationSlug, x as resolveErrorSeverity, g as toSiteWallClock };
|
|
@@ -53,8 +53,30 @@ var e = {
|
|
|
53
53
|
success: "#00C853",
|
|
54
54
|
warning: "#FFAB00",
|
|
55
55
|
error: "#FF1744",
|
|
56
|
-
info: "#2196F3"
|
|
56
|
+
info: "#2196F3",
|
|
57
|
+
link: "#9ECAFF",
|
|
58
|
+
overlay: "#3B3B3B",
|
|
59
|
+
onSurfaceSoft: "#F0F0F7",
|
|
60
|
+
versionChipBg: "#F0F0F71A",
|
|
61
|
+
separator: "#F0F0F7B3"
|
|
57
62
|
}, a = {
|
|
63
|
+
success: {
|
|
64
|
+
bg: "#92F7B7",
|
|
65
|
+
on: "#002112"
|
|
66
|
+
},
|
|
67
|
+
warning: {
|
|
68
|
+
bg: "#FFDDB0",
|
|
69
|
+
on: "#5F4200"
|
|
70
|
+
},
|
|
71
|
+
error: {
|
|
72
|
+
bg: "#FFDAD6",
|
|
73
|
+
on: "#93000A"
|
|
74
|
+
},
|
|
75
|
+
info: {
|
|
76
|
+
bg: "#D8E2FF",
|
|
77
|
+
on: "#001551"
|
|
78
|
+
}
|
|
79
|
+
}, o = {
|
|
58
80
|
active: {
|
|
59
81
|
bg: "#D6F4DE",
|
|
60
82
|
on: "#1D6B2E"
|
|
@@ -71,7 +93,7 @@ var e = {
|
|
|
71
93
|
bg: "#ECEDF6",
|
|
72
94
|
on: "#43474E"
|
|
73
95
|
}
|
|
74
|
-
},
|
|
96
|
+
}, s = {
|
|
75
97
|
active: {
|
|
76
98
|
bg: "#92F7B7",
|
|
77
99
|
on: "#002112"
|
|
@@ -80,7 +102,20 @@ var e = {
|
|
|
80
102
|
bg: "#E1E2E9",
|
|
81
103
|
on: "#002112"
|
|
82
104
|
}
|
|
83
|
-
},
|
|
105
|
+
}, c = {
|
|
106
|
+
assigned: {
|
|
107
|
+
bg: e.secondary,
|
|
108
|
+
on: e.onSecondaryContainer
|
|
109
|
+
},
|
|
110
|
+
pending: {
|
|
111
|
+
bg: "#FFE2D5",
|
|
112
|
+
on: "#B3300A"
|
|
113
|
+
},
|
|
114
|
+
system: {
|
|
115
|
+
bg: "#DCEFE0",
|
|
116
|
+
on: "#11663B"
|
|
117
|
+
}
|
|
118
|
+
}, l = {
|
|
84
119
|
high: {
|
|
85
120
|
bg: "#D7F5DD",
|
|
86
121
|
on: "#0D5B2B"
|
|
@@ -93,18 +128,19 @@ var e = {
|
|
|
93
128
|
bg: "#E7E8EE",
|
|
94
129
|
on: "#43474E"
|
|
95
130
|
}
|
|
96
|
-
},
|
|
131
|
+
}, ee = {
|
|
97
132
|
like: "#1E8E3E",
|
|
98
133
|
dislike: "#D93025"
|
|
99
|
-
},
|
|
134
|
+
}, u = {
|
|
100
135
|
rss: "#FB923C",
|
|
101
136
|
gtrends: "#4285F4",
|
|
102
137
|
sconsole: "#0F9D58",
|
|
103
138
|
x: "#111111"
|
|
104
|
-
}, u = {
|
|
105
|
-
roboto: "\"Roboto\",\"Helvetica\",\"Arial\",sans-serif",
|
|
106
|
-
productSans: "\"Product Sans\",\"Roboto\",\"Helvetica\",\"Arial\",sans-serif"
|
|
107
139
|
}, d = {
|
|
140
|
+
roboto: "\"Roboto\",\"Helvetica\",\"Arial\",sans-serif",
|
|
141
|
+
productSans: "\"Product Sans\",\"Roboto\",\"Helvetica\",\"Arial\",sans-serif",
|
|
142
|
+
mono: "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace"
|
|
143
|
+
}, f = {
|
|
108
144
|
"000.000": "The user is already logged in",
|
|
109
145
|
"000.001": "The user does not exist",
|
|
110
146
|
"000.002": "The user will be disabled after 3 invalid login attempts.",
|
|
@@ -187,7 +223,7 @@ var e = {
|
|
|
187
223
|
"999.003a": "CMS internal error. Please contact your Administrator",
|
|
188
224
|
"999.006a": "Login failed",
|
|
189
225
|
"999.009a": "Maximum number of pins exceeded"
|
|
190
|
-
},
|
|
226
|
+
}, p = {
|
|
191
227
|
"000.000": "El usuario ya se encuentra logueado",
|
|
192
228
|
"000.001": "El usuario no existe",
|
|
193
229
|
"000.002": "El usuario será deshabilitado luego de 3 intentos de inicio de sesión no válidos.",
|
|
@@ -270,7 +306,7 @@ var e = {
|
|
|
270
306
|
"999.003a": "Error interno de CMS. Comuniquese con su administrador",
|
|
271
307
|
"999.006a": "Falló el login",
|
|
272
308
|
"999.009a": "Supero el máximo de pines"
|
|
273
|
-
},
|
|
309
|
+
}, m = {
|
|
274
310
|
"000.000": "O usuário já está logado",
|
|
275
311
|
"000.001": "O usuário não existe",
|
|
276
312
|
"000.002": "O usuário será desabilitado após 3 tentativas de login inválidas.",
|
|
@@ -353,11 +389,11 @@ var e = {
|
|
|
353
389
|
"999.003a": "Erro interno do CMS. Entre em contato com seu administrador",
|
|
354
390
|
"999.006a": "Falha no login",
|
|
355
391
|
"999.009a": "Número máximo de pinos excedido"
|
|
356
|
-
},
|
|
357
|
-
es:
|
|
358
|
-
en:
|
|
359
|
-
pt:
|
|
360
|
-
},
|
|
392
|
+
}, h = {
|
|
393
|
+
es: p,
|
|
394
|
+
en: f,
|
|
395
|
+
pt: m
|
|
396
|
+
}, g = new Set([
|
|
361
397
|
"000.005",
|
|
362
398
|
"000.001",
|
|
363
399
|
"000.015",
|
|
@@ -384,7 +420,7 @@ var e = {
|
|
|
384
420
|
"006.002",
|
|
385
421
|
"999.009a"
|
|
386
422
|
]);
|
|
387
|
-
function
|
|
423
|
+
function _(e) {
|
|
388
424
|
if (e == null) return;
|
|
389
425
|
if (Array.isArray(e)) {
|
|
390
426
|
let t = e.find((e) => e != null && e !== "");
|
|
@@ -393,68 +429,68 @@ function g(e) {
|
|
|
393
429
|
let t = String(e);
|
|
394
430
|
return t === "" ? void 0 : t;
|
|
395
431
|
}
|
|
396
|
-
function
|
|
397
|
-
let n =
|
|
432
|
+
function v(e, t = "es") {
|
|
433
|
+
let n = _(e);
|
|
398
434
|
if (!n) return;
|
|
399
|
-
let r =
|
|
400
|
-
return r[n] ?? r[`${n}a`] ??
|
|
435
|
+
let r = h[t] ?? f;
|
|
436
|
+
return r[n] ?? r[`${n}a`] ?? f[n] ?? f[`${n}a`];
|
|
401
437
|
}
|
|
402
|
-
function
|
|
403
|
-
let t =
|
|
404
|
-
return t &&
|
|
438
|
+
function y(e) {
|
|
439
|
+
let t = _(e);
|
|
440
|
+
return t && g.has(t) ? "warning" : "error";
|
|
405
441
|
}
|
|
406
442
|
//#endregion
|
|
407
443
|
//#region src/lib/utils/site-selector.ts
|
|
408
|
-
var
|
|
409
|
-
function
|
|
444
|
+
var b = e.menuSurface, x = e.secondary, S = e.white, C = "bluestack-es";
|
|
445
|
+
function w(e) {
|
|
410
446
|
return e.flatMap((e) => e.publications);
|
|
411
447
|
}
|
|
412
|
-
function
|
|
413
|
-
return
|
|
448
|
+
function T(e, t) {
|
|
449
|
+
return w(e).find((e) => String(e.id) === t);
|
|
414
450
|
}
|
|
415
|
-
function
|
|
416
|
-
return
|
|
451
|
+
function E(e, t) {
|
|
452
|
+
return w(e).find((e) => String(e.id) === t)?.description ?? "Seleccionar publicación";
|
|
417
453
|
}
|
|
418
|
-
function
|
|
419
|
-
let t =
|
|
454
|
+
function D(e) {
|
|
455
|
+
let t = w(e)[0];
|
|
420
456
|
return t ? String(t.id) : "1";
|
|
421
457
|
}
|
|
422
|
-
function
|
|
458
|
+
function O(e) {
|
|
423
459
|
let t = Number(e);
|
|
424
460
|
return Number.isFinite(t) && t > 0 ? t : 1;
|
|
425
461
|
}
|
|
426
462
|
//#endregion
|
|
427
463
|
//#region src/lib/utils/site-time.ts
|
|
428
|
-
function
|
|
464
|
+
function k(e) {
|
|
429
465
|
if (!e) return 0;
|
|
430
466
|
let t = String(e).trim().replace(/^(GMT|UTC)/i, "").trim().match(/^([+-]?)(\d{1,2})(?::(\d{2}))?$/);
|
|
431
467
|
if (!t) return 0;
|
|
432
468
|
let n = t[1] === "-" ? -1 : 1, r = Number(t[2]), i = t[3] ? Number(t[3]) : 0;
|
|
433
469
|
return n * (r * 60 + i);
|
|
434
470
|
}
|
|
435
|
-
function
|
|
436
|
-
return e +
|
|
471
|
+
function A(e, t) {
|
|
472
|
+
return e + k(t) * 6e4;
|
|
437
473
|
}
|
|
438
|
-
var
|
|
474
|
+
var j = {
|
|
439
475
|
day: "2-digit",
|
|
440
476
|
month: "2-digit",
|
|
441
477
|
year: "numeric",
|
|
442
478
|
hour: "2-digit",
|
|
443
479
|
minute: "2-digit"
|
|
444
480
|
};
|
|
445
|
-
function
|
|
446
|
-
let i =
|
|
481
|
+
function M(e, t, n, r = j) {
|
|
482
|
+
let i = A(e, t);
|
|
447
483
|
return new Intl.DateTimeFormat(n, {
|
|
448
484
|
...r,
|
|
449
485
|
timeZone: "UTC"
|
|
450
486
|
}).format(i);
|
|
451
487
|
}
|
|
452
|
-
function
|
|
453
|
-
return
|
|
488
|
+
function N(e, t, n = j) {
|
|
489
|
+
return M(Date.now(), e, t, n);
|
|
454
490
|
}
|
|
455
491
|
//#endregion
|
|
456
492
|
//#region src/lib/services/auth.ts
|
|
457
|
-
var
|
|
493
|
+
var P = class {
|
|
458
494
|
props;
|
|
459
495
|
authentication;
|
|
460
496
|
constructor(e) {
|
|
@@ -505,7 +541,7 @@ var M = class {
|
|
|
505
541
|
return console.error("[/auth/create]", e), Promise.reject(e);
|
|
506
542
|
}
|
|
507
543
|
};
|
|
508
|
-
},
|
|
544
|
+
}, F = class {
|
|
509
545
|
props;
|
|
510
546
|
authentication;
|
|
511
547
|
constructor(e) {
|
|
@@ -525,7 +561,7 @@ var M = class {
|
|
|
525
561
|
return console.error("[/dashboard/notification]", e), Promise.reject(e);
|
|
526
562
|
}
|
|
527
563
|
};
|
|
528
|
-
},
|
|
564
|
+
}, I = class {
|
|
529
565
|
props;
|
|
530
566
|
authentication;
|
|
531
567
|
constructor(e) {
|
|
@@ -663,7 +699,7 @@ var M = class {
|
|
|
663
699
|
return console.error("[/profile/twoFactor/showOtc]", e), Promise.reject(e);
|
|
664
700
|
}
|
|
665
701
|
};
|
|
666
|
-
},
|
|
702
|
+
}, L = class {
|
|
667
703
|
props;
|
|
668
704
|
authentication;
|
|
669
705
|
constructor(e) {
|
|
@@ -683,7 +719,7 @@ var M = class {
|
|
|
683
719
|
return console.error("[/publications/default]", e), Promise.reject(e);
|
|
684
720
|
}
|
|
685
721
|
};
|
|
686
|
-
},
|
|
722
|
+
}, R = class {
|
|
687
723
|
props;
|
|
688
724
|
authentication;
|
|
689
725
|
constructor(e) {
|
|
@@ -696,7 +732,7 @@ var M = class {
|
|
|
696
732
|
return console.error("[/sites/get]", e), Promise.reject(e);
|
|
697
733
|
}
|
|
698
734
|
};
|
|
699
|
-
},
|
|
735
|
+
}, z = class {
|
|
700
736
|
props;
|
|
701
737
|
constructor(e) {
|
|
702
738
|
this.props = e;
|
|
@@ -798,7 +834,7 @@ var M = class {
|
|
|
798
834
|
}
|
|
799
835
|
}
|
|
800
836
|
};
|
|
801
|
-
},
|
|
837
|
+
}, B = (e) => btoa(e), V = class {
|
|
802
838
|
props;
|
|
803
839
|
authentication;
|
|
804
840
|
constructor(e) {
|
|
@@ -807,7 +843,7 @@ var M = class {
|
|
|
807
843
|
authParams = () => {
|
|
808
844
|
let { token: e, browserId: t, publication: n, siteName: r, project: i } = this.authentication;
|
|
809
845
|
return {
|
|
810
|
-
token:
|
|
846
|
+
token: B(e),
|
|
811
847
|
browserId: t,
|
|
812
848
|
publication: n,
|
|
813
849
|
siteName: r,
|
|
@@ -836,7 +872,7 @@ var M = class {
|
|
|
836
872
|
...n ?? {}
|
|
837
873
|
}
|
|
838
874
|
});
|
|
839
|
-
},
|
|
875
|
+
}, H = class {
|
|
840
876
|
props;
|
|
841
877
|
authentication;
|
|
842
878
|
constructor(e) {
|
|
@@ -866,7 +902,7 @@ var M = class {
|
|
|
866
902
|
...t
|
|
867
903
|
});
|
|
868
904
|
};
|
|
869
|
-
},
|
|
905
|
+
}, U = class {
|
|
870
906
|
props;
|
|
871
907
|
authentication;
|
|
872
908
|
constructor(e) {
|
|
@@ -889,7 +925,7 @@ var M = class {
|
|
|
889
925
|
return console.error("[/audios/adminConfiguration]", e), Promise.reject(e);
|
|
890
926
|
}
|
|
891
927
|
};
|
|
892
|
-
},
|
|
928
|
+
}, W = class {
|
|
893
929
|
props;
|
|
894
930
|
authentication;
|
|
895
931
|
constructor(e) {
|
|
@@ -925,7 +961,7 @@ var M = class {
|
|
|
925
961
|
return console.error("[/categories/test]", e), Promise.reject(e);
|
|
926
962
|
}
|
|
927
963
|
};
|
|
928
|
-
},
|
|
964
|
+
}, te = class {
|
|
929
965
|
props;
|
|
930
966
|
authentication;
|
|
931
967
|
constructor(e) {
|
|
@@ -968,7 +1004,7 @@ var M = class {
|
|
|
968
1004
|
return console.error("[/ckeditor/audioCode]", e), Promise.reject(e);
|
|
969
1005
|
}
|
|
970
1006
|
};
|
|
971
|
-
},
|
|
1007
|
+
}, G = class {
|
|
972
1008
|
props;
|
|
973
1009
|
authentication;
|
|
974
1010
|
constructor(e) {
|
|
@@ -1134,7 +1170,7 @@ var M = class {
|
|
|
1134
1170
|
return console.error("[/comments/user/get]", e), Promise.reject(e);
|
|
1135
1171
|
}
|
|
1136
1172
|
};
|
|
1137
|
-
},
|
|
1173
|
+
}, K = class {
|
|
1138
1174
|
props;
|
|
1139
1175
|
authentication;
|
|
1140
1176
|
constructor(e) {
|
|
@@ -1210,7 +1246,7 @@ var M = class {
|
|
|
1210
1246
|
return console.error("[/contributions/paymentGateways/get]", e), Promise.reject(e);
|
|
1211
1247
|
}
|
|
1212
1248
|
};
|
|
1213
|
-
},
|
|
1249
|
+
}, q = class {
|
|
1214
1250
|
props;
|
|
1215
1251
|
authentication;
|
|
1216
1252
|
constructor(e) {
|
|
@@ -1266,7 +1302,7 @@ var M = class {
|
|
|
1266
1302
|
return console.error("[/sections/update]", e), Promise.reject(e);
|
|
1267
1303
|
}
|
|
1268
1304
|
};
|
|
1269
|
-
},
|
|
1305
|
+
}, J = class {
|
|
1270
1306
|
props;
|
|
1271
1307
|
authentication;
|
|
1272
1308
|
constructor(e) {
|
|
@@ -1552,7 +1588,7 @@ var M = class {
|
|
|
1552
1588
|
return console.error("[/productivityPlan/reviewr/detail]", e), Promise.reject(e);
|
|
1553
1589
|
}
|
|
1554
1590
|
};
|
|
1555
|
-
},
|
|
1591
|
+
}, Y = class {
|
|
1556
1592
|
props;
|
|
1557
1593
|
authentication;
|
|
1558
1594
|
constructor(e) {
|
|
@@ -1575,7 +1611,7 @@ var M = class {
|
|
|
1575
1611
|
return console.error("[/events/get]", e), Promise.reject(e);
|
|
1576
1612
|
}
|
|
1577
1613
|
};
|
|
1578
|
-
},
|
|
1614
|
+
}, X = class {
|
|
1579
1615
|
props;
|
|
1580
1616
|
authentication;
|
|
1581
1617
|
constructor(e) {
|
|
@@ -1601,7 +1637,7 @@ var M = class {
|
|
|
1601
1637
|
return console.error("[/fileExplorer/getFolders]", e), Promise.reject(e);
|
|
1602
1638
|
}
|
|
1603
1639
|
};
|
|
1604
|
-
},
|
|
1640
|
+
}, Z = class {
|
|
1605
1641
|
props;
|
|
1606
1642
|
authentication;
|
|
1607
1643
|
constructor(e) {
|
|
@@ -1617,7 +1653,7 @@ var M = class {
|
|
|
1617
1653
|
return console.error("[/updateCDN]", e), Promise.reject(e);
|
|
1618
1654
|
}
|
|
1619
1655
|
};
|
|
1620
|
-
},
|
|
1656
|
+
}, Q = class {
|
|
1621
1657
|
props;
|
|
1622
1658
|
authentication;
|
|
1623
1659
|
constructor(e) {
|
|
@@ -1813,7 +1849,7 @@ var M = class {
|
|
|
1813
1849
|
return console.error("[/images/ckeditor/getImageComparation]", e), Promise.reject(e);
|
|
1814
1850
|
}
|
|
1815
1851
|
};
|
|
1816
|
-
},
|
|
1852
|
+
}, ne = class {
|
|
1817
1853
|
props;
|
|
1818
1854
|
authentication;
|
|
1819
1855
|
constructor(e) {
|
|
@@ -2386,7 +2422,7 @@ var M = class {
|
|
|
2386
2422
|
return console.error("[/news/searchConsole/inspection]", e), Promise.reject(e);
|
|
2387
2423
|
}
|
|
2388
2424
|
};
|
|
2389
|
-
},
|
|
2425
|
+
}, re = class {
|
|
2390
2426
|
props;
|
|
2391
2427
|
authentication;
|
|
2392
2428
|
constructor(e) {
|
|
@@ -2416,7 +2452,7 @@ var M = class {
|
|
|
2416
2452
|
return console.error("[/notification/topics]", e), Promise.reject(e);
|
|
2417
2453
|
}
|
|
2418
2454
|
};
|
|
2419
|
-
},
|
|
2455
|
+
}, ie = class {
|
|
2420
2456
|
props;
|
|
2421
2457
|
authentication;
|
|
2422
2458
|
constructor(e) {
|
|
@@ -2492,7 +2528,7 @@ var M = class {
|
|
|
2492
2528
|
return console.error("[/people/adminConfiguration]", e), Promise.reject(e);
|
|
2493
2529
|
}
|
|
2494
2530
|
};
|
|
2495
|
-
},
|
|
2531
|
+
}, ae = class {
|
|
2496
2532
|
props;
|
|
2497
2533
|
authentication;
|
|
2498
2534
|
constructor(e) {
|
|
@@ -2548,7 +2584,7 @@ var M = class {
|
|
|
2548
2584
|
return console.error("[/planning/activity/copy]", e), Promise.reject(e);
|
|
2549
2585
|
}
|
|
2550
2586
|
};
|
|
2551
|
-
},
|
|
2587
|
+
}, $ = class {
|
|
2552
2588
|
props;
|
|
2553
2589
|
authentication;
|
|
2554
2590
|
constructor(e) {
|
|
@@ -2706,7 +2742,7 @@ var M = class {
|
|
|
2706
2742
|
return console.error("[/polls/publish/now]", e), Promise.reject(e);
|
|
2707
2743
|
}
|
|
2708
2744
|
};
|
|
2709
|
-
},
|
|
2745
|
+
}, oe = class {
|
|
2710
2746
|
props;
|
|
2711
2747
|
authentication;
|
|
2712
2748
|
constructor(e) {
|
|
@@ -2874,7 +2910,7 @@ var M = class {
|
|
|
2874
2910
|
return console.error("[/recipes/publish/schedule]", e), Promise.reject(e);
|
|
2875
2911
|
}
|
|
2876
2912
|
};
|
|
2877
|
-
},
|
|
2913
|
+
}, se = class {
|
|
2878
2914
|
props;
|
|
2879
2915
|
authentication;
|
|
2880
2916
|
constructor(e) {
|
|
@@ -2970,7 +3006,7 @@ var M = class {
|
|
|
2970
3006
|
return console.error("[/users/actions/resetMfa]", e), Promise.reject(e);
|
|
2971
3007
|
}
|
|
2972
3008
|
};
|
|
2973
|
-
},
|
|
3009
|
+
}, ce = class {
|
|
2974
3010
|
props;
|
|
2975
3011
|
authentication;
|
|
2976
3012
|
constructor(e) {
|
|
@@ -3027,7 +3063,7 @@ var M = class {
|
|
|
3027
3063
|
return console.error("[/zones/order]", e), Promise.reject(e);
|
|
3028
3064
|
}
|
|
3029
3065
|
};
|
|
3030
|
-
},
|
|
3066
|
+
}, le = class {
|
|
3031
3067
|
props;
|
|
3032
3068
|
authentication;
|
|
3033
3069
|
constructor(e) {
|
|
@@ -3060,7 +3096,7 @@ var M = class {
|
|
|
3060
3096
|
return console.error("[/workpaper/status]", e), Promise.reject(e);
|
|
3061
3097
|
}
|
|
3062
3098
|
};
|
|
3063
|
-
},
|
|
3099
|
+
}, ue = class {
|
|
3064
3100
|
props;
|
|
3065
3101
|
authentication;
|
|
3066
3102
|
constructor(e) {
|
|
@@ -3104,7 +3140,7 @@ var M = class {
|
|
|
3104
3140
|
return console.error("[/vods/playlist/create]", e), Promise.reject(e);
|
|
3105
3141
|
}
|
|
3106
3142
|
};
|
|
3107
|
-
},
|
|
3143
|
+
}, de = class {
|
|
3108
3144
|
props;
|
|
3109
3145
|
authentication;
|
|
3110
3146
|
constructor(e) {
|
|
@@ -3466,7 +3502,7 @@ var M = class {
|
|
|
3466
3502
|
return console.error("[/videos/nativos/download]", e), Promise.reject(e);
|
|
3467
3503
|
}
|
|
3468
3504
|
};
|
|
3469
|
-
},
|
|
3505
|
+
}, fe = class {
|
|
3470
3506
|
props;
|
|
3471
3507
|
authentication;
|
|
3472
3508
|
constructor(e) {
|
|
@@ -3583,7 +3619,7 @@ var M = class {
|
|
|
3583
3619
|
return console.error("[/trivias/edit/inline]", e), Promise.reject(e);
|
|
3584
3620
|
}
|
|
3585
3621
|
};
|
|
3586
|
-
},
|
|
3622
|
+
}, pe = class {
|
|
3587
3623
|
props;
|
|
3588
3624
|
authentication;
|
|
3589
3625
|
constructor(e) {
|
|
@@ -3599,7 +3635,7 @@ var M = class {
|
|
|
3599
3635
|
return console.error("[/transcribe/get]", e), Promise.reject(e);
|
|
3600
3636
|
}
|
|
3601
3637
|
};
|
|
3602
|
-
},
|
|
3638
|
+
}, me = class {
|
|
3603
3639
|
props;
|
|
3604
3640
|
authentication;
|
|
3605
3641
|
constructor(e) {
|
|
@@ -3705,7 +3741,7 @@ var M = class {
|
|
|
3705
3741
|
return console.error("[/tags/changeStatus]", e), Promise.reject(e);
|
|
3706
3742
|
}
|
|
3707
3743
|
};
|
|
3708
|
-
},
|
|
3744
|
+
}, he = class {
|
|
3709
3745
|
props;
|
|
3710
3746
|
authentication;
|
|
3711
3747
|
publications;
|
|
@@ -3714,7 +3750,7 @@ var M = class {
|
|
|
3714
3750
|
sites;
|
|
3715
3751
|
auth;
|
|
3716
3752
|
constructor(e) {
|
|
3717
|
-
this.props = e, this.authentication = e.authentication, this.publications = new
|
|
3753
|
+
this.props = e, this.authentication = e.authentication, this.publications = new L(e), this.profileServices = new I(e), this.dashboard = new F(e), this.sites = new R(e), this.auth = new P(e);
|
|
3718
3754
|
}
|
|
3719
3755
|
getDefaultPublication = () => this.publications.getDefaultPublication();
|
|
3720
3756
|
getProfile = () => this.profileServices.getProfile();
|
|
@@ -3736,6 +3772,6 @@ var M = class {
|
|
|
3736
3772
|
};
|
|
3737
3773
|
};
|
|
3738
3774
|
//#endregion
|
|
3739
|
-
export {
|
|
3775
|
+
export { f as $, R as A, S as B, G as C, H as D, U as E, M as F, w as G, b as H, N as I, v as J, D as K, k as L, I as M, F as N, V as O, P, p as Q, A as R, K as S, W as T, T as U, x as V, E as W, y as X, _ as Y, m as Z, Z as _, de as a, ee as at, J as b, ce as c, n as ct, $ as d, o as dt, e as et, ae as f, s as ft, Q as g, ne as h, fe as i, d as it, L as j, z as k, se as l, r as lt, re as m, me as n, a as nt, ue as o, c as ot, ie as p, O as q, pe as r, i as rt, le as s, t as st, he as t, l as tt, oe as u, u as ut, X as v, te as w, q as x, Y as y, C as z };
|
|
3740
3776
|
|
|
3741
|
-
//# sourceMappingURL=services-
|
|
3777
|
+
//# sourceMappingURL=services-Zx1IiHhX.js.map
|