squarefi-bff-api-module 1.27.3 → 1.27.5
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.
|
@@ -1404,7 +1404,7 @@ export declare namespace API {
|
|
|
1404
1404
|
wallet_account_id: string;
|
|
1405
1405
|
}
|
|
1406
1406
|
interface OrderWithVirtualAccountParams extends BaseOrderParams {
|
|
1407
|
-
virtual_account_id
|
|
1407
|
+
virtual_account_id?: string;
|
|
1408
1408
|
}
|
|
1409
1409
|
interface OrderWithSubAccountParams extends BaseOrderParams {
|
|
1410
1410
|
sub_account_id: string;
|
package/package.json
CHANGED
package/src/api/types/types.ts
CHANGED
|
@@ -1862,7 +1862,7 @@ export namespace API {
|
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
1864
1864
|
export interface OrderWithVirtualAccountParams extends BaseOrderParams {
|
|
1865
|
-
virtual_account_id
|
|
1865
|
+
virtual_account_id?: string;
|
|
1866
1866
|
}
|
|
1867
1867
|
|
|
1868
1868
|
export interface OrderWithSubAccountParams extends BaseOrderParams {
|