binance 2.8.3 → 2.8.4

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.
@@ -111,7 +111,7 @@ export interface CancelOCOParams {
111
111
  /** For isolated margin trading only */
112
112
  isIsolated?: string;
113
113
  orderListId?: number;
114
- listClientOrderId?: number;
114
+ listClientOrderId?: string;
115
115
  newClientOrderId?: string;
116
116
  }
117
117
  export interface NewOCOParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
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",