mp-front-cli 0.0.77 → 0.0.79

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.
@@ -22,11 +22,11 @@ const e = {
22
22
  },
23
23
  "CALCULATOR-BAD-REQUEST-01": {
24
24
  title: "Verifique si los nombres de los campos son correctos",
25
- message: "Error al validar el campo: <field_name>"
25
+ message: "Error al validar el campo"
26
26
  },
27
27
  "CALCULATOR-BAD-REQUEST-02": {
28
28
  title: "Verificar campos obligatorios",
29
- message: "<field_name> es obligatorio"
29
+ message: "El campo es obligatorio"
30
30
  },
31
31
  "CALCULATOR-BAD-REQUEST-03": {
32
32
  title: "Verificar la pre-solicitud",
@@ -70,7 +70,7 @@ const e = {
70
70
  },
71
71
  "CALCULATOR-BAD-REQUEST-13": {
72
72
  title: "Revisar el ID de solicitud previa",
73
- message: "<field_name> no encontrado"
73
+ message: "Campo no encontrado"
74
74
  },
75
75
  "CALCULATOR-BAD-REQUEST-14": {
76
76
  title: "Revisar los datos de la solicitud",
@@ -86,7 +86,7 @@ const e = {
86
86
  },
87
87
  "CALCULATOR-BAD-REQUEST-17": {
88
88
  title: "Consultar la cantidad enviada",
89
- message: "La cantidad es mayor que el inventario: <material>"
89
+ message: "La cantidad es mayor que el inventario disponible"
90
90
  },
91
91
  "CALCULATOR-BAD-REQUEST-18": {
92
92
  title: "Revisar la información del artículo",
@@ -1,7 +1,7 @@
1
1
  import { ApiMiddleware as n, ErrorCatalog as x, FetchServiceBE as E, FetchServiceFE as F } from "./mp-front-cli-core.es.js";
2
2
  import { LoadingHandler as S, MessageHandler as f, RxSubjectManager as h } from "./mp-front-cli-utils-rxjs.es.js";
3
3
  import "i18next";
4
- import "./index-4b63b0bb.js";
4
+ import "./index-f596eb97.js";
5
5
  import "./mp-front-cli-logger.es.js";
6
6
  import "rxjs";
7
7
  import "./mp-front-cli-encrypter.es.js";
@@ -4,7 +4,7 @@ var g = (r, t, e) => (ne(r, typeof t != "symbol" ? t + "" : t, e), e);
4
4
  import { MessageHandler as J, LoadingHandler as C } from "./mp-front-cli-utils-rxjs.es.js";
5
5
  import { RxSubjectManager as Ur } from "./mp-front-cli-utils-rxjs.es.js";
6
6
  import ae, { t as y } from "i18next";
7
- import { t as se } from "./index-4b63b0bb.js";
7
+ import { t as se } from "./index-f596eb97.js";
8
8
  import { CustomLogger as le } from "./mp-front-cli-logger.es.js";
9
9
  import { of as d, switchMap as T, forkJoin as Y, catchError as W, EMPTY as Z, filter as X } from "rxjs";
10
10
  import { CustomEncrypter as ie } from "./mp-front-cli-encrypter.es.js";
@@ -1,4 +1,4 @@
1
- import { t } from "./index-4b63b0bb.js";
1
+ import { t } from "./index-f596eb97.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.77",
3
+ "version": "0.0.79",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {