bfx-api-node-rest
Advanced tools
Comparing version 5.1.1 to 5.2.0
{ | ||
"name": "bfx-api-node-rest", | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"description": "Official Bitfinex REST v1 & v2 API interfaces", | ||
@@ -40,3 +40,4 @@ "engines": { | ||
"Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)", | ||
"Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)" | ||
"Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)", | ||
"Sergio López <sergio.rico@bitfinex.com> (https://www.bitfinex.com)" | ||
], | ||
@@ -48,3 +49,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"bfx-api-mock-srv": "^1.2.0", | ||
"bfx-api-mock-srv": "^1.5.0", | ||
"chai": "^4.3.7", | ||
@@ -51,0 +52,0 @@ "chai-as-promised": "^7.1.1", |
@@ -159,6 +159,22 @@ /* eslint-env mocha */ | ||
['payInvoiceComplete', 'invoice_complete', [{}]], | ||
['payCurrencyConversionList', 'pay_settings_convert_list', []], | ||
['payAddCurrencyConversion', 'pay_settings_convert_create', [{}]], | ||
['payRemoveCurrencyConversion', 'pay_settings_convert_remove', [{}]], | ||
['payMerchantDailyLimit', 'pay_settings_daily_limit', [{}]], | ||
['payMerchantSettingsWrite', 'pay_settings_set', [{}]], | ||
['payMerchantSettingsWriteBatch', 'pay_settings_set_batch', [{}]], | ||
['payMerchantSettingsRead', 'pay_settings_get', [{}]], | ||
['payMerchantSettingsList', 'pay_settings_list', [{}]], | ||
['getCoreSettings', 'core_settings', [[]]], | ||
['invalidateAuthToken', 'delete_token', [[]]], | ||
['invalidateAuthToken', 'delete_token', [[{}]]], | ||
['payDepositsUnlinked', 'deposits_unlinked', [{}]], | ||
['movementInfo', 'movement_info.id', [{ id: 'id' }]] | ||
['movementInfo', 'movement_info.id', [{ id: 'id' }]], | ||
['payRefundInvoice','pay_invoice_refund', [{}]], | ||
['payInvoiceMarkRefunded','pay_invoice_mark_refunded', [{}]], | ||
['payInvoiceEvents','pay_invoice_events', [{}]], | ||
['payPublicInvoiceCurrencyDetailed','pay_public_invoice_currency_detailed', [{}]], | ||
['payInvoiceCurrencyDetailed','pay_currency_detailed', [{}]], | ||
['payCurrencyList','pay_currency_list', [{}]], | ||
['payInvoiceUpdate','pay_invoice_update', [{}]], | ||
['payInvoiceCreatePos','pay_invoice_create_pos', [{}]], | ||
] | ||
@@ -165,0 +181,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2050451
4577