mp-front-cli 2.0.0-canary.2 → 2.0.0-canary.3
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/core/errors/error-catalog.d.ts.map +1 -1
- package/dist/{fetch-service-fe-Bn43l_lH.js → fetch-service-fe-I8dnti8N.js} +13 -6
- package/dist/{i18n-CniHhItS.js → i18n-1X2In6k5.js} +9 -5
- package/dist/lang/common/errors/es_MX/index.d.ts +4 -0
- package/dist/lang/common/errors/es_MX/index.d.ts.map +1 -1
- package/dist/mp-front-cli-all.es.js +2 -2
- package/dist/mp-front-cli-core.es.js +2 -2
- package/dist/mp-front-cli-header.es.js +1 -1
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/dist/mp-front-cli-services.es.js +1 -1
- package/dist/service-token-DceocCHP.js +806 -0
- package/package.json +8 -8
- package/dist/service-token-D8bum6H0.js +0 -811
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-catalog.d.ts","sourceRoot":"","sources":["../../../src/core/errors/error-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAA;AAExB,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"error-catalog.d.ts","sourceRoot":"","sources":["../../../src/core/errors/error-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAA;AAExB,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAw2BrD,qBAAa,YAAa,SAAQ,YAAY;IAC5C,GAAG,CACD,KAAK,GAAE,MAAM,GAAG,KAAK,GAAG,QAAoB,EAC5C,IAAI,GAAE,MAAoB;;;;;;;;;;;CA+B7B"}
|
|
@@ -5,9 +5,9 @@ import { of as O, switchMap as i, forkJoin as M, catchError as S, EMPTY as c, fi
|
|
|
5
5
|
import { CustomEncrypter as w } from "./mp-front-cli-encrypter.es.js";
|
|
6
6
|
import { CustomHeader as v } from "./mp-front-cli-header.es.js";
|
|
7
7
|
import h from "querystring";
|
|
8
|
-
import { f as P } from "./service-token-
|
|
8
|
+
import { f as P } from "./service-token-DceocCHP.js";
|
|
9
9
|
import { L as g, M as B } from "./loading-handler-Br21zGTA.js";
|
|
10
|
-
import "./i18n-
|
|
10
|
+
import "./i18n-1X2In6k5.js";
|
|
11
11
|
import { t as U } from "i18next";
|
|
12
12
|
import { CustomLogger as Q } from "./mp-front-cli-logger.es.js";
|
|
13
13
|
import { CustomEncoder as V } from "./mp-front-cli-encoder.es.js";
|
|
@@ -955,6 +955,13 @@ const x = {
|
|
|
955
955
|
level: "warning"
|
|
956
956
|
},
|
|
957
957
|
//JORNADA
|
|
958
|
+
"JOURNEY-CANCEL-01": {
|
|
959
|
+
title: "errors.JOURNEY-CANCEL-01.title",
|
|
960
|
+
message: "errors.JOURNEY-CANCEL-01.message",
|
|
961
|
+
code: 420,
|
|
962
|
+
type: "modal",
|
|
963
|
+
level: "warning"
|
|
964
|
+
},
|
|
958
965
|
"JOURNEY-INVALIDATEDATA-01": {
|
|
959
966
|
title: "errors.JOURNEY-INVALIDATEDATA-01.title",
|
|
960
967
|
message: "errors.JOURNEY-INVALIDATEDATA-01.message",
|
|
@@ -1346,7 +1353,7 @@ class oe extends w {
|
|
|
1346
1353
|
};
|
|
1347
1354
|
}
|
|
1348
1355
|
}
|
|
1349
|
-
const
|
|
1356
|
+
const J = process.env.ID_FRONT ?? "NOT_AVAILABLE";
|
|
1350
1357
|
class Oe extends v {
|
|
1351
1358
|
constructor(e, E, l = {}) {
|
|
1352
1359
|
super(l);
|
|
@@ -1362,7 +1369,7 @@ class Oe extends v {
|
|
|
1362
1369
|
formatParams(e) {
|
|
1363
1370
|
return JSON.stringify({
|
|
1364
1371
|
data: {
|
|
1365
|
-
type:
|
|
1372
|
+
type: J,
|
|
1366
1373
|
attributes: e
|
|
1367
1374
|
}
|
|
1368
1375
|
});
|
|
@@ -1435,9 +1442,9 @@ class Oe extends v {
|
|
|
1435
1442
|
);
|
|
1436
1443
|
}
|
|
1437
1444
|
}
|
|
1438
|
-
const
|
|
1445
|
+
const X = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
1439
1446
|
function _(t) {
|
|
1440
|
-
return typeof t == "string" &&
|
|
1447
|
+
return typeof t == "string" && X.test(t);
|
|
1441
1448
|
}
|
|
1442
1449
|
function $(t) {
|
|
1443
1450
|
if (!_(t))
|
|
@@ -483,6 +483,10 @@ const o = {
|
|
|
483
483
|
title: "Error en la configuración del usuario",
|
|
484
484
|
message: "Es necesario asignar una clave de vendedor al usuario. Por favor comunícate con nuestra mesa de ayuda para solucionar el problema."
|
|
485
485
|
},
|
|
486
|
+
"JOURNEY-CANCEL-01": {
|
|
487
|
+
title: "Pre-solicitud o Solicitud cancelada",
|
|
488
|
+
message: "La PR o SL ha sido cancelada. Por favor comunícate con nuestra mesa de ayuda."
|
|
489
|
+
},
|
|
486
490
|
//Calculator & Apartadito
|
|
487
491
|
...o,
|
|
488
492
|
//#region helpdesk
|
|
@@ -599,16 +603,16 @@ const o = {
|
|
|
599
603
|
message: "El rfc es un rfc no válido"
|
|
600
604
|
},
|
|
601
605
|
"PERSONALDATA-BAD-REQUEST-09": {
|
|
602
|
-
title: "La
|
|
603
|
-
message: "
|
|
606
|
+
title: "La CURP ya está asociada a un proceso iniciado",
|
|
607
|
+
message: "Por favor intenta con otro CURP"
|
|
604
608
|
},
|
|
605
609
|
"PERSONALDATA-BAD-REQUEST-10": {
|
|
606
|
-
title: "La
|
|
607
|
-
message: "
|
|
610
|
+
title: "La CURP ya tiene proceso iniciado",
|
|
611
|
+
message: "Por favor intenta con otro CURP"
|
|
608
612
|
},
|
|
609
613
|
"PERSONALDATA-BAD-REQUEST-WHITE-LIST-11": {
|
|
610
614
|
title: "Lista blanca devuelve nulo",
|
|
611
|
-
message: "
|
|
615
|
+
message: "Por favor intenta con otro CURP"
|
|
612
616
|
},
|
|
613
617
|
//BIOMETRIC
|
|
614
618
|
"PF-BIOMETRIC-001": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuThB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as r, E as o, F as s, a as t } from "./fetch-service-fe-
|
|
1
|
+
import { A as r, E as o, F as s, a as t } from "./fetch-service-fe-I8dnti8N.js";
|
|
2
2
|
import { L as i, M as d, R as n } from "./loading-handler-Br21zGTA.js";
|
|
3
|
-
import { S as g } from "./service-token-
|
|
3
|
+
import { S as g } from "./service-token-DceocCHP.js";
|
|
4
4
|
export {
|
|
5
5
|
r as ApiMiddleware,
|
|
6
6
|
o as ErrorCatalog,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as r, E as o, F as s, a as t } from "./fetch-service-fe-
|
|
1
|
+
import { A as r, E as o, F as s, a as t } from "./fetch-service-fe-I8dnti8N.js";
|
|
2
2
|
import { L as i, M as d, R as n } from "./loading-handler-Br21zGTA.js";
|
|
3
|
-
import { S as g } from "./service-token-
|
|
3
|
+
import { S as g } from "./service-token-DceocCHP.js";
|
|
4
4
|
export {
|
|
5
5
|
r as ApiMiddleware,
|
|
6
6
|
o as ErrorCatalog,
|
|
@@ -3,7 +3,7 @@ var d = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var n = (r, t, e) => d(r, typeof t != "symbol" ? t + "" : t, e);
|
|
4
4
|
import { switchMap as a, of as o } from "rxjs";
|
|
5
5
|
import { CustomEncrypter as c } from "./mp-front-cli-encrypter.es.js";
|
|
6
|
-
import { S as u } from "./service-token-
|
|
6
|
+
import { S as u } from "./service-token-DceocCHP.js";
|
|
7
7
|
class f extends c {
|
|
8
8
|
constructor(e = {}) {
|
|
9
9
|
super();
|