orionx-sdk
Advanced tools
Comparing version 2.0.0-rc2 to 2.0.0-rc4
@@ -19,3 +19,3 @@ "use strict"; | ||
const query = ` | ||
query sdk_market($code: String!) { | ||
query sdk_market($code: ID) { | ||
market(code: $code) { | ||
@@ -22,0 +22,0 @@ code |
@@ -0,1 +1,2 @@ | ||
import Api from './api'; | ||
import User from './user'; | ||
@@ -9,3 +10,3 @@ import Orders from './orders'; | ||
private readonly apiEndpoint; | ||
private apiClient; | ||
apiClient: Api; | ||
user: User; | ||
@@ -12,0 +13,0 @@ orders: Orders; |
{ | ||
"name": "orionx-sdk", | ||
"version": "2.0.0-rc2", | ||
"version": "2.0.0-rc4", | ||
"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
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
56347
899