squarefi-bff-api-module 1.36.8 → 1.36.9

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.
@@ -442,9 +442,9 @@ export declare namespace API {
442
442
  counterparty_account_id: string;
443
443
  type: CounterpartyDestinationType;
444
444
  nickname?: string;
445
- external_banking_data?: List.DestinationListItemExternalBankingData;
445
+ external_banking_data?: Pick<List.DestinationListItemExternalBankingData, 'account_number' | 'routing_number' | 'bank_name' | 'swift_bic' | 'iban' | 'sort_code' | 'note' | 'address'>;
446
446
  external_crypto_data?: Pick<List.DestinationListItemExternalCryptoData, 'currency_id' | 'address' | 'memo'>;
447
- internal_data?: List.DestinationInternalData;
447
+ internal_data?: Pick<List.DestinationInternalData, 'wallet_id' | 'description'>;
448
448
  }
449
449
  type Response = Detail.DestinationDetailItem;
450
450
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.36.8",
3
+ "version": "1.36.9",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",