Skip to content

Commit cd717ed

Browse files
Version 4.11.0-v2-21.1.01.03 release (#245)
Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
1 parent 1dbd5f4 commit cd717ed

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# DocuSign Node Client Changelog
22

33
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
4+
## [v4.11.0] - eSignature API v2-21.1.01.03
5+
### Changed
6+
- Added support for version v2-21.1.01.03 of the DocuSign eSignature API.
7+
- Updated the SDK release version.
8+
49
## [v4.10.1] - eSignature API v2-20.3.01
510
### Fixed
611
- DCM-3866, Added support for updateBrandResourcesByContentType function to take in file to upload.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Official DocuSign Node Client
1+
# The Official DocuSign eSignature Node Client SDK
22

33
[![NPM version][npm-image]][npm-url]
44
[![NPM downloads][downloads-image]][downloads-url]
@@ -58,6 +58,12 @@ Log issues against this client through GitHub. We also have an [active developer
5858
## License
5959
The DocuSign eSignature Node Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-node-client/blob/master/LICENSE).
6060

61+
### Additional resources
62+
* [DocuSign Developer Center](https://developers.docusign.com/)
63+
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
64+
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
65+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
66+
6167
[npm-image]: https://img.shields.io/npm/v/docusign-esign.svg?style=flat
6268
[npm-url]: https://npmjs.org/package/docusign-esign
6369
[downloads-image]: https://img.shields.io/npm/dm/docusign-esign.svg?style=flat
@@ -66,9 +72,3 @@ The DocuSign eSignature Node Client SDK is licensed under the [MIT License](http
6672
[travis-url]: https://travis-ci.org/docusign/docusign-node-client
6773
[coveralls-image]: https://coveralls.io/repos/github/docusign/DocuSign-Node-Client/badge.svg?branch=master
6874
[coveralls-url]: https://coveralls.io/github/docusign/DocuSign-Node-Client?branch=master
69-
70-
### Additional resources
71-
* [DocuSign Developer Center](https://developers.docusign.com/)
72-
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
73-
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
74-
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

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": "4.11.0-rc2",
3+
"version": "4.11.0",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

src/api/EnvelopesApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ agent (can add name and email information for later recipients/signers) | [`agen
777777
carbon copy (receives a copy of the documents) | [`carbonCopy`](#/definitions/carbonCopy)
778778
certified delivery (receives a copy of the documents and must acknowledge receipt) | [`certifiedDelivery`](#/definitions/certifiedDelivery)
779779
editor (can change recipients and document fields for later recipients/signers) | [`editor`](#/definitions/editor)
780-
in-person signer ("hosts" someone who signs in-person) | [`inPersonSigner`](#/definitions/inPersonSigner)
780+
in-person signer (“hosts” someone who signs in-person) | [`inPersonSigner`](#/definitions/inPersonSigner)
781781
intermediary (can add name and email information for some later recipients/signers.) | [`intermediary`](#/definitions/intermediary)
782782
signer (signs and/or updates document fields) | [`signer`](#/definitions/signer)
783783
@@ -814,7 +814,7 @@ The Envelopes::create method includes an optional [eventNotification object](#de
814814
### Connect Webhooks
815815
Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc.
816816
817-
Connect configurations may be created and managed using the [ConnectConfigurations resource](../../Connect/ConnectConfigurations). Configurations can also be created and managed from the Administration tool accessed by selecting "Go to Admin" from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs.
817+
Connect configurations may be created and managed using the [ConnectConfigurations resource](../../Connect/ConnectConfigurations). Configurations can also be created and managed from the Administration tool accessed by selecting “Go to Admin” from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs.
818818
819819
Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information.
820820
@@ -857,7 +857,7 @@ For example, if you have a simple inline template with only one tab in it with a
857857
858858
* The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients.
859859
860-
* You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with "\*" and then the system matches tabs that start with the label.
860+
* You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with “\*” and then the system matches tabs that start with the label.
861861
862862
* If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.)
863863
@@ -905,7 +905,7 @@ DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Sig
905905
906906
Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab.
907907
908-
PDF Form Field Names that include "DocuSignIgnoreTransform" or "eSignIgnoreTransform" will not be transformed.
908+
PDF Form Field Names that include “DocuSignIgnoreTransform” or “eSignIgnoreTransform” will not be transformed.
909909
910910
PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned.
911911

0 commit comments

Comments
 (0)