@cobre-npm/library-portal-core 0.8.0 → 0.9.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.
- package/dist/constants/counterpartyTypes/locales/en.json +1 -1
- package/dist/constants/counterpartyTypes/locales/es-mex.json +1 -1
- package/dist/constants/mmTypes/locales/en.json +2 -1
- package/dist/constants/mmTypes/locales/es-mex.json +2 -1
- package/dist/constants/mmTypes/mm-types.constants.d.ts +1 -0
- package/dist/constants/mmTypes/mm-types.constants.d.ts.map +1 -1
- package/dist/constants/mmTypes/mm-types.constants.js +1 -0
- package/dist/constants/mmTypes/mm-types.constants.js.map +1 -1
- package/dist/constants/mmTypes/mm-types.labels.d.ts +1 -1
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ export declare const MMTypes: {
|
|
|
20
20
|
readonly GlobalPayToUsa: "global_pay_to_usa";
|
|
21
21
|
readonly UsaPayToGlobal: "usa_pay_to_global";
|
|
22
22
|
readonly StablePayout: "stable_payout";
|
|
23
|
+
readonly Breb: "breb";
|
|
23
24
|
};
|
|
24
25
|
export type MMType = (typeof MMTypes)[keyof typeof MMTypes];
|
|
25
26
|
//# 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
|
|
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 +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;
|
|
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"}
|
|
@@ -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";
|
|
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";
|
|
7
7
|
}[];
|
|
8
8
|
//# sourceMappingURL=mm-types.labels.d.ts.map
|