mp-front-cli 0.0.71 → 0.0.73
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-fccce407.js → index-a0e4df41.js} +35 -31
- package/dist/lang/common/errors/calculator/en_EN/index.d.ts +10 -0
- package/dist/lang/common/errors/calculator/en_EN/index.d.ts.map +1 -0
- package/dist/lang/common/errors/calculator/es_MX/index.d.ts +170 -0
- package/dist/lang/common/errors/calculator/es_MX/index.d.ts.map +1 -0
- package/dist/lang/common/errors/calculator/index.d.ts +3 -0
- package/dist/lang/common/errors/calculator/index.d.ts.map +1 -0
- package/dist/lang/common/errors/es_MX/index.d.ts +194 -192
- 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 +526 -203
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { C as
|
|
5
|
-
import { S as
|
|
6
|
-
import { MessageHandler as
|
|
7
|
-
import { RxSubjectManager as
|
|
8
|
-
import P, { t as
|
|
9
|
-
import { t as v } from "./index-
|
|
10
|
-
import { CustomLogger as
|
|
11
|
-
import { of as
|
|
12
|
-
import { CustomEncrypter as
|
|
13
|
-
import { CustomEncoder as
|
|
14
|
-
import { u as
|
|
1
|
+
var N = Object.defineProperty;
|
|
2
|
+
var w = (l, t, e) => t in l ? N(l, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[t] = e;
|
|
3
|
+
var L = (l, t, e) => (w(l, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import { C as Q, f } from "./custom-header-596dcd13.js";
|
|
5
|
+
import { S as Ue } from "./custom-header-596dcd13.js";
|
|
6
|
+
import { MessageHandler as B, LoadingHandler as m } from "./mp-front-cli-utils-rxjs.es.js";
|
|
7
|
+
import { RxSubjectManager as me } from "./mp-front-cli-utils-rxjs.es.js";
|
|
8
|
+
import P, { t as g } from "i18next";
|
|
9
|
+
import { t as v } from "./index-a0e4df41.js";
|
|
10
|
+
import { CustomLogger as M } from "./mp-front-cli-logger.es.js";
|
|
11
|
+
import { of as R, switchMap as E, forkJoin as D, catchError as h, EMPTY as I, filter as y } from "rxjs";
|
|
12
|
+
import { CustomEncrypter as b } from "./mp-front-cli-encrypter.es.js";
|
|
13
|
+
import { CustomEncoder as F } from "./mp-front-cli-encoder.es.js";
|
|
14
|
+
import { u as $ } from "./stringify-788d71a0.js";
|
|
15
15
|
import "node-jose";
|
|
16
16
|
import "crypto";
|
|
17
|
-
const
|
|
17
|
+
const H = {
|
|
18
18
|
es: {
|
|
19
19
|
translation: {
|
|
20
20
|
...v
|
|
@@ -22,7 +22,7 @@ const C = {
|
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
P.init({
|
|
25
|
-
resources:
|
|
25
|
+
resources: H,
|
|
26
26
|
lng: "es",
|
|
27
27
|
// language to use, more information here: https://www.i18next.com/overview/configuration-options#languages-namespaces-resources
|
|
28
28
|
// you can use the i18n.changeLanguage function to change the language manually: https://www.i18next.com/overview/api#changelanguage
|
|
@@ -34,8 +34,7 @@ P.init({
|
|
|
34
34
|
},
|
|
35
35
|
debug: !1
|
|
36
36
|
});
|
|
37
|
-
const
|
|
38
|
-
// EXAMPLE ERROR
|
|
37
|
+
const U = {
|
|
39
38
|
"MP-001": {
|
|
40
39
|
code: 400,
|
|
41
40
|
type: "modal",
|
|
@@ -70,289 +69,613 @@ const u = {
|
|
|
70
69
|
message: "errors.default.message",
|
|
71
70
|
title: "errors.default.title",
|
|
72
71
|
level: "warning"
|
|
72
|
+
},
|
|
73
|
+
// Biometric
|
|
74
|
+
"PF-BIOMETRIC-001": {
|
|
75
|
+
title: "errors.PF-BIOMETRIC-001.title",
|
|
76
|
+
message: "errors.PF-BIOMETRIC-001.message",
|
|
77
|
+
level: "warning",
|
|
78
|
+
code: 420,
|
|
79
|
+
type: "modal"
|
|
80
|
+
},
|
|
81
|
+
"PF-BIOMETRIC-002": {
|
|
82
|
+
title: "errors.PF-BIOMETRIC-002.title",
|
|
83
|
+
message: "errors.PF-BIOMETRIC-002.message",
|
|
84
|
+
level: "warning",
|
|
85
|
+
code: 420,
|
|
86
|
+
type: "modal"
|
|
87
|
+
},
|
|
88
|
+
"PF-BIOMETRIC-003": {
|
|
89
|
+
title: "errors.PF-BIOMETRIC-003.title",
|
|
90
|
+
message: "errors.PF-BIOMETRIC-003.message",
|
|
91
|
+
level: "warning",
|
|
92
|
+
code: 420,
|
|
93
|
+
type: "modal"
|
|
94
|
+
},
|
|
95
|
+
"PF-BIOMETRIC-004": {
|
|
96
|
+
code: 521,
|
|
97
|
+
type: "modal",
|
|
98
|
+
message: "errors.PF-BIOMETRIC-004.message",
|
|
99
|
+
title: "errors.PF-BIOMETRIC-004.title",
|
|
100
|
+
level: "warning"
|
|
101
|
+
},
|
|
102
|
+
"PF-VALIDATE-CLIENTTYPE-003": {
|
|
103
|
+
title: "errors.PF-VALIDATE-CLIENTTYPE-003.title",
|
|
104
|
+
message: "errors.PF-VALIDATE-CLIENTTYPE-003.message",
|
|
105
|
+
level: "warning",
|
|
106
|
+
code: 420,
|
|
107
|
+
type: "modal"
|
|
108
|
+
},
|
|
109
|
+
// Calculator
|
|
110
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
111
|
+
title: "errors.calculator.SCORE-CLIENTREJECTED-01.title",
|
|
112
|
+
message: "errors.calculator.SCORE-CLIENTREJECTED-01.message",
|
|
113
|
+
code: 420,
|
|
114
|
+
type: "modal",
|
|
115
|
+
level: "warning"
|
|
116
|
+
},
|
|
117
|
+
"CALCULATOR-MAPPING-01": {
|
|
118
|
+
title: "errors.calculator.CALCULATOR-MAPPING-01.title",
|
|
119
|
+
message: "errors.calculator.CALCULATOR-MAPPING-01.message",
|
|
120
|
+
code: 420,
|
|
121
|
+
type: "modal",
|
|
122
|
+
level: "warning"
|
|
123
|
+
},
|
|
124
|
+
"CALCULATOR-MAPPING-02": {
|
|
125
|
+
title: "errors.calculator.CALCULATOR-MAPPING-02.title",
|
|
126
|
+
message: "errors.calculator.CALCULATOR-MAPPING-02.message",
|
|
127
|
+
code: 420,
|
|
128
|
+
type: "modal",
|
|
129
|
+
level: "warning"
|
|
130
|
+
},
|
|
131
|
+
"CALCULATOR-MAPPING-03": {
|
|
132
|
+
title: "errors.calculator.CALCULATOR-MAPPING-03.title",
|
|
133
|
+
message: "errors.calculator.CALCULATOR-MAPPING-03.message",
|
|
134
|
+
code: 420,
|
|
135
|
+
type: "modal",
|
|
136
|
+
level: "warning"
|
|
137
|
+
},
|
|
138
|
+
"CALCULATOR-MAPPING-04": {
|
|
139
|
+
title: "errors.calculator.CALCULATOR-MAPPING-04.title",
|
|
140
|
+
message: "errors.calculator.CALCULATOR-MAPPING-04.message",
|
|
141
|
+
code: 420,
|
|
142
|
+
type: "modal",
|
|
143
|
+
level: "warning"
|
|
144
|
+
},
|
|
145
|
+
"CALCULATOR-BAD-REQUEST-01": {
|
|
146
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-01.title",
|
|
147
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-01.message",
|
|
148
|
+
code: 420,
|
|
149
|
+
type: "modal",
|
|
150
|
+
level: "warning"
|
|
151
|
+
},
|
|
152
|
+
"CALCULATOR-BAD-REQUEST-02": {
|
|
153
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-02.title",
|
|
154
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-02.message",
|
|
155
|
+
code: 420,
|
|
156
|
+
type: "modal",
|
|
157
|
+
level: "warning"
|
|
158
|
+
},
|
|
159
|
+
"CALCULATOR-BAD-REQUEST-03": {
|
|
160
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-03.title",
|
|
161
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-03.message",
|
|
162
|
+
code: 420,
|
|
163
|
+
type: "modal",
|
|
164
|
+
level: "warning"
|
|
165
|
+
},
|
|
166
|
+
"CALCULATOR-BAD-REQUEST-04": {
|
|
167
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-04.title",
|
|
168
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-04.message",
|
|
169
|
+
code: 420,
|
|
170
|
+
type: "modal",
|
|
171
|
+
level: "warning"
|
|
172
|
+
},
|
|
173
|
+
"CALCULATOR-BAD-REQUEST-05": {
|
|
174
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-05.title",
|
|
175
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-05.message",
|
|
176
|
+
code: 420,
|
|
177
|
+
type: "modal",
|
|
178
|
+
level: "warning"
|
|
179
|
+
},
|
|
180
|
+
"CALCULATOR-BAD-REQUEST-06": {
|
|
181
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-06.title",
|
|
182
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-06.message",
|
|
183
|
+
code: 420,
|
|
184
|
+
type: "modal",
|
|
185
|
+
level: "warning"
|
|
186
|
+
},
|
|
187
|
+
"CALCULATOR-BAD-REQUEST-07": {
|
|
188
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-07.title",
|
|
189
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-07.message",
|
|
190
|
+
code: 420,
|
|
191
|
+
type: "modal",
|
|
192
|
+
level: "warning"
|
|
193
|
+
},
|
|
194
|
+
"CALCULATOR-BAD-REQUEST-08": {
|
|
195
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-08.title",
|
|
196
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-08.message",
|
|
197
|
+
code: 420,
|
|
198
|
+
type: "modal",
|
|
199
|
+
level: "warning"
|
|
200
|
+
},
|
|
201
|
+
"CALCULATOR-BAD-REQUEST-09": {
|
|
202
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-09.title",
|
|
203
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-09.message",
|
|
204
|
+
code: 420,
|
|
205
|
+
type: "modal",
|
|
206
|
+
level: "warning"
|
|
207
|
+
},
|
|
208
|
+
"CALCULATOR-BAD-REQUEST-10": {
|
|
209
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-10.title",
|
|
210
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-10.message",
|
|
211
|
+
code: 420,
|
|
212
|
+
type: "modal",
|
|
213
|
+
level: "warning"
|
|
214
|
+
},
|
|
215
|
+
"CALCULATOR-BAD-REQUEST-11": {
|
|
216
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-11.title",
|
|
217
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-11.message",
|
|
218
|
+
code: 420,
|
|
219
|
+
type: "modal",
|
|
220
|
+
level: "warning"
|
|
221
|
+
},
|
|
222
|
+
"CALCULATOR-BAD-REQUEST-12": {
|
|
223
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-12.title",
|
|
224
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-12.message",
|
|
225
|
+
code: 420,
|
|
226
|
+
type: "modal",
|
|
227
|
+
level: "warning"
|
|
228
|
+
},
|
|
229
|
+
"CALCULATOR-BAD-REQUEST-13": {
|
|
230
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-13.title",
|
|
231
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-13.message",
|
|
232
|
+
code: 420,
|
|
233
|
+
type: "modal",
|
|
234
|
+
level: "warning"
|
|
235
|
+
},
|
|
236
|
+
"CALCULATOR-BAD-REQUEST-14": {
|
|
237
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-14.title",
|
|
238
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-14.message",
|
|
239
|
+
code: 420,
|
|
240
|
+
type: "modal",
|
|
241
|
+
level: "warning"
|
|
242
|
+
},
|
|
243
|
+
"CALCULATOR-BAD-REQUEST-15": {
|
|
244
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-15.title",
|
|
245
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-15.message",
|
|
246
|
+
code: 420,
|
|
247
|
+
type: "modal",
|
|
248
|
+
level: "warning"
|
|
249
|
+
},
|
|
250
|
+
"CALCULATOR-BAD-REQUEST-16": {
|
|
251
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-16.title",
|
|
252
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-16.message",
|
|
253
|
+
code: 420,
|
|
254
|
+
type: "modal",
|
|
255
|
+
level: "warning"
|
|
256
|
+
},
|
|
257
|
+
"CALCULATOR-BAD-REQUEST-17": {
|
|
258
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-17.title",
|
|
259
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-17.message",
|
|
260
|
+
code: 420,
|
|
261
|
+
type: "modal",
|
|
262
|
+
level: "warning"
|
|
263
|
+
},
|
|
264
|
+
"CALCULATOR-BAD-REQUEST-18": {
|
|
265
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-18.title",
|
|
266
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-18.message",
|
|
267
|
+
code: 420,
|
|
268
|
+
type: "modal",
|
|
269
|
+
level: "warning"
|
|
270
|
+
},
|
|
271
|
+
"CALCULATOR-BAD-REQUEST-19": {
|
|
272
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-19.title",
|
|
273
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-19.message",
|
|
274
|
+
code: 420,
|
|
275
|
+
type: "modal",
|
|
276
|
+
level: "warning"
|
|
277
|
+
},
|
|
278
|
+
"CALCULATOR-BAD-REQUEST-20": {
|
|
279
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-20.title",
|
|
280
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-20.message",
|
|
281
|
+
code: 420,
|
|
282
|
+
type: "modal",
|
|
283
|
+
level: "warning"
|
|
284
|
+
},
|
|
285
|
+
"CALCULATOR-BAD-REQUEST-21": {
|
|
286
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-21.title",
|
|
287
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-21.message",
|
|
288
|
+
code: 420,
|
|
289
|
+
type: "modal",
|
|
290
|
+
level: "warning"
|
|
291
|
+
},
|
|
292
|
+
"CALCULATOR-BAD-REQUEST-22": {
|
|
293
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-22.title",
|
|
294
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-22.message",
|
|
295
|
+
code: 420,
|
|
296
|
+
type: "modal",
|
|
297
|
+
level: "warning"
|
|
298
|
+
},
|
|
299
|
+
"CALCULATOR-BAD-REQUEST-23": {
|
|
300
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-23.title",
|
|
301
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-23.message",
|
|
302
|
+
code: 420,
|
|
303
|
+
type: "modal",
|
|
304
|
+
level: "warning"
|
|
305
|
+
},
|
|
306
|
+
"CALCULATOR-BAD-REQUEST-24": {
|
|
307
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-24.title",
|
|
308
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-24.message",
|
|
309
|
+
code: 420,
|
|
310
|
+
type: "modal",
|
|
311
|
+
level: "warning"
|
|
312
|
+
},
|
|
313
|
+
"CALCULATOR-BAD-REQUEST-25": {
|
|
314
|
+
title: "errors.calculator.CALCULATOR-BAD-REQUEST-25.title",
|
|
315
|
+
message: "errors.calculator.CALCULATOR-BAD-REQUEST-25.message",
|
|
316
|
+
code: 420,
|
|
317
|
+
type: "modal",
|
|
318
|
+
level: "warning"
|
|
319
|
+
},
|
|
320
|
+
"CALCULATOR-UNAUTHORIZED-01": {
|
|
321
|
+
title: "errors.calculator.CALCULATOR-UNAUTHORIZED-01.title",
|
|
322
|
+
message: "errors.calculator.CALCULATOR-UNAUTHORIZED-01.message",
|
|
323
|
+
code: 420,
|
|
324
|
+
type: "modal",
|
|
325
|
+
level: "warning"
|
|
326
|
+
},
|
|
327
|
+
"CALCULATOR-UNAUTHORIZED-02": {
|
|
328
|
+
title: "errors.calculator.CALCULATOR-UNAUTHORIZED-02.title",
|
|
329
|
+
message: "errors.calculator.CALCULATOR-UNAUTHORIZED-02.message",
|
|
330
|
+
code: 420,
|
|
331
|
+
type: "modal",
|
|
332
|
+
level: "warning"
|
|
333
|
+
},
|
|
334
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-01": {
|
|
335
|
+
title: "errors.calculator.CALCULATOR-SERVICE-UNAVAILABLE-01.title",
|
|
336
|
+
message: "errors.calculator.CALCULATOR-SERVICE-UNAVAILABLE-01.message",
|
|
337
|
+
code: 420,
|
|
338
|
+
type: "modal",
|
|
339
|
+
level: "warning"
|
|
340
|
+
},
|
|
341
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-02": {
|
|
342
|
+
title: "errors.calculator.CALCULATOR-SERVICE-UNAVAILABLE-02.title",
|
|
343
|
+
message: "errors.calculator.CALCULATOR-SERVICE-UNAVAILABLE-02.message",
|
|
344
|
+
code: 420,
|
|
345
|
+
type: "modal",
|
|
346
|
+
level: "warning"
|
|
347
|
+
},
|
|
348
|
+
"CALCULATOR-NOT-FOUND-01": {
|
|
349
|
+
title: "errors.calculator.CALCULATOR-NOT-FOUND-01.title",
|
|
350
|
+
message: "errors.calculator.CALCULATOR-NOT-FOUND-01.message",
|
|
351
|
+
code: 420,
|
|
352
|
+
type: "modal",
|
|
353
|
+
level: "warning"
|
|
354
|
+
},
|
|
355
|
+
"CALCULATOR-NOT-FOUND-02": {
|
|
356
|
+
title: "errors.calculator.CALCULATOR-NOT-FOUND-02.title",
|
|
357
|
+
message: "errors.calculator.CALCULATOR-NOT-FOUND-02.message",
|
|
358
|
+
code: 420,
|
|
359
|
+
type: "modal",
|
|
360
|
+
level: "warning"
|
|
361
|
+
},
|
|
362
|
+
"CALCULATOR-SAP-ERROR-01": {
|
|
363
|
+
title: "errors.calculator.CALCULATOR-SAP-ERROR-01.title",
|
|
364
|
+
message: "errors.calculator.CALCULATOR-SAP-ERROR-01.message",
|
|
365
|
+
code: 420,
|
|
366
|
+
type: "modal",
|
|
367
|
+
level: "warning"
|
|
368
|
+
},
|
|
369
|
+
"CALCULATOR-SAP-ERROR-02": {
|
|
370
|
+
title: "errors.calculator.CALCULATOR-SAP-ERROR-02.title",
|
|
371
|
+
message: "errors.calculator.CALCULATOR-SAP-ERROR-02.message",
|
|
372
|
+
code: 420,
|
|
373
|
+
type: "modal",
|
|
374
|
+
level: "warning"
|
|
375
|
+
},
|
|
376
|
+
"CALCULATOR-SAP-ERROR-03": {
|
|
377
|
+
title: "errors.calculator.CALCULATOR-SAP-ERROR-03.title",
|
|
378
|
+
message: "errors.calculator.CALCULATOR-SAP-ERROR-03.message",
|
|
379
|
+
code: 420,
|
|
380
|
+
type: "modal",
|
|
381
|
+
level: "warning"
|
|
382
|
+
},
|
|
383
|
+
"CALCULATOR-SAP-ERROR-04": {
|
|
384
|
+
title: "errors.calculator.CALCULATOR-SAP-ERROR-04.title",
|
|
385
|
+
message: "errors.calculator.CALCULATOR-SAP-ERROR-04.message",
|
|
386
|
+
code: 420,
|
|
387
|
+
type: "modal",
|
|
388
|
+
level: "warning"
|
|
389
|
+
},
|
|
390
|
+
"CALCULATOR-GENERIC-001": {
|
|
391
|
+
title: "errors.calculator.CALCULATOR-GENERIC-001.title",
|
|
392
|
+
message: "errors.calculator.CALCULATOR-GENERIC-001.message",
|
|
393
|
+
code: 420,
|
|
394
|
+
type: "modal",
|
|
395
|
+
level: "warning"
|
|
73
396
|
}
|
|
74
397
|
};
|
|
75
|
-
class
|
|
76
|
-
get(
|
|
77
|
-
var o,
|
|
78
|
-
if (
|
|
79
|
-
return this.logError(
|
|
80
|
-
...
|
|
81
|
-
title:
|
|
82
|
-
message:
|
|
83
|
-
uuid:
|
|
398
|
+
class d extends M {
|
|
399
|
+
get(t = "default", e) {
|
|
400
|
+
var o, s;
|
|
401
|
+
if (t instanceof Error)
|
|
402
|
+
return this.logError(t.message), {
|
|
403
|
+
...U.internalError,
|
|
404
|
+
title: g(U.internalError.title),
|
|
405
|
+
message: g(U.internalError.message),
|
|
406
|
+
uuid: e
|
|
84
407
|
};
|
|
85
|
-
const
|
|
408
|
+
const r = typeof t == "string" ? t : t.code ?? t.errorType, a = typeof t == "string" ? {} : { ...t };
|
|
86
409
|
return {
|
|
87
|
-
...
|
|
88
|
-
title:
|
|
89
|
-
((o =
|
|
90
|
-
|
|
410
|
+
...U[r] ?? U.default,
|
|
411
|
+
title: g(
|
|
412
|
+
((o = U[r]) == null ? void 0 : o.title) ?? U.default.title,
|
|
413
|
+
a
|
|
91
414
|
),
|
|
92
|
-
message:
|
|
93
|
-
((
|
|
94
|
-
|
|
415
|
+
message: g(
|
|
416
|
+
((s = U[r]) == null ? void 0 : s.message) ?? U.default.message,
|
|
417
|
+
a
|
|
95
418
|
),
|
|
96
|
-
uuid:
|
|
419
|
+
uuid: e
|
|
97
420
|
};
|
|
98
421
|
}
|
|
99
422
|
}
|
|
100
|
-
class
|
|
423
|
+
class ne extends b {
|
|
101
424
|
constructor() {
|
|
102
425
|
super(...arguments);
|
|
103
|
-
|
|
104
|
-
|
|
426
|
+
L(this, "uuid", "");
|
|
427
|
+
L(this, "session", null);
|
|
105
428
|
}
|
|
106
|
-
setSession(
|
|
107
|
-
this.session =
|
|
429
|
+
setSession(e) {
|
|
430
|
+
this.session = e;
|
|
108
431
|
}
|
|
109
432
|
getSession() {
|
|
110
433
|
if (!this.session)
|
|
111
|
-
throw new
|
|
434
|
+
throw new d().get("SESSION_NOT_FOUND");
|
|
112
435
|
return this.session;
|
|
113
436
|
}
|
|
114
|
-
returnData(
|
|
115
|
-
const o = this.encode(
|
|
116
|
-
|
|
437
|
+
returnData(e, r, a) {
|
|
438
|
+
const o = this.encode(r, a);
|
|
439
|
+
e.status(200).json(o);
|
|
117
440
|
}
|
|
118
|
-
returnError(
|
|
119
|
-
return
|
|
441
|
+
returnError(e, r) {
|
|
442
|
+
return r != null && r.uuid ? e.status(520).json(r) : e.status(520).json(new d().get(r, this.uuid));
|
|
120
443
|
}
|
|
121
|
-
get(
|
|
122
|
-
return this.logDebug("get ApiMiddleware"), (
|
|
444
|
+
get(e) {
|
|
445
|
+
return this.logDebug("get ApiMiddleware"), (r, a) => {
|
|
123
446
|
var o;
|
|
124
|
-
this.logDebug("return ApiMiddleware"), this.uuid = (o =
|
|
125
|
-
|
|
126
|
-
(
|
|
127
|
-
params:
|
|
128
|
-
headers:
|
|
447
|
+
this.logDebug("return ApiMiddleware"), this.uuid = (o = r == null ? void 0 : r.body) == null ? void 0 : o.uuid, R(r).pipe(
|
|
448
|
+
E(
|
|
449
|
+
(s) => D({
|
|
450
|
+
params: R(this.decode(s.body)),
|
|
451
|
+
headers: R(s.headers)
|
|
129
452
|
})
|
|
130
453
|
),
|
|
131
|
-
|
|
132
|
-
({ params:
|
|
133
|
-
response:
|
|
134
|
-
headers:
|
|
135
|
-
params:
|
|
454
|
+
E(
|
|
455
|
+
({ params: s, headers: A }) => D({
|
|
456
|
+
response: e(s, this.uuid, A),
|
|
457
|
+
headers: R(A),
|
|
458
|
+
params: R(s)
|
|
136
459
|
})
|
|
137
460
|
),
|
|
138
|
-
|
|
139
|
-
`ApiMiddleware \x1B[37m <URL>: \x1B[33m ${
|
|
140
|
-
),
|
|
141
|
-
|
|
142
|
-
var
|
|
461
|
+
E(({ params: s, response: A, headers: i }) => (this.logDebug(
|
|
462
|
+
`ApiMiddleware \x1B[37m <URL>: \x1B[33m ${r.url} \x1B[37m <HEADERS>: \x1B[33m ${JSON.stringify(i)} \x1B[37m <UUID> \x1B[33m ${r.body.uuid} \x1B[37m <PARAMS> \x1B[33m ${JSON.stringify(s)} \x1B[37m <RESPONSE>: \x1B[33m ${JSON.stringify(A)}`
|
|
463
|
+
), R(A))),
|
|
464
|
+
h((s) => {
|
|
465
|
+
var A;
|
|
143
466
|
return this.logError(
|
|
144
|
-
`ApiMiddleware <URL>: ${
|
|
145
|
-
), this.returnError(
|
|
467
|
+
`ApiMiddleware <URL>: ${r == null ? void 0 : r.url} <HEADERS>: ${JSON.stringify(r == null ? void 0 : r.headers)} <UUID> ${(A = r == null ? void 0 : r.body) == null ? void 0 : A.uuid} <PARAMS> ${JSON.stringify(r == null ? void 0 : r.body)} <ERROR>: ${JSON.stringify(s)}`
|
|
468
|
+
), this.returnError(a, s), I;
|
|
146
469
|
})
|
|
147
470
|
).subscribe({
|
|
148
|
-
next: (
|
|
149
|
-
this.logDebug("ApiMiddleware subscribe next", JSON.stringify(
|
|
471
|
+
next: (s) => {
|
|
472
|
+
this.logDebug("ApiMiddleware subscribe next", JSON.stringify(s)), this.returnData(a, s, this.uuid);
|
|
150
473
|
}
|
|
151
474
|
});
|
|
152
475
|
};
|
|
153
476
|
}
|
|
154
477
|
}
|
|
155
|
-
const
|
|
156
|
-
class
|
|
157
|
-
constructor(
|
|
158
|
-
super(
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
this.apiUrl =
|
|
478
|
+
const J = process.env.ID_FRONT ?? "NOT_AVAILABLE";
|
|
479
|
+
class Re extends Q {
|
|
480
|
+
constructor(e, r, a = {}) {
|
|
481
|
+
super(a);
|
|
482
|
+
L(this, "apiUrl");
|
|
483
|
+
L(this, "method");
|
|
484
|
+
this.apiUrl = e, this.method = r ?? "POST";
|
|
162
485
|
}
|
|
163
|
-
errorHandler(
|
|
164
|
-
if (
|
|
165
|
-
throw new
|
|
166
|
-
return !(
|
|
486
|
+
errorHandler(e, r) {
|
|
487
|
+
if (e != null && e.errors)
|
|
488
|
+
throw new d().get(e.errors[0], r);
|
|
489
|
+
return !(e != null && e.errors);
|
|
167
490
|
}
|
|
168
|
-
formatParams(
|
|
491
|
+
formatParams(e) {
|
|
169
492
|
return JSON.stringify({
|
|
170
493
|
data: {
|
|
171
|
-
type:
|
|
172
|
-
attributes:
|
|
494
|
+
type: J,
|
|
495
|
+
attributes: e
|
|
173
496
|
}
|
|
174
497
|
});
|
|
175
498
|
}
|
|
176
|
-
fetchData(
|
|
499
|
+
fetchData(e = {}, r) {
|
|
177
500
|
return this.getHeaders().pipe(
|
|
178
|
-
|
|
179
|
-
(
|
|
501
|
+
E(
|
|
502
|
+
(a) => f(
|
|
180
503
|
this.apiUrl,
|
|
181
504
|
{
|
|
182
505
|
method: "POST",
|
|
183
|
-
headers:
|
|
184
|
-
body: this.formatParams(
|
|
506
|
+
headers: a,
|
|
507
|
+
body: this.formatParams(e),
|
|
185
508
|
selector: (o) => o.json()
|
|
186
509
|
}
|
|
187
510
|
).pipe(
|
|
188
|
-
|
|
189
|
-
`FetchServiceBE \x1B[37m <URL>: \x1B[33m ${this.apiUrl} \x1B[37m <UUID>: \x1B[33m ${
|
|
190
|
-
|
|
511
|
+
E((o) => (this.logDebug(
|
|
512
|
+
`FetchServiceBE \x1B[37m <URL>: \x1B[33m ${this.apiUrl} \x1B[37m <UUID>: \x1B[33m ${r} \x1B[37m <HEADERS>: \x1B[33m ${JSON.stringify(
|
|
513
|
+
a
|
|
191
514
|
)} \x1B[37m <BODY>: \x1B[33m ${JSON.stringify(
|
|
192
|
-
this.formatParams(
|
|
515
|
+
this.formatParams(e)
|
|
193
516
|
)} \x1B[37m <RESPONSE>: \x1B[33m ${JSON.stringify(o)} \x1B[33m`
|
|
194
|
-
),
|
|
517
|
+
), R(o)))
|
|
195
518
|
)
|
|
196
519
|
),
|
|
197
|
-
|
|
520
|
+
y((a) => this.errorHandler(a, r))
|
|
198
521
|
);
|
|
199
522
|
}
|
|
200
|
-
fetchCustomData(
|
|
523
|
+
fetchCustomData(e = {}, r) {
|
|
201
524
|
return this.getHeaders().pipe(
|
|
202
|
-
|
|
203
|
-
(
|
|
525
|
+
E(
|
|
526
|
+
(a) => f(this.apiUrl, {
|
|
204
527
|
method: this.method,
|
|
205
|
-
headers:
|
|
206
|
-
body: this.method === "GET" ? null : JSON.stringify(
|
|
528
|
+
headers: a,
|
|
529
|
+
body: this.method === "GET" ? null : JSON.stringify(e),
|
|
207
530
|
selector: (o) => o.json()
|
|
208
531
|
}).pipe(
|
|
209
|
-
|
|
210
|
-
`FetchServiceBE \x1B[37m <URL>: \x1B[33m ${this.apiUrl} \x1B[37m \x1B[37m <METHOD>: \x1B[33m ${this.method} <UUID>: \x1B[33m ${
|
|
211
|
-
|
|
532
|
+
E((o) => (this.logDebug(
|
|
533
|
+
`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(
|
|
534
|
+
a
|
|
212
535
|
)} \x1B[37m <BODY>: \x1B[33m ${JSON.stringify(
|
|
213
|
-
|
|
536
|
+
e
|
|
214
537
|
)} \x1B[37m <RESPONSE>: \x1B[33m ${JSON.stringify(o)} \x1B[33m`
|
|
215
|
-
),
|
|
538
|
+
), R(o)))
|
|
216
539
|
)
|
|
217
540
|
)
|
|
218
541
|
);
|
|
219
542
|
}
|
|
220
543
|
}
|
|
221
544
|
const G = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
222
|
-
function
|
|
223
|
-
return typeof
|
|
545
|
+
function V(l) {
|
|
546
|
+
return typeof l == "string" && G.test(l);
|
|
224
547
|
}
|
|
225
|
-
function
|
|
226
|
-
if (!
|
|
548
|
+
function j(l) {
|
|
549
|
+
if (!V(l))
|
|
227
550
|
throw TypeError("Invalid UUID");
|
|
228
|
-
let
|
|
229
|
-
const
|
|
230
|
-
return
|
|
551
|
+
let t;
|
|
552
|
+
const e = new Uint8Array(16);
|
|
553
|
+
return e[0] = (t = parseInt(l.slice(0, 8), 16)) >>> 24, e[1] = t >>> 16 & 255, e[2] = t >>> 8 & 255, e[3] = t & 255, e[4] = (t = parseInt(l.slice(9, 13), 16)) >>> 8, e[5] = t & 255, e[6] = (t = parseInt(l.slice(14, 18), 16)) >>> 8, e[7] = t & 255, e[8] = (t = parseInt(l.slice(19, 23), 16)) >>> 8, e[9] = t & 255, e[10] = (t = parseInt(l.slice(24, 36), 16)) / 1099511627776 & 255, e[11] = t / 4294967296 & 255, e[12] = t >>> 24 & 255, e[13] = t >>> 16 & 255, e[14] = t >>> 8 & 255, e[15] = t & 255, e;
|
|
231
554
|
}
|
|
232
|
-
function
|
|
233
|
-
|
|
234
|
-
const
|
|
235
|
-
for (let
|
|
236
|
-
|
|
237
|
-
return
|
|
555
|
+
function Y(l) {
|
|
556
|
+
l = unescape(encodeURIComponent(l));
|
|
557
|
+
const t = [];
|
|
558
|
+
for (let e = 0; e < l.length; ++e)
|
|
559
|
+
t.push(l.charCodeAt(e));
|
|
560
|
+
return t;
|
|
238
561
|
}
|
|
239
|
-
const
|
|
240
|
-
function
|
|
241
|
-
function
|
|
242
|
-
var
|
|
243
|
-
if (typeof
|
|
562
|
+
const Z = "6ba7b810-9dad-11d1-80b4-00c04fd430c8", _ = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
|
|
563
|
+
function k(l, t, e) {
|
|
564
|
+
function r(a, o, s, A) {
|
|
565
|
+
var i;
|
|
566
|
+
if (typeof a == "string" && (a = Y(a)), typeof o == "string" && (o = j(o)), ((i = o) === null || i === void 0 ? void 0 : i.length) !== 16)
|
|
244
567
|
throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");
|
|
245
|
-
let
|
|
246
|
-
if (
|
|
247
|
-
|
|
248
|
-
for (let
|
|
249
|
-
|
|
250
|
-
return
|
|
568
|
+
let n = new Uint8Array(16 + a.length);
|
|
569
|
+
if (n.set(o), n.set(a, o.length), n = e(n), n[6] = n[6] & 15 | t, n[8] = n[8] & 63 | 128, s) {
|
|
570
|
+
A = A || 0;
|
|
571
|
+
for (let C = 0; C < 16; ++C)
|
|
572
|
+
s[A + C] = n[C];
|
|
573
|
+
return s;
|
|
251
574
|
}
|
|
252
|
-
return
|
|
575
|
+
return $(n);
|
|
253
576
|
}
|
|
254
577
|
try {
|
|
255
|
-
|
|
578
|
+
r.name = l;
|
|
256
579
|
} catch {
|
|
257
580
|
}
|
|
258
|
-
return
|
|
581
|
+
return r.DNS = Z, r.URL = _, r;
|
|
259
582
|
}
|
|
260
|
-
function
|
|
261
|
-
switch (
|
|
583
|
+
function K(l, t, e, r) {
|
|
584
|
+
switch (l) {
|
|
262
585
|
case 0:
|
|
263
|
-
return
|
|
586
|
+
return t & e ^ ~t & r;
|
|
264
587
|
case 1:
|
|
265
|
-
return
|
|
588
|
+
return t ^ e ^ r;
|
|
266
589
|
case 2:
|
|
267
|
-
return
|
|
590
|
+
return t & e ^ t & r ^ e & r;
|
|
268
591
|
case 3:
|
|
269
|
-
return
|
|
592
|
+
return t ^ e ^ r;
|
|
270
593
|
}
|
|
271
594
|
}
|
|
272
|
-
function
|
|
273
|
-
return
|
|
595
|
+
function u(l, t) {
|
|
596
|
+
return l << t | l >>> 32 - t;
|
|
274
597
|
}
|
|
275
|
-
function
|
|
276
|
-
const
|
|
277
|
-
if (typeof
|
|
278
|
-
const
|
|
279
|
-
|
|
280
|
-
for (let
|
|
281
|
-
|
|
598
|
+
function W(l) {
|
|
599
|
+
const t = [1518500249, 1859775393, 2400959708, 3395469782], e = [1732584193, 4023233417, 2562383102, 271733878, 3285377520];
|
|
600
|
+
if (typeof l == "string") {
|
|
601
|
+
const s = unescape(encodeURIComponent(l));
|
|
602
|
+
l = [];
|
|
603
|
+
for (let A = 0; A < s.length; ++A)
|
|
604
|
+
l.push(s.charCodeAt(A));
|
|
282
605
|
} else
|
|
283
|
-
Array.isArray(
|
|
284
|
-
|
|
285
|
-
const
|
|
286
|
-
for (let
|
|
287
|
-
const
|
|
288
|
-
for (let
|
|
289
|
-
|
|
290
|
-
o[
|
|
606
|
+
Array.isArray(l) || (l = Array.prototype.slice.call(l));
|
|
607
|
+
l.push(128);
|
|
608
|
+
const r = l.length / 4 + 2, a = Math.ceil(r / 16), o = new Array(a);
|
|
609
|
+
for (let s = 0; s < a; ++s) {
|
|
610
|
+
const A = new Uint32Array(16);
|
|
611
|
+
for (let i = 0; i < 16; ++i)
|
|
612
|
+
A[i] = l[s * 64 + i * 4] << 24 | l[s * 64 + i * 4 + 1] << 16 | l[s * 64 + i * 4 + 2] << 8 | l[s * 64 + i * 4 + 3];
|
|
613
|
+
o[s] = A;
|
|
291
614
|
}
|
|
292
|
-
o[
|
|
293
|
-
for (let
|
|
294
|
-
const
|
|
295
|
-
for (let
|
|
296
|
-
|
|
297
|
-
for (let
|
|
298
|
-
|
|
299
|
-
let
|
|
300
|
-
for (let
|
|
301
|
-
const
|
|
302
|
-
|
|
615
|
+
o[a - 1][14] = (l.length - 1) * 8 / Math.pow(2, 32), o[a - 1][14] = Math.floor(o[a - 1][14]), o[a - 1][15] = (l.length - 1) * 8 & 4294967295;
|
|
616
|
+
for (let s = 0; s < a; ++s) {
|
|
617
|
+
const A = new Uint32Array(80);
|
|
618
|
+
for (let c = 0; c < 16; ++c)
|
|
619
|
+
A[c] = o[s][c];
|
|
620
|
+
for (let c = 16; c < 80; ++c)
|
|
621
|
+
A[c] = u(A[c - 3] ^ A[c - 8] ^ A[c - 14] ^ A[c - 16], 1);
|
|
622
|
+
let i = e[0], n = e[1], C = e[2], T = e[3], O = e[4];
|
|
623
|
+
for (let c = 0; c < 80; ++c) {
|
|
624
|
+
const S = Math.floor(c / 20), x = u(i, 5) + K(S, n, C, T) + O + t[S] + A[c] >>> 0;
|
|
625
|
+
O = T, T = C, C = u(n, 30) >>> 0, n = i, i = x;
|
|
303
626
|
}
|
|
304
|
-
|
|
627
|
+
e[0] = e[0] + i >>> 0, e[1] = e[1] + n >>> 0, e[2] = e[2] + C >>> 0, e[3] = e[3] + T >>> 0, e[4] = e[4] + O >>> 0;
|
|
305
628
|
}
|
|
306
|
-
return [
|
|
629
|
+
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];
|
|
307
630
|
}
|
|
308
|
-
const
|
|
309
|
-
class
|
|
310
|
-
constructor(
|
|
631
|
+
const X = k("v5", 80, W), p = X;
|
|
632
|
+
class Ee extends F {
|
|
633
|
+
constructor(e, r = "POST", a = {}) {
|
|
311
634
|
super();
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
this.apiUrl =
|
|
635
|
+
L(this, "apiUrl");
|
|
636
|
+
L(this, "method");
|
|
637
|
+
L(this, "headers");
|
|
638
|
+
L(this, "isLoadingEnabled", !0);
|
|
639
|
+
this.apiUrl = e, this.method = r, this.headers = {
|
|
317
640
|
"Content-Type": "application/json",
|
|
318
|
-
...
|
|
641
|
+
...a
|
|
319
642
|
};
|
|
320
643
|
}
|
|
321
|
-
setIsLoadingEnabled(
|
|
322
|
-
this.isLoadingEnabled =
|
|
644
|
+
setIsLoadingEnabled(e) {
|
|
645
|
+
this.isLoadingEnabled = e;
|
|
323
646
|
}
|
|
324
|
-
errorHandler(
|
|
325
|
-
return
|
|
647
|
+
errorHandler(e) {
|
|
648
|
+
return e.code && (e.type === "modal" || e.type === "message") && (B.getInstance().setSubject(e), m.getInstance().setSubject(!1)), !e.code;
|
|
326
649
|
}
|
|
327
|
-
fetchData(
|
|
328
|
-
const
|
|
329
|
-
|
|
330
|
-
const
|
|
331
|
-
return
|
|
650
|
+
fetchData(e = {}) {
|
|
651
|
+
const r = (/* @__PURE__ */ new Date()).toISOString(), a = p(r, p.URL), o = this.encode({ ...e }, a);
|
|
652
|
+
m.getInstance().setSubject(this.isLoadingEnabled);
|
|
653
|
+
const A = new URLSearchParams(window.location.search).get("flow") ?? "N/A";
|
|
654
|
+
return f(this.apiUrl, {
|
|
332
655
|
method: this.method,
|
|
333
|
-
headers: { ...this.headers, flow:
|
|
656
|
+
headers: { ...this.headers, flow: A },
|
|
334
657
|
body: o,
|
|
335
|
-
selector: (
|
|
658
|
+
selector: (i) => i.json()
|
|
336
659
|
}).pipe(
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
`FetchServiceFE <URL>: ${this.apiUrl} <HEADERS>: ${JSON.stringify(this.headers)} <PARAMS> ${JSON.stringify(
|
|
340
|
-
),
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
new
|
|
345
|
-
),
|
|
660
|
+
E((i) => R(this.decode(i))),
|
|
661
|
+
E((i) => (this.logDebug(
|
|
662
|
+
`FetchServiceFE <URL>: ${this.apiUrl} <HEADERS>: ${JSON.stringify(this.headers)} <PARAMS> ${JSON.stringify(e)} <BODY> ${o} <RESPONSE>: ${JSON.stringify(i)}`
|
|
663
|
+
), R(i))),
|
|
664
|
+
y(this.errorHandler),
|
|
665
|
+
E((i) => (m.getInstance().setSubject(!1), R(i))),
|
|
666
|
+
h((i) => (m.getInstance().setSubject(!1), B.getInstance().setSubject(
|
|
667
|
+
new d().get(i, a)
|
|
668
|
+
), I))
|
|
346
669
|
);
|
|
347
670
|
}
|
|
348
671
|
}
|
|
349
672
|
export {
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
673
|
+
ne as ApiMiddleware,
|
|
674
|
+
d as ErrorCatalog,
|
|
675
|
+
Re as FetchServiceBE,
|
|
676
|
+
Ee as FetchServiceFE,
|
|
677
|
+
m as LoadingHandler,
|
|
678
|
+
B as MessageHandler,
|
|
679
|
+
me as RxSubjectManager,
|
|
680
|
+
Ue as ServiceToken
|
|
358
681
|
};
|