bfx-api-node-models
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,5 @@ 'use strict' | ||
id: 0, | ||
name: 1 | ||
name: 1, | ||
pool: 2, | ||
explorer: 3 | ||
} | ||
@@ -10,0 +12,0 @@ |
@@ -23,3 +23,5 @@ 'use strict' | ||
LedgerEntry: require('./ledger_entry'), | ||
Movement: require('./movement') | ||
Movement: require('./movement'), | ||
UserInfo: require('./user_info'), | ||
Currency: require('./currency') | ||
} |
@@ -11,3 +11,4 @@ 'use strict' | ||
balance: 6, | ||
description: 8 | ||
description: 8, | ||
wallet: null | ||
} | ||
@@ -20,2 +21,4 @@ | ||
super(data, FIELDS, BOOL_FIELDS, FIELD_KEYS) | ||
const spl = this.description.split('wallet') | ||
this.wallet = (spl && spl[1]) ? spl[1].trim() : null | ||
} | ||
@@ -22,0 +25,0 @@ |
{ | ||
"name": "bfx-api-node-models", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Object models for usage with the Bitfinex node API", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
87865
50
2975