squarefi-bff-api-module 1.26.13 → 1.26.14
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.
|
@@ -2107,7 +2107,7 @@ export declare namespace API {
|
|
|
2107
2107
|
vendor_account_id: string;
|
|
2108
2108
|
account_details: API.VirtualAccounts.VirtualAccount.AccountDetails;
|
|
2109
2109
|
virtual_accounts_program: API.VirtualAccounts.Programs.Program;
|
|
2110
|
-
deposit_instructions
|
|
2110
|
+
deposit_instructions?: API.VirtualAccounts.VirtualAccount.DepositInstruction.DepositInstruction[];
|
|
2111
2111
|
}
|
|
2112
2112
|
interface VirtualAccountDetailItem {
|
|
2113
2113
|
account_currency: string;
|
|
@@ -2123,6 +2123,7 @@ export declare namespace API {
|
|
|
2123
2123
|
destination_address: string;
|
|
2124
2124
|
destination_currency: string;
|
|
2125
2125
|
destination_currency_details: API.Currencies.Currency;
|
|
2126
|
+
deposit_instructions?: API.VirtualAccounts.VirtualAccount.DepositInstruction.DepositInstruction[];
|
|
2126
2127
|
id: string;
|
|
2127
2128
|
integration_vendor_id: string;
|
|
2128
2129
|
order_types: string[];
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -2667,7 +2667,7 @@ export namespace API {
|
|
|
2667
2667
|
vendor_account_id: string;
|
|
2668
2668
|
account_details: API.VirtualAccounts.VirtualAccount.AccountDetails;
|
|
2669
2669
|
virtual_accounts_program: API.VirtualAccounts.Programs.Program;
|
|
2670
|
-
deposit_instructions
|
|
2670
|
+
deposit_instructions?: API.VirtualAccounts.VirtualAccount.DepositInstruction.DepositInstruction[];
|
|
2671
2671
|
}
|
|
2672
2672
|
export interface VirtualAccountDetailItem {
|
|
2673
2673
|
account_currency: string;
|
|
@@ -2683,6 +2683,7 @@ export namespace API {
|
|
|
2683
2683
|
destination_address: string;
|
|
2684
2684
|
destination_currency: string;
|
|
2685
2685
|
destination_currency_details: API.Currencies.Currency;
|
|
2686
|
+
deposit_instructions?: API.VirtualAccounts.VirtualAccount.DepositInstruction.DepositInstruction[];
|
|
2686
2687
|
id: string;
|
|
2687
2688
|
integration_vendor_id: string;
|
|
2688
2689
|
order_types: string[];
|