@cobre-npm/library-portal-core 0.4.0 → 0.4.1

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.
@@ -19,6 +19,7 @@
19
19
  "off_ramp": "Off Ramp",
20
20
  "fedwire": "Fedwire",
21
21
  "global_pay_to_usa": "FBO Top-Up",
22
- "usa_pay_to_global": "Global Top-Up"
22
+ "usa_pay_to_global": "Global Top-Up",
23
+ "stable_payout": "Stable payout"
23
24
  }
24
25
  }
@@ -19,6 +19,7 @@
19
19
  "off_ramp": "Off Ramp",
20
20
  "fedwire": "Fedwire",
21
21
  "global_pay_to_usa": "Recarga FBO",
22
- "usa_pay_to_global": "Recarga Global"
22
+ "usa_pay_to_global": "Recarga Global",
23
+ "stable_payout": "Pago stable"
23
24
  }
24
25
  }
@@ -19,6 +19,7 @@ export declare const MMTypes: {
19
19
  readonly Fedwire: "fedwire";
20
20
  readonly GlobalPayToUsa: "global_pay_to_usa";
21
21
  readonly UsaPayToGlobal: "usa_pay_to_global";
22
+ readonly StablePayout: "stable_payout";
22
23
  };
23
24
  export type MMType = (typeof MMTypes)[keyof typeof MMTypes];
24
25
  //# 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;;;;;;;;;;;;;;;;;;;;;CAqBV,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;;;;;;;;;;;;;;;;;;;;;;CAsBV,CAAA;AAEV,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAA"}
@@ -19,5 +19,6 @@ export const MMTypes = {
19
19
  Fedwire: "fedwire",
20
20
  GlobalPayToUsa: "global_pay_to_usa",
21
21
  UsaPayToGlobal: "usa_pay_to_global",
22
+ StablePayout: "stable_payout",
22
23
  };
23
24
  //# 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,MAAM,CAAC,MAAM,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;CAC3B,CAAA"}
1
+ {"version":3,"file":"mm-types.constants.js","sourceRoot":"","sources":["../../../src/constants/mmTypes/mm-types.constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,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;CACrB,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";
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";
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.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Shared configurations and resources for Portal MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",