Skip to content

Commit

Permalink
Version 3.13.0rc1-v2.1-21.3.02.00 release (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
HobbyProjects and root authored Nov 4, 2021
1 parent e730d2c commit 45b8969
Show file tree
Hide file tree
Showing 10 changed files with 782 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

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

## [3.13.0rc1] - ESignature API v2.1-21.3.02.00 - 2021-11-03
### Changed
- Added support for version v2.1-21.3.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.


## [3.12.0] - ESignature API v2.1-21.3.00.00 - 2021-09-20
### Changed
- Added support for version v2.1-21.3.00.00 of the DocuSign ESignature API.
Expand Down
5 changes: 4 additions & 1 deletion docusign_esign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
from docusign_esign.models.connect_config_results import ConnectConfigResults
from docusign_esign.models.connect_custom_configuration import ConnectCustomConfiguration
from docusign_esign.models.connect_debug_log import ConnectDebugLog
from docusign_esign.models.connect_delete_failure_result import ConnectDeleteFailureResult
from docusign_esign.models.connect_event_data import ConnectEventData
from docusign_esign.models.connect_failure_filter import ConnectFailureFilter
from docusign_esign.models.connect_failure_result import ConnectFailureResult
Expand All @@ -187,6 +188,7 @@
from docusign_esign.models.connect_logs import ConnectLogs
from docusign_esign.models.connect_salesforce_field import ConnectSalesforceField
from docusign_esign.models.connect_salesforce_object import ConnectSalesforceObject
from docusign_esign.models.connect_user_info import ConnectUserInfo
from docusign_esign.models.connect_user_object import ConnectUserObject
from docusign_esign.models.console_view_request import ConsoleViewRequest
from docusign_esign.models.consumer_disclosure import ConsumerDisclosure
Expand Down Expand Up @@ -228,6 +230,7 @@
from docusign_esign.models.downgrad_request_billing_info_response import DowngradRequestBillingInfoResponse
from docusign_esign.models.downgrade_billing_plan_information import DowngradeBillingPlanInformation
from docusign_esign.models.downgrade_plan_update_response import DowngradePlanUpdateResponse
from docusign_esign.models.downgrade_request_information import DowngradeRequestInformation
from docusign_esign.models.draw import Draw
from docusign_esign.models.e_note_configuration import ENoteConfiguration
from docusign_esign.models.editor import Editor
Expand Down Expand Up @@ -288,14 +291,14 @@
from docusign_esign.models.full_name import FullName
from docusign_esign.models.graphics_context import GraphicsContext
from docusign_esign.models.group import Group
from docusign_esign.models.group_brands import GroupBrands
from docusign_esign.models.group_information import GroupInformation
from docusign_esign.models.id_check_configuration import IdCheckConfiguration
from docusign_esign.models.id_check_information_input import IdCheckInformationInput
from docusign_esign.models.id_check_security_step import IdCheckSecurityStep
from docusign_esign.models.in_person_signer import InPersonSigner
from docusign_esign.models.initial_here import InitialHere
from docusign_esign.models.inline_template import InlineTemplate
from docusign_esign.models.integrated_connect_user_info_list import IntegratedConnectUserInfoList
from docusign_esign.models.integrated_user_info_list import IntegratedUserInfoList
from docusign_esign.models.intermediary import Intermediary
from docusign_esign.models.jurisdiction import Jurisdiction
Expand Down
16 changes: 8 additions & 8 deletions docusign_esign/apis/accounts_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,7 @@ def get_consumer_disclosure(self, account_id, lang_code, **kwargs):
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID Guid. (required)
: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)
: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)
:return: ConsumerDisclosure
If the method is called asynchronously,
returns the request thread.
Expand All @@ -3355,7 +3355,7 @@ def get_consumer_disclosure_with_http_info(self, account_id, lang_code, **kwargs
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID Guid. (required)
: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)
: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)
:return: ConsumerDisclosure
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -6401,7 +6401,7 @@ def update_brand_logo_by_type(self, account_id, brand_id, logo_type, logo_file_b
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID GUID. (required)
:param str brand_id: The id of the brand. (required)
:param str brand_id: The ID of the brand. (required)
:param str logo_type: The type of logo. Valid values are: - `primary` - `secondary` - `email` (required)
: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)
:return: None
Expand Down Expand Up @@ -6429,7 +6429,7 @@ def update_brand_logo_by_type_with_http_info(self, account_id, brand_id, logo_ty
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID GUID. (required)
:param str brand_id: The id of the brand. (required)
:param str brand_id: The ID of the brand. (required)
:param str logo_type: The type of logo. Valid values are: - `primary` - `secondary` - `email` (required)
: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)
:return: None
Expand Down Expand Up @@ -6527,7 +6527,7 @@ def update_brand_resources_by_content_type(self, account_id, brand_id, resource_
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID GUID. (required)
:param str brand_id: The id of the brand. (required)
:param str brand_id: The ID of the brand. (required)
:param str resource_content_type: The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive` (required)
:param file file_xml: Brand resource XML file. (required)
:return: BrandResources
Expand Down Expand Up @@ -6555,7 +6555,7 @@ def update_brand_resources_by_content_type_with_http_info(self, account_id, bran
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID GUID. (required)
:param str brand_id: The id of the brand. (required)
:param str brand_id: The ID of the brand. (required)
:param str resource_content_type: The type of brand resource file that you are updating. Valid values are: - `sending` - `signing` - `email` - `signing_captive` (required)
:param file file_xml: Brand resource XML file. (required)
:return: BrandResources
Expand Down Expand Up @@ -6653,7 +6653,7 @@ def update_consumer_disclosure(self, account_id, lang_code, **kwargs):
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID Guid. (required)
: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)
: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)
:param str include_metadata:
:param ConsumerDisclosure consumer_disclosure:
:return: ConsumerDisclosure
Expand Down Expand Up @@ -6681,7 +6681,7 @@ def update_consumer_disclosure_with_http_info(self, account_id, lang_code, **kwa
:param callback function: The callback function
for asynchronous request. (optional)
:param str account_id: The external account number (int) or account ID Guid. (required)
: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)
: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)
:param str include_metadata:
:param ConsumerDisclosure consumer_disclosure:
:return: ConsumerDisclosure
Expand Down
Loading

0 comments on commit 45b8969

Please sign in to comment.