mp-front-cli 0.0.72 → 0.0.74
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-83f54780.js} +36 -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 +190 -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 +214 -212
- 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 +729 -212
- package/dist/mp-front-cli-locale.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,217 +1,5 @@
|
|
|
1
1
|
declare const translation: {
|
|
2
2
|
errors: {
|
|
3
|
-
default: {
|
|
4
|
-
title: string;
|
|
5
|
-
message: string;
|
|
6
|
-
};
|
|
7
|
-
"MP-001": {
|
|
8
|
-
title: string;
|
|
9
|
-
message: string;
|
|
10
|
-
};
|
|
11
|
-
"ERR-GENERAL-01": {
|
|
12
|
-
title: string;
|
|
13
|
-
message: string;
|
|
14
|
-
};
|
|
15
|
-
UnAuthorized: {
|
|
16
|
-
title: string;
|
|
17
|
-
message: string;
|
|
18
|
-
};
|
|
19
|
-
ErrorGeneral: {
|
|
20
|
-
title: string;
|
|
21
|
-
message: string;
|
|
22
|
-
};
|
|
23
|
-
internalError: {
|
|
24
|
-
title: string;
|
|
25
|
-
message: string;
|
|
26
|
-
};
|
|
27
|
-
UserConfigError: {
|
|
28
|
-
title: string;
|
|
29
|
-
message: string;
|
|
30
|
-
};
|
|
31
|
-
"SCORE-CLIENTREJECTED-01": {
|
|
32
|
-
title: string;
|
|
33
|
-
message: string;
|
|
34
|
-
};
|
|
35
|
-
"CALCULATOR-MAPPING-01": {
|
|
36
|
-
title: string;
|
|
37
|
-
message: string;
|
|
38
|
-
};
|
|
39
|
-
"CALCULATOR-MAPPING-02": {
|
|
40
|
-
title: string;
|
|
41
|
-
message: string;
|
|
42
|
-
};
|
|
43
|
-
"CALCULATOR-MAPPING-03": {
|
|
44
|
-
title: string;
|
|
45
|
-
message: string;
|
|
46
|
-
};
|
|
47
|
-
"CALCULATOR-MAPPING-04": {
|
|
48
|
-
title: string;
|
|
49
|
-
message: string;
|
|
50
|
-
};
|
|
51
|
-
"CALCULATOR-BAD-REQUEST-01": {
|
|
52
|
-
title: string;
|
|
53
|
-
message: string;
|
|
54
|
-
};
|
|
55
|
-
"CALCULATOR-BAD-REQUEST-02": {
|
|
56
|
-
title: string;
|
|
57
|
-
message: string;
|
|
58
|
-
};
|
|
59
|
-
"CALCULATOR-BAD-REQUEST-03": {
|
|
60
|
-
title: string;
|
|
61
|
-
message: string;
|
|
62
|
-
};
|
|
63
|
-
"CALCULATOR-BAD-REQUEST-04": {
|
|
64
|
-
title: string;
|
|
65
|
-
message: string;
|
|
66
|
-
};
|
|
67
|
-
"CALCULATOR-BAD-REQUEST-05": {
|
|
68
|
-
title: string;
|
|
69
|
-
message: string;
|
|
70
|
-
};
|
|
71
|
-
"CALCULATOR-BAD-REQUEST-06": {
|
|
72
|
-
title: string;
|
|
73
|
-
message: string;
|
|
74
|
-
};
|
|
75
|
-
"CALCULATOR-BAD-REQUEST-07": {
|
|
76
|
-
title: string;
|
|
77
|
-
message: string;
|
|
78
|
-
};
|
|
79
|
-
"CALCULATOR-BAD-REQUEST-08": {
|
|
80
|
-
title: string;
|
|
81
|
-
message: string;
|
|
82
|
-
};
|
|
83
|
-
"CALCULATOR-BAD-REQUEST-09": {
|
|
84
|
-
title: string;
|
|
85
|
-
message: string;
|
|
86
|
-
};
|
|
87
|
-
"CALCULATOR-BAD-REQUEST-10": {
|
|
88
|
-
title: string;
|
|
89
|
-
message: string;
|
|
90
|
-
};
|
|
91
|
-
"CALCULATOR-BAD-REQUEST-11": {
|
|
92
|
-
title: string;
|
|
93
|
-
message: string;
|
|
94
|
-
};
|
|
95
|
-
"CALCULATOR-BAD-REQUEST-12": {
|
|
96
|
-
title: string;
|
|
97
|
-
message: string;
|
|
98
|
-
};
|
|
99
|
-
"CALCULATOR-BAD-REQUEST-13": {
|
|
100
|
-
title: string;
|
|
101
|
-
message: string;
|
|
102
|
-
};
|
|
103
|
-
"CALCULATOR-BAD-REQUEST-14": {
|
|
104
|
-
title: string;
|
|
105
|
-
message: string;
|
|
106
|
-
};
|
|
107
|
-
"CALCULATOR-BAD-REQUEST-15": {
|
|
108
|
-
title: string;
|
|
109
|
-
message: string;
|
|
110
|
-
};
|
|
111
|
-
"CALCULATOR-BAD-REQUEST-16": {
|
|
112
|
-
title: string;
|
|
113
|
-
message: string;
|
|
114
|
-
};
|
|
115
|
-
"CALCULATOR-BAD-REQUEST-17": {
|
|
116
|
-
title: string;
|
|
117
|
-
message: string;
|
|
118
|
-
};
|
|
119
|
-
"CALCULATOR-BAD-REQUEST-18": {
|
|
120
|
-
title: string;
|
|
121
|
-
message: string;
|
|
122
|
-
};
|
|
123
|
-
"CALCULATOR-BAD-REQUEST-19": {
|
|
124
|
-
title: string;
|
|
125
|
-
message: string;
|
|
126
|
-
};
|
|
127
|
-
"CALCULATOR-BAD-REQUEST-20": {
|
|
128
|
-
title: string;
|
|
129
|
-
message: string;
|
|
130
|
-
};
|
|
131
|
-
"CALCULATOR-BAD-REQUEST-21": {
|
|
132
|
-
title: string;
|
|
133
|
-
message: string;
|
|
134
|
-
};
|
|
135
|
-
"CALCULATOR-BAD-REQUEST-22": {
|
|
136
|
-
title: string;
|
|
137
|
-
message: string;
|
|
138
|
-
};
|
|
139
|
-
"CALCULATOR-BAD-REQUEST-23": {
|
|
140
|
-
title: string;
|
|
141
|
-
message: string;
|
|
142
|
-
};
|
|
143
|
-
"CALCULATOR-BAD-REQUEST-24": {
|
|
144
|
-
title: string;
|
|
145
|
-
message: string;
|
|
146
|
-
};
|
|
147
|
-
"CALCULATOR-BAD-REQUEST-25": {
|
|
148
|
-
title: string;
|
|
149
|
-
message: string;
|
|
150
|
-
};
|
|
151
|
-
"CALCULATOR-UNAUTHORIZED-01": {
|
|
152
|
-
title: string;
|
|
153
|
-
message: string;
|
|
154
|
-
};
|
|
155
|
-
"CALCULATOR-UNAUTHORIZED-02": {
|
|
156
|
-
title: string;
|
|
157
|
-
message: string;
|
|
158
|
-
};
|
|
159
|
-
"CALCULATOR-SERVICE-UNAVAILABLE-01": {
|
|
160
|
-
title: string;
|
|
161
|
-
message: string;
|
|
162
|
-
};
|
|
163
|
-
"CALCULATOR-SERVICE-UNAVAILABLE-02": {
|
|
164
|
-
title: string;
|
|
165
|
-
message: string;
|
|
166
|
-
};
|
|
167
|
-
"CALCULATOR-NOT-FOUND-01": {
|
|
168
|
-
title: string;
|
|
169
|
-
message: string;
|
|
170
|
-
};
|
|
171
|
-
"CALCULATOR-NOT-FOUND-02": {
|
|
172
|
-
title: string;
|
|
173
|
-
message: string;
|
|
174
|
-
};
|
|
175
|
-
"CALCULATOR-SAP-ERROR-01": {
|
|
176
|
-
title: string;
|
|
177
|
-
message: string;
|
|
178
|
-
};
|
|
179
|
-
"CALCULATOR-SAP-ERROR-02": {
|
|
180
|
-
title: string;
|
|
181
|
-
message: string;
|
|
182
|
-
};
|
|
183
|
-
"CALCULATOR-SAP-ERROR-03": {
|
|
184
|
-
title: string;
|
|
185
|
-
message: string;
|
|
186
|
-
};
|
|
187
|
-
"CALCULATOR-SAP-ERROR-04": {
|
|
188
|
-
title: string;
|
|
189
|
-
message: string;
|
|
190
|
-
};
|
|
191
|
-
"CALCULATOR-GENERIC-001": {
|
|
192
|
-
title: string;
|
|
193
|
-
message: string;
|
|
194
|
-
};
|
|
195
|
-
"SAVING_NOT_FOUND-01": {
|
|
196
|
-
title: string;
|
|
197
|
-
message: string;
|
|
198
|
-
};
|
|
199
|
-
"SAVING-BAD-REQUEST-01": {
|
|
200
|
-
title: string;
|
|
201
|
-
message: string;
|
|
202
|
-
};
|
|
203
|
-
"SAVING-BAD-REQUEST-02": {
|
|
204
|
-
title: string;
|
|
205
|
-
message: string;
|
|
206
|
-
};
|
|
207
|
-
"SAVING-BAD-REQUEST-03": {
|
|
208
|
-
title: string;
|
|
209
|
-
message: string;
|
|
210
|
-
};
|
|
211
|
-
"SAVING-GENERIC-01": {
|
|
212
|
-
title: string;
|
|
213
|
-
message: string;
|
|
214
|
-
};
|
|
215
3
|
"JOURNEY-INVALIDATEDATA-01": {
|
|
216
4
|
title: string;
|
|
217
5
|
message: string;
|
|
@@ -324,6 +112,220 @@ declare const translation: {
|
|
|
324
112
|
title: string;
|
|
325
113
|
message: string;
|
|
326
114
|
};
|
|
115
|
+
calculator: {
|
|
116
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
117
|
+
title: string;
|
|
118
|
+
message: string;
|
|
119
|
+
};
|
|
120
|
+
"CALCULATOR-MAPPING-01": {
|
|
121
|
+
title: string;
|
|
122
|
+
message: string;
|
|
123
|
+
};
|
|
124
|
+
"CALCULATOR-MAPPING-02": {
|
|
125
|
+
title: string;
|
|
126
|
+
message: string;
|
|
127
|
+
};
|
|
128
|
+
"CALCULATOR-MAPPING-03": {
|
|
129
|
+
title: string;
|
|
130
|
+
message: string;
|
|
131
|
+
};
|
|
132
|
+
"CALCULATOR-MAPPING-04": {
|
|
133
|
+
title: string;
|
|
134
|
+
message: string;
|
|
135
|
+
};
|
|
136
|
+
"CALCULATOR-BAD-REQUEST-01": {
|
|
137
|
+
title: string;
|
|
138
|
+
message: string;
|
|
139
|
+
};
|
|
140
|
+
"CALCULATOR-BAD-REQUEST-02": {
|
|
141
|
+
title: string;
|
|
142
|
+
message: string;
|
|
143
|
+
};
|
|
144
|
+
"CALCULATOR-BAD-REQUEST-03": {
|
|
145
|
+
title: string;
|
|
146
|
+
message: string;
|
|
147
|
+
};
|
|
148
|
+
"CALCULATOR-BAD-REQUEST-04": {
|
|
149
|
+
title: string;
|
|
150
|
+
message: string;
|
|
151
|
+
};
|
|
152
|
+
"CALCULATOR-BAD-REQUEST-05": {
|
|
153
|
+
title: string;
|
|
154
|
+
message: string;
|
|
155
|
+
};
|
|
156
|
+
"CALCULATOR-BAD-REQUEST-06": {
|
|
157
|
+
title: string;
|
|
158
|
+
message: string;
|
|
159
|
+
};
|
|
160
|
+
"CALCULATOR-BAD-REQUEST-07": {
|
|
161
|
+
title: string;
|
|
162
|
+
message: string;
|
|
163
|
+
};
|
|
164
|
+
"CALCULATOR-BAD-REQUEST-08": {
|
|
165
|
+
title: string;
|
|
166
|
+
message: string;
|
|
167
|
+
};
|
|
168
|
+
"CALCULATOR-BAD-REQUEST-09": {
|
|
169
|
+
title: string;
|
|
170
|
+
message: string;
|
|
171
|
+
};
|
|
172
|
+
"CALCULATOR-BAD-REQUEST-10": {
|
|
173
|
+
title: string;
|
|
174
|
+
message: string;
|
|
175
|
+
};
|
|
176
|
+
"CALCULATOR-BAD-REQUEST-11": {
|
|
177
|
+
title: string;
|
|
178
|
+
message: string;
|
|
179
|
+
};
|
|
180
|
+
"CALCULATOR-BAD-REQUEST-12": {
|
|
181
|
+
title: string;
|
|
182
|
+
message: string;
|
|
183
|
+
};
|
|
184
|
+
"CALCULATOR-BAD-REQUEST-13": {
|
|
185
|
+
title: string;
|
|
186
|
+
message: string;
|
|
187
|
+
};
|
|
188
|
+
"CALCULATOR-BAD-REQUEST-14": {
|
|
189
|
+
title: string;
|
|
190
|
+
message: string;
|
|
191
|
+
};
|
|
192
|
+
"CALCULATOR-BAD-REQUEST-15": {
|
|
193
|
+
title: string;
|
|
194
|
+
message: string;
|
|
195
|
+
};
|
|
196
|
+
"CALCULATOR-BAD-REQUEST-16": {
|
|
197
|
+
title: string;
|
|
198
|
+
message: string;
|
|
199
|
+
};
|
|
200
|
+
"CALCULATOR-BAD-REQUEST-17": {
|
|
201
|
+
title: string;
|
|
202
|
+
message: string;
|
|
203
|
+
};
|
|
204
|
+
"CALCULATOR-BAD-REQUEST-18": {
|
|
205
|
+
title: string;
|
|
206
|
+
message: string;
|
|
207
|
+
};
|
|
208
|
+
"CALCULATOR-BAD-REQUEST-19": {
|
|
209
|
+
title: string;
|
|
210
|
+
message: string;
|
|
211
|
+
};
|
|
212
|
+
"CALCULATOR-BAD-REQUEST-20": {
|
|
213
|
+
title: string;
|
|
214
|
+
message: string;
|
|
215
|
+
};
|
|
216
|
+
"CALCULATOR-BAD-REQUEST-21": {
|
|
217
|
+
title: string;
|
|
218
|
+
message: string;
|
|
219
|
+
};
|
|
220
|
+
"CALCULATOR-BAD-REQUEST-22": {
|
|
221
|
+
title: string;
|
|
222
|
+
message: string;
|
|
223
|
+
};
|
|
224
|
+
"CALCULATOR-BAD-REQUEST-23": {
|
|
225
|
+
title: string;
|
|
226
|
+
message: string;
|
|
227
|
+
};
|
|
228
|
+
"CALCULATOR-BAD-REQUEST-24": {
|
|
229
|
+
title: string;
|
|
230
|
+
message: string;
|
|
231
|
+
};
|
|
232
|
+
"CALCULATOR-BAD-REQUEST-25": {
|
|
233
|
+
title: string;
|
|
234
|
+
message: string;
|
|
235
|
+
};
|
|
236
|
+
"CALCULATOR-UNAUTHORIZED-01": {
|
|
237
|
+
title: string;
|
|
238
|
+
message: string;
|
|
239
|
+
};
|
|
240
|
+
"CALCULATOR-UNAUTHORIZED-02": {
|
|
241
|
+
title: string;
|
|
242
|
+
message: string;
|
|
243
|
+
};
|
|
244
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-01": {
|
|
245
|
+
title: string;
|
|
246
|
+
message: string;
|
|
247
|
+
};
|
|
248
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-02": {
|
|
249
|
+
title: string;
|
|
250
|
+
message: string;
|
|
251
|
+
};
|
|
252
|
+
"CALCULATOR-NOT-FOUND-01": {
|
|
253
|
+
title: string;
|
|
254
|
+
message: string;
|
|
255
|
+
};
|
|
256
|
+
"CALCULATOR-NOT-FOUND-02": {
|
|
257
|
+
title: string;
|
|
258
|
+
message: string;
|
|
259
|
+
};
|
|
260
|
+
"CALCULATOR-SAP-ERROR-01": {
|
|
261
|
+
title: string;
|
|
262
|
+
message: string;
|
|
263
|
+
};
|
|
264
|
+
"CALCULATOR-SAP-ERROR-02": {
|
|
265
|
+
title: string;
|
|
266
|
+
message: string;
|
|
267
|
+
};
|
|
268
|
+
"CALCULATOR-SAP-ERROR-03": {
|
|
269
|
+
title: string;
|
|
270
|
+
message: string;
|
|
271
|
+
};
|
|
272
|
+
"CALCULATOR-SAP-ERROR-04": {
|
|
273
|
+
title: string;
|
|
274
|
+
message: string;
|
|
275
|
+
};
|
|
276
|
+
"CALCULATOR-GENERIC-001": {
|
|
277
|
+
title: string;
|
|
278
|
+
message: string;
|
|
279
|
+
};
|
|
280
|
+
"SAVING_NOT_FOUND-01": {
|
|
281
|
+
title: string;
|
|
282
|
+
message: string;
|
|
283
|
+
};
|
|
284
|
+
"SAVING-BAD-REQUEST-01": {
|
|
285
|
+
title: string;
|
|
286
|
+
message: string;
|
|
287
|
+
};
|
|
288
|
+
"SAVING-BAD-REQUEST-02": {
|
|
289
|
+
title: string;
|
|
290
|
+
message: string;
|
|
291
|
+
};
|
|
292
|
+
"SAVING-BAD-REQUEST-03": {
|
|
293
|
+
title: string;
|
|
294
|
+
message: string;
|
|
295
|
+
};
|
|
296
|
+
"SAVING-GENERIC-01": {
|
|
297
|
+
title: string;
|
|
298
|
+
message: string;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
default: {
|
|
302
|
+
title: string;
|
|
303
|
+
message: string;
|
|
304
|
+
};
|
|
305
|
+
"MP-001": {
|
|
306
|
+
title: string;
|
|
307
|
+
message: string;
|
|
308
|
+
};
|
|
309
|
+
"ERR-GENERAL-01": {
|
|
310
|
+
title: string;
|
|
311
|
+
message: string;
|
|
312
|
+
};
|
|
313
|
+
UnAuthorized: {
|
|
314
|
+
title: string;
|
|
315
|
+
message: string;
|
|
316
|
+
};
|
|
317
|
+
ErrorGeneral: {
|
|
318
|
+
title: string;
|
|
319
|
+
message: string;
|
|
320
|
+
};
|
|
321
|
+
internalError: {
|
|
322
|
+
title: string;
|
|
323
|
+
message: string;
|
|
324
|
+
};
|
|
325
|
+
UserConfigError: {
|
|
326
|
+
title: string;
|
|
327
|
+
message: string;
|
|
328
|
+
};
|
|
327
329
|
};
|
|
328
330
|
};
|
|
329
331
|
export default translation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqKhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -2,7 +2,7 @@ import { ApiMiddleware as S, ErrorCatalog as g, FetchServiceBE as l, FetchServic
|
|
|
2
2
|
import { S as s } from "./custom-header-596dcd13.js";
|
|
3
3
|
import { LoadingHandler as E, MessageHandler as F, RxSubjectManager as M } from "./mp-front-cli-utils-rxjs.es.js";
|
|
4
4
|
import "i18next";
|
|
5
|
-
import "./index-
|
|
5
|
+
import "./index-83f54780.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|