mp-front-cli 0.0.68 → 0.0.70
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-d30b1381.js → index-f71c6c4a.js} +21 -1
- package/dist/lang/common/errors/es_MX/index.d.ts +20 -0
- package/dist/lang/common/errors/es_MX/index.d.ts.map +1 -1
- package/dist/mp-front-cli-all.es.js +1 -1
- package/dist/mp-front-cli-core.es.js +1 -1
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ const e = {
|
|
|
13
13
|
message: "No se obtuvieron la configuración del sistema"
|
|
14
14
|
},
|
|
15
15
|
UnAuthorized: {
|
|
16
|
-
title: "La sesión
|
|
16
|
+
title: "La sesión ha caducado",
|
|
17
17
|
message: "Inicia sesión nuevamente"
|
|
18
18
|
},
|
|
19
19
|
ErrorGeneral: {
|
|
@@ -29,6 +29,10 @@ const e = {
|
|
|
29
29
|
message: "Es necesario asignar una clave de vendedor al usuario. Por favor comunícate con nuestra mesa de ayuda para solucionar el problema."
|
|
30
30
|
},
|
|
31
31
|
// Calculator
|
|
32
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
33
|
+
title: "Cliente no aprobado",
|
|
34
|
+
message: "Pronto tendremos una nueva oportunidad para gestionar la aprobación de tu crédito Macropay. En 90 días podemos volver a intentar."
|
|
35
|
+
},
|
|
32
36
|
"CALCULATOR-MAPPING-01": {
|
|
33
37
|
title: "Verifique si los nombres de los campos son correctos",
|
|
34
38
|
message: "Error al asignar la solicitud a la entidad o DTO"
|
|
@@ -304,6 +308,22 @@ const e = {
|
|
|
304
308
|
"PERSONALDATA-GENERIC-ERROR": {
|
|
305
309
|
title: "Error genérico",
|
|
306
310
|
message: "Error genérico"
|
|
311
|
+
},
|
|
312
|
+
"PF-BIOMETRIC-001": {
|
|
313
|
+
title: "Campo inválido",
|
|
314
|
+
message: "Error en la biometría"
|
|
315
|
+
},
|
|
316
|
+
"PF-BIOMETRIC-002": {
|
|
317
|
+
title: "Inaceptable",
|
|
318
|
+
message: "Inaceptable"
|
|
319
|
+
},
|
|
320
|
+
"PF-BIOMETRIC-003": {
|
|
321
|
+
title: "Campo no válido",
|
|
322
|
+
message: "El campo 'idUser' es obligatorio."
|
|
323
|
+
},
|
|
324
|
+
"PF-BIOMETRIC-004": {
|
|
325
|
+
title: "Se encontró datos en Financing2",
|
|
326
|
+
message: "El cliente ha iniciado un proceso de financiación 2."
|
|
307
327
|
}
|
|
308
328
|
}
|
|
309
329
|
};
|
|
@@ -28,6 +28,10 @@ declare const translation: {
|
|
|
28
28
|
title: string;
|
|
29
29
|
message: string;
|
|
30
30
|
};
|
|
31
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
32
|
+
title: string;
|
|
33
|
+
message: string;
|
|
34
|
+
};
|
|
31
35
|
"CALCULATOR-MAPPING-01": {
|
|
32
36
|
title: string;
|
|
33
37
|
message: string;
|
|
@@ -300,6 +304,22 @@ declare const translation: {
|
|
|
300
304
|
title: string;
|
|
301
305
|
message: string;
|
|
302
306
|
};
|
|
307
|
+
"PF-BIOMETRIC-001": {
|
|
308
|
+
title: string;
|
|
309
|
+
message: string;
|
|
310
|
+
};
|
|
311
|
+
"PF-BIOMETRIC-002": {
|
|
312
|
+
title: string;
|
|
313
|
+
message: string;
|
|
314
|
+
};
|
|
315
|
+
"PF-BIOMETRIC-003": {
|
|
316
|
+
title: string;
|
|
317
|
+
message: string;
|
|
318
|
+
};
|
|
319
|
+
"PF-BIOMETRIC-004": {
|
|
320
|
+
title: string;
|
|
321
|
+
message: string;
|
|
322
|
+
};
|
|
303
323
|
};
|
|
304
324
|
};
|
|
305
325
|
export default translation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2VhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -2,7 +2,7 @@ import { ApiMiddleware as S, ErrorCatalog as g, FetchServiceBE as l, FetchServic
|
|
|
2
2
|
import { S as s } from "./custom-header-596dcd13.js";
|
|
3
3
|
import { LoadingHandler as E, MessageHandler as F, RxSubjectManager as M } from "./mp-front-cli-utils-rxjs.es.js";
|
|
4
4
|
import "i18next";
|
|
5
|
-
import "./index-
|
|
5
|
+
import "./index-f71c6c4a.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|
|
@@ -6,7 +6,7 @@ import { S as ut } from "./custom-header-596dcd13.js";
|
|
|
6
6
|
import { MessageHandler as O, LoadingHandler as p } from "./mp-front-cli-utils-rxjs.es.js";
|
|
7
7
|
import { RxSubjectManager as pt } from "./mp-front-cli-utils-rxjs.es.js";
|
|
8
8
|
import P, { t as E } from "i18next";
|
|
9
|
-
import { t as v } from "./index-
|
|
9
|
+
import { t as v } from "./index-f71c6c4a.js";
|
|
10
10
|
import { CustomLogger as J } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as d, switchMap as m, forkJoin as A, catchError as b, EMPTY as D, filter as w } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as T } from "./mp-front-cli-encrypter.es.js";
|