binance 2.8.0 → 2.8.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.
@@ -485,7 +485,7 @@ export interface FuturesCoinMAccountInformation {
485
485
  }
486
486
  export interface FuturesPosition {
487
487
  entryPrice: numberInString;
488
- marginType: Lowercase<MarginType>;
488
+ marginType: 'isolated' | 'cross';
489
489
  isAutoAddMargin: 'false' | 'true';
490
490
  isolatedMargin: numberInString;
491
491
  leverage: numberInString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Complete & robust node.js SDK for Binance's REST APIs and WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",