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 +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;AA+WrD,qBAAa,YAAa,SAAQ,YAAY;IAC5C,GAAG,CAAC,KAAK,GAAE,MAAM,GAAG,KAAK,GAAG,QAAoB,EAAE,IAAI,CAAC,EAAE,MAAM;;;;;;;;;;;CA6BhE"}
|
|
@@ -1,34 +1,5 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
|
|
3
|
-
default: {
|
|
4
|
-
title: "No pudimos cargar alguno de los datos solicitados.",
|
|
5
|
-
message: "Si continúa apareciendo este mensaje por favor contacta a soporte."
|
|
6
|
-
},
|
|
7
|
-
"MP-001": {
|
|
8
|
-
title: "Error",
|
|
9
|
-
message: "Se esperaban parámetros"
|
|
10
|
-
},
|
|
11
|
-
"ERR-GENERAL-01": {
|
|
12
|
-
title: "Error",
|
|
13
|
-
message: "No se obtuvieron la configuración del sistema"
|
|
14
|
-
},
|
|
15
|
-
UnAuthorized: {
|
|
16
|
-
title: "La sesión ha caducado",
|
|
17
|
-
message: "Inicia sesión nuevamente"
|
|
18
|
-
},
|
|
19
|
-
ErrorGeneral: {
|
|
20
|
-
title: "",
|
|
21
|
-
message: "{{ message }}"
|
|
22
|
-
},
|
|
23
|
-
internalError: {
|
|
24
|
-
title: "Error interno",
|
|
25
|
-
message: "Ocurrió un error interno"
|
|
26
|
-
},
|
|
27
|
-
UserConfigError: {
|
|
28
|
-
title: "Error en la configuración del usuario",
|
|
29
|
-
message: "Es necesario asignar una clave de vendedor al usuario. Por favor comunícate con nuestra mesa de ayuda para solucionar el problema."
|
|
30
|
-
},
|
|
31
|
-
// Calculator
|
|
2
|
+
calculator: {
|
|
32
3
|
"SCORE-CLIENTREJECTED-01": {
|
|
33
4
|
title: "Cliente no aprobado",
|
|
34
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."
|
|
@@ -192,7 +163,40 @@ const e = {
|
|
|
192
163
|
"CALCULATOR-GENERIC-001": {
|
|
193
164
|
title: "Error genérico",
|
|
194
165
|
message: "Error genérico"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}, a = {
|
|
169
|
+
errors: {
|
|
170
|
+
default: {
|
|
171
|
+
title: "No pudimos cargar alguno de los datos solicitados.",
|
|
172
|
+
message: "Si continúa apareciendo este mensaje por favor contacta a soporte."
|
|
173
|
+
},
|
|
174
|
+
"MP-001": {
|
|
175
|
+
title: "Error",
|
|
176
|
+
message: "Se esperaban parámetros"
|
|
177
|
+
},
|
|
178
|
+
"ERR-GENERAL-01": {
|
|
179
|
+
title: "Error",
|
|
180
|
+
message: "No se obtuvieron la configuración del sistema"
|
|
181
|
+
},
|
|
182
|
+
UnAuthorized: {
|
|
183
|
+
title: "La sesión ha caducado",
|
|
184
|
+
message: "Inicia sesión nuevamente"
|
|
185
|
+
},
|
|
186
|
+
ErrorGeneral: {
|
|
187
|
+
title: "",
|
|
188
|
+
message: "{{ message }}"
|
|
195
189
|
},
|
|
190
|
+
internalError: {
|
|
191
|
+
title: "Error interno",
|
|
192
|
+
message: "Ocurrió un error interno"
|
|
193
|
+
},
|
|
194
|
+
UserConfigError: {
|
|
195
|
+
title: "Error en la configuración del usuario",
|
|
196
|
+
message: "Es necesario asignar una clave de vendedor al usuario. Por favor comunícate con nuestra mesa de ayuda para solucionar el problema."
|
|
197
|
+
},
|
|
198
|
+
// Calculator
|
|
199
|
+
...e,
|
|
196
200
|
//Apartadito
|
|
197
201
|
"SAVING_NOT_FOUND-01": {
|
|
198
202
|
title: "Verificar la identificación de guardado",
|
|
@@ -332,5 +336,5 @@ const e = {
|
|
|
332
336
|
}
|
|
333
337
|
};
|
|
334
338
|
export {
|
|
335
|
-
|
|
339
|
+
a as t
|
|
336
340
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/calculator/en_EN/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;CAQhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
declare const translation: {
|
|
2
|
+
calculator: {
|
|
3
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
4
|
+
title: string;
|
|
5
|
+
message: string;
|
|
6
|
+
};
|
|
7
|
+
"CALCULATOR-MAPPING-01": {
|
|
8
|
+
title: string;
|
|
9
|
+
message: string;
|
|
10
|
+
};
|
|
11
|
+
"CALCULATOR-MAPPING-02": {
|
|
12
|
+
title: string;
|
|
13
|
+
message: string;
|
|
14
|
+
};
|
|
15
|
+
"CALCULATOR-MAPPING-03": {
|
|
16
|
+
title: string;
|
|
17
|
+
message: string;
|
|
18
|
+
};
|
|
19
|
+
"CALCULATOR-MAPPING-04": {
|
|
20
|
+
title: string;
|
|
21
|
+
message: string;
|
|
22
|
+
};
|
|
23
|
+
"CALCULATOR-BAD-REQUEST-01": {
|
|
24
|
+
title: string;
|
|
25
|
+
message: string;
|
|
26
|
+
};
|
|
27
|
+
"CALCULATOR-BAD-REQUEST-02": {
|
|
28
|
+
title: string;
|
|
29
|
+
message: string;
|
|
30
|
+
};
|
|
31
|
+
"CALCULATOR-BAD-REQUEST-03": {
|
|
32
|
+
title: string;
|
|
33
|
+
message: string;
|
|
34
|
+
};
|
|
35
|
+
"CALCULATOR-BAD-REQUEST-04": {
|
|
36
|
+
title: string;
|
|
37
|
+
message: string;
|
|
38
|
+
};
|
|
39
|
+
"CALCULATOR-BAD-REQUEST-05": {
|
|
40
|
+
title: string;
|
|
41
|
+
message: string;
|
|
42
|
+
};
|
|
43
|
+
"CALCULATOR-BAD-REQUEST-06": {
|
|
44
|
+
title: string;
|
|
45
|
+
message: string;
|
|
46
|
+
};
|
|
47
|
+
"CALCULATOR-BAD-REQUEST-07": {
|
|
48
|
+
title: string;
|
|
49
|
+
message: string;
|
|
50
|
+
};
|
|
51
|
+
"CALCULATOR-BAD-REQUEST-08": {
|
|
52
|
+
title: string;
|
|
53
|
+
message: string;
|
|
54
|
+
};
|
|
55
|
+
"CALCULATOR-BAD-REQUEST-09": {
|
|
56
|
+
title: string;
|
|
57
|
+
message: string;
|
|
58
|
+
};
|
|
59
|
+
"CALCULATOR-BAD-REQUEST-10": {
|
|
60
|
+
title: string;
|
|
61
|
+
message: string;
|
|
62
|
+
};
|
|
63
|
+
"CALCULATOR-BAD-REQUEST-11": {
|
|
64
|
+
title: string;
|
|
65
|
+
message: string;
|
|
66
|
+
};
|
|
67
|
+
"CALCULATOR-BAD-REQUEST-12": {
|
|
68
|
+
title: string;
|
|
69
|
+
message: string;
|
|
70
|
+
};
|
|
71
|
+
"CALCULATOR-BAD-REQUEST-13": {
|
|
72
|
+
title: string;
|
|
73
|
+
message: string;
|
|
74
|
+
};
|
|
75
|
+
"CALCULATOR-BAD-REQUEST-14": {
|
|
76
|
+
title: string;
|
|
77
|
+
message: string;
|
|
78
|
+
};
|
|
79
|
+
"CALCULATOR-BAD-REQUEST-15": {
|
|
80
|
+
title: string;
|
|
81
|
+
message: string;
|
|
82
|
+
};
|
|
83
|
+
"CALCULATOR-BAD-REQUEST-16": {
|
|
84
|
+
title: string;
|
|
85
|
+
message: string;
|
|
86
|
+
};
|
|
87
|
+
"CALCULATOR-BAD-REQUEST-17": {
|
|
88
|
+
title: string;
|
|
89
|
+
message: string;
|
|
90
|
+
};
|
|
91
|
+
"CALCULATOR-BAD-REQUEST-18": {
|
|
92
|
+
title: string;
|
|
93
|
+
message: string;
|
|
94
|
+
};
|
|
95
|
+
"CALCULATOR-BAD-REQUEST-19": {
|
|
96
|
+
title: string;
|
|
97
|
+
message: string;
|
|
98
|
+
};
|
|
99
|
+
"CALCULATOR-BAD-REQUEST-20": {
|
|
100
|
+
title: string;
|
|
101
|
+
message: string;
|
|
102
|
+
};
|
|
103
|
+
"CALCULATOR-BAD-REQUEST-21": {
|
|
104
|
+
title: string;
|
|
105
|
+
message: string;
|
|
106
|
+
};
|
|
107
|
+
"CALCULATOR-BAD-REQUEST-22": {
|
|
108
|
+
title: string;
|
|
109
|
+
message: string;
|
|
110
|
+
};
|
|
111
|
+
"CALCULATOR-BAD-REQUEST-23": {
|
|
112
|
+
title: string;
|
|
113
|
+
message: string;
|
|
114
|
+
};
|
|
115
|
+
"CALCULATOR-BAD-REQUEST-24": {
|
|
116
|
+
title: string;
|
|
117
|
+
message: string;
|
|
118
|
+
};
|
|
119
|
+
"CALCULATOR-BAD-REQUEST-25": {
|
|
120
|
+
title: string;
|
|
121
|
+
message: string;
|
|
122
|
+
};
|
|
123
|
+
"CALCULATOR-UNAUTHORIZED-01": {
|
|
124
|
+
title: string;
|
|
125
|
+
message: string;
|
|
126
|
+
};
|
|
127
|
+
"CALCULATOR-UNAUTHORIZED-02": {
|
|
128
|
+
title: string;
|
|
129
|
+
message: string;
|
|
130
|
+
};
|
|
131
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-01": {
|
|
132
|
+
title: string;
|
|
133
|
+
message: string;
|
|
134
|
+
};
|
|
135
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-02": {
|
|
136
|
+
title: string;
|
|
137
|
+
message: string;
|
|
138
|
+
};
|
|
139
|
+
"CALCULATOR-NOT-FOUND-01": {
|
|
140
|
+
title: string;
|
|
141
|
+
message: string;
|
|
142
|
+
};
|
|
143
|
+
"CALCULATOR-NOT-FOUND-02": {
|
|
144
|
+
title: string;
|
|
145
|
+
message: string;
|
|
146
|
+
};
|
|
147
|
+
"CALCULATOR-SAP-ERROR-01": {
|
|
148
|
+
title: string;
|
|
149
|
+
message: string;
|
|
150
|
+
};
|
|
151
|
+
"CALCULATOR-SAP-ERROR-02": {
|
|
152
|
+
title: string;
|
|
153
|
+
message: string;
|
|
154
|
+
};
|
|
155
|
+
"CALCULATOR-SAP-ERROR-03": {
|
|
156
|
+
title: string;
|
|
157
|
+
message: string;
|
|
158
|
+
};
|
|
159
|
+
"CALCULATOR-SAP-ERROR-04": {
|
|
160
|
+
title: string;
|
|
161
|
+
message: string;
|
|
162
|
+
};
|
|
163
|
+
"CALCULATOR-GENERIC-001": {
|
|
164
|
+
title: string;
|
|
165
|
+
message: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
export default translation;
|
|
170
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/calculator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,SAAS,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,197 +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
3
|
"SAVING_NOT_FOUND-01": {
|
|
196
4
|
title: string;
|
|
197
5
|
message: string;
|
|
@@ -324,6 +132,200 @@ declare const translation: {
|
|
|
324
132
|
title: string;
|
|
325
133
|
message: string;
|
|
326
134
|
};
|
|
135
|
+
calculator: {
|
|
136
|
+
"SCORE-CLIENTREJECTED-01": {
|
|
137
|
+
title: string;
|
|
138
|
+
message: string;
|
|
139
|
+
};
|
|
140
|
+
"CALCULATOR-MAPPING-01": {
|
|
141
|
+
title: string;
|
|
142
|
+
message: string;
|
|
143
|
+
};
|
|
144
|
+
"CALCULATOR-MAPPING-02": {
|
|
145
|
+
title: string;
|
|
146
|
+
message: string;
|
|
147
|
+
};
|
|
148
|
+
"CALCULATOR-MAPPING-03": {
|
|
149
|
+
title: string;
|
|
150
|
+
message: string;
|
|
151
|
+
};
|
|
152
|
+
"CALCULATOR-MAPPING-04": {
|
|
153
|
+
title: string;
|
|
154
|
+
message: string;
|
|
155
|
+
};
|
|
156
|
+
"CALCULATOR-BAD-REQUEST-01": {
|
|
157
|
+
title: string;
|
|
158
|
+
message: string;
|
|
159
|
+
};
|
|
160
|
+
"CALCULATOR-BAD-REQUEST-02": {
|
|
161
|
+
title: string;
|
|
162
|
+
message: string;
|
|
163
|
+
};
|
|
164
|
+
"CALCULATOR-BAD-REQUEST-03": {
|
|
165
|
+
title: string;
|
|
166
|
+
message: string;
|
|
167
|
+
};
|
|
168
|
+
"CALCULATOR-BAD-REQUEST-04": {
|
|
169
|
+
title: string;
|
|
170
|
+
message: string;
|
|
171
|
+
};
|
|
172
|
+
"CALCULATOR-BAD-REQUEST-05": {
|
|
173
|
+
title: string;
|
|
174
|
+
message: string;
|
|
175
|
+
};
|
|
176
|
+
"CALCULATOR-BAD-REQUEST-06": {
|
|
177
|
+
title: string;
|
|
178
|
+
message: string;
|
|
179
|
+
};
|
|
180
|
+
"CALCULATOR-BAD-REQUEST-07": {
|
|
181
|
+
title: string;
|
|
182
|
+
message: string;
|
|
183
|
+
};
|
|
184
|
+
"CALCULATOR-BAD-REQUEST-08": {
|
|
185
|
+
title: string;
|
|
186
|
+
message: string;
|
|
187
|
+
};
|
|
188
|
+
"CALCULATOR-BAD-REQUEST-09": {
|
|
189
|
+
title: string;
|
|
190
|
+
message: string;
|
|
191
|
+
};
|
|
192
|
+
"CALCULATOR-BAD-REQUEST-10": {
|
|
193
|
+
title: string;
|
|
194
|
+
message: string;
|
|
195
|
+
};
|
|
196
|
+
"CALCULATOR-BAD-REQUEST-11": {
|
|
197
|
+
title: string;
|
|
198
|
+
message: string;
|
|
199
|
+
};
|
|
200
|
+
"CALCULATOR-BAD-REQUEST-12": {
|
|
201
|
+
title: string;
|
|
202
|
+
message: string;
|
|
203
|
+
};
|
|
204
|
+
"CALCULATOR-BAD-REQUEST-13": {
|
|
205
|
+
title: string;
|
|
206
|
+
message: string;
|
|
207
|
+
};
|
|
208
|
+
"CALCULATOR-BAD-REQUEST-14": {
|
|
209
|
+
title: string;
|
|
210
|
+
message: string;
|
|
211
|
+
};
|
|
212
|
+
"CALCULATOR-BAD-REQUEST-15": {
|
|
213
|
+
title: string;
|
|
214
|
+
message: string;
|
|
215
|
+
};
|
|
216
|
+
"CALCULATOR-BAD-REQUEST-16": {
|
|
217
|
+
title: string;
|
|
218
|
+
message: string;
|
|
219
|
+
};
|
|
220
|
+
"CALCULATOR-BAD-REQUEST-17": {
|
|
221
|
+
title: string;
|
|
222
|
+
message: string;
|
|
223
|
+
};
|
|
224
|
+
"CALCULATOR-BAD-REQUEST-18": {
|
|
225
|
+
title: string;
|
|
226
|
+
message: string;
|
|
227
|
+
};
|
|
228
|
+
"CALCULATOR-BAD-REQUEST-19": {
|
|
229
|
+
title: string;
|
|
230
|
+
message: string;
|
|
231
|
+
};
|
|
232
|
+
"CALCULATOR-BAD-REQUEST-20": {
|
|
233
|
+
title: string;
|
|
234
|
+
message: string;
|
|
235
|
+
};
|
|
236
|
+
"CALCULATOR-BAD-REQUEST-21": {
|
|
237
|
+
title: string;
|
|
238
|
+
message: string;
|
|
239
|
+
};
|
|
240
|
+
"CALCULATOR-BAD-REQUEST-22": {
|
|
241
|
+
title: string;
|
|
242
|
+
message: string;
|
|
243
|
+
};
|
|
244
|
+
"CALCULATOR-BAD-REQUEST-23": {
|
|
245
|
+
title: string;
|
|
246
|
+
message: string;
|
|
247
|
+
};
|
|
248
|
+
"CALCULATOR-BAD-REQUEST-24": {
|
|
249
|
+
title: string;
|
|
250
|
+
message: string;
|
|
251
|
+
};
|
|
252
|
+
"CALCULATOR-BAD-REQUEST-25": {
|
|
253
|
+
title: string;
|
|
254
|
+
message: string;
|
|
255
|
+
};
|
|
256
|
+
"CALCULATOR-UNAUTHORIZED-01": {
|
|
257
|
+
title: string;
|
|
258
|
+
message: string;
|
|
259
|
+
};
|
|
260
|
+
"CALCULATOR-UNAUTHORIZED-02": {
|
|
261
|
+
title: string;
|
|
262
|
+
message: string;
|
|
263
|
+
};
|
|
264
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-01": {
|
|
265
|
+
title: string;
|
|
266
|
+
message: string;
|
|
267
|
+
};
|
|
268
|
+
"CALCULATOR-SERVICE-UNAVAILABLE-02": {
|
|
269
|
+
title: string;
|
|
270
|
+
message: string;
|
|
271
|
+
};
|
|
272
|
+
"CALCULATOR-NOT-FOUND-01": {
|
|
273
|
+
title: string;
|
|
274
|
+
message: string;
|
|
275
|
+
};
|
|
276
|
+
"CALCULATOR-NOT-FOUND-02": {
|
|
277
|
+
title: string;
|
|
278
|
+
message: string;
|
|
279
|
+
};
|
|
280
|
+
"CALCULATOR-SAP-ERROR-01": {
|
|
281
|
+
title: string;
|
|
282
|
+
message: string;
|
|
283
|
+
};
|
|
284
|
+
"CALCULATOR-SAP-ERROR-02": {
|
|
285
|
+
title: string;
|
|
286
|
+
message: string;
|
|
287
|
+
};
|
|
288
|
+
"CALCULATOR-SAP-ERROR-03": {
|
|
289
|
+
title: string;
|
|
290
|
+
message: string;
|
|
291
|
+
};
|
|
292
|
+
"CALCULATOR-SAP-ERROR-04": {
|
|
293
|
+
title: string;
|
|
294
|
+
message: string;
|
|
295
|
+
};
|
|
296
|
+
"CALCULATOR-GENERIC-001": {
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwLhB,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-a0e4df41.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|