squarefi-bff-api-module 1.34.5 → 1.34.7

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.
@@ -381,6 +381,7 @@ export declare namespace API {
381
381
  bank_name: string;
382
382
  note: string;
383
383
  swift_bic?: string;
384
+ iban?: string;
384
385
  address: {
385
386
  city: string;
386
387
  country_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.34.5",
3
+ "version": "1.34.7",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",