diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a0ca7f..53ae779f 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.23.0] - eSignature API v2.1-23.2.00.00 - 2023-05-15 +### Changed +- Added support for version v2.1-23.2.00.00 of the DocuSign ESignature API. +- Updated the SDK release version. + ## [v3.22.0] - eSignature API v2.1-23.1.01.01 - 2023-04-05 ### Changed - Added support for version v2.1-23.1.01.01 of the DocuSign ESignature API. diff --git a/docusign_esign/apis/accounts_api.py b/docusign_esign/apis/accounts_api.py index 958c130e..eaa90f76 100644 --- a/docusign_esign/apis/accounts_api.py +++ b/docusign_esign/apis/accounts_api.py @@ -2820,7 +2820,8 @@ def get_agent_user_authorizations(self, account_id, user_id, **kwargs): :param str user_id: The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. (required) :param str active_only: :param str count: - :param str email_substring: + :param str email_substring: Part (substring) of email we are searching for. + :param str include_closed_users: :param str permissions: :param str start_position: :param str user_name_substring: @@ -2852,7 +2853,8 @@ def get_agent_user_authorizations_with_http_info(self, account_id, user_id, **kw :param str user_id: The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. (required) :param str active_only: :param str count: - :param str email_substring: + :param str email_substring: Part (substring) of email we are searching for. + :param str include_closed_users: :param str permissions: :param str start_position: :param str user_name_substring: @@ -2861,7 +2863,7 @@ def get_agent_user_authorizations_with_http_info(self, account_id, user_id, **kw returns the request thread. """ - all_params = ['account_id', 'user_id', 'active_only', 'count', 'email_substring', 'permissions', 'start_position', 'user_name_substring'] + all_params = ['account_id', 'user_id', 'active_only', 'count', 'email_substring', 'include_closed_users', 'permissions', 'start_position', 'user_name_substring'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -2900,6 +2902,8 @@ def get_agent_user_authorizations_with_http_info(self, account_id, user_id, **kw query_params['count'] = params['count'] if 'email_substring' in params: query_params['email_substring'] = params['email_substring'] + if 'include_closed_users' in params: + query_params['include_closed_users'] = params['include_closed_users'] if 'permissions' in params: query_params['permissions'] = params['permissions'] if 'start_position' in params: @@ -3740,7 +3744,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. @@ -3767,7 +3771,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. @@ -4683,7 +4687,8 @@ def get_principal_user_authorizations(self, account_id, user_id, **kwargs): :param str user_id: The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. (required) :param str active_only: :param str count: - :param str email_substring: + :param str email_substring: Part (substring) of email we are searching for. + :param str include_closed_users: :param str permissions: :param str start_position: :param str user_name_substring: @@ -4715,7 +4720,8 @@ def get_principal_user_authorizations_with_http_info(self, account_id, user_id, :param str user_id: The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. (required) :param str active_only: :param str count: - :param str email_substring: + :param str email_substring: Part (substring) of email we are searching for. + :param str include_closed_users: :param str permissions: :param str start_position: :param str user_name_substring: @@ -4724,7 +4730,7 @@ def get_principal_user_authorizations_with_http_info(self, account_id, user_id, returns the request thread. """ - all_params = ['account_id', 'user_id', 'active_only', 'count', 'email_substring', 'permissions', 'start_position', 'user_name_substring'] + all_params = ['account_id', 'user_id', 'active_only', 'count', 'email_substring', 'include_closed_users', 'permissions', 'start_position', 'user_name_substring'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -4763,6 +4769,8 @@ def get_principal_user_authorizations_with_http_info(self, account_id, user_id, query_params['count'] = params['count'] if 'email_substring' in params: query_params['email_substring'] = params['email_substring'] + if 'include_closed_users' in params: + query_params['include_closed_users'] = params['include_closed_users'] if 'permissions' in params: query_params['permissions'] = params['permissions'] if 'start_position' in params: @@ -7146,7 +7154,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 @@ -7175,7 +7183,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/billing_api.py b/docusign_esign/apis/billing_api.py index 5bc8697b..57a33e31 100644 --- a/docusign_esign/apis/billing_api.py +++ b/docusign_esign/apis/billing_api.py @@ -352,7 +352,7 @@ def get_downgrade_request_billing_info_with_http_info(self, account_id, **kwargs def get_invoice(self, account_id, invoice_id, **kwargs): """ Retrieves a billing invoice. - Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please define a `callback` function to be invoked when receiving the response. @@ -379,7 +379,7 @@ def get_invoice(self, account_id, invoice_id, **kwargs): def get_invoice_with_http_info(self, account_id, invoice_id, **kwargs): """ Retrieves a billing invoice. - Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | + Retrieves the specified invoice. ###### Note: If the `pdfAvailable` property in the response is set to *true*, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the `Accept` property in the header to `Accept: application/pdf`. Privileges required: account administrator The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account. **Response** The following table provides a description of the different `chargeName` property values. The information will grow as more chargeable items are added to the system. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please define a `callback` function to be invoked when receiving the response. diff --git a/docusign_esign/apis/envelopes_api.py b/docusign_esign/apis/envelopes_api.py index ac76314a..b30e6bda 100644 --- a/docusign_esign/apis/envelopes_api.py +++ b/docusign_esign/apis/envelopes_api.py @@ -6379,7 +6379,7 @@ 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), 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 @@ -6409,7 +6409,7 @@ 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), 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 diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py index 1ef22280..cc47ce46 100644 --- a/docusign_esign/models/account_settings_information.py +++ b/docusign_esign/models/account_settings_information.py @@ -46,6 +46,12 @@ class AccountSettingsInformation(object): 'adopt_sig_config_metadata': 'SettingsMetadata', 'advanced_correct': 'str', 'advanced_correct_metadata': 'SettingsMetadata', + 'advanced_search_enable_tab_field': 'str', + 'advanced_search_enable_tab_field_metadata': 'SettingsMetadata', + 'advanced_search_enable_template_id_field': 'str', + 'advanced_search_enable_template_id_field_metadata': 'SettingsMetadata', + 'advanced_search_enable_template_name_field': 'str', + 'advanced_search_enable_template_name_field_metadata': 'SettingsMetadata', 'allow_access_code_format': 'str', 'allow_access_code_format_metadata': 'SettingsMetadata', 'allow_account_management_granular': 'str', @@ -152,6 +158,8 @@ class AccountSettingsInformation(object): 'allow_open_trust_signer_certificate': 'str', 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', 'allow_organization_docusign_monitor': 'str', + 'allow_organization_docusign_monitor_lite': 'str', + 'allow_organization_docusign_monitor_lite_metadata': 'SettingsMetadata', 'allow_organization_docusign_monitor_metadata': 'SettingsMetadata', 'allow_organization_domain_user_management': 'str', 'allow_organization_domain_user_management_metadata': 'SettingsMetadata', @@ -290,6 +298,8 @@ class AccountSettingsInformation(object): 'convert_pdf_fields_metadata': 'SettingsMetadata', 'data_population_scope': 'str', 'data_population_scope_metadata': 'SettingsMetadata', + 'default_to_advanced_envelopes_filter_form': 'str', + 'default_to_advanced_envelopes_filter_form_metadata': 'SettingsMetadata', 'disable_auto_template_matching': 'str', 'disable_auto_template_matching_metadata': 'SettingsMetadata', 'disable_mobile_app': 'str', @@ -327,8 +337,12 @@ class AccountSettingsInformation(object): 'email_template_version_metadata': 'SettingsMetadata', 'enable_access_code_generator': 'str', 'enable_access_code_generator_metadata': 'SettingsMetadata', + 'enable_account_wide_search': 'str', + 'enable_account_wide_search_metadata': 'SettingsMetadata', 'enable_adm_healthcare': 'str', 'enable_adm_healthcare_metadata': 'SettingsMetadata', + 'enable_advanced_envelopes_search': 'str', + 'enable_advanced_envelopes_search_metadata': 'SettingsMetadata', 'enable_advanced_payments': 'str', 'enable_advanced_payments_metadata': 'SettingsMetadata', 'enable_advanced_power_forms': 'str', @@ -362,6 +376,20 @@ class AccountSettingsInformation(object): 'enable_contact_suggestions_metadata': 'SettingsMetadata', 'enable_customer_satisfaction_metric_tracking': 'str', 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', + 'enable_d_sig_eu_advanced_pens': 'str', + 'enable_d_sig_eu_advanced_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_express_pens': 'str', + 'enable_d_sig_express_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_id_check_for_aes_pens': 'str', + 'enable_d_sig_id_check_for_aes_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_id_check_in_person_for_qes_pens': 'str', + 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_id_check_remote_for_qes_pens': 'str', + 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_id_verification_pens': 'str', + 'enable_d_sig_id_verification_pens_metadata': 'SettingsMetadata', + 'enable_d_sig_id_verification_premier_pens': 'str', + 'enable_d_sig_id_verification_premier_pens_metadata': 'SettingsMetadata', 'enable_ds_pro': 'str', 'enable_ds_pro_metadata': 'SettingsMetadata', 'enable_enforce_tls_emails_setting_metadata': 'SettingsMetadata', @@ -684,6 +712,8 @@ class AccountSettingsInformation(object): 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', 'use_new_envelope_search': 'str', 'use_new_envelope_search_metadata': 'SettingsMetadata', + 'use_new_envelope_search_only_when_searching_after_date': 'str', + 'use_new_envelope_search_only_when_searching_after_date_metadata': 'SettingsMetadata', 'use_safe_signer_certificates': 'str', 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 'uses_api': 'str', @@ -723,6 +753,12 @@ class AccountSettingsInformation(object): 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 'advanced_correct': 'advancedCorrect', 'advanced_correct_metadata': 'advancedCorrectMetadata', + 'advanced_search_enable_tab_field': 'advancedSearchEnableTabField', + 'advanced_search_enable_tab_field_metadata': 'advancedSearchEnableTabFieldMetadata', + 'advanced_search_enable_template_id_field': 'advancedSearchEnableTemplateIdField', + 'advanced_search_enable_template_id_field_metadata': 'advancedSearchEnableTemplateIdFieldMetadata', + 'advanced_search_enable_template_name_field': 'advancedSearchEnableTemplateNameField', + 'advanced_search_enable_template_name_field_metadata': 'advancedSearchEnableTemplateNameFieldMetadata', 'allow_access_code_format': 'allowAccessCodeFormat', 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 'allow_account_management_granular': 'allowAccountManagementGranular', @@ -829,6 +865,8 @@ class AccountSettingsInformation(object): 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', 'allow_organization_docusign_monitor': 'allowOrganizationDocusignMonitor', + 'allow_organization_docusign_monitor_lite': 'allowOrganizationDocusignMonitorLite', + 'allow_organization_docusign_monitor_lite_metadata': 'allowOrganizationDocusignMonitorLiteMetadata', 'allow_organization_docusign_monitor_metadata': 'allowOrganizationDocusignMonitorMetadata', 'allow_organization_domain_user_management': 'allowOrganizationDomainUserManagement', 'allow_organization_domain_user_management_metadata': 'allowOrganizationDomainUserManagementMetadata', @@ -967,6 +1005,8 @@ class AccountSettingsInformation(object): 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', 'data_population_scope': 'dataPopulationScope', 'data_population_scope_metadata': 'dataPopulationScopeMetadata', + 'default_to_advanced_envelopes_filter_form': 'defaultToAdvancedEnvelopesFilterForm', + 'default_to_advanced_envelopes_filter_form_metadata': 'defaultToAdvancedEnvelopesFilterFormMetadata', 'disable_auto_template_matching': 'disableAutoTemplateMatching', 'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata', 'disable_mobile_app': 'disableMobileApp', @@ -1004,8 +1044,12 @@ class AccountSettingsInformation(object): 'email_template_version_metadata': 'emailTemplateVersionMetadata', 'enable_access_code_generator': 'enableAccessCodeGenerator', 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', + 'enable_account_wide_search': 'enableAccountWideSearch', + 'enable_account_wide_search_metadata': 'enableAccountWideSearchMetadata', 'enable_adm_healthcare': 'enableAdmHealthcare', 'enable_adm_healthcare_metadata': 'enableAdmHealthcareMetadata', + 'enable_advanced_envelopes_search': 'enableAdvancedEnvelopesSearch', + 'enable_advanced_envelopes_search_metadata': 'enableAdvancedEnvelopesSearchMetadata', 'enable_advanced_payments': 'enableAdvancedPayments', 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 'enable_advanced_power_forms': 'enableAdvancedPowerForms', @@ -1039,6 +1083,20 @@ class AccountSettingsInformation(object): 'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata', 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', + 'enable_d_sig_eu_advanced_pens': 'enableDSigEUAdvancedPens', + 'enable_d_sig_eu_advanced_pens_metadata': 'enableDSigEUAdvancedPensMetadata', + 'enable_d_sig_express_pens': 'enableDSigExpressPens', + 'enable_d_sig_express_pens_metadata': 'enableDSigExpressPensMetadata', + 'enable_d_sig_id_check_for_aes_pens': 'enableDSigIDCheckForAESPens', + 'enable_d_sig_id_check_for_aes_pens_metadata': 'enableDSigIDCheckForAESPensMetadata', + 'enable_d_sig_id_check_in_person_for_qes_pens': 'enableDSigIDCheckInPersonForQESPens', + 'enable_d_sig_id_check_in_person_for_qes_pens_metadata': 'enableDSigIDCheckInPersonForQESPensMetadata', + 'enable_d_sig_id_check_remote_for_qes_pens': 'enableDSigIDCheckRemoteForQESPens', + 'enable_d_sig_id_check_remote_for_qes_pens_metadata': 'enableDSigIDCheckRemoteForQESPensMetadata', + 'enable_d_sig_id_verification_pens': 'enableDSigIDVerificationPens', + 'enable_d_sig_id_verification_pens_metadata': 'enableDSigIDVerificationPensMetadata', + 'enable_d_sig_id_verification_premier_pens': 'enableDSigIDVerificationPremierPens', + 'enable_d_sig_id_verification_premier_pens_metadata': 'enableDSigIDVerificationPremierPensMetadata', 'enable_ds_pro': 'enableDSPro', 'enable_ds_pro_metadata': 'enableDSProMetadata', 'enable_enforce_tls_emails_setting_metadata': 'enableEnforceTlsEmailsSettingMetadata', @@ -1361,6 +1419,8 @@ class AccountSettingsInformation(object): 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', 'use_new_envelope_search': 'useNewEnvelopeSearch', 'use_new_envelope_search_metadata': 'useNewEnvelopeSearchMetadata', + 'use_new_envelope_search_only_when_searching_after_date': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDate', + 'use_new_envelope_search_only_when_searching_after_date_metadata': 'useNewEnvelopeSearchOnlyWhenSearchingAfterDateMetadata', 'use_safe_signer_certificates': 'useSAFESignerCertificates', 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 'uses_api': 'usesAPI', @@ -1405,6 +1465,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._adopt_sig_config_metadata = None self._advanced_correct = None self._advanced_correct_metadata = None + self._advanced_search_enable_tab_field = None + self._advanced_search_enable_tab_field_metadata = None + self._advanced_search_enable_template_id_field = None + self._advanced_search_enable_template_id_field_metadata = None + self._advanced_search_enable_template_name_field = None + self._advanced_search_enable_template_name_field_metadata = None self._allow_access_code_format = None self._allow_access_code_format_metadata = None self._allow_account_management_granular = None @@ -1511,6 +1577,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._allow_open_trust_signer_certificate = None self._allow_open_trust_signer_certificate_metadata = None self._allow_organization_docusign_monitor = None + self._allow_organization_docusign_monitor_lite = None + self._allow_organization_docusign_monitor_lite_metadata = None self._allow_organization_docusign_monitor_metadata = None self._allow_organization_domain_user_management = None self._allow_organization_domain_user_management_metadata = None @@ -1649,6 +1717,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._convert_pdf_fields_metadata = None self._data_population_scope = None self._data_population_scope_metadata = None + self._default_to_advanced_envelopes_filter_form = None + self._default_to_advanced_envelopes_filter_form_metadata = None self._disable_auto_template_matching = None self._disable_auto_template_matching_metadata = None self._disable_mobile_app = None @@ -1686,8 +1756,12 @@ 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_account_wide_search = None + self._enable_account_wide_search_metadata = None self._enable_adm_healthcare = None self._enable_adm_healthcare_metadata = None + self._enable_advanced_envelopes_search = None + self._enable_advanced_envelopes_search_metadata = None self._enable_advanced_payments = None self._enable_advanced_payments_metadata = None self._enable_advanced_power_forms = None @@ -1721,6 +1795,20 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_contact_suggestions_metadata = None self._enable_customer_satisfaction_metric_tracking = None self._enable_customer_satisfaction_metric_tracking_metadata = None + self._enable_d_sig_eu_advanced_pens = None + self._enable_d_sig_eu_advanced_pens_metadata = None + self._enable_d_sig_express_pens = None + self._enable_d_sig_express_pens_metadata = None + self._enable_d_sig_id_check_for_aes_pens = None + self._enable_d_sig_id_check_for_aes_pens_metadata = None + self._enable_d_sig_id_check_in_person_for_qes_pens = None + self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = None + self._enable_d_sig_id_check_remote_for_qes_pens = None + self._enable_d_sig_id_check_remote_for_qes_pens_metadata = None + self._enable_d_sig_id_verification_pens = None + self._enable_d_sig_id_verification_pens_metadata = None + self._enable_d_sig_id_verification_premier_pens = None + self._enable_d_sig_id_verification_premier_pens_metadata = None self._enable_ds_pro = None self._enable_ds_pro_metadata = None self._enable_enforce_tls_emails_setting_metadata = None @@ -2043,6 +2131,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._use_new_blob_for_pdf_metadata = None self._use_new_envelope_search = None self._use_new_envelope_search_metadata = None + self._use_new_envelope_search_only_when_searching_after_date = None + self._use_new_envelope_search_only_when_searching_after_date_metadata = None self._use_safe_signer_certificates = None self._use_safe_signer_certificates_metadata = None self._uses_api = None @@ -2081,6 +2171,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) + setattr(self, "_{}".format('advanced_search_enable_tab_field'), kwargs.get('advanced_search_enable_tab_field', None)) + setattr(self, "_{}".format('advanced_search_enable_tab_field_metadata'), kwargs.get('advanced_search_enable_tab_field_metadata', None)) + setattr(self, "_{}".format('advanced_search_enable_template_id_field'), kwargs.get('advanced_search_enable_template_id_field', None)) + setattr(self, "_{}".format('advanced_search_enable_template_id_field_metadata'), kwargs.get('advanced_search_enable_template_id_field_metadata', None)) + setattr(self, "_{}".format('advanced_search_enable_template_name_field'), kwargs.get('advanced_search_enable_template_name_field', None)) + setattr(self, "_{}".format('advanced_search_enable_template_name_field_metadata'), kwargs.get('advanced_search_enable_template_name_field_metadata', None)) setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) @@ -2187,6 +2283,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) + setattr(self, "_{}".format('allow_organization_docusign_monitor_lite'), kwargs.get('allow_organization_docusign_monitor_lite', None)) + setattr(self, "_{}".format('allow_organization_docusign_monitor_lite_metadata'), kwargs.get('allow_organization_docusign_monitor_lite_metadata', None)) setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) @@ -2325,6 +2423,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) + setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form'), kwargs.get('default_to_advanced_envelopes_filter_form', None)) + setattr(self, "_{}".format('default_to_advanced_envelopes_filter_form_metadata'), kwargs.get('default_to_advanced_envelopes_filter_form_metadata', None)) setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) @@ -2362,8 +2462,12 @@ 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_account_wide_search'), kwargs.get('enable_account_wide_search', None)) + setattr(self, "_{}".format('enable_account_wide_search_metadata'), kwargs.get('enable_account_wide_search_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_envelopes_search'), kwargs.get('enable_advanced_envelopes_search', None)) + setattr(self, "_{}".format('enable_advanced_envelopes_search_metadata'), kwargs.get('enable_advanced_envelopes_search_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)) @@ -2397,6 +2501,20 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens'), kwargs.get('enable_d_sig_eu_advanced_pens', None)) + setattr(self, "_{}".format('enable_d_sig_eu_advanced_pens_metadata'), kwargs.get('enable_d_sig_eu_advanced_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_express_pens'), kwargs.get('enable_d_sig_express_pens', None)) + setattr(self, "_{}".format('enable_d_sig_express_pens_metadata'), kwargs.get('enable_d_sig_express_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens'), kwargs.get('enable_d_sig_id_check_for_aes_pens', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_for_aes_pens_metadata'), kwargs.get('enable_d_sig_id_check_for_aes_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_in_person_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_in_person_for_qes_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens', None)) + setattr(self, "_{}".format('enable_d_sig_id_check_remote_for_qes_pens_metadata'), kwargs.get('enable_d_sig_id_check_remote_for_qes_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_id_verification_pens'), kwargs.get('enable_d_sig_id_verification_pens', None)) + setattr(self, "_{}".format('enable_d_sig_id_verification_pens_metadata'), kwargs.get('enable_d_sig_id_verification_pens_metadata', None)) + setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens'), kwargs.get('enable_d_sig_id_verification_premier_pens', None)) + setattr(self, "_{}".format('enable_d_sig_id_verification_premier_pens_metadata'), kwargs.get('enable_d_sig_id_verification_premier_pens_metadata', None)) setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) setattr(self, "_{}".format('enable_enforce_tls_emails_setting_metadata'), kwargs.get('enable_enforce_tls_emails_setting_metadata', None)) @@ -2719,6 +2837,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 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_new_envelope_search_only_when_searching_after_date'), kwargs.get('use_new_envelope_search_only_when_searching_after_date', None)) + setattr(self, "_{}".format('use_new_envelope_search_only_when_searching_after_date_metadata'), kwargs.get('use_new_envelope_search_only_when_searching_after_date_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)) @@ -3042,6 +3162,144 @@ def advanced_correct_metadata(self, advanced_correct_metadata): self._advanced_correct_metadata = advanced_correct_metadata + @property + def advanced_search_enable_tab_field(self): + """Gets the advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._advanced_search_enable_tab_field + + @advanced_search_enable_tab_field.setter + def advanced_search_enable_tab_field(self, advanced_search_enable_tab_field): + """Sets the advanced_search_enable_tab_field of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_tab_field: The advanced_search_enable_tab_field of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._advanced_search_enable_tab_field = advanced_search_enable_tab_field + + @property + def advanced_search_enable_tab_field_metadata(self): + """Gets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._advanced_search_enable_tab_field_metadata + + @advanced_search_enable_tab_field_metadata.setter + def advanced_search_enable_tab_field_metadata(self, advanced_search_enable_tab_field_metadata): + """Sets the advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_tab_field_metadata: The advanced_search_enable_tab_field_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._advanced_search_enable_tab_field_metadata = advanced_search_enable_tab_field_metadata + + @property + def advanced_search_enable_template_id_field(self): + """Gets the advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._advanced_search_enable_template_id_field + + @advanced_search_enable_template_id_field.setter + def advanced_search_enable_template_id_field(self, advanced_search_enable_template_id_field): + """Sets the advanced_search_enable_template_id_field of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_template_id_field: The advanced_search_enable_template_id_field of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._advanced_search_enable_template_id_field = advanced_search_enable_template_id_field + + @property + def advanced_search_enable_template_id_field_metadata(self): + """Gets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._advanced_search_enable_template_id_field_metadata + + @advanced_search_enable_template_id_field_metadata.setter + def advanced_search_enable_template_id_field_metadata(self, advanced_search_enable_template_id_field_metadata): + """Sets the advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_template_id_field_metadata: The advanced_search_enable_template_id_field_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._advanced_search_enable_template_id_field_metadata = advanced_search_enable_template_id_field_metadata + + @property + def advanced_search_enable_template_name_field(self): + """Gets the advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._advanced_search_enable_template_name_field + + @advanced_search_enable_template_name_field.setter + def advanced_search_enable_template_name_field(self, advanced_search_enable_template_name_field): + """Sets the advanced_search_enable_template_name_field of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_template_name_field: The advanced_search_enable_template_name_field of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._advanced_search_enable_template_name_field = advanced_search_enable_template_name_field + + @property + def advanced_search_enable_template_name_field_metadata(self): + """Gets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._advanced_search_enable_template_name_field_metadata + + @advanced_search_enable_template_name_field_metadata.setter + def advanced_search_enable_template_name_field_metadata(self, advanced_search_enable_template_name_field_metadata): + """Sets the advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param advanced_search_enable_template_name_field_metadata: The advanced_search_enable_template_name_field_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._advanced_search_enable_template_name_field_metadata = advanced_search_enable_template_name_field_metadata + @property def allow_access_code_format(self): """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 @@ -5480,6 +5738,52 @@ def allow_organization_docusign_monitor(self, allow_organization_docusign_monito self._allow_organization_docusign_monitor = allow_organization_docusign_monitor + @property + def allow_organization_docusign_monitor_lite(self): + """Gets the allow_organization_docusign_monitor_lite of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The allow_organization_docusign_monitor_lite of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._allow_organization_docusign_monitor_lite + + @allow_organization_docusign_monitor_lite.setter + def allow_organization_docusign_monitor_lite(self, allow_organization_docusign_monitor_lite): + """Sets the allow_organization_docusign_monitor_lite of this AccountSettingsInformation. + + # noqa: E501 + + :param allow_organization_docusign_monitor_lite: The allow_organization_docusign_monitor_lite of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._allow_organization_docusign_monitor_lite = allow_organization_docusign_monitor_lite + + @property + def allow_organization_docusign_monitor_lite_metadata(self): + """Gets the allow_organization_docusign_monitor_lite_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The allow_organization_docusign_monitor_lite_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._allow_organization_docusign_monitor_lite_metadata + + @allow_organization_docusign_monitor_lite_metadata.setter + def allow_organization_docusign_monitor_lite_metadata(self, allow_organization_docusign_monitor_lite_metadata): + """Sets the allow_organization_docusign_monitor_lite_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param allow_organization_docusign_monitor_lite_metadata: The allow_organization_docusign_monitor_lite_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._allow_organization_docusign_monitor_lite_metadata = allow_organization_docusign_monitor_lite_metadata + @property def allow_organization_docusign_monitor_metadata(self): """Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 @@ -5760,7 +6064,7 @@ def allow_organization_to_use_third_party_electronic_notary(self, allow_organiza def allow_organization_to_use_third_party_electronic_notary_metadata(self): """Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 - # noqa: E501 + Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 :return: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :rtype: SettingsMetadata @@ -5771,7 +6075,7 @@ def allow_organization_to_use_third_party_electronic_notary_metadata(self): def allow_organization_to_use_third_party_electronic_notary_metadata(self, allow_organization_to_use_third_party_electronic_notary_metadata): """Sets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. - # noqa: E501 + Metadata for the org level flag that dtermines the availablity to perform Third Party Notary (3PN) actions. # noqa: E501 :param allow_organization_to_use_third_party_electronic_notary_metadata: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 :type: SettingsMetadata @@ -8654,6 +8958,52 @@ def data_population_scope_metadata(self, data_population_scope_metadata): self._data_population_scope_metadata = data_population_scope_metadata + @property + def default_to_advanced_envelopes_filter_form(self): + """Gets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._default_to_advanced_envelopes_filter_form + + @default_to_advanced_envelopes_filter_form.setter + def default_to_advanced_envelopes_filter_form(self, default_to_advanced_envelopes_filter_form): + """Sets the default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. + + # noqa: E501 + + :param default_to_advanced_envelopes_filter_form: The default_to_advanced_envelopes_filter_form of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._default_to_advanced_envelopes_filter_form = default_to_advanced_envelopes_filter_form + + @property + def default_to_advanced_envelopes_filter_form_metadata(self): + """Gets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._default_to_advanced_envelopes_filter_form_metadata + + @default_to_advanced_envelopes_filter_form_metadata.setter + def default_to_advanced_envelopes_filter_form_metadata(self, default_to_advanced_envelopes_filter_form_metadata): + """Sets the default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param default_to_advanced_envelopes_filter_form_metadata: The default_to_advanced_envelopes_filter_form_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._default_to_advanced_envelopes_filter_form_metadata = default_to_advanced_envelopes_filter_form_metadata + @property def disable_auto_template_matching(self): """Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 @@ -9505,6 +9855,52 @@ 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_account_wide_search(self): + """Gets the enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_account_wide_search + + @enable_account_wide_search.setter + def enable_account_wide_search(self, enable_account_wide_search): + """Sets the enable_account_wide_search of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_account_wide_search: The enable_account_wide_search of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_account_wide_search = enable_account_wide_search + + @property + def enable_account_wide_search_metadata(self): + """Gets the enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_account_wide_search_metadata + + @enable_account_wide_search_metadata.setter + def enable_account_wide_search_metadata(self, enable_account_wide_search_metadata): + """Sets the enable_account_wide_search_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_account_wide_search_metadata: The enable_account_wide_search_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_account_wide_search_metadata = enable_account_wide_search_metadata + @property def enable_adm_healthcare(self): """Gets the enable_adm_healthcare of this AccountSettingsInformation. # noqa: E501 @@ -9551,6 +9947,52 @@ def enable_adm_healthcare_metadata(self, enable_adm_healthcare_metadata): self._enable_adm_healthcare_metadata = enable_adm_healthcare_metadata + @property + def enable_advanced_envelopes_search(self): + """Gets the enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_advanced_envelopes_search + + @enable_advanced_envelopes_search.setter + def enable_advanced_envelopes_search(self, enable_advanced_envelopes_search): + """Sets the enable_advanced_envelopes_search of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_advanced_envelopes_search: The enable_advanced_envelopes_search of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_advanced_envelopes_search = enable_advanced_envelopes_search + + @property + def enable_advanced_envelopes_search_metadata(self): + """Gets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_advanced_envelopes_search_metadata + + @enable_advanced_envelopes_search_metadata.setter + def enable_advanced_envelopes_search_metadata(self, enable_advanced_envelopes_search_metadata): + """Sets the enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_advanced_envelopes_search_metadata: The enable_advanced_envelopes_search_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_advanced_envelopes_search_metadata = enable_advanced_envelopes_search_metadata + @property def enable_advanced_payments(self): """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 @@ -10310,6 +10752,328 @@ def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_ self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata + @property + def enable_d_sig_eu_advanced_pens(self): + """Gets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_eu_advanced_pens + + @enable_d_sig_eu_advanced_pens.setter + def enable_d_sig_eu_advanced_pens(self, enable_d_sig_eu_advanced_pens): + """Sets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_eu_advanced_pens: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_eu_advanced_pens = enable_d_sig_eu_advanced_pens + + @property + def enable_d_sig_eu_advanced_pens_metadata(self): + """Gets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_eu_advanced_pens_metadata + + @enable_d_sig_eu_advanced_pens_metadata.setter + def enable_d_sig_eu_advanced_pens_metadata(self, enable_d_sig_eu_advanced_pens_metadata): + """Sets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_eu_advanced_pens_metadata: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_eu_advanced_pens_metadata = enable_d_sig_eu_advanced_pens_metadata + + @property + def enable_d_sig_express_pens(self): + """Gets the enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_express_pens + + @enable_d_sig_express_pens.setter + def enable_d_sig_express_pens(self, enable_d_sig_express_pens): + """Sets the enable_d_sig_express_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_express_pens: The enable_d_sig_express_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_express_pens = enable_d_sig_express_pens + + @property + def enable_d_sig_express_pens_metadata(self): + """Gets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_express_pens_metadata + + @enable_d_sig_express_pens_metadata.setter + def enable_d_sig_express_pens_metadata(self, enable_d_sig_express_pens_metadata): + """Sets the enable_d_sig_express_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_express_pens_metadata: The enable_d_sig_express_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_express_pens_metadata = enable_d_sig_express_pens_metadata + + @property + def enable_d_sig_id_check_for_aes_pens(self): + """Gets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_id_check_for_aes_pens + + @enable_d_sig_id_check_for_aes_pens.setter + def enable_d_sig_id_check_for_aes_pens(self, enable_d_sig_id_check_for_aes_pens): + """Sets the enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_for_aes_pens: The enable_d_sig_id_check_for_aes_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_id_check_for_aes_pens = enable_d_sig_id_check_for_aes_pens + + @property + def enable_d_sig_id_check_for_aes_pens_metadata(self): + """Gets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_id_check_for_aes_pens_metadata + + @enable_d_sig_id_check_for_aes_pens_metadata.setter + def enable_d_sig_id_check_for_aes_pens_metadata(self, enable_d_sig_id_check_for_aes_pens_metadata): + """Sets the enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_for_aes_pens_metadata: The enable_d_sig_id_check_for_aes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_id_check_for_aes_pens_metadata = enable_d_sig_id_check_for_aes_pens_metadata + + @property + def enable_d_sig_id_check_in_person_for_qes_pens(self): + """Gets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_id_check_in_person_for_qes_pens + + @enable_d_sig_id_check_in_person_for_qes_pens.setter + def enable_d_sig_id_check_in_person_for_qes_pens(self, enable_d_sig_id_check_in_person_for_qes_pens): + """Sets the enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_in_person_for_qes_pens: The enable_d_sig_id_check_in_person_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_id_check_in_person_for_qes_pens = enable_d_sig_id_check_in_person_for_qes_pens + + @property + def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self): + """Gets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_id_check_in_person_for_qes_pens_metadata + + @enable_d_sig_id_check_in_person_for_qes_pens_metadata.setter + def enable_d_sig_id_check_in_person_for_qes_pens_metadata(self, enable_d_sig_id_check_in_person_for_qes_pens_metadata): + """Sets the enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_in_person_for_qes_pens_metadata: The enable_d_sig_id_check_in_person_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_id_check_in_person_for_qes_pens_metadata = enable_d_sig_id_check_in_person_for_qes_pens_metadata + + @property + def enable_d_sig_id_check_remote_for_qes_pens(self): + """Gets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_id_check_remote_for_qes_pens + + @enable_d_sig_id_check_remote_for_qes_pens.setter + def enable_d_sig_id_check_remote_for_qes_pens(self, enable_d_sig_id_check_remote_for_qes_pens): + """Sets the enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_remote_for_qes_pens: The enable_d_sig_id_check_remote_for_qes_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_id_check_remote_for_qes_pens = enable_d_sig_id_check_remote_for_qes_pens + + @property + def enable_d_sig_id_check_remote_for_qes_pens_metadata(self): + """Gets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_id_check_remote_for_qes_pens_metadata + + @enable_d_sig_id_check_remote_for_qes_pens_metadata.setter + def enable_d_sig_id_check_remote_for_qes_pens_metadata(self, enable_d_sig_id_check_remote_for_qes_pens_metadata): + """Sets the enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_check_remote_for_qes_pens_metadata: The enable_d_sig_id_check_remote_for_qes_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_id_check_remote_for_qes_pens_metadata = enable_d_sig_id_check_remote_for_qes_pens_metadata + + @property + def enable_d_sig_id_verification_pens(self): + """Gets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_id_verification_pens + + @enable_d_sig_id_verification_pens.setter + def enable_d_sig_id_verification_pens(self, enable_d_sig_id_verification_pens): + """Sets the enable_d_sig_id_verification_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_verification_pens: The enable_d_sig_id_verification_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_id_verification_pens = enable_d_sig_id_verification_pens + + @property + def enable_d_sig_id_verification_pens_metadata(self): + """Gets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_id_verification_pens_metadata + + @enable_d_sig_id_verification_pens_metadata.setter + def enable_d_sig_id_verification_pens_metadata(self, enable_d_sig_id_verification_pens_metadata): + """Sets the enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_verification_pens_metadata: The enable_d_sig_id_verification_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_id_verification_pens_metadata = enable_d_sig_id_verification_pens_metadata + + @property + def enable_d_sig_id_verification_premier_pens(self): + """Gets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_d_sig_id_verification_premier_pens + + @enable_d_sig_id_verification_premier_pens.setter + def enable_d_sig_id_verification_premier_pens(self, enable_d_sig_id_verification_premier_pens): + """Sets the enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_verification_premier_pens: The enable_d_sig_id_verification_premier_pens of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_d_sig_id_verification_premier_pens = enable_d_sig_id_verification_premier_pens + + @property + def enable_d_sig_id_verification_premier_pens_metadata(self): + """Gets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_d_sig_id_verification_premier_pens_metadata + + @enable_d_sig_id_verification_premier_pens_metadata.setter + def enable_d_sig_id_verification_premier_pens_metadata(self, enable_d_sig_id_verification_premier_pens_metadata): + """Sets the enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_d_sig_id_verification_premier_pens_metadata: The enable_d_sig_id_verification_premier_pens_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_d_sig_id_verification_premier_pens_metadata = enable_d_sig_id_verification_premier_pens_metadata + @property def enable_ds_pro(self): """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 @@ -17716,6 +18480,52 @@ def use_new_envelope_search_metadata(self, use_new_envelope_search_metadata): self._use_new_envelope_search_metadata = use_new_envelope_search_metadata + @property + def use_new_envelope_search_only_when_searching_after_date(self): + """Gets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._use_new_envelope_search_only_when_searching_after_date + + @use_new_envelope_search_only_when_searching_after_date.setter + def use_new_envelope_search_only_when_searching_after_date(self, use_new_envelope_search_only_when_searching_after_date): + """Sets the use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. + + # noqa: E501 + + :param use_new_envelope_search_only_when_searching_after_date: The use_new_envelope_search_only_when_searching_after_date of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._use_new_envelope_search_only_when_searching_after_date = use_new_envelope_search_only_when_searching_after_date + + @property + def use_new_envelope_search_only_when_searching_after_date_metadata(self): + """Gets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._use_new_envelope_search_only_when_searching_after_date_metadata + + @use_new_envelope_search_only_when_searching_after_date_metadata.setter + def use_new_envelope_search_only_when_searching_after_date_metadata(self, use_new_envelope_search_only_when_searching_after_date_metadata): + """Sets the use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param use_new_envelope_search_only_when_searching_after_date_metadata: The use_new_envelope_search_only_when_searching_after_date_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._use_new_envelope_search_only_when_searching_after_date_metadata = use_new_envelope_search_only_when_searching_after_date_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 8cfd1ffc..07b559c5 100644 --- a/docusign_esign/models/account_ui_settings.py +++ b/docusign_esign/models/account_ui_settings.py @@ -34,6 +34,8 @@ class AccountUISettings(object): """ swagger_types = { 'admin_message': 'AdminMessage', + 'allow_users_to_edit_shared_access': 'str', + 'allow_users_to_edit_shared_access_metadata': 'SettingsMetadata', 'ask_an_admin': 'AskAnAdmin', 'clickwrap_schema_version': 'str', 'clickwrap_schema_version_metadata': 'SettingsMetadata', @@ -67,6 +69,8 @@ class AccountUISettings(object): attribute_map = { 'admin_message': 'adminMessage', + 'allow_users_to_edit_shared_access': 'allowUsersToEditSharedAccess', + 'allow_users_to_edit_shared_access_metadata': 'allowUsersToEditSharedAccessMetadata', 'ask_an_admin': 'askAnAdmin', 'clickwrap_schema_version': 'clickwrapSchemaVersion', 'clickwrap_schema_version_metadata': 'clickwrapSchemaVersionMetadata', @@ -105,6 +109,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._configuration = _configuration self._admin_message = None + self._allow_users_to_edit_shared_access = None + self._allow_users_to_edit_shared_access_metadata = None self._ask_an_admin = None self._clickwrap_schema_version = None self._clickwrap_schema_version_metadata = None @@ -137,6 +143,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self.discriminator = None setattr(self, "_{}".format('admin_message'), kwargs.get('admin_message', None)) + setattr(self, "_{}".format('allow_users_to_edit_shared_access'), kwargs.get('allow_users_to_edit_shared_access', None)) + setattr(self, "_{}".format('allow_users_to_edit_shared_access_metadata'), kwargs.get('allow_users_to_edit_shared_access_metadata', 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)) @@ -190,6 +198,52 @@ def admin_message(self, admin_message): self._admin_message = admin_message + @property + def allow_users_to_edit_shared_access(self): + """Gets the allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 + + # noqa: E501 + + :return: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 + :rtype: str + """ + return self._allow_users_to_edit_shared_access + + @allow_users_to_edit_shared_access.setter + def allow_users_to_edit_shared_access(self, allow_users_to_edit_shared_access): + """Sets the allow_users_to_edit_shared_access of this AccountUISettings. + + # noqa: E501 + + :param allow_users_to_edit_shared_access: The allow_users_to_edit_shared_access of this AccountUISettings. # noqa: E501 + :type: str + """ + + self._allow_users_to_edit_shared_access = allow_users_to_edit_shared_access + + @property + def allow_users_to_edit_shared_access_metadata(self): + """Gets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 + + # noqa: E501 + + :return: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._allow_users_to_edit_shared_access_metadata + + @allow_users_to_edit_shared_access_metadata.setter + def allow_users_to_edit_shared_access_metadata(self, allow_users_to_edit_shared_access_metadata): + """Sets the allow_users_to_edit_shared_access_metadata of this AccountUISettings. + + # noqa: E501 + + :param allow_users_to_edit_shared_access_metadata: The allow_users_to_edit_shared_access_metadata of this AccountUISettings. # noqa: E501 + :type: SettingsMetadata + """ + + self._allow_users_to_edit_shared_access_metadata = allow_users_to_edit_shared_access_metadata + @property def ask_an_admin(self): """Gets the ask_an_admin of this AccountUISettings. # noqa: E501 diff --git a/docusign_esign/models/billing_charge.py b/docusign_esign/models/billing_charge.py index c0dc5cb5..2931c70c 100644 --- a/docusign_esign/models/billing_charge.py +++ b/docusign_esign/models/billing_charge.py @@ -149,7 +149,7 @@ def blocked(self, blocked): def charge_name(self): """Gets the charge_name of this BillingCharge. # noqa: E501 - Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 + Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 :return: The charge_name of this BillingCharge. # noqa: E501 :rtype: str @@ -160,7 +160,7 @@ def charge_name(self): def charge_name(self, charge_name): """Sets the charge_name of this BillingCharge. - Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 + Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge | # noqa: E501 :param charge_name: The charge_name of this BillingCharge. # noqa: E501 :type: str diff --git a/docusign_esign/models/bulk_send_batch_summary.py b/docusign_esign/models/bulk_send_batch_summary.py index 61626a1c..ab5d2146 100644 --- a/docusign_esign/models/bulk_send_batch_summary.py +++ b/docusign_esign/models/bulk_send_batch_summary.py @@ -33,6 +33,8 @@ class BulkSendBatchSummary(object): and the value is json key in definition. """ swagger_types = { + 'action': 'str', + 'action_status': 'str', 'batch_id': 'str', 'batch_name': 'str', 'batch_size': 'str', @@ -44,6 +46,8 @@ class BulkSendBatchSummary(object): } attribute_map = { + 'action': 'action', + 'action_status': 'actionStatus', 'batch_id': 'batchId', 'batch_name': 'batchName', 'batch_size': 'batchSize', @@ -60,6 +64,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 _configuration = Configuration() self._configuration = _configuration + self._action = None + self._action_status = None self._batch_id = None self._batch_name = None self._batch_size = None @@ -70,6 +76,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._submitted_date = None self.discriminator = None + setattr(self, "_{}".format('action'), kwargs.get('action', None)) + setattr(self, "_{}".format('action_status'), kwargs.get('action_status', None)) setattr(self, "_{}".format('batch_id'), kwargs.get('batch_id', None)) setattr(self, "_{}".format('batch_name'), kwargs.get('batch_name', None)) setattr(self, "_{}".format('batch_size'), kwargs.get('batch_size', None)) @@ -79,6 +87,52 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('sent'), kwargs.get('sent', None)) setattr(self, "_{}".format('submitted_date'), kwargs.get('submitted_date', None)) + @property + def action(self): + """Gets the action of this BulkSendBatchSummary. # noqa: E501 + + # noqa: E501 + + :return: The action of this BulkSendBatchSummary. # noqa: E501 + :rtype: str + """ + return self._action + + @action.setter + def action(self, action): + """Sets the action of this BulkSendBatchSummary. + + # noqa: E501 + + :param action: The action of this BulkSendBatchSummary. # noqa: E501 + :type: str + """ + + self._action = action + + @property + def action_status(self): + """Gets the action_status of this BulkSendBatchSummary. # noqa: E501 + + # noqa: E501 + + :return: The action_status of this BulkSendBatchSummary. # noqa: E501 + :rtype: str + """ + return self._action_status + + @action_status.setter + def action_status(self, action_status): + """Sets the action_status of this BulkSendBatchSummary. + + # noqa: E501 + + :param action_status: The action_status of this BulkSendBatchSummary. # noqa: E501 + :type: str + """ + + self._action_status = action_status + @property def batch_id(self): """Gets the batch_id of this BulkSendBatchSummary. # noqa: E501 diff --git a/docusign_esign/models/delayed_routing.py b/docusign_esign/models/delayed_routing.py index 7350b6b1..603806da 100644 --- a/docusign_esign/models/delayed_routing.py +++ b/docusign_esign/models/delayed_routing.py @@ -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/initial_here.py b/docusign_esign/models/initial_here.py index b2114a74..fbbb40dd 100644 --- a/docusign_esign/models/initial_here.py +++ b/docusign_esign/models/initial_here.py @@ -1567,7 +1567,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 @@ -1578,7 +1578,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 f46150a7..5754ca35 100644 --- a/docusign_esign/models/scheduled_sending.py +++ b/docusign_esign/models/scheduled_sending.py @@ -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/requirements.txt b/requirements.txt index 30a801ab..5c1a02dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi >= 14.05.14 six >= 1.8.0 python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.15 +urllib3 == 1.15 PyJWT>=1.7.1 cryptography>=2.5 nose>=1.3.7 diff --git a/setup.py b/setup.py index 8025de01..887f608e 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.22.0" +VERSION = "3.23.0" # To install the library, run the following # # python setup.py install