binance 2.6.1 → 2.7.0

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.
@@ -596,9 +596,9 @@ export interface WsMessageFuturesUserDataTradeUpdateEventFormatted extends WsSha
596
596
  originalOrderType: FuturesOrderType;
597
597
  positionSide: PositionSide;
598
598
  isCloseAll: boolean;
599
- trailingStopActivationPrice: number;
600
- trailingStopCallbackRate: number;
601
599
  realisedProfit: number;
600
+ trailingStopActivationPrice?: number;
601
+ trailingStopCallbackRate?: number;
602
602
  pP?: boolean;
603
603
  si?: number;
604
604
  ss?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.6.1",
3
+ "version": "2.7.0",
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",