Comparing version 1.1.1 to 1.1.2
@@ -42,3 +42,3 @@ export interface WsAuthRequestArg { | ||
export interface WsPrivateChannelArgWithCcy extends WsBaseRequestArg { | ||
channel: 'account' | 'account-greeks'; | ||
channel: 'account' | 'account-greeks' | 'withdrawal-info'; | ||
ccy?: string; | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "okx-api", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end 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
244278