diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1849a1c3..e15a5ffa 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.
+## [v5.0.0rc3] - eSignature API v2.1-25.1.00.00 - 2025-03-10
+### Changed
+- Added support for version v2.1-25.1.00.00 of the DocuSign ESignature API.
+- Updated the SDK release version.
+
## [v5.0.0rc2] - eSignature API v2.1-24.2.00.00 - 2024-08-22
### Breaking Changes
- Updated datatype for `get_document` method from `envelopes_api`.
diff --git a/README.md b/README.md
index dd40ef6e..0a1b3f6c 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
### Version Information
- **API version**: v2.1
-- **Latest SDK version**: 5.0.0rc2
+- **Latest SDK version**: 5.0.0rc3
## Requirements
diff --git a/docusign_esign/__init__.py b/docusign_esign/__init__.py
index 034b1791..0981bc58 100644
--- a/docusign_esign/__init__.py
+++ b/docusign_esign/__init__.py
@@ -199,6 +199,7 @@
from docusign_esign.models.connect_salesforce_object import ConnectSalesforceObject
from docusign_esign.models.connect_user_info import ConnectUserInfo
from docusign_esign.models.connect_user_object import ConnectUserObject
+from docusign_esign.models.connected_object_details import ConnectedObjectDetails
from docusign_esign.models.consent_details import ConsentDetails
from docusign_esign.models.console_view_request import ConsoleViewRequest
from docusign_esign.models.consumer_disclosure import ConsumerDisclosure
@@ -493,6 +494,8 @@
from docusign_esign.models.tab_metadata import TabMetadata
from docusign_esign.models.tab_metadata_list import TabMetadataList
from docusign_esign.models.tabs import Tabs
+from docusign_esign.models.template_auto_match import TemplateAutoMatch
+from docusign_esign.models.template_auto_match_list import TemplateAutoMatchList
from docusign_esign.models.template_custom_fields import TemplateCustomFields
from docusign_esign.models.template_document_visibility_list import TemplateDocumentVisibilityList
from docusign_esign.models.template_documents_result import TemplateDocumentsResult
diff --git a/docusign_esign/apis/cloud_storage_api.py b/docusign_esign/apis/cloud_storage_api.py
index 095b3a12..7c36087f 100644
--- a/docusign_esign/apis/cloud_storage_api.py
+++ b/docusign_esign/apis/cloud_storage_api.py
@@ -530,6 +530,7 @@ def list(self, account_id, folder_id, service_id, user_id, **kwargs):
:param str order: An optional value that sets the direction order used to sort the item list. Valid values are: * asc = ascending sort order * desc = descending sort order
:param str order_by: An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name
:param str search_text:
+ :param str sky_drive_skip_token:
:param str start_position: Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0.
:return: ExternalFolder
If the method is called asynchronously,
@@ -566,13 +567,14 @@ def list_with_http_info(self, account_id, folder_id, service_id, user_id, **kwar
:param str order: An optional value that sets the direction order used to sort the item list. Valid values are: * asc = ascending sort order * desc = descending sort order
:param str order_by: An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name
:param str search_text:
+ :param str sky_drive_skip_token:
:param str start_position: Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0.
:return: ExternalFolder
If the method is called asynchronously,
returns the request thread.
"""
- all_params = ['account_id', 'folder_id', 'service_id', 'user_id', 'cloud_storage_folder_path', 'cloud_storage_folderid_plain', 'count', 'order', 'order_by', 'search_text', 'start_position']
+ all_params = ['account_id', 'folder_id', 'service_id', 'user_id', 'cloud_storage_folder_path', 'cloud_storage_folderid_plain', 'count', 'order', 'order_by', 'search_text', 'sky_drive_skip_token', 'start_position']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
@@ -627,6 +629,8 @@ def list_with_http_info(self, account_id, folder_id, service_id, user_id, **kwar
query_params['order_by'] = params['order_by']
if 'search_text' in params:
query_params['search_text'] = params['search_text']
+ if 'sky_drive_skip_token' in params:
+ query_params['sky_drive_skip_token'] = params['sky_drive_skip_token']
if 'start_position' in params:
query_params['start_position'] = params['start_position']
diff --git a/docusign_esign/apis/power_forms_api.py b/docusign_esign/apis/power_forms_api.py
index 116f8edd..03dc9084 100644
--- a/docusign_esign/apis/power_forms_api.py
+++ b/docusign_esign/apis/power_forms_api.py
@@ -718,11 +718,13 @@ def list_power_forms(self, account_id, **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 count:
:param str from_date:
:param str order:
:param str order_by:
:param str search_fields:
:param str search_text:
+ :param str start_position:
:param str to_date:
:return: PowerFormsResponse
If the method is called asynchronously,
@@ -750,18 +752,20 @@ def list_power_forms_with_http_info(self, account_id, **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 count:
:param str from_date:
:param str order:
:param str order_by:
:param str search_fields:
:param str search_text:
+ :param str start_position:
:param str to_date:
:return: PowerFormsResponse
If the method is called asynchronously,
returns the request thread.
"""
- all_params = ['account_id', 'from_date', 'order', 'order_by', 'search_fields', 'search_text', 'to_date']
+ all_params = ['account_id', 'count', 'from_date', 'order', 'order_by', 'search_fields', 'search_text', 'start_position', 'to_date']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
@@ -789,6 +793,8 @@ def list_power_forms_with_http_info(self, account_id, **kwargs):
path_params['accountId'] = params['account_id']
query_params = {}
+ if 'count' in params:
+ query_params['count'] = params['count']
if 'from_date' in params:
query_params['from_date'] = params['from_date']
if 'order' in params:
@@ -799,6 +805,8 @@ def list_power_forms_with_http_info(self, account_id, **kwargs):
query_params['search_fields'] = params['search_fields']
if 'search_text' in params:
query_params['search_text'] = params['search_text']
+ if 'start_position' in params:
+ query_params['start_position'] = params['start_position']
if 'to_date' in params:
query_params['to_date'] = params['to_date']
diff --git a/docusign_esign/apis/templates_api.py b/docusign_esign/apis/templates_api.py
index 29e6ab87..39c26c4f 100644
--- a/docusign_esign/apis/templates_api.py
+++ b/docusign_esign/apis/templates_api.py
@@ -5935,3 +5935,213 @@ def update_template_document_tabs_with_http_info(self, account_id, document_id,
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
collection_formats=collection_formats)
+
+ def update_templates(self, account_id, **kwargs):
+ """
+ Update template autoMatch setting.
+ 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.
+ >>> def callback_function(response):
+ >>> pprint(response)
+ >>>
+ >>> thread = api.update_templates(account_id, callback=callback_function)
+
+ :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 TemplateAutoMatchList template_auto_match_list:
+ :return: TemplateAutoMatchList
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('callback'):
+ return self.update_templates_with_http_info(account_id, **kwargs)
+ else:
+ (data) = self.update_templates_with_http_info(account_id, **kwargs)
+ return data
+
+ def update_templates_with_http_info(self, account_id, **kwargs):
+ """
+ Update template autoMatch setting.
+ 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.
+ >>> def callback_function(response):
+ >>> pprint(response)
+ >>>
+ >>> thread = api.update_templates_with_http_info(account_id, callback=callback_function)
+
+ :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 TemplateAutoMatchList template_auto_match_list:
+ :return: TemplateAutoMatchList
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['account_id', 'template_auto_match_list']
+ all_params.append('callback')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method update_templates" % key
+ )
+ params[key] = val
+ del params['kwargs']
+ # verify the required parameter 'account_id' is set
+ if ('account_id' not in params) or (params['account_id'] is None):
+ raise ValueError("Missing the required parameter `account_id` when calling `update_templates`")
+
+
+ collection_formats = {}
+
+ resource_path = '/v2.1/accounts/{accountId}/templates'.replace('{format}', 'json')
+ path_params = {}
+ if 'account_id' in params:
+ path_params['accountId'] = params['account_id']
+
+ query_params = {}
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ if 'template_auto_match_list' in params:
+ body_params = params['template_auto_match_list']
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.\
+ select_header_accept(['application/json'])
+
+ # Authentication setting
+ auth_settings = []
+
+ return self.api_client.call_api(resource_path, 'PUT',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='TemplateAutoMatchList',
+ auth_settings=auth_settings,
+ callback=params.get('callback'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
+
+ def update_templates_auto_match(self, account_id, **kwargs):
+ """
+ Update template autoMatch setting.
+ 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.
+ >>> def callback_function(response):
+ >>> pprint(response)
+ >>>
+ >>> thread = api.update_templates_auto_match(account_id, callback=callback_function)
+
+ :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 TemplateAutoMatchList template_auto_match_list:
+ :return: TemplateAutoMatchList
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('callback'):
+ return self.update_templates_auto_match_with_http_info(account_id, **kwargs)
+ else:
+ (data) = self.update_templates_auto_match_with_http_info(account_id, **kwargs)
+ return data
+
+ def update_templates_auto_match_with_http_info(self, account_id, **kwargs):
+ """
+ Update template autoMatch setting.
+ 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.
+ >>> def callback_function(response):
+ >>> pprint(response)
+ >>>
+ >>> thread = api.update_templates_auto_match_with_http_info(account_id, callback=callback_function)
+
+ :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 TemplateAutoMatchList template_auto_match_list:
+ :return: TemplateAutoMatchList
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['account_id', 'template_auto_match_list']
+ all_params.append('callback')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method update_templates_auto_match" % key
+ )
+ params[key] = val
+ del params['kwargs']
+ # verify the required parameter 'account_id' is set
+ if ('account_id' not in params) or (params['account_id'] is None):
+ raise ValueError("Missing the required parameter `account_id` when calling `update_templates_auto_match`")
+
+
+ collection_formats = {}
+
+ resource_path = '/v2.1/accounts/{accountId}/templates/auto_match'.replace('{format}', 'json')
+ path_params = {}
+ if 'account_id' in params:
+ path_params['accountId'] = params['account_id']
+
+ query_params = {}
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ if 'template_auto_match_list' in params:
+ body_params = params['template_auto_match_list']
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.\
+ select_header_accept(['application/json'])
+
+ # Authentication setting
+ auth_settings = []
+
+ return self.api_client.call_api(resource_path, 'PUT',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='TemplateAutoMatchList',
+ auth_settings=auth_settings,
+ callback=params.get('callback'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
diff --git a/docusign_esign/apis/users_api.py b/docusign_esign/apis/users_api.py
index 44093a62..bc494ff0 100644
--- a/docusign_esign/apis/users_api.py
+++ b/docusign_esign/apis/users_api.py
@@ -1186,6 +1186,7 @@ def get_information(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 additional_info: When set to **true**, the full list of user information is returned for each user in the account.
:param str email:
+ :param str include_license:
:return: UserInformation
If the method is called asynchronously,
returns the request thread.
@@ -1215,12 +1216,13 @@ def get_information_with_http_info(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 additional_info: When set to **true**, the full list of user information is returned for each user in the account.
:param str email:
+ :param str include_license:
:return: UserInformation
If the method is called asynchronously,
returns the request thread.
"""
- all_params = ['account_id', 'user_id', 'additional_info', 'email']
+ all_params = ['account_id', 'user_id', 'additional_info', 'email', 'include_license']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
@@ -1257,6 +1259,8 @@ def get_information_with_http_info(self, account_id, user_id, **kwargs):
query_params['additional_info'] = params['additional_info']
if 'email' in params:
query_params['email'] = params['email']
+ if 'include_license' in params:
+ query_params['include_license'] = params['include_license']
header_params = {}
@@ -1887,6 +1891,7 @@ def list(self, account_id, **kwargs):
:param str email:
:param str email_substring: Filters the returned user records by the email address or a sub-string of email address.
:param str group_id: Filters user records returned by one or more group Id's.
+ :param str include_license:
:param str include_usersettings_for_csv:
:param str login_status:
:param str not_group_id:
@@ -1926,6 +1931,7 @@ def list_with_http_info(self, account_id, **kwargs):
:param str email:
:param str email_substring: Filters the returned user records by the email address or a sub-string of email address.
:param str group_id: Filters user records returned by one or more group Id's.
+ :param str include_license:
:param str include_usersettings_for_csv:
:param str login_status:
:param str not_group_id:
@@ -1937,7 +1943,7 @@ def list_with_http_info(self, account_id, **kwargs):
returns the request thread.
"""
- all_params = ['account_id', 'additional_info', 'alternate_admins_only', 'count', 'domain_users_only', 'email', 'email_substring', 'group_id', 'include_usersettings_for_csv', 'login_status', 'not_group_id', 'start_position', 'status', 'user_name_substring']
+ all_params = ['account_id', 'additional_info', 'alternate_admins_only', 'count', 'domain_users_only', 'email', 'email_substring', 'group_id', 'include_license', 'include_usersettings_for_csv', 'login_status', 'not_group_id', 'start_position', 'status', 'user_name_substring']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
@@ -1979,6 +1985,8 @@ def list_with_http_info(self, account_id, **kwargs):
query_params['email_substring'] = params['email_substring']
if 'group_id' in params:
query_params['group_id'] = params['group_id']
+ if 'include_license' in params:
+ query_params['include_license'] = params['include_license']
if 'include_usersettings_for_csv' in params:
query_params['include_usersettings_for_csv'] = params['include_usersettings_for_csv']
if 'login_status' in params:
diff --git a/docusign_esign/client/api_client.py b/docusign_esign/client/api_client.py
index 337e91b1..e2a3050f 100644
--- a/docusign_esign/client/api_client.py
+++ b/docusign_esign/client/api_client.py
@@ -785,8 +785,6 @@ def set_oauth_host_name(self, oauth_host_name=None):
# Derive OAuth Base Path if not given
if self.base_path is None or self.base_path.startswith("https://demo") or self.base_path.startswith("http://demo") or self.base_path.startswith("https://apps-d") or self.base_path.startswith("http://apps-d"):
self.oauth_host_name = OAuth.DEMO_OAUTH_BASE_PATH
- elif self.base_path.startswith("https://stage") or self.base_path.startswith("http://stage") or self.base_path.startswith("https://apps-s") or self.base_path.startswith("http://apps-s"):
- self.oauth_host_name = OAuth.STAGE_OAUTH_BASE_PATH
else:
self.oauth_host_name = OAuth.PRODUCTION_OAUTH_BASE_PATH
diff --git a/docusign_esign/client/auth/oauth.py b/docusign_esign/client/auth/oauth.py
index c4143362..d3e0bcd2 100644
--- a/docusign_esign/client/auth/oauth.py
+++ b/docusign_esign/client/auth/oauth.py
@@ -33,8 +33,6 @@ class OAuth(object):
DEMO_OAUTH_BASE_PATH = "account-d.docusign.com"
# Production server base path
PRODUCTION_OAUTH_BASE_PATH = "account.docusign.com"
- # Stage server base path
- STAGE_OAUTH_BASE_PATH = "account-s.docusign.com"
# JWT Grant Type
GRANT_TYPE_JWT = "urn:ietf:params:oauth:grant-type:jwt-bearer"
diff --git a/docusign_esign/client/configuration.py b/docusign_esign/client/configuration.py
index 13415244..087aec1b 100644
--- a/docusign_esign/client/configuration.py
+++ b/docusign_esign/client/configuration.py
@@ -116,9 +116,9 @@ def __init__(self):
python_version = platform.python_version()
if six.PY3:
- self.user_agent = "Swagger-Codegen/v2.1/5.0.0rc2/python3/" + f"{python_version}"
+ self.user_agent = "Swagger-Codegen/v2.1/5.0.0rc3/python3/" + f"{python_version}"
else:
- self.user_agent = "Swagger-Codegen/v2.1/5.0.0rc2/python2/" + f"{python_version}"
+ self.user_agent = "Swagger-Codegen/v2.1/5.0.0rc3/python2/" + f"{python_version}"
@classmethod
@@ -274,5 +274,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2.1\n"\
- "SDK Package Version: 5.0.0rc2".\
+ "SDK Package Version: 5.0.0rc3".\
format(env=sys.platform, pyversion=sys.version)
diff --git a/docusign_esign/models/__init__.py b/docusign_esign/models/__init__.py
index 6b5e673a..aa55ba88 100644
--- a/docusign_esign/models/__init__.py
+++ b/docusign_esign/models/__init__.py
@@ -163,6 +163,7 @@
from docusign_esign.models.connect_salesforce_object import ConnectSalesforceObject
from docusign_esign.models.connect_user_info import ConnectUserInfo
from docusign_esign.models.connect_user_object import ConnectUserObject
+from docusign_esign.models.connected_object_details import ConnectedObjectDetails
from docusign_esign.models.consent_details import ConsentDetails
from docusign_esign.models.console_view_request import ConsoleViewRequest
from docusign_esign.models.consumer_disclosure import ConsumerDisclosure
@@ -457,6 +458,8 @@
from docusign_esign.models.tab_metadata import TabMetadata
from docusign_esign.models.tab_metadata_list import TabMetadataList
from docusign_esign.models.tabs import Tabs
+from docusign_esign.models.template_auto_match import TemplateAutoMatch
+from docusign_esign.models.template_auto_match_list import TemplateAutoMatchList
from docusign_esign.models.template_custom_fields import TemplateCustomFields
from docusign_esign.models.template_document_visibility_list import TemplateDocumentVisibilityList
from docusign_esign.models.template_documents_result import TemplateDocumentsResult
diff --git a/docusign_esign/models/account_role_settings.py b/docusign_esign/models/account_role_settings.py
index b8023cbd..1bcd5ab5 100644
--- a/docusign_esign/models/account_role_settings.py
+++ b/docusign_esign/models/account_role_settings.py
@@ -53,6 +53,8 @@ class AccountRoleSettings(object):
'allowed_address_book_access_metadata': 'SettingsMetadata',
'allowed_clickwraps_access': 'str',
'allowed_clickwraps_access_metadata': 'SettingsMetadata',
+ 'allowed_document_template_library_access': 'str',
+ 'allowed_document_template_library_access_metadata': 'SettingsMetadata',
'allowed_orchestration_access': 'str',
'allowed_orchestration_access_metadata': 'SettingsMetadata',
'allowed_template_access': 'str',
@@ -145,6 +147,8 @@ class AccountRoleSettings(object):
'allowed_address_book_access_metadata': 'allowedAddressBookAccessMetadata',
'allowed_clickwraps_access': 'allowedClickwrapsAccess',
'allowed_clickwraps_access_metadata': 'allowedClickwrapsAccessMetadata',
+ 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess',
+ 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata',
'allowed_orchestration_access': 'allowedOrchestrationAccess',
'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata',
'allowed_template_access': 'allowedTemplateAccess',
@@ -242,6 +246,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._allowed_address_book_access_metadata = None
self._allowed_clickwraps_access = None
self._allowed_clickwraps_access_metadata = None
+ self._allowed_document_template_library_access = None
+ self._allowed_document_template_library_access_metadata = None
self._allowed_orchestration_access = None
self._allowed_orchestration_access_metadata = None
self._allowed_template_access = None
@@ -333,6 +339,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('allowed_address_book_access_metadata'), kwargs.get('allowed_address_book_access_metadata', None))
setattr(self, "_{}".format('allowed_clickwraps_access'), kwargs.get('allowed_clickwraps_access', None))
setattr(self, "_{}".format('allowed_clickwraps_access_metadata'), kwargs.get('allowed_clickwraps_access_metadata', None))
+ setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None))
+ setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None))
setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None))
setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None))
setattr(self, "_{}".format('allowed_template_access'), kwargs.get('allowed_template_access', None))
@@ -863,6 +871,52 @@ def allowed_clickwraps_access_metadata(self, allowed_clickwraps_access_metadata)
self._allowed_clickwraps_access_metadata = allowed_clickwraps_access_metadata
+ @property
+ def allowed_document_template_library_access(self):
+ """Gets the allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501
+ :rtype: str
+ """
+ return self._allowed_document_template_library_access
+
+ @allowed_document_template_library_access.setter
+ def allowed_document_template_library_access(self, allowed_document_template_library_access):
+ """Sets the allowed_document_template_library_access of this AccountRoleSettings.
+
+ # noqa: E501
+
+ :param allowed_document_template_library_access: The allowed_document_template_library_access of this AccountRoleSettings. # noqa: E501
+ :type: str
+ """
+
+ self._allowed_document_template_library_access = allowed_document_template_library_access
+
+ @property
+ def allowed_document_template_library_access_metadata(self):
+ """Gets the allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._allowed_document_template_library_access_metadata
+
+ @allowed_document_template_library_access_metadata.setter
+ def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata):
+ """Sets the allowed_document_template_library_access_metadata of this AccountRoleSettings.
+
+ # noqa: E501
+
+ :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this AccountRoleSettings. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata
+
@property
def allowed_orchestration_access(self):
"""Gets the allowed_orchestration_access of this AccountRoleSettings. # noqa: E501
diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py
index baf21050..77754f9f 100644
--- a/docusign_esign/models/account_settings_information.py
+++ b/docusign_esign/models/account_settings_information.py
@@ -76,7 +76,9 @@ class AccountSettingsInformation(object):
'allow_bulk_send_metadata': 'SettingsMetadata',
'allow_cd_withdraw': 'str',
'allow_cd_withdraw_metadata': 'SettingsMetadata',
+ 'allow_connect_authoritative_copy_ready_event_ui': 'str',
'allow_connect_envelope_removed_event': 'str',
+ 'allow_connect_extension_ui': 'str',
'allow_connect_http_listener_configs': 'str',
'allow_connect_identity_verification_ui': 'str',
'allow_connect_o_auth_ui': 'str',
@@ -161,6 +163,8 @@ class AccountSettingsInformation(object):
'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata',
'allow_offline_signing': 'str',
'allow_offline_signing_metadata': 'SettingsMetadata',
+ 'allow_only_standalone_web_forms': 'str',
+ 'allow_only_standalone_web_forms_metadata': 'SettingsMetadata',
'allow_open_trust_signer_certificate': 'str',
'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata',
'allow_organization_branding': 'str',
@@ -298,6 +302,7 @@ class AccountSettingsInformation(object):
'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata',
'chrome_signature_enabled': 'str',
'chrome_signature_enabled_metadata': 'SettingsMetadata',
+ 'cloud_ready': 'str',
'comment_email_show_message_text': 'str',
'comment_email_show_message_text_metadata': 'SettingsMetadata',
'comments_allow_envelope_override': 'str',
@@ -316,8 +321,6 @@ class AccountSettingsInformation(object):
'default_to_advanced_envelopes_filter_form_metadata': 'SettingsMetadata',
'disable_auto_template_matching': 'str',
'disable_auto_template_matching_metadata': 'SettingsMetadata',
- 'disable_bulk_send_recipient_limit': 'str',
- 'disable_bulk_send_recipient_limit_meta_data': 'SettingsMetadata',
'disable_mobile_app': 'str',
'disable_mobile_app_metadata': 'SettingsMetadata',
'disable_mobile_push_notifications': 'str',
@@ -348,8 +351,6 @@ class AccountSettingsInformation(object):
'document_visibility_metadata': 'SettingsMetadata',
'draft_envelope_retention': 'str',
'draft_envelope_retention_metadata': 'SettingsMetadata',
- 'dss_enable_provisioning_pen_configuration_radmin_option': 'str',
- 'dss_enable_signature_type_custom_tag_radmin_radmin_option': 'str',
'dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb': 'str',
'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'str',
'dss_sign_29182_slide_up_bar_radmin_option': 'str',
@@ -375,8 +376,12 @@ class AccountSettingsInformation(object):
'enable_agreement_actions_for_clm_metadata': 'SettingsMetadata',
'enable_agreement_actions_for_e_sign': 'str',
'enable_agreement_actions_for_e_sign_metadata': 'SettingsMetadata',
+ 'enable_ai_contract_review': 'str',
+ 'enable_ai_contract_review_metadata': 'SettingsMetadata',
'enable_auto_nav': 'str',
'enable_auto_nav_metadata': 'SettingsMetadata',
+ 'enable_batch_update_envelope_types': 'str',
+ 'enable_batch_update_envelope_types_metadata': 'SettingsMetadata',
'enable_bcc_dummy_link': 'str',
'enable_bcc_dummy_link_metadata': 'SettingsMetadata',
'enable_calculated_fields': 'str',
@@ -400,10 +405,16 @@ class AccountSettingsInformation(object):
'enable_contact_suggestions_metadata': 'SettingsMetadata',
'enable_content_search': 'str',
'enable_content_search_metadata': 'SettingsMetadata',
+ 'enable_coupa_core': 'str',
+ 'enable_coupa_core_meta_data': 'SettingsMetadata',
+ 'enable_custom_data_verification_extensions': 'str',
+ 'enable_custom_data_verification_extensions_metadata': 'SettingsMetadata',
'enable_customer_satisfaction_metric_tracking': 'str',
'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata',
'enable_data_verification_extensions': 'str',
'enable_data_verification_extensions_metadata': 'SettingsMetadata',
+ 'enable_document_template_library': 'str',
+ 'enable_document_template_library_metadata': 'SettingsMetadata',
'enable_d_sig_eu_advanced_pens': 'str',
'enable_d_sig_eu_advanced_pens_metadata': 'SettingsMetadata',
'enable_d_sig_express_pens': 'str',
@@ -447,8 +458,18 @@ class AccountSettingsInformation(object):
'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata',
'enable_large_file_support': 'str',
'enable_large_file_support_metadata': 'SettingsMetadata',
+ 'enable_legacy_shared_envelopes': 'str',
+ 'enable_legacy_shared_envelopes_metadata': 'SettingsMetadata',
+ 'enable_license_management': 'str',
+ 'enable_license_management_metadata': 'SettingsMetadata',
'enable_multi_user_repository_features': 'str',
'enable_multi_user_repository_features_metadata': 'SettingsMetadata',
+ 'enable_navigator_partial_ingestion': 'str',
+ 'enable_navigator_partial_ingestion_metadata': 'SettingsMetadata',
+ 'enable_navigator_trial': 'str',
+ 'enable_navigator_trial_metadata': 'SettingsMetadata',
+ 'enable_obligation_management': 'str',
+ 'enable_obligation_management_metadata': 'SettingsMetadata',
'enable_participant_recipient_setting_metadata': 'SettingsMetadata',
'enable_payment_processing': 'str',
'enable_payment_processing_metadata': 'SettingsMetadata',
@@ -496,6 +517,8 @@ class AccountSettingsInformation(object):
'enable_signing_extension_comments_metadata': 'SettingsMetadata',
'enable_signing_extension_conversations': 'str',
'enable_signing_extension_conversations_metadata': 'SettingsMetadata',
+ 'enable_signing_group_continue_page_setting': 'str',
+ 'enable_signing_group_continue_page_setting_metadata': 'SettingsMetadata',
'enable_signing_order_settings_for_account': 'str',
'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata',
'enable_sign_on_paper': 'str',
@@ -527,6 +550,8 @@ class AccountSettingsInformation(object):
'enable_web_forms_separate_user_permissions_metadata': 'SettingsMetadata',
'enable_witnessing': 'str',
'enable_witnessing_metadata': 'SettingsMetadata',
+ 'enable_workday_financials_extension': 'str',
+ 'enable_workday_financials_extension_meta_data': 'SettingsMetadata',
'enforce_template_name_uniqueness': 'str',
'enforce_template_name_uniqueness_metadata': 'SettingsMetadata',
'enforce_tls_emails': 'str',
@@ -593,6 +618,8 @@ class AccountSettingsInformation(object):
'in_session_suppress_emails': 'str',
'in_session_suppress_emails_metadata': 'SettingsMetadata',
'is_connect_document_fields_enabled': 'str',
+ 'isv_embed': 'str',
+ 'isv_embed_meta_data': 'SettingsMetadata',
'isv_oem_embed': 'str',
'isv_oem_embed_meta_data': 'SettingsMetadata',
'linked_external_primary_accounts': 'list[LinkedExternalPrimaryAccount]',
@@ -613,6 +640,9 @@ class AccountSettingsInformation(object):
'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata',
'opt_out_new_platform_seal': 'str',
'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata',
+ 'original_account_site': 'str',
+ 'participant_copy_opt_out': 'str',
+ 'participant_copy_opt_out_metadata': 'SettingsMetadata',
'pdf_max_chunked_upload_part_size': 'str',
'pdf_max_chunked_upload_part_size_metadata': 'SettingsMetadata',
'pdf_max_chunked_upload_total_size': 'str',
@@ -629,6 +659,8 @@ class AccountSettingsInformation(object):
'recipients_can_sign_offline_metadata': 'SettingsMetadata',
'recipient_signing_auto_navigation_control': 'str',
'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata',
+ 'recycle_bin_envelope_retention': 'str',
+ 'recycle_bin_envelope_retention_metadata': 'SettingsMetadata',
'require21_cf_rpt11_compliance': 'str',
'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata',
'require_decline_reason': 'str',
@@ -641,7 +673,6 @@ class AccountSettingsInformation(object):
'rsa_verid_password': 'str',
'rsa_verid_ruleset': 'str',
'rsa_verid_user_id': 'str',
- 'sbs_transaction_level': 'str',
'self_signed_recipient_email_document': 'str',
'self_signed_recipient_email_document_metadata': 'SettingsMetadata',
'self_signed_recipient_email_document_user_override': 'str',
@@ -740,6 +771,8 @@ class AccountSettingsInformation(object):
'timezone_offset_ui': 'str',
'timezone_offset_ui_metadata': 'SettingsMetadata',
'universal_signature_opt_in': 'str',
+ 'universal_signature_skip_platform_signature': 'str',
+ 'universal_signature_skip_platform_signature_metadata': 'SettingsMetadata',
'use_account_level_email': 'str',
'use_account_level_email_metadata': 'SettingsMetadata',
'use_consumer_disclosure': 'str',
@@ -831,7 +864,9 @@ class AccountSettingsInformation(object):
'allow_bulk_send_metadata': 'allowBulkSendMetadata',
'allow_cd_withdraw': 'allowCDWithdraw',
'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata',
+ 'allow_connect_authoritative_copy_ready_event_ui': 'allowConnectAuthoritativeCopyReadyEventUI',
'allow_connect_envelope_removed_event': 'allowConnectEnvelopeRemovedEvent',
+ 'allow_connect_extension_ui': 'allowConnectExtensionUI',
'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs',
'allow_connect_identity_verification_ui': 'AllowConnectIdentityVerificationUI',
'allow_connect_o_auth_ui': 'allowConnectOAuthUI',
@@ -916,6 +951,8 @@ class AccountSettingsInformation(object):
'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata',
'allow_offline_signing': 'allowOfflineSigning',
'allow_offline_signing_metadata': 'allowOfflineSigningMetadata',
+ 'allow_only_standalone_web_forms': 'allowOnlyStandaloneWebForms',
+ 'allow_only_standalone_web_forms_metadata': 'allowOnlyStandaloneWebFormsMetadata',
'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate',
'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata',
'allow_organization_branding': 'allowOrganizationBranding',
@@ -1053,6 +1090,7 @@ class AccountSettingsInformation(object):
'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata',
'chrome_signature_enabled': 'chromeSignatureEnabled',
'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata',
+ 'cloud_ready': 'cloudReady',
'comment_email_show_message_text': 'commentEmailShowMessageText',
'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata',
'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride',
@@ -1071,8 +1109,6 @@ class AccountSettingsInformation(object):
'default_to_advanced_envelopes_filter_form_metadata': 'defaultToAdvancedEnvelopesFilterFormMetadata',
'disable_auto_template_matching': 'disableAutoTemplateMatching',
'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata',
- 'disable_bulk_send_recipient_limit': 'disableBulkSendRecipientLimit',
- 'disable_bulk_send_recipient_limit_meta_data': 'disableBulkSendRecipientLimitMetaData',
'disable_mobile_app': 'disableMobileApp',
'disable_mobile_app_metadata': 'disableMobileAppMetadata',
'disable_mobile_push_notifications': 'disableMobilePushNotifications',
@@ -1103,8 +1139,6 @@ class AccountSettingsInformation(object):
'document_visibility_metadata': 'documentVisibilityMetadata',
'draft_envelope_retention': 'draftEnvelopeRetention',
'draft_envelope_retention_metadata': 'draftEnvelopeRetentionMetadata',
- 'dss_enable_provisioning_pen_configuration_radmin_option': 'dss_EnableProvisioningPenConfiguration_RadminOption',
- 'dss_enable_signature_type_custom_tag_radmin_radmin_option': 'dss_EnableSignatureTypeCustomTagRadmin_RadminOption',
'dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb': 'dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb',
'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption',
'dss_sign_29182_slide_up_bar_radmin_option': 'dss_SIGN_29182_SlideUpBar_RadminOption',
@@ -1130,8 +1164,12 @@ class AccountSettingsInformation(object):
'enable_agreement_actions_for_clm_metadata': 'enableAgreementActionsForCLMMetadata',
'enable_agreement_actions_for_e_sign': 'enableAgreementActionsForESign',
'enable_agreement_actions_for_e_sign_metadata': 'enableAgreementActionsForESignMetadata',
+ 'enable_ai_contract_review': 'enableAIContractReview',
+ 'enable_ai_contract_review_metadata': 'enableAIContractReviewMetadata',
'enable_auto_nav': 'enableAutoNav',
'enable_auto_nav_metadata': 'enableAutoNavMetadata',
+ 'enable_batch_update_envelope_types': 'enableBatchUpdateEnvelopeTypes',
+ 'enable_batch_update_envelope_types_metadata': 'enableBatchUpdateEnvelopeTypesMetadata',
'enable_bcc_dummy_link': 'enableBccDummyLink',
'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata',
'enable_calculated_fields': 'enableCalculatedFields',
@@ -1155,10 +1193,16 @@ class AccountSettingsInformation(object):
'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata',
'enable_content_search': 'enableContentSearch',
'enable_content_search_metadata': 'enableContentSearchMetadata',
+ 'enable_coupa_core': 'enableCoupaCore',
+ 'enable_coupa_core_meta_data': 'enableCoupaCoreMetaData',
+ 'enable_custom_data_verification_extensions': 'enableCustomDataVerificationExtensions',
+ 'enable_custom_data_verification_extensions_metadata': 'enableCustomDataVerificationExtensionsMetadata',
'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking',
'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata',
'enable_data_verification_extensions': 'enableDataVerificationExtensions',
'enable_data_verification_extensions_metadata': 'enableDataVerificationExtensionsMetadata',
+ 'enable_document_template_library': 'enableDocumentTemplateLibrary',
+ 'enable_document_template_library_metadata': 'enableDocumentTemplateLibraryMetadata',
'enable_d_sig_eu_advanced_pens': 'enableDSigEUAdvancedPens',
'enable_d_sig_eu_advanced_pens_metadata': 'enableDSigEUAdvancedPensMetadata',
'enable_d_sig_express_pens': 'enableDSigExpressPens',
@@ -1202,8 +1246,18 @@ class AccountSettingsInformation(object):
'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata',
'enable_large_file_support': 'enableLargeFileSupport',
'enable_large_file_support_metadata': 'enableLargeFileSupportMetadata',
+ 'enable_legacy_shared_envelopes': 'enableLegacySharedEnvelopes',
+ 'enable_legacy_shared_envelopes_metadata': 'enableLegacySharedEnvelopesMetadata',
+ 'enable_license_management': 'enableLicenseManagement',
+ 'enable_license_management_metadata': 'enableLicenseManagementMetadata',
'enable_multi_user_repository_features': 'enableMultiUserRepositoryFeatures',
'enable_multi_user_repository_features_metadata': 'enableMultiUserRepositoryFeaturesMetadata',
+ 'enable_navigator_partial_ingestion': 'enableNavigatorPartialIngestion',
+ 'enable_navigator_partial_ingestion_metadata': 'enableNavigatorPartialIngestionMetadata',
+ 'enable_navigator_trial': 'enableNavigatorTrial',
+ 'enable_navigator_trial_metadata': 'enableNavigatorTrialMetadata',
+ 'enable_obligation_management': 'enableObligationManagement',
+ 'enable_obligation_management_metadata': 'enableObligationManagementMetadata',
'enable_participant_recipient_setting_metadata': 'enableParticipantRecipientSettingMetadata',
'enable_payment_processing': 'enablePaymentProcessing',
'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata',
@@ -1251,6 +1305,8 @@ class AccountSettingsInformation(object):
'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata',
'enable_signing_extension_conversations': 'enableSigningExtensionConversations',
'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata',
+ 'enable_signing_group_continue_page_setting': 'enableSigningGroupContinuePageSetting',
+ 'enable_signing_group_continue_page_setting_metadata': 'enableSigningGroupContinuePageSettingMetadata',
'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount',
'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata',
'enable_sign_on_paper': 'enableSignOnPaper',
@@ -1282,6 +1338,8 @@ class AccountSettingsInformation(object):
'enable_web_forms_separate_user_permissions_metadata': 'enableWebFormsSeparateUserPermissionsMetadata',
'enable_witnessing': 'enableWitnessing',
'enable_witnessing_metadata': 'enableWitnessingMetadata',
+ 'enable_workday_financials_extension': 'enableWorkdayFinancialsExtension',
+ 'enable_workday_financials_extension_meta_data': 'enableWorkdayFinancialsExtensionMetaData',
'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness',
'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata',
'enforce_tls_emails': 'enforceTlsEmails',
@@ -1348,6 +1406,8 @@ class AccountSettingsInformation(object):
'in_session_suppress_emails': 'inSessionSuppressEmails',
'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata',
'is_connect_document_fields_enabled': 'isConnectDocumentFieldsEnabled',
+ 'isv_embed': 'isvEmbed',
+ 'isv_embed_meta_data': 'isvEmbedMetaData',
'isv_oem_embed': 'isvOemEmbed',
'isv_oem_embed_meta_data': 'isvOemEmbedMetaData',
'linked_external_primary_accounts': 'linkedExternalPrimaryAccounts',
@@ -1368,6 +1428,9 @@ class AccountSettingsInformation(object):
'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata',
'opt_out_new_platform_seal': 'optOutNewPlatformSeal',
'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata',
+ 'original_account_site': 'originalAccountSite',
+ 'participant_copy_opt_out': 'participantCopyOptOut',
+ 'participant_copy_opt_out_metadata': 'participantCopyOptOutMetadata',
'pdf_max_chunked_upload_part_size': 'pdfMaxChunkedUploadPartSize',
'pdf_max_chunked_upload_part_size_metadata': 'pdfMaxChunkedUploadPartSizeMetadata',
'pdf_max_chunked_upload_total_size': 'pdfMaxChunkedUploadTotalSize',
@@ -1384,6 +1447,8 @@ class AccountSettingsInformation(object):
'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata',
'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl',
'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata',
+ 'recycle_bin_envelope_retention': 'recycleBinEnvelopeRetention',
+ 'recycle_bin_envelope_retention_metadata': 'recycleBinEnvelopeRetentionMetadata',
'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance',
'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata',
'require_decline_reason': 'requireDeclineReason',
@@ -1396,7 +1461,6 @@ class AccountSettingsInformation(object):
'rsa_verid_password': 'rsaVeridPassword',
'rsa_verid_ruleset': 'rsaVeridRuleset',
'rsa_verid_user_id': 'rsaVeridUserId',
- 'sbs_transaction_level': 'sbsTransactionLevel',
'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument',
'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata',
'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride',
@@ -1495,6 +1559,8 @@ class AccountSettingsInformation(object):
'timezone_offset_ui': 'timezoneOffsetUI',
'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata',
'universal_signature_opt_in': 'universalSignatureOptIn',
+ 'universal_signature_skip_platform_signature': 'universalSignatureSkipPlatformSignature',
+ 'universal_signature_skip_platform_signature_metadata': 'universalSignatureSkipPlatformSignatureMetadata',
'use_account_level_email': 'useAccountLevelEmail',
'use_account_level_email_metadata': 'useAccountLevelEmailMetadata',
'use_consumer_disclosure': 'useConsumerDisclosure',
@@ -1591,7 +1657,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._allow_bulk_send_metadata = None
self._allow_cd_withdraw = None
self._allow_cd_withdraw_metadata = None
+ self._allow_connect_authoritative_copy_ready_event_ui = None
self._allow_connect_envelope_removed_event = None
+ self._allow_connect_extension_ui = None
self._allow_connect_http_listener_configs = None
self._allow_connect_identity_verification_ui = None
self._allow_connect_o_auth_ui = None
@@ -1676,6 +1744,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._allow_ocr_of_envelope_documents_metadata = None
self._allow_offline_signing = None
self._allow_offline_signing_metadata = None
+ self._allow_only_standalone_web_forms = None
+ self._allow_only_standalone_web_forms_metadata = None
self._allow_open_trust_signer_certificate = None
self._allow_open_trust_signer_certificate_metadata = None
self._allow_organization_branding = None
@@ -1813,6 +1883,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._check_for_multiple_admins_on_account_metadata = None
self._chrome_signature_enabled = None
self._chrome_signature_enabled_metadata = None
+ self._cloud_ready = None
self._comment_email_show_message_text = None
self._comment_email_show_message_text_metadata = None
self._comments_allow_envelope_override = None
@@ -1831,8 +1902,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._default_to_advanced_envelopes_filter_form_metadata = None
self._disable_auto_template_matching = None
self._disable_auto_template_matching_metadata = None
- self._disable_bulk_send_recipient_limit = None
- self._disable_bulk_send_recipient_limit_meta_data = None
self._disable_mobile_app = None
self._disable_mobile_app_metadata = None
self._disable_mobile_push_notifications = None
@@ -1863,8 +1932,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._document_visibility_metadata = None
self._draft_envelope_retention = None
self._draft_envelope_retention_metadata = None
- self._dss_enable_provisioning_pen_configuration_radmin_option = None
- self._dss_enable_signature_type_custom_tag_radmin_radmin_option = None
self._dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb = None
self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None
self._dss_sign_29182_slide_up_bar_radmin_option = None
@@ -1890,8 +1957,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_agreement_actions_for_clm_metadata = None
self._enable_agreement_actions_for_e_sign = None
self._enable_agreement_actions_for_e_sign_metadata = None
+ self._enable_ai_contract_review = None
+ self._enable_ai_contract_review_metadata = None
self._enable_auto_nav = None
self._enable_auto_nav_metadata = None
+ self._enable_batch_update_envelope_types = None
+ self._enable_batch_update_envelope_types_metadata = None
self._enable_bcc_dummy_link = None
self._enable_bcc_dummy_link_metadata = None
self._enable_calculated_fields = None
@@ -1915,10 +1986,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_contact_suggestions_metadata = None
self._enable_content_search = None
self._enable_content_search_metadata = None
+ self._enable_coupa_core = None
+ self._enable_coupa_core_meta_data = None
+ self._enable_custom_data_verification_extensions = None
+ self._enable_custom_data_verification_extensions_metadata = None
self._enable_customer_satisfaction_metric_tracking = None
self._enable_customer_satisfaction_metric_tracking_metadata = None
self._enable_data_verification_extensions = None
self._enable_data_verification_extensions_metadata = None
+ self._enable_document_template_library = None
+ self._enable_document_template_library_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
@@ -1962,8 +2039,18 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_key_terms_suggestions_by_document_type_metadata = None
self._enable_large_file_support = None
self._enable_large_file_support_metadata = None
+ self._enable_legacy_shared_envelopes = None
+ self._enable_legacy_shared_envelopes_metadata = None
+ self._enable_license_management = None
+ self._enable_license_management_metadata = None
self._enable_multi_user_repository_features = None
self._enable_multi_user_repository_features_metadata = None
+ self._enable_navigator_partial_ingestion = None
+ self._enable_navigator_partial_ingestion_metadata = None
+ self._enable_navigator_trial = None
+ self._enable_navigator_trial_metadata = None
+ self._enable_obligation_management = None
+ self._enable_obligation_management_metadata = None
self._enable_participant_recipient_setting_metadata = None
self._enable_payment_processing = None
self._enable_payment_processing_metadata = None
@@ -2011,6 +2098,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_signing_extension_comments_metadata = None
self._enable_signing_extension_conversations = None
self._enable_signing_extension_conversations_metadata = None
+ self._enable_signing_group_continue_page_setting = None
+ self._enable_signing_group_continue_page_setting_metadata = None
self._enable_signing_order_settings_for_account = None
self._enable_signing_order_settings_for_account_metadata = None
self._enable_sign_on_paper = None
@@ -2042,6 +2131,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_web_forms_separate_user_permissions_metadata = None
self._enable_witnessing = None
self._enable_witnessing_metadata = None
+ self._enable_workday_financials_extension = None
+ self._enable_workday_financials_extension_meta_data = None
self._enforce_template_name_uniqueness = None
self._enforce_template_name_uniqueness_metadata = None
self._enforce_tls_emails = None
@@ -2108,6 +2199,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._in_session_suppress_emails = None
self._in_session_suppress_emails_metadata = None
self._is_connect_document_fields_enabled = None
+ self._isv_embed = None
+ self._isv_embed_meta_data = None
self._isv_oem_embed = None
self._isv_oem_embed_meta_data = None
self._linked_external_primary_accounts = None
@@ -2128,6 +2221,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None
self._opt_out_new_platform_seal = None
self._opt_out_new_platform_seal_platform_metadata = None
+ self._original_account_site = None
+ self._participant_copy_opt_out = None
+ self._participant_copy_opt_out_metadata = None
self._pdf_max_chunked_upload_part_size = None
self._pdf_max_chunked_upload_part_size_metadata = None
self._pdf_max_chunked_upload_total_size = None
@@ -2144,6 +2240,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._recipients_can_sign_offline_metadata = None
self._recipient_signing_auto_navigation_control = None
self._recipient_signing_auto_navigation_control_metadata = None
+ self._recycle_bin_envelope_retention = None
+ self._recycle_bin_envelope_retention_metadata = None
self._require21_cf_rpt11_compliance = None
self._require21_cf_rpt11_compliance_metadata = None
self._require_decline_reason = None
@@ -2156,7 +2254,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._rsa_verid_password = None
self._rsa_verid_ruleset = None
self._rsa_verid_user_id = None
- self._sbs_transaction_level = None
self._self_signed_recipient_email_document = None
self._self_signed_recipient_email_document_metadata = None
self._self_signed_recipient_email_document_user_override = None
@@ -2255,6 +2352,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._timezone_offset_ui = None
self._timezone_offset_ui_metadata = None
self._universal_signature_opt_in = None
+ self._universal_signature_skip_platform_signature = None
+ self._universal_signature_skip_platform_signature_metadata = None
self._use_account_level_email = None
self._use_account_level_email_metadata = None
self._use_consumer_disclosure = None
@@ -2345,7 +2444,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None))
setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None))
setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None))
+ setattr(self, "_{}".format('allow_connect_authoritative_copy_ready_event_ui'), kwargs.get('allow_connect_authoritative_copy_ready_event_ui', None))
setattr(self, "_{}".format('allow_connect_envelope_removed_event'), kwargs.get('allow_connect_envelope_removed_event', None))
+ setattr(self, "_{}".format('allow_connect_extension_ui'), kwargs.get('allow_connect_extension_ui', None))
setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None))
setattr(self, "_{}".format('allow_connect_identity_verification_ui'), kwargs.get('allow_connect_identity_verification_ui', None))
setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None))
@@ -2430,6 +2531,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None))
setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None))
setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None))
+ setattr(self, "_{}".format('allow_only_standalone_web_forms'), kwargs.get('allow_only_standalone_web_forms', None))
+ setattr(self, "_{}".format('allow_only_standalone_web_forms_metadata'), kwargs.get('allow_only_standalone_web_forms_metadata', None))
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_branding'), kwargs.get('allow_organization_branding', None))
@@ -2567,6 +2670,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None))
setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None))
setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None))
+ setattr(self, "_{}".format('cloud_ready'), kwargs.get('cloud_ready', None))
setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None))
setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None))
setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None))
@@ -2585,8 +2689,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
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_bulk_send_recipient_limit'), kwargs.get('disable_bulk_send_recipient_limit', None))
- setattr(self, "_{}".format('disable_bulk_send_recipient_limit_meta_data'), kwargs.get('disable_bulk_send_recipient_limit_meta_data', None))
setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None))
setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None))
setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None))
@@ -2617,8 +2719,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None))
setattr(self, "_{}".format('draft_envelope_retention'), kwargs.get('draft_envelope_retention', None))
setattr(self, "_{}".format('draft_envelope_retention_metadata'), kwargs.get('draft_envelope_retention_metadata', None))
- setattr(self, "_{}".format('dss_enable_provisioning_pen_configuration_radmin_option'), kwargs.get('dss_enable_provisioning_pen_configuration_radmin_option', None))
- setattr(self, "_{}".format('dss_enable_signature_type_custom_tag_radmin_radmin_option'), kwargs.get('dss_enable_signature_type_custom_tag_radmin_radmin_option', None))
setattr(self, "_{}".format('dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb'), kwargs.get('dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb', None))
setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None))
setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None))
@@ -2644,8 +2744,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None))
setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None))
setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None))
+ setattr(self, "_{}".format('enable_ai_contract_review'), kwargs.get('enable_ai_contract_review', None))
+ setattr(self, "_{}".format('enable_ai_contract_review_metadata'), kwargs.get('enable_ai_contract_review_metadata', None))
setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None))
setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None))
+ setattr(self, "_{}".format('enable_batch_update_envelope_types'), kwargs.get('enable_batch_update_envelope_types', None))
+ setattr(self, "_{}".format('enable_batch_update_envelope_types_metadata'), kwargs.get('enable_batch_update_envelope_types_metadata', None))
setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None))
setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None))
setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None))
@@ -2669,10 +2773,16 @@ 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_content_search'), kwargs.get('enable_content_search', None))
setattr(self, "_{}".format('enable_content_search_metadata'), kwargs.get('enable_content_search_metadata', None))
+ setattr(self, "_{}".format('enable_coupa_core'), kwargs.get('enable_coupa_core', None))
+ setattr(self, "_{}".format('enable_coupa_core_meta_data'), kwargs.get('enable_coupa_core_meta_data', None))
+ setattr(self, "_{}".format('enable_custom_data_verification_extensions'), kwargs.get('enable_custom_data_verification_extensions', None))
+ setattr(self, "_{}".format('enable_custom_data_verification_extensions_metadata'), kwargs.get('enable_custom_data_verification_extensions_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_data_verification_extensions'), kwargs.get('enable_data_verification_extensions', None))
setattr(self, "_{}".format('enable_data_verification_extensions_metadata'), kwargs.get('enable_data_verification_extensions_metadata', None))
+ setattr(self, "_{}".format('enable_document_template_library'), kwargs.get('enable_document_template_library', None))
+ setattr(self, "_{}".format('enable_document_template_library_metadata'), kwargs.get('enable_document_template_library_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))
@@ -2716,8 +2826,18 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None))
setattr(self, "_{}".format('enable_large_file_support'), kwargs.get('enable_large_file_support', None))
setattr(self, "_{}".format('enable_large_file_support_metadata'), kwargs.get('enable_large_file_support_metadata', None))
+ setattr(self, "_{}".format('enable_legacy_shared_envelopes'), kwargs.get('enable_legacy_shared_envelopes', None))
+ setattr(self, "_{}".format('enable_legacy_shared_envelopes_metadata'), kwargs.get('enable_legacy_shared_envelopes_metadata', None))
+ setattr(self, "_{}".format('enable_license_management'), kwargs.get('enable_license_management', None))
+ setattr(self, "_{}".format('enable_license_management_metadata'), kwargs.get('enable_license_management_metadata', None))
setattr(self, "_{}".format('enable_multi_user_repository_features'), kwargs.get('enable_multi_user_repository_features', None))
setattr(self, "_{}".format('enable_multi_user_repository_features_metadata'), kwargs.get('enable_multi_user_repository_features_metadata', None))
+ setattr(self, "_{}".format('enable_navigator_partial_ingestion'), kwargs.get('enable_navigator_partial_ingestion', None))
+ setattr(self, "_{}".format('enable_navigator_partial_ingestion_metadata'), kwargs.get('enable_navigator_partial_ingestion_metadata', None))
+ setattr(self, "_{}".format('enable_navigator_trial'), kwargs.get('enable_navigator_trial', None))
+ setattr(self, "_{}".format('enable_navigator_trial_metadata'), kwargs.get('enable_navigator_trial_metadata', None))
+ setattr(self, "_{}".format('enable_obligation_management'), kwargs.get('enable_obligation_management', None))
+ setattr(self, "_{}".format('enable_obligation_management_metadata'), kwargs.get('enable_obligation_management_metadata', None))
setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None))
setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None))
setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None))
@@ -2765,6 +2885,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None))
setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None))
setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None))
+ setattr(self, "_{}".format('enable_signing_group_continue_page_setting'), kwargs.get('enable_signing_group_continue_page_setting', None))
+ setattr(self, "_{}".format('enable_signing_group_continue_page_setting_metadata'), kwargs.get('enable_signing_group_continue_page_setting_metadata', None))
setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None))
setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None))
setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None))
@@ -2796,6 +2918,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('enable_web_forms_separate_user_permissions_metadata'), kwargs.get('enable_web_forms_separate_user_permissions_metadata', None))
setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None))
setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None))
+ setattr(self, "_{}".format('enable_workday_financials_extension'), kwargs.get('enable_workday_financials_extension', None))
+ setattr(self, "_{}".format('enable_workday_financials_extension_meta_data'), kwargs.get('enable_workday_financials_extension_meta_data', None))
setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None))
setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None))
setattr(self, "_{}".format('enforce_tls_emails'), kwargs.get('enforce_tls_emails', None))
@@ -2862,6 +2986,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None))
setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None))
setattr(self, "_{}".format('is_connect_document_fields_enabled'), kwargs.get('is_connect_document_fields_enabled', None))
+ setattr(self, "_{}".format('isv_embed'), kwargs.get('isv_embed', None))
+ setattr(self, "_{}".format('isv_embed_meta_data'), kwargs.get('isv_embed_meta_data', None))
setattr(self, "_{}".format('isv_oem_embed'), kwargs.get('isv_oem_embed', None))
setattr(self, "_{}".format('isv_oem_embed_meta_data'), kwargs.get('isv_oem_embed_meta_data', None))
setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None))
@@ -2882,6 +3008,9 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None))
setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None))
setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None))
+ setattr(self, "_{}".format('original_account_site'), kwargs.get('original_account_site', None))
+ setattr(self, "_{}".format('participant_copy_opt_out'), kwargs.get('participant_copy_opt_out', None))
+ setattr(self, "_{}".format('participant_copy_opt_out_metadata'), kwargs.get('participant_copy_opt_out_metadata', None))
setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None))
setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None))
setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None))
@@ -2898,6 +3027,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None))
setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None))
setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None))
+ setattr(self, "_{}".format('recycle_bin_envelope_retention'), kwargs.get('recycle_bin_envelope_retention', None))
+ setattr(self, "_{}".format('recycle_bin_envelope_retention_metadata'), kwargs.get('recycle_bin_envelope_retention_metadata', None))
setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None))
setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None))
setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None))
@@ -2910,7 +3041,6 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None))
setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None))
setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None))
- setattr(self, "_{}".format('sbs_transaction_level'), kwargs.get('sbs_transaction_level', None))
setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None))
setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None))
setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None))
@@ -3009,6 +3139,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None))
setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None))
setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None))
+ setattr(self, "_{}".format('universal_signature_skip_platform_signature'), kwargs.get('universal_signature_skip_platform_signature', None))
+ setattr(self, "_{}".format('universal_signature_skip_platform_signature_metadata'), kwargs.get('universal_signature_skip_platform_signature_metadata', None))
setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None))
setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None))
setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None))
@@ -4044,6 +4176,29 @@ def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata):
self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata
+ @property
+ def allow_connect_authoritative_copy_ready_event_ui(self):
+ """Gets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._allow_connect_authoritative_copy_ready_event_ui
+
+ @allow_connect_authoritative_copy_ready_event_ui.setter
+ def allow_connect_authoritative_copy_ready_event_ui(self, allow_connect_authoritative_copy_ready_event_ui):
+ """Sets the allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param allow_connect_authoritative_copy_ready_event_ui: The allow_connect_authoritative_copy_ready_event_ui of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._allow_connect_authoritative_copy_ready_event_ui = allow_connect_authoritative_copy_ready_event_ui
+
@property
def allow_connect_envelope_removed_event(self):
"""Gets the allow_connect_envelope_removed_event of this AccountSettingsInformation. # noqa: E501
@@ -4067,6 +4222,29 @@ def allow_connect_envelope_removed_event(self, allow_connect_envelope_removed_ev
self._allow_connect_envelope_removed_event = allow_connect_envelope_removed_event
+ @property
+ def allow_connect_extension_ui(self):
+ """Gets the allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._allow_connect_extension_ui
+
+ @allow_connect_extension_ui.setter
+ def allow_connect_extension_ui(self, allow_connect_extension_ui):
+ """Sets the allow_connect_extension_ui of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param allow_connect_extension_ui: The allow_connect_extension_ui of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._allow_connect_extension_ui = allow_connect_extension_ui
+
@property
def allow_connect_http_listener_configs(self):
"""Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501
@@ -5999,6 +6177,52 @@ def allow_offline_signing_metadata(self, allow_offline_signing_metadata):
self._allow_offline_signing_metadata = allow_offline_signing_metadata
+ @property
+ def allow_only_standalone_web_forms(self):
+ """Gets the allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._allow_only_standalone_web_forms
+
+ @allow_only_standalone_web_forms.setter
+ def allow_only_standalone_web_forms(self, allow_only_standalone_web_forms):
+ """Sets the allow_only_standalone_web_forms of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param allow_only_standalone_web_forms: The allow_only_standalone_web_forms of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._allow_only_standalone_web_forms = allow_only_standalone_web_forms
+
+ @property
+ def allow_only_standalone_web_forms_metadata(self):
+ """Gets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._allow_only_standalone_web_forms_metadata
+
+ @allow_only_standalone_web_forms_metadata.setter
+ def allow_only_standalone_web_forms_metadata(self, allow_only_standalone_web_forms_metadata):
+ """Sets the allow_only_standalone_web_forms_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param allow_only_standalone_web_forms_metadata: The allow_only_standalone_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._allow_only_standalone_web_forms_metadata = allow_only_standalone_web_forms_metadata
+
@property
def allow_open_trust_signer_certificate(self):
"""Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501
@@ -9150,6 +9374,29 @@ def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata):
self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata
+ @property
+ def cloud_ready(self):
+ """Gets the cloud_ready of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The cloud_ready of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._cloud_ready
+
+ @cloud_ready.setter
+ def cloud_ready(self, cloud_ready):
+ """Sets the cloud_ready of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param cloud_ready: The cloud_ready of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._cloud_ready = cloud_ready
+
@property
def comment_email_show_message_text(self):
"""Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501
@@ -9564,52 +9811,6 @@ def disable_auto_template_matching_metadata(self, disable_auto_template_matching
self._disable_auto_template_matching_metadata = disable_auto_template_matching_metadata
- @property
- def disable_bulk_send_recipient_limit(self):
- """Gets the disable_bulk_send_recipient_limit of this AccountSettingsInformation. # noqa: E501
-
- # noqa: E501
-
- :return: The disable_bulk_send_recipient_limit of this AccountSettingsInformation. # noqa: E501
- :rtype: str
- """
- return self._disable_bulk_send_recipient_limit
-
- @disable_bulk_send_recipient_limit.setter
- def disable_bulk_send_recipient_limit(self, disable_bulk_send_recipient_limit):
- """Sets the disable_bulk_send_recipient_limit of this AccountSettingsInformation.
-
- # noqa: E501
-
- :param disable_bulk_send_recipient_limit: The disable_bulk_send_recipient_limit of this AccountSettingsInformation. # noqa: E501
- :type: str
- """
-
- self._disable_bulk_send_recipient_limit = disable_bulk_send_recipient_limit
-
- @property
- def disable_bulk_send_recipient_limit_meta_data(self):
- """Gets the disable_bulk_send_recipient_limit_meta_data of this AccountSettingsInformation. # noqa: E501
-
- # noqa: E501
-
- :return: The disable_bulk_send_recipient_limit_meta_data of this AccountSettingsInformation. # noqa: E501
- :rtype: SettingsMetadata
- """
- return self._disable_bulk_send_recipient_limit_meta_data
-
- @disable_bulk_send_recipient_limit_meta_data.setter
- def disable_bulk_send_recipient_limit_meta_data(self, disable_bulk_send_recipient_limit_meta_data):
- """Sets the disable_bulk_send_recipient_limit_meta_data of this AccountSettingsInformation.
-
- # noqa: E501
-
- :param disable_bulk_send_recipient_limit_meta_data: The disable_bulk_send_recipient_limit_meta_data of this AccountSettingsInformation. # noqa: E501
- :type: SettingsMetadata
- """
-
- self._disable_bulk_send_recipient_limit_meta_data = disable_bulk_send_recipient_limit_meta_data
-
@property
def disable_mobile_app(self):
"""Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501
@@ -10300,52 +10501,6 @@ def draft_envelope_retention_metadata(self, draft_envelope_retention_metadata):
self._draft_envelope_retention_metadata = draft_envelope_retention_metadata
- @property
- def dss_enable_provisioning_pen_configuration_radmin_option(self):
- """Gets the dss_enable_provisioning_pen_configuration_radmin_option of this AccountSettingsInformation. # noqa: E501
-
- # noqa: E501
-
- :return: The dss_enable_provisioning_pen_configuration_radmin_option of this AccountSettingsInformation. # noqa: E501
- :rtype: str
- """
- return self._dss_enable_provisioning_pen_configuration_radmin_option
-
- @dss_enable_provisioning_pen_configuration_radmin_option.setter
- def dss_enable_provisioning_pen_configuration_radmin_option(self, dss_enable_provisioning_pen_configuration_radmin_option):
- """Sets the dss_enable_provisioning_pen_configuration_radmin_option of this AccountSettingsInformation.
-
- # noqa: E501
-
- :param dss_enable_provisioning_pen_configuration_radmin_option: The dss_enable_provisioning_pen_configuration_radmin_option of this AccountSettingsInformation. # noqa: E501
- :type: str
- """
-
- self._dss_enable_provisioning_pen_configuration_radmin_option = dss_enable_provisioning_pen_configuration_radmin_option
-
- @property
- def dss_enable_signature_type_custom_tag_radmin_radmin_option(self):
- """Gets the dss_enable_signature_type_custom_tag_radmin_radmin_option of this AccountSettingsInformation. # noqa: E501
-
- # noqa: E501
-
- :return: The dss_enable_signature_type_custom_tag_radmin_radmin_option of this AccountSettingsInformation. # noqa: E501
- :rtype: str
- """
- return self._dss_enable_signature_type_custom_tag_radmin_radmin_option
-
- @dss_enable_signature_type_custom_tag_radmin_radmin_option.setter
- def dss_enable_signature_type_custom_tag_radmin_radmin_option(self, dss_enable_signature_type_custom_tag_radmin_radmin_option):
- """Sets the dss_enable_signature_type_custom_tag_radmin_radmin_option of this AccountSettingsInformation.
-
- # noqa: E501
-
- :param dss_enable_signature_type_custom_tag_radmin_radmin_option: The dss_enable_signature_type_custom_tag_radmin_radmin_option of this AccountSettingsInformation. # noqa: E501
- :type: str
- """
-
- self._dss_enable_signature_type_custom_tag_radmin_radmin_option = dss_enable_signature_type_custom_tag_radmin_radmin_option
-
@property
def dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb(self):
"""Gets the dss_scorefdn_196_rebrand_docu_sign_is_not_a_verb of this AccountSettingsInformation. # noqa: E501
@@ -10921,6 +11076,52 @@ def enable_agreement_actions_for_e_sign_metadata(self, enable_agreement_actions_
self._enable_agreement_actions_for_e_sign_metadata = enable_agreement_actions_for_e_sign_metadata
+ @property
+ def enable_ai_contract_review(self):
+ """Gets the enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_ai_contract_review
+
+ @enable_ai_contract_review.setter
+ def enable_ai_contract_review(self, enable_ai_contract_review):
+ """Sets the enable_ai_contract_review of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_ai_contract_review: The enable_ai_contract_review of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_ai_contract_review = enable_ai_contract_review
+
+ @property
+ def enable_ai_contract_review_metadata(self):
+ """Gets the enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_ai_contract_review_metadata
+
+ @enable_ai_contract_review_metadata.setter
+ def enable_ai_contract_review_metadata(self, enable_ai_contract_review_metadata):
+ """Sets the enable_ai_contract_review_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_ai_contract_review_metadata: The enable_ai_contract_review_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_ai_contract_review_metadata = enable_ai_contract_review_metadata
+
@property
def enable_auto_nav(self):
"""Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501
@@ -10967,6 +11168,52 @@ def enable_auto_nav_metadata(self, enable_auto_nav_metadata):
self._enable_auto_nav_metadata = enable_auto_nav_metadata
+ @property
+ def enable_batch_update_envelope_types(self):
+ """Gets the enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_batch_update_envelope_types
+
+ @enable_batch_update_envelope_types.setter
+ def enable_batch_update_envelope_types(self, enable_batch_update_envelope_types):
+ """Sets the enable_batch_update_envelope_types of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_batch_update_envelope_types: The enable_batch_update_envelope_types of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_batch_update_envelope_types = enable_batch_update_envelope_types
+
+ @property
+ def enable_batch_update_envelope_types_metadata(self):
+ """Gets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_batch_update_envelope_types_metadata
+
+ @enable_batch_update_envelope_types_metadata.setter
+ def enable_batch_update_envelope_types_metadata(self, enable_batch_update_envelope_types_metadata):
+ """Sets the enable_batch_update_envelope_types_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_batch_update_envelope_types_metadata: The enable_batch_update_envelope_types_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_batch_update_envelope_types_metadata = enable_batch_update_envelope_types_metadata
+
@property
def enable_bcc_dummy_link(self):
"""Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501
@@ -11496,6 +11743,98 @@ def enable_content_search_metadata(self, enable_content_search_metadata):
self._enable_content_search_metadata = enable_content_search_metadata
+ @property
+ def enable_coupa_core(self):
+ """Gets the enable_coupa_core of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_coupa_core of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_coupa_core
+
+ @enable_coupa_core.setter
+ def enable_coupa_core(self, enable_coupa_core):
+ """Sets the enable_coupa_core of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_coupa_core: The enable_coupa_core of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_coupa_core = enable_coupa_core
+
+ @property
+ def enable_coupa_core_meta_data(self):
+ """Gets the enable_coupa_core_meta_data of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_coupa_core_meta_data of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_coupa_core_meta_data
+
+ @enable_coupa_core_meta_data.setter
+ def enable_coupa_core_meta_data(self, enable_coupa_core_meta_data):
+ """Sets the enable_coupa_core_meta_data of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_coupa_core_meta_data: The enable_coupa_core_meta_data of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_coupa_core_meta_data = enable_coupa_core_meta_data
+
+ @property
+ def enable_custom_data_verification_extensions(self):
+ """Gets the enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_custom_data_verification_extensions
+
+ @enable_custom_data_verification_extensions.setter
+ def enable_custom_data_verification_extensions(self, enable_custom_data_verification_extensions):
+ """Sets the enable_custom_data_verification_extensions of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_custom_data_verification_extensions: The enable_custom_data_verification_extensions of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_custom_data_verification_extensions = enable_custom_data_verification_extensions
+
+ @property
+ def enable_custom_data_verification_extensions_metadata(self):
+ """Gets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_custom_data_verification_extensions_metadata
+
+ @enable_custom_data_verification_extensions_metadata.setter
+ def enable_custom_data_verification_extensions_metadata(self, enable_custom_data_verification_extensions_metadata):
+ """Sets the enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_custom_data_verification_extensions_metadata: The enable_custom_data_verification_extensions_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_custom_data_verification_extensions_metadata = enable_custom_data_verification_extensions_metadata
+
@property
def enable_customer_satisfaction_metric_tracking(self):
"""Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501
@@ -11589,50 +11928,96 @@ def enable_data_verification_extensions_metadata(self, enable_data_verification_
self._enable_data_verification_extensions_metadata = enable_data_verification_extensions_metadata
@property
- def enable_d_sig_eu_advanced_pens(self):
- """Gets the enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501
+ def enable_document_template_library(self):
+ """Gets the enable_document_template_library of this AccountSettingsInformation. # noqa: E501
# noqa: E501
- :return: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501
+ :return: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501
:rtype: str
"""
- return self._enable_d_sig_eu_advanced_pens
+ return self._enable_document_template_library
- @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.
+ @enable_document_template_library.setter
+ def enable_document_template_library(self, enable_document_template_library):
+ """Sets the enable_document_template_library of this AccountSettingsInformation.
# noqa: E501
- :param enable_d_sig_eu_advanced_pens: The enable_d_sig_eu_advanced_pens of this AccountSettingsInformation. # noqa: E501
+ :param enable_document_template_library: The enable_document_template_library of this AccountSettingsInformation. # noqa: E501
:type: str
"""
- self._enable_d_sig_eu_advanced_pens = enable_d_sig_eu_advanced_pens
+ self._enable_document_template_library = enable_document_template_library
@property
- def enable_d_sig_eu_advanced_pens_metadata(self):
- """Gets the enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501
+ def enable_document_template_library_metadata(self):
+ """Gets the enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
- :return: The enable_d_sig_eu_advanced_pens_metadata of this AccountSettingsInformation. # noqa: E501
+ :return: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501
:rtype: SettingsMetadata
"""
- return self._enable_d_sig_eu_advanced_pens_metadata
+ return self._enable_document_template_library_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.
+ @enable_document_template_library_metadata.setter
+ def enable_document_template_library_metadata(self, enable_document_template_library_metadata):
+ """Sets the enable_document_template_library_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
+ :param enable_document_template_library_metadata: The enable_document_template_library_metadata of this AccountSettingsInformation. # noqa: E501
:type: SettingsMetadata
"""
- self._enable_d_sig_eu_advanced_pens_metadata = enable_d_sig_eu_advanced_pens_metadata
+ self._enable_document_template_library_metadata = enable_document_template_library_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):
@@ -12577,6 +12962,98 @@ def enable_large_file_support_metadata(self, enable_large_file_support_metadata)
self._enable_large_file_support_metadata = enable_large_file_support_metadata
+ @property
+ def enable_legacy_shared_envelopes(self):
+ """Gets the enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_legacy_shared_envelopes
+
+ @enable_legacy_shared_envelopes.setter
+ def enable_legacy_shared_envelopes(self, enable_legacy_shared_envelopes):
+ """Sets the enable_legacy_shared_envelopes of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_legacy_shared_envelopes: The enable_legacy_shared_envelopes of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_legacy_shared_envelopes = enable_legacy_shared_envelopes
+
+ @property
+ def enable_legacy_shared_envelopes_metadata(self):
+ """Gets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_legacy_shared_envelopes_metadata
+
+ @enable_legacy_shared_envelopes_metadata.setter
+ def enable_legacy_shared_envelopes_metadata(self, enable_legacy_shared_envelopes_metadata):
+ """Sets the enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_legacy_shared_envelopes_metadata: The enable_legacy_shared_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_legacy_shared_envelopes_metadata = enable_legacy_shared_envelopes_metadata
+
+ @property
+ def enable_license_management(self):
+ """Gets the enable_license_management of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_license_management of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_license_management
+
+ @enable_license_management.setter
+ def enable_license_management(self, enable_license_management):
+ """Sets the enable_license_management of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_license_management: The enable_license_management of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_license_management = enable_license_management
+
+ @property
+ def enable_license_management_metadata(self):
+ """Gets the enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_license_management_metadata
+
+ @enable_license_management_metadata.setter
+ def enable_license_management_metadata(self, enable_license_management_metadata):
+ """Sets the enable_license_management_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_license_management_metadata: The enable_license_management_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_license_management_metadata = enable_license_management_metadata
+
@property
def enable_multi_user_repository_features(self):
"""Gets the enable_multi_user_repository_features of this AccountSettingsInformation. # noqa: E501
@@ -12623,6 +13100,144 @@ def enable_multi_user_repository_features_metadata(self, enable_multi_user_repos
self._enable_multi_user_repository_features_metadata = enable_multi_user_repository_features_metadata
+ @property
+ def enable_navigator_partial_ingestion(self):
+ """Gets the enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_navigator_partial_ingestion
+
+ @enable_navigator_partial_ingestion.setter
+ def enable_navigator_partial_ingestion(self, enable_navigator_partial_ingestion):
+ """Sets the enable_navigator_partial_ingestion of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_navigator_partial_ingestion: The enable_navigator_partial_ingestion of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_navigator_partial_ingestion = enable_navigator_partial_ingestion
+
+ @property
+ def enable_navigator_partial_ingestion_metadata(self):
+ """Gets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_navigator_partial_ingestion_metadata
+
+ @enable_navigator_partial_ingestion_metadata.setter
+ def enable_navigator_partial_ingestion_metadata(self, enable_navigator_partial_ingestion_metadata):
+ """Sets the enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_navigator_partial_ingestion_metadata: The enable_navigator_partial_ingestion_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_navigator_partial_ingestion_metadata = enable_navigator_partial_ingestion_metadata
+
+ @property
+ def enable_navigator_trial(self):
+ """Gets the enable_navigator_trial of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_navigator_trial
+
+ @enable_navigator_trial.setter
+ def enable_navigator_trial(self, enable_navigator_trial):
+ """Sets the enable_navigator_trial of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_navigator_trial: The enable_navigator_trial of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_navigator_trial = enable_navigator_trial
+
+ @property
+ def enable_navigator_trial_metadata(self):
+ """Gets the enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_navigator_trial_metadata
+
+ @enable_navigator_trial_metadata.setter
+ def enable_navigator_trial_metadata(self, enable_navigator_trial_metadata):
+ """Sets the enable_navigator_trial_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_navigator_trial_metadata: The enable_navigator_trial_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_navigator_trial_metadata = enable_navigator_trial_metadata
+
+ @property
+ def enable_obligation_management(self):
+ """Gets the enable_obligation_management of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_obligation_management
+
+ @enable_obligation_management.setter
+ def enable_obligation_management(self, enable_obligation_management):
+ """Sets the enable_obligation_management of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_obligation_management: The enable_obligation_management of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_obligation_management = enable_obligation_management
+
+ @property
+ def enable_obligation_management_metadata(self):
+ """Gets the enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_obligation_management_metadata
+
+ @enable_obligation_management_metadata.setter
+ def enable_obligation_management_metadata(self, enable_obligation_management_metadata):
+ """Sets the enable_obligation_management_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_obligation_management_metadata: The enable_obligation_management_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_obligation_management_metadata = enable_obligation_management_metadata
+
@property
def enable_participant_recipient_setting_metadata(self):
"""Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501
@@ -13704,6 +14319,52 @@ def enable_signing_extension_conversations_metadata(self, enable_signing_extensi
self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata
+ @property
+ def enable_signing_group_continue_page_setting(self):
+ """Gets the enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_signing_group_continue_page_setting
+
+ @enable_signing_group_continue_page_setting.setter
+ def enable_signing_group_continue_page_setting(self, enable_signing_group_continue_page_setting):
+ """Sets the enable_signing_group_continue_page_setting of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_signing_group_continue_page_setting: The enable_signing_group_continue_page_setting of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_signing_group_continue_page_setting = enable_signing_group_continue_page_setting
+
+ @property
+ def enable_signing_group_continue_page_setting_metadata(self):
+ """Gets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_signing_group_continue_page_setting_metadata
+
+ @enable_signing_group_continue_page_setting_metadata.setter
+ def enable_signing_group_continue_page_setting_metadata(self, enable_signing_group_continue_page_setting_metadata):
+ """Sets the enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_signing_group_continue_page_setting_metadata: The enable_signing_group_continue_page_setting_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_signing_group_continue_page_setting_metadata = enable_signing_group_continue_page_setting_metadata
+
@property
def enable_signing_order_settings_for_account(self):
"""Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501
@@ -14417,6 +15078,52 @@ def enable_witnessing_metadata(self, enable_witnessing_metadata):
self._enable_witnessing_metadata = enable_witnessing_metadata
+ @property
+ def enable_workday_financials_extension(self):
+ """Gets the enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._enable_workday_financials_extension
+
+ @enable_workday_financials_extension.setter
+ def enable_workday_financials_extension(self, enable_workday_financials_extension):
+ """Sets the enable_workday_financials_extension of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_workday_financials_extension: The enable_workday_financials_extension of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._enable_workday_financials_extension = enable_workday_financials_extension
+
+ @property
+ def enable_workday_financials_extension_meta_data(self):
+ """Gets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._enable_workday_financials_extension_meta_data
+
+ @enable_workday_financials_extension_meta_data.setter
+ def enable_workday_financials_extension_meta_data(self, enable_workday_financials_extension_meta_data):
+ """Sets the enable_workday_financials_extension_meta_data of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param enable_workday_financials_extension_meta_data: The enable_workday_financials_extension_meta_data of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._enable_workday_financials_extension_meta_data = enable_workday_financials_extension_meta_data
+
@property
def enforce_template_name_uniqueness(self):
"""Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501
@@ -15935,6 +16642,52 @@ def is_connect_document_fields_enabled(self, is_connect_document_fields_enabled)
self._is_connect_document_fields_enabled = is_connect_document_fields_enabled
+ @property
+ def isv_embed(self):
+ """Gets the isv_embed of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The isv_embed of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._isv_embed
+
+ @isv_embed.setter
+ def isv_embed(self, isv_embed):
+ """Sets the isv_embed of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param isv_embed: The isv_embed of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._isv_embed = isv_embed
+
+ @property
+ def isv_embed_meta_data(self):
+ """Gets the isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._isv_embed_meta_data
+
+ @isv_embed_meta_data.setter
+ def isv_embed_meta_data(self, isv_embed_meta_data):
+ """Sets the isv_embed_meta_data of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param isv_embed_meta_data: The isv_embed_meta_data of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._isv_embed_meta_data = isv_embed_meta_data
+
@property
def isv_oem_embed(self):
"""Gets the isv_oem_embed of this AccountSettingsInformation. # noqa: E501
@@ -16395,6 +17148,75 @@ def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_
self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata
+ @property
+ def original_account_site(self):
+ """Gets the original_account_site of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The original_account_site of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._original_account_site
+
+ @original_account_site.setter
+ def original_account_site(self, original_account_site):
+ """Sets the original_account_site of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param original_account_site: The original_account_site of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._original_account_site = original_account_site
+
+ @property
+ def participant_copy_opt_out(self):
+ """Gets the participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._participant_copy_opt_out
+
+ @participant_copy_opt_out.setter
+ def participant_copy_opt_out(self, participant_copy_opt_out):
+ """Sets the participant_copy_opt_out of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param participant_copy_opt_out: The participant_copy_opt_out of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._participant_copy_opt_out = participant_copy_opt_out
+
+ @property
+ def participant_copy_opt_out_metadata(self):
+ """Gets the participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._participant_copy_opt_out_metadata
+
+ @participant_copy_opt_out_metadata.setter
+ def participant_copy_opt_out_metadata(self, participant_copy_opt_out_metadata):
+ """Sets the participant_copy_opt_out_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param participant_copy_opt_out_metadata: The participant_copy_opt_out_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._participant_copy_opt_out_metadata = participant_copy_opt_out_metadata
+
@property
def pdf_max_chunked_upload_part_size(self):
"""Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501
@@ -16763,6 +17585,52 @@ def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_a
self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata
+ @property
+ def recycle_bin_envelope_retention(self):
+ """Gets the recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._recycle_bin_envelope_retention
+
+ @recycle_bin_envelope_retention.setter
+ def recycle_bin_envelope_retention(self, recycle_bin_envelope_retention):
+ """Sets the recycle_bin_envelope_retention of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param recycle_bin_envelope_retention: The recycle_bin_envelope_retention of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._recycle_bin_envelope_retention = recycle_bin_envelope_retention
+
+ @property
+ def recycle_bin_envelope_retention_metadata(self):
+ """Gets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._recycle_bin_envelope_retention_metadata
+
+ @recycle_bin_envelope_retention_metadata.setter
+ def recycle_bin_envelope_retention_metadata(self, recycle_bin_envelope_retention_metadata):
+ """Sets the recycle_bin_envelope_retention_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param recycle_bin_envelope_retention_metadata: The recycle_bin_envelope_retention_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._recycle_bin_envelope_retention_metadata = recycle_bin_envelope_retention_metadata
+
@property
def require21_cf_rpt11_compliance(self):
"""Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501
@@ -17039,29 +17907,6 @@ def rsa_verid_user_id(self, rsa_verid_user_id):
self._rsa_verid_user_id = rsa_verid_user_id
- @property
- def sbs_transaction_level(self):
- """Gets the sbs_transaction_level of this AccountSettingsInformation. # noqa: E501
-
- # noqa: E501
-
- :return: The sbs_transaction_level of this AccountSettingsInformation. # noqa: E501
- :rtype: str
- """
- return self._sbs_transaction_level
-
- @sbs_transaction_level.setter
- def sbs_transaction_level(self, sbs_transaction_level):
- """Sets the sbs_transaction_level of this AccountSettingsInformation.
-
- # noqa: E501
-
- :param sbs_transaction_level: The sbs_transaction_level of this AccountSettingsInformation. # noqa: E501
- :type: str
- """
-
- self._sbs_transaction_level = sbs_transaction_level
-
@property
def self_signed_recipient_email_document(self):
"""Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501
@@ -19316,6 +20161,52 @@ def universal_signature_opt_in(self, universal_signature_opt_in):
self._universal_signature_opt_in = universal_signature_opt_in
+ @property
+ def universal_signature_skip_platform_signature(self):
+ """Gets the universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._universal_signature_skip_platform_signature
+
+ @universal_signature_skip_platform_signature.setter
+ def universal_signature_skip_platform_signature(self, universal_signature_skip_platform_signature):
+ """Sets the universal_signature_skip_platform_signature of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param universal_signature_skip_platform_signature: The universal_signature_skip_platform_signature of this AccountSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._universal_signature_skip_platform_signature = universal_signature_skip_platform_signature
+
+ @property
+ def universal_signature_skip_platform_signature_metadata(self):
+ """Gets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._universal_signature_skip_platform_signature_metadata
+
+ @universal_signature_skip_platform_signature_metadata.setter
+ def universal_signature_skip_platform_signature_metadata(self, universal_signature_skip_platform_signature_metadata):
+ """Sets the universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation.
+
+ # noqa: E501
+
+ :param universal_signature_skip_platform_signature_metadata: The universal_signature_skip_platform_signature_metadata of this AccountSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._universal_signature_skip_platform_signature_metadata = universal_signature_skip_platform_signature_metadata
+
@property
def use_account_level_email(self):
"""Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501
diff --git a/docusign_esign/models/account_ui_settings.py b/docusign_esign/models/account_ui_settings.py
index a6a35611..5e74d909 100644
--- a/docusign_esign/models/account_ui_settings.py
+++ b/docusign_esign/models/account_ui_settings.py
@@ -39,6 +39,8 @@ class AccountUISettings(object):
'ask_an_admin': 'AskAnAdmin',
'clickwrap_schema_version': 'str',
'clickwrap_schema_version_metadata': 'SettingsMetadata',
+ 'disable_web_app_access': 'str',
+ 'disable_web_app_access_metadata': 'SettingsMetadata',
'enable_admin_message': 'str',
'enable_admin_message_metadata': 'SettingsMetadata',
'enable_easy_sign_can_use_multi_template_apply': 'str',
@@ -76,6 +78,8 @@ class AccountUISettings(object):
'ask_an_admin': 'askAnAdmin',
'clickwrap_schema_version': 'clickwrapSchemaVersion',
'clickwrap_schema_version_metadata': 'clickwrapSchemaVersionMetadata',
+ 'disable_web_app_access': 'disableWebAppAccess',
+ 'disable_web_app_access_metadata': 'disableWebAppAccessMetadata',
'enable_admin_message': 'enableAdminMessage',
'enable_admin_message_metadata': 'enableAdminMessageMetadata',
'enable_easy_sign_can_use_multi_template_apply': 'enableEasySignCanUseMultiTemplateApply',
@@ -118,6 +122,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._ask_an_admin = None
self._clickwrap_schema_version = None
self._clickwrap_schema_version_metadata = None
+ self._disable_web_app_access = None
+ self._disable_web_app_access_metadata = None
self._enable_admin_message = None
self._enable_admin_message_metadata = None
self._enable_easy_sign_can_use_multi_template_apply = None
@@ -154,6 +160,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('ask_an_admin'), kwargs.get('ask_an_admin', None))
setattr(self, "_{}".format('clickwrap_schema_version'), kwargs.get('clickwrap_schema_version', None))
setattr(self, "_{}".format('clickwrap_schema_version_metadata'), kwargs.get('clickwrap_schema_version_metadata', None))
+ setattr(self, "_{}".format('disable_web_app_access'), kwargs.get('disable_web_app_access', None))
+ setattr(self, "_{}".format('disable_web_app_access_metadata'), kwargs.get('disable_web_app_access_metadata', None))
setattr(self, "_{}".format('enable_admin_message'), kwargs.get('enable_admin_message', None))
setattr(self, "_{}".format('enable_admin_message_metadata'), kwargs.get('enable_admin_message_metadata', None))
setattr(self, "_{}".format('enable_easy_sign_can_use_multi_template_apply'), kwargs.get('enable_easy_sign_can_use_multi_template_apply', None))
@@ -321,6 +329,52 @@ def clickwrap_schema_version_metadata(self, clickwrap_schema_version_metadata):
self._clickwrap_schema_version_metadata = clickwrap_schema_version_metadata
+ @property
+ def disable_web_app_access(self):
+ """Gets the disable_web_app_access of this AccountUISettings. # noqa: E501
+
+ # noqa: E501
+
+ :return: The disable_web_app_access of this AccountUISettings. # noqa: E501
+ :rtype: str
+ """
+ return self._disable_web_app_access
+
+ @disable_web_app_access.setter
+ def disable_web_app_access(self, disable_web_app_access):
+ """Sets the disable_web_app_access of this AccountUISettings.
+
+ # noqa: E501
+
+ :param disable_web_app_access: The disable_web_app_access of this AccountUISettings. # noqa: E501
+ :type: str
+ """
+
+ self._disable_web_app_access = disable_web_app_access
+
+ @property
+ def disable_web_app_access_metadata(self):
+ """Gets the disable_web_app_access_metadata of this AccountUISettings. # noqa: E501
+
+ # noqa: E501
+
+ :return: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._disable_web_app_access_metadata
+
+ @disable_web_app_access_metadata.setter
+ def disable_web_app_access_metadata(self, disable_web_app_access_metadata):
+ """Sets the disable_web_app_access_metadata of this AccountUISettings.
+
+ # noqa: E501
+
+ :param disable_web_app_access_metadata: The disable_web_app_access_metadata of this AccountUISettings. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._disable_web_app_access_metadata = disable_web_app_access_metadata
+
@property
def enable_admin_message(self):
"""Gets the enable_admin_message of this AccountUISettings. # noqa: E501
diff --git a/docusign_esign/models/agent.py b/docusign_esign/models/agent.py
index b6a31e2c..29fa45c1 100644
--- a/docusign_esign/models/agent.py
+++ b/docusign_esign/models/agent.py
@@ -51,6 +51,7 @@ class Agent(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -106,7 +107,8 @@ class Agent(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -128,6 +130,7 @@ class Agent(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -183,7 +186,8 @@ class Agent(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -210,6 +214,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -266,6 +271,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -286,6 +292,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -342,6 +349,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -757,6 +765,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Agent. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Agent. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Agent.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Agent. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Agent. # noqa: E501
@@ -2045,6 +2076,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Agent. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Agent. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Agent.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Agent. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/approve.py b/docusign_esign/models/approve.py
index ff184150..6957a6bc 100644
--- a/docusign_esign/models/approve.py
+++ b/docusign_esign/models/approve.py
@@ -63,6 +63,7 @@ class Approve(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class Approve(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -115,6 +117,7 @@ class Approve(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class Approve(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -188,6 +192,7 @@ class Approve(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -206,6 +211,7 @@ class Approve(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -250,6 +256,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -284,6 +291,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -302,6 +310,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -340,6 +349,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -374,6 +384,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -392,6 +403,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1089,6 +1101,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Approve. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Approve. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Approve.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Approve. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Approve. # noqa: E501
@@ -1871,6 +1906,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Approve. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Approve. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Approve.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Approve. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Approve. # noqa: E501
@@ -2285,6 +2343,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Approve. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Approve. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Approve.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Approve. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Approve. # noqa: E501
diff --git a/docusign_esign/models/carbon_copy.py b/docusign_esign/models/carbon_copy.py
index 553a1064..8546ad7c 100644
--- a/docusign_esign/models/carbon_copy.py
+++ b/docusign_esign/models/carbon_copy.py
@@ -53,6 +53,7 @@ class CarbonCopy(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -111,7 +112,8 @@ class CarbonCopy(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -135,6 +137,7 @@ class CarbonCopy(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -193,7 +196,8 @@ class CarbonCopy(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -222,6 +226,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -281,6 +286,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -303,6 +309,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -362,6 +369,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -823,6 +831,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this CarbonCopy. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this CarbonCopy. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this CarbonCopy.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this CarbonCopy. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this CarbonCopy. # noqa: E501
@@ -2180,6 +2211,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this CarbonCopy. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this CarbonCopy. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this CarbonCopy.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this CarbonCopy. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/certified_delivery.py b/docusign_esign/models/certified_delivery.py
index 2d19d0ed..b02a48bb 100644
--- a/docusign_esign/models/certified_delivery.py
+++ b/docusign_esign/models/certified_delivery.py
@@ -53,6 +53,7 @@ class CertifiedDelivery(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -109,7 +110,8 @@ class CertifiedDelivery(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -133,6 +135,7 @@ class CertifiedDelivery(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -189,7 +192,8 @@ class CertifiedDelivery(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -218,6 +222,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -275,6 +280,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -297,6 +303,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -354,6 +361,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -815,6 +823,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this CertifiedDelivery. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this CertifiedDelivery. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this CertifiedDelivery.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this CertifiedDelivery. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this CertifiedDelivery. # noqa: E501
@@ -2126,6 +2157,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this CertifiedDelivery. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this CertifiedDelivery. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this CertifiedDelivery.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this CertifiedDelivery. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/checkbox.py b/docusign_esign/models/checkbox.py
index df02e913..78a9485e 100644
--- a/docusign_esign/models/checkbox.py
+++ b/docusign_esign/models/checkbox.py
@@ -61,6 +61,7 @@ class Checkbox(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -110,6 +111,7 @@ class Checkbox(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -128,6 +130,7 @@ class Checkbox(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -165,6 +168,7 @@ class Checkbox(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -214,6 +218,7 @@ class Checkbox(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -232,6 +237,7 @@ class Checkbox(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -274,6 +280,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -323,6 +330,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -341,6 +349,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -377,6 +386,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -426,6 +436,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -444,6 +455,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1095,6 +1107,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Checkbox. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Checkbox. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Checkbox.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Checkbox. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Checkbox. # noqa: E501
@@ -2222,6 +2257,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Checkbox. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Checkbox. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Checkbox.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Checkbox. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Checkbox. # noqa: E501
@@ -2636,6 +2694,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Checkbox. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Checkbox. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Checkbox.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Checkbox. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Checkbox. # noqa: E501
diff --git a/docusign_esign/models/comment_thread.py b/docusign_esign/models/comment_thread.py
index 6dac02f8..3820ab12 100644
--- a/docusign_esign/models/comment_thread.py
+++ b/docusign_esign/models/comment_thread.py
@@ -62,6 +62,7 @@ class CommentThread(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -96,6 +97,7 @@ class CommentThread(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -115,6 +117,7 @@ class CommentThread(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -153,6 +156,7 @@ class CommentThread(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -187,6 +191,7 @@ class CommentThread(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -206,6 +211,7 @@ class CommentThread(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -249,6 +255,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -283,6 +290,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -302,6 +310,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -339,6 +348,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -373,6 +383,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -392,6 +403,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1066,6 +1078,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this CommentThread. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this CommentThread. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this CommentThread.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this CommentThread. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this CommentThread. # noqa: E501
@@ -1848,6 +1883,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this CommentThread. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this CommentThread. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this CommentThread.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this CommentThread. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this CommentThread. # noqa: E501
@@ -2285,6 +2343,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this CommentThread. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this CommentThread. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this CommentThread.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this CommentThread. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this CommentThread. # noqa: E501
diff --git a/docusign_esign/models/commission_county.py b/docusign_esign/models/commission_county.py
index df986d16..4e51bf19 100644
--- a/docusign_esign/models/commission_county.py
+++ b/docusign_esign/models/commission_county.py
@@ -63,6 +63,7 @@ class CommissionCounty(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class CommissionCounty(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class CommissionCounty(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class CommissionCounty(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class CommissionCounty(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class CommissionCounty(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this CommissionCounty. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this CommissionCounty. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this CommissionCounty.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this CommissionCounty. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this CommissionCounty. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this CommissionCounty. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this CommissionCounty. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this CommissionCounty.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this CommissionCounty. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this CommissionCounty. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this CommissionCounty. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this CommissionCounty. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this CommissionCounty.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this CommissionCounty. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this CommissionCounty. # noqa: E501
diff --git a/docusign_esign/models/commission_expiration.py b/docusign_esign/models/commission_expiration.py
index e7d2b0d9..4d5f9b43 100644
--- a/docusign_esign/models/commission_expiration.py
+++ b/docusign_esign/models/commission_expiration.py
@@ -63,6 +63,7 @@ class CommissionExpiration(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class CommissionExpiration(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class CommissionExpiration(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class CommissionExpiration(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class CommissionExpiration(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class CommissionExpiration(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this CommissionExpiration. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this CommissionExpiration. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this CommissionExpiration.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this CommissionExpiration. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this CommissionExpiration. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this CommissionExpiration. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this CommissionExpiration. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this CommissionExpiration.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this CommissionExpiration. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this CommissionExpiration. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this CommissionExpiration. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this CommissionExpiration. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this CommissionExpiration.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this CommissionExpiration. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this CommissionExpiration. # noqa: E501
diff --git a/docusign_esign/models/commission_number.py b/docusign_esign/models/commission_number.py
index 8fd5fecc..f5330f14 100644
--- a/docusign_esign/models/commission_number.py
+++ b/docusign_esign/models/commission_number.py
@@ -63,6 +63,7 @@ class CommissionNumber(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class CommissionNumber(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class CommissionNumber(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class CommissionNumber(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class CommissionNumber(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class CommissionNumber(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this CommissionNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this CommissionNumber. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this CommissionNumber.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this CommissionNumber. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this CommissionNumber. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this CommissionNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this CommissionNumber. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this CommissionNumber.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this CommissionNumber. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this CommissionNumber. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this CommissionNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this CommissionNumber. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this CommissionNumber.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this CommissionNumber. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this CommissionNumber. # noqa: E501
diff --git a/docusign_esign/models/commission_state.py b/docusign_esign/models/commission_state.py
index 2e24bb74..2866305b 100644
--- a/docusign_esign/models/commission_state.py
+++ b/docusign_esign/models/commission_state.py
@@ -63,6 +63,7 @@ class CommissionState(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class CommissionState(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class CommissionState(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class CommissionState(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class CommissionState(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class CommissionState(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this CommissionState. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this CommissionState. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this CommissionState.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this CommissionState. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this CommissionState. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this CommissionState. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this CommissionState. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this CommissionState.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this CommissionState. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this CommissionState. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this CommissionState. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this CommissionState. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this CommissionState.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this CommissionState. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this CommissionState. # noqa: E501
diff --git a/docusign_esign/models/company.py b/docusign_esign/models/company.py
index e0bc8918..53bc1752 100644
--- a/docusign_esign/models/company.py
+++ b/docusign_esign/models/company.py
@@ -63,6 +63,7 @@ class Company(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class Company(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class Company(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class Company(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class Company(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class Company(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Company. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Company. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Company.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Company. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Company. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Company. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Company. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Company.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Company. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Company. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Company. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Company. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Company.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Company. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Company. # noqa: E501
diff --git a/docusign_esign/models/connected_object_details.py b/docusign_esign/models/connected_object_details.py
new file mode 100644
index 00000000..e5073816
--- /dev/null
+++ b/docusign_esign/models/connected_object_details.py
@@ -0,0 +1,124 @@
+# coding: utf-8
+
+"""
+ Docusign eSignature REST API
+
+ The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
+
+ OpenAPI spec version: v2.1
+ Contact: devcenter@docusign.com
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from docusign_esign.client.configuration import Configuration
+
+
+class ConnectedObjectDetails(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'record_id': 'str'
+ }
+
+ attribute_map = {
+ 'record_id': 'recordId'
+ }
+
+ def __init__(self, _configuration=None, **kwargs): # noqa: E501
+ """ConnectedObjectDetails - a model defined in Swagger""" # noqa: E501
+ if _configuration is None:
+ _configuration = Configuration()
+ self._configuration = _configuration
+
+ self._record_id = None
+ self.discriminator = None
+
+ setattr(self, "_{}".format('record_id'), kwargs.get('record_id', None))
+
+ @property
+ def record_id(self):
+ """Gets the record_id of this ConnectedObjectDetails. # noqa: E501
+
+ # noqa: E501
+
+ :return: The record_id of this ConnectedObjectDetails. # noqa: E501
+ :rtype: str
+ """
+ return self._record_id
+
+ @record_id.setter
+ def record_id(self, record_id):
+ """Sets the record_id of this ConnectedObjectDetails.
+
+ # noqa: E501
+
+ :param record_id: The record_id of this ConnectedObjectDetails. # noqa: E501
+ :type: str
+ """
+
+ self._record_id = record_id
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+ if issubclass(ConnectedObjectDetails, dict):
+ for key, value in self.items():
+ result[key] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ConnectedObjectDetails):
+ return False
+
+ return self.to_dict() == other.to_dict()
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ if not isinstance(other, ConnectedObjectDetails):
+ return True
+
+ return self.to_dict() != other.to_dict()
diff --git a/docusign_esign/models/date.py b/docusign_esign/models/date.py
index 917ad30b..4fb13a21 100644
--- a/docusign_esign/models/date.py
+++ b/docusign_esign/models/date.py
@@ -63,6 +63,7 @@ class Date(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -119,6 +120,7 @@ class Date(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -143,6 +145,7 @@ class Date(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -182,6 +185,7 @@ class Date(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -238,6 +242,7 @@ class Date(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -262,6 +267,7 @@ class Date(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -306,6 +312,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -362,6 +369,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -386,6 +394,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -424,6 +433,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -480,6 +490,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -504,6 +515,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1201,6 +1213,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Date. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Date. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Date.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Date. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Date. # noqa: E501
@@ -2489,6 +2524,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Date. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Date. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Date.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Date. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Date. # noqa: E501
@@ -3041,6 +3099,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Date. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Date. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Date.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Date. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Date. # noqa: E501
diff --git a/docusign_esign/models/date_signed.py b/docusign_esign/models/date_signed.py
index ce98249b..ef1bd84a 100644
--- a/docusign_esign/models/date_signed.py
+++ b/docusign_esign/models/date_signed.py
@@ -61,6 +61,7 @@ class DateSigned(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class DateSigned(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class DateSigned(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class DateSigned(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class DateSigned(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class DateSigned(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this DateSigned. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this DateSigned. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this DateSigned.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this DateSigned. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this DateSigned. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this DateSigned. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this DateSigned. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this DateSigned.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this DateSigned. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this DateSigned. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this DateSigned. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this DateSigned. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this DateSigned.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this DateSigned. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this DateSigned. # noqa: E501
diff --git a/docusign_esign/models/decline.py b/docusign_esign/models/decline.py
index 1d75fc53..7c52f5be 100644
--- a/docusign_esign/models/decline.py
+++ b/docusign_esign/models/decline.py
@@ -63,6 +63,7 @@ class Decline(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'decline_reason': 'str',
@@ -99,6 +100,7 @@ class Decline(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class Decline(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -156,6 +159,7 @@ class Decline(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'decline_reason': 'declineReason',
@@ -192,6 +196,7 @@ class Decline(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class Decline(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -254,6 +260,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._decline_reason = None
@@ -290,6 +297,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -346,6 +355,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('decline_reason'), kwargs.get('decline_reason', None))
@@ -382,6 +392,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1097,6 +1109,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Decline. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Decline. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Decline.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Decline. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Decline. # noqa: E501
@@ -1925,6 +1960,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Decline. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Decline. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Decline.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Decline. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Decline. # noqa: E501
@@ -2339,6 +2397,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Decline. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Decline. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Decline.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Decline. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Decline. # noqa: E501
diff --git a/docusign_esign/models/doc_gen_form_field.py b/docusign_esign/models/doc_gen_form_field.py
index edb60239..c464b3e1 100644
--- a/docusign_esign/models/doc_gen_form_field.py
+++ b/docusign_esign/models/doc_gen_form_field.py
@@ -33,10 +33,13 @@ class DocGenFormField(object):
and the value is json key in definition.
"""
swagger_types = {
+ 'connected_object_details': 'ConnectedObjectDetails',
'description': 'str',
+ 'fully_qualified_path': 'str',
'label': 'str',
'name': 'str',
'options': 'list[DocGenFormFieldOption]',
+ 'order': 'str',
'predefined_validation': 'str',
'required': 'str',
'row_values': 'list[DocGenFormFieldRowValue]',
@@ -46,10 +49,13 @@ class DocGenFormField(object):
}
attribute_map = {
+ 'connected_object_details': 'connectedObjectDetails',
'description': 'description',
+ 'fully_qualified_path': 'fullyQualifiedPath',
'label': 'label',
'name': 'name',
'options': 'options',
+ 'order': 'order',
'predefined_validation': 'predefinedValidation',
'required': 'required',
'row_values': 'rowValues',
@@ -64,10 +70,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
_configuration = Configuration()
self._configuration = _configuration
+ self._connected_object_details = None
self._description = None
+ self._fully_qualified_path = None
self._label = None
self._name = None
self._options = None
+ self._order = None
self._predefined_validation = None
self._required = None
self._row_values = None
@@ -76,10 +85,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._value = None
self.discriminator = None
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('description'), kwargs.get('description', None))
+ setattr(self, "_{}".format('fully_qualified_path'), kwargs.get('fully_qualified_path', None))
setattr(self, "_{}".format('label'), kwargs.get('label', None))
setattr(self, "_{}".format('name'), kwargs.get('name', None))
setattr(self, "_{}".format('options'), kwargs.get('options', None))
+ setattr(self, "_{}".format('order'), kwargs.get('order', None))
setattr(self, "_{}".format('predefined_validation'), kwargs.get('predefined_validation', None))
setattr(self, "_{}".format('required'), kwargs.get('required', None))
setattr(self, "_{}".format('row_values'), kwargs.get('row_values', None))
@@ -87,6 +99,29 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation'), kwargs.get('validation', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this DocGenFormField. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this DocGenFormField. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this DocGenFormField.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this DocGenFormField. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def description(self):
"""Gets the description of this DocGenFormField. # noqa: E501
@@ -110,6 +145,29 @@ def description(self, description):
self._description = description
+ @property
+ def fully_qualified_path(self):
+ """Gets the fully_qualified_path of this DocGenFormField. # noqa: E501
+
+ # noqa: E501
+
+ :return: The fully_qualified_path of this DocGenFormField. # noqa: E501
+ :rtype: str
+ """
+ return self._fully_qualified_path
+
+ @fully_qualified_path.setter
+ def fully_qualified_path(self, fully_qualified_path):
+ """Sets the fully_qualified_path of this DocGenFormField.
+
+ # noqa: E501
+
+ :param fully_qualified_path: The fully_qualified_path of this DocGenFormField. # noqa: E501
+ :type: str
+ """
+
+ self._fully_qualified_path = fully_qualified_path
+
@property
def label(self):
"""Gets the label of this DocGenFormField. # noqa: E501
@@ -179,6 +237,29 @@ def options(self, options):
self._options = options
+ @property
+ def order(self):
+ """Gets the order of this DocGenFormField. # noqa: E501
+
+ # noqa: E501
+
+ :return: The order of this DocGenFormField. # noqa: E501
+ :rtype: str
+ """
+ return self._order
+
+ @order.setter
+ def order(self, order):
+ """Sets the order of this DocGenFormField.
+
+ # noqa: E501
+
+ :param order: The order of this DocGenFormField. # noqa: E501
+ :type: str
+ """
+
+ self._order = order
+
@property
def predefined_validation(self):
"""Gets the predefined_validation of this DocGenFormField. # noqa: E501
diff --git a/docusign_esign/models/document.py b/docusign_esign/models/document.py
index 10c20c39..901881d2 100644
--- a/docusign_esign/models/document.py
+++ b/docusign_esign/models/document.py
@@ -41,6 +41,8 @@ class Document(object):
'document_base64': 'str',
'document_fields': 'list[NameValue]',
'document_id': 'str',
+ 'document_template_agreement_type_id': 'str',
+ 'document_template_id': 'str',
'encrypted_with_key_manager': 'str',
'file_extension': 'str',
'file_format_hint': 'str',
@@ -72,6 +74,8 @@ class Document(object):
'document_base64': 'documentBase64',
'document_fields': 'documentFields',
'document_id': 'documentId',
+ 'document_template_agreement_type_id': 'documentTemplateAgreementTypeId',
+ 'document_template_id': 'documentTemplateId',
'encrypted_with_key_manager': 'encryptedWithKeyManager',
'file_extension': 'fileExtension',
'file_format_hint': 'fileFormatHint',
@@ -108,6 +112,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._document_base64 = None
self._document_fields = None
self._document_id = None
+ self._document_template_agreement_type_id = None
+ self._document_template_id = None
self._encrypted_with_key_manager = None
self._file_extension = None
self._file_format_hint = None
@@ -138,6 +144,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('document_base64'), kwargs.get('document_base64', None))
setattr(self, "_{}".format('document_fields'), kwargs.get('document_fields', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
+ setattr(self, "_{}".format('document_template_agreement_type_id'), kwargs.get('document_template_agreement_type_id', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('encrypted_with_key_manager'), kwargs.get('encrypted_with_key_manager', None))
setattr(self, "_{}".format('file_extension'), kwargs.get('file_extension', None))
setattr(self, "_{}".format('file_format_hint'), kwargs.get('file_format_hint', None))
@@ -343,6 +351,52 @@ def document_id(self, document_id):
self._document_id = document_id
+ @property
+ def document_template_agreement_type_id(self):
+ """Gets the document_template_agreement_type_id of this Document. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_agreement_type_id of this Document. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_agreement_type_id
+
+ @document_template_agreement_type_id.setter
+ def document_template_agreement_type_id(self, document_template_agreement_type_id):
+ """Sets the document_template_agreement_type_id of this Document.
+
+ # noqa: E501
+
+ :param document_template_agreement_type_id: The document_template_agreement_type_id of this Document. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_agreement_type_id = document_template_agreement_type_id
+
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Document. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Document. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Document.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Document. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def encrypted_with_key_manager(self):
"""Gets the encrypted_with_key_manager of this Document. # noqa: E501
diff --git a/docusign_esign/models/draw.py b/docusign_esign/models/draw.py
index 30cfb636..ed3f59d7 100644
--- a/docusign_esign/models/draw.py
+++ b/docusign_esign/models/draw.py
@@ -60,6 +60,7 @@ class Draw(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -91,6 +92,7 @@ class Draw(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -107,6 +109,7 @@ class Draw(object):
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
'use_background_as_canvas': 'str',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -143,6 +146,7 @@ class Draw(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -174,6 +178,7 @@ class Draw(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -190,6 +195,7 @@ class Draw(object):
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
'use_background_as_canvas': 'useBackgroundAsCanvas',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -231,6 +237,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -262,6 +269,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -278,6 +286,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tooltip = None
self._tool_tip_metadata = None
self._use_background_as_canvas = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -313,6 +322,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -344,6 +354,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -360,6 +371,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('use_background_as_canvas'), kwargs.get('use_background_as_canvas', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -988,6 +1000,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Draw. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Draw. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Draw.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Draw. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Draw. # noqa: E501
@@ -1701,6 +1736,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Draw. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Draw. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Draw.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Draw. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Draw. # noqa: E501
@@ -2069,6 +2127,29 @@ def use_background_as_canvas(self, use_background_as_canvas):
self._use_background_as_canvas = use_background_as_canvas
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Draw. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Draw. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Draw.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Draw. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Draw. # noqa: E501
diff --git a/docusign_esign/models/editor.py b/docusign_esign/models/editor.py
index 84eb7987..69a6379d 100644
--- a/docusign_esign/models/editor.py
+++ b/docusign_esign/models/editor.py
@@ -51,6 +51,7 @@ class Editor(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -105,7 +106,8 @@ class Editor(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -127,6 +129,7 @@ class Editor(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -181,7 +184,8 @@ class Editor(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -208,6 +212,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -263,6 +268,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -283,6 +289,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -338,6 +345,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -753,6 +761,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Editor. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Editor. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Editor.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Editor. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Editor. # noqa: E501
@@ -2018,6 +2049,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Editor. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Editor. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Editor.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Editor. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/email.py b/docusign_esign/models/email.py
index aa978d9f..77d9ee86 100644
--- a/docusign_esign/models/email.py
+++ b/docusign_esign/models/email.py
@@ -63,6 +63,7 @@ class Email(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -119,6 +120,7 @@ class Email(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -143,6 +145,7 @@ class Email(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -182,6 +185,7 @@ class Email(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -238,6 +242,7 @@ class Email(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -262,6 +267,7 @@ class Email(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -306,6 +312,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -362,6 +369,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -386,6 +394,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -424,6 +433,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -480,6 +490,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -504,6 +515,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1201,6 +1213,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Email. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Email. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Email.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Email. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Email. # noqa: E501
@@ -2489,6 +2524,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Email. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Email. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Email.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Email. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Email. # noqa: E501
@@ -3041,6 +3099,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Email. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Email. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Email.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Email. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Email. # noqa: E501
diff --git a/docusign_esign/models/email_address.py b/docusign_esign/models/email_address.py
index aedcd24c..4e27f41b 100644
--- a/docusign_esign/models/email_address.py
+++ b/docusign_esign/models/email_address.py
@@ -61,6 +61,7 @@ class EmailAddress(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class EmailAddress(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class EmailAddress(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class EmailAddress(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class EmailAddress(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class EmailAddress(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this EmailAddress. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this EmailAddress. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this EmailAddress.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this EmailAddress. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this EmailAddress. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this EmailAddress. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this EmailAddress. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this EmailAddress.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this EmailAddress. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this EmailAddress. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this EmailAddress. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this EmailAddress. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this EmailAddress.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this EmailAddress. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this EmailAddress. # noqa: E501
diff --git a/docusign_esign/models/envelope.py b/docusign_esign/models/envelope.py
index 924cb5cc..47bf7c2e 100644
--- a/docusign_esign/models/envelope.py
+++ b/docusign_esign/models/envelope.py
@@ -79,6 +79,7 @@ class Envelope(object):
'external_envelope_id': 'str',
'folders': 'list[Folder]',
'has_comments': 'str',
+ 'has_document_template_library': 'str',
'has_form_data_changed': 'str',
'has_wav_file': 'str',
'holder': 'str',
@@ -162,6 +163,7 @@ class Envelope(object):
'external_envelope_id': 'externalEnvelopeId',
'folders': 'folders',
'has_comments': 'hasComments',
+ 'has_document_template_library': 'hasDocumentTemplateLibrary',
'has_form_data_changed': 'hasFormDataChanged',
'has_wav_file': 'hasWavFile',
'holder': 'holder',
@@ -250,6 +252,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._external_envelope_id = None
self._folders = None
self._has_comments = None
+ self._has_document_template_library = None
self._has_form_data_changed = None
self._has_wav_file = None
self._holder = None
@@ -332,6 +335,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('external_envelope_id'), kwargs.get('external_envelope_id', None))
setattr(self, "_{}".format('folders'), kwargs.get('folders', None))
setattr(self, "_{}".format('has_comments'), kwargs.get('has_comments', None))
+ setattr(self, "_{}".format('has_document_template_library'), kwargs.get('has_document_template_library', None))
setattr(self, "_{}".format('has_form_data_changed'), kwargs.get('has_form_data_changed', None))
setattr(self, "_{}".format('has_wav_file'), kwargs.get('has_wav_file', None))
setattr(self, "_{}".format('holder'), kwargs.get('holder', None))
@@ -1425,6 +1429,29 @@ def has_comments(self, has_comments):
self._has_comments = has_comments
+ @property
+ def has_document_template_library(self):
+ """Gets the has_document_template_library of this Envelope. # noqa: E501
+
+ # noqa: E501
+
+ :return: The has_document_template_library of this Envelope. # noqa: E501
+ :rtype: str
+ """
+ return self._has_document_template_library
+
+ @has_document_template_library.setter
+ def has_document_template_library(self, has_document_template_library):
+ """Sets the has_document_template_library of this Envelope.
+
+ # noqa: E501
+
+ :param has_document_template_library: The has_document_template_library of this Envelope. # noqa: E501
+ :type: str
+ """
+
+ self._has_document_template_library = has_document_template_library
+
@property
def has_form_data_changed(self):
"""Gets the has_form_data_changed of this Envelope. # noqa: E501
diff --git a/docusign_esign/models/envelope_definition.py b/docusign_esign/models/envelope_definition.py
index c45e9689..18aee10a 100644
--- a/docusign_esign/models/envelope_definition.py
+++ b/docusign_esign/models/envelope_definition.py
@@ -86,6 +86,7 @@ class EnvelopeDefinition(object):
'external_envelope_id': 'str',
'folders': 'list[Folder]',
'has_comments': 'str',
+ 'has_document_template_library': 'str',
'has_form_data_changed': 'str',
'has_wav_file': 'str',
'holder': 'str',
@@ -180,6 +181,7 @@ class EnvelopeDefinition(object):
'external_envelope_id': 'externalEnvelopeId',
'folders': 'folders',
'has_comments': 'hasComments',
+ 'has_document_template_library': 'hasDocumentTemplateLibrary',
'has_form_data_changed': 'hasFormDataChanged',
'has_wav_file': 'hasWavFile',
'holder': 'holder',
@@ -279,6 +281,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._external_envelope_id = None
self._folders = None
self._has_comments = None
+ self._has_document_template_library = None
self._has_form_data_changed = None
self._has_wav_file = None
self._holder = None
@@ -372,6 +375,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('external_envelope_id'), kwargs.get('external_envelope_id', None))
setattr(self, "_{}".format('folders'), kwargs.get('folders', None))
setattr(self, "_{}".format('has_comments'), kwargs.get('has_comments', None))
+ setattr(self, "_{}".format('has_document_template_library'), kwargs.get('has_document_template_library', None))
setattr(self, "_{}".format('has_form_data_changed'), kwargs.get('has_form_data_changed', None))
setattr(self, "_{}".format('has_wav_file'), kwargs.get('has_wav_file', None))
setattr(self, "_{}".format('holder'), kwargs.get('holder', None))
@@ -1630,6 +1634,29 @@ def has_comments(self, has_comments):
self._has_comments = has_comments
+ @property
+ def has_document_template_library(self):
+ """Gets the has_document_template_library of this EnvelopeDefinition. # noqa: E501
+
+ # noqa: E501
+
+ :return: The has_document_template_library of this EnvelopeDefinition. # noqa: E501
+ :rtype: str
+ """
+ return self._has_document_template_library
+
+ @has_document_template_library.setter
+ def has_document_template_library(self, has_document_template_library):
+ """Sets the has_document_template_library of this EnvelopeDefinition.
+
+ # noqa: E501
+
+ :param has_document_template_library: The has_document_template_library of this EnvelopeDefinition. # noqa: E501
+ :type: str
+ """
+
+ self._has_document_template_library = has_document_template_library
+
@property
def has_form_data_changed(self):
"""Gets the has_form_data_changed of this EnvelopeDefinition. # noqa: E501
diff --git a/docusign_esign/models/envelope_document.py b/docusign_esign/models/envelope_document.py
index 59ca2a0d..c985e70e 100644
--- a/docusign_esign/models/envelope_document.py
+++ b/docusign_esign/models/envelope_document.py
@@ -48,11 +48,16 @@ class EnvelopeDocument(object):
'document_fields': 'list[NameValue]',
'document_id': 'str',
'document_id_guid': 'str',
+ 'document_template_agreement_type_id': 'str',
+ 'document_template_id': 'str',
'error_details': 'ErrorDetails',
+ 'has_digital_signature': 'str',
'include_in_download': 'str',
'include_in_download_metadata': 'PropertyMetadata',
'is_ace_gen_document': 'str',
'is_doc_gen_document': 'str',
+ 'is_externally_available': 'str',
+ 'is_flattened': 'str',
'name': 'str',
'name_metadata': 'PropertyMetadata',
'order': 'str',
@@ -82,11 +87,16 @@ class EnvelopeDocument(object):
'document_fields': 'documentFields',
'document_id': 'documentId',
'document_id_guid': 'documentIdGuid',
+ 'document_template_agreement_type_id': 'documentTemplateAgreementTypeId',
+ 'document_template_id': 'documentTemplateId',
'error_details': 'errorDetails',
+ 'has_digital_signature': 'hasDigitalSignature',
'include_in_download': 'includeInDownload',
'include_in_download_metadata': 'includeInDownloadMetadata',
'is_ace_gen_document': 'isAceGenDocument',
'is_doc_gen_document': 'isDocGenDocument',
+ 'is_externally_available': 'isExternallyAvailable',
+ 'is_flattened': 'isFlattened',
'name': 'name',
'name_metadata': 'nameMetadata',
'order': 'order',
@@ -121,11 +131,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._document_fields = None
self._document_id = None
self._document_id_guid = None
+ self._document_template_agreement_type_id = None
+ self._document_template_id = None
self._error_details = None
+ self._has_digital_signature = None
self._include_in_download = None
self._include_in_download_metadata = None
self._is_ace_gen_document = None
self._is_doc_gen_document = None
+ self._is_externally_available = None
+ self._is_flattened = None
self._name = None
self._name_metadata = None
self._order = None
@@ -154,11 +169,16 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('document_fields'), kwargs.get('document_fields', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
setattr(self, "_{}".format('document_id_guid'), kwargs.get('document_id_guid', None))
+ setattr(self, "_{}".format('document_template_agreement_type_id'), kwargs.get('document_template_agreement_type_id', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
+ setattr(self, "_{}".format('has_digital_signature'), kwargs.get('has_digital_signature', None))
setattr(self, "_{}".format('include_in_download'), kwargs.get('include_in_download', None))
setattr(self, "_{}".format('include_in_download_metadata'), kwargs.get('include_in_download_metadata', None))
setattr(self, "_{}".format('is_ace_gen_document'), kwargs.get('is_ace_gen_document', None))
setattr(self, "_{}".format('is_doc_gen_document'), kwargs.get('is_doc_gen_document', None))
+ setattr(self, "_{}".format('is_externally_available'), kwargs.get('is_externally_available', None))
+ setattr(self, "_{}".format('is_flattened'), kwargs.get('is_flattened', None))
setattr(self, "_{}".format('name'), kwargs.get('name', None))
setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None))
setattr(self, "_{}".format('order'), kwargs.get('order', None))
@@ -516,6 +536,52 @@ def document_id_guid(self, document_id_guid):
self._document_id_guid = document_id_guid
+ @property
+ def document_template_agreement_type_id(self):
+ """Gets the document_template_agreement_type_id of this EnvelopeDocument. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_agreement_type_id of this EnvelopeDocument. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_agreement_type_id
+
+ @document_template_agreement_type_id.setter
+ def document_template_agreement_type_id(self, document_template_agreement_type_id):
+ """Sets the document_template_agreement_type_id of this EnvelopeDocument.
+
+ # noqa: E501
+
+ :param document_template_agreement_type_id: The document_template_agreement_type_id of this EnvelopeDocument. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_agreement_type_id = document_template_agreement_type_id
+
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this EnvelopeDocument. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this EnvelopeDocument. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this EnvelopeDocument.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this EnvelopeDocument. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def error_details(self):
"""Gets the error_details of this EnvelopeDocument. # noqa: E501
@@ -539,6 +605,29 @@ def error_details(self, error_details):
self._error_details = error_details
+ @property
+ def has_digital_signature(self):
+ """Gets the has_digital_signature of this EnvelopeDocument. # noqa: E501
+
+ # noqa: E501
+
+ :return: The has_digital_signature of this EnvelopeDocument. # noqa: E501
+ :rtype: str
+ """
+ return self._has_digital_signature
+
+ @has_digital_signature.setter
+ def has_digital_signature(self, has_digital_signature):
+ """Sets the has_digital_signature of this EnvelopeDocument.
+
+ # noqa: E501
+
+ :param has_digital_signature: The has_digital_signature of this EnvelopeDocument. # noqa: E501
+ :type: str
+ """
+
+ self._has_digital_signature = has_digital_signature
+
@property
def include_in_download(self):
"""Gets the include_in_download of this EnvelopeDocument. # noqa: E501
@@ -631,6 +720,52 @@ def is_doc_gen_document(self, is_doc_gen_document):
self._is_doc_gen_document = is_doc_gen_document
+ @property
+ def is_externally_available(self):
+ """Gets the is_externally_available of this EnvelopeDocument. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_externally_available of this EnvelopeDocument. # noqa: E501
+ :rtype: str
+ """
+ return self._is_externally_available
+
+ @is_externally_available.setter
+ def is_externally_available(self, is_externally_available):
+ """Sets the is_externally_available of this EnvelopeDocument.
+
+ # noqa: E501
+
+ :param is_externally_available: The is_externally_available of this EnvelopeDocument. # noqa: E501
+ :type: str
+ """
+
+ self._is_externally_available = is_externally_available
+
+ @property
+ def is_flattened(self):
+ """Gets the is_flattened of this EnvelopeDocument. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_flattened of this EnvelopeDocument. # noqa: E501
+ :rtype: str
+ """
+ return self._is_flattened
+
+ @is_flattened.setter
+ def is_flattened(self, is_flattened):
+ """Sets the is_flattened of this EnvelopeDocument.
+
+ # noqa: E501
+
+ :param is_flattened: The is_flattened of this EnvelopeDocument. # noqa: E501
+ :type: str
+ """
+
+ self._is_flattened = is_flattened
+
@property
def name(self):
"""Gets the name of this EnvelopeDocument. # noqa: E501
diff --git a/docusign_esign/models/envelope_id.py b/docusign_esign/models/envelope_id.py
index e8f52895..6c57c93b 100644
--- a/docusign_esign/models/envelope_id.py
+++ b/docusign_esign/models/envelope_id.py
@@ -61,6 +61,7 @@ class EnvelopeId(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class EnvelopeId(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -115,6 +117,7 @@ class EnvelopeId(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -152,6 +155,7 @@ class EnvelopeId(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -188,6 +192,7 @@ class EnvelopeId(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -206,6 +211,7 @@ class EnvelopeId(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -248,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -284,6 +291,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -302,6 +310,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -338,6 +347,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -374,6 +384,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -392,6 +403,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1043,6 +1055,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this EnvelopeId. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this EnvelopeId. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this EnvelopeId.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this EnvelopeId. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this EnvelopeId. # noqa: E501
@@ -1871,6 +1906,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this EnvelopeId. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this EnvelopeId. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this EnvelopeId.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this EnvelopeId. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this EnvelopeId. # noqa: E501
@@ -2285,6 +2343,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this EnvelopeId. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this EnvelopeId. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this EnvelopeId.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this EnvelopeId. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this EnvelopeId. # noqa: E501
diff --git a/docusign_esign/models/envelope_template.py b/docusign_esign/models/envelope_template.py
index c89ea28f..7b35d45c 100644
--- a/docusign_esign/models/envelope_template.py
+++ b/docusign_esign/models/envelope_template.py
@@ -88,6 +88,7 @@ class EnvelopeTemplate(object):
'folder_name': 'str',
'folders': 'list[Folder]',
'has_comments': 'str',
+ 'has_document_template_library': 'str',
'has_form_data_changed': 'str',
'has_wav_file': 'str',
'holder': 'str',
@@ -195,6 +196,7 @@ class EnvelopeTemplate(object):
'folder_name': 'folderName',
'folders': 'folders',
'has_comments': 'hasComments',
+ 'has_document_template_library': 'hasDocumentTemplateLibrary',
'has_form_data_changed': 'hasFormDataChanged',
'has_wav_file': 'hasWavFile',
'holder': 'holder',
@@ -307,6 +309,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._folder_name = None
self._folders = None
self._has_comments = None
+ self._has_document_template_library = None
self._has_form_data_changed = None
self._has_wav_file = None
self._holder = None
@@ -413,6 +416,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('folder_name'), kwargs.get('folder_name', None))
setattr(self, "_{}".format('folders'), kwargs.get('folders', None))
setattr(self, "_{}".format('has_comments'), kwargs.get('has_comments', None))
+ setattr(self, "_{}".format('has_document_template_library'), kwargs.get('has_document_template_library', None))
setattr(self, "_{}".format('has_form_data_changed'), kwargs.get('has_form_data_changed', None))
setattr(self, "_{}".format('has_wav_file'), kwargs.get('has_wav_file', None))
setattr(self, "_{}".format('holder'), kwargs.get('holder', None))
@@ -1728,6 +1732,29 @@ def has_comments(self, has_comments):
self._has_comments = has_comments
+ @property
+ def has_document_template_library(self):
+ """Gets the has_document_template_library of this EnvelopeTemplate. # noqa: E501
+
+ # noqa: E501
+
+ :return: The has_document_template_library of this EnvelopeTemplate. # noqa: E501
+ :rtype: str
+ """
+ return self._has_document_template_library
+
+ @has_document_template_library.setter
+ def has_document_template_library(self, has_document_template_library):
+ """Sets the has_document_template_library of this EnvelopeTemplate.
+
+ # noqa: E501
+
+ :param has_document_template_library: The has_document_template_library of this EnvelopeTemplate. # noqa: E501
+ :type: str
+ """
+
+ self._has_document_template_library = has_document_template_library
+
@property
def has_form_data_changed(self):
"""Gets the has_form_data_changed of this EnvelopeTemplate. # noqa: E501
diff --git a/docusign_esign/models/envelope_view_settings.py b/docusign_esign/models/envelope_view_settings.py
index 1bed6a78..f70ebbff 100644
--- a/docusign_esign/models/envelope_view_settings.py
+++ b/docusign_esign/models/envelope_view_settings.py
@@ -43,6 +43,7 @@ class EnvelopeViewSettings(object):
'show_back_button': 'str',
'show_discard_action': 'str',
'show_header_actions': 'str',
+ 'show_sign_now': 'str',
'starting_screen': 'str',
'tagger_settings': 'EnvelopeViewTaggerSettings',
'template_settings': 'EnvelopeViewTemplateSettings'
@@ -59,6 +60,7 @@ class EnvelopeViewSettings(object):
'show_back_button': 'showBackButton',
'show_discard_action': 'showDiscardAction',
'show_header_actions': 'showHeaderActions',
+ 'show_sign_now': 'showSignNow',
'starting_screen': 'startingScreen',
'tagger_settings': 'taggerSettings',
'template_settings': 'templateSettings'
@@ -80,6 +82,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._show_back_button = None
self._show_discard_action = None
self._show_header_actions = None
+ self._show_sign_now = None
self._starting_screen = None
self._tagger_settings = None
self._template_settings = None
@@ -95,6 +98,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('show_back_button'), kwargs.get('show_back_button', None))
setattr(self, "_{}".format('show_discard_action'), kwargs.get('show_discard_action', None))
setattr(self, "_{}".format('show_header_actions'), kwargs.get('show_header_actions', None))
+ setattr(self, "_{}".format('show_sign_now'), kwargs.get('show_sign_now', None))
setattr(self, "_{}".format('starting_screen'), kwargs.get('starting_screen', None))
setattr(self, "_{}".format('tagger_settings'), kwargs.get('tagger_settings', None))
setattr(self, "_{}".format('template_settings'), kwargs.get('template_settings', None))
@@ -329,6 +333,29 @@ def show_header_actions(self, show_header_actions):
self._show_header_actions = show_header_actions
+ @property
+ def show_sign_now(self):
+ """Gets the show_sign_now of this EnvelopeViewSettings. # noqa: E501
+
+ # noqa: E501
+
+ :return: The show_sign_now of this EnvelopeViewSettings. # noqa: E501
+ :rtype: str
+ """
+ return self._show_sign_now
+
+ @show_sign_now.setter
+ def show_sign_now(self, show_sign_now):
+ """Sets the show_sign_now of this EnvelopeViewSettings.
+
+ # noqa: E501
+
+ :param show_sign_now: The show_sign_now of this EnvelopeViewSettings. # noqa: E501
+ :type: str
+ """
+
+ self._show_sign_now = show_sign_now
+
@property
def starting_screen(self):
"""Gets the starting_screen of this EnvelopeViewSettings. # noqa: E501
diff --git a/docusign_esign/models/external_folder.py b/docusign_esign/models/external_folder.py
index cdd07ec5..a7fe8cd8 100644
--- a/docusign_esign/models/external_folder.py
+++ b/docusign_esign/models/external_folder.py
@@ -41,6 +41,7 @@ class ExternalFolder(object):
'next_uri': 'str',
'previous_uri': 'str',
'result_set_size': 'str',
+ 'sky_drive_skip_token': 'str',
'start_position': 'str',
'total_set_size': 'str'
}
@@ -54,6 +55,7 @@ class ExternalFolder(object):
'next_uri': 'nextUri',
'previous_uri': 'previousUri',
'result_set_size': 'resultSetSize',
+ 'sky_drive_skip_token': 'skyDriveSkipToken',
'start_position': 'startPosition',
'total_set_size': 'totalSetSize'
}
@@ -72,6 +74,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._next_uri = None
self._previous_uri = None
self._result_set_size = None
+ self._sky_drive_skip_token = None
self._start_position = None
self._total_set_size = None
self.discriminator = None
@@ -84,6 +87,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('next_uri'), kwargs.get('next_uri', None))
setattr(self, "_{}".format('previous_uri'), kwargs.get('previous_uri', None))
setattr(self, "_{}".format('result_set_size'), kwargs.get('result_set_size', None))
+ setattr(self, "_{}".format('sky_drive_skip_token'), kwargs.get('sky_drive_skip_token', None))
setattr(self, "_{}".format('start_position'), kwargs.get('start_position', None))
setattr(self, "_{}".format('total_set_size'), kwargs.get('total_set_size', None))
@@ -271,6 +275,29 @@ def result_set_size(self, result_set_size):
self._result_set_size = result_set_size
+ @property
+ def sky_drive_skip_token(self):
+ """Gets the sky_drive_skip_token of this ExternalFolder. # noqa: E501
+
+ # noqa: E501
+
+ :return: The sky_drive_skip_token of this ExternalFolder. # noqa: E501
+ :rtype: str
+ """
+ return self._sky_drive_skip_token
+
+ @sky_drive_skip_token.setter
+ def sky_drive_skip_token(self, sky_drive_skip_token):
+ """Sets the sky_drive_skip_token of this ExternalFolder.
+
+ # noqa: E501
+
+ :param sky_drive_skip_token: The sky_drive_skip_token of this ExternalFolder. # noqa: E501
+ :type: str
+ """
+
+ self._sky_drive_skip_token = sky_drive_skip_token
+
@property
def start_position(self):
"""Gets the start_position of this ExternalFolder. # noqa: E501
diff --git a/docusign_esign/models/first_name.py b/docusign_esign/models/first_name.py
index dbb81047..29fac246 100644
--- a/docusign_esign/models/first_name.py
+++ b/docusign_esign/models/first_name.py
@@ -61,6 +61,7 @@ class FirstName(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class FirstName(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class FirstName(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class FirstName(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class FirstName(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class FirstName(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this FirstName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this FirstName. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this FirstName.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this FirstName. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this FirstName. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this FirstName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this FirstName. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this FirstName.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this FirstName. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this FirstName. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this FirstName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this FirstName. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this FirstName.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this FirstName. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this FirstName. # noqa: E501
diff --git a/docusign_esign/models/formula_tab.py b/docusign_esign/models/formula_tab.py
index abc2fe73..53951a79 100644
--- a/docusign_esign/models/formula_tab.py
+++ b/docusign_esign/models/formula_tab.py
@@ -63,6 +63,7 @@ class FormulaTab(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -128,6 +129,7 @@ class FormulaTab(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -152,6 +154,7 @@ class FormulaTab(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -191,6 +194,7 @@ class FormulaTab(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -256,6 +260,7 @@ class FormulaTab(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -280,6 +285,7 @@ class FormulaTab(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -324,6 +330,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -389,6 +396,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -413,6 +421,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -451,6 +460,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -516,6 +526,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -540,6 +551,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1237,6 +1249,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this FormulaTab. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this FormulaTab. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this FormulaTab.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this FormulaTab. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this FormulaTab. # noqa: E501
@@ -2732,6 +2767,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this FormulaTab. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this FormulaTab. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this FormulaTab.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this FormulaTab. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this FormulaTab. # noqa: E501
@@ -3284,6 +3342,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this FormulaTab. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this FormulaTab. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this FormulaTab.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this FormulaTab. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this FormulaTab. # noqa: E501
diff --git a/docusign_esign/models/full_name.py b/docusign_esign/models/full_name.py
index 426bc109..009c67d9 100644
--- a/docusign_esign/models/full_name.py
+++ b/docusign_esign/models/full_name.py
@@ -61,6 +61,7 @@ class FullName(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class FullName(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class FullName(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class FullName(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class FullName(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class FullName(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this FullName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this FullName. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this FullName.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this FullName. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this FullName. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this FullName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this FullName. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this FullName.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this FullName. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this FullName. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this FullName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this FullName. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this FullName.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this FullName. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this FullName. # noqa: E501
diff --git a/docusign_esign/models/group.py b/docusign_esign/models/group.py
index 8bf02923..ce3aa12e 100644
--- a/docusign_esign/models/group.py
+++ b/docusign_esign/models/group.py
@@ -39,6 +39,7 @@ class Group(object):
'group_id': 'str',
'group_name': 'str',
'group_type': 'str',
+ 'is_managed_by_scim': 'str',
'last_modified_on': 'str',
'permission_profile_id': 'str',
'users': 'list[UserInfo]',
@@ -52,6 +53,7 @@ class Group(object):
'group_id': 'groupId',
'group_name': 'groupName',
'group_type': 'groupType',
+ 'is_managed_by_scim': 'isManagedByScim',
'last_modified_on': 'lastModifiedOn',
'permission_profile_id': 'permissionProfileId',
'users': 'users',
@@ -70,6 +72,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._group_id = None
self._group_name = None
self._group_type = None
+ self._is_managed_by_scim = None
self._last_modified_on = None
self._permission_profile_id = None
self._users = None
@@ -82,6 +85,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('group_id'), kwargs.get('group_id', None))
setattr(self, "_{}".format('group_name'), kwargs.get('group_name', None))
setattr(self, "_{}".format('group_type'), kwargs.get('group_type', None))
+ setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None))
setattr(self, "_{}".format('last_modified_on'), kwargs.get('last_modified_on', None))
setattr(self, "_{}".format('permission_profile_id'), kwargs.get('permission_profile_id', None))
setattr(self, "_{}".format('users'), kwargs.get('users', None))
@@ -225,6 +229,29 @@ def group_type(self, group_type):
self._group_type = group_type
+ @property
+ def is_managed_by_scim(self):
+ """Gets the is_managed_by_scim of this Group. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_managed_by_scim of this Group. # noqa: E501
+ :rtype: str
+ """
+ return self._is_managed_by_scim
+
+ @is_managed_by_scim.setter
+ def is_managed_by_scim(self, is_managed_by_scim):
+ """Sets the is_managed_by_scim of this Group.
+
+ # noqa: E501
+
+ :param is_managed_by_scim: The is_managed_by_scim of this Group. # noqa: E501
+ :type: str
+ """
+
+ self._is_managed_by_scim = is_managed_by_scim
+
@property
def last_modified_on(self):
"""Gets the last_modified_on of this Group. # noqa: E501
diff --git a/docusign_esign/models/in_person_signer.py b/docusign_esign/models/in_person_signer.py
index 4b403ff0..fad8234f 100644
--- a/docusign_esign/models/in_person_signer.py
+++ b/docusign_esign/models/in_person_signer.py
@@ -53,6 +53,7 @@ class InPersonSigner(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -126,7 +127,8 @@ class InPersonSigner(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -150,6 +152,7 @@ class InPersonSigner(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -223,7 +226,8 @@ class InPersonSigner(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -252,6 +256,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -326,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -348,6 +354,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -422,6 +429,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -883,6 +891,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this InPersonSigner. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this InPersonSigner. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this InPersonSigner.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this InPersonSigner. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this InPersonSigner. # noqa: E501
@@ -2585,6 +2616,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this InPersonSigner. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this InPersonSigner. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this InPersonSigner.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this InPersonSigner. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/initial_here.py b/docusign_esign/models/initial_here.py
index b56744be..ac9f500c 100644
--- a/docusign_esign/models/initial_here.py
+++ b/docusign_esign/models/initial_here.py
@@ -59,6 +59,7 @@ class InitialHere(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -91,6 +92,7 @@ class InitialHere(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -107,6 +109,7 @@ class InitialHere(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -142,6 +145,7 @@ class InitialHere(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -174,6 +178,7 @@ class InitialHere(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -190,6 +195,7 @@ class InitialHere(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -230,6 +236,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -262,6 +269,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -278,6 +286,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -312,6 +321,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -344,6 +354,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -360,6 +371,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -965,6 +977,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this InitialHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this InitialHere. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this InitialHere.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this InitialHere. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this InitialHere. # noqa: E501
@@ -1701,6 +1736,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this InitialHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this InitialHere. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this InitialHere.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this InitialHere. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this InitialHere. # noqa: E501
@@ -2069,6 +2127,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this InitialHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this InitialHere. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this InitialHere.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this InitialHere. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this InitialHere. # noqa: E501
diff --git a/docusign_esign/models/intermediary.py b/docusign_esign/models/intermediary.py
index e63d9944..fbdd67b1 100644
--- a/docusign_esign/models/intermediary.py
+++ b/docusign_esign/models/intermediary.py
@@ -51,6 +51,7 @@ class Intermediary(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -106,7 +107,8 @@ class Intermediary(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -128,6 +130,7 @@ class Intermediary(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -183,7 +186,8 @@ class Intermediary(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -210,6 +214,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -266,6 +271,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -286,6 +292,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -342,6 +349,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -757,6 +765,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Intermediary. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Intermediary. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Intermediary.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Intermediary. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Intermediary. # noqa: E501
@@ -2045,6 +2076,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Intermediary. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Intermediary. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Intermediary.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Intermediary. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/last_name.py b/docusign_esign/models/last_name.py
index 650fb844..1334eafd 100644
--- a/docusign_esign/models/last_name.py
+++ b/docusign_esign/models/last_name.py
@@ -61,6 +61,7 @@ class LastName(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class LastName(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class LastName(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class LastName(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class LastName(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class LastName(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this LastName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this LastName. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this LastName.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this LastName. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this LastName. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this LastName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this LastName. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this LastName.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this LastName. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this LastName. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this LastName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this LastName. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this LastName.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this LastName. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this LastName. # noqa: E501
diff --git a/docusign_esign/models/linked_external_primary_account.py b/docusign_esign/models/linked_external_primary_account.py
index c9e39a9b..4ed744d1 100644
--- a/docusign_esign/models/linked_external_primary_account.py
+++ b/docusign_esign/models/linked_external_primary_account.py
@@ -36,8 +36,12 @@ class LinkedExternalPrimaryAccount(object):
'account_name': 'str',
'configuration_id': 'str',
'email': 'str',
+ 'exempt_members_of_same_account_from_auth': 'str',
'link_id': 'str',
'pdf_field_handling_option': 'str',
+ 'pdf_field_handling_prefill_tab_permission': 'str',
+ 'pdf_field_handling_standard_input_tab_permission': 'str',
+ 'pdf_field_handling_standard_tab_permission': 'str',
'recipient_auth_requirements': 'ExternalPrimaryAccountRecipientAuthRequirements',
'status': 'str',
'user_id': 'str'
@@ -47,8 +51,12 @@ class LinkedExternalPrimaryAccount(object):
'account_name': 'accountName',
'configuration_id': 'configurationId',
'email': 'email',
+ 'exempt_members_of_same_account_from_auth': 'exemptMembersOfSameAccountFromAuth',
'link_id': 'linkId',
'pdf_field_handling_option': 'pdfFieldHandlingOption',
+ 'pdf_field_handling_prefill_tab_permission': 'pdfFieldHandlingPrefillTabPermission',
+ 'pdf_field_handling_standard_input_tab_permission': 'pdfFieldHandlingStandardInputTabPermission',
+ 'pdf_field_handling_standard_tab_permission': 'pdfFieldHandlingStandardTabPermission',
'recipient_auth_requirements': 'recipientAuthRequirements',
'status': 'status',
'user_id': 'userId'
@@ -63,8 +71,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._account_name = None
self._configuration_id = None
self._email = None
+ self._exempt_members_of_same_account_from_auth = None
self._link_id = None
self._pdf_field_handling_option = None
+ self._pdf_field_handling_prefill_tab_permission = None
+ self._pdf_field_handling_standard_input_tab_permission = None
+ self._pdf_field_handling_standard_tab_permission = None
self._recipient_auth_requirements = None
self._status = None
self._user_id = None
@@ -73,8 +85,12 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None))
setattr(self, "_{}".format('configuration_id'), kwargs.get('configuration_id', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
+ setattr(self, "_{}".format('exempt_members_of_same_account_from_auth'), kwargs.get('exempt_members_of_same_account_from_auth', None))
setattr(self, "_{}".format('link_id'), kwargs.get('link_id', None))
setattr(self, "_{}".format('pdf_field_handling_option'), kwargs.get('pdf_field_handling_option', None))
+ setattr(self, "_{}".format('pdf_field_handling_prefill_tab_permission'), kwargs.get('pdf_field_handling_prefill_tab_permission', None))
+ setattr(self, "_{}".format('pdf_field_handling_standard_input_tab_permission'), kwargs.get('pdf_field_handling_standard_input_tab_permission', None))
+ setattr(self, "_{}".format('pdf_field_handling_standard_tab_permission'), kwargs.get('pdf_field_handling_standard_tab_permission', None))
setattr(self, "_{}".format('recipient_auth_requirements'), kwargs.get('recipient_auth_requirements', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
@@ -148,6 +164,29 @@ def email(self, email):
self._email = email
+ @property
+ def exempt_members_of_same_account_from_auth(self):
+ """Gets the exempt_members_of_same_account_from_auth of this LinkedExternalPrimaryAccount. # noqa: E501
+
+ # noqa: E501
+
+ :return: The exempt_members_of_same_account_from_auth of this LinkedExternalPrimaryAccount. # noqa: E501
+ :rtype: str
+ """
+ return self._exempt_members_of_same_account_from_auth
+
+ @exempt_members_of_same_account_from_auth.setter
+ def exempt_members_of_same_account_from_auth(self, exempt_members_of_same_account_from_auth):
+ """Sets the exempt_members_of_same_account_from_auth of this LinkedExternalPrimaryAccount.
+
+ # noqa: E501
+
+ :param exempt_members_of_same_account_from_auth: The exempt_members_of_same_account_from_auth of this LinkedExternalPrimaryAccount. # noqa: E501
+ :type: str
+ """
+
+ self._exempt_members_of_same_account_from_auth = exempt_members_of_same_account_from_auth
+
@property
def link_id(self):
"""Gets the link_id of this LinkedExternalPrimaryAccount. # noqa: E501
@@ -194,6 +233,75 @@ def pdf_field_handling_option(self, pdf_field_handling_option):
self._pdf_field_handling_option = pdf_field_handling_option
+ @property
+ def pdf_field_handling_prefill_tab_permission(self):
+ """Gets the pdf_field_handling_prefill_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+
+ # noqa: E501
+
+ :return: The pdf_field_handling_prefill_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :rtype: str
+ """
+ return self._pdf_field_handling_prefill_tab_permission
+
+ @pdf_field_handling_prefill_tab_permission.setter
+ def pdf_field_handling_prefill_tab_permission(self, pdf_field_handling_prefill_tab_permission):
+ """Sets the pdf_field_handling_prefill_tab_permission of this LinkedExternalPrimaryAccount.
+
+ # noqa: E501
+
+ :param pdf_field_handling_prefill_tab_permission: The pdf_field_handling_prefill_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :type: str
+ """
+
+ self._pdf_field_handling_prefill_tab_permission = pdf_field_handling_prefill_tab_permission
+
+ @property
+ def pdf_field_handling_standard_input_tab_permission(self):
+ """Gets the pdf_field_handling_standard_input_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+
+ # noqa: E501
+
+ :return: The pdf_field_handling_standard_input_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :rtype: str
+ """
+ return self._pdf_field_handling_standard_input_tab_permission
+
+ @pdf_field_handling_standard_input_tab_permission.setter
+ def pdf_field_handling_standard_input_tab_permission(self, pdf_field_handling_standard_input_tab_permission):
+ """Sets the pdf_field_handling_standard_input_tab_permission of this LinkedExternalPrimaryAccount.
+
+ # noqa: E501
+
+ :param pdf_field_handling_standard_input_tab_permission: The pdf_field_handling_standard_input_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :type: str
+ """
+
+ self._pdf_field_handling_standard_input_tab_permission = pdf_field_handling_standard_input_tab_permission
+
+ @property
+ def pdf_field_handling_standard_tab_permission(self):
+ """Gets the pdf_field_handling_standard_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+
+ # noqa: E501
+
+ :return: The pdf_field_handling_standard_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :rtype: str
+ """
+ return self._pdf_field_handling_standard_tab_permission
+
+ @pdf_field_handling_standard_tab_permission.setter
+ def pdf_field_handling_standard_tab_permission(self, pdf_field_handling_standard_tab_permission):
+ """Sets the pdf_field_handling_standard_tab_permission of this LinkedExternalPrimaryAccount.
+
+ # noqa: E501
+
+ :param pdf_field_handling_standard_tab_permission: The pdf_field_handling_standard_tab_permission of this LinkedExternalPrimaryAccount. # noqa: E501
+ :type: str
+ """
+
+ self._pdf_field_handling_standard_tab_permission = pdf_field_handling_standard_tab_permission
+
@property
def recipient_auth_requirements(self):
"""Gets the recipient_auth_requirements of this LinkedExternalPrimaryAccount. # noqa: E501
diff --git a/docusign_esign/models/list.py b/docusign_esign/models/list.py
index abe8f823..c1411dbb 100644
--- a/docusign_esign/models/list.py
+++ b/docusign_esign/models/list.py
@@ -61,6 +61,7 @@ class List(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -114,6 +115,7 @@ class List(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -134,6 +136,7 @@ class List(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -171,6 +174,7 @@ class List(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -224,6 +228,7 @@ class List(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -244,6 +249,7 @@ class List(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -286,6 +292,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -339,6 +346,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -359,6 +367,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -395,6 +404,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -448,6 +458,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -468,6 +479,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1119,6 +1131,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this List. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this List. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this List.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this List. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this List. # noqa: E501
@@ -2338,6 +2373,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this List. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this List. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this List.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this List. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this List. # noqa: E501
@@ -2798,6 +2856,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this List. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this List. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this List.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this List. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this List. # noqa: E501
diff --git a/docusign_esign/models/new_user.py b/docusign_esign/models/new_user.py
index e666b5cb..68a640e3 100644
--- a/docusign_esign/models/new_user.py
+++ b/docusign_esign/models/new_user.py
@@ -37,6 +37,8 @@ class NewUser(object):
'created_date_time': 'str',
'email': 'str',
'error_details': 'ErrorDetails',
+ 'license_status': 'str',
+ 'license_type': 'str',
'membership_id': 'str',
'permission_profile_id': 'str',
'permission_profile_name': 'str',
@@ -51,6 +53,8 @@ class NewUser(object):
'created_date_time': 'createdDateTime',
'email': 'email',
'error_details': 'errorDetails',
+ 'license_status': 'licenseStatus',
+ 'license_type': 'licenseType',
'membership_id': 'membershipId',
'permission_profile_id': 'permissionProfileId',
'permission_profile_name': 'permissionProfileName',
@@ -70,6 +74,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._created_date_time = None
self._email = None
self._error_details = None
+ self._license_status = None
+ self._license_type = None
self._membership_id = None
self._permission_profile_id = None
self._permission_profile_name = None
@@ -83,6 +89,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('created_date_time'), kwargs.get('created_date_time', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
+ setattr(self, "_{}".format('license_status'), kwargs.get('license_status', None))
+ setattr(self, "_{}".format('license_type'), kwargs.get('license_type', None))
setattr(self, "_{}".format('membership_id'), kwargs.get('membership_id', None))
setattr(self, "_{}".format('permission_profile_id'), kwargs.get('permission_profile_id', None))
setattr(self, "_{}".format('permission_profile_name'), kwargs.get('permission_profile_name', None))
@@ -183,6 +191,52 @@ def error_details(self, error_details):
self._error_details = error_details
+ @property
+ def license_status(self):
+ """Gets the license_status of this NewUser. # noqa: E501
+
+ # noqa: E501
+
+ :return: The license_status of this NewUser. # noqa: E501
+ :rtype: str
+ """
+ return self._license_status
+
+ @license_status.setter
+ def license_status(self, license_status):
+ """Sets the license_status of this NewUser.
+
+ # noqa: E501
+
+ :param license_status: The license_status of this NewUser. # noqa: E501
+ :type: str
+ """
+
+ self._license_status = license_status
+
+ @property
+ def license_type(self):
+ """Gets the license_type of this NewUser. # noqa: E501
+
+ # noqa: E501
+
+ :return: The license_type of this NewUser. # noqa: E501
+ :rtype: str
+ """
+ return self._license_type
+
+ @license_type.setter
+ def license_type(self, license_type):
+ """Sets the license_type of this NewUser.
+
+ # noqa: E501
+
+ :param license_type: The license_type of this NewUser. # noqa: E501
+ :type: str
+ """
+
+ self._license_type = license_type
+
@property
def membership_id(self):
"""Gets the membership_id of this NewUser. # noqa: E501
diff --git a/docusign_esign/models/notarize.py b/docusign_esign/models/notarize.py
index 6f384229..46990511 100644
--- a/docusign_esign/models/notarize.py
+++ b/docusign_esign/models/notarize.py
@@ -59,6 +59,7 @@ class Notarize(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -88,6 +89,7 @@ class Notarize(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -102,6 +104,7 @@ class Notarize(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -137,6 +140,7 @@ class Notarize(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -166,6 +170,7 @@ class Notarize(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -180,6 +185,7 @@ class Notarize(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -220,6 +226,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -249,6 +256,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -263,6 +271,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -297,6 +306,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -326,6 +336,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -340,6 +351,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -945,6 +957,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Notarize. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Notarize. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Notarize.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Notarize. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Notarize. # noqa: E501
@@ -1612,6 +1647,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Notarize. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Notarize. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Notarize.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Notarize. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Notarize. # noqa: E501
@@ -1934,6 +1992,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Notarize. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Notarize. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Notarize.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Notarize. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Notarize. # noqa: E501
diff --git a/docusign_esign/models/notary_host.py b/docusign_esign/models/notary_host.py
index 136e2ca5..46663246 100644
--- a/docusign_esign/models/notary_host.py
+++ b/docusign_esign/models/notary_host.py
@@ -49,6 +49,7 @@ class NotaryHost(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -97,7 +98,8 @@ class NotaryHost(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -117,6 +119,7 @@ class NotaryHost(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -165,7 +168,8 @@ class NotaryHost(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -190,6 +194,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -239,6 +244,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -257,6 +263,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -306,6 +313,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -675,6 +683,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this NotaryHost. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this NotaryHost. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this NotaryHost.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this NotaryHost. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this NotaryHost. # noqa: E501
@@ -1802,6 +1833,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this NotaryHost. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this NotaryHost. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this NotaryHost.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this NotaryHost. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/notary_recipient.py b/docusign_esign/models/notary_recipient.py
index c7121b85..a119c72d 100644
--- a/docusign_esign/models/notary_recipient.py
+++ b/docusign_esign/models/notary_recipient.py
@@ -61,6 +61,7 @@ class NotaryRecipient(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -136,7 +137,8 @@ class NotaryRecipient(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -168,6 +170,7 @@ class NotaryRecipient(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -243,7 +246,8 @@ class NotaryRecipient(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -280,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -356,6 +361,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -386,6 +392,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -462,6 +469,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -1107,6 +1115,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this NotaryRecipient. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this NotaryRecipient. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this NotaryRecipient.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this NotaryRecipient. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this NotaryRecipient. # noqa: E501
@@ -2855,6 +2886,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this NotaryRecipient. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this NotaryRecipient. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this NotaryRecipient.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this NotaryRecipient. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/notary_seal.py b/docusign_esign/models/notary_seal.py
index 6e46d1af..079d5103 100644
--- a/docusign_esign/models/notary_seal.py
+++ b/docusign_esign/models/notary_seal.py
@@ -59,6 +59,7 @@ class NotarySeal(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -88,6 +89,7 @@ class NotarySeal(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -104,6 +106,7 @@ class NotarySeal(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -139,6 +142,7 @@ class NotarySeal(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -168,6 +172,7 @@ class NotarySeal(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -184,6 +189,7 @@ class NotarySeal(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -224,6 +230,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -253,6 +260,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -269,6 +277,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -303,6 +312,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -332,6 +342,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -348,6 +359,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -953,6 +965,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this NotarySeal. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this NotarySeal. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this NotarySeal.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this NotarySeal. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this NotarySeal. # noqa: E501
@@ -1620,6 +1655,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this NotarySeal. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this NotarySeal. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this NotarySeal.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this NotarySeal. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this NotarySeal. # noqa: E501
@@ -1988,6 +2046,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this NotarySeal. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this NotarySeal. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this NotarySeal.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this NotarySeal. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this NotarySeal. # noqa: E501
diff --git a/docusign_esign/models/note.py b/docusign_esign/models/note.py
index 99ee52a5..b117b9f3 100644
--- a/docusign_esign/models/note.py
+++ b/docusign_esign/models/note.py
@@ -61,6 +61,7 @@ class Note(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -99,6 +100,7 @@ class Note(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -119,6 +121,7 @@ class Note(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -156,6 +159,7 @@ class Note(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -194,6 +198,7 @@ class Note(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -214,6 +219,7 @@ class Note(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -256,6 +262,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -294,6 +301,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -314,6 +322,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -350,6 +359,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -388,6 +398,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -408,6 +419,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1059,6 +1071,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Note. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Note. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Note.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Note. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Note. # noqa: E501
@@ -1933,6 +1968,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Note. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Note. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Note.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Note. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Note. # noqa: E501
@@ -2393,6 +2451,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Note. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Note. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Note.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Note. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Note. # noqa: E501
diff --git a/docusign_esign/models/number.py b/docusign_esign/models/number.py
index 68f0a19d..f2991acd 100644
--- a/docusign_esign/models/number.py
+++ b/docusign_esign/models/number.py
@@ -63,6 +63,7 @@ class Number(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -123,6 +124,7 @@ class Number(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -147,6 +149,7 @@ class Number(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -186,6 +189,7 @@ class Number(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -246,6 +250,7 @@ class Number(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -270,6 +275,7 @@ class Number(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -314,6 +320,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -374,6 +381,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -398,6 +406,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -436,6 +445,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -496,6 +506,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -520,6 +531,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1217,6 +1229,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Number. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Number. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Number.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Number. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Number. # noqa: E501
@@ -2597,6 +2632,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Number. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Number. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Number.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Number. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Number. # noqa: E501
@@ -3149,6 +3207,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Number. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Number. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Number.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Number. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Number. # noqa: E501
diff --git a/docusign_esign/models/numerical.py b/docusign_esign/models/numerical.py
index f11f590b..2f29617b 100644
--- a/docusign_esign/models/numerical.py
+++ b/docusign_esign/models/numerical.py
@@ -63,6 +63,7 @@ class Numerical(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -123,6 +124,7 @@ class Numerical(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -144,6 +146,7 @@ class Numerical(object):
'validation_type': 'str',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -183,6 +186,7 @@ class Numerical(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -243,6 +247,7 @@ class Numerical(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -264,6 +269,7 @@ class Numerical(object):
'validation_type': 'validationType',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -308,6 +314,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -368,6 +375,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -389,6 +397,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_type = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -427,6 +436,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -487,6 +497,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -508,6 +519,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1205,6 +1217,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Numerical. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Numerical. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Numerical.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Numerical. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Numerical. # noqa: E501
@@ -2585,6 +2620,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Numerical. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Numerical. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Numerical.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Numerical. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Numerical. # noqa: E501
@@ -3068,6 +3126,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Numerical. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Numerical. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Numerical.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Numerical. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Numerical. # noqa: E501
diff --git a/docusign_esign/models/participant.py b/docusign_esign/models/participant.py
index b79e7f1e..6b7620ef 100644
--- a/docusign_esign/models/participant.py
+++ b/docusign_esign/models/participant.py
@@ -51,6 +51,7 @@ class Participant(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -107,7 +108,8 @@ class Participant(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -129,6 +131,7 @@ class Participant(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -185,7 +188,8 @@ class Participant(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -212,6 +216,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -269,6 +274,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -289,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -346,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -761,6 +769,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Participant. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Participant. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Participant.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Participant. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Participant. # noqa: E501
@@ -2072,6 +2103,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Participant. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Participant. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Participant.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Participant. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/phone_number.py b/docusign_esign/models/phone_number.py
index e7299052..ec75b720 100644
--- a/docusign_esign/models/phone_number.py
+++ b/docusign_esign/models/phone_number.py
@@ -63,6 +63,7 @@ class PhoneNumber(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class PhoneNumber(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class PhoneNumber(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class PhoneNumber(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class PhoneNumber(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class PhoneNumber(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this PhoneNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this PhoneNumber. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this PhoneNumber.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this PhoneNumber. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this PhoneNumber. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this PhoneNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this PhoneNumber. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this PhoneNumber.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this PhoneNumber. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this PhoneNumber. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this PhoneNumber. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this PhoneNumber. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this PhoneNumber.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this PhoneNumber. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this PhoneNumber. # noqa: E501
diff --git a/docusign_esign/models/poly_line_overlay.py b/docusign_esign/models/poly_line_overlay.py
index c43b99fc..f525ddd9 100644
--- a/docusign_esign/models/poly_line_overlay.py
+++ b/docusign_esign/models/poly_line_overlay.py
@@ -59,6 +59,7 @@ class PolyLineOverlay(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -92,6 +93,7 @@ class PolyLineOverlay(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -107,6 +109,7 @@ class PolyLineOverlay(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -142,6 +145,7 @@ class PolyLineOverlay(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -175,6 +179,7 @@ class PolyLineOverlay(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -190,6 +195,7 @@ class PolyLineOverlay(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -230,6 +236,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -263,6 +270,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -278,6 +286,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -312,6 +321,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -345,6 +355,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -360,6 +371,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -965,6 +977,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this PolyLineOverlay. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this PolyLineOverlay. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this PolyLineOverlay.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this PolyLineOverlay. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this PolyLineOverlay. # noqa: E501
@@ -1724,6 +1759,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this PolyLineOverlay. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this PolyLineOverlay. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this PolyLineOverlay.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this PolyLineOverlay. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this PolyLineOverlay. # noqa: E501
@@ -2069,6 +2127,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this PolyLineOverlay. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this PolyLineOverlay. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this PolyLineOverlay.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this PolyLineOverlay. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this PolyLineOverlay. # noqa: E501
diff --git a/docusign_esign/models/radio.py b/docusign_esign/models/radio.py
index 61aafc46..23dd4ea6 100644
--- a/docusign_esign/models/radio.py
+++ b/docusign_esign/models/radio.py
@@ -57,6 +57,7 @@ class Radio(object):
'bold_metadata': 'PropertyMetadata',
'caption': 'str',
'caption_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'error_details': 'ErrorDetails',
'font': 'str',
'font_color': 'str',
@@ -77,6 +78,7 @@ class Radio(object):
'selected_metadata': 'PropertyMetadata',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_id': 'str',
'tab_id_metadata': 'PropertyMetadata',
'tab_order': 'str',
@@ -116,6 +118,7 @@ class Radio(object):
'bold_metadata': 'boldMetadata',
'caption': 'caption',
'caption_metadata': 'captionMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'error_details': 'errorDetails',
'font': 'font',
'font_color': 'fontColor',
@@ -136,6 +139,7 @@ class Radio(object):
'selected_metadata': 'selectedMetadata',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_id': 'tabId',
'tab_id_metadata': 'tabIdMetadata',
'tab_order': 'tabOrder',
@@ -180,6 +184,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._bold_metadata = None
self._caption = None
self._caption_metadata = None
+ self._connected_object_details = None
self._error_details = None
self._font = None
self._font_color = None
@@ -200,6 +205,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._selected_metadata = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_id = None
self._tab_id_metadata = None
self._tab_order = None
@@ -238,6 +244,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None))
setattr(self, "_{}".format('caption'), kwargs.get('caption', None))
setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
setattr(self, "_{}".format('font'), kwargs.get('font', None))
setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None))
@@ -258,6 +265,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('selected_metadata'), kwargs.get('selected_metadata', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None))
setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None))
@@ -823,6 +831,29 @@ def caption_metadata(self, caption_metadata):
self._caption_metadata = caption_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Radio. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Radio. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Radio.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Radio. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def error_details(self):
"""Gets the error_details of this Radio. # noqa: E501
@@ -1283,6 +1314,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Radio. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Radio. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Radio.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Radio. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_id(self):
"""Gets the tab_id of this Radio. # noqa: E501
diff --git a/docusign_esign/models/recipient_identity_input_option.py b/docusign_esign/models/recipient_identity_input_option.py
index c6d8c656..4a5373ef 100644
--- a/docusign_esign/models/recipient_identity_input_option.py
+++ b/docusign_esign/models/recipient_identity_input_option.py
@@ -35,12 +35,14 @@ class RecipientIdentityInputOption(object):
swagger_types = {
'name': 'str',
'phone_number_list': 'list[RecipientIdentityPhoneNumber]',
+ 'string_value': 'str',
'value_type': 'str'
}
attribute_map = {
'name': 'name',
'phone_number_list': 'phoneNumberList',
+ 'string_value': 'stringValue',
'value_type': 'valueType'
}
@@ -52,11 +54,13 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._name = None
self._phone_number_list = None
+ self._string_value = None
self._value_type = None
self.discriminator = None
setattr(self, "_{}".format('name'), kwargs.get('name', None))
setattr(self, "_{}".format('phone_number_list'), kwargs.get('phone_number_list', None))
+ setattr(self, "_{}".format('string_value'), kwargs.get('string_value', None))
setattr(self, "_{}".format('value_type'), kwargs.get('value_type', None))
@property
@@ -105,6 +109,29 @@ def phone_number_list(self, phone_number_list):
self._phone_number_list = phone_number_list
+ @property
+ def string_value(self):
+ """Gets the string_value of this RecipientIdentityInputOption. # noqa: E501
+
+ # noqa: E501
+
+ :return: The string_value of this RecipientIdentityInputOption. # noqa: E501
+ :rtype: str
+ """
+ return self._string_value
+
+ @string_value.setter
+ def string_value(self, string_value):
+ """Sets the string_value of this RecipientIdentityInputOption.
+
+ # noqa: E501
+
+ :param string_value: The string_value of this RecipientIdentityInputOption. # noqa: E501
+ :type: str
+ """
+
+ self._string_value = string_value
+
@property
def value_type(self):
"""Gets the value_type of this RecipientIdentityInputOption. # noqa: E501
diff --git a/docusign_esign/models/seal_sign.py b/docusign_esign/models/seal_sign.py
index b01c572a..ea42f492 100644
--- a/docusign_esign/models/seal_sign.py
+++ b/docusign_esign/models/seal_sign.py
@@ -49,6 +49,7 @@ class SealSign(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email_notification': 'RecipientEmailNotification',
'embedded_recipient_start_url': 'str',
@@ -90,7 +91,8 @@ class SealSign(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -110,6 +112,7 @@ class SealSign(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email_notification': 'emailNotification',
'embedded_recipient_start_url': 'embeddedRecipientStartURL',
@@ -151,7 +154,8 @@ class SealSign(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -176,6 +180,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email_notification = None
self._embedded_recipient_start_url = None
@@ -218,6 +223,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -236,6 +242,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email_notification'), kwargs.get('email_notification', None))
setattr(self, "_{}".format('embedded_recipient_start_url'), kwargs.get('embedded_recipient_start_url', None))
@@ -278,6 +285,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -647,6 +655,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this SealSign. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this SealSign. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this SealSign.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this SealSign. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this SealSign. # noqa: E501
@@ -1613,6 +1644,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this SealSign. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this SealSign. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this SealSign.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this SealSign. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/sender_company.py b/docusign_esign/models/sender_company.py
index 811edc56..7115f1a3 100644
--- a/docusign_esign/models/sender_company.py
+++ b/docusign_esign/models/sender_company.py
@@ -61,6 +61,7 @@ class SenderCompany(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class SenderCompany(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class SenderCompany(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class SenderCompany(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class SenderCompany(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class SenderCompany(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this SenderCompany. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this SenderCompany. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this SenderCompany.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this SenderCompany. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this SenderCompany. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this SenderCompany. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this SenderCompany. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this SenderCompany.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this SenderCompany. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this SenderCompany. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this SenderCompany. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this SenderCompany. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this SenderCompany.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this SenderCompany. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this SenderCompany. # noqa: E501
diff --git a/docusign_esign/models/sender_name.py b/docusign_esign/models/sender_name.py
index a7b84f27..54060c6d 100644
--- a/docusign_esign/models/sender_name.py
+++ b/docusign_esign/models/sender_name.py
@@ -61,6 +61,7 @@ class SenderName(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -97,6 +98,7 @@ class SenderName(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -117,6 +119,7 @@ class SenderName(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -154,6 +157,7 @@ class SenderName(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -190,6 +194,7 @@ class SenderName(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -210,6 +215,7 @@ class SenderName(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -252,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -288,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -308,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -344,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -380,6 +390,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -400,6 +411,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1051,6 +1063,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this SenderName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this SenderName. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this SenderName.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this SenderName. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this SenderName. # noqa: E501
@@ -1879,6 +1914,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this SenderName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this SenderName. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this SenderName.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this SenderName. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this SenderName. # noqa: E501
@@ -2339,6 +2397,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this SenderName. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this SenderName. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this SenderName.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this SenderName. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this SenderName. # noqa: E501
diff --git a/docusign_esign/models/sign_here.py b/docusign_esign/models/sign_here.py
index 81238b76..2f571c54 100644
--- a/docusign_esign/models/sign_here.py
+++ b/docusign_esign/models/sign_here.py
@@ -59,6 +59,7 @@ class SignHere(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -95,6 +96,7 @@ class SignHere(object):
'stamp_type_metadata': 'PropertyMetadata',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -111,6 +113,7 @@ class SignHere(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -146,6 +149,7 @@ class SignHere(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -182,6 +186,7 @@ class SignHere(object):
'stamp_type_metadata': 'stampTypeMetadata',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -198,6 +203,7 @@ class SignHere(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -238,6 +244,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -274,6 +281,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._stamp_type_metadata = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -290,6 +298,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -324,6 +333,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -360,6 +370,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('stamp_type_metadata'), kwargs.get('stamp_type_metadata', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -376,6 +387,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -981,6 +993,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this SignHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this SignHere. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this SignHere.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this SignHere. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this SignHere. # noqa: E501
@@ -1809,6 +1844,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this SignHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this SignHere. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this SignHere.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this SignHere. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this SignHere. # noqa: E501
@@ -2177,6 +2235,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this SignHere. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this SignHere. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this SignHere.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this SignHere. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this SignHere. # noqa: E501
diff --git a/docusign_esign/models/signer.py b/docusign_esign/models/signer.py
index f49b7c5d..9451a868 100644
--- a/docusign_esign/models/signer.py
+++ b/docusign_esign/models/signer.py
@@ -60,6 +60,7 @@ class Signer(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -130,7 +131,8 @@ class Signer(object):
'template_locked': 'str',
'template_required': 'str',
'total_tab_count': 'str',
- 'user_id': 'str'
+ 'user_id': 'str',
+ 'web_form_recipient_view_id': 'str'
}
attribute_map = {
@@ -161,6 +163,7 @@ class Signer(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -231,7 +234,8 @@ class Signer(object):
'template_locked': 'templateLocked',
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
- 'user_id': 'userId'
+ 'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId'
}
def __init__(self, _configuration=None, **kwargs): # noqa: E501
@@ -267,6 +271,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -338,6 +343,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self.discriminator = None
setattr(self, "_{}".format('access_code'), kwargs.get('access_code', None))
@@ -367,6 +373,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -438,6 +445,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
@property
def access_code(self):
@@ -1060,6 +1068,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Signer. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Signer. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Signer.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Signer. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Signer. # noqa: E501
@@ -2693,6 +2724,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Signer. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Signer. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Signer.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Signer. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
diff --git a/docusign_esign/models/signer_attachment.py b/docusign_esign/models/signer_attachment.py
index 0d38e20f..d8981075 100644
--- a/docusign_esign/models/signer_attachment.py
+++ b/docusign_esign/models/signer_attachment.py
@@ -59,6 +59,7 @@ class SignerAttachment(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -91,6 +92,7 @@ class SignerAttachment(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -107,6 +109,7 @@ class SignerAttachment(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -142,6 +145,7 @@ class SignerAttachment(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -174,6 +178,7 @@ class SignerAttachment(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -190,6 +195,7 @@ class SignerAttachment(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -230,6 +236,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -262,6 +269,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -278,6 +286,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -312,6 +321,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -344,6 +354,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -360,6 +371,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -965,6 +977,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this SignerAttachment. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this SignerAttachment. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this SignerAttachment.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this SignerAttachment. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this SignerAttachment. # noqa: E501
@@ -1701,6 +1736,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this SignerAttachment. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this SignerAttachment. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this SignerAttachment.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this SignerAttachment. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this SignerAttachment. # noqa: E501
@@ -2069,6 +2127,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this SignerAttachment. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this SignerAttachment. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this SignerAttachment.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this SignerAttachment. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this SignerAttachment. # noqa: E501
diff --git a/docusign_esign/models/smart_section.py b/docusign_esign/models/smart_section.py
index 8690313a..475073b2 100644
--- a/docusign_esign/models/smart_section.py
+++ b/docusign_esign/models/smart_section.py
@@ -60,6 +60,7 @@ class SmartSection(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'display_settings': 'SmartSectionDisplaySettings',
@@ -98,6 +99,7 @@ class SmartSection(object):
'start_position': 'SmartSectionAnchorPosition',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -113,6 +115,7 @@ class SmartSection(object):
'template_required_metadata': 'PropertyMetadata',
'tooltip': 'str',
'tool_tip_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -149,6 +152,7 @@ class SmartSection(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'display_settings': 'displaySettings',
@@ -187,6 +191,7 @@ class SmartSection(object):
'start_position': 'startPosition',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -202,6 +207,7 @@ class SmartSection(object):
'template_required_metadata': 'templateRequiredMetadata',
'tooltip': 'tooltip',
'tool_tip_metadata': 'toolTipMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -243,6 +249,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._display_settings = None
@@ -281,6 +288,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._start_position = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -296,6 +304,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required_metadata = None
self._tooltip = None
self._tool_tip_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -331,6 +340,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('display_settings'), kwargs.get('display_settings', None))
@@ -369,6 +379,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('start_position'), kwargs.get('start_position', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -384,6 +395,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None))
setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None))
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1012,6 +1024,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this SmartSection. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this SmartSection. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this SmartSection.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this SmartSection. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this SmartSection. # noqa: E501
@@ -1886,6 +1921,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this SmartSection. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this SmartSection. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this SmartSection.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this SmartSection. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this SmartSection. # noqa: E501
@@ -2231,6 +2289,29 @@ def tool_tip_metadata(self, tool_tip_metadata):
self._tool_tip_metadata = tool_tip_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this SmartSection. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this SmartSection. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this SmartSection.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this SmartSection. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this SmartSection. # noqa: E501
diff --git a/docusign_esign/models/ssn.py b/docusign_esign/models/ssn.py
index 772457a6..53482d6f 100644
--- a/docusign_esign/models/ssn.py
+++ b/docusign_esign/models/ssn.py
@@ -63,6 +63,7 @@ class Ssn(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -119,6 +120,7 @@ class Ssn(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -143,6 +145,7 @@ class Ssn(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -182,6 +185,7 @@ class Ssn(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -238,6 +242,7 @@ class Ssn(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -262,6 +267,7 @@ class Ssn(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -306,6 +312,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -362,6 +369,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -386,6 +394,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -424,6 +433,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -480,6 +490,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -504,6 +515,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1201,6 +1213,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Ssn. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Ssn. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Ssn.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Ssn. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Ssn. # noqa: E501
@@ -2489,6 +2524,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Ssn. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Ssn. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Ssn.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Ssn. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Ssn. # noqa: E501
@@ -3041,6 +3099,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Ssn. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Ssn. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Ssn.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Ssn. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Ssn. # noqa: E501
diff --git a/docusign_esign/models/tab_group.py b/docusign_esign/models/tab_group.py
index b0911756..9c83afeb 100644
--- a/docusign_esign/models/tab_group.py
+++ b/docusign_esign/models/tab_group.py
@@ -59,6 +59,7 @@ class TabGroup(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -92,6 +93,7 @@ class TabGroup(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -110,6 +112,7 @@ class TabGroup(object):
'tool_tip_metadata': 'PropertyMetadata',
'validation_message': 'str',
'validation_message_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -145,6 +148,7 @@ class TabGroup(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -178,6 +182,7 @@ class TabGroup(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -196,6 +201,7 @@ class TabGroup(object):
'tool_tip_metadata': 'toolTipMetadata',
'validation_message': 'validationMessage',
'validation_message_metadata': 'validationMessageMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -236,6 +242,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -269,6 +276,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -287,6 +295,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._validation_message = None
self._validation_message_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -321,6 +330,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -354,6 +364,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -372,6 +383,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('validation_message'), kwargs.get('validation_message', None))
setattr(self, "_{}".format('validation_message_metadata'), kwargs.get('validation_message_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -977,6 +989,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this TabGroup. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this TabGroup. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this TabGroup.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this TabGroup. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this TabGroup. # noqa: E501
@@ -1736,6 +1771,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this TabGroup. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this TabGroup. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this TabGroup.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this TabGroup. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this TabGroup. # noqa: E501
@@ -2150,6 +2208,29 @@ def validation_message_metadata(self, validation_message_metadata):
self._validation_message_metadata = validation_message_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this TabGroup. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this TabGroup. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this TabGroup.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this TabGroup. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this TabGroup. # noqa: E501
diff --git a/docusign_esign/models/template_auto_match.py b/docusign_esign/models/template_auto_match.py
new file mode 100644
index 00000000..cfdd0af9
--- /dev/null
+++ b/docusign_esign/models/template_auto_match.py
@@ -0,0 +1,178 @@
+# coding: utf-8
+
+"""
+ Docusign eSignature REST API
+
+ The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
+
+ OpenAPI spec version: v2.1
+ Contact: devcenter@docusign.com
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from docusign_esign.client.configuration import Configuration
+
+
+class TemplateAutoMatch(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'auto_match': 'str',
+ 'error_details': 'ErrorDetails',
+ 'template_id': 'str'
+ }
+
+ attribute_map = {
+ 'auto_match': 'autoMatch',
+ 'error_details': 'errorDetails',
+ 'template_id': 'templateId'
+ }
+
+ def __init__(self, _configuration=None, **kwargs): # noqa: E501
+ """TemplateAutoMatch - a model defined in Swagger""" # noqa: E501
+ if _configuration is None:
+ _configuration = Configuration()
+ self._configuration = _configuration
+
+ self._auto_match = None
+ self._error_details = None
+ self._template_id = None
+ self.discriminator = None
+
+ setattr(self, "_{}".format('auto_match'), kwargs.get('auto_match', None))
+ setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
+ setattr(self, "_{}".format('template_id'), kwargs.get('template_id', None))
+
+ @property
+ def auto_match(self):
+ """Gets the auto_match of this TemplateAutoMatch. # noqa: E501
+
+ # noqa: E501
+
+ :return: The auto_match of this TemplateAutoMatch. # noqa: E501
+ :rtype: str
+ """
+ return self._auto_match
+
+ @auto_match.setter
+ def auto_match(self, auto_match):
+ """Sets the auto_match of this TemplateAutoMatch.
+
+ # noqa: E501
+
+ :param auto_match: The auto_match of this TemplateAutoMatch. # noqa: E501
+ :type: str
+ """
+
+ self._auto_match = auto_match
+
+ @property
+ def error_details(self):
+ """Gets the error_details of this TemplateAutoMatch. # noqa: E501
+
+ Array or errors. # noqa: E501
+
+ :return: The error_details of this TemplateAutoMatch. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._error_details
+
+ @error_details.setter
+ def error_details(self, error_details):
+ """Sets the error_details of this TemplateAutoMatch.
+
+ Array or errors. # noqa: E501
+
+ :param error_details: The error_details of this TemplateAutoMatch. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._error_details = error_details
+
+ @property
+ def template_id(self):
+ """Gets the template_id of this TemplateAutoMatch. # noqa: E501
+
+ The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501
+
+ :return: The template_id of this TemplateAutoMatch. # noqa: E501
+ :rtype: str
+ """
+ return self._template_id
+
+ @template_id.setter
+ def template_id(self, template_id):
+ """Sets the template_id of this TemplateAutoMatch.
+
+ The unique identifier of the template. If this is not provided, DocuSign will generate a value. # noqa: E501
+
+ :param template_id: The template_id of this TemplateAutoMatch. # noqa: E501
+ :type: str
+ """
+
+ self._template_id = template_id
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+ if issubclass(TemplateAutoMatch, dict):
+ for key, value in self.items():
+ result[key] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, TemplateAutoMatch):
+ return False
+
+ return self.to_dict() == other.to_dict()
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ if not isinstance(other, TemplateAutoMatch):
+ return True
+
+ return self.to_dict() != other.to_dict()
diff --git a/docusign_esign/models/template_auto_match_list.py b/docusign_esign/models/template_auto_match_list.py
new file mode 100644
index 00000000..da4a8c2b
--- /dev/null
+++ b/docusign_esign/models/template_auto_match_list.py
@@ -0,0 +1,124 @@
+# coding: utf-8
+
+"""
+ Docusign eSignature REST API
+
+ The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
+
+ OpenAPI spec version: v2.1
+ Contact: devcenter@docusign.com
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from docusign_esign.client.configuration import Configuration
+
+
+class TemplateAutoMatchList(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'templates': 'list[TemplateAutoMatch]'
+ }
+
+ attribute_map = {
+ 'templates': 'templates'
+ }
+
+ def __init__(self, _configuration=None, **kwargs): # noqa: E501
+ """TemplateAutoMatchList - a model defined in Swagger""" # noqa: E501
+ if _configuration is None:
+ _configuration = Configuration()
+ self._configuration = _configuration
+
+ self._templates = None
+ self.discriminator = None
+
+ setattr(self, "_{}".format('templates'), kwargs.get('templates', None))
+
+ @property
+ def templates(self):
+ """Gets the templates of this TemplateAutoMatchList. # noqa: E501
+
+ # noqa: E501
+
+ :return: The templates of this TemplateAutoMatchList. # noqa: E501
+ :rtype: list[TemplateAutoMatch]
+ """
+ return self._templates
+
+ @templates.setter
+ def templates(self, templates):
+ """Sets the templates of this TemplateAutoMatchList.
+
+ # noqa: E501
+
+ :param templates: The templates of this TemplateAutoMatchList. # noqa: E501
+ :type: list[TemplateAutoMatch]
+ """
+
+ self._templates = templates
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+ if issubclass(TemplateAutoMatchList, dict):
+ for key, value in self.items():
+ result[key] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, TemplateAutoMatchList):
+ return False
+
+ return self.to_dict() == other.to_dict()
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ if not isinstance(other, TemplateAutoMatchList):
+ return True
+
+ return self.to_dict() != other.to_dict()
diff --git a/docusign_esign/models/template_summary.py b/docusign_esign/models/template_summary.py
index 042f529e..9d2bc526 100644
--- a/docusign_esign/models/template_summary.py
+++ b/docusign_esign/models/template_summary.py
@@ -37,6 +37,7 @@ class TemplateSummary(object):
'document_id': 'str',
'document_name': 'str',
'error_details': 'ErrorDetails',
+ 'has_document_template_library': 'str',
'name': 'str',
'template_id': 'str',
'template_match': 'TemplateMatch',
@@ -48,6 +49,7 @@ class TemplateSummary(object):
'document_id': 'documentId',
'document_name': 'documentName',
'error_details': 'errorDetails',
+ 'has_document_template_library': 'hasDocumentTemplateLibrary',
'name': 'name',
'template_id': 'templateId',
'template_match': 'templateMatch',
@@ -64,6 +66,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._document_id = None
self._document_name = None
self._error_details = None
+ self._has_document_template_library = None
self._name = None
self._template_id = None
self._template_match = None
@@ -74,6 +77,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
setattr(self, "_{}".format('document_name'), kwargs.get('document_name', None))
setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None))
+ setattr(self, "_{}".format('has_document_template_library'), kwargs.get('has_document_template_library', None))
setattr(self, "_{}".format('name'), kwargs.get('name', None))
setattr(self, "_{}".format('template_id'), kwargs.get('template_id', None))
setattr(self, "_{}".format('template_match'), kwargs.get('template_match', None))
@@ -171,6 +175,29 @@ def error_details(self, error_details):
self._error_details = error_details
+ @property
+ def has_document_template_library(self):
+ """Gets the has_document_template_library of this TemplateSummary. # noqa: E501
+
+ # noqa: E501
+
+ :return: The has_document_template_library of this TemplateSummary. # noqa: E501
+ :rtype: str
+ """
+ return self._has_document_template_library
+
+ @has_document_template_library.setter
+ def has_document_template_library(self, has_document_template_library):
+ """Sets the has_document_template_library of this TemplateSummary.
+
+ # noqa: E501
+
+ :param has_document_template_library: The has_document_template_library of this TemplateSummary. # noqa: E501
+ :type: str
+ """
+
+ self._has_document_template_library = has_document_template_library
+
@property
def name(self):
"""Gets the name of this TemplateSummary. # noqa: E501
diff --git a/docusign_esign/models/text.py b/docusign_esign/models/text.py
index 8648b539..1ceb26aa 100644
--- a/docusign_esign/models/text.py
+++ b/docusign_esign/models/text.py
@@ -63,6 +63,7 @@ class Text(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -123,6 +124,7 @@ class Text(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -147,6 +149,7 @@ class Text(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -186,6 +189,7 @@ class Text(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -246,6 +250,7 @@ class Text(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -270,6 +275,7 @@ class Text(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -314,6 +320,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -374,6 +381,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -398,6 +406,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -436,6 +445,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -496,6 +506,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -520,6 +531,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1217,6 +1229,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Text. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Text. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Text.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Text. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Text. # noqa: E501
@@ -2597,6 +2632,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Text. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Text. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Text.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Text. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Text. # noqa: E501
@@ -3149,6 +3207,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Text. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Text. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Text.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Text. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Text. # noqa: E501
diff --git a/docusign_esign/models/title.py b/docusign_esign/models/title.py
index 7d878c88..88d2bb99 100644
--- a/docusign_esign/models/title.py
+++ b/docusign_esign/models/title.py
@@ -63,6 +63,7 @@ class Title(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -109,6 +110,7 @@ class Title(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -129,6 +131,7 @@ class Title(object):
'underline_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -168,6 +171,7 @@ class Title(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -214,6 +218,7 @@ class Title(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -234,6 +239,7 @@ class Title(object):
'underline_metadata': 'underlineMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -278,6 +284,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -324,6 +331,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -344,6 +352,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._underline_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -382,6 +391,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -428,6 +438,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -448,6 +459,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1145,6 +1157,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Title. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Title. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Title.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Title. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Title. # noqa: E501
@@ -2203,6 +2238,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Title. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Title. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Title.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Title. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Title. # noqa: E501
@@ -2663,6 +2721,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Title. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Title. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Title.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Title. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Title. # noqa: E501
diff --git a/docusign_esign/models/user_information.py b/docusign_esign/models/user_information.py
index e096b39a..69a5f766 100644
--- a/docusign_esign/models/user_information.py
+++ b/docusign_esign/models/user_information.py
@@ -51,10 +51,14 @@ class UserInformation(object):
'initials_image_uri': 'str',
'is_admin': 'str',
'is_alternate_admin': 'str',
+ 'is_managed_by_scim': 'str',
+ 'is_membership_managed_by_scim': 'str',
'is_nar_enabled': 'str',
'job_title': 'str',
'last_login': 'str',
'last_name': 'str',
+ 'license_status': 'str',
+ 'license_type': 'str',
'login_status': 'str',
'middle_name': 'str',
'password': 'str',
@@ -98,10 +102,14 @@ class UserInformation(object):
'initials_image_uri': 'initialsImageUri',
'is_admin': 'isAdmin',
'is_alternate_admin': 'isAlternateAdmin',
+ 'is_managed_by_scim': 'isManagedByScim',
+ 'is_membership_managed_by_scim': 'isMembershipManagedByScim',
'is_nar_enabled': 'isNAREnabled',
'job_title': 'jobTitle',
'last_login': 'lastLogin',
'last_name': 'lastName',
+ 'license_status': 'licenseStatus',
+ 'license_type': 'licenseType',
'login_status': 'loginStatus',
'middle_name': 'middleName',
'password': 'password',
@@ -150,10 +158,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._initials_image_uri = None
self._is_admin = None
self._is_alternate_admin = None
+ self._is_managed_by_scim = None
+ self._is_membership_managed_by_scim = None
self._is_nar_enabled = None
self._job_title = None
self._last_login = None
self._last_name = None
+ self._license_status = None
+ self._license_type = None
self._login_status = None
self._middle_name = None
self._password = None
@@ -196,10 +208,14 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('initials_image_uri'), kwargs.get('initials_image_uri', None))
setattr(self, "_{}".format('is_admin'), kwargs.get('is_admin', None))
setattr(self, "_{}".format('is_alternate_admin'), kwargs.get('is_alternate_admin', None))
+ setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None))
+ setattr(self, "_{}".format('is_membership_managed_by_scim'), kwargs.get('is_membership_managed_by_scim', None))
setattr(self, "_{}".format('is_nar_enabled'), kwargs.get('is_nar_enabled', None))
setattr(self, "_{}".format('job_title'), kwargs.get('job_title', None))
setattr(self, "_{}".format('last_login'), kwargs.get('last_login', None))
setattr(self, "_{}".format('last_name'), kwargs.get('last_name', None))
+ setattr(self, "_{}".format('license_status'), kwargs.get('license_status', None))
+ setattr(self, "_{}".format('license_type'), kwargs.get('license_type', None))
setattr(self, "_{}".format('login_status'), kwargs.get('login_status', None))
setattr(self, "_{}".format('middle_name'), kwargs.get('middle_name', None))
setattr(self, "_{}".format('password'), kwargs.get('password', None))
@@ -637,6 +653,52 @@ def is_alternate_admin(self, is_alternate_admin):
self._is_alternate_admin = is_alternate_admin
+ @property
+ def is_managed_by_scim(self):
+ """Gets the is_managed_by_scim of this UserInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_managed_by_scim of this UserInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._is_managed_by_scim
+
+ @is_managed_by_scim.setter
+ def is_managed_by_scim(self, is_managed_by_scim):
+ """Sets the is_managed_by_scim of this UserInformation.
+
+ # noqa: E501
+
+ :param is_managed_by_scim: The is_managed_by_scim of this UserInformation. # noqa: E501
+ :type: str
+ """
+
+ self._is_managed_by_scim = is_managed_by_scim
+
+ @property
+ def is_membership_managed_by_scim(self):
+ """Gets the is_membership_managed_by_scim of this UserInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_membership_managed_by_scim of this UserInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._is_membership_managed_by_scim
+
+ @is_membership_managed_by_scim.setter
+ def is_membership_managed_by_scim(self, is_membership_managed_by_scim):
+ """Sets the is_membership_managed_by_scim of this UserInformation.
+
+ # noqa: E501
+
+ :param is_membership_managed_by_scim: The is_membership_managed_by_scim of this UserInformation. # noqa: E501
+ :type: str
+ """
+
+ self._is_membership_managed_by_scim = is_membership_managed_by_scim
+
@property
def is_nar_enabled(self):
"""Gets the is_nar_enabled of this UserInformation. # noqa: E501
@@ -729,6 +791,52 @@ def last_name(self, last_name):
self._last_name = last_name
+ @property
+ def license_status(self):
+ """Gets the license_status of this UserInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The license_status of this UserInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._license_status
+
+ @license_status.setter
+ def license_status(self, license_status):
+ """Sets the license_status of this UserInformation.
+
+ # noqa: E501
+
+ :param license_status: The license_status of this UserInformation. # noqa: E501
+ :type: str
+ """
+
+ self._license_status = license_status
+
+ @property
+ def license_type(self):
+ """Gets the license_type of this UserInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The license_type of this UserInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._license_type
+
+ @license_type.setter
+ def license_type(self, license_type):
+ """Sets the license_type of this UserInformation.
+
+ # noqa: E501
+
+ :param license_type: The license_type of this UserInformation. # noqa: E501
+ :type: str
+ """
+
+ self._license_type = license_type
+
@property
def login_status(self):
"""Gets the login_status of this UserInformation. # noqa: E501
diff --git a/docusign_esign/models/user_settings_information.py b/docusign_esign/models/user_settings_information.py
index 6ac7b629..d8f68b6e 100644
--- a/docusign_esign/models/user_settings_information.py
+++ b/docusign_esign/models/user_settings_information.py
@@ -41,6 +41,8 @@ class UserSettingsInformation(object):
'allow_access_to_all_account_agreements': 'str',
'allow_access_to_all_account_agreements_metadata': 'SettingsMetadata',
'allow_auto_tagging': 'str',
+ 'allowed_document_template_library_access': 'str',
+ 'allowed_document_template_library_access_metadata': 'SettingsMetadata',
'allowed_orchestration_access': 'str',
'allowed_orchestration_access_metadata': 'SettingsMetadata',
'allow_envelope_transfer_to': 'str',
@@ -119,6 +121,10 @@ class UserSettingsInformation(object):
'enable_vaulting': 'str',
'enable_vaulting_metadata': 'SettingsMetadata',
'express_send_only': 'str',
+ 'is_managed_by_scim': 'str',
+ 'is_managed_by_scim_metadata': 'SettingsMetadata',
+ 'is_membership_managed_by_scim': 'str',
+ 'is_membership_managed_by_scim_metadata': 'SettingsMetadata',
'locale': 'str',
'locale_metadata': 'SettingsMetadata',
'locale_policy': 'LocalePolicy',
@@ -187,6 +193,8 @@ class UserSettingsInformation(object):
'allow_access_to_all_account_agreements': 'allowAccessToAllAccountAgreements',
'allow_access_to_all_account_agreements_metadata': 'allowAccessToAllAccountAgreementsMetadata',
'allow_auto_tagging': 'allowAutoTagging',
+ 'allowed_document_template_library_access': 'allowedDocumentTemplateLibraryAccess',
+ 'allowed_document_template_library_access_metadata': 'allowedDocumentTemplateLibraryAccessMetadata',
'allowed_orchestration_access': 'allowedOrchestrationAccess',
'allowed_orchestration_access_metadata': 'allowedOrchestrationAccessMetadata',
'allow_envelope_transfer_to': 'allowEnvelopeTransferTo',
@@ -265,6 +273,10 @@ class UserSettingsInformation(object):
'enable_vaulting': 'enableVaulting',
'enable_vaulting_metadata': 'enableVaultingMetadata',
'express_send_only': 'expressSendOnly',
+ 'is_managed_by_scim': 'isManagedByScim',
+ 'is_managed_by_scim_metadata': 'isManagedByScimMetadata',
+ 'is_membership_managed_by_scim': 'isMembershipManagedByScim',
+ 'is_membership_managed_by_scim_metadata': 'isMembershipManagedByScimMetadata',
'locale': 'locale',
'locale_metadata': 'localeMetadata',
'locale_policy': 'localePolicy',
@@ -338,6 +350,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._allow_access_to_all_account_agreements = None
self._allow_access_to_all_account_agreements_metadata = None
self._allow_auto_tagging = None
+ self._allowed_document_template_library_access = None
+ self._allowed_document_template_library_access_metadata = None
self._allowed_orchestration_access = None
self._allowed_orchestration_access_metadata = None
self._allow_envelope_transfer_to = None
@@ -416,6 +430,10 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._enable_vaulting = None
self._enable_vaulting_metadata = None
self._express_send_only = None
+ self._is_managed_by_scim = None
+ self._is_managed_by_scim_metadata = None
+ self._is_membership_managed_by_scim = None
+ self._is_membership_managed_by_scim_metadata = None
self._locale = None
self._locale_metadata = None
self._locale_policy = None
@@ -483,6 +501,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('allow_access_to_all_account_agreements'), kwargs.get('allow_access_to_all_account_agreements', None))
setattr(self, "_{}".format('allow_access_to_all_account_agreements_metadata'), kwargs.get('allow_access_to_all_account_agreements_metadata', None))
setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None))
+ setattr(self, "_{}".format('allowed_document_template_library_access'), kwargs.get('allowed_document_template_library_access', None))
+ setattr(self, "_{}".format('allowed_document_template_library_access_metadata'), kwargs.get('allowed_document_template_library_access_metadata', None))
setattr(self, "_{}".format('allowed_orchestration_access'), kwargs.get('allowed_orchestration_access', None))
setattr(self, "_{}".format('allowed_orchestration_access_metadata'), kwargs.get('allowed_orchestration_access_metadata', None))
setattr(self, "_{}".format('allow_envelope_transfer_to'), kwargs.get('allow_envelope_transfer_to', None))
@@ -561,6 +581,10 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None))
setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None))
setattr(self, "_{}".format('express_send_only'), kwargs.get('express_send_only', None))
+ setattr(self, "_{}".format('is_managed_by_scim'), kwargs.get('is_managed_by_scim', None))
+ setattr(self, "_{}".format('is_managed_by_scim_metadata'), kwargs.get('is_managed_by_scim_metadata', None))
+ setattr(self, "_{}".format('is_membership_managed_by_scim'), kwargs.get('is_membership_managed_by_scim', None))
+ setattr(self, "_{}".format('is_membership_managed_by_scim_metadata'), kwargs.get('is_membership_managed_by_scim_metadata', None))
setattr(self, "_{}".format('locale'), kwargs.get('locale', None))
setattr(self, "_{}".format('locale_metadata'), kwargs.get('locale_metadata', None))
setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None))
@@ -803,6 +827,52 @@ def allow_auto_tagging(self, allow_auto_tagging):
self._allow_auto_tagging = allow_auto_tagging
+ @property
+ def allowed_document_template_library_access(self):
+ """Gets the allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._allowed_document_template_library_access
+
+ @allowed_document_template_library_access.setter
+ def allowed_document_template_library_access(self, allowed_document_template_library_access):
+ """Sets the allowed_document_template_library_access of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param allowed_document_template_library_access: The allowed_document_template_library_access of this UserSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._allowed_document_template_library_access = allowed_document_template_library_access
+
+ @property
+ def allowed_document_template_library_access_metadata(self):
+ """Gets the allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._allowed_document_template_library_access_metadata
+
+ @allowed_document_template_library_access_metadata.setter
+ def allowed_document_template_library_access_metadata(self, allowed_document_template_library_access_metadata):
+ """Sets the allowed_document_template_library_access_metadata of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param allowed_document_template_library_access_metadata: The allowed_document_template_library_access_metadata of this UserSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._allowed_document_template_library_access_metadata = allowed_document_template_library_access_metadata
+
@property
def allowed_orchestration_access(self):
"""Gets the allowed_orchestration_access of this UserSettingsInformation. # noqa: E501
@@ -2597,6 +2667,98 @@ def express_send_only(self, express_send_only):
self._express_send_only = express_send_only
+ @property
+ def is_managed_by_scim(self):
+ """Gets the is_managed_by_scim of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._is_managed_by_scim
+
+ @is_managed_by_scim.setter
+ def is_managed_by_scim(self, is_managed_by_scim):
+ """Sets the is_managed_by_scim of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param is_managed_by_scim: The is_managed_by_scim of this UserSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._is_managed_by_scim = is_managed_by_scim
+
+ @property
+ def is_managed_by_scim_metadata(self):
+ """Gets the is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._is_managed_by_scim_metadata
+
+ @is_managed_by_scim_metadata.setter
+ def is_managed_by_scim_metadata(self, is_managed_by_scim_metadata):
+ """Sets the is_managed_by_scim_metadata of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param is_managed_by_scim_metadata: The is_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._is_managed_by_scim_metadata = is_managed_by_scim_metadata
+
+ @property
+ def is_membership_managed_by_scim(self):
+ """Gets the is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501
+ :rtype: str
+ """
+ return self._is_membership_managed_by_scim
+
+ @is_membership_managed_by_scim.setter
+ def is_membership_managed_by_scim(self, is_membership_managed_by_scim):
+ """Sets the is_membership_managed_by_scim of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param is_membership_managed_by_scim: The is_membership_managed_by_scim of this UserSettingsInformation. # noqa: E501
+ :type: str
+ """
+
+ self._is_membership_managed_by_scim = is_membership_managed_by_scim
+
+ @property
+ def is_membership_managed_by_scim_metadata(self):
+ """Gets the is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+
+ # noqa: E501
+
+ :return: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+ :rtype: SettingsMetadata
+ """
+ return self._is_membership_managed_by_scim_metadata
+
+ @is_membership_managed_by_scim_metadata.setter
+ def is_membership_managed_by_scim_metadata(self, is_membership_managed_by_scim_metadata):
+ """Sets the is_membership_managed_by_scim_metadata of this UserSettingsInformation.
+
+ # noqa: E501
+
+ :param is_membership_managed_by_scim_metadata: The is_membership_managed_by_scim_metadata of this UserSettingsInformation. # noqa: E501
+ :type: SettingsMetadata
+ """
+
+ self._is_membership_managed_by_scim_metadata = is_membership_managed_by_scim_metadata
+
@property
def locale(self):
"""Gets the locale of this UserSettingsInformation. # noqa: E501
diff --git a/docusign_esign/models/view.py b/docusign_esign/models/view.py
index 39c39223..85ea78cb 100644
--- a/docusign_esign/models/view.py
+++ b/docusign_esign/models/view.py
@@ -63,6 +63,7 @@ class View(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'document_id': 'str',
@@ -100,6 +101,7 @@ class View(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -118,6 +120,7 @@ class View(object):
'tool_tip_metadata': 'PropertyMetadata',
'underline': 'str',
'underline_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -157,6 +160,7 @@ class View(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'document_id': 'documentId',
@@ -194,6 +198,7 @@ class View(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -212,6 +217,7 @@ class View(object):
'tool_tip_metadata': 'toolTipMetadata',
'underline': 'underline',
'underline_metadata': 'underlineMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -256,6 +262,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._document_id = None
@@ -293,6 +300,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -311,6 +319,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._tool_tip_metadata = None
self._underline = None
self._underline_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -349,6 +358,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None))
@@ -386,6 +396,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -404,6 +415,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None))
setattr(self, "_{}".format('underline'), kwargs.get('underline', None))
setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1101,6 +1113,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this View. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this View. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this View.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this View. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this View. # noqa: E501
@@ -1952,6 +1987,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this View. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this View. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this View.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this View. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this View. # noqa: E501
@@ -2366,6 +2424,29 @@ def underline_metadata(self, underline_metadata):
self._underline_metadata = underline_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this View. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this View. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this View.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this View. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this View. # noqa: E501
diff --git a/docusign_esign/models/witness.py b/docusign_esign/models/witness.py
index 3c8258a5..d612c3b8 100644
--- a/docusign_esign/models/witness.py
+++ b/docusign_esign/models/witness.py
@@ -60,6 +60,7 @@ class Witness(object):
'delivery_method_metadata': 'PropertyMetadata',
'designator_id': 'str',
'designator_id_guid': 'str',
+ 'document_template_id': 'str',
'document_visibility': 'list[DocumentVisibility]',
'email': 'str',
'email_metadata': 'PropertyMetadata',
@@ -131,6 +132,7 @@ class Witness(object):
'template_required': 'str',
'total_tab_count': 'str',
'user_id': 'str',
+ 'web_form_recipient_view_id': 'str',
'witness_for': 'str',
'witness_for_guid': 'str'
}
@@ -163,6 +165,7 @@ class Witness(object):
'delivery_method_metadata': 'deliveryMethodMetadata',
'designator_id': 'designatorId',
'designator_id_guid': 'designatorIdGuid',
+ 'document_template_id': 'documentTemplateId',
'document_visibility': 'documentVisibility',
'email': 'email',
'email_metadata': 'emailMetadata',
@@ -234,6 +237,7 @@ class Witness(object):
'template_required': 'templateRequired',
'total_tab_count': 'totalTabCount',
'user_id': 'userId',
+ 'web_form_recipient_view_id': 'webFormRecipientViewId',
'witness_for': 'witnessFor',
'witness_for_guid': 'witnessForGuid'
}
@@ -271,6 +275,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._delivery_method_metadata = None
self._designator_id = None
self._designator_id_guid = None
+ self._document_template_id = None
self._document_visibility = None
self._email = None
self._email_metadata = None
@@ -342,6 +347,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._template_required = None
self._total_tab_count = None
self._user_id = None
+ self._web_form_recipient_view_id = None
self._witness_for = None
self._witness_for_guid = None
self.discriminator = None
@@ -373,6 +379,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('delivery_method_metadata'), kwargs.get('delivery_method_metadata', None))
setattr(self, "_{}".format('designator_id'), kwargs.get('designator_id', None))
setattr(self, "_{}".format('designator_id_guid'), kwargs.get('designator_id_guid', None))
+ setattr(self, "_{}".format('document_template_id'), kwargs.get('document_template_id', None))
setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None))
setattr(self, "_{}".format('email'), kwargs.get('email', None))
setattr(self, "_{}".format('email_metadata'), kwargs.get('email_metadata', None))
@@ -444,6 +451,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None))
setattr(self, "_{}".format('total_tab_count'), kwargs.get('total_tab_count', None))
setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None))
+ setattr(self, "_{}".format('web_form_recipient_view_id'), kwargs.get('web_form_recipient_view_id', None))
setattr(self, "_{}".format('witness_for'), kwargs.get('witness_for', None))
setattr(self, "_{}".format('witness_for_guid'), kwargs.get('witness_for_guid', None))
@@ -1068,6 +1076,29 @@ def designator_id_guid(self, designator_id_guid):
self._designator_id_guid = designator_id_guid
+ @property
+ def document_template_id(self):
+ """Gets the document_template_id of this Witness. # noqa: E501
+
+ # noqa: E501
+
+ :return: The document_template_id of this Witness. # noqa: E501
+ :rtype: str
+ """
+ return self._document_template_id
+
+ @document_template_id.setter
+ def document_template_id(self, document_template_id):
+ """Sets the document_template_id of this Witness.
+
+ # noqa: E501
+
+ :param document_template_id: The document_template_id of this Witness. # noqa: E501
+ :type: str
+ """
+
+ self._document_template_id = document_template_id
+
@property
def document_visibility(self):
"""Gets the document_visibility of this Witness. # noqa: E501
@@ -2701,6 +2732,29 @@ def user_id(self, user_id):
self._user_id = user_id
+ @property
+ def web_form_recipient_view_id(self):
+ """Gets the web_form_recipient_view_id of this Witness. # noqa: E501
+
+ # noqa: E501
+
+ :return: The web_form_recipient_view_id of this Witness. # noqa: E501
+ :rtype: str
+ """
+ return self._web_form_recipient_view_id
+
+ @web_form_recipient_view_id.setter
+ def web_form_recipient_view_id(self, web_form_recipient_view_id):
+ """Sets the web_form_recipient_view_id of this Witness.
+
+ # noqa: E501
+
+ :param web_form_recipient_view_id: The web_form_recipient_view_id of this Witness. # noqa: E501
+ :type: str
+ """
+
+ self._web_form_recipient_view_id = web_form_recipient_view_id
+
@property
def witness_for(self):
"""Gets the witness_for of this Witness. # noqa: E501
diff --git a/docusign_esign/models/zip.py b/docusign_esign/models/zip.py
index a9dd1999..49a99b71 100644
--- a/docusign_esign/models/zip.py
+++ b/docusign_esign/models/zip.py
@@ -63,6 +63,7 @@ class Zip(object):
'conditional_parent_label_metadata': 'PropertyMetadata',
'conditional_parent_value': 'str',
'conditional_parent_value_metadata': 'PropertyMetadata',
+ 'connected_object_details': 'ConnectedObjectDetails',
'custom_tab_id': 'str',
'custom_tab_id_metadata': 'PropertyMetadata',
'disable_auto_size': 'str',
@@ -119,6 +120,7 @@ class Zip(object):
'source': 'str',
'status': 'str',
'status_metadata': 'PropertyMetadata',
+ 'tab_fully_qualified_path': 'str',
'tab_group_labels': 'list[str]',
'tab_group_labels_metadata': 'PropertyMetadata',
'tab_id': 'str',
@@ -145,6 +147,7 @@ class Zip(object):
'validation_pattern_metadata': 'PropertyMetadata',
'value': 'str',
'value_metadata': 'PropertyMetadata',
+ 'warning_details': 'ErrorDetails',
'width': 'str',
'width_metadata': 'PropertyMetadata',
'x_position': 'str',
@@ -184,6 +187,7 @@ class Zip(object):
'conditional_parent_label_metadata': 'conditionalParentLabelMetadata',
'conditional_parent_value': 'conditionalParentValue',
'conditional_parent_value_metadata': 'conditionalParentValueMetadata',
+ 'connected_object_details': 'connectedObjectDetails',
'custom_tab_id': 'customTabId',
'custom_tab_id_metadata': 'customTabIdMetadata',
'disable_auto_size': 'disableAutoSize',
@@ -240,6 +244,7 @@ class Zip(object):
'source': 'source',
'status': 'status',
'status_metadata': 'statusMetadata',
+ 'tab_fully_qualified_path': 'tabFullyQualifiedPath',
'tab_group_labels': 'tabGroupLabels',
'tab_group_labels_metadata': 'tabGroupLabelsMetadata',
'tab_id': 'tabId',
@@ -266,6 +271,7 @@ class Zip(object):
'validation_pattern_metadata': 'validationPatternMetadata',
'value': 'value',
'value_metadata': 'valueMetadata',
+ 'warning_details': 'warningDetails',
'width': 'width',
'width_metadata': 'widthMetadata',
'x_position': 'xPosition',
@@ -310,6 +316,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._conditional_parent_label_metadata = None
self._conditional_parent_value = None
self._conditional_parent_value_metadata = None
+ self._connected_object_details = None
self._custom_tab_id = None
self._custom_tab_id_metadata = None
self._disable_auto_size = None
@@ -366,6 +373,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._source = None
self._status = None
self._status_metadata = None
+ self._tab_fully_qualified_path = None
self._tab_group_labels = None
self._tab_group_labels_metadata = None
self._tab_id = None
@@ -392,6 +400,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
self._validation_pattern_metadata = None
self._value = None
self._value_metadata = None
+ self._warning_details = None
self._width = None
self._width_metadata = None
self._x_position = None
@@ -430,6 +439,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None))
setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None))
setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None))
+ setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None))
setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None))
setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None))
setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None))
@@ -486,6 +496,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('source'), kwargs.get('source', None))
setattr(self, "_{}".format('status'), kwargs.get('status', None))
setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None))
+ setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None))
setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None))
setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None))
setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None))
@@ -512,6 +523,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501
setattr(self, "_{}".format('validation_pattern_metadata'), kwargs.get('validation_pattern_metadata', None))
setattr(self, "_{}".format('value'), kwargs.get('value', None))
setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None))
+ setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None))
setattr(self, "_{}".format('width'), kwargs.get('width', None))
setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None))
setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None))
@@ -1209,6 +1221,29 @@ def conditional_parent_value_metadata(self, conditional_parent_value_metadata):
self._conditional_parent_value_metadata = conditional_parent_value_metadata
+ @property
+ def connected_object_details(self):
+ """Gets the connected_object_details of this Zip. # noqa: E501
+
+ # noqa: E501
+
+ :return: The connected_object_details of this Zip. # noqa: E501
+ :rtype: ConnectedObjectDetails
+ """
+ return self._connected_object_details
+
+ @connected_object_details.setter
+ def connected_object_details(self, connected_object_details):
+ """Sets the connected_object_details of this Zip.
+
+ # noqa: E501
+
+ :param connected_object_details: The connected_object_details of this Zip. # noqa: E501
+ :type: ConnectedObjectDetails
+ """
+
+ self._connected_object_details = connected_object_details
+
@property
def custom_tab_id(self):
"""Gets the custom_tab_id of this Zip. # noqa: E501
@@ -2497,6 +2532,29 @@ def status_metadata(self, status_metadata):
self._status_metadata = status_metadata
+ @property
+ def tab_fully_qualified_path(self):
+ """Gets the tab_fully_qualified_path of this Zip. # noqa: E501
+
+ # noqa: E501
+
+ :return: The tab_fully_qualified_path of this Zip. # noqa: E501
+ :rtype: str
+ """
+ return self._tab_fully_qualified_path
+
+ @tab_fully_qualified_path.setter
+ def tab_fully_qualified_path(self, tab_fully_qualified_path):
+ """Sets the tab_fully_qualified_path of this Zip.
+
+ # noqa: E501
+
+ :param tab_fully_qualified_path: The tab_fully_qualified_path of this Zip. # noqa: E501
+ :type: str
+ """
+
+ self._tab_fully_qualified_path = tab_fully_qualified_path
+
@property
def tab_group_labels(self):
"""Gets the tab_group_labels of this Zip. # noqa: E501
@@ -3095,6 +3153,29 @@ def value_metadata(self, value_metadata):
self._value_metadata = value_metadata
+ @property
+ def warning_details(self):
+ """Gets the warning_details of this Zip. # noqa: E501
+
+ # noqa: E501
+
+ :return: The warning_details of this Zip. # noqa: E501
+ :rtype: ErrorDetails
+ """
+ return self._warning_details
+
+ @warning_details.setter
+ def warning_details(self, warning_details):
+ """Sets the warning_details of this Zip.
+
+ # noqa: E501
+
+ :param warning_details: The warning_details of this Zip. # noqa: E501
+ :type: ErrorDetails
+ """
+
+ self._warning_details = warning_details
+
@property
def width(self):
"""Gets the width of this Zip. # noqa: E501
diff --git a/setup.py b/setup.py
index 5fcda043..57d89fbb 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 = "5.0.0rc2"
+VERSION = "5.0.0rc3"
# To install the library, run the following
#
# python setup.py install