gotrip-fx-transaction-form 1.0.111 → 1.0.113

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/index.js CHANGED
@@ -37825,6 +37825,12 @@ const cTe = (e) => {
37825
37825
  image: "https://storage.googleapis.com/gotrip-static-files/banks/vietinbank.svg",
37826
37826
  isDefault: !1,
37827
37827
  comingSoon: !0
37828
+ },
37829
+ ABBANK: {
37830
+ code: "ABBANK",
37831
+ image: "https://storage.googleapis.com/gotrip-static-files/banks/abbank.png",
37832
+ isDefault: !1,
37833
+ comingSoon: !0
37828
37834
  }
37829
37835
  }, hTe = (e, t) => [...e].sort((r, n) => {
37830
37836
  var o, s, l, c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.111",
3
+ "version": "1.0.113",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -0,0 +1,2 @@
1
+ import { IDebtReport } from '../types/response.dto';
2
+ export declare const exportDebtReportToXLSX: (report: IDebtReport) => Promise<void>;