binance 2.10.2 → 2.10.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.
- package/lib/types/spot.d.ts +1 -0
- package/package.json +1 -1
package/lib/types/spot.d.ts
CHANGED
|
@@ -1422,6 +1422,7 @@ export interface FlexibleProductPositionParams {
|
|
|
1422
1422
|
export interface PurchaseFlexibleProductParams {
|
|
1423
1423
|
productId: string;
|
|
1424
1424
|
amount: number;
|
|
1425
|
+
autoSubscribe: boolean;
|
|
1425
1426
|
}
|
|
1426
1427
|
export interface PurchaseFlexibleProductResponse {
|
|
1427
1428
|
purchaseId: number;
|
package/package.json
CHANGED