squarefi-bff-api-module 1.27.4 → 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: string;
1407
+ virtual_account_id?: string;
1408
1408
  }
1409
1409
  interface OrderWithSubAccountParams extends BaseOrderParams {
1410
1410
  sub_account_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.27.4",
3
+ "version": "1.27.5",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1862,7 +1862,7 @@ export namespace API {
1862
1862
  }
1863
1863
 
1864
1864
  export interface OrderWithVirtualAccountParams extends BaseOrderParams {
1865
- virtual_account_id: string;
1865
+ virtual_account_id?: string;
1866
1866
  }
1867
1867
 
1868
1868
  export interface OrderWithSubAccountParams extends BaseOrderParams {