mp-front-cli 0.0.92 → 0.0.93

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.
@@ -100,17 +100,13 @@ const e = {
100
100
  title: "Revisar la información del artículo",
101
101
  message: "Solo se permite un producto inscribible en el detalle de la solicitud"
102
102
  },
103
- "CALCULATOR-BAD-REQUEST-21": {
104
- title: "Revisar la información en la solicitud.",
105
- message: "Se requiere creditLimitAmount"
106
- },
107
103
  "CALCULATOR-BAD-REQUEST-22": {
108
104
  title: "Revisar cantidad en la solicitud",
109
105
  message: "La cantidad debe ser mayor que 0"
110
106
  },
111
107
  "CALCULATOR-BAD-REQUEST-23": {
112
108
  title: "Revisar límite de crédito en la solicitud",
113
- message: "El monto debe ser menor o igual a creditLimitAmount"
109
+ message: "El artículo seleccionado rebasa la línea de crédito disponible. Selecciona otro artículo e intenta nuevamente"
114
110
  },
115
111
  "CALCULATOR-BAD-REQUEST-24": {
116
112
  title: "Revisar la información del artículo",
@@ -100,10 +100,6 @@ declare const translation: {
100
100
  title: string;
101
101
  message: string;
102
102
  };
103
- "CALCULATOR-BAD-REQUEST-21": {
104
- title: string;
105
- message: string;
106
- };
107
103
  "CALCULATOR-BAD-REQUEST-22": {
108
104
  title: string;
109
105
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/calculator/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsNhB,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/calculator/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmNhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -409,10 +409,6 @@ declare const translation: {
409
409
  title: string;
410
410
  message: string;
411
411
  };
412
- "CALCULATOR-BAD-REQUEST-21": {
413
- title: string;
414
- message: string;
415
- };
416
412
  "CALCULATOR-BAD-REQUEST-22": {
417
413
  title: string;
418
414
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0OhB,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0OhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -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-21452318.js";
5
+ import "./index-410bfbf7.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 z } from "./mp-front-cli-utils-rxjs.es.js";
6
6
  import { f as U } from "./index-def0b487.js";
7
7
  import { S as ee } from "./index-def0b487.js";
8
8
  import d, { t as m } from "i18next";
9
- import { t as P } from "./index-21452318.js";
9
+ import { t as P } from "./index-410bfbf7.js";
10
10
  import { CustomLogger as B } from "./mp-front-cli-logger.es.js";
11
11
  import { of as o, switchMap as R, forkJoin as S, catchError as I, EMPTY as C, filter as M } from "rxjs";
12
12
  import { CustomEncrypter as u } from "./mp-front-cli-encrypter.es.js";
@@ -290,7 +290,7 @@ const Q = {
290
290
  code: 500
291
291
  },
292
292
  default: {
293
- code: 520,
293
+ code: 420,
294
294
  type: "modal",
295
295
  message: "errors.default.message",
296
296
  title: "errors.default.title",
@@ -559,10 +559,10 @@ const Q = {
559
559
  level: "warning"
560
560
  },
561
561
  "CALCULATOR-BAD-REQUEST-21": {
562
- title: "errors.calculator.CALCULATOR-BAD-REQUEST-21.title",
563
- message: "errors.calculator.CALCULATOR-BAD-REQUEST-21.message",
564
562
  code: 420,
565
563
  type: "modal",
564
+ message: "errors.default.message",
565
+ title: "errors.default.title",
566
566
  level: "warning"
567
567
  },
568
568
  "CALCULATOR-BAD-REQUEST-22": {
@@ -577,7 +577,7 @@ const Q = {
577
577
  message: "errors.calculator.CALCULATOR-BAD-REQUEST-23.message",
578
578
  code: 420,
579
579
  type: "modal",
580
- level: "warning"
580
+ level: "info"
581
581
  },
582
582
  "CALCULATOR-BAD-REQUEST-24": {
583
583
  title: "errors.calculator.CALCULATOR-BAD-REQUEST-24.title",
@@ -1,4 +1,4 @@
1
- import { t } from "./index-21452318.js";
1
+ import { t } from "./index-410bfbf7.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.92",
3
+ "version": "0.0.93",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {