Skip to content

Commit a643c42

Browse files
harsharahulMajid Mallis
andauthored
v3.2.0 - eSignature API v2.1-20.1.00 (#62)
* v3.2.0 - eSignature API v2.1-20.1.00 * sdk built through Tir * Updating init, removing reference to tspsapi * Deleted tsps api * Deleted trust_service_providers_api.py * update to changelog and setup.py to GA * Update to the changelog * Changelog Update Co-authored-by: Majid Mallis <[email protected]>
1 parent 137e2c5 commit a643c42

File tree

7 files changed

+11
-1180
lines changed

7 files changed

+11
-1180
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-27
7+
### Changed
8+
* Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
### Added
11+
* Added the new property `copy_recipient_data` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that this functionality must be enabled for the account.
12+
* Added `RecipientIdentityInputOption` and `input_options` to support Identity Verification workflows: Reserved for DocuSign.
13+
614
## [3.2.0rc2] - eSignature API v2.1-20.1.00 - 2020-03-13
715
### Changed
816
* The SDK now supports version v20.1.00 of the DocuSign eSignature API.
@@ -98,4 +106,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
98106

99107
## [1.0.0] - 2017-08-08
100108
### Added
101-
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
109+
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.

docusign_esign/apis/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from .organizations_api import OrganizationsApi
1919
from .power_forms_api import PowerFormsApi
2020
from .signing_groups_api import SigningGroupsApi
21-
from .tsps_api import TSPsApi
2221
from .templates_api import TemplatesApi
2322
from .users_api import UsersApi
2423
from .workspaces_api import WorkspacesApi

0 commit comments

Comments
 (0)