bybit-api
Advanced tools
Comparing version 2.1.8 to 2.1.9
@@ -45,5 +45,6 @@ import { AxiosRequestConfig } from 'axios'; | ||
sl_trigger_by?: string; | ||
reduce_only?: boolean; | ||
close_on_trigger?: boolean; | ||
reduce_only: boolean; | ||
close_on_trigger: boolean; | ||
order_link_id?: string; | ||
position_idx?: number; | ||
}): GenericAPIResponse; | ||
@@ -50,0 +51,0 @@ getActiveOrderList(params: { |
{ | ||
"name": "bybit-api", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168826
2902