diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ccc3fc1..df564906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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. +## [v3.19.0] - eSignature API v2.1-22.3.01.00 - 2022-11-22 +### Changed +- Added support for version v2.1-22.3.01.00 of the DocuSign ESignature API. +- Updated the SDK release version. + ## [v3.18.1] - eSignature API v2.1-22.3.00.00 - 2022-10-25 ### Changed - Added support for version v2.1-22.3.00.00 of the DocuSign ESignature API. diff --git a/docusign_esign/__init__.py b/docusign_esign/__init__.py index b4d0d253..432d288a 100644 --- a/docusign_esign/__init__.py +++ b/docusign_esign/__init__.py @@ -228,6 +228,8 @@ from docusign_esign.models.diagnostics_settings_information import DiagnosticsSettingsInformation from docusign_esign.models.direct_debit_processor_information import DirectDebitProcessorInformation from docusign_esign.models.dob_information_input import DobInformationInput +from docusign_esign.models.doc_gen_form_field import DocGenFormField +from docusign_esign.models.doc_gen_syntax_error import DocGenSyntaxError from docusign_esign.models.document import Document from docusign_esign.models.document_fields_information import DocumentFieldsInformation from docusign_esign.models.document_html_collapsible_display_settings import DocumentHtmlCollapsibleDisplaySettings diff --git a/docusign_esign/apis/accounts_api.py b/docusign_esign/apis/accounts_api.py index 52bbc6b9..fda64db6 100644 --- a/docusign_esign/apis/accounts_api.py +++ b/docusign_esign/apis/accounts_api.py @@ -3157,7 +3157,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), 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. @@ -3184,7 +3184,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), 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. @@ -6316,7 +6316,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), 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 @@ -6345,7 +6345,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), 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 diff --git a/docusign_esign/apis/envelopes_api.py b/docusign_esign/apis/envelopes_api.py index 19d144fe..f23dc6f6 100644 --- a/docusign_esign/apis/envelopes_api.py +++ b/docusign_esign/apis/envelopes_api.py @@ -6379,9 +6379,9 @@ def get_consumer_disclosure(self, account_id, envelope_id, lang_code, recipient_ for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (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), 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 recipient_id: The ID of the recipient being accessed. (required) - :param str lang_code2: 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), 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. + :param str lang_code2: 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. :return: ConsumerDisclosure If the method is called asynchronously, returns the request thread. @@ -6409,9 +6409,9 @@ def get_consumer_disclosure_with_http_info(self, account_id, envelope_id, lang_c for asynchronous request. (optional) :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (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), 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 recipient_id: The ID of the recipient being accessed. (required) - :param str lang_code2: 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), 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. + :param str lang_code2: 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. :return: ConsumerDisclosure If the method is called asynchronously, returns the request thread. @@ -10148,6 +10148,7 @@ def list_documents(self, account_id, envelope_id, **kwargs): :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str documents_by_userid: + :param str include_docgen_formfields: :param str include_document_size: :param str include_metadata: :param str include_tabs: @@ -10181,6 +10182,7 @@ def list_documents_with_http_info(self, account_id, envelope_id, **kwargs): :param str account_id: The external account number (int) or account ID Guid. (required) :param str envelope_id: The envelopeId Guid of the envelope being accessed. (required) :param str documents_by_userid: + :param str include_docgen_formfields: :param str include_document_size: :param str include_metadata: :param str include_tabs: @@ -10191,7 +10193,7 @@ def list_documents_with_http_info(self, account_id, envelope_id, **kwargs): returns the request thread. """ - all_params = ['account_id', 'envelope_id', 'documents_by_userid', 'include_document_size', 'include_metadata', 'include_tabs', 'recipient_id', 'shared_user_id'] + all_params = ['account_id', 'envelope_id', 'documents_by_userid', 'include_docgen_formfields', 'include_document_size', 'include_metadata', 'include_tabs', 'recipient_id', 'shared_user_id'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -10226,6 +10228,8 @@ def list_documents_with_http_info(self, account_id, envelope_id, **kwargs): query_params = {} if 'documents_by_userid' in params: query_params['documents_by_userid'] = params['documents_by_userid'] + if 'include_docgen_formfields' in params: + query_params['include_docgen_formfields'] = params['include_docgen_formfields'] if 'include_document_size' in params: query_params['include_document_size'] = params['include_document_size'] if 'include_metadata' in params: diff --git a/docusign_esign/models/__init__.py b/docusign_esign/models/__init__.py index 74fc3a67..5a6cb5a9 100644 --- a/docusign_esign/models/__init__.py +++ b/docusign_esign/models/__init__.py @@ -192,6 +192,8 @@ from docusign_esign.models.diagnostics_settings_information import DiagnosticsSettingsInformation from docusign_esign.models.direct_debit_processor_information import DirectDebitProcessorInformation from docusign_esign.models.dob_information_input import DobInformationInput +from docusign_esign.models.doc_gen_form_field import DocGenFormField +from docusign_esign.models.doc_gen_syntax_error import DocGenSyntaxError from docusign_esign.models.document import Document from docusign_esign.models.document_fields_information import DocumentFieldsInformation from docusign_esign.models.document_html_collapsible_display_settings import DocumentHtmlCollapsibleDisplaySettings diff --git a/docusign_esign/models/account_identity_verification_workflow.py b/docusign_esign/models/account_identity_verification_workflow.py index cd05f5e7..d11bdf62 100644 --- a/docusign_esign/models/account_identity_verification_workflow.py +++ b/docusign_esign/models/account_identity_verification_workflow.py @@ -39,6 +39,7 @@ class AccountIdentityVerificationWorkflow(object): 'signature_provider': 'AccountSignatureProvider', 'steps': 'list[AccountIdentityVerificationStep]', 'workflow_id': 'str', + 'workflow_label': 'str', 'workflow_resource_key': 'str' } @@ -49,6 +50,7 @@ class AccountIdentityVerificationWorkflow(object): 'signature_provider': 'signatureProvider', 'steps': 'steps', 'workflow_id': 'workflowId', + 'workflow_label': 'workflowLabel', 'workflow_resource_key': 'workflowResourceKey' } @@ -64,6 +66,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._signature_provider = None self._steps = None self._workflow_id = None + self._workflow_label = None self._workflow_resource_key = None self.discriminator = None @@ -73,6 +76,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('signature_provider'), kwargs.get('signature_provider', None)) setattr(self, "_{}".format('steps'), kwargs.get('steps', None)) setattr(self, "_{}".format('workflow_id'), kwargs.get('workflow_id', None)) + setattr(self, "_{}".format('workflow_label'), kwargs.get('workflow_label', None)) setattr(self, "_{}".format('workflow_resource_key'), kwargs.get('workflow_resource_key', None)) @property @@ -213,6 +217,29 @@ def workflow_id(self, workflow_id): self._workflow_id = workflow_id + @property + def workflow_label(self): + """Gets the workflow_label of this AccountIdentityVerificationWorkflow. # noqa: E501 + + # noqa: E501 + + :return: The workflow_label of this AccountIdentityVerificationWorkflow. # noqa: E501 + :rtype: str + """ + return self._workflow_label + + @workflow_label.setter + def workflow_label(self, workflow_label): + """Sets the workflow_label of this AccountIdentityVerificationWorkflow. + + # noqa: E501 + + :param workflow_label: The workflow_label of this AccountIdentityVerificationWorkflow. # noqa: E501 + :type: str + """ + + self._workflow_label = workflow_label + @property def workflow_resource_key(self): """Gets the workflow_resource_key of this AccountIdentityVerificationWorkflow. # noqa: E501 diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py index 957c879f..4a19ff1c 100644 --- a/docusign_esign/models/account_settings_information.py +++ b/docusign_esign/models/account_settings_information.py @@ -320,6 +320,8 @@ class AccountSettingsInformation(object): 'email_template_version_metadata': 'SettingsMetadata', 'enable_access_code_generator': 'str', 'enable_access_code_generator_metadata': 'SettingsMetadata', + 'enable_adm_healthcare': 'str', + 'enable_adm_healthcare_metadata': 'SettingsMetadata', 'enable_advanced_payments': 'str', 'enable_advanced_payments_metadata': 'SettingsMetadata', 'enable_advanced_power_forms': 'str', @@ -334,6 +336,16 @@ class AccountSettingsInformation(object): 'enable_bcc_dummy_link_metadata': 'SettingsMetadata', 'enable_calculated_fields': 'str', 'enable_calculated_fields_metadata': 'SettingsMetadata', + 'enable_click_plus': 'str', + 'enable_click_plus_conditional_content': 'str', + 'enable_click_plus_conditional_content_meta_data': 'SettingsMetadata', + 'enable_click_plus_custom_fields': 'str', + 'enable_click_plus_custom_fields_meta_data': 'SettingsMetadata', + 'enable_click_plus_custom_style': 'str', + 'enable_click_plus_custom_style_meta_data': 'SettingsMetadata', + 'enable_click_plus_dynamic_content': 'str', + 'enable_click_plus_dynamic_content_meta_data': 'SettingsMetadata', + 'enable_click_plus_meta_data': 'SettingsMetadata', 'enable_clickwraps': 'str', 'enable_clickwraps_metadata': 'SettingsMetadata', 'enable_combined_pdf_download_for_sbs': 'str', @@ -445,6 +457,8 @@ class AccountSettingsInformation(object): 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'str', 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'SettingsMetadata', 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'SettingsMetadata', + 'envelope_search_mode': 'str', + 'envelope_search_mode_metadata': 'SettingsMetadata', 'envelope_stamping_default_value': 'str', 'envelope_stamping_default_value_metadata': 'SettingsMetadata', 'exit_prompt': 'str', @@ -478,6 +492,8 @@ class AccountSettingsInformation(object): 'id_check_required_metadata': 'SettingsMetadata', 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', 'identity_verification_metadata': 'SettingsMetadata', + 'idfx_kba_authentication_override': 'str', + 'idfx_kba_authentication_override_metadata': 'SettingsMetadata', 'idfx_phone_authentication_override': 'str', 'idfx_phone_authentication_override_metadata': 'SettingsMetadata', 'ignore_error_if_anchor_tab_not_found': 'str', @@ -496,6 +512,8 @@ class AccountSettingsInformation(object): 'maximum_users_per_signing_group': 'str', 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', 'max_number_of_custom_stamps': 'str', + 'merge_mixed_mode_results': 'str', + 'merge_mixed_mode_results_metadata': 'SettingsMetadata', 'mobile_session_timeout': 'str', 'mobile_session_timeout_metadata': 'SettingsMetadata', 'number_of_active_custom_stamps': 'str', @@ -641,10 +659,14 @@ class AccountSettingsInformation(object): 'use_derived_keys_metadata': 'SettingsMetadata', 'use_docu_sign_express_signer_certificate': 'str', 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', + 'use_envelope_search_mixed_mode': 'str', + 'use_envelope_search_mixed_mode_metadata': 'SettingsMetadata', 'use_multi_app_groups_data': 'str', 'use_multi_app_groups_data_metadata': 'SettingsMetadata', 'use_new_blob_for_pdf': 'str', 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', + 'use_new_envelope_search': 'str', + 'use_new_envelope_search_metadata': 'SettingsMetadata', 'use_safe_signer_certificates': 'str', 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 'uses_api': 'str', @@ -958,6 +980,8 @@ class AccountSettingsInformation(object): 'email_template_version_metadata': 'emailTemplateVersionMetadata', 'enable_access_code_generator': 'enableAccessCodeGenerator', 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', + 'enable_adm_healthcare': 'enableAdmHealthcare', + 'enable_adm_healthcare_metadata': 'enableAdmHealthcareMetadata', 'enable_advanced_payments': 'enableAdvancedPayments', 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 'enable_advanced_power_forms': 'enableAdvancedPowerForms', @@ -972,6 +996,16 @@ class AccountSettingsInformation(object): 'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata', 'enable_calculated_fields': 'enableCalculatedFields', 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', + 'enable_click_plus': 'enableClickPlus', + 'enable_click_plus_conditional_content': 'enableClickPlusConditionalContent', + 'enable_click_plus_conditional_content_meta_data': 'enableClickPlusConditionalContentMetaData', + 'enable_click_plus_custom_fields': 'enableClickPlusCustomFields', + 'enable_click_plus_custom_fields_meta_data': 'enableClickPlusCustomFieldsMetaData', + 'enable_click_plus_custom_style': 'enableClickPlusCustomStyle', + 'enable_click_plus_custom_style_meta_data': 'enableClickPlusCustomStyleMetaData', + 'enable_click_plus_dynamic_content': 'enableClickPlusDynamicContent', + 'enable_click_plus_dynamic_content_meta_data': 'enableClickPlusDynamicContentMetaData', + 'enable_click_plus_meta_data': 'enableClickPlusMetaData', 'enable_clickwraps': 'enableClickwraps', 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', @@ -1083,6 +1117,8 @@ class AccountSettingsInformation(object): 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled', 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata', 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata', + 'envelope_search_mode': 'envelopeSearchMode', + 'envelope_search_mode_metadata': 'envelopeSearchModeMetadata', 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', 'exit_prompt': 'exitPrompt', @@ -1116,6 +1152,8 @@ class AccountSettingsInformation(object): 'id_check_required_metadata': 'idCheckRequiredMetadata', 'identity_verification': 'identityVerification', 'identity_verification_metadata': 'identityVerificationMetadata', + 'idfx_kba_authentication_override': 'idfxKBAAuthenticationOverride', + 'idfx_kba_authentication_override_metadata': 'idfxKBAAuthenticationOverrideMetadata', 'idfx_phone_authentication_override': 'idfxPhoneAuthenticationOverride', 'idfx_phone_authentication_override_metadata': 'idfxPhoneAuthenticationOverrideMetadata', 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', @@ -1134,6 +1172,8 @@ class AccountSettingsInformation(object): 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', + 'merge_mixed_mode_results': 'mergeMixedModeResults', + 'merge_mixed_mode_results_metadata': 'mergeMixedModeResultsMetadata', 'mobile_session_timeout': 'mobileSessionTimeout', 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', @@ -1279,10 +1319,14 @@ class AccountSettingsInformation(object): 'use_derived_keys_metadata': 'useDerivedKeysMetadata', 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', + 'use_envelope_search_mixed_mode': 'useEnvelopeSearchMixedMode', + 'use_envelope_search_mixed_mode_metadata': 'useEnvelopeSearchMixedModeMetadata', 'use_multi_app_groups_data': 'useMultiAppGroupsData', 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', 'use_new_blob_for_pdf': 'useNewBlobForPdf', 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', + 'use_new_envelope_search': 'useNewEnvelopeSearch', + 'use_new_envelope_search_metadata': 'useNewEnvelopeSearchMetadata', 'use_safe_signer_certificates': 'useSAFESignerCertificates', 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 'uses_api': 'usesAPI', @@ -1601,6 +1645,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._email_template_version_metadata = None self._enable_access_code_generator = None self._enable_access_code_generator_metadata = None + self._enable_adm_healthcare = None + self._enable_adm_healthcare_metadata = None self._enable_advanced_payments = None self._enable_advanced_payments_metadata = None self._enable_advanced_power_forms = None @@ -1615,6 +1661,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_bcc_dummy_link_metadata = None self._enable_calculated_fields = None self._enable_calculated_fields_metadata = None + self._enable_click_plus = None + self._enable_click_plus_conditional_content = None + self._enable_click_plus_conditional_content_meta_data = None + self._enable_click_plus_custom_fields = None + self._enable_click_plus_custom_fields_meta_data = None + self._enable_click_plus_custom_style = None + self._enable_click_plus_custom_style_meta_data = None + self._enable_click_plus_dynamic_content = None + self._enable_click_plus_dynamic_content_meta_data = None + self._enable_click_plus_meta_data = None self._enable_clickwraps = None self._enable_clickwraps_metadata = None self._enable_combined_pdf_download_for_sbs = None @@ -1726,6 +1782,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None self._envelope_limits_total_document_size_allowed_in_mb_metadata = None + self._envelope_search_mode = None + self._envelope_search_mode_metadata = None self._envelope_stamping_default_value = None self._envelope_stamping_default_value_metadata = None self._exit_prompt = None @@ -1759,6 +1817,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._id_check_required_metadata = None self._identity_verification = None self._identity_verification_metadata = None + self._idfx_kba_authentication_override = None + self._idfx_kba_authentication_override_metadata = None self._idfx_phone_authentication_override = None self._idfx_phone_authentication_override_metadata = None self._ignore_error_if_anchor_tab_not_found = None @@ -1777,6 +1837,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._maximum_users_per_signing_group = None self._maximum_users_per_signing_group_metadata = None self._max_number_of_custom_stamps = None + self._merge_mixed_mode_results = None + self._merge_mixed_mode_results_metadata = None self._mobile_session_timeout = None self._mobile_session_timeout_metadata = None self._number_of_active_custom_stamps = None @@ -1922,10 +1984,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._use_derived_keys_metadata = None self._use_docu_sign_express_signer_certificate = None self._use_docu_sign_express_signer_certificate_metadata = None + self._use_envelope_search_mixed_mode = None + self._use_envelope_search_mixed_mode_metadata = None self._use_multi_app_groups_data = None self._use_multi_app_groups_data_metadata = None self._use_new_blob_for_pdf = None self._use_new_blob_for_pdf_metadata = None + self._use_new_envelope_search = None + self._use_new_envelope_search_metadata = None self._use_safe_signer_certificates = None self._use_safe_signer_certificates_metadata = None self._uses_api = None @@ -2238,6 +2304,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) + setattr(self, "_{}".format('enable_adm_healthcare'), kwargs.get('enable_adm_healthcare', None)) + setattr(self, "_{}".format('enable_adm_healthcare_metadata'), kwargs.get('enable_adm_healthcare_metadata', None)) setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) @@ -2252,6 +2320,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) + setattr(self, "_{}".format('enable_click_plus'), kwargs.get('enable_click_plus', None)) + setattr(self, "_{}".format('enable_click_plus_conditional_content'), kwargs.get('enable_click_plus_conditional_content', None)) + setattr(self, "_{}".format('enable_click_plus_conditional_content_meta_data'), kwargs.get('enable_click_plus_conditional_content_meta_data', None)) + setattr(self, "_{}".format('enable_click_plus_custom_fields'), kwargs.get('enable_click_plus_custom_fields', None)) + setattr(self, "_{}".format('enable_click_plus_custom_fields_meta_data'), kwargs.get('enable_click_plus_custom_fields_meta_data', None)) + setattr(self, "_{}".format('enable_click_plus_custom_style'), kwargs.get('enable_click_plus_custom_style', None)) + setattr(self, "_{}".format('enable_click_plus_custom_style_meta_data'), kwargs.get('enable_click_plus_custom_style_meta_data', None)) + setattr(self, "_{}".format('enable_click_plus_dynamic_content'), kwargs.get('enable_click_plus_dynamic_content', None)) + setattr(self, "_{}".format('enable_click_plus_dynamic_content_meta_data'), kwargs.get('enable_click_plus_dynamic_content_meta_data', None)) + setattr(self, "_{}".format('enable_click_plus_meta_data'), kwargs.get('enable_click_plus_meta_data', None)) setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) @@ -2363,6 +2441,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) + setattr(self, "_{}".format('envelope_search_mode'), kwargs.get('envelope_search_mode', None)) + setattr(self, "_{}".format('envelope_search_mode_metadata'), kwargs.get('envelope_search_mode_metadata', None)) setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) @@ -2396,6 +2476,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) + setattr(self, "_{}".format('idfx_kba_authentication_override'), kwargs.get('idfx_kba_authentication_override', None)) + setattr(self, "_{}".format('idfx_kba_authentication_override_metadata'), kwargs.get('idfx_kba_authentication_override_metadata', None)) setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) @@ -2414,6 +2496,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) + setattr(self, "_{}".format('merge_mixed_mode_results'), kwargs.get('merge_mixed_mode_results', None)) + setattr(self, "_{}".format('merge_mixed_mode_results_metadata'), kwargs.get('merge_mixed_mode_results_metadata', None)) setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) @@ -2559,10 +2643,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) + setattr(self, "_{}".format('use_envelope_search_mixed_mode'), kwargs.get('use_envelope_search_mixed_mode', None)) + setattr(self, "_{}".format('use_envelope_search_mixed_mode_metadata'), kwargs.get('use_envelope_search_mixed_mode_metadata', None)) setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) + setattr(self, "_{}".format('use_new_envelope_search'), kwargs.get('use_new_envelope_search', None)) + setattr(self, "_{}".format('use_new_envelope_search_metadata'), kwargs.get('use_new_envelope_search_metadata', None)) setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) @@ -3601,7 +3689,7 @@ def allow_data_download_metadata(self, allow_data_download_metadata): def allow_delayed_routing(self): """Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 - \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 + \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 :return: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 :rtype: str @@ -3612,7 +3700,7 @@ def allow_delayed_routing(self): def allow_delayed_routing(self, allow_delayed_routing): """Sets the allow_delayed_routing of this AccountSettingsInformation. - \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 + \\\"true\\\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \\\"false\\\" otherwise. # noqa: E501 :param allow_delayed_routing: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 :type: str @@ -6073,7 +6161,7 @@ def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharm def allow_scheduled_sending(self): """Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 - \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 + \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 :return: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 :rtype: str @@ -6084,7 +6172,7 @@ def allow_scheduled_sending(self): def allow_scheduled_sending(self, allow_scheduled_sending): """Sets the allow_scheduled_sending of this AccountSettingsInformation. - \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 + \\\"true\\\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \\\"false\\\" otherwise. # noqa: E501 :param allow_scheduled_sending: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 :type: str @@ -9168,6 +9256,50 @@ def enable_access_code_generator_metadata(self, enable_access_code_generator_met self._enable_access_code_generator_metadata = enable_access_code_generator_metadata + @property + def enable_adm_healthcare(self): + """Gets the enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_adm_healthcare + + @enable_adm_healthcare.setter + def enable_adm_healthcare(self, enable_adm_healthcare): + """Sets the enable_adm_healthcare of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_adm_healthcare: The enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_adm_healthcare = enable_adm_healthcare + + @property + def enable_adm_healthcare_metadata(self): + """Gets the enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_adm_healthcare_metadata + + @enable_adm_healthcare_metadata.setter + def enable_adm_healthcare_metadata(self, enable_adm_healthcare_metadata): + """Sets the enable_adm_healthcare_metadata of this AccountSettingsInformation. + + + :param enable_adm_healthcare_metadata: The enable_adm_healthcare_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_adm_healthcare_metadata = enable_adm_healthcare_metadata + @property def enable_advanced_payments(self): """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 @@ -9490,6 +9622,226 @@ def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): self._enable_calculated_fields_metadata = enable_calculated_fields_metadata + @property + def enable_click_plus(self): + """Gets the enable_click_plus of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_click_plus + + @enable_click_plus.setter + def enable_click_plus(self, enable_click_plus): + """Sets the enable_click_plus of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_click_plus: The enable_click_plus of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_click_plus = enable_click_plus + + @property + def enable_click_plus_conditional_content(self): + """Gets the enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_click_plus_conditional_content + + @enable_click_plus_conditional_content.setter + def enable_click_plus_conditional_content(self, enable_click_plus_conditional_content): + """Sets the enable_click_plus_conditional_content of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_click_plus_conditional_content: The enable_click_plus_conditional_content of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_click_plus_conditional_content = enable_click_plus_conditional_content + + @property + def enable_click_plus_conditional_content_meta_data(self): + """Gets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_click_plus_conditional_content_meta_data + + @enable_click_plus_conditional_content_meta_data.setter + def enable_click_plus_conditional_content_meta_data(self, enable_click_plus_conditional_content_meta_data): + """Sets the enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. + + + :param enable_click_plus_conditional_content_meta_data: The enable_click_plus_conditional_content_meta_data of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_click_plus_conditional_content_meta_data = enable_click_plus_conditional_content_meta_data + + @property + def enable_click_plus_custom_fields(self): + """Gets the enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_click_plus_custom_fields + + @enable_click_plus_custom_fields.setter + def enable_click_plus_custom_fields(self, enable_click_plus_custom_fields): + """Sets the enable_click_plus_custom_fields of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_click_plus_custom_fields: The enable_click_plus_custom_fields of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_click_plus_custom_fields = enable_click_plus_custom_fields + + @property + def enable_click_plus_custom_fields_meta_data(self): + """Gets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_click_plus_custom_fields_meta_data + + @enable_click_plus_custom_fields_meta_data.setter + def enable_click_plus_custom_fields_meta_data(self, enable_click_plus_custom_fields_meta_data): + """Sets the enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. + + + :param enable_click_plus_custom_fields_meta_data: The enable_click_plus_custom_fields_meta_data of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_click_plus_custom_fields_meta_data = enable_click_plus_custom_fields_meta_data + + @property + def enable_click_plus_custom_style(self): + """Gets the enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_click_plus_custom_style + + @enable_click_plus_custom_style.setter + def enable_click_plus_custom_style(self, enable_click_plus_custom_style): + """Sets the enable_click_plus_custom_style of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_click_plus_custom_style: The enable_click_plus_custom_style of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_click_plus_custom_style = enable_click_plus_custom_style + + @property + def enable_click_plus_custom_style_meta_data(self): + """Gets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_click_plus_custom_style_meta_data + + @enable_click_plus_custom_style_meta_data.setter + def enable_click_plus_custom_style_meta_data(self, enable_click_plus_custom_style_meta_data): + """Sets the enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. + + + :param enable_click_plus_custom_style_meta_data: The enable_click_plus_custom_style_meta_data of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_click_plus_custom_style_meta_data = enable_click_plus_custom_style_meta_data + + @property + def enable_click_plus_dynamic_content(self): + """Gets the enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_click_plus_dynamic_content + + @enable_click_plus_dynamic_content.setter + def enable_click_plus_dynamic_content(self, enable_click_plus_dynamic_content): + """Sets the enable_click_plus_dynamic_content of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_click_plus_dynamic_content: The enable_click_plus_dynamic_content of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_click_plus_dynamic_content = enable_click_plus_dynamic_content + + @property + def enable_click_plus_dynamic_content_meta_data(self): + """Gets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_click_plus_dynamic_content_meta_data + + @enable_click_plus_dynamic_content_meta_data.setter + def enable_click_plus_dynamic_content_meta_data(self, enable_click_plus_dynamic_content_meta_data): + """Sets the enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. + + + :param enable_click_plus_dynamic_content_meta_data: The enable_click_plus_dynamic_content_meta_data of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_click_plus_dynamic_content_meta_data = enable_click_plus_dynamic_content_meta_data + + @property + def enable_click_plus_meta_data(self): + """Gets the enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 + + + :return: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_click_plus_meta_data + + @enable_click_plus_meta_data.setter + def enable_click_plus_meta_data(self, enable_click_plus_meta_data): + """Sets the enable_click_plus_meta_data of this AccountSettingsInformation. + + + :param enable_click_plus_meta_data: The enable_click_plus_meta_data of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_click_plus_meta_data = enable_click_plus_meta_data + @property def enable_clickwraps(self): """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 @@ -12027,6 +12379,50 @@ def envelope_limits_total_document_size_allowed_in_mb_metadata(self, envelope_li self._envelope_limits_total_document_size_allowed_in_mb_metadata = envelope_limits_total_document_size_allowed_in_mb_metadata + @property + def envelope_search_mode(self): + """Gets the envelope_search_mode of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._envelope_search_mode + + @envelope_search_mode.setter + def envelope_search_mode(self, envelope_search_mode): + """Sets the envelope_search_mode of this AccountSettingsInformation. + + # noqa: E501 + + :param envelope_search_mode: The envelope_search_mode of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._envelope_search_mode = envelope_search_mode + + @property + def envelope_search_mode_metadata(self): + """Gets the envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._envelope_search_mode_metadata + + @envelope_search_mode_metadata.setter + def envelope_search_mode_metadata(self, envelope_search_mode_metadata): + """Sets the envelope_search_mode_metadata of this AccountSettingsInformation. + + + :param envelope_search_mode_metadata: The envelope_search_mode_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._envelope_search_mode_metadata = envelope_search_mode_metadata + @property def envelope_stamping_default_value(self): """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 @@ -12786,6 +13182,50 @@ def identity_verification_metadata(self, identity_verification_metadata): self._identity_verification_metadata = identity_verification_metadata + @property + def idfx_kba_authentication_override(self): + """Gets the idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._idfx_kba_authentication_override + + @idfx_kba_authentication_override.setter + def idfx_kba_authentication_override(self, idfx_kba_authentication_override): + """Sets the idfx_kba_authentication_override of this AccountSettingsInformation. + + # noqa: E501 + + :param idfx_kba_authentication_override: The idfx_kba_authentication_override of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._idfx_kba_authentication_override = idfx_kba_authentication_override + + @property + def idfx_kba_authentication_override_metadata(self): + """Gets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._idfx_kba_authentication_override_metadata + + @idfx_kba_authentication_override_metadata.setter + def idfx_kba_authentication_override_metadata(self, idfx_kba_authentication_override_metadata): + """Sets the idfx_kba_authentication_override_metadata of this AccountSettingsInformation. + + + :param idfx_kba_authentication_override_metadata: The idfx_kba_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._idfx_kba_authentication_override_metadata = idfx_kba_authentication_override_metadata + @property def idfx_phone_authentication_override(self): """Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 @@ -13200,6 +13640,50 @@ def max_number_of_custom_stamps(self, max_number_of_custom_stamps): self._max_number_of_custom_stamps = max_number_of_custom_stamps + @property + def merge_mixed_mode_results(self): + """Gets the merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._merge_mixed_mode_results + + @merge_mixed_mode_results.setter + def merge_mixed_mode_results(self, merge_mixed_mode_results): + """Sets the merge_mixed_mode_results of this AccountSettingsInformation. + + # noqa: E501 + + :param merge_mixed_mode_results: The merge_mixed_mode_results of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._merge_mixed_mode_results = merge_mixed_mode_results + + @property + def merge_mixed_mode_results_metadata(self): + """Gets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._merge_mixed_mode_results_metadata + + @merge_mixed_mode_results_metadata.setter + def merge_mixed_mode_results_metadata(self, merge_mixed_mode_results_metadata): + """Sets the merge_mixed_mode_results_metadata of this AccountSettingsInformation. + + + :param merge_mixed_mode_results_metadata: The merge_mixed_mode_results_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._merge_mixed_mode_results_metadata = merge_mixed_mode_results_metadata + @property def mobile_session_timeout(self): """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 @@ -16529,6 +17013,50 @@ def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_expres self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata + @property + def use_envelope_search_mixed_mode(self): + """Gets the use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._use_envelope_search_mixed_mode + + @use_envelope_search_mixed_mode.setter + def use_envelope_search_mixed_mode(self, use_envelope_search_mixed_mode): + """Sets the use_envelope_search_mixed_mode of this AccountSettingsInformation. + + # noqa: E501 + + :param use_envelope_search_mixed_mode: The use_envelope_search_mixed_mode of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._use_envelope_search_mixed_mode = use_envelope_search_mixed_mode + + @property + def use_envelope_search_mixed_mode_metadata(self): + """Gets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._use_envelope_search_mixed_mode_metadata + + @use_envelope_search_mixed_mode_metadata.setter + def use_envelope_search_mixed_mode_metadata(self, use_envelope_search_mixed_mode_metadata): + """Sets the use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. + + + :param use_envelope_search_mixed_mode_metadata: The use_envelope_search_mixed_mode_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._use_envelope_search_mixed_mode_metadata = use_envelope_search_mixed_mode_metadata + @property def use_multi_app_groups_data(self): """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 @@ -16621,6 +17149,50 @@ def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata + @property + def use_new_envelope_search(self): + """Gets the use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._use_new_envelope_search + + @use_new_envelope_search.setter + def use_new_envelope_search(self, use_new_envelope_search): + """Sets the use_new_envelope_search of this AccountSettingsInformation. + + # noqa: E501 + + :param use_new_envelope_search: The use_new_envelope_search of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._use_new_envelope_search = use_new_envelope_search + + @property + def use_new_envelope_search_metadata(self): + """Gets the use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 + + + :return: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._use_new_envelope_search_metadata + + @use_new_envelope_search_metadata.setter + def use_new_envelope_search_metadata(self, use_new_envelope_search_metadata): + """Sets the use_new_envelope_search_metadata of this AccountSettingsInformation. + + + :param use_new_envelope_search_metadata: The use_new_envelope_search_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._use_new_envelope_search_metadata = use_new_envelope_search_metadata + @property def use_safe_signer_certificates(self): """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 diff --git a/docusign_esign/models/account_ui_settings.py b/docusign_esign/models/account_ui_settings.py index 283980e0..6a35b723 100644 --- a/docusign_esign/models/account_ui_settings.py +++ b/docusign_esign/models/account_ui_settings.py @@ -35,6 +35,8 @@ class AccountUISettings(object): swagger_types = { 'admin_message': 'AdminMessage', 'ask_an_admin': 'AskAnAdmin', + 'clickwrap_schema_version': 'str', + 'clickwrap_schema_version_metadata': 'SettingsMetadata', 'enable_admin_message': 'str', 'enable_admin_message_metadata': 'SettingsMetadata', 'enable_easy_sign_can_use_multi_template_apply': 'str', @@ -66,6 +68,8 @@ class AccountUISettings(object): attribute_map = { 'admin_message': 'adminMessage', 'ask_an_admin': 'askAnAdmin', + 'clickwrap_schema_version': 'clickwrapSchemaVersion', + 'clickwrap_schema_version_metadata': 'clickwrapSchemaVersionMetadata', 'enable_admin_message': 'enableAdminMessage', 'enable_admin_message_metadata': 'enableAdminMessageMetadata', 'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply', @@ -102,6 +106,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._admin_message = None self._ask_an_admin = None + self._clickwrap_schema_version = None + self._clickwrap_schema_version_metadata = None self._enable_admin_message = None self._enable_admin_message_metadata = None self._enable_easy_sign_can_use_multi_template_apply = None @@ -132,6 +138,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('admin_message'), kwargs.get('admin_message', None)) setattr(self, "_{}".format('ask_an_admin'), kwargs.get('ask_an_admin', None)) + setattr(self, "_{}".format('clickwrap_schema_version'), kwargs.get('clickwrap_schema_version', None)) + setattr(self, "_{}".format('clickwrap_schema_version_metadata'), kwargs.get('clickwrap_schema_version_metadata', None)) setattr(self, "_{}".format('enable_admin_message'), kwargs.get('enable_admin_message', None)) setattr(self, "_{}".format('enable_admin_message_metadata'), kwargs.get('enable_admin_message_metadata', None)) setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply'), kwargs.get('enable_easy_sign_can_use_multi_template_apply', None)) @@ -205,6 +213,50 @@ def ask_an_admin(self, ask_an_admin): self._ask_an_admin = ask_an_admin + @property + def clickwrap_schema_version(self): + """Gets the clickwrap_schema_version of this AccountUISettings. # noqa: E501 + + # noqa: E501 + + :return: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 + :rtype: str + """ + return self._clickwrap_schema_version + + @clickwrap_schema_version.setter + def clickwrap_schema_version(self, clickwrap_schema_version): + """Sets the clickwrap_schema_version of this AccountUISettings. + + # noqa: E501 + + :param clickwrap_schema_version: The clickwrap_schema_version of this AccountUISettings. # noqa: E501 + :type: str + """ + + self._clickwrap_schema_version = clickwrap_schema_version + + @property + def clickwrap_schema_version_metadata(self): + """Gets the clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 + + + :return: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._clickwrap_schema_version_metadata + + @clickwrap_schema_version_metadata.setter + def clickwrap_schema_version_metadata(self, clickwrap_schema_version_metadata): + """Sets the clickwrap_schema_version_metadata of this AccountUISettings. + + + :param clickwrap_schema_version_metadata: The clickwrap_schema_version_metadata of this AccountUISettings. # noqa: E501 + :type: SettingsMetadata + """ + + self._clickwrap_schema_version_metadata = clickwrap_schema_version_metadata + @property def enable_admin_message(self): """Gets the enable_admin_message of this AccountUISettings. # noqa: E501 diff --git a/docusign_esign/models/connect_custom_configuration.py b/docusign_esign/models/connect_custom_configuration.py index 1759a6c3..9ec90017 100644 --- a/docusign_esign/models/connect_custom_configuration.py +++ b/docusign_esign/models/connect_custom_configuration.py @@ -54,6 +54,7 @@ class ConnectCustomConfiguration(object): 'include_documents': 'str', 'include_envelope_void_reason': 'str', 'include_hmac': 'str', + 'include_o_auth': 'str', 'include_sender_accountas_custom_field': 'str', 'include_time_zone_information': 'str', 'name': 'str', @@ -98,6 +99,7 @@ class ConnectCustomConfiguration(object): 'include_documents': 'includeDocuments', 'include_envelope_void_reason': 'includeEnvelopeVoidReason', 'include_hmac': 'includeHMAC', + 'include_o_auth': 'includeOAuth', 'include_sender_accountas_custom_field': 'includeSenderAccountasCustomField', 'include_time_zone_information': 'includeTimeZoneInformation', 'name': 'name', @@ -147,6 +149,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._include_documents = None self._include_envelope_void_reason = None self._include_hmac = None + self._include_o_auth = None self._include_sender_accountas_custom_field = None self._include_time_zone_information = None self._name = None @@ -190,6 +193,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('include_documents'), kwargs.get('include_documents', None)) setattr(self, "_{}".format('include_envelope_void_reason'), kwargs.get('include_envelope_void_reason', None)) setattr(self, "_{}".format('include_hmac'), kwargs.get('include_hmac', None)) + setattr(self, "_{}".format('include_o_auth'), kwargs.get('include_o_auth', None)) setattr(self, "_{}".format('include_sender_accountas_custom_field'), kwargs.get('include_sender_accountas_custom_field', None)) setattr(self, "_{}".format('include_time_zone_information'), kwargs.get('include_time_zone_information', None)) setattr(self, "_{}".format('name'), kwargs.get('name', None)) @@ -694,6 +698,29 @@ def include_hmac(self, include_hmac): self._include_hmac = include_hmac + @property + def include_o_auth(self): + """Gets the include_o_auth of this ConnectCustomConfiguration. # noqa: E501 + + # noqa: E501 + + :return: The include_o_auth of this ConnectCustomConfiguration. # noqa: E501 + :rtype: str + """ + return self._include_o_auth + + @include_o_auth.setter + def include_o_auth(self, include_o_auth): + """Sets the include_o_auth of this ConnectCustomConfiguration. + + # noqa: E501 + + :param include_o_auth: The include_o_auth of this ConnectCustomConfiguration. # noqa: E501 + :type: str + """ + + self._include_o_auth = include_o_auth + @property def include_sender_accountas_custom_field(self): """Gets the include_sender_accountas_custom_field of this ConnectCustomConfiguration. # noqa: E501 diff --git a/docusign_esign/models/connect_o_auth_config.py b/docusign_esign/models/connect_o_auth_config.py index a2c7437b..3d205c12 100644 --- a/docusign_esign/models/connect_o_auth_config.py +++ b/docusign_esign/models/connect_o_auth_config.py @@ -36,6 +36,7 @@ class ConnectOAuthConfig(object): 'authorization_server_url': 'str', 'client_id': 'str', 'client_secret': 'str', + 'custom_parameters': 'str', 'scope': 'str' } @@ -43,6 +44,7 @@ class ConnectOAuthConfig(object): 'authorization_server_url': 'authorizationServerUrl', 'client_id': 'clientId', 'client_secret': 'clientSecret', + 'custom_parameters': 'customParameters', 'scope': 'scope' } @@ -55,12 +57,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._authorization_server_url = None self._client_id = None self._client_secret = None + self._custom_parameters = None self._scope = None self.discriminator = None setattr(self, "_{}".format('authorization_server_url'), kwargs.get('authorization_server_url', None)) setattr(self, "_{}".format('client_id'), kwargs.get('client_id', None)) setattr(self, "_{}".format('client_secret'), kwargs.get('client_secret', None)) + setattr(self, "_{}".format('custom_parameters'), kwargs.get('custom_parameters', None)) setattr(self, "_{}".format('scope'), kwargs.get('scope', None)) @property @@ -132,6 +136,29 @@ def client_secret(self, client_secret): self._client_secret = client_secret + @property + def custom_parameters(self): + """Gets the custom_parameters of this ConnectOAuthConfig. # noqa: E501 + + # noqa: E501 + + :return: The custom_parameters of this ConnectOAuthConfig. # noqa: E501 + :rtype: str + """ + return self._custom_parameters + + @custom_parameters.setter + def custom_parameters(self, custom_parameters): + """Sets the custom_parameters of this ConnectOAuthConfig. + + # noqa: E501 + + :param custom_parameters: The custom_parameters of this ConnectOAuthConfig. # noqa: E501 + :type: str + """ + + self._custom_parameters = custom_parameters + @property def scope(self): """Gets the scope of this ConnectOAuthConfig. # noqa: E501 diff --git a/docusign_esign/models/delayed_routing.py b/docusign_esign/models/delayed_routing.py index 20f26afb..603806da 100644 --- a/docusign_esign/models/delayed_routing.py +++ b/docusign_esign/models/delayed_routing.py @@ -63,7 +63,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 def resume_date(self): """Gets the resume_date of this DelayedRouting. # noqa: E501 - # noqa: E501 + An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step. # noqa: E501 :return: The resume_date of this DelayedRouting. # noqa: E501 :rtype: str @@ -74,7 +74,7 @@ def resume_date(self): def resume_date(self, resume_date): """Sets the resume_date of this DelayedRouting. - # noqa: E501 + An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step. # noqa: E501 :param resume_date: The resume_date of this DelayedRouting. # noqa: E501 :type: str @@ -86,7 +86,7 @@ def resume_date(self, resume_date): def rules(self): """Gets the rules of this DelayedRouting. # noqa: E501 - # noqa: E501 + A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified. # noqa: E501 :return: The rules of this DelayedRouting. # noqa: E501 :rtype: list[EnvelopeDelayRule] @@ -97,7 +97,7 @@ def rules(self): def rules(self, rules): """Sets the rules of this DelayedRouting. - # noqa: E501 + A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified. # noqa: E501 :param rules: The rules of this DelayedRouting. # noqa: E501 :type: list[EnvelopeDelayRule] @@ -109,7 +109,7 @@ def rules(self, rules): def status(self): """Gets the status of this DelayedRouting. # noqa: E501 - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + \\\"pending\\\" if the current workflow step has not been reached and the delay has not yet started. \\\"started\\\" if the delay is in progress. \\\"completed\\\" if the delay has elapsed and the envelope has been sent to the current workflow step's recipients. # noqa: E501 :return: The status of this DelayedRouting. # noqa: E501 :rtype: str @@ -120,7 +120,7 @@ def status(self): def status(self, status): """Sets the status of this DelayedRouting. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + \\\"pending\\\" if the current workflow step has not been reached and the delay has not yet started. \\\"started\\\" if the delay is in progress. \\\"completed\\\" if the delay has elapsed and the envelope has been sent to the current workflow step's recipients. # noqa: E501 :param status: The status of this DelayedRouting. # noqa: E501 :type: str diff --git a/docusign_esign/models/doc_gen_form_field.py b/docusign_esign/models/doc_gen_form_field.py new file mode 100644 index 00000000..3a1af4ba --- /dev/null +++ b/docusign_esign/models/doc_gen_form_field.py @@ -0,0 +1,232 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from docusign_esign.client.configuration import Configuration + + +class DocGenFormField(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'label': 'str', + 'name': 'str', + 'required': 'str', + 'type': 'str', + 'value': 'str' + } + + attribute_map = { + 'label': 'label', + 'name': 'name', + 'required': 'required', + 'type': 'type', + 'value': 'value' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """DocGenFormField - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._label = None + self._name = None + self._required = None + self._type = None + self._value = None + self.discriminator = None + + setattr(self, "_{}".format('label'), kwargs.get('label', None)) + setattr(self, "_{}".format('name'), kwargs.get('name', None)) + setattr(self, "_{}".format('required'), kwargs.get('required', None)) + setattr(self, "_{}".format('type'), kwargs.get('type', None)) + setattr(self, "_{}".format('value'), kwargs.get('value', None)) + + @property + def label(self): + """Gets the label of this DocGenFormField. # noqa: E501 + + # noqa: E501 + + :return: The label of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._label + + @label.setter + def label(self, label): + """Sets the label of this DocGenFormField. + + # noqa: E501 + + :param label: The label of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._label = label + + @property + def name(self): + """Gets the name of this DocGenFormField. # noqa: E501 + + # noqa: E501 + + :return: The name of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this DocGenFormField. + + # noqa: E501 + + :param name: The name of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def required(self): + """Gets the required of this DocGenFormField. # noqa: E501 + + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :return: The required of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._required + + @required.setter + def required(self, required): + """Sets the required of this DocGenFormField. + + When set to **true**, the signer is required to fill out this tab # noqa: E501 + + :param required: The required of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._required = required + + @property + def type(self): + """Gets the type of this DocGenFormField. # noqa: E501 + + # noqa: E501 + + :return: The type of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._type + + @type.setter + def type(self, type): + """Sets the type of this DocGenFormField. + + # noqa: E501 + + :param type: The type of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._type = type + + @property + def value(self): + """Gets the value of this DocGenFormField. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 + + :return: The value of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._value + + @value.setter + def value(self, value): + """Sets the value of this DocGenFormField. + + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._value = value + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(DocGenFormField, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, DocGenFormField): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, DocGenFormField): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/doc_gen_syntax_error.py b/docusign_esign/models/doc_gen_syntax_error.py new file mode 100644 index 00000000..c94a74bf --- /dev/null +++ b/docusign_esign/models/doc_gen_syntax_error.py @@ -0,0 +1,178 @@ +# coding: utf-8 + +""" + DocuSign REST API + + The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 + + OpenAPI spec version: v2.1 + Contact: devcenter@docusign.com + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from docusign_esign.client.configuration import Configuration + + +class DocGenSyntaxError(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'error_code': 'str', + 'message': 'str', + 'tag_identifier': 'str' + } + + attribute_map = { + 'error_code': 'errorCode', + 'message': 'message', + 'tag_identifier': 'tagIdentifier' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """DocGenSyntaxError - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._error_code = None + self._message = None + self._tag_identifier = None + self.discriminator = None + + setattr(self, "_{}".format('error_code'), kwargs.get('error_code', None)) + setattr(self, "_{}".format('message'), kwargs.get('message', None)) + setattr(self, "_{}".format('tag_identifier'), kwargs.get('tag_identifier', None)) + + @property + def error_code(self): + """Gets the error_code of this DocGenSyntaxError. # noqa: E501 + + # noqa: E501 + + :return: The error_code of this DocGenSyntaxError. # noqa: E501 + :rtype: str + """ + return self._error_code + + @error_code.setter + def error_code(self, error_code): + """Sets the error_code of this DocGenSyntaxError. + + # noqa: E501 + + :param error_code: The error_code of this DocGenSyntaxError. # noqa: E501 + :type: str + """ + + self._error_code = error_code + + @property + def message(self): + """Gets the message of this DocGenSyntaxError. # noqa: E501 + + # noqa: E501 + + :return: The message of this DocGenSyntaxError. # noqa: E501 + :rtype: str + """ + return self._message + + @message.setter + def message(self, message): + """Sets the message of this DocGenSyntaxError. + + # noqa: E501 + + :param message: The message of this DocGenSyntaxError. # noqa: E501 + :type: str + """ + + self._message = message + + @property + def tag_identifier(self): + """Gets the tag_identifier of this DocGenSyntaxError. # noqa: E501 + + # noqa: E501 + + :return: The tag_identifier of this DocGenSyntaxError. # noqa: E501 + :rtype: str + """ + return self._tag_identifier + + @tag_identifier.setter + def tag_identifier(self, tag_identifier): + """Sets the tag_identifier of this DocGenSyntaxError. + + # noqa: E501 + + :param tag_identifier: The tag_identifier of this DocGenSyntaxError. # noqa: E501 + :type: str + """ + + self._tag_identifier = tag_identifier + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(DocGenSyntaxError, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, DocGenSyntaxError): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, DocGenSyntaxError): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/document.py b/docusign_esign/models/document.py index 77b09996..56ab1858 100644 --- a/docusign_esign/models/document.py +++ b/docusign_esign/models/document.py @@ -36,6 +36,7 @@ class Document(object): 'apply_anchor_tabs': 'str', 'assign_tabs_to_recipient_id': 'str', 'display': 'str', + 'doc_gen_form_fields': 'list[DocGenFormField]', 'document_base64': 'str', 'document_fields': 'list[NameValue]', 'document_id': 'str', @@ -44,6 +45,7 @@ class Document(object): 'file_format_hint': 'str', 'html_definition': 'DocumentHtmlDefinition', 'include_in_download': 'str', + 'is_doc_gen_document': 'str', 'match_boxes': 'list[MatchBox]', 'name': 'str', 'order': 'str', @@ -64,6 +66,7 @@ class Document(object): 'apply_anchor_tabs': 'applyAnchorTabs', 'assign_tabs_to_recipient_id': 'assignTabsToRecipientId', 'display': 'display', + 'doc_gen_form_fields': 'docGenFormFields', 'document_base64': 'documentBase64', 'document_fields': 'documentFields', 'document_id': 'documentId', @@ -72,6 +75,7 @@ class Document(object): 'file_format_hint': 'fileFormatHint', 'html_definition': 'htmlDefinition', 'include_in_download': 'includeInDownload', + 'is_doc_gen_document': 'isDocGenDocument', 'match_boxes': 'matchBoxes', 'name': 'name', 'order': 'order', @@ -97,6 +101,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._apply_anchor_tabs = None self._assign_tabs_to_recipient_id = None self._display = None + self._doc_gen_form_fields = None self._document_base64 = None self._document_fields = None self._document_id = None @@ -105,6 +110,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._file_format_hint = None self._html_definition = None self._include_in_download = None + self._is_doc_gen_document = None self._match_boxes = None self._name = None self._order = None @@ -124,6 +130,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('apply_anchor_tabs'), kwargs.get('apply_anchor_tabs', None)) setattr(self, "_{}".format('assign_tabs_to_recipient_id'), kwargs.get('assign_tabs_to_recipient_id', None)) setattr(self, "_{}".format('display'), kwargs.get('display', None)) + setattr(self, "_{}".format('doc_gen_form_fields'), kwargs.get('doc_gen_form_fields', None)) setattr(self, "_{}".format('document_base64'), kwargs.get('document_base64', None)) setattr(self, "_{}".format('document_fields'), kwargs.get('document_fields', None)) setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) @@ -132,6 +139,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('file_format_hint'), kwargs.get('file_format_hint', None)) setattr(self, "_{}".format('html_definition'), kwargs.get('html_definition', None)) setattr(self, "_{}".format('include_in_download'), kwargs.get('include_in_download', None)) + setattr(self, "_{}".format('is_doc_gen_document'), kwargs.get('is_doc_gen_document', None)) setattr(self, "_{}".format('match_boxes'), kwargs.get('match_boxes', None)) setattr(self, "_{}".format('name'), kwargs.get('name', None)) setattr(self, "_{}".format('order'), kwargs.get('order', None)) @@ -216,6 +224,29 @@ def display(self, display): self._display = display + @property + def doc_gen_form_fields(self): + """Gets the doc_gen_form_fields of this Document. # noqa: E501 + + # noqa: E501 + + :return: The doc_gen_form_fields of this Document. # noqa: E501 + :rtype: list[DocGenFormField] + """ + return self._doc_gen_form_fields + + @doc_gen_form_fields.setter + def doc_gen_form_fields(self, doc_gen_form_fields): + """Sets the doc_gen_form_fields of this Document. + + # noqa: E501 + + :param doc_gen_form_fields: The doc_gen_form_fields of this Document. # noqa: E501 + :type: list[DocGenFormField] + """ + + self._doc_gen_form_fields = doc_gen_form_fields + @property def document_base64(self): """Gets the document_base64 of this Document. # noqa: E501 @@ -400,6 +431,29 @@ def include_in_download(self, include_in_download): self._include_in_download = include_in_download + @property + def is_doc_gen_document(self): + """Gets the is_doc_gen_document of this Document. # noqa: E501 + + # noqa: E501 + + :return: The is_doc_gen_document of this Document. # noqa: E501 + :rtype: str + """ + return self._is_doc_gen_document + + @is_doc_gen_document.setter + def is_doc_gen_document(self, is_doc_gen_document): + """Sets the is_doc_gen_document of this Document. + + # noqa: E501 + + :param is_doc_gen_document: The is_doc_gen_document of this Document. # noqa: E501 + :type: str + """ + + self._is_doc_gen_document = is_doc_gen_document + @property def match_boxes(self): """Gets the match_boxes of this Document. # noqa: E501 diff --git a/docusign_esign/models/envelope_delay_rule.py b/docusign_esign/models/envelope_delay_rule.py index 16d68715..c398c262 100644 --- a/docusign_esign/models/envelope_delay_rule.py +++ b/docusign_esign/models/envelope_delay_rule.py @@ -59,7 +59,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 def delay(self): """Gets the delay of this EnvelopeDelayRule. # noqa: E501 - # noqa: E501 + A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days. # noqa: E501 :return: The delay of this EnvelopeDelayRule. # noqa: E501 :rtype: str @@ -70,7 +70,7 @@ def delay(self): def delay(self, delay): """Sets the delay of this EnvelopeDelayRule. - # noqa: E501 + A string timespan duration represented as d.hh:mm:ss where the d component is days, hh is hours measured on a 24-hour clock, mm is minutes and ss is seconds, indicating the expected delay for this envelope rule. The maximum delay is 30 days. # noqa: E501 :param delay: The delay of this EnvelopeDelayRule. # noqa: E501 :type: str @@ -82,7 +82,7 @@ def delay(self, delay): def resume_date(self): """Gets the resume_date of this EnvelopeDelayRule. # noqa: E501 - # noqa: E501 + A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time hen the request is made. The maximum resumeDate must not exceed 30 days in the future. # noqa: E501 :return: The resume_date of this EnvelopeDelayRule. # noqa: E501 :rtype: str @@ -93,7 +93,7 @@ def resume_date(self): def resume_date(self, resume_date): """Sets the resume_date of this EnvelopeDelayRule. - # noqa: E501 + A string formatted as an ISO 8601 DATETIME with TimeZone specified, indicating the expected resumeDate for this envelope rule. The specified datetime must occur in the future relative to the current UTC time hen the request is made. The maximum resumeDate must not exceed 30 days in the future. # noqa: E501 :param resume_date: The resume_date of this EnvelopeDelayRule. # noqa: E501 :type: str diff --git a/docusign_esign/models/envelope_document.py b/docusign_esign/models/envelope_document.py index 6f27bd46..6dc75bb6 100644 --- a/docusign_esign/models/envelope_document.py +++ b/docusign_esign/models/envelope_document.py @@ -41,6 +41,9 @@ class EnvelopeDocument(object): 'contains_pdf_form_fields': 'str', 'display': 'str', 'display_metadata': 'PropertyMetadata', + 'doc_gen_document_status': 'str', + 'doc_gen_errors': 'list[DocGenSyntaxError]', + 'doc_gen_form_fields': 'list[DocGenFormField]', 'document_base64': 'str', 'document_fields': 'list[NameValue]', 'document_id': 'str', @@ -48,6 +51,7 @@ class EnvelopeDocument(object): 'error_details': 'ErrorDetails', 'include_in_download': 'str', 'include_in_download_metadata': 'PropertyMetadata', + 'is_doc_gen_document': 'str', 'name': 'str', 'name_metadata': 'PropertyMetadata', 'order': 'str', @@ -70,6 +74,9 @@ class EnvelopeDocument(object): 'contains_pdf_form_fields': 'containsPdfFormFields', 'display': 'display', 'display_metadata': 'displayMetadata', + 'doc_gen_document_status': 'docGenDocumentStatus', + 'doc_gen_errors': 'docGenErrors', + 'doc_gen_form_fields': 'docGenFormFields', 'document_base64': 'documentBase64', 'document_fields': 'documentFields', 'document_id': 'documentId', @@ -77,6 +84,7 @@ class EnvelopeDocument(object): 'error_details': 'errorDetails', 'include_in_download': 'includeInDownload', 'include_in_download_metadata': 'includeInDownloadMetadata', + 'is_doc_gen_document': 'isDocGenDocument', 'name': 'name', 'name_metadata': 'nameMetadata', 'order': 'order', @@ -104,6 +112,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._contains_pdf_form_fields = None self._display = None self._display_metadata = None + self._doc_gen_document_status = None + self._doc_gen_errors = None + self._doc_gen_form_fields = None self._document_base64 = None self._document_fields = None self._document_id = None @@ -111,6 +122,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._error_details = None self._include_in_download = None self._include_in_download_metadata = None + self._is_doc_gen_document = None self._name = None self._name_metadata = None self._order = None @@ -132,6 +144,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('contains_pdf_form_fields'), kwargs.get('contains_pdf_form_fields', None)) setattr(self, "_{}".format('display'), kwargs.get('display', None)) setattr(self, "_{}".format('display_metadata'), kwargs.get('display_metadata', None)) + setattr(self, "_{}".format('doc_gen_document_status'), kwargs.get('doc_gen_document_status', None)) + setattr(self, "_{}".format('doc_gen_errors'), kwargs.get('doc_gen_errors', None)) + setattr(self, "_{}".format('doc_gen_form_fields'), kwargs.get('doc_gen_form_fields', None)) setattr(self, "_{}".format('document_base64'), kwargs.get('document_base64', None)) setattr(self, "_{}".format('document_fields'), kwargs.get('document_fields', None)) setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) @@ -139,6 +154,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) setattr(self, "_{}".format('include_in_download'), kwargs.get('include_in_download', None)) setattr(self, "_{}".format('include_in_download_metadata'), kwargs.get('include_in_download_metadata', None)) + setattr(self, "_{}".format('is_doc_gen_document'), kwargs.get('is_doc_gen_document', None)) setattr(self, "_{}".format('name'), kwargs.get('name', None)) setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) setattr(self, "_{}".format('order'), kwargs.get('order', None)) @@ -335,6 +351,75 @@ def display_metadata(self, display_metadata): self._display_metadata = display_metadata + @property + def doc_gen_document_status(self): + """Gets the doc_gen_document_status of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 + + :return: The doc_gen_document_status of this EnvelopeDocument. # noqa: E501 + :rtype: str + """ + return self._doc_gen_document_status + + @doc_gen_document_status.setter + def doc_gen_document_status(self, doc_gen_document_status): + """Sets the doc_gen_document_status of this EnvelopeDocument. + + # noqa: E501 + + :param doc_gen_document_status: The doc_gen_document_status of this EnvelopeDocument. # noqa: E501 + :type: str + """ + + self._doc_gen_document_status = doc_gen_document_status + + @property + def doc_gen_errors(self): + """Gets the doc_gen_errors of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 + + :return: The doc_gen_errors of this EnvelopeDocument. # noqa: E501 + :rtype: list[DocGenSyntaxError] + """ + return self._doc_gen_errors + + @doc_gen_errors.setter + def doc_gen_errors(self, doc_gen_errors): + """Sets the doc_gen_errors of this EnvelopeDocument. + + # noqa: E501 + + :param doc_gen_errors: The doc_gen_errors of this EnvelopeDocument. # noqa: E501 + :type: list[DocGenSyntaxError] + """ + + self._doc_gen_errors = doc_gen_errors + + @property + def doc_gen_form_fields(self): + """Gets the doc_gen_form_fields of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 + + :return: The doc_gen_form_fields of this EnvelopeDocument. # noqa: E501 + :rtype: list[DocGenFormField] + """ + return self._doc_gen_form_fields + + @doc_gen_form_fields.setter + def doc_gen_form_fields(self, doc_gen_form_fields): + """Sets the doc_gen_form_fields of this EnvelopeDocument. + + # noqa: E501 + + :param doc_gen_form_fields: The doc_gen_form_fields of this EnvelopeDocument. # noqa: E501 + :type: list[DocGenFormField] + """ + + self._doc_gen_form_fields = doc_gen_form_fields + @property def document_base64(self): """Gets the document_base64 of this EnvelopeDocument. # noqa: E501 @@ -496,6 +581,29 @@ def include_in_download_metadata(self, include_in_download_metadata): self._include_in_download_metadata = include_in_download_metadata + @property + def is_doc_gen_document(self): + """Gets the is_doc_gen_document of this EnvelopeDocument. # noqa: E501 + + # noqa: E501 + + :return: The is_doc_gen_document of this EnvelopeDocument. # noqa: E501 + :rtype: str + """ + return self._is_doc_gen_document + + @is_doc_gen_document.setter + def is_doc_gen_document(self, is_doc_gen_document): + """Sets the is_doc_gen_document of this EnvelopeDocument. + + # noqa: E501 + + :param is_doc_gen_document: The is_doc_gen_document of this EnvelopeDocument. # noqa: E501 + :type: str + """ + + self._is_doc_gen_document = is_doc_gen_document + @property def name(self): """Gets the name of this EnvelopeDocument. # noqa: E501 diff --git a/docusign_esign/models/envelope_template.py b/docusign_esign/models/envelope_template.py index 3511d8c6..e9f68719 100644 --- a/docusign_esign/models/envelope_template.py +++ b/docusign_esign/models/envelope_template.py @@ -92,6 +92,7 @@ class EnvelopeTemplate(object): 'holder': 'str', 'initial_sent_date_time': 'str', 'is21_cfr_part11': 'str', + 'is_doc_gen_template': 'str', 'is_dynamic_envelope': 'str', 'is_signature_provider_envelope': 'str', 'last_modified': 'str', @@ -195,6 +196,7 @@ class EnvelopeTemplate(object): 'holder': 'holder', 'initial_sent_date_time': 'initialSentDateTime', 'is21_cfr_part11': 'is21CFRPart11', + 'is_doc_gen_template': 'isDocGenTemplate', 'is_dynamic_envelope': 'isDynamicEnvelope', 'is_signature_provider_envelope': 'isSignatureProviderEnvelope', 'last_modified': 'lastModified', @@ -303,6 +305,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._holder = None self._initial_sent_date_time = None self._is21_cfr_part11 = None + self._is_doc_gen_template = None self._is_dynamic_envelope = None self._is_signature_provider_envelope = None self._last_modified = None @@ -405,6 +408,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('holder'), kwargs.get('holder', None)) setattr(self, "_{}".format('initial_sent_date_time'), kwargs.get('initial_sent_date_time', None)) setattr(self, "_{}".format('is21_cfr_part11'), kwargs.get('is21_cfr_part11', None)) + setattr(self, "_{}".format('is_doc_gen_template'), kwargs.get('is_doc_gen_template', None)) setattr(self, "_{}".format('is_dynamic_envelope'), kwargs.get('is_dynamic_envelope', None)) setattr(self, "_{}".format('is_signature_provider_envelope'), kwargs.get('is_signature_provider_envelope', None)) setattr(self, "_{}".format('last_modified'), kwargs.get('last_modified', None)) @@ -1804,6 +1808,29 @@ def is21_cfr_part11(self, is21_cfr_part11): self._is21_cfr_part11 = is21_cfr_part11 + @property + def is_doc_gen_template(self): + """Gets the is_doc_gen_template of this EnvelopeTemplate. # noqa: E501 + + # noqa: E501 + + :return: The is_doc_gen_template of this EnvelopeTemplate. # noqa: E501 + :rtype: str + """ + return self._is_doc_gen_template + + @is_doc_gen_template.setter + def is_doc_gen_template(self, is_doc_gen_template): + """Sets the is_doc_gen_template of this EnvelopeTemplate. + + # noqa: E501 + + :param is_doc_gen_template: The is_doc_gen_template of this EnvelopeTemplate. # noqa: E501 + :type: str + """ + + self._is_doc_gen_template = is_doc_gen_template + @property def is_dynamic_envelope(self): """Gets the is_dynamic_envelope of this EnvelopeTemplate. # noqa: E501 diff --git a/docusign_esign/models/event_notification.py b/docusign_esign/models/event_notification.py index ecac40c1..9652d82e 100644 --- a/docusign_esign/models/event_notification.py +++ b/docusign_esign/models/event_notification.py @@ -43,6 +43,7 @@ class EventNotification(object): 'include_documents': 'str', 'include_envelope_void_reason': 'str', 'include_hmac': 'str', + 'include_o_auth': 'str', 'include_sender_account_as_custom_field': 'str', 'include_time_zone': 'str', 'logging_enabled': 'str', @@ -65,6 +66,7 @@ class EventNotification(object): 'include_documents': 'includeDocuments', 'include_envelope_void_reason': 'includeEnvelopeVoidReason', 'include_hmac': 'includeHMAC', + 'include_o_auth': 'includeOAuth', 'include_sender_account_as_custom_field': 'includeSenderAccountAsCustomField', 'include_time_zone': 'includeTimeZone', 'logging_enabled': 'loggingEnabled', @@ -92,6 +94,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._include_documents = None self._include_envelope_void_reason = None self._include_hmac = None + self._include_o_auth = None self._include_sender_account_as_custom_field = None self._include_time_zone = None self._logging_enabled = None @@ -113,6 +116,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('include_documents'), kwargs.get('include_documents', None)) setattr(self, "_{}".format('include_envelope_void_reason'), kwargs.get('include_envelope_void_reason', None)) setattr(self, "_{}".format('include_hmac'), kwargs.get('include_hmac', None)) + setattr(self, "_{}".format('include_o_auth'), kwargs.get('include_o_auth', None)) setattr(self, "_{}".format('include_sender_account_as_custom_field'), kwargs.get('include_sender_account_as_custom_field', None)) setattr(self, "_{}".format('include_time_zone'), kwargs.get('include_time_zone', None)) setattr(self, "_{}".format('logging_enabled'), kwargs.get('logging_enabled', None)) @@ -353,6 +357,29 @@ def include_hmac(self, include_hmac): self._include_hmac = include_hmac + @property + def include_o_auth(self): + """Gets the include_o_auth of this EventNotification. # noqa: E501 + + # noqa: E501 + + :return: The include_o_auth of this EventNotification. # noqa: E501 + :rtype: str + """ + return self._include_o_auth + + @include_o_auth.setter + def include_o_auth(self, include_o_auth): + """Sets the include_o_auth of this EventNotification. + + # noqa: E501 + + :param include_o_auth: The include_o_auth of this EventNotification. # noqa: E501 + :type: str + """ + + self._include_o_auth = include_o_auth + @property def include_sender_account_as_custom_field(self): """Gets the include_sender_account_as_custom_field of this EventNotification. # noqa: E501 diff --git a/docusign_esign/models/initial_here.py b/docusign_esign/models/initial_here.py index 7bc62b64..e198a5fa 100644 --- a/docusign_esign/models/initial_here.py +++ b/docusign_esign/models/initial_here.py @@ -1565,7 +1565,7 @@ def recipient_id_metadata(self, recipient_id_metadata): def scale_value(self): """Gets the scale_value of this InitialHere. # noqa: E501 - Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 + Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 :return: The scale_value of this InitialHere. # noqa: E501 :rtype: str @@ -1576,7 +1576,7 @@ def scale_value(self): def scale_value(self, scale_value): """Sets the scale_value of this InitialHere. - Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 + Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size. # noqa: E501 :param scale_value: The scale_value of this InitialHere. # noqa: E501 :type: str diff --git a/docusign_esign/models/scheduled_sending.py b/docusign_esign/models/scheduled_sending.py index bc4c0a30..5754ca35 100644 --- a/docusign_esign/models/scheduled_sending.py +++ b/docusign_esign/models/scheduled_sending.py @@ -90,7 +90,7 @@ def bulk_list_id(self, bulk_list_id): def resume_date(self): """Gets the resume_date of this ScheduledSending. # noqa: E501 - # noqa: E501 + An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent. # noqa: E501 :return: The resume_date of this ScheduledSending. # noqa: E501 :rtype: str @@ -101,7 +101,7 @@ def resume_date(self): def resume_date(self, resume_date): """Sets the resume_date of this ScheduledSending. - # noqa: E501 + An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent. # noqa: E501 :param resume_date: The resume_date of this ScheduledSending. # noqa: E501 :type: str @@ -113,7 +113,7 @@ def resume_date(self, resume_date): def rules(self): """Gets the rules of this ScheduledSending. # noqa: E501 - # noqa: E501 + A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified. # noqa: E501 :return: The rules of this ScheduledSending. # noqa: E501 :rtype: list[EnvelopeDelayRule] @@ -124,7 +124,7 @@ def rules(self): def rules(self, rules): """Sets the rules of this ScheduledSending. - # noqa: E501 + A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified. # noqa: E501 :param rules: The rules of this ScheduledSending. # noqa: E501 :type: list[EnvelopeDelayRule] @@ -136,7 +136,7 @@ def rules(self, rules): def status(self): """Gets the status of this ScheduledSending. # noqa: E501 - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + \\\"pending\\\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \\\"started\\\" if the scheduled sending delay is in progress. \\\"completed\\\" if the scheduled sending delay has elapsed and the envelope has been sent. # noqa: E501 :return: The status of this ScheduledSending. # noqa: E501 :rtype: str @@ -147,7 +147,7 @@ def status(self): def status(self, status): """Sets the status of this ScheduledSending. - Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 + \\\"pending\\\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \\\"started\\\" if the scheduled sending delay is in progress. \\\"completed\\\" if the scheduled sending delay has elapsed and the envelope has been sent. # noqa: E501 :param status: The status of this ScheduledSending. # noqa: E501 :type: str diff --git a/setup.py b/setup.py index aed907ba..97b7c7d2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages, Command, os # noqa: H301 NAME = "docusign-esign" -VERSION = "3.18.1" +VERSION = "3.19.0" # To install the library, run the following # # python setup.py install