@cobre-npm/library-portal-core 0.11.0 → 0.12.0

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.
@@ -21,6 +21,7 @@
21
21
  "global_pay_to_usa": "FBO Top-Up",
22
22
  "usa_pay_to_global": "Global Top-Up",
23
23
  "stable_payout": "Stable payout",
24
- "breb": "Bre-B"
24
+ "breb": "Bre-B",
25
+ "global_pay_to_generic": "Generic Transfer"
25
26
  }
26
27
  }
@@ -21,6 +21,7 @@
21
21
  "global_pay_to_usa": "Recarga FBO",
22
22
  "usa_pay_to_global": "Recarga Global",
23
23
  "stable_payout": "Pago stable",
24
- "breb": "Bre-B"
24
+ "breb": "Bre-B",
25
+ "global_pay_to_generic": "Pago Genérico"
25
26
  }
26
27
  }
@@ -21,6 +21,7 @@ export declare const MMTypes: {
21
21
  readonly UsaPayToGlobal: "usa_pay_to_global";
22
22
  readonly StablePayout: "stable_payout";
23
23
  readonly Breb: "breb";
24
+ readonly GlobalPayToGeneric: "global_pay_to_generic";
24
25
  };
25
26
  export type MMType = (typeof MMTypes)[keyof typeof MMTypes];
26
27
  //# sourceMappingURL=mm-types.constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mm-types.constants.d.ts","sourceRoot":"","sources":["../../../src/constants/mmTypes/mm-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;CAuBV,CAAA;AAEV,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"mm-types.constants.d.ts","sourceRoot":"","sources":["../../../src/constants/mmTypes/mm-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;CAwBV,CAAA;AAEV,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAA"}
@@ -24,5 +24,6 @@ exports.MMTypes = {
24
24
  UsaPayToGlobal: "usa_pay_to_global",
25
25
  StablePayout: "stable_payout",
26
26
  Breb: "breb",
27
+ GlobalPayToGeneric: "global_pay_to_generic",
27
28
  };
28
29
  //# sourceMappingURL=mm-types.constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mm-types.constants.js","sourceRoot":"","sources":["../../../src/constants/mmTypes/mm-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,UAAU;IACnB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,GAAG,EAAE,KAAK;IACV,cAAc,EAAE,iBAAiB;IACjC,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,WAAW,EAAE,cAAc;IAC3B,OAAO,EAAE,UAAU;IACnB,WAAW,EAAE,gBAAgB;IAC7B,mBAAmB,EAAE,wBAAwB;IAC7C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,cAAc,EAAE,mBAAmB;IACnC,cAAc,EAAE,mBAAmB;IACnC,YAAY,EAAE,eAAe;IAC7B,IAAI,EAAE,MAAM;CACJ,CAAA"}
1
+ {"version":3,"file":"mm-types.constants.js","sourceRoot":"","sources":["../../../src/constants/mmTypes/mm-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,UAAU;IACnB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,aAAa;IACzB,GAAG,EAAE,KAAK;IACV,cAAc,EAAE,iBAAiB;IACjC,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,WAAW,EAAE,cAAc;IAC3B,OAAO,EAAE,UAAU;IACnB,WAAW,EAAE,gBAAgB;IAC7B,mBAAmB,EAAE,wBAAwB;IAC7C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,cAAc,EAAE,mBAAmB;IACnC,cAAc,EAAE,mBAAmB;IACnC,YAAY,EAAE,eAAe;IAC7B,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,uBAAuB;CACnC,CAAA"}
@@ -3,6 +3,6 @@ export declare const getMMTypeLabel: (key: MMType | null | undefined, lang: stri
3
3
  export declare const getMMTypesWithLabels: (lang: string) => {
4
4
  id: number;
5
5
  label: string;
6
- value: "global" | "spei_card" | "r2p" | "r2p_breb" | "r2p_spei" | "ach" | "fast_pay" | "spei" | "spei_return" | "r2p_bancolombia" | "r2p_nequi" | "r2p_pse" | "direct_debit" | "r2p_top_up_pse" | "r2p_top_up_bancolombia" | "on_ramp" | "off_ramp" | "fedwire" | "global_pay_to_usa" | "usa_pay_to_global" | "stable_payout" | "breb";
6
+ value: "global" | "spei_card" | "r2p" | "r2p_breb" | "r2p_spei" | "ach" | "fast_pay" | "spei" | "spei_return" | "r2p_bancolombia" | "r2p_nequi" | "r2p_pse" | "direct_debit" | "r2p_top_up_pse" | "r2p_top_up_bancolombia" | "on_ramp" | "off_ramp" | "fedwire" | "global_pay_to_usa" | "usa_pay_to_global" | "stable_payout" | "breb" | "global_pay_to_generic";
7
7
  }[];
8
8
  //# sourceMappingURL=mm-types.labels.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-portal-core",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Shared configurations and resources for Portal MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",