orionx-sdk
Advanced tools
Comparing version 2.1.0-rc.0 to 2.1.0-rc.1
@@ -106,11 +106,2 @@ "use strict"; | ||
_id | ||
type | ||
amount | ||
limitPrice | ||
status | ||
createdAt | ||
market { | ||
code | ||
} | ||
clientId | ||
} | ||
@@ -145,11 +136,2 @@ } | ||
_id | ||
type | ||
amount | ||
limitPrice | ||
status | ||
createdAt | ||
market { | ||
code | ||
} | ||
clientId | ||
} | ||
@@ -189,11 +171,2 @@ } | ||
_id | ||
type | ||
amount | ||
limitPrice | ||
status | ||
createdAt | ||
market { | ||
code | ||
} | ||
clientId | ||
} | ||
@@ -234,11 +207,2 @@ } | ||
_id | ||
type | ||
amount | ||
limitPrice | ||
status | ||
createdAt | ||
market { | ||
code | ||
} | ||
clientId | ||
} | ||
@@ -245,0 +209,0 @@ } |
@@ -37,9 +37,2 @@ export interface GetOrdersParameters { | ||
_id: string; | ||
type: string; | ||
amount: number; | ||
limitPrice: number; | ||
status: string; | ||
createdAt: number; | ||
market: Market; | ||
clientId: null; | ||
} | ||
@@ -46,0 +39,0 @@ export interface PlaceStopLimitOrder { |
{ | ||
"name": "orionx-sdk", | ||
"version": "2.1.0-rc.0", | ||
"version": "2.1.0-rc.1", | ||
"description": "Official Orionx SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
71569
1118