binance 3.3.1 → 3.3.2

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.
@@ -417,17 +417,18 @@ export interface APITradingStatus {
417
417
  export interface APIPermissions {
418
418
  ipRestrict: boolean;
419
419
  createTime: number;
420
+ enableReading: boolean;
420
421
  enableWithdrawals: boolean;
421
422
  enableInternalTransfer: boolean;
423
+ enableMargin: boolean;
424
+ enableFutures: boolean;
422
425
  permitsUniversalTransfer: boolean;
423
426
  enableVanillaOptions: boolean;
424
- enableReading: boolean;
425
- enableFutures: boolean;
426
- enableMargin: boolean;
427
427
  enableSpotAndMarginTrading: boolean;
428
428
  tradingAuthorityExpirationTime: number;
429
429
  enableFixApiTrade: boolean;
430
430
  enableFixReadOnly: boolean;
431
+ enablePortfolioMarginTrading: true;
431
432
  }
432
433
  export interface AssetDetail {
433
434
  minWithdrawAmount: numberInString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Professional 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",