mp-front-cli 0.0.121 → 0.0.122
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.
- package/dist/core/errors/error-catalog.d.ts.map +1 -1
- package/dist/{index-db8a4e91.js → index-9216d4b1.js} +8 -0
- package/dist/lang/common/errors/es_MX/index.d.ts +8 -0
- package/dist/lang/common/errors/es_MX/index.d.ts.map +1 -1
- package/dist/mp-front-cli-all.es.js +1 -1
- package/dist/mp-front-cli-core.es.js +20 -6
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-catalog.d.ts","sourceRoot":"","sources":["../../../src/core/errors/error-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAA;AAExB,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"error-catalog.d.ts","sourceRoot":"","sources":["../../../src/core/errors/error-catalog.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAA;AAExB,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AA6zBrD,qBAAa,YAAa,SAAQ,YAAY;IAC5C,GAAG,CACD,KAAK,GAAE,MAAM,GAAG,KAAK,GAAG,QAAoB,EAC5C,IAAI,GAAE,MAAoB;;;;;;;;;;;CA8B7B"}
|
|
@@ -599,6 +599,14 @@ const e = {
|
|
|
599
599
|
title: "Código incorrecto",
|
|
600
600
|
message: "Código invalido, por favor de generar uno nuevo"
|
|
601
601
|
},
|
|
602
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-001": {
|
|
603
|
+
title: "Clave de presolicitud no identificada",
|
|
604
|
+
message: "Por favor vuelve a intentarlo o contacta al administrador"
|
|
605
|
+
},
|
|
606
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-002": {
|
|
607
|
+
title: "Clave de presolicitud no identificada",
|
|
608
|
+
message: "Por favor vuelve a intentarlo o contacta al administrador"
|
|
609
|
+
},
|
|
602
610
|
"COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001": {
|
|
603
611
|
title: "Código expirado",
|
|
604
612
|
message: "Por favor de generar otro código"
|
|
@@ -352,6 +352,14 @@ declare const translation: {
|
|
|
352
352
|
title: string;
|
|
353
353
|
message: string;
|
|
354
354
|
};
|
|
355
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-001": {
|
|
356
|
+
title: string;
|
|
357
|
+
message: string;
|
|
358
|
+
};
|
|
359
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-002": {
|
|
360
|
+
title: string;
|
|
361
|
+
message: string;
|
|
362
|
+
};
|
|
355
363
|
"COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001": {
|
|
356
364
|
title: string;
|
|
357
365
|
message: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmShB,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-
|
|
5
|
+
import "./index-9216d4b1.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|
|
@@ -5,9 +5,9 @@ import { LoadingHandler as g, MessageHandler as M } from "./mp-front-cli-utils-r
|
|
|
5
5
|
import { RxSubjectManager as ne } from "./mp-front-cli-utils-rxjs.es.js";
|
|
6
6
|
import { f as c } from "./index-def0b487.js";
|
|
7
7
|
import { S as De } from "./index-def0b487.js";
|
|
8
|
-
import
|
|
9
|
-
import { t as
|
|
10
|
-
import { CustomLogger as
|
|
8
|
+
import F, { t as U } from "i18next";
|
|
9
|
+
import { t as v } from "./index-9216d4b1.js";
|
|
10
|
+
import { CustomLogger as w } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as T, switchMap as L, forkJoin as B, catchError as n, EMPTY as P, filter as h } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as V } from "./mp-front-cli-encrypter.es.js";
|
|
13
13
|
import { CustomHeader as Q } from "./mp-front-cli-header.es.js";
|
|
@@ -18,11 +18,11 @@ import "crypto";
|
|
|
18
18
|
const Y = {
|
|
19
19
|
es: {
|
|
20
20
|
translation: {
|
|
21
|
-
...
|
|
21
|
+
...v
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
F.init({
|
|
26
26
|
resources: Y,
|
|
27
27
|
lng: "es",
|
|
28
28
|
// language to use, more information here: https://www.i18next.com/overview/configuration-options#languages-namespaces-resources
|
|
@@ -471,6 +471,20 @@ const H = {
|
|
|
471
471
|
type: "modal",
|
|
472
472
|
level: "warning"
|
|
473
473
|
},
|
|
474
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-001": {
|
|
475
|
+
title: "errors.COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-001.title",
|
|
476
|
+
message: "errors.COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-001.message",
|
|
477
|
+
code: 310,
|
|
478
|
+
type: "modal",
|
|
479
|
+
level: "warning"
|
|
480
|
+
},
|
|
481
|
+
"COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-002": {
|
|
482
|
+
title: "errors.COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-002.title",
|
|
483
|
+
message: "errors.COMMUNICATIONS-PREAPPLICATIONNOTFOUNDEXCEPTION-002.message",
|
|
484
|
+
code: 310,
|
|
485
|
+
type: "modal",
|
|
486
|
+
level: "warning"
|
|
487
|
+
},
|
|
474
488
|
"COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001": {
|
|
475
489
|
title: "errors.COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001.title",
|
|
476
490
|
message: "errors.COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001.message",
|
|
@@ -1168,7 +1182,7 @@ const H = {
|
|
|
1168
1182
|
...H,
|
|
1169
1183
|
..._
|
|
1170
1184
|
};
|
|
1171
|
-
class C extends
|
|
1185
|
+
class C extends w {
|
|
1172
1186
|
get(E = "default", e = "NOT_FOUND") {
|
|
1173
1187
|
var s, A;
|
|
1174
1188
|
if (E instanceof Error)
|
package/package.json
CHANGED