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.
@@ -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;CA+QnC,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-USED-IMEI-0001": {
364
- title: "Validación de IMEI",
365
- message: "No puedes usar este IMEI nuevamente"
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 = {
@@ -152,7 +152,7 @@ declare const translation: {
152
152
  title: string;
153
153
  message: string;
154
154
  };
155
- "ENROLLMENT-USED-IMEI-0001": {
155
+ "ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042": {
156
156
  title: string;
157
157
  message: string;
158
158
  };
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoLhB,CAAA;AAED,eAAe,WAAW,CAAA"}
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"}
@@ -196,7 +196,7 @@ declare const translation: {
196
196
  title: string;
197
197
  message: string;
198
198
  };
199
- "ENROLLMENT-USED-IMEI-0001": {
199
+ "ENROLLMENT-FAILEDTOCHECKSTOCKINSAP-0042": {
200
200
  title: string;
201
201
  message: string;
202
202
  };
@@ -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-0cc7a8bb.js";
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-0cc7a8bb.js";
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": {
@@ -1,4 +1,4 @@
1
- import { t } from "./index-0cc7a8bb.js";
1
+ import { t } from "./index-991c08e5.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.125",
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
+ }