binance 2.13.16 → 2.13.17

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.
@@ -2639,6 +2639,10 @@ export interface DualInvestmentPosition {
2639
2639
  purchaseEndTime: number;
2640
2640
  optionType: string;
2641
2641
  autoCompoundPlan: 'STANDARD' | 'ADVANCED' | 'NONE';
2642
+ settlePrice?: string;
2643
+ isExercised?: boolean;
2644
+ settleAsset?: string;
2645
+ settleAmount?: string;
2642
2646
  }
2643
2647
  export interface CheckDualInvestmentAccountsResponse {
2644
2648
  totalAmountInBTC: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.13.16",
3
+ "version": "2.13.17",
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",