v3.4.2: fix() missing property from linear client set trading stop method
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.4.1",
|
"version": "3.4.2",
|
||||||
"description": "Complete & robust node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.",
|
"description": "Complete & robust node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|||||||
@@ -163,6 +163,7 @@ export interface LinearSetTradingStopRequest {
|
|||||||
sl_trigger_by?: string;
|
sl_trigger_by?: string;
|
||||||
sl_size?: number;
|
sl_size?: number;
|
||||||
tp_size?: number;
|
tp_size?: number;
|
||||||
|
position_idx?: 0 | 1 | 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LinearGetTradeRecordsRequest {
|
export interface LinearGetTradeRecordsRequest {
|
||||||
|
|||||||
Reference in New Issue
Block a user