mp-front-cli 0.0.80 → 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: "
|
|
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,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-
|
|
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";
|
|
@@ -4,7 +4,7 @@ var L = (l, t, e) => (h(l, typeof t != "symbol" ? t + "" : t, e), e);
|
|
|
4
4
|
import { MessageHandler as u, LoadingHandler as U } from "./mp-front-cli-utils-rxjs.es.js";
|
|
5
5
|
import { RxSubjectManager as ge } from "./mp-front-cli-utils-rxjs.es.js";
|
|
6
6
|
import w, { t as C } from "i18next";
|
|
7
|
-
import { t as v } from "./index-
|
|
7
|
+
import { t as v } from "./index-c8dbca72.js";
|
|
8
8
|
import { CustomLogger as x } from "./mp-front-cli-logger.es.js";
|
|
9
9
|
import { of as T, switchMap as c, forkJoin as I, catchError as B, EMPTY as p, filter as P } from "rxjs";
|
|
10
10
|
import { CustomEncrypter as G } from "./mp-front-cli-encrypter.es.js";
|
package/package.json
CHANGED