helloworks-sdk
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -5,2 +5,11 @@ # Change Log | ||
# [1.3.0](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.2.1...v1.3.0) (2021-01-08) | ||
### Features | ||
* Added support for document delivery type ([#13](https://github.com/hellosign/helloworks-nodejs-sdk/issues/13)) ([#15](https://github.com/hellosign/helloworks-nodejs-sdk/issues/15)) ([40b090b](https://github.com/hellosign/helloworks-nodejs-sdk/commit/40b090b06350c73ea221b53fb8c46264c4f316e5)), closes [#14](https://github.com/hellosign/helloworks-nodejs-sdk/issues/14) | ||
## [1.2.1](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.2.0...v1.2.1) (2020-01-27) | ||
@@ -7,0 +16,0 @@ |
@@ -55,2 +55,3 @@ /** | ||
* @param {boolean} [opts.documentDelivery=false] | ||
* @param {string} [opts.documentDeliveryType] | ||
* @returns {Promise.<Object>} | ||
@@ -90,2 +91,5 @@ * @public | ||
form.append('document_delivery', 'true'); | ||
if (opts.documentDeliveryType) { | ||
form.append('document_delivery_type', opts.documentDeliveryType); | ||
} | ||
} | ||
@@ -92,0 +96,0 @@ |
{ | ||
"name": "helloworks-sdk", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "A Node.js SDK for easily creating and managing HelloWorks workflow instances.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
34764
539