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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.10.2",
3
+ "version": "2.10.3",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",