mp-front-cli 0.0.69 → 0.0.71
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-aea12e04.js → index-fccce407.js} +8 -0
- package/dist/lang/common/errors/es_MX/index.d.ts +8 -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
|
@@ -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"
|
|
@@ -320,6 +324,10 @@ const e = {
|
|
|
320
324
|
"PF-BIOMETRIC-004": {
|
|
321
325
|
title: "Se encontró datos en Financing2",
|
|
322
326
|
message: "El cliente ha iniciado un proceso de financiación 2."
|
|
327
|
+
},
|
|
328
|
+
"PF-VALIDATE-CLIENTTYPE-003": {
|
|
329
|
+
title: "Saldo pendiente por pagar",
|
|
330
|
+
message: "Notamos que tu historial presenta un saldo vencido, por esa razón, en este momento no será posible continuar con tu crédito."
|
|
323
331
|
}
|
|
324
332
|
}
|
|
325
333
|
};
|
|
@@ -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;
|
|
@@ -316,6 +320,10 @@ declare const translation: {
|
|
|
316
320
|
title: string;
|
|
317
321
|
message: string;
|
|
318
322
|
};
|
|
323
|
+
"PF-VALIDATE-CLIENTTYPE-003": {
|
|
324
|
+
title: string;
|
|
325
|
+
message: string;
|
|
326
|
+
};
|
|
319
327
|
};
|
|
320
328
|
};
|
|
321
329
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgWhB,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-fccce407.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-fccce407.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";
|