squarefi-bff-api-module 1.29.1 → 1.29.2

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.
@@ -1697,6 +1697,7 @@ export declare namespace API {
1697
1697
  account_holder_name?: string;
1698
1698
  account_routing_number?: string;
1699
1699
  swift_bic?: string;
1700
+ iban?: string;
1700
1701
  }
1701
1702
  interface ACH extends Common {
1702
1703
  instruction_type: 'ACH';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.29.1",
3
+ "version": "1.29.2",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2185,6 +2185,7 @@ export namespace API {
2185
2185
  account_holder_name?: string;
2186
2186
  account_routing_number?: string;
2187
2187
  swift_bic?: string;
2188
+ iban?: string;
2188
2189
  }
2189
2190
  export interface ACH extends Common {
2190
2191
  instruction_type: 'ACH';