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 +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;AAwjBrD,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."
|
|
@@ -213,7 +184,40 @@ const e = {
|
|
|
213
184
|
"SAVING-GENERIC-01": {
|
|
214
185
|
title: "Contacta con el equipo de soporte",
|
|
215
186
|
message: "Error de servicio"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}, a = {
|
|
190
|
+
errors: {
|
|
191
|
+
default: {
|
|
192
|
+
title: "No pudimos cargar alguno de los datos solicitados.",
|
|
193
|
+
message: "Si continúa apareciendo este mensaje por favor contacta a soporte."
|
|
194
|
+
},
|
|
195
|
+
"MP-001": {
|
|
196
|
+
title: "Error",
|
|
197
|
+
message: "Se esperaban parámetros"
|
|
198
|
+
},
|
|
199
|
+
"ERR-GENERAL-01": {
|
|
200
|
+
title: "Error",
|
|
201
|
+
message: "No se obtuvieron la configuración del sistema"
|
|
202
|
+
},
|
|
203
|
+
UnAuthorized: {
|
|
204
|
+
title: "La sesión ha caducado",
|
|
205
|
+
message: "Inicia sesión nuevamente"
|
|
206
|
+
},
|
|
207
|
+
ErrorGeneral: {
|
|
208
|
+
title: "",
|
|
209
|
+
message: "{{ message }}"
|
|
210
|
+
},
|
|
211
|
+
internalError: {
|
|
212
|
+
title: "Error interno",
|
|
213
|
+
message: "Ocurrió un error interno"
|
|
214
|
+
},
|
|
215
|
+
UserConfigError: {
|
|
216
|
+
title: "Error en la configuración del usuario",
|
|
217
|
+
message: "Es necesario asignar una clave de vendedor al usuario. Por favor comunícate con nuestra mesa de ayuda para solucionar el problema."
|
|
216
218
|
},
|
|
219
|
+
// Calculator & Apartadito
|
|
220
|
+
...e,
|
|
217
221
|
//JORNADA
|
|
218
222
|
"JOURNEY-INVALIDATEDATA-01": {
|
|
219
223
|
title: "Por favor verifique su estructura y los valores de sus atributos.",
|
|
@@ -309,6 +313,7 @@ const e = {
|
|
|
309
313
|
title: "Error genérico",
|
|
310
314
|
message: "Error genérico"
|
|
311
315
|
},
|
|
316
|
+
//BIOMETRIC
|
|
312
317
|
"PF-BIOMETRIC-001": {
|
|
313
318
|
title: "Campo inválido",
|
|
314
319
|
message: "Error en la biometría"
|
|
@@ -332,5 +337,5 @@ const e = {
|
|
|
332
337
|
}
|
|
333
338
|
};
|
|
334
339
|
export {
|
|
335
|
-
|
|
340
|
+
a as t
|
|
336
341
|
};
|
|
@@ -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,190 @@
|
|
|
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
|
+
"SAVING_NOT_FOUND-01": {
|
|
168
|
+
title: string;
|
|
169
|
+
message: string;
|
|
170
|
+
};
|
|
171
|
+
"SAVING-BAD-REQUEST-01": {
|
|
172
|
+
title: string;
|
|
173
|
+
message: string;
|
|
174
|
+
};
|
|
175
|
+
"SAVING-BAD-REQUEST-02": {
|
|
176
|
+
title: string;
|
|
177
|
+
message: string;
|
|
178
|
+
};
|
|
179
|
+
"SAVING-BAD-REQUEST-03": {
|
|
180
|
+
title: string;
|
|
181
|
+
message: string;
|
|
182
|
+
};
|
|
183
|
+
"SAVING-GENERIC-01": {
|
|
184
|
+
title: string;
|
|
185
|
+
message: string;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
export default translation;
|
|
190
|
+
//# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkMhB,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"}
|