Skip to content

Commit 43b07f2

Browse files
authored
v2.2.0rc2 - eSignature API v2-19.4.01 (#48)
* sdk built through Tir * fix for DCM-3631 and unit tests * Changelog and version update * Renaming tsps_api and updates to changelog, version
1 parent 8227a01 commit 43b07f2

22 files changed

+2719
-141
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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+
## [2.2.0rc2] - eSignature API v2-19.4.01 - 2019-12-31
7+
### Fixed
8+
* A bug in deserialize file with the same name, if downloaded multiple times on different thread or during parallel processing, wrong files are overwritten or served. (DCM-3631)
9+
* Unit test updated to handle delays in moving Envelopes.
10+
611
## [2.1.0] - eSignature API v2-19.2.02 - 2019-10-09
712
### Changed
813
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests.

docusign_esign/apis/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
from .folders_api import FoldersApi
1515
from .groups_api import GroupsApi
1616
from .notary_api import NotaryApi
17+
from .organizations_api import OrganizationsApi
1718
from .power_forms_api import PowerFormsApi
1819
from .signing_groups_api import SigningGroupsApi
20+
from .tsps_api import TSPsApi
1921
from .templates_api import TemplatesApi
20-
from .trust_service_providers_api import TrustServiceProvidersApi
2122
from .users_api import UsersApi
2223
from .workspaces_api import WorkspacesApi

docusign_esign/apis/accounts_api.py

Lines changed: 112 additions & 7 deletions
Large diffs are not rendered by default.

docusign_esign/apis/connect_api.py

Lines changed: 953 additions & 117 deletions
Large diffs are not rendered by default.

docusign_esign/apis/envelopes_api.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3855,7 +3855,7 @@ def get_consumer_disclosure(self, account_id, envelope_id, lang_code, recipient_
38553855
for asynchronous request. (optional)
38563856
:param str account_id: The external account number (int) or account ID Guid. (required)
38573857
:param str envelope_id: The envelopeId Guid of the envelope being accessed. (required)
3858-
:param str lang_code: The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language. (required)
3858+
:param str lang_code: The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language. (required)
38593859
:param str recipient_id: The ID of the recipient being accessed. (required)
38603860
:param str lang_code2:
38613861
:return: ConsumerDisclosure
@@ -3885,7 +3885,7 @@ def get_consumer_disclosure_with_http_info(self, account_id, envelope_id, lang_c
38853885
for asynchronous request. (optional)
38863886
:param str account_id: The external account number (int) or account ID Guid. (required)
38873887
:param str envelope_id: The envelopeId Guid of the envelope being accessed. (required)
3888-
:param str lang_code: The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language. (required)
3888+
:param str lang_code: The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language. (required)
38893889
:param str recipient_id: The ID of the recipient being accessed. (required)
38903890
:param str lang_code2:
38913891
:return: ConsumerDisclosure
@@ -6478,6 +6478,7 @@ def list_documents(self, account_id, envelope_id, **kwargs):
64786478
for asynchronous request. (optional)
64796479
:param str account_id: The external account number (int) or account ID Guid. (required)
64806480
:param str envelope_id: The envelopeId Guid of the envelope being accessed. (required)
6481+
:param str include_document_size:
64816482
:return: EnvelopeDocumentsResult
64826483
If the method is called asynchronously,
64836484
returns the request thread.
@@ -6505,12 +6506,13 @@ def list_documents_with_http_info(self, account_id, envelope_id, **kwargs):
65056506
for asynchronous request. (optional)
65066507
:param str account_id: The external account number (int) or account ID Guid. (required)
65076508
:param str envelope_id: The envelopeId Guid of the envelope being accessed. (required)
6509+
:param str include_document_size:
65086510
:return: EnvelopeDocumentsResult
65096511
If the method is called asynchronously,
65106512
returns the request thread.
65116513
"""
65126514

6513-
all_params = ['account_id', 'envelope_id']
6515+
all_params = ['account_id', 'envelope_id', 'include_document_size']
65146516
all_params.append('callback')
65156517
all_params.append('_return_http_data_only')
65166518
all_params.append('_preload_content')
@@ -6543,6 +6545,8 @@ def list_documents_with_http_info(self, account_id, envelope_id, **kwargs):
65436545
path_params['envelopeId'] = params['envelope_id']
65446546

65456547
query_params = {}
6548+
if 'include_document_size' in params:
6549+
query_params['include_document_size'] = params['include_document_size']
65466550

65476551
header_params = {}
65486552

0 commit comments

Comments
 (0)