binance 3.5.1 → 3.5.3

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.
@@ -582,7 +582,7 @@ export interface WSAPINewFuturesAlgoOrderRequest<numberType = numberInString> {
582
582
  newClientOrderId?: string;
583
583
  stopPrice?: numberInString;
584
584
  closePosition?: BooleanString;
585
- activationPrice?: numberInString;
585
+ activatePrice?: numberInString;
586
586
  callbackRate?: numberInString;
587
587
  workingType?: WorkingType;
588
588
  priceProtect?: BooleanStringCapitalised;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "3.5.1",
3
+ "version": "3.5.3",
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",