squarefi-bff-api-module 1.23.2 → 1.23.3
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.
|
@@ -443,6 +443,7 @@ export declare namespace API {
|
|
|
443
443
|
interface DestinationDetailItemExternalBankingData extends API.Counterparties.Destination.List.DestinationListItemExternalBankingData {
|
|
444
444
|
address: API.Counterparties.Destination.List.DestinationListItemExternalBankingData['address'] & {
|
|
445
445
|
country?: API.Location.Countries.Country;
|
|
446
|
+
state?: API.Location.States.State;
|
|
446
447
|
};
|
|
447
448
|
}
|
|
448
449
|
interface DestinationDetailItemExternalCryptoData extends API.Counterparties.Destination.List.DestinationListItemExternalCryptoData {
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -520,6 +520,7 @@ export namespace API {
|
|
|
520
520
|
extends API.Counterparties.Destination.List.DestinationListItemExternalBankingData {
|
|
521
521
|
address: API.Counterparties.Destination.List.DestinationListItemExternalBankingData['address'] & {
|
|
522
522
|
country?: API.Location.Countries.Country;
|
|
523
|
+
state?: API.Location.States.State;
|
|
523
524
|
};
|
|
524
525
|
}
|
|
525
526
|
|