mp-front-cli 0.0.79 → 0.0.81

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.
@@ -267,7 +267,7 @@ const e = {
267
267
  },
268
268
  "PERSONALDATA-INVALID-DATA-TYPE": {
269
269
  title: "Revisar los datos que se envían.",
270
- message: "data.attributes.La clave <field_name> es obligatoria"
270
+ message: "Numero Interior es obligatorio"
271
271
  },
272
272
  "PERSONALDATA-UNKNOWN-REGISTER-01": {
273
273
  title: "Revisar el valor que se envía",
@@ -1,14 +1,14 @@
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-f596eb97.js";
4
+ import "./index-c8dbca72.js";
5
5
  import "./mp-front-cli-logger.es.js";
6
6
  import "rxjs";
7
7
  import "./mp-front-cli-encrypter.es.js";
8
8
  import "node-jose";
9
9
  import "crypto";
10
10
  import "./mp-front-cli-encoder.es.js";
11
- import "./mp-front-cli-header.es.js";
11
+ import "./custom-header-b6432556.js";
12
12
  import "./stringify-788d71a0.js";
13
13
  export {
14
14
  n as ApiMiddleware,