Skip to content

Commit 45b8969

Browse files
HobbyProjectsroot
andauthored
Version 3.13.0rc1-v2.1-21.3.02.00 release (#131)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent e730d2c commit 45b8969

File tree

10 files changed

+782
-21
lines changed

10 files changed

+782
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.13.0rc1] - ESignature API v2.1-21.3.02.00 - 2021-11-03
7+
### Changed
8+
- Added support for version v2.1-21.3.02.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
11+
612
## [3.12.0] - ESignature API v2.1-21.3.00.00 - 2021-09-20
713
### Changed
814
- Added support for version v2.1-21.3.00.00 of the DocuSign ESignature API.

docusign_esign/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
from docusign_esign.models.connect_config_results import ConnectConfigResults
180180
from docusign_esign.models.connect_custom_configuration import ConnectCustomConfiguration
181181
from docusign_esign.models.connect_debug_log import ConnectDebugLog
182+
from docusign_esign.models.connect_delete_failure_result import ConnectDeleteFailureResult
182183
from docusign_esign.models.connect_event_data import ConnectEventData
183184
from docusign_esign.models.connect_failure_filter import ConnectFailureFilter
184185
from docusign_esign.models.connect_failure_result import ConnectFailureResult
@@ -187,6 +188,7 @@
187188
from docusign_esign.models.connect_logs import ConnectLogs
188189
from docusign_esign.models.connect_salesforce_field import ConnectSalesforceField
189190
from docusign_esign.models.connect_salesforce_object import ConnectSalesforceObject
191+
from docusign_esign.models.connect_user_info import ConnectUserInfo
190192
from docusign_esign.models.connect_user_object import ConnectUserObject
191193
from docusign_esign.models.console_view_request import ConsoleViewRequest
192194
from docusign_esign.models.consumer_disclosure import ConsumerDisclosure
@@ -228,6 +230,7 @@
228230
from docusign_esign.models.downgrad_request_billing_info_response import DowngradRequestBillingInfoResponse
229231
from docusign_esign.models.downgrade_billing_plan_information import DowngradeBillingPlanInformation
230232
from docusign_esign.models.downgrade_plan_update_response import DowngradePlanUpdateResponse
233+
from docusign_esign.models.downgrade_request_information import DowngradeRequestInformation
231234
from docusign_esign.models.draw import Draw
232235
from docusign_esign.models.e_note_configuration import ENoteConfiguration
233236
from docusign_esign.models.editor import Editor
@@ -288,14 +291,14 @@
288291
from docusign_esign.models.full_name import FullName
289292
from docusign_esign.models.graphics_context import GraphicsContext
290293
from docusign_esign.models.group import Group
291-
from docusign_esign.models.group_brands import GroupBrands
292294
from docusign_esign.models.group_information import GroupInformation
293295
from docusign_esign.models.id_check_configuration import IdCheckConfiguration
294296
from docusign_esign.models.id_check_information_input import IdCheckInformationInput
295297
from docusign_esign.models.id_check_security_step import IdCheckSecurityStep
296298
from docusign_esign.models.in_person_signer import InPersonSigner
297299
from docusign_esign.models.initial_here import InitialHere
298300
from docusign_esign.models.inline_template import InlineTemplate
301+
from docusign_esign.models.integrated_connect_user_info_list import IntegratedConnectUserInfoList
299302
from docusign_esign.models.integrated_user_info_list import IntegratedUserInfoList
300303
from docusign_esign.models.intermediary import Intermediary
301304
from docusign_esign.models.jurisdiction import Jurisdiction

docusign_esign/apis/accounts_api.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,7 +3328,7 @@ def get_consumer_disclosure(self, account_id, lang_code, **kwargs):
33283328
:param callback function: The callback function
33293329
for asynchronous request. (optional)
33303330
:param str account_id: The external account number (int) or account ID Guid. (required)
3331-
: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)
3331+
: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)
33323332
:return: ConsumerDisclosure
33333333
If the method is called asynchronously,
33343334
returns the request thread.
@@ -3355,7 +3355,7 @@ def get_consumer_disclosure_with_http_info(self, account_id, lang_code, **kwargs
33553355
:param callback function: The callback function
33563356
for asynchronous request. (optional)
33573357
:param str account_id: The external account number (int) or account ID Guid. (required)
3358-
: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)
3358+
: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)
33593359
:return: ConsumerDisclosure
33603360
If the method is called asynchronously,
33613361
returns the request thread.
@@ -6401,7 +6401,7 @@ def update_brand_logo_by_type(self, account_id, brand_id, logo_type, logo_file_b
64016401
:param callback function: The callback function
64026402
for asynchronous request. (optional)
64036403
:param str account_id: The external account number (int) or account ID GUID. (required)
6404-
:param str brand_id: The id of the brand. (required)
6404+
:param str brand_id: The ID of the brand. (required)
64056405
:param str logo_type: The type of logo. Valid values are: - `primary` - `secondary` - `email` (required)
64066406
:param str logo_file_bytes: Brand logo binary Stream. Supported formats: JPG, GIF, PNG. Maximum file size: 300 KB. Recommended dimensions: 296 x 76 pixels (larger images will be resized). Changes may take up to one hour to display in all places (required)
64076407
:return: None
@@ -6429,7 +6429,7 @@ def update_brand_logo_by_type_with_http_info(self, account_id, brand_id, logo_ty
64296429
:param callback function: The callback function
64306430
for asynchronous request. (optional)
64316431
:param str account_id: The external account number (int) or account ID GUID. (required)
6432-
:param str brand_id: The id of the brand. (required)
6432+
:param str brand_id: The ID of the brand. (required)
64336433
:param str logo_type: The type of logo. Valid values are: - `primary` - `secondary` - `email` (required)
64346434
:param str logo_file_bytes: Brand logo binary Stream. Supported formats: JPG, GIF, PNG. Maximum file size: 300 KB. Recommended dimensions: 296 x 76 pixels (larger images will be resized). Changes may take up to one hour to display in all places (required)
64356435
:return: None
@@ -6527,7 +6527,7 @@ def update_brand_resources_by_content_type(self, account_id, brand_id, resource_
65276527
:param callback function: The callback function
65286528
for asynchronous request. (optional)
65296529
:param str account_id: The external account number (int) or account ID GUID. (required)
6530-
:param str brand_id: The id of the brand. (required)
6530+
:param str brand_id: The ID of the brand. (required)
65316531
:param str resource_content_type: The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive` (required)
65326532
:param file file_xml: Brand resource XML file. (required)
65336533
:return: BrandResources
@@ -6555,7 +6555,7 @@ def update_brand_resources_by_content_type_with_http_info(self, account_id, bran
65556555
:param callback function: The callback function
65566556
for asynchronous request. (optional)
65576557
:param str account_id: The external account number (int) or account ID GUID. (required)
6558-
:param str brand_id: The id of the brand. (required)
6558+
:param str brand_id: The ID of the brand. (required)
65596559
:param str resource_content_type: The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive` (required)
65606560
:param file file_xml: Brand resource XML file. (required)
65616561
:return: BrandResources
@@ -6653,7 +6653,7 @@ def update_consumer_disclosure(self, account_id, lang_code, **kwargs):
66536653
:param callback function: The callback function
66546654
for asynchronous request. (optional)
66556655
:param str account_id: The external account number (int) or account ID Guid. (required)
6656-
: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)
6656+
: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)
66576657
:param str include_metadata:
66586658
:param ConsumerDisclosure consumer_disclosure:
66596659
:return: ConsumerDisclosure
@@ -6681,7 +6681,7 @@ def update_consumer_disclosure_with_http_info(self, account_id, lang_code, **kwa
66816681
:param callback function: The callback function
66826682
for asynchronous request. (optional)
66836683
:param str account_id: The external account number (int) or account ID Guid. (required)
6684-
: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)
6684+
: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)
66856685
:param str include_metadata:
66866686
:param ConsumerDisclosure consumer_disclosure:
66876687
:return: ConsumerDisclosure

0 commit comments

Comments
 (0)