mp-front-cli 0.0.113 → 0.0.114

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.
@@ -521,7 +521,7 @@ const e = {
521
521
  title: "Se encontró datos en Financing2",
522
522
  message: "El cliente ha iniciado un proceso de financiación 2."
523
523
  },
524
- "PF-BIOMETRICS-007": {
524
+ "PF-BIOMETRIC-007": {
525
525
  title: "Error en la validación de identidad",
526
526
  message: "La validación de los datos proporcionados no coinciden con la identidad del cliente, por favor verifique los datos del cliente."
527
527
  },
@@ -316,7 +316,7 @@ declare const translation: {
316
316
  title: string;
317
317
  message: string;
318
318
  };
319
- "PF-BIOMETRICS-007": {
319
+ "PF-BIOMETRIC-007": {
320
320
  title: string;
321
321
  message: string;
322
322
  };
@@ -2,7 +2,7 @@ import { ApiMiddleware as g, ErrorCatalog as l, FetchServiceBE as x, FetchServic
2
2
  import { LoadingHandler as v, MessageHandler as E, RxSubjectManager as F } from "./mp-front-cli-utils-rxjs.es.js";
3
3
  import { S as h } from "./index-def0b487.js";
4
4
  import "i18next";
5
- import "./index-9a22b5c0.js";
5
+ import "./index-374a6af0.js";
6
6
  import "./mp-front-cli-logger.es.js";
7
7
  import "rxjs";
8
8
  import "./mp-front-cli-encrypter.es.js";
@@ -6,7 +6,7 @@ import { RxSubjectManager as me } from "./mp-front-cli-utils-rxjs.es.js";
6
6
  import { f as D } from "./index-def0b487.js";
7
7
  import { S as ne } from "./index-def0b487.js";
8
8
  import w, { t as n } from "i18next";
9
- import { t as v } from "./index-9a22b5c0.js";
9
+ import { t as v } from "./index-374a6af0.js";
10
10
  import { CustomLogger as F } from "./mp-front-cli-logger.es.js";
11
11
  import { of as T, switchMap as O, forkJoin as B, catchError as U, EMPTY as d, filter as V } from "rxjs";
12
12
  import { CustomEncrypter as Q } from "./mp-front-cli-encrypter.es.js";
@@ -346,9 +346,9 @@ const H = {
346
346
  title: "errors.PF-BIOMETRIC-004.title",
347
347
  level: "warning"
348
348
  },
349
- "PF-BIOMETRICS-007": {
350
- title: "errors.PF-BIOMETRICS-007.title",
351
- message: "errors.PF-BIOMETRICS-007.message",
349
+ "PF-BIOMETRIC-007": {
350
+ title: "errors.PF-BIOMETRIC-007.title",
351
+ message: "errors.PF-BIOMETRIC-007.message",
352
352
  level: "warning",
353
353
  code: 420,
354
354
  type: "modal"
@@ -1,4 +1,4 @@
1
- import { t } from "./index-9a22b5c0.js";
1
+ import { t } from "./index-374a6af0.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.113",
3
+ "version": "0.0.114",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {