Skip to content

Commit ea8d4b7

Browse files
author
acooper4960
authored
v5.2.0 (#158)
* 5.2.0-rc1 * 5.2.0 * --amend * 5.2.0 * v5.2.0 * coverall * 5.2.0 * v5.2.0 * coveralls * Delete AuthenticationApi.js * Update index.js * Update index.js
1 parent 7fa9792 commit ea8d4b7

File tree

92 files changed

+4568
-1420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+4568
-1420
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ cache:
2929
- "node_modules"
3030

3131
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
32-

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
44

5+
## [v5.2.0] - eSignature API v2.1-19.2.02
6+
### Changed
7+
- The SDK now supports version 19.2.02 of the DocuSign eSignature API.
8+
- SDK Release Version updated.
9+
510
## [v5.1.0] - eSignature API v2.1-19.2.02
611
### Changed
712
- The SDK now supports version 19.2.02 of the DocuSign eSignature API.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "5.1.0",
3+
"version": "5.2.0-rc2",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

src/api/AccountsApi.js

Lines changed: 69 additions & 8 deletions
Large diffs are not rendered by default.

src/api/AuthenticationApi.js

Lines changed: 0 additions & 462 deletions
This file was deleted.

src/api/BulkEnvelopesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ After using this, the `bulkRecipientsUri` property is not returned in subsequent
387387
* @param {String} batchId
388388
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely.
389389
* @param {String} optsOrCallback.count Specifies the number of entries to return.
390-
* @param {String} optsOrCallback.include Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
390+
* @param {String} optsOrCallback.include Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=”failed,queued”) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent – This only returns entries with a sent status.
391391
* @param {String} optsOrCallback.startPosition Specifies the location in the list of envelopes from which to start.
392392
* @param {module:api/BulkEnvelopesApi~getCallback} callback The callback function, accepting three arguments: error, data, response
393393
* data is of type: {@link module:model/BulkEnvelopeStatus}

src/api/ConnectApi.js

Lines changed: 443 additions & 4 deletions
Large diffs are not rendered by default.

src/api/EnvelopesApi.js

Lines changed: 120 additions & 677 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)