diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a967319..ae8d3664a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # DocuSign Node Client Changelog See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. +## [v4.11.0] - eSignature API v2-21.1.01.03 +### Changed +- Added support for version v2-21.1.01.03 of the DocuSign eSignature API. +- Updated the SDK release version. + ## [v4.10.1] - eSignature API v2-20.3.01 ### Fixed - DCM-3866, Added support for updateBrandResourcesByContentType function to take in file to upload. diff --git a/README.md b/README.md index 705b7869b..9b50f6f84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Official DocuSign Node Client +# The Official DocuSign eSignature Node Client SDK [![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] @@ -58,6 +58,12 @@ Log issues against this client through GitHub. We also have an [active developer ## License The DocuSign eSignature Node Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-node-client/blob/master/LICENSE). +### Additional resources +* [DocuSign Developer Center](https://developers.docusign.com/) +* [DocuSign API on Twitter](https://twitter.com/docusignapi) +* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/) +* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ) + [npm-image]: https://img.shields.io/npm/v/docusign-esign.svg?style=flat [npm-url]: https://npmjs.org/package/docusign-esign [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 [travis-url]: https://travis-ci.org/docusign/docusign-node-client [coveralls-image]: https://coveralls.io/repos/github/docusign/DocuSign-Node-Client/badge.svg?branch=master [coveralls-url]: https://coveralls.io/github/docusign/DocuSign-Node-Client?branch=master - -### Additional resources -* [DocuSign Developer Center](https://developers.docusign.com/) -* [DocuSign API on Twitter](https://twitter.com/docusignapi) -* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/) -* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ) diff --git a/package.json b/package.json index 7146fbf15..af8f07b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusign-esign", - "version": "4.11.0-rc2", + "version": "4.11.0", "description": "DocuSign Node.js API client.", "license": "MIT", "main": "src/index.js", diff --git a/src/api/EnvelopesApi.js b/src/api/EnvelopesApi.js index b5ddee9db..6a83904f4 100644 --- a/src/api/EnvelopesApi.js +++ b/src/api/EnvelopesApi.js @@ -777,7 +777,7 @@ agent (can add name and email information for later recipients/signers) | [`agen carbon copy (receives a copy of the documents) | [`carbonCopy`](#/definitions/carbonCopy) certified delivery (receives a copy of the documents and must acknowledge receipt) | [`certifiedDelivery`](#/definitions/certifiedDelivery) editor (can change recipients and document fields for later recipients/signers) | [`editor`](#/definitions/editor) -in-person signer ("hosts" someone who signs in-person) | [`inPersonSigner`](#/definitions/inPersonSigner) +in-person signer (“hosts” someone who signs in-person) | [`inPersonSigner`](#/definitions/inPersonSigner) intermediary (can add name and email information for some later recipients/signers.) | [`intermediary`](#/definitions/intermediary) signer (signs and/or updates document fields) | [`signer`](#/definitions/signer) @@ -814,7 +814,7 @@ The Envelopes::create method includes an optional [eventNotification object](#de ### Connect Webhooks 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. -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. +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. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. @@ -857,7 +857,7 @@ For example, if you have a simple inline template with only one tab in it with a * 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. -* 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. +* 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. * 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.) @@ -905,7 +905,7 @@ DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Sig Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. -PDF Form Field Names that include "DocuSignIgnoreTransform" or "eSignIgnoreTransform" will not be transformed. +PDF Form Field Names that include “DocuSignIgnoreTransform” or “eSignIgnoreTransform” will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned.