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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
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",