mp-front-cli 0.0.81 → 0.0.82

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.
@@ -186,6 +186,137 @@ const e = {
186
186
  message: "Error de servicio"
187
187
  }
188
188
  }
189
+ }, o = {
190
+ enrollment: {
191
+ "ENROLLMENT-INVALIDCONFIGURATION-0000": {
192
+ title: "Por favor comuníquese con la mesa de ayuda para que activen las banderas de Nuovo.",
193
+ message: "{{message}}"
194
+ },
195
+ "ENROLLMENT-INVALIDDEVICEDID-0001": {
196
+ title: "Es necesario enviar el deviceId para poder validar el enrolamiento.",
197
+ message: "No se encuentra el deviceID"
198
+ },
199
+ "ENROLLMENT-INVALIDIMEI-0002": {
200
+ title: "Es necesario enviar el imei para poder validar el enrolamiento.",
201
+ message: "No se ha proporcionado un imei válido"
202
+ },
203
+ "ENROLLMENT-INVALIDLOCKTYPE-0003": {
204
+ title: "Asegúrese de que el dispositivo tenga el tipo de bloqueo NUOVO",
205
+ message: "El tipo de bloqueo no corresponde a un dispositivo Nuovo."
206
+ },
207
+ "ENROLLMENT-INVALIDTOKENSUPPLIERS-0004": {
208
+ title: "Por favor asegúrese de estar autenticado y de tener los permisos necesarios para acceder a este recurso.",
209
+ message: "No se pudo obtener el token de autenticación"
210
+ },
211
+ "ENROLLMENT-IMEIDOESNTMATCH-0005": {
212
+ title: "Por favor verifique que el imei enviado coincida con el imei enrolado en la plataforma de Nuovo.",
213
+ message: "{{message}}"
214
+ },
215
+ "ENROLLMENT-QRMACROLOCKNOTGENERATE-0006": {
216
+ title: "Por favor verifique los logs del servicio para generar el código QR de Macrolock.",
217
+ message: "Error al generar el código QR para enrolamiento MACROLOCK."
218
+ },
219
+ "ENROLLMENT-IMEINOTVALIDATED-0007": {
220
+ title: "Por favor verifique los logs del servicio para validar imei de Macrolock.",
221
+ message: "{{message}}"
222
+ },
223
+ "ENROLLMENT-DEVICESNOTFOUNDINSAPINVENTORY-0008": {
224
+ title: "Por favor verifique los parámetros proporcionados para consultar de manera correcta los dispositivos en existencia.",
225
+ message: "{{message}}"
226
+ },
227
+ "ENROLLMENT-JOURNEYERROR-0009": {
228
+ title: "Revise los logs del servicio de jornada para un informe mas detallado.",
229
+ message: "Revise los logs del servicio de jornada para un informe mas detallado."
230
+ },
231
+ "ENROLLMENT-APPLICATIONSNOTFOUND-0010": {
232
+ title: "Verifique los datos enviados para consultar las solitudes en la bd.",
233
+ message: "{{message}}"
234
+ },
235
+ "ENROLLMENT-LOCKTYPENOTFOUND-0011": {
236
+ title: "Valide que los parámetros enviados sean correctos.",
237
+ message: "{{message}}"
238
+ },
239
+ "ENROLLMENT-PREAPPLICATIONNOTFOUND-0012": {
240
+ title: "Valide que los parámetros enviados sean correctos.",
241
+ message: "{{message}}"
242
+ },
243
+ "ENROLLMENT-UNSUPPORTED_MEDIA_TYPE-0013": {
244
+ title: "Asegúrese de que el encabezado Content-Type esté establecido en el valor adecuado como se especifica en la documentación de la API.",
245
+ message: "{{message}}"
246
+ },
247
+ "ENROLLMENT-NOT_ACCEPTABLE-0014": {
248
+ title: "Asegúrese de que está utilizando el método HTTP adecuado especificado en la documentación de la API.",
249
+ message: "{{message}}"
250
+ },
251
+ "ENROLLMENT-RESOURCENOTFOUND-0015": {
252
+ title: "{{message}}",
253
+ message: "El recurso solicitado no se encontró en el servidor."
254
+ },
255
+ "ENROLLMENT-BADREQUEST-0016": {
256
+ title: "Asegúrese de que el formato de los datos sea correcto y siga la documentación de la API.",
257
+ message: "{{message}}"
258
+ },
259
+ "ENROLLMENT-METHODNOTIMPLEMENT-0017": {
260
+ title: "Por favor, contacte a mesa de ayuda para solucionar el error.",
261
+ message: "{{message}}"
262
+ },
263
+ "ENROLLMENT-PRODUCTNOTFOUNDINSAPINVENTORY-0018": {
264
+ title: "Por favor verifique los parámetros proporcionados para consultar de manera correcta los productos en existencia.",
265
+ message: "{{message}}"
266
+ },
267
+ "ENROLLMENT-PRODUCTKEYNOTFOUND-0019": {
268
+ title: "Por favor verifique la clave de producto sea correcta o exista en el catálogo de productos sap.",
269
+ message: "{{message}}"
270
+ },
271
+ "ENROLLMENT-FAILEDTORETRIEVEIMEI-0020": {
272
+ title: "Revise los logs del servicio de sap para un obtener información mas detallada",
273
+ message: "{{message}}"
274
+ },
275
+ "ENROLLMENT-LOCKTYPENOTFOUND-0021": {
276
+ title: "Verifique los datos enviados para consultar el tipo de bloqueo en el catálogo en la bd.",
277
+ message: "{{message}}"
278
+ },
279
+ "ENROLLMENT-AUTH_HEADER_MISSING-0022": {
280
+ title: "Falta el encabezado de autorización.",
281
+ message: "Proporcione un encabezado de autorización en su solicitud."
282
+ },
283
+ "ENROLLMENT-AUTH_HEADER_INVALID_FORMAT-0023": {
284
+ title: "El formato del encabezado de autorización no es válido.",
285
+ message: "Proporcione un token de portador válido en el encabezado de autorización."
286
+ },
287
+ "ENROLLMENT-AUTH_TOKEN_MISSING-0024": {
288
+ title: "Falta el Bearer token.",
289
+ message: "Asegúrese que el encabezado de autorización contenga un Bearer token."
290
+ },
291
+ "ENROLLMENT-AUTH_TOKEN_INVALID-0025": {
292
+ title: "Proporcione un token válido o renueve su token.",
293
+ message: "El token no es válido o ha caducado."
294
+ },
295
+ "ENROLLMENT-AUTH_UNSUPPORTED_MEDIA_TYPE-0026": {
296
+ title: "El encabezado Content-Type de la solicitud es incorrecto.",
297
+ message: "Asegúrese de que el encabezado Content-Type esté establecido en el valor adecuado como se especifica en la documentación de la API."
298
+ },
299
+ "ENROLLMENT-AUTH_UNKNOWN_ERROR-0027": {
300
+ title: "Error inesperado. Por favor, inténtelo de nuevo más tarde.",
301
+ message: "Si el problema persiste, póngase en contacto con el soporte técnico con el código de error."
302
+ },
303
+ "ENROLLMENT-APISAPNOTAVAILABLE-0028": {
304
+ title: "Error al consultar la existencia por imei del dispositivo.",
305
+ message: "Revise los logs del servicio de existencias por número de serie de SAP para un informe mas detallado."
306
+ },
307
+ "ENROLLMENT-APIAUTHSUPPLIERNOTAVAILABLE-0029": {
308
+ title: "Error al generar el token de validación de estatus de tipo de bloqueo por proveedores",
309
+ message: "Revise los logs del servicio de estatus de tipo de bloqueo por proveedor para un informe mas detallado."
310
+ },
311
+ "ENROLLMENT-APIAPISTATUSLOCKTYPEBYSUPPLIERNOTAVAILABLE-0030": {
312
+ title: "Error al consultar la api de validación de estatus de tipo de bloqueo por proveedores",
313
+ message: "Revise los logs del servicio de estatus de tipo de bloqueo por proveedor para un informe mas detallado."
314
+ },
315
+ "ENRENROLLMENT-INVALIDTOKENTRUSTONICSUPPLIER-0031": {
316
+ title: "Asegúrese de estar autenticado y tener los permisos necesarios para acceder a este recurso.",
317
+ message: "No se pudo obtener el token de autenticación para la API de Trustonic"
318
+ }
319
+ }
189
320
  }, a = {
190
321
  errors: {
191
322
  default: {
@@ -333,7 +464,22 @@ const e = {
333
464
  "PF-VALIDATE-CLIENTTYPE-003": {
334
465
  title: "Saldo pendiente por pagar",
335
466
  message: "Notamos que tu historial presenta un saldo vencido, por esa razón, en este momento no será posible continuar con tu crédito."
336
- }
467
+ },
468
+ //TERMINOS Y CONDICIONES
469
+ "COMMUNICATIONS-INVALIDCODEEXCEPTION-001": {
470
+ title: "Código incorrecto.",
471
+ message: "Código invalido, por favor de generar uno nuevo."
472
+ },
473
+ "COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001": {
474
+ title: "Código expirado",
475
+ message: "Por favor de generar otro código."
476
+ },
477
+ "COMMUNICATIONS-INVALIDCODEEXCEPTION-002": {
478
+ title: "El código ya fue canjeado.",
479
+ message: "Código invalido, por favor de generar uno nuevo."
480
+ },
481
+ //ENROLLMENT
482
+ ...o
337
483
  }
338
484
  };
339
485
  export {
@@ -0,0 +1,5 @@
1
+ declare const translation: {
2
+ enrollment: {};
3
+ };
4
+ export default translation;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/enrollment/en_EN/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;CAEhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,134 @@
1
+ declare const translation: {
2
+ enrollment: {
3
+ "ENROLLMENT-INVALIDCONFIGURATION-0000": {
4
+ title: string;
5
+ message: string;
6
+ };
7
+ "ENROLLMENT-INVALIDDEVICEDID-0001": {
8
+ title: string;
9
+ message: string;
10
+ };
11
+ "ENROLLMENT-INVALIDIMEI-0002": {
12
+ title: string;
13
+ message: string;
14
+ };
15
+ "ENROLLMENT-INVALIDLOCKTYPE-0003": {
16
+ title: string;
17
+ message: string;
18
+ };
19
+ "ENROLLMENT-INVALIDTOKENSUPPLIERS-0004": {
20
+ title: string;
21
+ message: string;
22
+ };
23
+ "ENROLLMENT-IMEIDOESNTMATCH-0005": {
24
+ title: string;
25
+ message: string;
26
+ };
27
+ "ENROLLMENT-QRMACROLOCKNOTGENERATE-0006": {
28
+ title: string;
29
+ message: string;
30
+ };
31
+ "ENROLLMENT-IMEINOTVALIDATED-0007": {
32
+ title: string;
33
+ message: string;
34
+ };
35
+ "ENROLLMENT-DEVICESNOTFOUNDINSAPINVENTORY-0008": {
36
+ title: string;
37
+ message: string;
38
+ };
39
+ "ENROLLMENT-JOURNEYERROR-0009": {
40
+ title: string;
41
+ message: string;
42
+ };
43
+ "ENROLLMENT-APPLICATIONSNOTFOUND-0010": {
44
+ title: string;
45
+ message: string;
46
+ };
47
+ "ENROLLMENT-LOCKTYPENOTFOUND-0011": {
48
+ title: string;
49
+ message: string;
50
+ };
51
+ "ENROLLMENT-PREAPPLICATIONNOTFOUND-0012": {
52
+ title: string;
53
+ message: string;
54
+ };
55
+ "ENROLLMENT-UNSUPPORTED_MEDIA_TYPE-0013": {
56
+ title: string;
57
+ message: string;
58
+ };
59
+ "ENROLLMENT-NOT_ACCEPTABLE-0014": {
60
+ title: string;
61
+ message: string;
62
+ };
63
+ "ENROLLMENT-RESOURCENOTFOUND-0015": {
64
+ title: string;
65
+ message: string;
66
+ };
67
+ "ENROLLMENT-BADREQUEST-0016": {
68
+ title: string;
69
+ message: string;
70
+ };
71
+ "ENROLLMENT-METHODNOTIMPLEMENT-0017": {
72
+ title: string;
73
+ message: string;
74
+ };
75
+ "ENROLLMENT-PRODUCTNOTFOUNDINSAPINVENTORY-0018": {
76
+ title: string;
77
+ message: string;
78
+ };
79
+ "ENROLLMENT-PRODUCTKEYNOTFOUND-0019": {
80
+ title: string;
81
+ message: string;
82
+ };
83
+ "ENROLLMENT-FAILEDTORETRIEVEIMEI-0020": {
84
+ title: string;
85
+ message: string;
86
+ };
87
+ "ENROLLMENT-LOCKTYPENOTFOUND-0021": {
88
+ title: string;
89
+ message: string;
90
+ };
91
+ "ENROLLMENT-AUTH_HEADER_MISSING-0022": {
92
+ title: string;
93
+ message: string;
94
+ };
95
+ "ENROLLMENT-AUTH_HEADER_INVALID_FORMAT-0023": {
96
+ title: string;
97
+ message: string;
98
+ };
99
+ "ENROLLMENT-AUTH_TOKEN_MISSING-0024": {
100
+ title: string;
101
+ message: string;
102
+ };
103
+ "ENROLLMENT-AUTH_TOKEN_INVALID-0025": {
104
+ title: string;
105
+ message: string;
106
+ };
107
+ "ENROLLMENT-AUTH_UNSUPPORTED_MEDIA_TYPE-0026": {
108
+ title: string;
109
+ message: string;
110
+ };
111
+ "ENROLLMENT-AUTH_UNKNOWN_ERROR-0027": {
112
+ title: string;
113
+ message: string;
114
+ };
115
+ "ENROLLMENT-APISAPNOTAVAILABLE-0028": {
116
+ title: string;
117
+ message: string;
118
+ };
119
+ "ENROLLMENT-APIAUTHSUPPLIERNOTAVAILABLE-0029": {
120
+ title: string;
121
+ message: string;
122
+ };
123
+ "ENROLLMENT-APIAPISTATUSLOCKTYPEBYSUPPLIERNOTAVAILABLE-0030": {
124
+ title: string;
125
+ message: string;
126
+ };
127
+ "ENRENROLLMENT-INVALIDTOKENTRUSTONICSUPPLIER-0031": {
128
+ title: string;
129
+ message: string;
130
+ };
131
+ };
132
+ };
133
+ export default translation;
134
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/lang/common/errors/enrollment/en_MX/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgKhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default as enrollmentEN_EN } from "./en_EN";
2
+ export { default as enrollmentES_MX } from "./en_MX";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/enrollment/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,5 +1,135 @@
1
1
  declare const translation: {
2
2
  errors: {
3
+ enrollment: {
4
+ "ENROLLMENT-INVALIDCONFIGURATION-0000": {
5
+ title: string;
6
+ message: string;
7
+ };
8
+ "ENROLLMENT-INVALIDDEVICEDID-0001": {
9
+ title: string;
10
+ message: string;
11
+ };
12
+ "ENROLLMENT-INVALIDIMEI-0002": {
13
+ title: string;
14
+ message: string;
15
+ };
16
+ "ENROLLMENT-INVALIDLOCKTYPE-0003": {
17
+ title: string;
18
+ message: string;
19
+ };
20
+ "ENROLLMENT-INVALIDTOKENSUPPLIERS-0004": {
21
+ title: string;
22
+ message: string;
23
+ };
24
+ "ENROLLMENT-IMEIDOESNTMATCH-0005": {
25
+ title: string;
26
+ message: string;
27
+ };
28
+ "ENROLLMENT-QRMACROLOCKNOTGENERATE-0006": {
29
+ title: string;
30
+ message: string;
31
+ };
32
+ "ENROLLMENT-IMEINOTVALIDATED-0007": {
33
+ title: string;
34
+ message: string;
35
+ };
36
+ "ENROLLMENT-DEVICESNOTFOUNDINSAPINVENTORY-0008": {
37
+ title: string;
38
+ message: string;
39
+ };
40
+ "ENROLLMENT-JOURNEYERROR-0009": {
41
+ title: string;
42
+ message: string;
43
+ };
44
+ "ENROLLMENT-APPLICATIONSNOTFOUND-0010": {
45
+ title: string;
46
+ message: string;
47
+ };
48
+ "ENROLLMENT-LOCKTYPENOTFOUND-0011": {
49
+ title: string;
50
+ message: string;
51
+ };
52
+ "ENROLLMENT-PREAPPLICATIONNOTFOUND-0012": {
53
+ title: string;
54
+ message: string;
55
+ };
56
+ "ENROLLMENT-UNSUPPORTED_MEDIA_TYPE-0013": {
57
+ title: string;
58
+ message: string;
59
+ };
60
+ "ENROLLMENT-NOT_ACCEPTABLE-0014": {
61
+ title: string;
62
+ message: string;
63
+ };
64
+ "ENROLLMENT-RESOURCENOTFOUND-0015": {
65
+ title: string;
66
+ message: string;
67
+ };
68
+ "ENROLLMENT-BADREQUEST-0016": {
69
+ title: string;
70
+ message: string;
71
+ };
72
+ "ENROLLMENT-METHODNOTIMPLEMENT-0017": {
73
+ title: string;
74
+ message: string;
75
+ };
76
+ "ENROLLMENT-PRODUCTNOTFOUNDINSAPINVENTORY-0018": {
77
+ title: string;
78
+ message: string;
79
+ };
80
+ "ENROLLMENT-PRODUCTKEYNOTFOUND-0019": {
81
+ title: string;
82
+ message: string;
83
+ };
84
+ "ENROLLMENT-FAILEDTORETRIEVEIMEI-0020": {
85
+ title: string;
86
+ message: string;
87
+ };
88
+ "ENROLLMENT-LOCKTYPENOTFOUND-0021": {
89
+ title: string;
90
+ message: string;
91
+ };
92
+ "ENROLLMENT-AUTH_HEADER_MISSING-0022": {
93
+ title: string;
94
+ message: string;
95
+ };
96
+ "ENROLLMENT-AUTH_HEADER_INVALID_FORMAT-0023": {
97
+ title: string;
98
+ message: string;
99
+ };
100
+ "ENROLLMENT-AUTH_TOKEN_MISSING-0024": {
101
+ title: string;
102
+ message: string;
103
+ };
104
+ "ENROLLMENT-AUTH_TOKEN_INVALID-0025": {
105
+ title: string;
106
+ message: string;
107
+ };
108
+ "ENROLLMENT-AUTH_UNSUPPORTED_MEDIA_TYPE-0026": {
109
+ title: string;
110
+ message: string;
111
+ };
112
+ "ENROLLMENT-AUTH_UNKNOWN_ERROR-0027": {
113
+ title: string;
114
+ message: string;
115
+ };
116
+ "ENROLLMENT-APISAPNOTAVAILABLE-0028": {
117
+ title: string;
118
+ message: string;
119
+ };
120
+ "ENROLLMENT-APIAUTHSUPPLIERNOTAVAILABLE-0029": {
121
+ title: string;
122
+ message: string;
123
+ };
124
+ "ENROLLMENT-APIAPISTATUSLOCKTYPEBYSUPPLIERNOTAVAILABLE-0030": {
125
+ title: string;
126
+ message: string;
127
+ };
128
+ "ENRENROLLMENT-INVALIDTOKENTRUSTONICSUPPLIER-0031": {
129
+ title: string;
130
+ message: string;
131
+ };
132
+ };
3
133
  "JOURNEY-INVALIDATEDATA-01": {
4
134
  title: string;
5
135
  message: string;
@@ -112,6 +242,18 @@ declare const translation: {
112
242
  title: string;
113
243
  message: string;
114
244
  };
245
+ "COMMUNICATIONS-INVALIDCODEEXCEPTION-001": {
246
+ title: string;
247
+ message: string;
248
+ };
249
+ "COMMUNICATIONS-INVALIDEXPIRATIONDATEEXCEPTION-001": {
250
+ title: string;
251
+ message: string;
252
+ };
253
+ "COMMUNICATIONS-INVALIDCODEEXCEPTION-002": {
254
+ title: string;
255
+ message: string;
256
+ };
115
257
  calculator: {
116
258
  "SCORE-CLIENTREJECTED-01": {
117
259
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgKhB,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lang/common/errors/es_MX/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+KhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { ApiMiddleware as n, ErrorCatalog as x, FetchServiceBE as E, FetchServiceFE as F } from "./mp-front-cli-core.es.js";
2
2
  import { LoadingHandler as S, MessageHandler as f, RxSubjectManager as h } from "./mp-front-cli-utils-rxjs.es.js";
3
3
  import "i18next";
4
- import "./index-c8dbca72.js";
4
+ import "./index-93655627.js";
5
5
  import "./mp-front-cli-logger.es.js";
6
6
  import "rxjs";
7
7
  import "./mp-front-cli-encrypter.es.js";
@@ -4,7 +4,7 @@ var L = (l, t, e) => (h(l, typeof t != "symbol" ? t + "" : t, e), e);
4
4
  import { MessageHandler as u, LoadingHandler as U } from "./mp-front-cli-utils-rxjs.es.js";
5
5
  import { RxSubjectManager as ge } from "./mp-front-cli-utils-rxjs.es.js";
6
6
  import w, { t as C } from "i18next";
7
- import { t as v } from "./index-c8dbca72.js";
7
+ import { t as v } from "./index-93655627.js";
8
8
  import { CustomLogger as x } from "./mp-front-cli-logger.es.js";
9
9
  import { of as T, switchMap as c, forkJoin as I, catchError as B, EMPTY as p, filter as P } from "rxjs";
10
10
  import { CustomEncrypter as G } from "./mp-front-cli-encrypter.es.js";
@@ -1,4 +1,4 @@
1
- import { t } from "./index-c8dbca72.js";
1
+ import { t } from "./index-93655627.js";
2
2
  const e = {
3
3
  errors: {}
4
4
  }, a = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-front-cli",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {