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.
- package/lib/types/spot.d.ts +4 -0
- package/package.json +1 -1
package/lib/types/spot.d.ts
CHANGED
|
@@ -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