mp-front-cli 0.0.93 → 0.0.95
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.
|
@@ -469,7 +469,7 @@ const e = {
|
|
|
469
469
|
message: "Por favor contacte con soporte"
|
|
470
470
|
},
|
|
471
471
|
"PERSONALDATA-CU-ERROR-01": {
|
|
472
|
-
title: "
|
|
472
|
+
title: "Error interno",
|
|
473
473
|
message: "Por favor contacte con soporte"
|
|
474
474
|
},
|
|
475
475
|
"PERSONALDATA-INVALID-RFC-01": {
|
|
@@ -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-4a2fb91a.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|
|
@@ -6,7 +6,7 @@ import { RxSubjectManager as z } from "./mp-front-cli-utils-rxjs.es.js";
|
|
|
6
6
|
import { f as U } from "./index-def0b487.js";
|
|
7
7
|
import { S as ee } from "./index-def0b487.js";
|
|
8
8
|
import d, { t as m } from "i18next";
|
|
9
|
-
import { t as P } from "./index-
|
|
9
|
+
import { t as P } from "./index-4a2fb91a.js";
|
|
10
10
|
import { CustomLogger as B } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as o, switchMap as R, forkJoin as S, catchError as I, EMPTY as C, filter as M } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as u } from "./mp-front-cli-encrypter.es.js";
|
|
@@ -924,7 +924,7 @@ const Q = {
|
|
|
924
924
|
message: "errors.PERSONALDATA-CU-ERROR-01.message",
|
|
925
925
|
code: 420,
|
|
926
926
|
type: "modal",
|
|
927
|
-
level: "
|
|
927
|
+
level: "error"
|
|
928
928
|
},
|
|
929
929
|
"PERSONALDATA-INVALID-RFC-01": {
|
|
930
930
|
title: "errors.PERSONALDATA-INVALID-RFC-01.title",
|
|
@@ -40,9 +40,9 @@ class l extends y {
|
|
|
40
40
|
async isEncrypted(t) {
|
|
41
41
|
this.logInfo("EncryptionHandler", t);
|
|
42
42
|
try {
|
|
43
|
-
return await this.decrypt(t ?? ""), this.
|
|
43
|
+
return await this.decrypt(t ?? ""), this.logDebug("EncryptionHandler", "IS ENCRYPTED 🥵"), !0;
|
|
44
44
|
} catch (n) {
|
|
45
|
-
return this.logWarn("EncryptionHandler", JSON.stringify(n)), this.
|
|
45
|
+
return this.logWarn("EncryptionHandler", JSON.stringify(n)), this.logDebug("EncryptionHandler", "IS NOT ENCRYPTED 🙂"), !1;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
generateSHA(t) {
|