From b650919737b2844d55602b393ad333a60746bd38 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Jun 2026 02:25:35 -0700 Subject: [PATCH] Version 10.0.0rc1-v2.1-26.2.00.00 release --- CHANGELOG.md | 5 + README.md | 2 +- docusign_esign/__init__.py | 9 +- docusign_esign/apis/envelopes_api.py | 673 +++++++++++++++++- docusign_esign/apis/groups_api.py | 6 +- docusign_esign/client/configuration.py | 6 +- docusign_esign/models/__init__.py | 9 +- .../models/account_settings_information.py | 189 +++++ docusign_esign/models/additional_setting.py | 178 +++++ docusign_esign/models/approve.py | 27 + docusign_esign/models/bulk_sending_copy.py | 27 + .../models/bulk_sending_copy_prefill_tab.py | 151 ++++ docusign_esign/models/checkbox.py | 27 + docusign_esign/models/comment_thread.py | 27 + docusign_esign/models/commission_county.py | 27 + .../models/commission_expiration.py | 27 + docusign_esign/models/commission_number.py | 27 + docusign_esign/models/commission_state.py | 27 + docusign_esign/models/company.py | 27 + docusign_esign/models/date.py | 27 + docusign_esign/models/date_signed.py | 27 + docusign_esign/models/decline.py | 27 + docusign_esign/models/doc_gen_form_field.py | 27 + docusign_esign/models/draw.py | 27 + docusign_esign/models/email.py | 27 + docusign_esign/models/email_address.py | 27 + docusign_esign/models/envelope_id.py | 27 + .../envelopes_share_permission_request.py | 151 ++++ .../models/envelopes_share_request.py | 178 +++++ .../models/envelopes_share_response.py | 340 +++++++++ .../models/envelopes_shares_request.py | 6 +- .../models/envelopes_shares_response.py | 6 +- docusign_esign/models/first_name.py | 27 + docusign_esign/models/formula_tab.py | 27 + docusign_esign/models/full_name.py | 27 + docusign_esign/models/group_user_info.py | 367 ++++++++++ docusign_esign/models/group_users_response.py | 286 ++++++++ docusign_esign/models/initial_here.py | 27 + docusign_esign/models/last_name.py | 27 + docusign_esign/models/list.py | 27 + docusign_esign/models/notarize.py | 27 + docusign_esign/models/notary_seal.py | 27 + docusign_esign/models/note.py | 27 + docusign_esign/models/number.py | 27 + docusign_esign/models/numerical.py | 27 + docusign_esign/models/phone_number.py | 27 + docusign_esign/models/poly_line_overlay.py | 27 + docusign_esign/models/radio.py | 27 + docusign_esign/models/sender_company.py | 27 + docusign_esign/models/sender_name.py | 27 + docusign_esign/models/sign_here.py | 27 + docusign_esign/models/signer_attachment.py | 27 + docusign_esign/models/smart_section.py | 27 + docusign_esign/models/ssn.py | 27 + docusign_esign/models/tab_group.py | 27 + docusign_esign/models/text.py | 27 + docusign_esign/models/title.py | 27 + docusign_esign/models/view.py | 27 + docusign_esign/models/zip.py | 27 + setup.py | 2 +- test/unit_tests.py | 13 +- 61 files changed, 3653 insertions(+), 58 deletions(-) create mode 100644 docusign_esign/models/additional_setting.py create mode 100644 docusign_esign/models/bulk_sending_copy_prefill_tab.py create mode 100644 docusign_esign/models/envelopes_share_permission_request.py create mode 100644 docusign_esign/models/envelopes_share_request.py create mode 100644 docusign_esign/models/envelopes_share_response.py create mode 100644 docusign_esign/models/group_user_info.py create mode 100644 docusign_esign/models/group_users_response.py diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0a1f6a..faa4bd63 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. +## [v10.0.0rc1] - eSignature API v2.1-26.2.00.00 - 2026-06-01 +### Changed +- Added support for version v2.1-26.2.00.00 of the DocuSign ESignature API. +- Updated the SDK release version. + ## [v7.0.0rc1] - eSignature API v2.1-26.1.02.00 - 2026-05-05 ## [v7.0.0rc1] - eSignature API v2.1-26.1.02.00 - 2026-05-04 ### Removed diff --git a/README.md b/README.md index 3311c048..d1103385 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**: 7.0.0rc1 +- **Latest SDK version**: 10.0.0rc1 ## Requirements diff --git a/docusign_esign/__init__.py b/docusign_esign/__init__.py index 9acc7d77..aabacb28 100644 --- a/docusign_esign/__init__.py +++ b/docusign_esign/__init__.py @@ -83,6 +83,7 @@ from docusign_esign.models.account_signatures_information import AccountSignaturesInformation from docusign_esign.models.account_ui_settings import AccountUISettings from docusign_esign.models.add_on import AddOn +from docusign_esign.models.additional_setting import AdditionalSetting from docusign_esign.models.address_information import AddressInformation from docusign_esign.models.address_information_input import AddressInformationInput from docusign_esign.models.admin_message import AdminMessage @@ -155,6 +156,7 @@ from docusign_esign.models.bulk_sending_copy import BulkSendingCopy from docusign_esign.models.bulk_sending_copy_custom_field import BulkSendingCopyCustomField from docusign_esign.models.bulk_sending_copy_doc_gen_form_field_row_value import BulkSendingCopyDocGenFormFieldRowValue +from docusign_esign.models.bulk_sending_copy_prefill_tab import BulkSendingCopyPrefillTab from docusign_esign.models.bulk_sending_copy_recipient import BulkSendingCopyRecipient from docusign_esign.models.bulk_sending_copy_tab import BulkSendingCopyTab from docusign_esign.models.bulk_sending_list import BulkSendingList @@ -299,10 +301,11 @@ from docusign_esign.models.envelope_view_tagger_settings import EnvelopeViewTaggerSettings from docusign_esign.models.envelope_view_template_settings import EnvelopeViewTemplateSettings from docusign_esign.models.envelopes_information import EnvelopesInformation +from docusign_esign.models.envelopes_share_permission_request import EnvelopesSharePermissionRequest +from docusign_esign.models.envelopes_share_request import EnvelopesShareRequest +from docusign_esign.models.envelopes_share_response import EnvelopesShareResponse from docusign_esign.models.envelopes_shares_request import EnvelopesSharesRequest -from docusign_esign.models.envelopes_shares_request_item import EnvelopesSharesRequestItem from docusign_esign.models.envelopes_shares_response import EnvelopesSharesResponse -from docusign_esign.models.envelopes_shares_response_item import EnvelopesSharesResponseItem from docusign_esign.models.error_details import ErrorDetails from docusign_esign.models.event_notification import EventNotification from docusign_esign.models.event_result import EventResult @@ -335,6 +338,8 @@ from docusign_esign.models.graphics_context import GraphicsContext from docusign_esign.models.group import Group from docusign_esign.models.group_information import GroupInformation +from docusign_esign.models.group_user_info import GroupUserInfo +from docusign_esign.models.group_users_response import GroupUsersResponse from docusign_esign.models.id_check_configuration import IdCheckConfiguration from docusign_esign.models.id_check_information_input import IdCheckInformationInput from docusign_esign.models.id_check_security_step import IdCheckSecurityStep diff --git a/docusign_esign/apis/envelopes_api.py b/docusign_esign/apis/envelopes_api.py index 3c880bf5..1093f6ea 100644 --- a/docusign_esign/apis/envelopes_api.py +++ b/docusign_esign/apis/envelopes_api.py @@ -372,6 +372,10 @@ def create_chunked_upload_with_http_info(self, account_id, **kwargs): header_params['Accept'] = self.api_client.\ select_header_accept(['application/json']) + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.\ + select_header_content_type(['multipart/form-data']) + # Authentication setting auth_settings = [] @@ -4983,6 +4987,233 @@ def delete_envelope_workflow_step_definition_with_http_info(self, account_id, en _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def delete_envelopes_share(self, account_id, envelope_id, share_id, **kwargs): + """ + Deletes a single envelope share + 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.delete_envelopes_share(account_id, envelope_id, share_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str share_id: (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.delete_envelopes_share_with_http_info(account_id, envelope_id, share_id, **kwargs) + else: + (data) = self.delete_envelopes_share_with_http_info(account_id, envelope_id, share_id, **kwargs) + return data + + def delete_envelopes_share_with_http_info(self, account_id, envelope_id, share_id, **kwargs): + """ + Deletes a single envelope share + 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.delete_envelopes_share_with_http_info(account_id, envelope_id, share_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str share_id: (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id', 'envelope_id', 'share_id'] + 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 delete_envelopes_share" % 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 `delete_envelopes_share`") + # verify the required parameter 'envelope_id' is set + if ('envelope_id' not in params) or (params['envelope_id'] is None): + raise ValueError("Missing the required parameter `envelope_id` when calling `delete_envelopes_share`") + # verify the required parameter 'share_id' is set + if ('share_id' not in params) or (params['share_id'] is None): + raise ValueError("Missing the required parameter `share_id` when calling `delete_envelopes_share`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/shares/{shareId}'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + if 'envelope_id' in params: + path_params['envelopeId'] = params['envelope_id'] + if 'share_id' in params: + path_params['shareId'] = params['share_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # 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, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type=None, + 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 delete_envelopes_shares(self, account_id, envelope_id, **kwargs): + """ + Deletes existing envelopes shares + 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.delete_envelopes_shares(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param EnvelopesSharesRequest envelopes_shares_request: + :return: None + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.delete_envelopes_shares_with_http_info(account_id, envelope_id, **kwargs) + else: + (data) = self.delete_envelopes_shares_with_http_info(account_id, envelope_id, **kwargs) + return data + + def delete_envelopes_shares_with_http_info(self, account_id, envelope_id, **kwargs): + """ + Deletes existing envelopes shares + 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.delete_envelopes_shares_with_http_info(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param EnvelopesSharesRequest envelopes_shares_request: + :return: None + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id', 'envelope_id', 'envelopes_shares_request'] + 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 delete_envelopes_shares" % 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 `delete_envelopes_shares`") + # verify the required parameter 'envelope_id' is set + if ('envelope_id' not in params) or (params['envelope_id'] is None): + raise ValueError("Missing the required parameter `envelope_id` when calling `delete_envelopes_shares`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/shares'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + if 'envelope_id' in params: + path_params['envelopeId'] = params['envelope_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'envelopes_shares_request' in params: + body_params = params['envelopes_shares_request'] + # 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, 'DELETE', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type=None, + 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 delete_lock(self, account_id, envelope_id, **kwargs): """ Deletes an envelope lock. @@ -9344,55 +9575,69 @@ def get_recipient_signature_image_with_http_info(self, account_id, envelope_id, _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) - def get_tabs_blob(self, account_id, envelope_id, **kwargs): + def get_shared_envelopes(self, account_id, **kwargs): """ - Get encrypted tabs for envelope. - + Returns a filtered list of shared envelopes. 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.get_tabs_blob(account_id, envelope_id, callback=callback_function) + >>> thread = api.get_shared_envelopes(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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) - :return: None + :param str count: + :param str from_date: + :param str include: + :param str order: + :param str order_by: + :param str search_text: + :param str start_position: + :param str status: + :param str to_date: + :return: EnvelopesInformation If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('callback'): - return self.get_tabs_blob_with_http_info(account_id, envelope_id, **kwargs) + return self.get_shared_envelopes_with_http_info(account_id, **kwargs) else: - (data) = self.get_tabs_blob_with_http_info(account_id, envelope_id, **kwargs) + (data) = self.get_shared_envelopes_with_http_info(account_id, **kwargs) return data - def get_tabs_blob_with_http_info(self, account_id, envelope_id, **kwargs): + def get_shared_envelopes_with_http_info(self, account_id, **kwargs): """ - Get encrypted tabs for envelope. - + Returns a filtered list of shared envelopes. 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.get_tabs_blob_with_http_info(account_id, envelope_id, callback=callback_function) + >>> thread = api.get_shared_envelopes_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) - :return: None + :param str count: + :param str from_date: + :param str include: + :param str order: + :param str order_by: + :param str search_text: + :param str start_position: + :param str status: + :param str to_date: + :return: EnvelopesInformation If the method is called asynchronously, returns the request thread. """ - all_params = ['account_id', 'envelope_id'] + all_params = ['account_id', 'count', 'from_date', 'include', 'order', 'order_by', 'search_text', 'start_position', 'status', 'to_date'] all_params.append('callback') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -9403,42 +9648,165 @@ def get_tabs_blob_with_http_info(self, account_id, envelope_id, **kwargs): if key not in all_params: raise TypeError( "Got an unexpected keyword argument '%s'" - " to method get_tabs_blob" % key + " to method get_shared_envelopes" % 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 `get_tabs_blob`") - # verify the required parameter 'envelope_id' is set - if ('envelope_id' not in params) or (params['envelope_id'] is None): - raise ValueError("Missing the required parameter `envelope_id` when calling `get_tabs_blob`") + raise ValueError("Missing the required parameter `account_id` when calling `get_shared_envelopes`") collection_formats = {} - resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/tabs_blob'.replace('{format}', 'json') + resource_path = '/v2.1/accounts/{accountId}/envelopes/shared'.replace('{format}', 'json') path_params = {} if 'account_id' in params: path_params['accountId'] = params['account_id'] - if 'envelope_id' in params: - path_params['envelopeId'] = params['envelope_id'] query_params = {} - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.\ - select_header_accept(['application/json']) - - # Authentication setting - auth_settings = [] - + if 'count' in params: + query_params['count'] = params['count'] + if 'from_date' in params: + query_params['from_date'] = params['from_date'] + if 'include' in params: + query_params['include'] = params['include'] + if 'order' in params: + query_params['order'] = params['order'] + if 'order_by' in params: + query_params['order_by'] = params['order_by'] + 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 'status' in params: + query_params['status'] = params['status'] + if 'to_date' in params: + query_params['to_date'] = params['to_date'] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # 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, 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='EnvelopesInformation', + 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 get_tabs_blob(self, account_id, envelope_id, **kwargs): + """ + Get encrypted tabs for envelope. + + 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.get_tabs_blob(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.get_tabs_blob_with_http_info(account_id, envelope_id, **kwargs) + else: + (data) = self.get_tabs_blob_with_http_info(account_id, envelope_id, **kwargs) + return data + + def get_tabs_blob_with_http_info(self, account_id, envelope_id, **kwargs): + """ + Get encrypted tabs for envelope. + + 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.get_tabs_blob_with_http_info(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id', 'envelope_id'] + 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 get_tabs_blob" % 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 `get_tabs_blob`") + # verify the required parameter 'envelope_id' is set + if ('envelope_id' not in params) or (params['envelope_id'] is None): + raise ValueError("Missing the required parameter `envelope_id` when calling `get_tabs_blob`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/tabs_blob'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + if 'envelope_id' in params: + path_params['envelopeId'] = params['envelope_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # 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, 'GET', path_params, query_params, @@ -13611,6 +13979,237 @@ def update_envelope_workflow_step_definition_with_http_info(self, account_id, en _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def update_envelopes_share(self, account_id, envelope_id, share_id, **kwargs): + """ + Updates a single envelope share + 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_envelopes_share(account_id, envelope_id, share_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str share_id: (required) + :param EnvelopesSharePermissionRequest envelopes_share_permission_request: + :return: EnvelopesShareResponse + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.update_envelopes_share_with_http_info(account_id, envelope_id, share_id, **kwargs) + else: + (data) = self.update_envelopes_share_with_http_info(account_id, envelope_id, share_id, **kwargs) + return data + + def update_envelopes_share_with_http_info(self, account_id, envelope_id, share_id, **kwargs): + """ + Updates a single envelope share + 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_envelopes_share_with_http_info(account_id, envelope_id, share_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param str share_id: (required) + :param EnvelopesSharePermissionRequest envelopes_share_permission_request: + :return: EnvelopesShareResponse + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id', 'envelope_id', 'share_id', 'envelopes_share_permission_request'] + 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_envelopes_share" % 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_envelopes_share`") + # verify the required parameter 'envelope_id' is set + if ('envelope_id' not in params) or (params['envelope_id'] is None): + raise ValueError("Missing the required parameter `envelope_id` when calling `update_envelopes_share`") + # verify the required parameter 'share_id' is set + if ('share_id' not in params) or (params['share_id'] is None): + raise ValueError("Missing the required parameter `share_id` when calling `update_envelopes_share`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/shares/{shareId}'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + if 'envelope_id' in params: + path_params['envelopeId'] = params['envelope_id'] + if 'share_id' in params: + path_params['shareId'] = params['share_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'envelopes_share_permission_request' in params: + body_params = params['envelopes_share_permission_request'] + # 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='EnvelopesShareResponse', + 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_envelopes_shares(self, account_id, envelope_id, **kwargs): + """ + Updates existing envelopes shares + 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_envelopes_shares(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param EnvelopesSharesRequest envelopes_shares_request: + :return: EnvelopesSharesResponse + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.update_envelopes_shares_with_http_info(account_id, envelope_id, **kwargs) + else: + (data) = self.update_envelopes_shares_with_http_info(account_id, envelope_id, **kwargs) + return data + + def update_envelopes_shares_with_http_info(self, account_id, envelope_id, **kwargs): + """ + Updates existing envelopes shares + 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_envelopes_shares_with_http_info(account_id, envelope_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 str envelope_id: The envelopeId Guid of the envelope being accessed. (required) + :param EnvelopesSharesRequest envelopes_shares_request: + :return: EnvelopesSharesResponse + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['account_id', 'envelope_id', 'envelopes_shares_request'] + 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_envelopes_shares" % 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_envelopes_shares`") + # verify the required parameter 'envelope_id' is set + if ('envelope_id' not in params) or (params['envelope_id'] is None): + raise ValueError("Missing the required parameter `envelope_id` when calling `update_envelopes_shares`") + + + collection_formats = {} + + resource_path = '/v2.1/accounts/{accountId}/envelopes/{envelopeId}/shares'.replace('{format}', 'json') + path_params = {} + if 'account_id' in params: + path_params['accountId'] = params['account_id'] + if 'envelope_id' in params: + path_params['envelopeId'] = params['envelope_id'] + + query_params = {} + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'envelopes_shares_request' in params: + body_params = params['envelopes_shares_request'] + # 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='EnvelopesSharesResponse', + 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_lock(self, account_id, envelope_id, **kwargs): """ Updates an envelope lock. diff --git a/docusign_esign/apis/groups_api.py b/docusign_esign/apis/groups_api.py index 1f670dac..123a19de 100644 --- a/docusign_esign/apis/groups_api.py +++ b/docusign_esign/apis/groups_api.py @@ -610,7 +610,7 @@ def list_group_users(self, account_id, group_id, **kwargs): :param str group_id: The ID of the group being accessed. (required) :param str count: Number of records to return. The number must be greater than 1 and less than or equal to 100. :param str start_position: Starting value for the list. - :return: UsersResponse + :return: GroupUsersResponse If the method is called asynchronously, returns the request thread. """ @@ -639,7 +639,7 @@ def list_group_users_with_http_info(self, account_id, group_id, **kwargs): :param str group_id: The ID of the group being accessed. (required) :param str count: Number of records to return. The number must be greater than 1 and less than or equal to 100. :param str start_position: Starting value for the list. - :return: UsersResponse + :return: GroupUsersResponse If the method is called asynchronously, returns the request thread. """ @@ -702,7 +702,7 @@ def list_group_users_with_http_info(self, account_id, group_id, **kwargs): body=body_params, post_params=form_params, files=local_var_files, - response_type='UsersResponse', + response_type='GroupUsersResponse', auth_settings=auth_settings, callback=params.get('callback'), _return_http_data_only=params.get('_return_http_data_only'), diff --git a/docusign_esign/client/configuration.py b/docusign_esign/client/configuration.py index 592d6bdd..9861520c 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/7.0.0rc1/python3/" + f"{python_version}" + self.user_agent = "Swagger-Codegen/v2.1/10.0.0rc1/python3/" + f"{python_version}" else: - self.user_agent = "Swagger-Codegen/v2.1/7.0.0rc1/python2/" + f"{python_version}" + self.user_agent = "Swagger-Codegen/v2.1/10.0.0rc1/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: 7.0.0rc1".\ + "SDK Package Version: 10.0.0rc1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/docusign_esign/models/__init__.py b/docusign_esign/models/__init__.py index 1b8d6911..574f53e1 100644 --- a/docusign_esign/models/__init__.py +++ b/docusign_esign/models/__init__.py @@ -47,6 +47,7 @@ from docusign_esign.models.account_signatures_information import AccountSignaturesInformation from docusign_esign.models.account_ui_settings import AccountUISettings from docusign_esign.models.add_on import AddOn +from docusign_esign.models.additional_setting import AdditionalSetting from docusign_esign.models.address_information import AddressInformation from docusign_esign.models.address_information_input import AddressInformationInput from docusign_esign.models.admin_message import AdminMessage @@ -119,6 +120,7 @@ from docusign_esign.models.bulk_sending_copy import BulkSendingCopy from docusign_esign.models.bulk_sending_copy_custom_field import BulkSendingCopyCustomField from docusign_esign.models.bulk_sending_copy_doc_gen_form_field_row_value import BulkSendingCopyDocGenFormFieldRowValue +from docusign_esign.models.bulk_sending_copy_prefill_tab import BulkSendingCopyPrefillTab from docusign_esign.models.bulk_sending_copy_recipient import BulkSendingCopyRecipient from docusign_esign.models.bulk_sending_copy_tab import BulkSendingCopyTab from docusign_esign.models.bulk_sending_list import BulkSendingList @@ -263,10 +265,11 @@ from docusign_esign.models.envelope_view_tagger_settings import EnvelopeViewTaggerSettings from docusign_esign.models.envelope_view_template_settings import EnvelopeViewTemplateSettings from docusign_esign.models.envelopes_information import EnvelopesInformation +from docusign_esign.models.envelopes_share_permission_request import EnvelopesSharePermissionRequest +from docusign_esign.models.envelopes_share_request import EnvelopesShareRequest +from docusign_esign.models.envelopes_share_response import EnvelopesShareResponse from docusign_esign.models.envelopes_shares_request import EnvelopesSharesRequest -from docusign_esign.models.envelopes_shares_request_item import EnvelopesSharesRequestItem from docusign_esign.models.envelopes_shares_response import EnvelopesSharesResponse -from docusign_esign.models.envelopes_shares_response_item import EnvelopesSharesResponseItem from docusign_esign.models.error_details import ErrorDetails from docusign_esign.models.event_notification import EventNotification from docusign_esign.models.event_result import EventResult @@ -299,6 +302,8 @@ from docusign_esign.models.graphics_context import GraphicsContext from docusign_esign.models.group import Group from docusign_esign.models.group_information import GroupInformation +from docusign_esign.models.group_user_info import GroupUserInfo +from docusign_esign.models.group_users_response import GroupUsersResponse from docusign_esign.models.id_check_configuration import IdCheckConfiguration from docusign_esign.models.id_check_information_input import IdCheckInformationInput from docusign_esign.models.id_check_security_step import IdCheckSecurityStep diff --git a/docusign_esign/models/account_settings_information.py b/docusign_esign/models/account_settings_information.py index 61b796c0..54fe1638 100644 --- a/docusign_esign/models/account_settings_information.py +++ b/docusign_esign/models/account_settings_information.py @@ -42,6 +42,7 @@ class AccountSettingsInformation(object): 'account_name_metadata': 'SettingsMetadata', 'account_notification': 'AccountNotification', 'account_ui_settings': 'AccountUISettings', + 'additional_settings': 'list[AdditionalSetting]', 'adopt_sig_config': 'str', 'adopt_sig_config_metadata': 'SettingsMetadata', 'advanced_correct': 'str', @@ -52,6 +53,8 @@ class AccountSettingsInformation(object): 'advanced_search_enable_template_id_field_metadata': 'SettingsMetadata', 'advanced_search_enable_template_name_field': 'str', 'advanced_search_enable_template_name_field_metadata': 'SettingsMetadata', + 'ai_assisted_web_form_creation_level': 'str', + 'ai_assisted_web_form_creation_level_metadata': 'SettingsMetadata', 'allow_access_code_format': 'str', 'allow_access_code_format_metadata': 'SettingsMetadata', 'allow_account_management_granular': 'str', @@ -486,6 +489,8 @@ class AccountSettingsInformation(object): 'enable_i9_on_demand_metadata': 'SettingsMetadata', 'enable_iam_clause_library': 'str', 'enable_iam_clause_library_metadata': 'SettingsMetadata', + 'enable_ia_mfor_x_embedded_ux': 'str', + 'enable_ia_mfor_x_embedded_ux_metadata': 'SettingsMetadata', 'enable_id_fx_accountless_sms_auth_for_part11': 'str', 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 'enable_id_fx_intuit_kba': 'str', @@ -553,6 +558,8 @@ class AccountSettingsInformation(object): 'enable_reserved_domain_metadata': 'SettingsMetadata', 'enable_responsive_signing': 'str', 'enable_responsive_signing_metadata': 'SettingsMetadata', + 'enable_reviewer_events_setting': 'str', + 'enable_reviewer_events_setting_metadata': 'SettingsMetadata', 'enable_sap_ariba_extension': 'str', 'enable_sap_ariba_extension_meta_data': 'SettingsMetadata', 'enable_scheduled_release': 'str', @@ -900,6 +907,7 @@ class AccountSettingsInformation(object): 'account_name_metadata': 'accountNameMetadata', 'account_notification': 'accountNotification', 'account_ui_settings': 'accountUISettings', + 'additional_settings': 'additionalSettings', 'adopt_sig_config': 'adoptSigConfig', 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 'advanced_correct': 'advancedCorrect', @@ -910,6 +918,8 @@ class AccountSettingsInformation(object): 'advanced_search_enable_template_id_field_metadata': 'advancedSearchEnableTemplateIdFieldMetadata', 'advanced_search_enable_template_name_field': 'advancedSearchEnableTemplateNameField', 'advanced_search_enable_template_name_field_metadata': 'advancedSearchEnableTemplateNameFieldMetadata', + 'ai_assisted_web_form_creation_level': 'aiAssistedWebFormCreationLevel', + 'ai_assisted_web_form_creation_level_metadata': 'aiAssistedWebFormCreationLevelMetadata', 'allow_access_code_format': 'allowAccessCodeFormat', 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 'allow_account_management_granular': 'allowAccountManagementGranular', @@ -1344,6 +1354,8 @@ class AccountSettingsInformation(object): 'enable_i9_on_demand_metadata': 'enableI9OnDemandMetadata', 'enable_iam_clause_library': 'enableIAMClauseLibrary', 'enable_iam_clause_library_metadata': 'enableIAMClauseLibraryMetadata', + 'enable_ia_mfor_x_embedded_ux': 'enableIAMforXEmbeddedUX', + 'enable_ia_mfor_x_embedded_ux_metadata': 'enableIAMforXEmbeddedUXMetadata', 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', @@ -1411,6 +1423,8 @@ class AccountSettingsInformation(object): 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', 'enable_responsive_signing': 'enableResponsiveSigning', 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', + 'enable_reviewer_events_setting': 'enableReviewerEventsSetting', + 'enable_reviewer_events_setting_metadata': 'enableReviewerEventsSettingMetadata', 'enable_sap_ariba_extension': 'enableSAPAribaExtension', 'enable_sap_ariba_extension_meta_data': 'enableSAPAribaExtensionMetaData', 'enable_scheduled_release': 'enableScheduledRelease', @@ -1763,6 +1777,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._account_name_metadata = None self._account_notification = None self._account_ui_settings = None + self._additional_settings = None self._adopt_sig_config = None self._adopt_sig_config_metadata = None self._advanced_correct = None @@ -1773,6 +1788,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._advanced_search_enable_template_id_field_metadata = None self._advanced_search_enable_template_name_field = None self._advanced_search_enable_template_name_field_metadata = None + self._ai_assisted_web_form_creation_level = None + self._ai_assisted_web_form_creation_level_metadata = None self._allow_access_code_format = None self._allow_access_code_format_metadata = None self._allow_account_management_granular = None @@ -2207,6 +2224,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_i9_on_demand_metadata = None self._enable_iam_clause_library = None self._enable_iam_clause_library_metadata = None + self._enable_ia_mfor_x_embedded_ux = None + self._enable_ia_mfor_x_embedded_ux_metadata = None self._enable_id_fx_accountless_sms_auth_for_part11 = None self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None self._enable_id_fx_intuit_kba = None @@ -2274,6 +2293,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._enable_reserved_domain_metadata = None self._enable_responsive_signing = None self._enable_responsive_signing_metadata = None + self._enable_reviewer_events_setting = None + self._enable_reviewer_events_setting_metadata = None self._enable_sap_ariba_extension = None self._enable_sap_ariba_extension_meta_data = None self._enable_scheduled_release = None @@ -2620,6 +2641,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) + setattr(self, "_{}".format('additional_settings'), kwargs.get('additional_settings', None)) setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) @@ -2630,6 +2652,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('advanced_search_enable_template_id_field_metadata'), kwargs.get('advanced_search_enable_template_id_field_metadata', None)) setattr(self, "_{}".format('advanced_search_enable_template_name_field'), kwargs.get('advanced_search_enable_template_name_field', None)) setattr(self, "_{}".format('advanced_search_enable_template_name_field_metadata'), kwargs.get('advanced_search_enable_template_name_field_metadata', None)) + setattr(self, "_{}".format('ai_assisted_web_form_creation_level'), kwargs.get('ai_assisted_web_form_creation_level', None)) + setattr(self, "_{}".format('ai_assisted_web_form_creation_level_metadata'), kwargs.get('ai_assisted_web_form_creation_level_metadata', None)) setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) @@ -3064,6 +3088,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_i9_on_demand_metadata'), kwargs.get('enable_i9_on_demand_metadata', None)) setattr(self, "_{}".format('enable_iam_clause_library'), kwargs.get('enable_iam_clause_library', None)) setattr(self, "_{}".format('enable_iam_clause_library_metadata'), kwargs.get('enable_iam_clause_library_metadata', None)) + setattr(self, "_{}".format('enable_ia_mfor_x_embedded_ux'), kwargs.get('enable_ia_mfor_x_embedded_ux', None)) + setattr(self, "_{}".format('enable_ia_mfor_x_embedded_ux_metadata'), kwargs.get('enable_ia_mfor_x_embedded_ux_metadata', None)) setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) @@ -3131,6 +3157,8 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) + setattr(self, "_{}".format('enable_reviewer_events_setting'), kwargs.get('enable_reviewer_events_setting', None)) + setattr(self, "_{}".format('enable_reviewer_events_setting_metadata'), kwargs.get('enable_reviewer_events_setting_metadata', None)) setattr(self, "_{}".format('enable_sap_ariba_extension'), kwargs.get('enable_sap_ariba_extension', None)) setattr(self, "_{}".format('enable_sap_ariba_extension_meta_data'), kwargs.get('enable_sap_ariba_extension_meta_data', None)) setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) @@ -3674,6 +3702,29 @@ def account_ui_settings(self, account_ui_settings): self._account_ui_settings = account_ui_settings + @property + def additional_settings(self): + """Gets the additional_settings of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The additional_settings of this AccountSettingsInformation. # noqa: E501 + :rtype: list[AdditionalSetting] + """ + return self._additional_settings + + @additional_settings.setter + def additional_settings(self, additional_settings): + """Sets the additional_settings of this AccountSettingsInformation. + + # noqa: E501 + + :param additional_settings: The additional_settings of this AccountSettingsInformation. # noqa: E501 + :type: list[AdditionalSetting] + """ + + self._additional_settings = additional_settings + @property def adopt_sig_config(self): """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 @@ -3904,6 +3955,52 @@ def advanced_search_enable_template_name_field_metadata(self, advanced_search_en self._advanced_search_enable_template_name_field_metadata = advanced_search_enable_template_name_field_metadata + @property + def ai_assisted_web_form_creation_level(self): + """Gets the ai_assisted_web_form_creation_level of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The ai_assisted_web_form_creation_level of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._ai_assisted_web_form_creation_level + + @ai_assisted_web_form_creation_level.setter + def ai_assisted_web_form_creation_level(self, ai_assisted_web_form_creation_level): + """Sets the ai_assisted_web_form_creation_level of this AccountSettingsInformation. + + # noqa: E501 + + :param ai_assisted_web_form_creation_level: The ai_assisted_web_form_creation_level of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._ai_assisted_web_form_creation_level = ai_assisted_web_form_creation_level + + @property + def ai_assisted_web_form_creation_level_metadata(self): + """Gets the ai_assisted_web_form_creation_level_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The ai_assisted_web_form_creation_level_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._ai_assisted_web_form_creation_level_metadata + + @ai_assisted_web_form_creation_level_metadata.setter + def ai_assisted_web_form_creation_level_metadata(self, ai_assisted_web_form_creation_level_metadata): + """Sets the ai_assisted_web_form_creation_level_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param ai_assisted_web_form_creation_level_metadata: The ai_assisted_web_form_creation_level_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._ai_assisted_web_form_creation_level_metadata = ai_assisted_web_form_creation_level_metadata + @property def allow_access_code_format(self): """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 @@ -13886,6 +13983,52 @@ def enable_iam_clause_library_metadata(self, enable_iam_clause_library_metadata) self._enable_iam_clause_library_metadata = enable_iam_clause_library_metadata + @property + def enable_ia_mfor_x_embedded_ux(self): + """Gets the enable_ia_mfor_x_embedded_ux of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_ia_mfor_x_embedded_ux of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_ia_mfor_x_embedded_ux + + @enable_ia_mfor_x_embedded_ux.setter + def enable_ia_mfor_x_embedded_ux(self, enable_ia_mfor_x_embedded_ux): + """Sets the enable_ia_mfor_x_embedded_ux of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_ia_mfor_x_embedded_ux: The enable_ia_mfor_x_embedded_ux of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_ia_mfor_x_embedded_ux = enable_ia_mfor_x_embedded_ux + + @property + def enable_ia_mfor_x_embedded_ux_metadata(self): + """Gets the enable_ia_mfor_x_embedded_ux_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_ia_mfor_x_embedded_ux_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_ia_mfor_x_embedded_ux_metadata + + @enable_ia_mfor_x_embedded_ux_metadata.setter + def enable_ia_mfor_x_embedded_ux_metadata(self, enable_ia_mfor_x_embedded_ux_metadata): + """Sets the enable_ia_mfor_x_embedded_ux_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_ia_mfor_x_embedded_ux_metadata: The enable_ia_mfor_x_embedded_ux_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_ia_mfor_x_embedded_ux_metadata = enable_ia_mfor_x_embedded_ux_metadata + @property def enable_id_fx_accountless_sms_auth_for_part11(self): """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 @@ -15427,6 +15570,52 @@ def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata) self._enable_responsive_signing_metadata = enable_responsive_signing_metadata + @property + def enable_reviewer_events_setting(self): + """Gets the enable_reviewer_events_setting of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_reviewer_events_setting of this AccountSettingsInformation. # noqa: E501 + :rtype: str + """ + return self._enable_reviewer_events_setting + + @enable_reviewer_events_setting.setter + def enable_reviewer_events_setting(self, enable_reviewer_events_setting): + """Sets the enable_reviewer_events_setting of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_reviewer_events_setting: The enable_reviewer_events_setting of this AccountSettingsInformation. # noqa: E501 + :type: str + """ + + self._enable_reviewer_events_setting = enable_reviewer_events_setting + + @property + def enable_reviewer_events_setting_metadata(self): + """Gets the enable_reviewer_events_setting_metadata of this AccountSettingsInformation. # noqa: E501 + + # noqa: E501 + + :return: The enable_reviewer_events_setting_metadata of this AccountSettingsInformation. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._enable_reviewer_events_setting_metadata + + @enable_reviewer_events_setting_metadata.setter + def enable_reviewer_events_setting_metadata(self, enable_reviewer_events_setting_metadata): + """Sets the enable_reviewer_events_setting_metadata of this AccountSettingsInformation. + + # noqa: E501 + + :param enable_reviewer_events_setting_metadata: The enable_reviewer_events_setting_metadata of this AccountSettingsInformation. # noqa: E501 + :type: SettingsMetadata + """ + + self._enable_reviewer_events_setting_metadata = enable_reviewer_events_setting_metadata + @property def enable_sap_ariba_extension(self): """Gets the enable_sap_ariba_extension of this AccountSettingsInformation. # noqa: E501 diff --git a/docusign_esign/models/additional_setting.py b/docusign_esign/models/additional_setting.py new file mode 100644 index 00000000..8e87aeba --- /dev/null +++ b/docusign_esign/models/additional_setting.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 AdditionalSetting(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 = { + 'metadata': 'SettingsMetadata', + 'name': 'str', + 'value': 'str' + } + + attribute_map = { + 'metadata': 'metadata', + 'name': 'name', + 'value': 'value' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """AdditionalSetting - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._metadata = None + self._name = None + self._value = None + self.discriminator = None + + setattr(self, "_{}".format('metadata'), kwargs.get('metadata', None)) + setattr(self, "_{}".format('name'), kwargs.get('name', None)) + setattr(self, "_{}".format('value'), kwargs.get('value', None)) + + @property + def metadata(self): + """Gets the metadata of this AdditionalSetting. # noqa: E501 + + # noqa: E501 + + :return: The metadata of this AdditionalSetting. # noqa: E501 + :rtype: SettingsMetadata + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """Sets the metadata of this AdditionalSetting. + + # noqa: E501 + + :param metadata: The metadata of this AdditionalSetting. # noqa: E501 + :type: SettingsMetadata + """ + + self._metadata = metadata + + @property + def name(self): + """Gets the name of this AdditionalSetting. # noqa: E501 + + # noqa: E501 + + :return: The name of this AdditionalSetting. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this AdditionalSetting. + + # noqa: E501 + + :param name: The name of this AdditionalSetting. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def value(self): + """Gets the value of this AdditionalSetting. # noqa: E501 + + Specifies the value of the tab. # noqa: E501 + + :return: The value of this AdditionalSetting. # noqa: E501 + :rtype: str + """ + return self._value + + @value.setter + def value(self, value): + """Sets the value of this AdditionalSetting. + + Specifies the value of the tab. # noqa: E501 + + :param value: The value of this AdditionalSetting. # noqa: E501 + :type: str + """ + + self._value = value + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(AdditionalSetting, 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, AdditionalSetting): + 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, AdditionalSetting): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/approve.py b/docusign_esign/models/approve.py index 7aff7949..b7ae5478 100644 --- a/docusign_esign/models/approve.py +++ b/docusign_esign/models/approve.py @@ -49,6 +49,7 @@ class Approve(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -146,6 +147,7 @@ class Approve(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -248,6 +250,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -344,6 +347,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -791,6 +795,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Approve. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Approve. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Approve. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Approve. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Approve. # noqa: E501 diff --git a/docusign_esign/models/bulk_sending_copy.py b/docusign_esign/models/bulk_sending_copy.py index 25889253..0ab18139 100644 --- a/docusign_esign/models/bulk_sending_copy.py +++ b/docusign_esign/models/bulk_sending_copy.py @@ -37,6 +37,7 @@ class BulkSendingCopy(object): 'doc_gen_form_fields': 'list[BulksendingCopyDocGenFormField]', 'email_blurb': 'str', 'email_subject': 'str', + 'prefill_tabs': 'list[BulkSendingCopyPrefillTab]', 'recipients': 'list[BulkSendingCopyRecipient]' } @@ -45,6 +46,7 @@ class BulkSendingCopy(object): 'doc_gen_form_fields': 'docGenFormFields', 'email_blurb': 'emailBlurb', 'email_subject': 'emailSubject', + 'prefill_tabs': 'prefillTabs', 'recipients': 'recipients' } @@ -58,6 +60,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._doc_gen_form_fields = None self._email_blurb = None self._email_subject = None + self._prefill_tabs = None self._recipients = None self.discriminator = None @@ -65,6 +68,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('doc_gen_form_fields'), kwargs.get('doc_gen_form_fields', None)) setattr(self, "_{}".format('email_blurb'), kwargs.get('email_blurb', None)) setattr(self, "_{}".format('email_subject'), kwargs.get('email_subject', None)) + setattr(self, "_{}".format('prefill_tabs'), kwargs.get('prefill_tabs', None)) setattr(self, "_{}".format('recipients'), kwargs.get('recipients', None)) @property @@ -159,6 +163,29 @@ def email_subject(self, email_subject): self._email_subject = email_subject + @property + def prefill_tabs(self): + """Gets the prefill_tabs of this BulkSendingCopy. # noqa: E501 + + # noqa: E501 + + :return: The prefill_tabs of this BulkSendingCopy. # noqa: E501 + :rtype: list[BulkSendingCopyPrefillTab] + """ + return self._prefill_tabs + + @prefill_tabs.setter + def prefill_tabs(self, prefill_tabs): + """Sets the prefill_tabs of this BulkSendingCopy. + + # noqa: E501 + + :param prefill_tabs: The prefill_tabs of this BulkSendingCopy. # noqa: E501 + :type: list[BulkSendingCopyPrefillTab] + """ + + self._prefill_tabs = prefill_tabs + @property def recipients(self): """Gets the recipients of this BulkSendingCopy. # noqa: E501 diff --git a/docusign_esign/models/bulk_sending_copy_prefill_tab.py b/docusign_esign/models/bulk_sending_copy_prefill_tab.py new file mode 100644 index 00000000..36fbeafa --- /dev/null +++ b/docusign_esign/models/bulk_sending_copy_prefill_tab.py @@ -0,0 +1,151 @@ +# 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 BulkSendingCopyPrefillTab(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 = { + 'initial_value': 'str', + 'tab_label': 'str' + } + + attribute_map = { + 'initial_value': 'initialValue', + 'tab_label': 'tabLabel' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """BulkSendingCopyPrefillTab - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._initial_value = None + self._tab_label = None + self.discriminator = None + + setattr(self, "_{}".format('initial_value'), kwargs.get('initial_value', None)) + setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) + + @property + def initial_value(self): + """Gets the initial_value of this BulkSendingCopyPrefillTab. # noqa: E501 + + The original value of the tab. # noqa: E501 + + :return: The initial_value of this BulkSendingCopyPrefillTab. # noqa: E501 + :rtype: str + """ + return self._initial_value + + @initial_value.setter + def initial_value(self, initial_value): + """Sets the initial_value of this BulkSendingCopyPrefillTab. + + The original value of the tab. # noqa: E501 + + :param initial_value: The initial_value of this BulkSendingCopyPrefillTab. # noqa: E501 + :type: str + """ + + self._initial_value = initial_value + + @property + def tab_label(self): + """Gets the tab_label of this BulkSendingCopyPrefillTab. # noqa: E501 + + The label string associated with the tab. # noqa: E501 + + :return: The tab_label of this BulkSendingCopyPrefillTab. # noqa: E501 + :rtype: str + """ + return self._tab_label + + @tab_label.setter + def tab_label(self, tab_label): + """Sets the tab_label of this BulkSendingCopyPrefillTab. + + The label string associated with the tab. # noqa: E501 + + :param tab_label: The tab_label of this BulkSendingCopyPrefillTab. # noqa: E501 + :type: str + """ + + self._tab_label = tab_label + + 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(BulkSendingCopyPrefillTab, 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, BulkSendingCopyPrefillTab): + 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, BulkSendingCopyPrefillTab): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/checkbox.py b/docusign_esign/models/checkbox.py index 7e26fdf4..8b624d5c 100644 --- a/docusign_esign/models/checkbox.py +++ b/docusign_esign/models/checkbox.py @@ -49,6 +49,7 @@ class Checkbox(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -159,6 +160,7 @@ class Checkbox(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -274,6 +276,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -383,6 +386,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -843,6 +847,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Checkbox. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Checkbox. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Checkbox. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Checkbox. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Checkbox. # noqa: E501 diff --git a/docusign_esign/models/comment_thread.py b/docusign_esign/models/comment_thread.py index 6a5c54b0..5f243e5f 100644 --- a/docusign_esign/models/comment_thread.py +++ b/docusign_esign/models/comment_thread.py @@ -49,6 +49,7 @@ class CommentThread(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -146,6 +147,7 @@ class CommentThread(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -248,6 +250,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -344,6 +347,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -791,6 +795,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this CommentThread. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this CommentThread. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this CommentThread. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this CommentThread. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this CommentThread. # noqa: E501 diff --git a/docusign_esign/models/commission_county.py b/docusign_esign/models/commission_county.py index 253fc14b..1479a930 100644 --- a/docusign_esign/models/commission_county.py +++ b/docusign_esign/models/commission_county.py @@ -49,6 +49,7 @@ class CommissionCounty(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class CommissionCounty(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this CommissionCounty. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this CommissionCounty. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this CommissionCounty. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this CommissionCounty. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this CommissionCounty. # noqa: E501 diff --git a/docusign_esign/models/commission_expiration.py b/docusign_esign/models/commission_expiration.py index 3926870d..b4322bd8 100644 --- a/docusign_esign/models/commission_expiration.py +++ b/docusign_esign/models/commission_expiration.py @@ -49,6 +49,7 @@ class CommissionExpiration(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class CommissionExpiration(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this CommissionExpiration. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this CommissionExpiration. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this CommissionExpiration. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this CommissionExpiration. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this CommissionExpiration. # noqa: E501 diff --git a/docusign_esign/models/commission_number.py b/docusign_esign/models/commission_number.py index 236e4222..b9350412 100644 --- a/docusign_esign/models/commission_number.py +++ b/docusign_esign/models/commission_number.py @@ -49,6 +49,7 @@ class CommissionNumber(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class CommissionNumber(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this CommissionNumber. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this CommissionNumber. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this CommissionNumber. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this CommissionNumber. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this CommissionNumber. # noqa: E501 diff --git a/docusign_esign/models/commission_state.py b/docusign_esign/models/commission_state.py index 29b78fef..86384f09 100644 --- a/docusign_esign/models/commission_state.py +++ b/docusign_esign/models/commission_state.py @@ -49,6 +49,7 @@ class CommissionState(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class CommissionState(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this CommissionState. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this CommissionState. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this CommissionState. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this CommissionState. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this CommissionState. # noqa: E501 diff --git a/docusign_esign/models/company.py b/docusign_esign/models/company.py index e6193dac..422162a1 100644 --- a/docusign_esign/models/company.py +++ b/docusign_esign/models/company.py @@ -49,6 +49,7 @@ class Company(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class Company(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Company. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Company. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Company. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Company. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Company. # noqa: E501 diff --git a/docusign_esign/models/date.py b/docusign_esign/models/date.py index b8f1145a..cd1b8e41 100644 --- a/docusign_esign/models/date.py +++ b/docusign_esign/models/date.py @@ -49,6 +49,7 @@ class Date(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -174,6 +175,7 @@ class Date(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -304,6 +306,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -428,6 +431,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -903,6 +907,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Date. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Date. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Date. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Date. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Date. # noqa: E501 diff --git a/docusign_esign/models/date_signed.py b/docusign_esign/models/date_signed.py index 5ae78f55..1bf57eab 100644 --- a/docusign_esign/models/date_signed.py +++ b/docusign_esign/models/date_signed.py @@ -49,6 +49,7 @@ class DateSigned(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -149,6 +150,7 @@ class DateSigned(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -254,6 +256,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -353,6 +356,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -803,6 +807,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this DateSigned. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this DateSigned. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this DateSigned. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this DateSigned. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this DateSigned. # noqa: E501 diff --git a/docusign_esign/models/decline.py b/docusign_esign/models/decline.py index 76e09f98..b3be0a5f 100644 --- a/docusign_esign/models/decline.py +++ b/docusign_esign/models/decline.py @@ -49,6 +49,7 @@ class Decline(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class Decline(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Decline. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Decline. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Decline. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Decline. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units 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 3a00aa17..9f7beabf 100644 --- a/docusign_esign/models/doc_gen_form_field.py +++ b/docusign_esign/models/doc_gen_form_field.py @@ -34,6 +34,7 @@ class DocGenFormField(object): """ swagger_types = { 'connected_object_details': 'ConnectedObjectDetails', + 'default_value': 'str', 'description': 'str', 'format': 'DocGenFormat', 'fully_qualified_path': 'str', @@ -53,6 +54,7 @@ class DocGenFormField(object): attribute_map = { 'connected_object_details': 'connectedObjectDetails', + 'default_value': 'defaultValue', 'description': 'description', 'format': 'format', 'fully_qualified_path': 'fullyQualifiedPath', @@ -77,6 +79,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._configuration = _configuration self._connected_object_details = None + self._default_value = None self._description = None self._format = None self._fully_qualified_path = None @@ -95,6 +98,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self.discriminator = None setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) + setattr(self, "_{}".format('default_value'), kwargs.get('default_value', None)) setattr(self, "_{}".format('description'), kwargs.get('description', None)) setattr(self, "_{}".format('format'), kwargs.get('format', None)) setattr(self, "_{}".format('fully_qualified_path'), kwargs.get('fully_qualified_path', None)) @@ -134,6 +138,29 @@ def connected_object_details(self, connected_object_details): self._connected_object_details = connected_object_details + @property + def default_value(self): + """Gets the default_value of this DocGenFormField. # noqa: E501 + + # noqa: E501 + + :return: The default_value of this DocGenFormField. # noqa: E501 + :rtype: str + """ + return self._default_value + + @default_value.setter + def default_value(self, default_value): + """Sets the default_value of this DocGenFormField. + + # noqa: E501 + + :param default_value: The default_value of this DocGenFormField. # noqa: E501 + :type: str + """ + + self._default_value = default_value + @property def description(self): """Gets the description of this DocGenFormField. # noqa: E501 diff --git a/docusign_esign/models/draw.py b/docusign_esign/models/draw.py index 558deceb..fed99381 100644 --- a/docusign_esign/models/draw.py +++ b/docusign_esign/models/draw.py @@ -50,6 +50,7 @@ class Draw(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -139,6 +140,7 @@ class Draw(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -233,6 +235,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -321,6 +324,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -782,6 +786,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Draw. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Draw. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Draw. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Draw. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Draw. # noqa: E501 diff --git a/docusign_esign/models/email.py b/docusign_esign/models/email.py index b49c5d72..65a83f39 100644 --- a/docusign_esign/models/email.py +++ b/docusign_esign/models/email.py @@ -49,6 +49,7 @@ class Email(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -174,6 +175,7 @@ class Email(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -304,6 +306,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -428,6 +431,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -903,6 +907,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Email. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Email. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Email. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Email. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Email. # noqa: E501 diff --git a/docusign_esign/models/email_address.py b/docusign_esign/models/email_address.py index 37588bf8..3c8d9285 100644 --- a/docusign_esign/models/email_address.py +++ b/docusign_esign/models/email_address.py @@ -49,6 +49,7 @@ class EmailAddress(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class EmailAddress(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this EmailAddress. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this EmailAddress. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this EmailAddress. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this EmailAddress. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this EmailAddress. # noqa: E501 diff --git a/docusign_esign/models/envelope_id.py b/docusign_esign/models/envelope_id.py index eeef2211..13067b20 100644 --- a/docusign_esign/models/envelope_id.py +++ b/docusign_esign/models/envelope_id.py @@ -49,6 +49,7 @@ class EnvelopeId(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -146,6 +147,7 @@ class EnvelopeId(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -248,6 +250,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -344,6 +347,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -791,6 +795,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this EnvelopeId. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this EnvelopeId. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this EnvelopeId. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this EnvelopeId. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this EnvelopeId. # noqa: E501 diff --git a/docusign_esign/models/envelopes_share_permission_request.py b/docusign_esign/models/envelopes_share_permission_request.py new file mode 100644 index 00000000..fa03e12b --- /dev/null +++ b/docusign_esign/models/envelopes_share_permission_request.py @@ -0,0 +1,151 @@ +# 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 EnvelopesSharePermissionRequest(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 = { + 'custom_message': 'str', + 'permission': 'str' + } + + attribute_map = { + 'custom_message': 'customMessage', + 'permission': 'permission' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """EnvelopesSharePermissionRequest - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._custom_message = None + self._permission = None + self.discriminator = None + + setattr(self, "_{}".format('custom_message'), kwargs.get('custom_message', None)) + setattr(self, "_{}".format('permission'), kwargs.get('permission', None)) + + @property + def custom_message(self): + """Gets the custom_message of this EnvelopesSharePermissionRequest. # noqa: E501 + + # noqa: E501 + + :return: The custom_message of this EnvelopesSharePermissionRequest. # noqa: E501 + :rtype: str + """ + return self._custom_message + + @custom_message.setter + def custom_message(self, custom_message): + """Sets the custom_message of this EnvelopesSharePermissionRequest. + + # noqa: E501 + + :param custom_message: The custom_message of this EnvelopesSharePermissionRequest. # noqa: E501 + :type: str + """ + + self._custom_message = custom_message + + @property + def permission(self): + """Gets the permission of this EnvelopesSharePermissionRequest. # noqa: E501 + + # noqa: E501 + + :return: The permission of this EnvelopesSharePermissionRequest. # noqa: E501 + :rtype: str + """ + return self._permission + + @permission.setter + def permission(self, permission): + """Sets the permission of this EnvelopesSharePermissionRequest. + + # noqa: E501 + + :param permission: The permission of this EnvelopesSharePermissionRequest. # noqa: E501 + :type: str + """ + + self._permission = permission + + 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(EnvelopesSharePermissionRequest, 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, EnvelopesSharePermissionRequest): + 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, EnvelopesSharePermissionRequest): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/envelopes_share_request.py b/docusign_esign/models/envelopes_share_request.py new file mode 100644 index 00000000..40977b2e --- /dev/null +++ b/docusign_esign/models/envelopes_share_request.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 EnvelopesShareRequest(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 = { + 'agent_user': 'AuthorizationUser', + 'custom_message': 'str', + 'permission': 'str' + } + + attribute_map = { + 'agent_user': 'agentUser', + 'custom_message': 'customMessage', + 'permission': 'permission' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """EnvelopesShareRequest - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._agent_user = None + self._custom_message = None + self._permission = None + self.discriminator = None + + setattr(self, "_{}".format('agent_user'), kwargs.get('agent_user', None)) + setattr(self, "_{}".format('custom_message'), kwargs.get('custom_message', None)) + setattr(self, "_{}".format('permission'), kwargs.get('permission', None)) + + @property + def agent_user(self): + """Gets the agent_user of this EnvelopesShareRequest. # noqa: E501 + + # noqa: E501 + + :return: The agent_user of this EnvelopesShareRequest. # noqa: E501 + :rtype: AuthorizationUser + """ + return self._agent_user + + @agent_user.setter + def agent_user(self, agent_user): + """Sets the agent_user of this EnvelopesShareRequest. + + # noqa: E501 + + :param agent_user: The agent_user of this EnvelopesShareRequest. # noqa: E501 + :type: AuthorizationUser + """ + + self._agent_user = agent_user + + @property + def custom_message(self): + """Gets the custom_message of this EnvelopesShareRequest. # noqa: E501 + + # noqa: E501 + + :return: The custom_message of this EnvelopesShareRequest. # noqa: E501 + :rtype: str + """ + return self._custom_message + + @custom_message.setter + def custom_message(self, custom_message): + """Sets the custom_message of this EnvelopesShareRequest. + + # noqa: E501 + + :param custom_message: The custom_message of this EnvelopesShareRequest. # noqa: E501 + :type: str + """ + + self._custom_message = custom_message + + @property + def permission(self): + """Gets the permission of this EnvelopesShareRequest. # noqa: E501 + + # noqa: E501 + + :return: The permission of this EnvelopesShareRequest. # noqa: E501 + :rtype: str + """ + return self._permission + + @permission.setter + def permission(self, permission): + """Sets the permission of this EnvelopesShareRequest. + + # noqa: E501 + + :param permission: The permission of this EnvelopesShareRequest. # noqa: E501 + :type: str + """ + + self._permission = permission + + 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(EnvelopesShareRequest, 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, EnvelopesShareRequest): + 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, EnvelopesShareRequest): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/envelopes_share_response.py b/docusign_esign/models/envelopes_share_response.py new file mode 100644 index 00000000..85e28788 --- /dev/null +++ b/docusign_esign/models/envelopes_share_response.py @@ -0,0 +1,340 @@ +# 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 EnvelopesShareResponse(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 = { + 'agent_user': 'AuthorizationUser', + 'created_timestamp': 'str', + 'envelope_id': 'str', + 'error_details': 'ErrorDetails', + 'modified_timestamp': 'str', + 'permission': 'str', + 'sender_info': 'AuthorizationUser', + 'share_id': 'str', + 'subject': 'str' + } + + attribute_map = { + 'agent_user': 'agentUser', + 'created_timestamp': 'createdTimestamp', + 'envelope_id': 'envelopeId', + 'error_details': 'errorDetails', + 'modified_timestamp': 'modifiedTimestamp', + 'permission': 'permission', + 'sender_info': 'senderInfo', + 'share_id': 'shareId', + 'subject': 'subject' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """EnvelopesShareResponse - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._agent_user = None + self._created_timestamp = None + self._envelope_id = None + self._error_details = None + self._modified_timestamp = None + self._permission = None + self._sender_info = None + self._share_id = None + self._subject = None + self.discriminator = None + + setattr(self, "_{}".format('agent_user'), kwargs.get('agent_user', None)) + setattr(self, "_{}".format('created_timestamp'), kwargs.get('created_timestamp', None)) + setattr(self, "_{}".format('envelope_id'), kwargs.get('envelope_id', None)) + setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) + setattr(self, "_{}".format('modified_timestamp'), kwargs.get('modified_timestamp', None)) + setattr(self, "_{}".format('permission'), kwargs.get('permission', None)) + setattr(self, "_{}".format('sender_info'), kwargs.get('sender_info', None)) + setattr(self, "_{}".format('share_id'), kwargs.get('share_id', None)) + setattr(self, "_{}".format('subject'), kwargs.get('subject', None)) + + @property + def agent_user(self): + """Gets the agent_user of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The agent_user of this EnvelopesShareResponse. # noqa: E501 + :rtype: AuthorizationUser + """ + return self._agent_user + + @agent_user.setter + def agent_user(self, agent_user): + """Sets the agent_user of this EnvelopesShareResponse. + + # noqa: E501 + + :param agent_user: The agent_user of this EnvelopesShareResponse. # noqa: E501 + :type: AuthorizationUser + """ + + self._agent_user = agent_user + + @property + def created_timestamp(self): + """Gets the created_timestamp of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The created_timestamp of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._created_timestamp + + @created_timestamp.setter + def created_timestamp(self, created_timestamp): + """Sets the created_timestamp of this EnvelopesShareResponse. + + # noqa: E501 + + :param created_timestamp: The created_timestamp of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._created_timestamp = created_timestamp + + @property + def envelope_id(self): + """Gets the envelope_id of this EnvelopesShareResponse. # noqa: E501 + + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :return: The envelope_id of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._envelope_id + + @envelope_id.setter + def envelope_id(self, envelope_id): + """Sets the envelope_id of this EnvelopesShareResponse. + + The envelope ID of the envelope status that failed to post. # noqa: E501 + + :param envelope_id: The envelope_id of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._envelope_id = envelope_id + + @property + def error_details(self): + """Gets the error_details of this EnvelopesShareResponse. # noqa: E501 + + Array or errors. # noqa: E501 + + :return: The error_details of this EnvelopesShareResponse. # noqa: E501 + :rtype: ErrorDetails + """ + return self._error_details + + @error_details.setter + def error_details(self, error_details): + """Sets the error_details of this EnvelopesShareResponse. + + Array or errors. # noqa: E501 + + :param error_details: The error_details of this EnvelopesShareResponse. # noqa: E501 + :type: ErrorDetails + """ + + self._error_details = error_details + + @property + def modified_timestamp(self): + """Gets the modified_timestamp of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The modified_timestamp of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._modified_timestamp + + @modified_timestamp.setter + def modified_timestamp(self, modified_timestamp): + """Sets the modified_timestamp of this EnvelopesShareResponse. + + # noqa: E501 + + :param modified_timestamp: The modified_timestamp of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._modified_timestamp = modified_timestamp + + @property + def permission(self): + """Gets the permission of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The permission of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._permission + + @permission.setter + def permission(self, permission): + """Sets the permission of this EnvelopesShareResponse. + + # noqa: E501 + + :param permission: The permission of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._permission = permission + + @property + def sender_info(self): + """Gets the sender_info of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The sender_info of this EnvelopesShareResponse. # noqa: E501 + :rtype: AuthorizationUser + """ + return self._sender_info + + @sender_info.setter + def sender_info(self, sender_info): + """Sets the sender_info of this EnvelopesShareResponse. + + # noqa: E501 + + :param sender_info: The sender_info of this EnvelopesShareResponse. # noqa: E501 + :type: AuthorizationUser + """ + + self._sender_info = sender_info + + @property + def share_id(self): + """Gets the share_id of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The share_id of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._share_id + + @share_id.setter + def share_id(self, share_id): + """Sets the share_id of this EnvelopesShareResponse. + + # noqa: E501 + + :param share_id: The share_id of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._share_id = share_id + + @property + def subject(self): + """Gets the subject of this EnvelopesShareResponse. # noqa: E501 + + # noqa: E501 + + :return: The subject of this EnvelopesShareResponse. # noqa: E501 + :rtype: str + """ + return self._subject + + @subject.setter + def subject(self, subject): + """Sets the subject of this EnvelopesShareResponse. + + # noqa: E501 + + :param subject: The subject of this EnvelopesShareResponse. # noqa: E501 + :type: str + """ + + self._subject = subject + + 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(EnvelopesShareResponse, 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, EnvelopesShareResponse): + 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, EnvelopesShareResponse): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/envelopes_shares_request.py b/docusign_esign/models/envelopes_shares_request.py index 46cdc0e5..2b33d028 100644 --- a/docusign_esign/models/envelopes_shares_request.py +++ b/docusign_esign/models/envelopes_shares_request.py @@ -33,7 +33,7 @@ class EnvelopesSharesRequest(object): and the value is json key in definition. """ swagger_types = { - 'shares': 'list[EnvelopesSharesRequestItem]' + 'shares': 'list[EnvelopesShareRequest]' } attribute_map = { @@ -58,7 +58,7 @@ def shares(self): # noqa: E501 :return: The shares of this EnvelopesSharesRequest. # noqa: E501 - :rtype: list[EnvelopesSharesRequestItem] + :rtype: list[EnvelopesShareRequest] """ return self._shares @@ -69,7 +69,7 @@ def shares(self, shares): # noqa: E501 :param shares: The shares of this EnvelopesSharesRequest. # noqa: E501 - :type: list[EnvelopesSharesRequestItem] + :type: list[EnvelopesShareRequest] """ self._shares = shares diff --git a/docusign_esign/models/envelopes_shares_response.py b/docusign_esign/models/envelopes_shares_response.py index aa9260b7..b2e9eb34 100644 --- a/docusign_esign/models/envelopes_shares_response.py +++ b/docusign_esign/models/envelopes_shares_response.py @@ -33,7 +33,7 @@ class EnvelopesSharesResponse(object): and the value is json key in definition. """ swagger_types = { - 'shares': 'list[EnvelopesSharesResponseItem]' + 'shares': 'list[EnvelopesShareResponse]' } attribute_map = { @@ -58,7 +58,7 @@ def shares(self): # noqa: E501 :return: The shares of this EnvelopesSharesResponse. # noqa: E501 - :rtype: list[EnvelopesSharesResponseItem] + :rtype: list[EnvelopesShareResponse] """ return self._shares @@ -69,7 +69,7 @@ def shares(self, shares): # noqa: E501 :param shares: The shares of this EnvelopesSharesResponse. # noqa: E501 - :type: list[EnvelopesSharesResponseItem] + :type: list[EnvelopesShareResponse] """ self._shares = shares diff --git a/docusign_esign/models/first_name.py b/docusign_esign/models/first_name.py index 67723f83..40b62922 100644 --- a/docusign_esign/models/first_name.py +++ b/docusign_esign/models/first_name.py @@ -49,6 +49,7 @@ class FirstName(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class FirstName(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this FirstName. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this FirstName. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this FirstName. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this FirstName. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this FirstName. # noqa: E501 diff --git a/docusign_esign/models/formula_tab.py b/docusign_esign/models/formula_tab.py index c4cb2923..6022993d 100644 --- a/docusign_esign/models/formula_tab.py +++ b/docusign_esign/models/formula_tab.py @@ -49,6 +49,7 @@ class FormulaTab(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -183,6 +184,7 @@ class FormulaTab(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -322,6 +324,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -455,6 +458,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -939,6 +943,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this FormulaTab. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this FormulaTab. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this FormulaTab. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this FormulaTab. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this FormulaTab. # noqa: E501 diff --git a/docusign_esign/models/full_name.py b/docusign_esign/models/full_name.py index f7c5d39f..308c2b4a 100644 --- a/docusign_esign/models/full_name.py +++ b/docusign_esign/models/full_name.py @@ -49,6 +49,7 @@ class FullName(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class FullName(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this FullName. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this FullName. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this FullName. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this FullName. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this FullName. # noqa: E501 diff --git a/docusign_esign/models/group_user_info.py b/docusign_esign/models/group_user_info.py new file mode 100644 index 00000000..c37c3f70 --- /dev/null +++ b/docusign_esign/models/group_user_info.py @@ -0,0 +1,367 @@ +# 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 GroupUserInfo(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 = { + 'activation_access_code': 'str', + 'email': 'str', + 'error_details': 'ErrorDetails', + 'login_status': 'str', + 'send_activation_email': 'str', + 'uri': 'str', + 'user_id': 'str', + 'user_name': 'str', + 'user_status': 'str', + 'user_type': 'str' + } + + attribute_map = { + 'activation_access_code': 'activationAccessCode', + 'email': 'email', + 'error_details': 'errorDetails', + 'login_status': 'loginStatus', + 'send_activation_email': 'sendActivationEmail', + 'uri': 'uri', + 'user_id': 'userId', + 'user_name': 'userName', + 'user_status': 'userStatus', + 'user_type': 'userType' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """GroupUserInfo - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._activation_access_code = None + self._email = None + self._error_details = None + self._login_status = None + self._send_activation_email = None + self._uri = None + self._user_id = None + self._user_name = None + self._user_status = None + self._user_type = None + self.discriminator = None + + setattr(self, "_{}".format('activation_access_code'), kwargs.get('activation_access_code', None)) + setattr(self, "_{}".format('email'), kwargs.get('email', None)) + setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) + setattr(self, "_{}".format('login_status'), kwargs.get('login_status', None)) + setattr(self, "_{}".format('send_activation_email'), kwargs.get('send_activation_email', None)) + setattr(self, "_{}".format('uri'), kwargs.get('uri', None)) + setattr(self, "_{}".format('user_id'), kwargs.get('user_id', None)) + setattr(self, "_{}".format('user_name'), kwargs.get('user_name', None)) + setattr(self, "_{}".format('user_status'), kwargs.get('user_status', None)) + setattr(self, "_{}".format('user_type'), kwargs.get('user_type', None)) + + @property + def activation_access_code(self): + """Gets the activation_access_code of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The activation_access_code of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._activation_access_code + + @activation_access_code.setter + def activation_access_code(self, activation_access_code): + """Sets the activation_access_code of this GroupUserInfo. + + # noqa: E501 + + :param activation_access_code: The activation_access_code of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._activation_access_code = activation_access_code + + @property + def email(self): + """Gets the email of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The email of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._email + + @email.setter + def email(self, email): + """Sets the email of this GroupUserInfo. + + # noqa: E501 + + :param email: The email of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._email = email + + @property + def error_details(self): + """Gets the error_details of this GroupUserInfo. # noqa: E501 + + Array or errors. # noqa: E501 + + :return: The error_details of this GroupUserInfo. # noqa: E501 + :rtype: ErrorDetails + """ + return self._error_details + + @error_details.setter + def error_details(self, error_details): + """Sets the error_details of this GroupUserInfo. + + Array or errors. # noqa: E501 + + :param error_details: The error_details of this GroupUserInfo. # noqa: E501 + :type: ErrorDetails + """ + + self._error_details = error_details + + @property + def login_status(self): + """Gets the login_status of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The login_status of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._login_status + + @login_status.setter + def login_status(self, login_status): + """Sets the login_status of this GroupUserInfo. + + # noqa: E501 + + :param login_status: The login_status of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._login_status = login_status + + @property + def send_activation_email(self): + """Gets the send_activation_email of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The send_activation_email of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._send_activation_email + + @send_activation_email.setter + def send_activation_email(self, send_activation_email): + """Sets the send_activation_email of this GroupUserInfo. + + # noqa: E501 + + :param send_activation_email: The send_activation_email of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._send_activation_email = send_activation_email + + @property + def uri(self): + """Gets the uri of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The uri of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._uri + + @uri.setter + def uri(self, uri): + """Sets the uri of this GroupUserInfo. + + # noqa: E501 + + :param uri: The uri of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._uri = uri + + @property + def user_id(self): + """Gets the user_id of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The user_id of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._user_id + + @user_id.setter + def user_id(self, user_id): + """Sets the user_id of this GroupUserInfo. + + # noqa: E501 + + :param user_id: The user_id of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._user_id = user_id + + @property + def user_name(self): + """Gets the user_name of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The user_name of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._user_name + + @user_name.setter + def user_name(self, user_name): + """Sets the user_name of this GroupUserInfo. + + # noqa: E501 + + :param user_name: The user_name of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._user_name = user_name + + @property + def user_status(self): + """Gets the user_status of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The user_status of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._user_status + + @user_status.setter + def user_status(self, user_status): + """Sets the user_status of this GroupUserInfo. + + # noqa: E501 + + :param user_status: The user_status of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._user_status = user_status + + @property + def user_type(self): + """Gets the user_type of this GroupUserInfo. # noqa: E501 + + # noqa: E501 + + :return: The user_type of this GroupUserInfo. # noqa: E501 + :rtype: str + """ + return self._user_type + + @user_type.setter + def user_type(self, user_type): + """Sets the user_type of this GroupUserInfo. + + # noqa: E501 + + :param user_type: The user_type of this GroupUserInfo. # noqa: E501 + :type: str + """ + + self._user_type = user_type + + 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(GroupUserInfo, 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, GroupUserInfo): + 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, GroupUserInfo): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/group_users_response.py b/docusign_esign/models/group_users_response.py new file mode 100644 index 00000000..44eb382a --- /dev/null +++ b/docusign_esign/models/group_users_response.py @@ -0,0 +1,286 @@ +# 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 GroupUsersResponse(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 = { + 'end_position': 'str', + 'next_uri': 'str', + 'previous_uri': 'str', + 'result_set_size': 'str', + 'start_position': 'str', + 'total_set_size': 'str', + 'users': 'list[GroupUserInfo]' + } + + attribute_map = { + 'end_position': 'endPosition', + 'next_uri': 'nextUri', + 'previous_uri': 'previousUri', + 'result_set_size': 'resultSetSize', + 'start_position': 'startPosition', + 'total_set_size': 'totalSetSize', + 'users': 'users' + } + + def __init__(self, _configuration=None, **kwargs): # noqa: E501 + """GroupUsersResponse - a model defined in Swagger""" # noqa: E501 + if _configuration is None: + _configuration = Configuration() + self._configuration = _configuration + + self._end_position = None + self._next_uri = None + self._previous_uri = None + self._result_set_size = None + self._start_position = None + self._total_set_size = None + self._users = None + self.discriminator = None + + setattr(self, "_{}".format('end_position'), kwargs.get('end_position', None)) + 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('start_position'), kwargs.get('start_position', None)) + setattr(self, "_{}".format('total_set_size'), kwargs.get('total_set_size', None)) + setattr(self, "_{}".format('users'), kwargs.get('users', None)) + + @property + def end_position(self): + """Gets the end_position of this GroupUsersResponse. # noqa: E501 + + The last position in the result set. # noqa: E501 + + :return: The end_position of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._end_position + + @end_position.setter + def end_position(self, end_position): + """Sets the end_position of this GroupUsersResponse. + + The last position in the result set. # noqa: E501 + + :param end_position: The end_position of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._end_position = end_position + + @property + def next_uri(self): + """Gets the next_uri of this GroupUsersResponse. # noqa: E501 + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :return: The next_uri of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._next_uri + + @next_uri.setter + def next_uri(self, next_uri): + """Sets the next_uri of this GroupUsersResponse. + + The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. # noqa: E501 + + :param next_uri: The next_uri of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._next_uri = next_uri + + @property + def previous_uri(self): + """Gets the previous_uri of this GroupUsersResponse. # noqa: E501 + + The postal code for the billing address. # noqa: E501 + + :return: The previous_uri of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._previous_uri + + @previous_uri.setter + def previous_uri(self, previous_uri): + """Sets the previous_uri of this GroupUsersResponse. + + The postal code for the billing address. # noqa: E501 + + :param previous_uri: The previous_uri of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._previous_uri = previous_uri + + @property + def result_set_size(self): + """Gets the result_set_size of this GroupUsersResponse. # noqa: E501 + + The number of results returned in this response. # noqa: E501 + + :return: The result_set_size of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._result_set_size + + @result_set_size.setter + def result_set_size(self, result_set_size): + """Sets the result_set_size of this GroupUsersResponse. + + The number of results returned in this response. # noqa: E501 + + :param result_set_size: The result_set_size of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._result_set_size = result_set_size + + @property + def start_position(self): + """Gets the start_position of this GroupUsersResponse. # noqa: E501 + + Starting position of the current result set. # noqa: E501 + + :return: The start_position of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._start_position + + @start_position.setter + def start_position(self, start_position): + """Sets the start_position of this GroupUsersResponse. + + Starting position of the current result set. # noqa: E501 + + :param start_position: The start_position of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._start_position = start_position + + @property + def total_set_size(self): + """Gets the total_set_size of this GroupUsersResponse. # noqa: E501 + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :return: The total_set_size of this GroupUsersResponse. # noqa: E501 + :rtype: str + """ + return self._total_set_size + + @total_set_size.setter + def total_set_size(self, total_set_size): + """Sets the total_set_size of this GroupUsersResponse. + + The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. # noqa: E501 + + :param total_set_size: The total_set_size of this GroupUsersResponse. # noqa: E501 + :type: str + """ + + self._total_set_size = total_set_size + + @property + def users(self): + """Gets the users of this GroupUsersResponse. # noqa: E501 + + # noqa: E501 + + :return: The users of this GroupUsersResponse. # noqa: E501 + :rtype: list[GroupUserInfo] + """ + return self._users + + @users.setter + def users(self, users): + """Sets the users of this GroupUsersResponse. + + # noqa: E501 + + :param users: The users of this GroupUsersResponse. # noqa: E501 + :type: list[GroupUserInfo] + """ + + self._users = users + + 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(GroupUsersResponse, 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, GroupUsersResponse): + 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, GroupUsersResponse): + return True + + return self.to_dict() != other.to_dict() diff --git a/docusign_esign/models/initial_here.py b/docusign_esign/models/initial_here.py index a225ea98..54a1977d 100644 --- a/docusign_esign/models/initial_here.py +++ b/docusign_esign/models/initial_here.py @@ -49,6 +49,7 @@ class InitialHere(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -138,6 +139,7 @@ class InitialHere(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -232,6 +234,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -320,6 +323,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -759,6 +763,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this InitialHere. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this InitialHere. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this InitialHere. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this InitialHere. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this InitialHere. # noqa: E501 diff --git a/docusign_esign/models/last_name.py b/docusign_esign/models/last_name.py index 8de1c19d..109752a8 100644 --- a/docusign_esign/models/last_name.py +++ b/docusign_esign/models/last_name.py @@ -49,6 +49,7 @@ class LastName(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class LastName(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this LastName. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this LastName. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this LastName. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this LastName. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this LastName. # noqa: E501 diff --git a/docusign_esign/models/list.py b/docusign_esign/models/list.py index fc50df5e..a87e3fe7 100644 --- a/docusign_esign/models/list.py +++ b/docusign_esign/models/list.py @@ -49,6 +49,7 @@ class List(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -165,6 +166,7 @@ class List(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -286,6 +288,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -401,6 +404,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -867,6 +871,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this List. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this List. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this List. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this List. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this List. # noqa: E501 diff --git a/docusign_esign/models/notarize.py b/docusign_esign/models/notarize.py index fd4f1232..d835a451 100644 --- a/docusign_esign/models/notarize.py +++ b/docusign_esign/models/notarize.py @@ -49,6 +49,7 @@ class Notarize(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -133,6 +134,7 @@ class Notarize(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -222,6 +224,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -305,6 +308,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -739,6 +743,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Notarize. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Notarize. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Notarize. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Notarize. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Notarize. # noqa: E501 diff --git a/docusign_esign/models/notary_seal.py b/docusign_esign/models/notary_seal.py index 411326e1..b2cabea9 100644 --- a/docusign_esign/models/notary_seal.py +++ b/docusign_esign/models/notary_seal.py @@ -49,6 +49,7 @@ class NotarySeal(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -135,6 +136,7 @@ class NotarySeal(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -226,6 +228,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -311,6 +314,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -747,6 +751,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this NotarySeal. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this NotarySeal. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this NotarySeal. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this NotarySeal. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this NotarySeal. # noqa: E501 diff --git a/docusign_esign/models/note.py b/docusign_esign/models/note.py index c9d53910..1c45a86f 100644 --- a/docusign_esign/models/note.py +++ b/docusign_esign/models/note.py @@ -49,6 +49,7 @@ class Note(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -150,6 +151,7 @@ class Note(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -256,6 +258,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -356,6 +359,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -807,6 +811,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Note. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Note. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Note. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Note. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Note. # noqa: E501 diff --git a/docusign_esign/models/number.py b/docusign_esign/models/number.py index 0a2cfc43..d98b038a 100644 --- a/docusign_esign/models/number.py +++ b/docusign_esign/models/number.py @@ -49,6 +49,7 @@ class Number(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -178,6 +179,7 @@ class Number(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -312,6 +314,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -440,6 +443,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -919,6 +923,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Number. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Number. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Number. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Number. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Number. # noqa: E501 diff --git a/docusign_esign/models/numerical.py b/docusign_esign/models/numerical.py index 9b6c75c4..10c03469 100644 --- a/docusign_esign/models/numerical.py +++ b/docusign_esign/models/numerical.py @@ -49,6 +49,7 @@ class Numerical(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -175,6 +176,7 @@ class Numerical(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -306,6 +308,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -431,6 +434,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -907,6 +911,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Numerical. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Numerical. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Numerical. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Numerical. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Numerical. # noqa: E501 diff --git a/docusign_esign/models/phone_number.py b/docusign_esign/models/phone_number.py index 4d63510d..5dfd533b 100644 --- a/docusign_esign/models/phone_number.py +++ b/docusign_esign/models/phone_number.py @@ -49,6 +49,7 @@ class PhoneNumber(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class PhoneNumber(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this PhoneNumber. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this PhoneNumber. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this PhoneNumber. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this PhoneNumber. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this PhoneNumber. # noqa: E501 diff --git a/docusign_esign/models/poly_line_overlay.py b/docusign_esign/models/poly_line_overlay.py index 0fb0df3c..14975c13 100644 --- a/docusign_esign/models/poly_line_overlay.py +++ b/docusign_esign/models/poly_line_overlay.py @@ -49,6 +49,7 @@ class PolyLineOverlay(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -138,6 +139,7 @@ class PolyLineOverlay(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -232,6 +234,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -320,6 +323,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -759,6 +763,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this PolyLineOverlay. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this PolyLineOverlay. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this PolyLineOverlay. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this PolyLineOverlay. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this PolyLineOverlay. # noqa: E501 diff --git a/docusign_esign/models/radio.py b/docusign_esign/models/radio.py index a7de0e88..cfb30caa 100644 --- a/docusign_esign/models/radio.py +++ b/docusign_esign/models/radio.py @@ -47,6 +47,7 @@ class Radio(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -109,6 +110,7 @@ class Radio(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -176,6 +178,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -237,6 +240,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -605,6 +609,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Radio. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Radio. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Radio. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Radio. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Radio. # noqa: E501 diff --git a/docusign_esign/models/sender_company.py b/docusign_esign/models/sender_company.py index b50d2058..f49eb2c8 100644 --- a/docusign_esign/models/sender_company.py +++ b/docusign_esign/models/sender_company.py @@ -49,6 +49,7 @@ class SenderCompany(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class SenderCompany(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this SenderCompany. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this SenderCompany. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this SenderCompany. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this SenderCompany. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this SenderCompany. # noqa: E501 diff --git a/docusign_esign/models/sender_name.py b/docusign_esign/models/sender_name.py index 19130982..1995a158 100644 --- a/docusign_esign/models/sender_name.py +++ b/docusign_esign/models/sender_name.py @@ -49,6 +49,7 @@ class SenderName(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -148,6 +149,7 @@ class SenderName(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -252,6 +254,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -350,6 +353,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -799,6 +803,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this SenderName. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this SenderName. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this SenderName. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this SenderName. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this SenderName. # noqa: E501 diff --git a/docusign_esign/models/sign_here.py b/docusign_esign/models/sign_here.py index c0cd6444..aacc8f06 100644 --- a/docusign_esign/models/sign_here.py +++ b/docusign_esign/models/sign_here.py @@ -49,6 +49,7 @@ class SignHere(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -142,6 +143,7 @@ class SignHere(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -240,6 +242,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -332,6 +335,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -775,6 +779,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this SignHere. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this SignHere. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this SignHere. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this SignHere. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this SignHere. # noqa: E501 diff --git a/docusign_esign/models/signer_attachment.py b/docusign_esign/models/signer_attachment.py index 260dbae9..5c1d93cd 100644 --- a/docusign_esign/models/signer_attachment.py +++ b/docusign_esign/models/signer_attachment.py @@ -49,6 +49,7 @@ class SignerAttachment(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -138,6 +139,7 @@ class SignerAttachment(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -232,6 +234,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -320,6 +323,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -759,6 +763,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this SignerAttachment. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this SignerAttachment. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this SignerAttachment. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this SignerAttachment. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this SignerAttachment. # noqa: E501 diff --git a/docusign_esign/models/smart_section.py b/docusign_esign/models/smart_section.py index a727f042..8b3cb2b7 100644 --- a/docusign_esign/models/smart_section.py +++ b/docusign_esign/models/smart_section.py @@ -49,6 +49,7 @@ class SmartSection(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -144,6 +145,7 @@ class SmartSection(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -244,6 +246,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -338,6 +341,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -783,6 +787,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this SmartSection. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this SmartSection. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this SmartSection. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this SmartSection. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this SmartSection. # noqa: E501 diff --git a/docusign_esign/models/ssn.py b/docusign_esign/models/ssn.py index 94a3929a..6e320192 100644 --- a/docusign_esign/models/ssn.py +++ b/docusign_esign/models/ssn.py @@ -49,6 +49,7 @@ class Ssn(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -174,6 +175,7 @@ class Ssn(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -304,6 +306,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -428,6 +431,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -903,6 +907,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Ssn. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Ssn. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Ssn. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Ssn. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Ssn. # noqa: E501 diff --git a/docusign_esign/models/tab_group.py b/docusign_esign/models/tab_group.py index 7044a83f..108da242 100644 --- a/docusign_esign/models/tab_group.py +++ b/docusign_esign/models/tab_group.py @@ -49,6 +49,7 @@ class TabGroup(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -141,6 +142,7 @@ class TabGroup(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -238,6 +240,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -329,6 +332,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -771,6 +775,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this TabGroup. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this TabGroup. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this TabGroup. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this TabGroup. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this TabGroup. # noqa: E501 diff --git a/docusign_esign/models/text.py b/docusign_esign/models/text.py index 292e2247..8405080b 100644 --- a/docusign_esign/models/text.py +++ b/docusign_esign/models/text.py @@ -49,6 +49,7 @@ class Text(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -178,6 +179,7 @@ class Text(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -312,6 +314,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -440,6 +443,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -919,6 +923,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Text. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Text. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Text. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Text. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Text. # noqa: E501 diff --git a/docusign_esign/models/title.py b/docusign_esign/models/title.py index 653381dc..ce7567b3 100644 --- a/docusign_esign/models/title.py +++ b/docusign_esign/models/title.py @@ -49,6 +49,7 @@ class Title(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -160,6 +161,7 @@ class Title(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -276,6 +278,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -386,6 +389,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -847,6 +851,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Title. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Title. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Title. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Title. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Title. # noqa: E501 diff --git a/docusign_esign/models/view.py b/docusign_esign/models/view.py index e3f3c041..6e265fa8 100644 --- a/docusign_esign/models/view.py +++ b/docusign_esign/models/view.py @@ -49,6 +49,7 @@ class View(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -149,6 +150,7 @@ class View(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -254,6 +256,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -353,6 +356,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -803,6 +807,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this View. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this View. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this View. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this View. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this View. # noqa: E501 diff --git a/docusign_esign/models/zip.py b/docusign_esign/models/zip.py index f73d6605..7c17f4e4 100644 --- a/docusign_esign/models/zip.py +++ b/docusign_esign/models/zip.py @@ -49,6 +49,7 @@ class Zip(object): 'anchor_string_metadata': 'PropertyMetadata', 'anchor_tab_processor_version': 'str', 'anchor_tab_processor_version_metadata': 'PropertyMetadata', + 'anchor_tab_scope': 'str', 'anchor_units': 'str', 'anchor_units_metadata': 'PropertyMetadata', 'anchor_x_offset': 'str', @@ -176,6 +177,7 @@ class Zip(object): 'anchor_string_metadata': 'anchorStringMetadata', 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', + 'anchor_tab_scope': 'anchorTabScope', 'anchor_units': 'anchorUnits', 'anchor_units_metadata': 'anchorUnitsMetadata', 'anchor_x_offset': 'anchorXOffset', @@ -308,6 +310,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 self._anchor_string_metadata = None self._anchor_tab_processor_version = None self._anchor_tab_processor_version_metadata = None + self._anchor_tab_scope = None self._anchor_units = None self._anchor_units_metadata = None self._anchor_x_offset = None @@ -434,6 +437,7 @@ def __init__(self, _configuration=None, **kwargs): # noqa: E501 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) + setattr(self, "_{}".format('anchor_tab_scope'), kwargs.get('anchor_tab_scope', None)) setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) @@ -911,6 +915,29 @@ def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_met self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata + @property + def anchor_tab_scope(self): + """Gets the anchor_tab_scope of this Zip. # noqa: E501 + + # noqa: E501 + + :return: The anchor_tab_scope of this Zip. # noqa: E501 + :rtype: str + """ + return self._anchor_tab_scope + + @anchor_tab_scope.setter + def anchor_tab_scope(self, anchor_tab_scope): + """Sets the anchor_tab_scope of this Zip. + + # noqa: E501 + + :param anchor_tab_scope: The anchor_tab_scope of this Zip. # noqa: E501 + :type: str + """ + + self._anchor_tab_scope = anchor_tab_scope + @property def anchor_units(self): """Gets the anchor_units of this Zip. # noqa: E501 diff --git a/setup.py b/setup.py index de728fa0..9be7d03d 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 = "7.0.0rc1" +VERSION = "10.0.0rc1" # To install the library, run the following # # python setup.py install diff --git a/test/unit_tests.py b/test/unit_tests.py index f380d493..46822b1c 100644 --- a/test/unit_tests.py +++ b/test/unit_tests.py @@ -772,12 +772,19 @@ def testListTabs(self): recipients = envelopes_api.list_recipients(account_id=self.user_info.accounts[0].account_id, envelope_id=created_envelope.envelope_id) + manager_signer = None + for signer in recipients.signers: + if signer.role_name == template_role_name: + manager_signer = signer + break + + assert manager_signer is not None + tabs = envelopes_api.list_tabs(account_id=self.user_info.accounts[0].account_id, envelope_id=created_envelope.envelope_id, - recipient_id=recipients.signers[2].recipient_id) - list_tabs = tabs.list_tabs + recipient_id=manager_signer.recipient_id) - assert list_tabs is not None + assert tabs is not None except ApiException as e: print("\nException when calling DocuSign API: %s" % e)