mp-front-cli 0.0.120 → 0.0.121
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.
|
@@ -206,7 +206,7 @@ const e = {
|
|
|
206
206
|
message: "Error de servicio"
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
},
|
|
209
|
+
}, o = {
|
|
210
210
|
enrollment: {
|
|
211
211
|
"ENROLLMENT-INVALIDCONFIGURATION-0000": {
|
|
212
212
|
title: "Configuración no correspondiente",
|
|
@@ -357,15 +357,15 @@ const e = {
|
|
|
357
357
|
message: "No se encontraron IMEI's/números de serie, por favor comunícate con mesa de ayuda."
|
|
358
358
|
},
|
|
359
359
|
"ENROLLMENT-NOTALLOWEDBRAND-0044": {
|
|
360
|
-
title: "
|
|
361
|
-
message: "
|
|
360
|
+
title: "Contacta con el equipo de soporte",
|
|
361
|
+
message: "Tu dispositivo no cuenta con las características solicitadas. Por favor intenta con otro dispositivo, ID:ENROLLMENT-NOTALLOWEDBRAND-0044"
|
|
362
362
|
},
|
|
363
363
|
"ENROLLMENT-USED-IMEI-0001": {
|
|
364
364
|
title: "Validación de IMEI",
|
|
365
365
|
message: "No puedes usar este IMEI nuevamente"
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
},
|
|
368
|
+
}, a = {
|
|
369
369
|
helpdesk: {
|
|
370
370
|
"PF-CANCEL-APPLICATION-GENERIC-ERROR-001": {
|
|
371
371
|
title: "Error",
|
|
@@ -437,7 +437,7 @@ const e = {
|
|
|
437
437
|
//Calculator & Apartadito
|
|
438
438
|
...e,
|
|
439
439
|
//#region helpdesk
|
|
440
|
-
...
|
|
440
|
+
...a,
|
|
441
441
|
//JORNADA
|
|
442
442
|
"JOURNEY-INVALIDATEDATA-01": {
|
|
443
443
|
title: "Por favor verifique su estructura y los valores de sus atributos.",
|
|
@@ -624,7 +624,7 @@ const e = {
|
|
|
624
624
|
message: "Por favor ingresa otro número de teléfono"
|
|
625
625
|
},
|
|
626
626
|
//ENROLLMENT
|
|
627
|
-
...
|
|
627
|
+
...o.enrollment,
|
|
628
628
|
//Personal References
|
|
629
629
|
"PERSONALREFERENCE-ACTIVECREDITSEXCEPTION-01": {
|
|
630
630
|
title: "Intentar con otra referencia",
|
|
@@ -2,7 +2,7 @@ import { ApiMiddleware as g, ErrorCatalog as l, FetchServiceBE as x, FetchServic
|
|
|
2
2
|
import { LoadingHandler as v, MessageHandler as E, RxSubjectManager as F } from "./mp-front-cli-utils-rxjs.es.js";
|
|
3
3
|
import { S as h } from "./index-def0b487.js";
|
|
4
4
|
import "i18next";
|
|
5
|
-
import "./index-
|
|
5
|
+
import "./index-db8a4e91.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 { RxSubjectManager as ne } from "./mp-front-cli-utils-rxjs.es.js";
|
|
|
6
6
|
import { f as c } from "./index-def0b487.js";
|
|
7
7
|
import { S as De } from "./index-def0b487.js";
|
|
8
8
|
import v, { t as U } from "i18next";
|
|
9
|
-
import { t as w } from "./index-
|
|
9
|
+
import { t as w } from "./index-db8a4e91.js";
|
|
10
10
|
import { CustomLogger as F } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as T, switchMap as L, forkJoin as B, catchError as n, EMPTY as P, filter as h } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as V } from "./mp-front-cli-encrypter.es.js";
|
package/package.json
CHANGED