mp-front-cli 0.0.104 → 0.0.106
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/core/utils/custom-cache.d.ts +1 -0
- package/dist/core/utils/custom-cache.d.ts.map +1 -1
- package/dist/{index-d7b5f68b.js → index-9490465f.js} +4 -0
- package/dist/lang/common/errors/calculator/es_MX/index.d.ts +4 -0
- package/dist/lang/common/errors/calculator/es_MX/index.d.ts.map +1 -1
- package/dist/lang/common/errors/es_MX/index.d.ts +4 -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-cache.es.js +15 -12
- package/dist/mp-front-cli-core.es.js +22 -15
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +1 -1
|
@@ -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;AAywBrD,qBAAa,YAAa,SAAQ,YAAY;IAC5C,GAAG,CACD,KAAK,GAAE,MAAM,GAAG,KAAK,GAAG,QAAoB,EAC5C,IAAI,GAAE,MAAoB;;;;;;;;;;;CA8B7B"}
|
|
@@ -53,6 +53,7 @@ export declare class CustomCache<T> extends CustomEncrypter {
|
|
|
53
53
|
simpleGet(key: string): Promise<string | null>;
|
|
54
54
|
simpleHGet(key: string, field: string): Promise<string | null>;
|
|
55
55
|
simpleHSet(key: string, field: string, value: string): Promise<number>;
|
|
56
|
+
simpleHGetAll(key: string): Promise<Record<string, string>>;
|
|
56
57
|
}
|
|
57
58
|
export {};
|
|
58
59
|
//# sourceMappingURL=custom-cache.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-cache.d.ts","sourceRoot":"","sources":["../../../src/core/utils/custom-cache.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAIpD,oBAAY,YAAY;IACtB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;CACpB;AACD,UAAU,oBAAoB,CAAC,CAAC;IAC9B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,IAAI,EAAE,CAAC,CAAA;IACP;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB;AAED,qBAAa,WAAW,CAAC,CAAC,CAAE,SAAQ,eAAe;IACjD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAc;IAEzC,OAAO,CAAC,WAAW;YAIL,aAAa;IAS3B,OAAO,CAAC,aAAa;IAKR,aAAa,CAAC,CAAC,EAC1B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,GACb,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,CAAC,CAAA;KAAE,CAAC;IAgBvB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAK9C,aAAa,CAAC,EACzB,KAAK,EACL,MAAM,EACN,IAAI,EACJ,MAAM,EACN,SAAiB,EACjB,OAA8B,GAC/B,EAAE,oBAAoB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC;IAc/B,UAAU,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC;IAYjC,SAAS;IAIT,SAAS,CAAC,GAAG,EAAE,MAAM;IAIrB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAI7B,SAAS,CAAC,GAAG,EAAE,MAAM;IAKrB,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKrC,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"custom-cache.d.ts","sourceRoot":"","sources":["../../../src/core/utils/custom-cache.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAIpD,oBAAY,YAAY;IACtB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;CACpB;AACD,UAAU,oBAAoB,CAAC,CAAC;IAC9B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,IAAI,EAAE,CAAC,CAAA;IACP;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB;AAED,qBAAa,WAAW,CAAC,CAAC,CAAE,SAAQ,eAAe;IACjD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAc;IAEzC,OAAO,CAAC,WAAW;YAIL,aAAa;IAS3B,OAAO,CAAC,aAAa;IAKR,aAAa,CAAC,CAAC,EAC1B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,GACb,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,CAAC,CAAA;KAAE,CAAC;IAgBvB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAK9C,aAAa,CAAC,EACzB,KAAK,EACL,MAAM,EACN,IAAI,EACJ,MAAM,EACN,SAAiB,EACjB,OAA8B,GAC/B,EAAE,oBAAoB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC;IAc/B,UAAU,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC;IAYjC,SAAS;IAIT,SAAS,CAAC,GAAG,EAAE,MAAM;IAIrB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAI7B,SAAS,CAAC,GAAG,EAAE,MAAM;IAKrB,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKrC,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAIpD,aAAa,CAAC,GAAG,EAAE,MAAM;CAGjC"}
|
|
@@ -4,6 +4,10 @@ const e = {
|
|
|
4
4
|
title: "Cliente no aprobado",
|
|
5
5
|
message: "Pronto tendremos una nueva oportunidad para gestionar la aprobación de tu crédito Macropay. En 90 días podemos volver a intentar."
|
|
6
6
|
},
|
|
7
|
+
"SCORE-CLIENTREJECTED-02": {
|
|
8
|
+
title: "Por el momento no será posible continuar con tu solicitud porque ya has utilizado toda tu línea de crédito con nosotros.",
|
|
9
|
+
message: "¡Pronto tendremos buenas noticias para ti!"
|
|
10
|
+
},
|
|
7
11
|
"CALCULATOR-MAPPING-01": {
|
|
8
12
|
title: "Verifique si los nombres de los campos son correctos",
|
|
9
13
|
message: "Error al asignar la solicitud a la entidad o DTO"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/calculator/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/calculator/es_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6NhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgQhB,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-9490465f.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
var
|
|
2
|
-
var S = (n, r, t) => r in n ?
|
|
1
|
+
var y = Object.defineProperty;
|
|
2
|
+
var S = (n, r, t) => r in n ? y(n, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[r] = t;
|
|
3
3
|
var E = (n, r, t) => (S(n, typeof r != "symbol" ? r + "" : r, t), t);
|
|
4
4
|
import { CustomEncrypter as m } from "./mp-front-cli-encrypter.es.js";
|
|
5
|
-
import { C as
|
|
5
|
+
import { C as u } from "./custom-redis-bee66564.js";
|
|
6
6
|
import "node-jose";
|
|
7
7
|
import "crypto";
|
|
8
8
|
import "./mp-front-cli-encoder.es.js";
|
|
9
9
|
import "./mp-front-cli-logger.es.js";
|
|
10
10
|
import "ioredis";
|
|
11
11
|
const a = process.env.TIMEOUT_SESSION_MINUTES;
|
|
12
|
-
var
|
|
12
|
+
var R = /* @__PURE__ */ ((n) => (n.NOT_REFRESH = "NOT_REFRESH", n.REFRESH = "REFRESH", n))(R || {});
|
|
13
13
|
class O extends m {
|
|
14
14
|
constructor() {
|
|
15
15
|
super(...arguments);
|
|
16
|
-
E(this, "initClient",
|
|
16
|
+
E(this, "initClient", u);
|
|
17
17
|
}
|
|
18
18
|
getRootNode(t) {
|
|
19
19
|
return this.initClient.get(t);
|
|
@@ -42,16 +42,16 @@ class O extends m {
|
|
|
42
42
|
idData: i,
|
|
43
43
|
body: e,
|
|
44
44
|
expire: s,
|
|
45
|
-
encrypted:
|
|
45
|
+
encrypted: l = !1,
|
|
46
46
|
refresh: c = "REFRESH"
|
|
47
47
|
/* REFRESH */
|
|
48
48
|
}) {
|
|
49
|
-
const o = `${t}:${this.generateSHA(i)}`,
|
|
50
|
-
if (
|
|
51
|
-
const
|
|
52
|
-
return this.setEntryPoint(o,
|
|
49
|
+
const o = `${t}:${this.generateSHA(i)}`, h = { expires_in: c === "REFRESH" ? s : 0, ...e };
|
|
50
|
+
if (l) {
|
|
51
|
+
const p = await this.encrypt(h);
|
|
52
|
+
return this.setEntryPoint(o, p, s), o;
|
|
53
53
|
}
|
|
54
|
-
return this.setEntryPoint(o,
|
|
54
|
+
return this.setEntryPoint(o, h, s), o;
|
|
55
55
|
}
|
|
56
56
|
async statusHost() {
|
|
57
57
|
return new Promise((t, i) => {
|
|
@@ -80,8 +80,11 @@ class O extends m {
|
|
|
80
80
|
simpleHSet(t, i, e) {
|
|
81
81
|
return this.initClient.hset(t, i, e);
|
|
82
82
|
}
|
|
83
|
+
simpleHGetAll(t) {
|
|
84
|
+
return this.initClient.hgetall(t);
|
|
85
|
+
}
|
|
83
86
|
}
|
|
84
87
|
export {
|
|
85
88
|
O as CustomCache,
|
|
86
|
-
|
|
89
|
+
R as RefreshState
|
|
87
90
|
};
|
|
@@ -2,11 +2,11 @@ var f = Object.defineProperty;
|
|
|
2
2
|
var y = (t, E, e) => E in t ? f(t, E, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[E] = e;
|
|
3
3
|
var L = (t, E, e) => (y(t, typeof E != "symbol" ? E + "" : E, e), e);
|
|
4
4
|
import { LoadingHandler as U, MessageHandler as B } from "./mp-front-cli-utils-rxjs.es.js";
|
|
5
|
-
import { RxSubjectManager as
|
|
5
|
+
import { RxSubjectManager as Ie } from "./mp-front-cli-utils-rxjs.es.js";
|
|
6
6
|
import { f as n } from "./index-def0b487.js";
|
|
7
7
|
import { S as ge } from "./index-def0b487.js";
|
|
8
8
|
import v, { t as g } from "i18next";
|
|
9
|
-
import { t as Q } from "./index-
|
|
9
|
+
import { t as Q } from "./index-9490465f.js";
|
|
10
10
|
import { CustomLogger as w } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as N, switchMap as O, forkJoin as M, catchError as c, EMPTY as d, filter as h } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as V } from "./mp-front-cli-encrypter.es.js";
|
|
@@ -397,6 +397,13 @@ const H = {
|
|
|
397
397
|
type: "modal",
|
|
398
398
|
level: "info"
|
|
399
399
|
},
|
|
400
|
+
"SCORE-CLIENTREJECTED-02": {
|
|
401
|
+
title: "errors.calculator.SCORE-CLIENTREJECTED-02.title",
|
|
402
|
+
message: "errors.calculator.SCORE-CLIENTREJECTED-02.message",
|
|
403
|
+
code: 420,
|
|
404
|
+
type: "modal",
|
|
405
|
+
level: "info"
|
|
406
|
+
},
|
|
400
407
|
"CALCULATOR-MAPPING-01": {
|
|
401
408
|
title: "errors.calculator.CALCULATOR-MAPPING-01.title",
|
|
402
409
|
message: "errors.calculator.CALCULATOR-MAPPING-01.message",
|
|
@@ -1021,7 +1028,7 @@ const H = {
|
|
|
1021
1028
|
},
|
|
1022
1029
|
...H
|
|
1023
1030
|
};
|
|
1024
|
-
class
|
|
1031
|
+
class C extends w {
|
|
1025
1032
|
get(E = "default", e = "NOT_FOUND") {
|
|
1026
1033
|
var s, A;
|
|
1027
1034
|
if (E instanceof Error)
|
|
@@ -1059,7 +1066,7 @@ class Le extends V {
|
|
|
1059
1066
|
}
|
|
1060
1067
|
getSession() {
|
|
1061
1068
|
if (!this.session)
|
|
1062
|
-
throw new
|
|
1069
|
+
throw new C().get("SESSION_NOT_FOUND");
|
|
1063
1070
|
return this.session;
|
|
1064
1071
|
}
|
|
1065
1072
|
returnData(e, r, l) {
|
|
@@ -1067,7 +1074,7 @@ class Le extends V {
|
|
|
1067
1074
|
e.status(200).json(s);
|
|
1068
1075
|
}
|
|
1069
1076
|
returnError(e, r) {
|
|
1070
|
-
return r != null && r.uuid ? e.status(520).json(r) : e.status(520).json(new
|
|
1077
|
+
return r != null && r.uuid ? e.status(520).json(r) : e.status(520).json(new C().get(r, this.uuid));
|
|
1071
1078
|
}
|
|
1072
1079
|
get(e) {
|
|
1073
1080
|
return this.logDebug("get ApiMiddleware"), (r, l) => {
|
|
@@ -1113,7 +1120,7 @@ class Oe extends F {
|
|
|
1113
1120
|
}
|
|
1114
1121
|
errorHandler(e, r) {
|
|
1115
1122
|
if (e != null && e.errors)
|
|
1116
|
-
throw new
|
|
1123
|
+
throw new C().get(e.errors[0], r);
|
|
1117
1124
|
return !(e != null && e.errors);
|
|
1118
1125
|
}
|
|
1119
1126
|
formatParams(e) {
|
|
@@ -1143,7 +1150,7 @@ class Oe extends F {
|
|
|
1143
1150
|
)} \x1B[37m <BODY>: \x1B[33m ${JSON.stringify(
|
|
1144
1151
|
this.formatParams(e)
|
|
1145
1152
|
)} \x1B[37m <RESPONSE>: \x1B[33m ${JSON.stringify(s)} \x1B[33m`
|
|
1146
|
-
), new
|
|
1153
|
+
), new C().get("default", r);
|
|
1147
1154
|
}),
|
|
1148
1155
|
O((s) => (this.logDebug(
|
|
1149
1156
|
`FetchServiceBE \x1B[37m <URL>: \x1B[33m ${this.apiUrl} \x1B[37m <UUID>: \x1B[33m ${r} \x1B[37m <HEADERS>: \x1B[33m ${JSON.stringify(
|
|
@@ -1173,7 +1180,7 @@ class Oe extends F {
|
|
|
1173
1180
|
)} \x1B[37m <BODY>: \x1B[33m ${JSON.stringify(
|
|
1174
1181
|
this.formatParams(e)
|
|
1175
1182
|
)} \x1B[37m <RESPONSE>: \x1B[33m ${JSON.stringify(s)} \x1B[33m`
|
|
1176
|
-
), new
|
|
1183
|
+
), new C().get("default", r);
|
|
1177
1184
|
}),
|
|
1178
1185
|
O((s) => (this.logDebug(
|
|
1179
1186
|
`FetchServiceBE \x1B[37m <URL>: \x1B[33m ${this.apiUrl} \x1B[37m \x1B[37m <METHOD>: \x1B[33m ${this.method} <UUID>: \x1B[33m ${r} \x1B[37m <HEADERS>: \x1B[33m ${JSON.stringify(
|
|
@@ -1265,12 +1272,12 @@ function k(t) {
|
|
|
1265
1272
|
a[R] = s[A][R];
|
|
1266
1273
|
for (let R = 16; R < 80; ++R)
|
|
1267
1274
|
a[R] = D(a[R - 3] ^ a[R - 8] ^ a[R - 14] ^ a[R - 16], 1);
|
|
1268
|
-
let o = e[0], T = e[1], i = e[2],
|
|
1275
|
+
let o = e[0], T = e[1], i = e[2], I = e[3], S = e[4];
|
|
1269
1276
|
for (let R = 0; R < 80; ++R) {
|
|
1270
|
-
const P = Math.floor(R / 20), u = D(o, 5) + Z(P, T, i,
|
|
1271
|
-
S =
|
|
1277
|
+
const P = Math.floor(R / 20), u = D(o, 5) + Z(P, T, i, I) + S + E[P] + a[R] >>> 0;
|
|
1278
|
+
S = I, I = i, i = D(T, 30) >>> 0, T = o, o = u;
|
|
1272
1279
|
}
|
|
1273
|
-
e[0] = e[0] + o >>> 0, e[1] = e[1] + T >>> 0, e[2] = e[2] + i >>> 0, e[3] = e[3] +
|
|
1280
|
+
e[0] = e[0] + o >>> 0, e[1] = e[1] + T >>> 0, e[2] = e[2] + i >>> 0, e[3] = e[3] + I >>> 0, e[4] = e[4] + S >>> 0;
|
|
1274
1281
|
}
|
|
1275
1282
|
return [e[0] >> 24 & 255, e[0] >> 16 & 255, e[0] >> 8 & 255, e[0] & 255, e[1] >> 24 & 255, e[1] >> 16 & 255, e[1] >> 8 & 255, e[1] & 255, e[2] >> 24 & 255, e[2] >> 16 & 255, e[2] >> 8 & 255, e[2] & 255, e[3] >> 24 & 255, e[3] >> 16 & 255, e[3] >> 8 & 255, e[3] & 255, e[4] >> 24 & 255, e[4] >> 16 & 255, e[4] >> 8 & 255, e[4] & 255];
|
|
1276
1283
|
}
|
|
@@ -1314,18 +1321,18 @@ class ie extends x {
|
|
|
1314
1321
|
c((o) => (this.logError(
|
|
1315
1322
|
`FetchServiceFE <URL>: ${this.apiUrl} <HEADERS>: ${JSON.stringify(this.headers)} <PARAMS> ${JSON.stringify(e)} <BODY> ${s} <RESPONSE>: ${JSON.stringify(o)}`
|
|
1316
1323
|
), U.getInstance().setSubject(!1), B.getInstance().setSubject(
|
|
1317
|
-
new
|
|
1324
|
+
new C().get(o, l)
|
|
1318
1325
|
), this.errorResponse ? N(this.errorResponse) : d))
|
|
1319
1326
|
);
|
|
1320
1327
|
}
|
|
1321
1328
|
}
|
|
1322
1329
|
export {
|
|
1323
1330
|
Le as ApiMiddleware,
|
|
1324
|
-
|
|
1331
|
+
C as ErrorCatalog,
|
|
1325
1332
|
Oe as FetchServiceBE,
|
|
1326
1333
|
ie as FetchServiceFE,
|
|
1327
1334
|
U as LoadingHandler,
|
|
1328
1335
|
B as MessageHandler,
|
|
1329
|
-
|
|
1336
|
+
Ie as RxSubjectManager,
|
|
1330
1337
|
ge as ServiceToken
|
|
1331
1338
|
};
|