checkbook-api
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "checkbook-api", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Node.js library for the Checkbook.io API", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"lodash": "^4.17.10", | ||
"request": "^2.87.0" | ||
"request": "^2.88.0" | ||
} | ||
} |
@@ -93,4 +93,4 @@ # Node.js library for the Checkbook.io API | ||
* ```list(query, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-check) | ||
* ```get(check_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-check-(check_id)) | ||
* ```delete(check_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-check-(check_id)) | ||
* ```get(check_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-check-check_id) | ||
* ```delete(check_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-check-check_id) | ||
* ```sendDigitalCheck(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-check-digital) | ||
@@ -102,4 +102,4 @@ * ```sendPhysicalCheck(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-check-physical) | ||
* ```list(query, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-invoice) | ||
* ```get(invoice_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-invoice-(invoice_id)) | ||
* ```delete(invoice_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-invoice-(invoice_id)) | ||
* ```get(invoice_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-invoice-invoice_id) | ||
* ```delete(invoice_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-invoice-invoice_id) | ||
* ```sendInvoice(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-invoice) | ||
@@ -110,5 +110,5 @@ * ```payInvoice(params, callback[, idempotencyKey])``` | ||
* ```list(query, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-subscription) | ||
* ```get(subscription_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-subscription-(subscription_id)) | ||
* ```delete(subscription_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-subscription-(subscription_id)) | ||
* ```update(subscription_id, params, callback)``` [:book:](https://checkbook.io/docs/api/reference/#put--v3-subscription-(subscription_id)) | ||
* ```get(subscription_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-subscription-subscription_id) | ||
* ```delete(subscription_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-subscription-subscription_id) | ||
* ```update(subscription_id, params, callback)``` [:book:](https://checkbook.io/docs/api/reference/#put--v3-subscription-subscription_id) | ||
* ```sendRecurringCheck(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-subscription-check) | ||
@@ -120,3 +120,3 @@ * ```sendRecurringInvoice(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-subscription-invoice) | ||
* ```institutions(callback)``` [:book:](https://checkbook.io/docs/api/reference/#get--v3-bank-institutions) | ||
* ```delete(bank_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-bank-(bank_id)) | ||
* ```delete(bank_id, callback)``` [:book:](https://checkbook.io/docs/api/reference/#delete--v3-bank-bank_id) | ||
* ```instantAccountVerification(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-bank-iav) | ||
@@ -123,0 +123,0 @@ * ```addBankAccount(params, callback[, idempotencyKey])``` [:book:](https://checkbook.io/docs/api/reference/#post--v3-bank) |
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
147355
Updatedrequest@^2.88.0