mp-front-cli 1.0.1-rc.0 → 1.0.1-rc.1
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.
|
@@ -604,15 +604,15 @@ const o = {
|
|
|
604
604
|
},
|
|
605
605
|
"PERSONALDATA-BAD-REQUEST-09": {
|
|
606
606
|
title: "La CURP ya está asociada a un proceso iniciado",
|
|
607
|
-
message: "
|
|
607
|
+
message: "Por favor intenta con otro CURP"
|
|
608
608
|
},
|
|
609
609
|
"PERSONALDATA-BAD-REQUEST-10": {
|
|
610
610
|
title: "La CURP ya tiene proceso iniciado",
|
|
611
|
-
message: "
|
|
611
|
+
message: "Por favor intenta con otro CURP"
|
|
612
612
|
},
|
|
613
613
|
"PERSONALDATA-BAD-REQUEST-WHITE-LIST-11": {
|
|
614
614
|
title: "Lista blanca devuelve nulo",
|
|
615
|
-
message: "
|
|
615
|
+
message: "Por favor intenta con otro CURP"
|
|
616
616
|
},
|
|
617
617
|
//BIOMETRIC
|
|
618
618
|
"PF-BIOMETRIC-001": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ApiMiddleware as l, ErrorCatalog as x, FetchServiceBE as f, FetchServiceFE as s } from "./mp-front-cli-core.es.js";
|
|
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-a6a5a26e.js";
|
|
4
|
-
import "./i18n-
|
|
4
|
+
import "./i18n-9725e8da.js";
|
|
5
5
|
import "i18next";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
@@ -5,7 +5,7 @@ import { LoadingHandler as g, MessageHandler as M } from "./mp-front-cli-utils-r
|
|
|
5
5
|
import { RxSubjectManager as Ue } from "./mp-front-cli-utils-rxjs.es.js";
|
|
6
6
|
import { f as c } from "./index-a6a5a26e.js";
|
|
7
7
|
import { S as ne } from "./index-a6a5a26e.js";
|
|
8
|
-
import "./i18n-
|
|
8
|
+
import "./i18n-9725e8da.js";
|
|
9
9
|
import { t as U } from "i18next";
|
|
10
10
|
import { CustomLogger as F } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as O, switchMap as i, forkJoin as B, catchError as S, EMPTY as P, filter as w } from "rxjs";
|