webull-api-ts
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -334,3 +334,3 @@ "use strict"; | ||
for (let transfer of transfers) { | ||
if (transfer.status == 'COMPLETED') { | ||
if (transfer.subStatus == 'COMPLETED') { | ||
details.push(Object.assign(Object.assign({}, defaultRecord), { type: 'transfer', direction: transfer.direction == 'IN' ? 'credit' : 'debit', date: new Date(transfer.updateTime).toISOString(), amount: transfer.amount, legs: [] })); | ||
@@ -337,0 +337,0 @@ } |
{ | ||
"name": "webull-api-ts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Webull trading API for node-js", | ||
"main": "./dist/index.js", | ||
"files": [ | ||
"/dist/index.js", | ||
"/dist/index.d.ts", | ||
"/dist/index.js", | ||
"/dist/index.d.ts", | ||
"/dist/utils" | ||
@@ -43,3 +43,3 @@ ], | ||
"chai": "*", | ||
"mocha": "*", | ||
"mocha": "^7.2.0", | ||
"typedoc": "*", | ||
@@ -46,0 +46,0 @@ "typedoc-plugin-markdown": "*" |
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
29621