binance 2.15.0 → 2.15.1
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 -1
- package/package.json +1 -1
package/lib/types/spot.d.ts
CHANGED
|
@@ -2485,7 +2485,7 @@ export interface GetFlexibleRewardsHistoryParams {
|
|
|
2485
2485
|
asset?: string;
|
|
2486
2486
|
startTime?: number;
|
|
2487
2487
|
endTime?: number;
|
|
2488
|
-
type: 'BONUS' | 'REALTIME' | 'REWARDS';
|
|
2488
|
+
type: 'BONUS' | 'REALTIME' | 'REWARDS' | 'ALL';
|
|
2489
2489
|
current?: number;
|
|
2490
2490
|
size?: number;
|
|
2491
2491
|
}
|
package/package.json
CHANGED