mp-front-cli 0.0.125 → 0.0.126
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/enrollment/error-catalog-enrollment.d.ts.map +1 -1
- package/dist/{index-0cc7a8bb.js → index-991c08e5.js} +3 -3
- package/dist/lang/common/errors/enrollment/es_MX/index.d.ts +1 -1
- package/dist/lang/common/errors/enrollment/es_MX/index.d.ts.map +1 -1
- package/dist/lang/common/errors/es_MX/index.d.ts +1 -1
- package/dist/mp-front-cli-all.es.js +1 -1
- package/dist/mp-front-cli-core.es.js +8 -1
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +2 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-catalog-enrollment.d.ts","sourceRoot":"","sources":["../../../../src/core/errors/enrollment/error-catalog-enrollment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAE9C,eAAO,MAAM,sBAAsB,EAAE;IACnC,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAA;
|
|
1
|
+
{"version":3,"file":"error-catalog-enrollment.d.ts","sourceRoot":"","sources":["../../../../src/core/errors/enrollment/error-catalog-enrollment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAE9C,eAAO,MAAM,sBAAsB,EAAE;IACnC,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAA;CAsRnC,CAAA"}
|
|
@@ -360,9 +360,9 @@ const e = {
|
|
|
360
360
|
title: "Contacta con el equipo de soporte",
|
|
361
361
|
message: "Tu dispositivo no cuenta con las características solicitadas. Por favor intenta con otro dispositivo, ID:ENROLLMENT-NOTALLOWEDBRAND-0044"
|
|
362
362
|
},
|
|
363
|
-
"ENROLLMENT-
|
|
364
|
-
title: "
|
|
365
|
-
message: "
|
|
363
|
+
"ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042": {
|
|
364
|
+
title: "IMEI Incorrecto",
|
|
365
|
+
message: "El IMEI no corresponde al material seleccionado. Por favor valida que el IMEI capturado este correcto."
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}, a = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/enrollment/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/enrollment/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqLhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -2,7 +2,7 @@ import { ApiMiddleware as l, ErrorCatalog as x, FetchServiceBE as f, FetchServic
|
|
|
2
2
|
import { LoadingHandler as E, MessageHandler as F, RxSubjectManager as M } 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-991c08e5.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 De } from "./mp-front-cli-utils-rxjs.es.js";
|
|
|
6
6
|
import { f as c } from "./index-def0b487.js";
|
|
7
7
|
import { S as Pe } from "./index-def0b487.js";
|
|
8
8
|
import F, { t as U } from "i18next";
|
|
9
|
-
import { t as v } from "./index-
|
|
9
|
+
import { t as v } from "./index-991c08e5.js";
|
|
10
10
|
import { CustomLogger as w } 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";
|
|
@@ -302,6 +302,13 @@ const K = {
|
|
|
302
302
|
message: "errors.ENROLLMENT-IMEIFOUNDINACTIVEAPPLICATION-0041.message",
|
|
303
303
|
title: "errors.ENROLLMENT-IMEIFOUNDINACTIVEAPPLICATION-0041.title",
|
|
304
304
|
level: "warning"
|
|
305
|
+
},
|
|
306
|
+
"ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042": {
|
|
307
|
+
code: 400,
|
|
308
|
+
type: "modal",
|
|
309
|
+
message: "errors.ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042.message",
|
|
310
|
+
title: "errors.ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042.title",
|
|
311
|
+
level: "warning"
|
|
305
312
|
}
|
|
306
313
|
}, J = {
|
|
307
314
|
"SKIPFINGERPRINT-WITHOUT-PERMISSIONS-01": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mp-front-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.126",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"@types/uuid": "9.0.8",
|
|
75
75
|
"husky": "^9.0.11",
|
|
76
76
|
"lodash": "4.17.21",
|
|
77
|
-
"mp-front-cli": "file:",
|
|
78
77
|
"uuid": "9.0.1"
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
@@ -89,4 +88,4 @@
|
|
|
89
88
|
"vite-plugin-dts": "3.7.1",
|
|
90
89
|
"vite-tsconfig-paths": "4.2.2"
|
|
91
90
|
}
|
|
92
|
-
}
|
|
91
|
+
}
|