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
- }, a = {
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: "Marca no permitida",
361
- message: "La marca no se encuentra en la lista de marcas permitidas para enrolamiento"
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
- }, o = {
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
- ...o,
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
- ...a.enrollment,
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-62b8b46c.js";
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-62b8b46c.js";
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";
@@ -1,4 +1,4 @@
1
- import { t } from "./index-62b8b46c.js";
1
+ import { t } from "./index-db8a4e91.js";
2
2
  const e = {
3
3
  errors: {}
4
4
  }, a = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-front-cli",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -88,4 +88,4 @@
88
88
  "vite-plugin-dts": "3.7.1",
89
89
  "vite-tsconfig-paths": "4.2.2"
90
90
  }
91
- }
91
+ }