From b1ea5af803d506a512d40acc1aff43aa80fff958 Mon Sep 17 00:00:00 2001 From: mchatlas Date: Thu, 3 Sep 2026 14:32:12 +0200 Subject: [PATCH 1/2] Release 1.13.0 --- README.md | 4 +- VERSION | 2 +- docs/SignatureRequestApi.md | 12 ++---- docs/SignatureRequestCreateEmbeddedRequest.md | 1 - docs/SignatureRequestEditEmbeddedRequest.md | 1 - docs/SignatureRequestEditRequest.md | 1 - docs/SignatureRequestSendRequest.md | 1 - docs/TemplateCreateEmbeddedDraftRequest.md | 1 - docs/TemplateCreateRequest.md | 1 - ...mplateResponseDocumentFormFieldDropdown.md | 1 + docs/UnclaimedDraftCreateEmbeddedRequest.md | 1 - docs/UnclaimedDraftCreateRequest.md | 1 - dropbox_sign/__init__.py | 3 +- dropbox_sign/api_client.py | 3 +- dropbox_sign/configuration.py | 4 +- dropbox_sign/models/__init__.py | 1 - dropbox_sign/models/account_create_request.py | 1 - .../models/account_create_response.py | 1 - dropbox_sign/models/account_get_response.py | 1 - dropbox_sign/models/account_response.py | 1 - .../models/account_response_quotas.py | 1 - .../models/account_response_settings.py | 1 - dropbox_sign/models/account_response_usage.py | 1 - dropbox_sign/models/account_update_request.py | 1 - dropbox_sign/models/account_verify_request.py | 1 - .../models/account_verify_response.py | 1 - .../models/account_verify_response_account.py | 1 - dropbox_sign/models/api_app_create_request.py | 1 - dropbox_sign/models/api_app_get_response.py | 1 - dropbox_sign/models/api_app_list_response.py | 1 - dropbox_sign/models/api_app_response.py | 1 - .../models/api_app_response_o_auth.py | 1 - .../models/api_app_response_options.py | 1 - .../models/api_app_response_owner_account.py | 1 - ...api_app_response_white_labeling_options.py | 1 - dropbox_sign/models/api_app_update_request.py | 1 - .../models/bulk_send_job_get_response.py | 1 - ...end_job_get_response_signature_requests.py | 1 - .../models/bulk_send_job_list_response.py | 1 - dropbox_sign/models/bulk_send_job_response.py | 1 - .../models/bulk_send_job_send_response.py | 1 - .../models/embedded_edit_url_request.py | 1 - .../models/embedded_edit_url_response.py | 1 - .../embedded_edit_url_response_embedded.py | 1 - .../models/embedded_sign_url_response.py | 1 - .../embedded_sign_url_response_embedded.py | 1 - dropbox_sign/models/error_response.py | 1 - dropbox_sign/models/error_response_error.py | 1 - dropbox_sign/models/event_callback_request.py | 1 - .../models/event_callback_request_event.py | 1 - .../event_callback_request_event_metadata.py | 1 - dropbox_sign/models/fax_get_response.py | 1 - .../models/fax_line_add_user_request.py | 1 - .../fax_line_area_code_get_country_enum.py | 1 - .../fax_line_area_code_get_province_enum.py | 1 - .../models/fax_line_area_code_get_response.py | 1 - .../fax_line_area_code_get_state_enum.py | 1 - .../models/fax_line_create_request.py | 1 - .../models/fax_line_delete_request.py | 1 - dropbox_sign/models/fax_line_list_response.py | 1 - .../models/fax_line_remove_user_request.py | 1 - dropbox_sign/models/fax_line_response.py | 1 - .../models/fax_line_response_fax_line.py | 1 - dropbox_sign/models/fax_list_response.py | 1 - dropbox_sign/models/fax_response.py | 1 - .../models/fax_response_transmission.py | 1 - dropbox_sign/models/fax_send_request.py | 1 - dropbox_sign/models/file_response.py | 1 - dropbox_sign/models/file_response_data_uri.py | 1 - dropbox_sign/models/list_info_response.py | 1 - .../models/o_auth_token_generate_request.py | 1 - .../models/o_auth_token_refresh_request.py | 1 - dropbox_sign/models/o_auth_token_response.py | 1 - dropbox_sign/models/report_create_request.py | 1 - dropbox_sign/models/report_create_response.py | 1 - dropbox_sign/models/report_response.py | 1 - ...k_create_embedded_with_template_request.py | 1 - ...request_bulk_send_with_template_request.py | 1 - ...gnature_request_create_embedded_request.py | 12 ------ ...t_create_embedded_with_template_request.py | 1 - ...signature_request_edit_embedded_request.py | 12 ------ ...est_edit_embedded_with_template_request.py | 1 - .../models/signature_request_edit_request.py | 12 ------ ...ture_request_edit_with_template_request.py | 1 - .../models/signature_request_get_response.py | 1 - .../models/signature_request_list_response.py | 1 - .../signature_request_remind_request.py | 1 - .../models/signature_request_response.py | 1 - .../signature_request_response_attachment.py | 1 - ...ture_request_response_custom_field_base.py | 1 - ..._request_response_custom_field_checkbox.py | 1 - ...ture_request_response_custom_field_text.py | 1 - ...request_response_custom_field_type_enum.py | 1 - .../signature_request_response_data_base.py | 1 - ...gnature_request_response_data_type_enum.py | 1 - ...re_request_response_data_value_checkbox.py | 1 - ...uest_response_data_value_checkbox_merge.py | 1 - ...request_response_data_value_date_signed.py | 1 - ...re_request_response_data_value_dropdown.py | 1 - ...re_request_response_data_value_initials.py | 1 - ...ature_request_response_data_value_radio.py | 1 - ...e_request_response_data_value_signature.py | 1 - ...nature_request_response_data_value_text.py | 1 - ..._request_response_data_value_text_merge.py | 1 - .../signature_request_response_signatures.py | 1 - .../models/signature_request_send_request.py | 12 ------ ...ture_request_send_with_template_request.py | 1 - .../signature_request_update_request.py | 1 - dropbox_sign/models/sub_attachment.py | 1 - dropbox_sign/models/sub_bulk_signer_list.py | 1 - .../sub_bulk_signer_list_custom_field.py | 1 - dropbox_sign/models/sub_cc.py | 1 - dropbox_sign/models/sub_custom_field.py | 1 - dropbox_sign/models/sub_editor_options.py | 1 - dropbox_sign/models/sub_field_options.py | 1 - dropbox_sign/models/sub_form_field_group.py | 1 - dropbox_sign/models/sub_form_field_rule.py | 1 - .../models/sub_form_field_rule_action.py | 1 - .../models/sub_form_field_rule_trigger.py | 1 - .../sub_form_fields_per_document_base.py | 1 - .../sub_form_fields_per_document_checkbox.py | 1 - ...form_fields_per_document_checkbox_merge.py | 1 - ...ub_form_fields_per_document_date_signed.py | 1 - .../sub_form_fields_per_document_dropdown.py | 1 - .../sub_form_fields_per_document_font_enum.py | 1 - .../sub_form_fields_per_document_hyperlink.py | 1 - .../sub_form_fields_per_document_initials.py | 1 - .../sub_form_fields_per_document_radio.py | 1 - .../sub_form_fields_per_document_signature.py | 1 - .../sub_form_fields_per_document_text.py | 1 - ...sub_form_fields_per_document_text_merge.py | 1 - .../sub_form_fields_per_document_type_enum.py | 1 - dropbox_sign/models/sub_merge_field.py | 1 - dropbox_sign/models/sub_o_auth.py | 1 - dropbox_sign/models/sub_options.py | 1 - .../sub_signature_request_grouped_signers.py | 1 - .../models/sub_signature_request_signer.py | 1 - .../sub_signature_request_template_signer.py | 1 - dropbox_sign/models/sub_signing_options.py | 1 - dropbox_sign/models/sub_team_response.py | 1 - dropbox_sign/models/sub_template_role.py | 1 - .../models/sub_unclaimed_draft_signer.py | 1 - .../sub_unclaimed_draft_template_signer.py | 1 - .../models/sub_white_labeling_options.py | 1 - .../models/team_add_member_request.py | 1 - dropbox_sign/models/team_create_request.py | 1 - dropbox_sign/models/team_get_info_response.py | 1 - dropbox_sign/models/team_get_response.py | 1 - dropbox_sign/models/team_info_response.py | 1 - dropbox_sign/models/team_invite_response.py | 1 - dropbox_sign/models/team_invites_response.py | 1 - dropbox_sign/models/team_member_response.py | 1 - dropbox_sign/models/team_members_response.py | 1 - dropbox_sign/models/team_parent_response.py | 1 - .../models/team_remove_member_request.py | 1 - dropbox_sign/models/team_response.py | 1 - .../models/team_sub_teams_response.py | 1 - dropbox_sign/models/team_update_request.py | 1 - .../models/template_add_user_request.py | 1 - .../template_create_embedded_draft_request.py | 12 ------ ...template_create_embedded_draft_response.py | 1 - ...create_embedded_draft_response_template.py | 1 - .../models/template_create_request.py | 12 ------ .../models/template_create_response.py | 1 - .../template_create_response_template.py | 1 - dropbox_sign/models/template_get_response.py | 1 - dropbox_sign/models/template_list_response.py | 1 - .../models/template_remove_user_request.py | 1 - dropbox_sign/models/template_response.py | 1 - .../models/template_response_account.py | 1 - .../models/template_response_account_quota.py | 1 - .../models/template_response_cc_role.py | 1 - .../models/template_response_document.py | 1 - ...ate_response_document_custom_field_base.py | 1 - ...response_document_custom_field_checkbox.py | 1 - ...ate_response_document_custom_field_text.py | 1 - .../template_response_document_field_group.py | 1 - ...late_response_document_field_group_rule.py | 1 - ...plate_response_document_form_field_base.py | 1 - ...e_response_document_form_field_checkbox.py | 1 - ...esponse_document_form_field_date_signed.py | 1 - ...e_response_document_form_field_dropdown.py | 11 +++++- ..._response_document_form_field_hyperlink.py | 1 - ...e_response_document_form_field_initials.py | 1 - ...late_response_document_form_field_radio.py | 1 - ..._response_document_form_field_signature.py | 1 - ...plate_response_document_form_field_text.py | 1 - ...ate_response_document_static_field_base.py | 1 - ...response_document_static_field_checkbox.py | 1 - ...ponse_document_static_field_date_signed.py | 1 - ...response_document_static_field_dropdown.py | 1 - ...esponse_document_static_field_hyperlink.py | 1 - ...response_document_static_field_initials.py | 1 - ...te_response_document_static_field_radio.py | 1 - ...esponse_document_static_field_signature.py | 1 - ...ate_response_document_static_field_text.py | 1 - ...template_response_field_avg_text_length.py | 1 - .../models/template_response_signer_role.py | 1 - .../models/template_update_files_request.py | 1 - .../models/template_update_files_response.py | 1 - ...template_update_files_response_template.py | 1 - ...unclaimed_draft_create_embedded_request.py | 12 ------ ...t_create_embedded_with_template_request.py | 1 - .../models/unclaimed_draft_create_request.py | 12 ------ .../models/unclaimed_draft_create_response.py | 1 - ...unclaimed_draft_edit_and_resend_request.py | 1 - .../models/unclaimed_draft_response.py | 1 - dropbox_sign/models/warning_response.py | 1 - dropbox_sign/rest.py | 1 - openapi-config.yaml | 2 +- openapi-sdk.yaml | 37 +++---------------- pyproject.toml | 2 +- setup.py | 2 +- templates/test-requirements.mustache | 2 +- test-requirements.txt | 2 +- 215 files changed, 30 insertions(+), 346 deletions(-) diff --git a/README.md b/README.md index 0245666..29eec44 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Python 3.8+ Install using `pip`: ```shell -python3 -m pip install dropbox-sign==1.12.0 +python3 -m pip install dropbox-sign==1.13.0 ``` Alternatively: @@ -400,6 +400,6 @@ apisupport@hellosign.com This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- Package version: 1.12.0 +- Package version: 1.13.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/VERSION b/VERSION index 0eed1a2..feaae22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0 +1.13.0 diff --git a/docs/SignatureRequestApi.md b/docs/SignatureRequestApi.md index 79db31d..0397351 100644 --- a/docs/SignatureRequestApi.md +++ b/docs/SignatureRequestApi.md @@ -676,14 +676,12 @@ with ApiClient(configuration) as api_client: files=[ open("./example_signature_request.pdf", "rb").read(), ], - metadata=json.loads( - """ + metadata=json.loads(""" { "custom_id": 1234, "custom_text": "NDA #9" } - """ - ), + """), field_options=field_options, signing_options=signing_options, signers=signers, @@ -1707,14 +1705,12 @@ with ApiClient(configuration) as api_client: files=[ open("./example_signature_request.pdf", "rb").read(), ], - metadata=json.loads( - """ + metadata=json.loads(""" { "custom_id": 1234, "custom_text": "NDA #9" } - """ - ), + """), field_options=field_options, signing_options=signing_options, signers=signers, diff --git a/docs/SignatureRequestCreateEmbeddedRequest.md b/docs/SignatureRequestCreateEmbeddedRequest.md index 7379968..9f2fe05 100644 --- a/docs/SignatureRequestCreateEmbeddedRequest.md +++ b/docs/SignatureRequestCreateEmbeddedRequest.md @@ -27,7 +27,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/SignatureRequestEditEmbeddedRequest.md b/docs/SignatureRequestEditEmbeddedRequest.md index ce03182..5165d1d 100644 --- a/docs/SignatureRequestEditEmbeddedRequest.md +++ b/docs/SignatureRequestEditEmbeddedRequest.md @@ -27,7 +27,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/SignatureRequestEditRequest.md b/docs/SignatureRequestEditRequest.md index 5965a58..a6731f7 100644 --- a/docs/SignatureRequestEditRequest.md +++ b/docs/SignatureRequestEditRequest.md @@ -29,7 +29,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SignatureRequestSendRequest.md b/docs/SignatureRequestSendRequest.md index 26f3ba4..20db17a 100644 --- a/docs/SignatureRequestSendRequest.md +++ b/docs/SignatureRequestSendRequest.md @@ -30,7 +30,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TemplateCreateEmbeddedDraftRequest.md b/docs/TemplateCreateEmbeddedDraftRequest.md index 69969e7..c63d971 100644 --- a/docs/TemplateCreateEmbeddedDraftRequest.md +++ b/docs/TemplateCreateEmbeddedDraftRequest.md @@ -30,7 +30,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TemplateCreateRequest.md b/docs/TemplateCreateRequest.md index dc99d24..a5341c3 100644 --- a/docs/TemplateCreateRequest.md +++ b/docs/TemplateCreateRequest.md @@ -23,7 +23,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TemplateResponseDocumentFormFieldDropdown.md b/docs/TemplateResponseDocumentFormFieldDropdown.md index 2a472ec..fa04c6e 100644 --- a/docs/TemplateResponseDocumentFormFieldDropdown.md +++ b/docs/TemplateResponseDocumentFormFieldDropdown.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- | `type`*_required_ | ```str``` | The type of this form field. See [field types](/api/reference/constants/#field-types).

* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to 'dropdown'] | | `group` | ```str``` | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | | +| `options` | ```List[str]``` | The options available for this dropdown form field. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnclaimedDraftCreateEmbeddedRequest.md b/docs/UnclaimedDraftCreateEmbeddedRequest.md index f5a8d88..49704d2 100644 --- a/docs/UnclaimedDraftCreateEmbeddedRequest.md +++ b/docs/UnclaimedDraftCreateEmbeddedRequest.md @@ -39,7 +39,6 @@ Name | Type | Description | Notes | `type` | ```str``` | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [default to 'request_signature'] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | diff --git a/docs/UnclaimedDraftCreateRequest.md b/docs/UnclaimedDraftCreateRequest.md index b30c170..2d84e6e 100644 --- a/docs/UnclaimedDraftCreateRequest.md +++ b/docs/UnclaimedDraftCreateRequest.md @@ -28,7 +28,6 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | -| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/dropbox_sign/__init__.py b/dropbox_sign/__init__.py index 5c116de..f11222b 100644 --- a/dropbox_sign/__init__.py +++ b/dropbox_sign/__init__.py @@ -14,8 +14,7 @@ Do not edit the class manually. """ # noqa: E501 - -__version__ = "1.12.0" +__version__ = "1.13.0" # import apis into sdk package from dropbox_sign.apis import * diff --git a/dropbox_sign/api_client.py b/dropbox_sign/api_client.py index bc8efc9..11f0b5c 100644 --- a/dropbox_sign/api_client.py +++ b/dropbox_sign/api_client.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - import datetime from dateutil.parser import parse from enum import Enum @@ -89,7 +88,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = "OpenAPI-Generator/1.12.0/python" + self.user_agent = "OpenAPI-Generator/1.13.0/python" self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/dropbox_sign/configuration.py b/dropbox_sign/configuration.py index b757859..156a666 100644 --- a/dropbox_sign/configuration.py +++ b/dropbox_sign/configuration.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - import copy import http.client as httplib import logging @@ -24,7 +23,6 @@ import urllib3 - JSON_SCHEMA_VALIDATION_KEYWORDS = { "multipleOf", "maximum", @@ -546,7 +544,7 @@ def to_debug_report(self) -> str: "OS: {env}\n" "Python Version: {pyversion}\n" "Version of the API: 3.0.0\n" - "SDK Package Version: 1.12.0".format( + "SDK Package Version: 1.13.0".format( env=sys.platform, pyversion=sys.version ) ) diff --git a/dropbox_sign/models/__init__.py b/dropbox_sign/models/__init__.py index 2fd3342..bb54e90 100644 --- a/dropbox_sign/models/__init__.py +++ b/dropbox_sign/models/__init__.py @@ -13,7 +13,6 @@ Do not edit the class manually. """ # noqa: E501 - # import models into model package from dropbox_sign.models.account_create_request import AccountCreateRequest from dropbox_sign.models.account_create_response import AccountCreateResponse diff --git a/dropbox_sign/models/account_create_request.py b/dropbox_sign/models/account_create_request.py index 06eb224..c460b55 100644 --- a/dropbox_sign/models/account_create_request.py +++ b/dropbox_sign/models/account_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_create_response.py b/dropbox_sign/models/account_create_response.py index 3bcabfd..f1a8dc6 100644 --- a/dropbox_sign/models/account_create_response.py +++ b/dropbox_sign/models/account_create_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_get_response.py b/dropbox_sign/models/account_get_response.py index 9a12adb..4ff2857 100644 --- a/dropbox_sign/models/account_get_response.py +++ b/dropbox_sign/models/account_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response.py b/dropbox_sign/models/account_response.py index 9f8beb4..94f3216 100644 --- a/dropbox_sign/models/account_response.py +++ b/dropbox_sign/models/account_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_quotas.py b/dropbox_sign/models/account_response_quotas.py index d2b2ffb..995d323 100644 --- a/dropbox_sign/models/account_response_quotas.py +++ b/dropbox_sign/models/account_response_quotas.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_settings.py b/dropbox_sign/models/account_response_settings.py index 18fbe98..b35cdc6 100644 --- a/dropbox_sign/models/account_response_settings.py +++ b/dropbox_sign/models/account_response_settings.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_usage.py b/dropbox_sign/models/account_response_usage.py index 6fc7593..abf963f 100644 --- a/dropbox_sign/models/account_response_usage.py +++ b/dropbox_sign/models/account_response_usage.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_update_request.py b/dropbox_sign/models/account_update_request.py index a0cafd7..a502292 100644 --- a/dropbox_sign/models/account_update_request.py +++ b/dropbox_sign/models/account_update_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_request.py b/dropbox_sign/models/account_verify_request.py index 39804b0..794ceb8 100644 --- a/dropbox_sign/models/account_verify_request.py +++ b/dropbox_sign/models/account_verify_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_response.py b/dropbox_sign/models/account_verify_response.py index 3b0ee8d..bf8198c 100644 --- a/dropbox_sign/models/account_verify_response.py +++ b/dropbox_sign/models/account_verify_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_response_account.py b/dropbox_sign/models/account_verify_response_account.py index 98f5fb3..ccd1d40 100644 --- a/dropbox_sign/models/account_verify_response_account.py +++ b/dropbox_sign/models/account_verify_response_account.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_create_request.py b/dropbox_sign/models/api_app_create_request.py index 788c74a..cec5bfa 100644 --- a/dropbox_sign/models/api_app_create_request.py +++ b/dropbox_sign/models/api_app_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_get_response.py b/dropbox_sign/models/api_app_get_response.py index 4337be1..2933696 100644 --- a/dropbox_sign/models/api_app_get_response.py +++ b/dropbox_sign/models/api_app_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_list_response.py b/dropbox_sign/models/api_app_list_response.py index 98a950e..6d9b8af 100644 --- a/dropbox_sign/models/api_app_list_response.py +++ b/dropbox_sign/models/api_app_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response.py b/dropbox_sign/models/api_app_response.py index ad4e872..cdca9dc 100644 --- a/dropbox_sign/models/api_app_response.py +++ b/dropbox_sign/models/api_app_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_o_auth.py b/dropbox_sign/models/api_app_response_o_auth.py index b078c1a..388f840 100644 --- a/dropbox_sign/models/api_app_response_o_auth.py +++ b/dropbox_sign/models/api_app_response_o_auth.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_options.py b/dropbox_sign/models/api_app_response_options.py index ec34ed9..80315b9 100644 --- a/dropbox_sign/models/api_app_response_options.py +++ b/dropbox_sign/models/api_app_response_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_owner_account.py b/dropbox_sign/models/api_app_response_owner_account.py index d579948..95ca832 100644 --- a/dropbox_sign/models/api_app_response_owner_account.py +++ b/dropbox_sign/models/api_app_response_owner_account.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_white_labeling_options.py b/dropbox_sign/models/api_app_response_white_labeling_options.py index b574721..a131766 100644 --- a/dropbox_sign/models/api_app_response_white_labeling_options.py +++ b/dropbox_sign/models/api_app_response_white_labeling_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_update_request.py b/dropbox_sign/models/api_app_update_request.py index 7370a7e..393954c 100644 --- a/dropbox_sign/models/api_app_update_request.py +++ b/dropbox_sign/models/api_app_update_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_get_response.py b/dropbox_sign/models/bulk_send_job_get_response.py index 9461ccf..94b90cf 100644 --- a/dropbox_sign/models/bulk_send_job_get_response.py +++ b/dropbox_sign/models/bulk_send_job_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py b/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py index 704089b..ded8504 100644 --- a/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py +++ b/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_list_response.py b/dropbox_sign/models/bulk_send_job_list_response.py index 8f97918..83c4551 100644 --- a/dropbox_sign/models/bulk_send_job_list_response.py +++ b/dropbox_sign/models/bulk_send_job_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_response.py b/dropbox_sign/models/bulk_send_job_response.py index 8d6eeee..fb95404 100644 --- a/dropbox_sign/models/bulk_send_job_response.py +++ b/dropbox_sign/models/bulk_send_job_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_send_response.py b/dropbox_sign/models/bulk_send_job_send_response.py index a2eca97..288b87c 100644 --- a/dropbox_sign/models/bulk_send_job_send_response.py +++ b/dropbox_sign/models/bulk_send_job_send_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_request.py b/dropbox_sign/models/embedded_edit_url_request.py index 849ebf4..104164c 100644 --- a/dropbox_sign/models/embedded_edit_url_request.py +++ b/dropbox_sign/models/embedded_edit_url_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_response.py b/dropbox_sign/models/embedded_edit_url_response.py index 653ca7c..cf59086 100644 --- a/dropbox_sign/models/embedded_edit_url_response.py +++ b/dropbox_sign/models/embedded_edit_url_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_response_embedded.py b/dropbox_sign/models/embedded_edit_url_response_embedded.py index 67413cb..64c804d 100644 --- a/dropbox_sign/models/embedded_edit_url_response_embedded.py +++ b/dropbox_sign/models/embedded_edit_url_response_embedded.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_sign_url_response.py b/dropbox_sign/models/embedded_sign_url_response.py index f0e03a1..cd89bea 100644 --- a/dropbox_sign/models/embedded_sign_url_response.py +++ b/dropbox_sign/models/embedded_sign_url_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_sign_url_response_embedded.py b/dropbox_sign/models/embedded_sign_url_response_embedded.py index dc71457..fb2f95a 100644 --- a/dropbox_sign/models/embedded_sign_url_response_embedded.py +++ b/dropbox_sign/models/embedded_sign_url_response_embedded.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/error_response.py b/dropbox_sign/models/error_response.py index 98c6e5a..d710384 100644 --- a/dropbox_sign/models/error_response.py +++ b/dropbox_sign/models/error_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/error_response_error.py b/dropbox_sign/models/error_response_error.py index 6991a0a..4f17bb6 100644 --- a/dropbox_sign/models/error_response_error.py +++ b/dropbox_sign/models/error_response_error.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request.py b/dropbox_sign/models/event_callback_request.py index f8ac847..a5cad66 100644 --- a/dropbox_sign/models/event_callback_request.py +++ b/dropbox_sign/models/event_callback_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request_event.py b/dropbox_sign/models/event_callback_request_event.py index 7f263da..67def10 100644 --- a/dropbox_sign/models/event_callback_request_event.py +++ b/dropbox_sign/models/event_callback_request_event.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request_event_metadata.py b/dropbox_sign/models/event_callback_request_event_metadata.py index fee5309..3990376 100644 --- a/dropbox_sign/models/event_callback_request_event_metadata.py +++ b/dropbox_sign/models/event_callback_request_event_metadata.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_get_response.py b/dropbox_sign/models/fax_get_response.py index 25bf9d2..0c139a6 100644 --- a/dropbox_sign/models/fax_get_response.py +++ b/dropbox_sign/models/fax_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_add_user_request.py b/dropbox_sign/models/fax_line_add_user_request.py index 7a7a92b..4951c87 100644 --- a/dropbox_sign/models/fax_line_add_user_request.py +++ b/dropbox_sign/models/fax_line_add_user_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_area_code_get_country_enum.py b/dropbox_sign/models/fax_line_area_code_get_country_enum.py index 94df885..6249d14 100644 --- a/dropbox_sign/models/fax_line_area_code_get_country_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_country_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_area_code_get_province_enum.py b/dropbox_sign/models/fax_line_area_code_get_province_enum.py index e7994f3..e111091 100644 --- a/dropbox_sign/models/fax_line_area_code_get_province_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_province_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_area_code_get_response.py b/dropbox_sign/models/fax_line_area_code_get_response.py index 4d41c9b..55bbd57 100644 --- a/dropbox_sign/models/fax_line_area_code_get_response.py +++ b/dropbox_sign/models/fax_line_area_code_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_area_code_get_state_enum.py b/dropbox_sign/models/fax_line_area_code_get_state_enum.py index 8cfe5ad..5f30280 100644 --- a/dropbox_sign/models/fax_line_area_code_get_state_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_state_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_create_request.py b/dropbox_sign/models/fax_line_create_request.py index 7a8d88c..722ecd0 100644 --- a/dropbox_sign/models/fax_line_create_request.py +++ b/dropbox_sign/models/fax_line_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_delete_request.py b/dropbox_sign/models/fax_line_delete_request.py index 9e96609..2ba409b 100644 --- a/dropbox_sign/models/fax_line_delete_request.py +++ b/dropbox_sign/models/fax_line_delete_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_list_response.py b/dropbox_sign/models/fax_line_list_response.py index 07581a3..354b03d 100644 --- a/dropbox_sign/models/fax_line_list_response.py +++ b/dropbox_sign/models/fax_line_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_remove_user_request.py b/dropbox_sign/models/fax_line_remove_user_request.py index 6021a0c..08e9cb5 100644 --- a/dropbox_sign/models/fax_line_remove_user_request.py +++ b/dropbox_sign/models/fax_line_remove_user_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_response.py b/dropbox_sign/models/fax_line_response.py index bb733f4..d85e0c2 100644 --- a/dropbox_sign/models/fax_line_response.py +++ b/dropbox_sign/models/fax_line_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_response_fax_line.py b/dropbox_sign/models/fax_line_response_fax_line.py index 8a0676c..d55a0cd 100644 --- a/dropbox_sign/models/fax_line_response_fax_line.py +++ b/dropbox_sign/models/fax_line_response_fax_line.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_list_response.py b/dropbox_sign/models/fax_list_response.py index 99140e3..4afc53b 100644 --- a/dropbox_sign/models/fax_list_response.py +++ b/dropbox_sign/models/fax_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_response.py b/dropbox_sign/models/fax_response.py index 1648df8..9f33611 100644 --- a/dropbox_sign/models/fax_response.py +++ b/dropbox_sign/models/fax_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_response_transmission.py b/dropbox_sign/models/fax_response_transmission.py index 66c613d..3d54f4e 100644 --- a/dropbox_sign/models/fax_response_transmission.py +++ b/dropbox_sign/models/fax_response_transmission.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_send_request.py b/dropbox_sign/models/fax_send_request.py index c4f0af8..71bdb7b 100644 --- a/dropbox_sign/models/fax_send_request.py +++ b/dropbox_sign/models/fax_send_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/file_response.py b/dropbox_sign/models/file_response.py index 434a4f1..6e70e78 100644 --- a/dropbox_sign/models/file_response.py +++ b/dropbox_sign/models/file_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/file_response_data_uri.py b/dropbox_sign/models/file_response_data_uri.py index da1384d..2a535f7 100644 --- a/dropbox_sign/models/file_response_data_uri.py +++ b/dropbox_sign/models/file_response_data_uri.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/list_info_response.py b/dropbox_sign/models/list_info_response.py index cdca4fa..23583a0 100644 --- a/dropbox_sign/models/list_info_response.py +++ b/dropbox_sign/models/list_info_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_generate_request.py b/dropbox_sign/models/o_auth_token_generate_request.py index 06359f4..915adcd 100644 --- a/dropbox_sign/models/o_auth_token_generate_request.py +++ b/dropbox_sign/models/o_auth_token_generate_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_refresh_request.py b/dropbox_sign/models/o_auth_token_refresh_request.py index 7a1aa9a..bd2b11e 100644 --- a/dropbox_sign/models/o_auth_token_refresh_request.py +++ b/dropbox_sign/models/o_auth_token_refresh_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_response.py b/dropbox_sign/models/o_auth_token_response.py index 4b91161..b56f36a 100644 --- a/dropbox_sign/models/o_auth_token_response.py +++ b/dropbox_sign/models/o_auth_token_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_create_request.py b/dropbox_sign/models/report_create_request.py index ec6afec..3d94d8f 100644 --- a/dropbox_sign/models/report_create_request.py +++ b/dropbox_sign/models/report_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_create_response.py b/dropbox_sign/models/report_create_response.py index 3d781b9..fb309c1 100644 --- a/dropbox_sign/models/report_create_response.py +++ b/dropbox_sign/models/report_create_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_response.py b/dropbox_sign/models/report_response.py index b3ed31e..40ca150 100644 --- a/dropbox_sign/models/report_response.py +++ b/dropbox_sign/models/report_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py b/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py index 54fd997..eb69f33 100644 --- a/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_bulk_send_with_template_request.py b/dropbox_sign/models/signature_request_bulk_send_with_template_request.py index 54cb980..c52618e 100644 --- a/dropbox_sign/models/signature_request_bulk_send_with_template_request.py +++ b/dropbox_sign/models/signature_request_bulk_send_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_create_embedded_request.py b/dropbox_sign/models/signature_request_create_embedded_request.py index 68c784e..2d855ef 100644 --- a/dropbox_sign/models/signature_request_create_embedded_request.py +++ b/dropbox_sign/models/signature_request_create_embedded_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -135,10 +134,6 @@ class SignatureRequestCreateEmbeddedRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -170,7 +165,6 @@ class SignatureRequestCreateEmbeddedRequest(BaseModel): "test_mode", "title", "use_text_tags", - "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -384,11 +378,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -434,7 +423,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_create_embedded_with_template_request.py b/dropbox_sign/models/signature_request_create_embedded_with_template_request.py index 07c2d0c..cb4362e 100644 --- a/dropbox_sign/models/signature_request_create_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_create_embedded_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_edit_embedded_request.py b/dropbox_sign/models/signature_request_edit_embedded_request.py index 4ea9149..b5579db 100644 --- a/dropbox_sign/models/signature_request_edit_embedded_request.py +++ b/dropbox_sign/models/signature_request_edit_embedded_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -135,10 +134,6 @@ class SignatureRequestEditEmbeddedRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -170,7 +165,6 @@ class SignatureRequestEditEmbeddedRequest(BaseModel): "test_mode", "title", "use_text_tags", - "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -384,11 +378,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -434,7 +423,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py b/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py index 0061169..1c04809 100644 --- a/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_edit_request.py b/dropbox_sign/models/signature_request_edit_request.py index 181af59..3f622f8 100644 --- a/dropbox_sign/models/signature_request_edit_request.py +++ b/dropbox_sign/models/signature_request_edit_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -144,10 +143,6 @@ class SignatureRequestEditRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.", @@ -177,7 +172,6 @@ class SignatureRequestEditRequest(BaseModel): "test_mode", "title", "use_text_tags", - "ignore_text_tags_extraction_errors", "expires_at", ] @@ -392,11 +386,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "expires_at": obj.get("expires_at"), } ) @@ -439,7 +428,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_edit_with_template_request.py b/dropbox_sign/models/signature_request_edit_with_template_request.py index 1c5bf5a..b7215ec 100644 --- a/dropbox_sign/models/signature_request_edit_with_template_request.py +++ b/dropbox_sign/models/signature_request_edit_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_get_response.py b/dropbox_sign/models/signature_request_get_response.py index 546c12c..10d2b12 100644 --- a/dropbox_sign/models/signature_request_get_response.py +++ b/dropbox_sign/models/signature_request_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_list_response.py b/dropbox_sign/models/signature_request_list_response.py index 2df4cbf..4c46fbe 100644 --- a/dropbox_sign/models/signature_request_list_response.py +++ b/dropbox_sign/models/signature_request_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_remind_request.py b/dropbox_sign/models/signature_request_remind_request.py index df37e04..3454e86 100644 --- a/dropbox_sign/models/signature_request_remind_request.py +++ b/dropbox_sign/models/signature_request_remind_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response.py b/dropbox_sign/models/signature_request_response.py index 7720256..4be2db4 100644 --- a/dropbox_sign/models/signature_request_response.py +++ b/dropbox_sign/models/signature_request_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_attachment.py b/dropbox_sign/models/signature_request_response_attachment.py index 30af758..10bb333 100644 --- a/dropbox_sign/models/signature_request_response_attachment.py +++ b/dropbox_sign/models/signature_request_response_attachment.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_base.py b/dropbox_sign/models/signature_request_response_custom_field_base.py index 61ecdd6..a9ab8dd 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_base.py +++ b/dropbox_sign/models/signature_request_response_custom_field_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_checkbox.py b/dropbox_sign/models/signature_request_response_custom_field_checkbox.py index de55b64..e10fe7e 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_checkbox.py +++ b/dropbox_sign/models/signature_request_response_custom_field_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_text.py b/dropbox_sign/models/signature_request_response_custom_field_text.py index 48fa24f..8f9e4eb 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_text.py +++ b/dropbox_sign/models/signature_request_response_custom_field_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_type_enum.py b/dropbox_sign/models/signature_request_response_custom_field_type_enum.py index 8f715ae..a8e880e 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_type_enum.py +++ b/dropbox_sign/models/signature_request_response_custom_field_type_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/signature_request_response_data_base.py b/dropbox_sign/models/signature_request_response_data_base.py index 374d2cc..9353ca3 100644 --- a/dropbox_sign/models/signature_request_response_data_base.py +++ b/dropbox_sign/models/signature_request_response_data_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_type_enum.py b/dropbox_sign/models/signature_request_response_data_type_enum.py index 8c4d01d..eaae18c 100644 --- a/dropbox_sign/models/signature_request_response_data_type_enum.py +++ b/dropbox_sign/models/signature_request_response_data_type_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/signature_request_response_data_value_checkbox.py b/dropbox_sign/models/signature_request_response_data_value_checkbox.py index 4e25833..8d3604e 100644 --- a/dropbox_sign/models/signature_request_response_data_value_checkbox.py +++ b/dropbox_sign/models/signature_request_response_data_value_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py b/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py index 0a25a7c..ba5fd38 100644 --- a/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py +++ b/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_date_signed.py b/dropbox_sign/models/signature_request_response_data_value_date_signed.py index ac09c26..4644f1b 100644 --- a/dropbox_sign/models/signature_request_response_data_value_date_signed.py +++ b/dropbox_sign/models/signature_request_response_data_value_date_signed.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_dropdown.py b/dropbox_sign/models/signature_request_response_data_value_dropdown.py index 9eb7352..f4423cb 100644 --- a/dropbox_sign/models/signature_request_response_data_value_dropdown.py +++ b/dropbox_sign/models/signature_request_response_data_value_dropdown.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_initials.py b/dropbox_sign/models/signature_request_response_data_value_initials.py index 9a5f190..d470cd7 100644 --- a/dropbox_sign/models/signature_request_response_data_value_initials.py +++ b/dropbox_sign/models/signature_request_response_data_value_initials.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_radio.py b/dropbox_sign/models/signature_request_response_data_value_radio.py index 38b3cc0..db6f2bd 100644 --- a/dropbox_sign/models/signature_request_response_data_value_radio.py +++ b/dropbox_sign/models/signature_request_response_data_value_radio.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_signature.py b/dropbox_sign/models/signature_request_response_data_value_signature.py index a928d10..af7eade 100644 --- a/dropbox_sign/models/signature_request_response_data_value_signature.py +++ b/dropbox_sign/models/signature_request_response_data_value_signature.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_text.py b/dropbox_sign/models/signature_request_response_data_value_text.py index 7b5b782..8c9ad56 100644 --- a/dropbox_sign/models/signature_request_response_data_value_text.py +++ b/dropbox_sign/models/signature_request_response_data_value_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_text_merge.py b/dropbox_sign/models/signature_request_response_data_value_text_merge.py index 13b9591..176c4b0 100644 --- a/dropbox_sign/models/signature_request_response_data_value_text_merge.py +++ b/dropbox_sign/models/signature_request_response_data_value_text_merge.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_signatures.py b/dropbox_sign/models/signature_request_response_signatures.py index 9b36e81..ae4f2d9 100644 --- a/dropbox_sign/models/signature_request_response_signatures.py +++ b/dropbox_sign/models/signature_request_response_signatures.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_send_request.py b/dropbox_sign/models/signature_request_send_request.py index 8e61eb9..4d78103 100644 --- a/dropbox_sign/models/signature_request_send_request.py +++ b/dropbox_sign/models/signature_request_send_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -148,10 +147,6 @@ class SignatureRequestSendRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.", @@ -182,7 +177,6 @@ class SignatureRequestSendRequest(BaseModel): "test_mode", "title", "use_text_tags", - "ignore_text_tags_extraction_errors", "expires_at", ] @@ -402,11 +396,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "expires_at": obj.get("expires_at"), } ) @@ -450,7 +439,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_send_with_template_request.py b/dropbox_sign/models/signature_request_send_with_template_request.py index 71cbf11..f4f4230 100644 --- a/dropbox_sign/models/signature_request_send_with_template_request.py +++ b/dropbox_sign/models/signature_request_send_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_update_request.py b/dropbox_sign/models/signature_request_update_request.py index a5ec1dd..dcb2de5 100644 --- a/dropbox_sign/models/signature_request_update_request.py +++ b/dropbox_sign/models/signature_request_update_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_attachment.py b/dropbox_sign/models/sub_attachment.py index 82daeb1..b2203b2 100644 --- a/dropbox_sign/models/sub_attachment.py +++ b/dropbox_sign/models/sub_attachment.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_bulk_signer_list.py b/dropbox_sign/models/sub_bulk_signer_list.py index 899f577..e1eb782 100644 --- a/dropbox_sign/models/sub_bulk_signer_list.py +++ b/dropbox_sign/models/sub_bulk_signer_list.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_bulk_signer_list_custom_field.py b/dropbox_sign/models/sub_bulk_signer_list_custom_field.py index 0efdff2..3964068 100644 --- a/dropbox_sign/models/sub_bulk_signer_list_custom_field.py +++ b/dropbox_sign/models/sub_bulk_signer_list_custom_field.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_cc.py b/dropbox_sign/models/sub_cc.py index fb14ef0..02b6b98 100644 --- a/dropbox_sign/models/sub_cc.py +++ b/dropbox_sign/models/sub_cc.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_custom_field.py b/dropbox_sign/models/sub_custom_field.py index ec74927..952debc 100644 --- a/dropbox_sign/models/sub_custom_field.py +++ b/dropbox_sign/models/sub_custom_field.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_editor_options.py b/dropbox_sign/models/sub_editor_options.py index 8693cfa..230af54 100644 --- a/dropbox_sign/models/sub_editor_options.py +++ b/dropbox_sign/models/sub_editor_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_field_options.py b/dropbox_sign/models/sub_field_options.py index 12336e6..3a09fad 100644 --- a/dropbox_sign/models/sub_field_options.py +++ b/dropbox_sign/models/sub_field_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_group.py b/dropbox_sign/models/sub_form_field_group.py index a892d21..833b044 100644 --- a/dropbox_sign/models/sub_form_field_group.py +++ b/dropbox_sign/models/sub_form_field_group.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule.py b/dropbox_sign/models/sub_form_field_rule.py index f09ac20..f61f998 100644 --- a/dropbox_sign/models/sub_form_field_rule.py +++ b/dropbox_sign/models/sub_form_field_rule.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule_action.py b/dropbox_sign/models/sub_form_field_rule_action.py index 59be433..0330099 100644 --- a/dropbox_sign/models/sub_form_field_rule_action.py +++ b/dropbox_sign/models/sub_form_field_rule_action.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule_trigger.py b/dropbox_sign/models/sub_form_field_rule_trigger.py index ff6c5be..a045125 100644 --- a/dropbox_sign/models/sub_form_field_rule_trigger.py +++ b/dropbox_sign/models/sub_form_field_rule_trigger.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_base.py b/dropbox_sign/models/sub_form_fields_per_document_base.py index 615f108..95c0737 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_base.py +++ b/dropbox_sign/models/sub_form_fields_per_document_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_checkbox.py b/dropbox_sign/models/sub_form_fields_per_document_checkbox.py index 9053898..4fe8308 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_checkbox.py +++ b/dropbox_sign/models/sub_form_fields_per_document_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py b/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py index aa94733..67d7aa4 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py +++ b/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_date_signed.py b/dropbox_sign/models/sub_form_fields_per_document_date_signed.py index 583a3a8..5adeffd 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_date_signed.py +++ b/dropbox_sign/models/sub_form_fields_per_document_date_signed.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_dropdown.py b/dropbox_sign/models/sub_form_fields_per_document_dropdown.py index c668c35..b5b13e5 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_dropdown.py +++ b/dropbox_sign/models/sub_form_fields_per_document_dropdown.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_font_enum.py b/dropbox_sign/models/sub_form_fields_per_document_font_enum.py index 8865fdc..c01ac7c 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_font_enum.py +++ b/dropbox_sign/models/sub_form_fields_per_document_font_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py b/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py index 650d766..887a098 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py +++ b/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_initials.py b/dropbox_sign/models/sub_form_fields_per_document_initials.py index 3383d71..faefc0b 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_initials.py +++ b/dropbox_sign/models/sub_form_fields_per_document_initials.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_radio.py b/dropbox_sign/models/sub_form_fields_per_document_radio.py index a91bd86..20aca18 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_radio.py +++ b/dropbox_sign/models/sub_form_fields_per_document_radio.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_signature.py b/dropbox_sign/models/sub_form_fields_per_document_signature.py index 11a056c..60c40c7 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_signature.py +++ b/dropbox_sign/models/sub_form_fields_per_document_signature.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_text.py b/dropbox_sign/models/sub_form_fields_per_document_text.py index c2e2c3a..0e41d42 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_text.py +++ b/dropbox_sign/models/sub_form_fields_per_document_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_text_merge.py b/dropbox_sign/models/sub_form_fields_per_document_text_merge.py index 990c237..152b548 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_text_merge.py +++ b/dropbox_sign/models/sub_form_fields_per_document_text_merge.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_type_enum.py b/dropbox_sign/models/sub_form_fields_per_document_type_enum.py index e1d61ca..005c16d 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_type_enum.py +++ b/dropbox_sign/models/sub_form_fields_per_document_type_enum.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/sub_merge_field.py b/dropbox_sign/models/sub_merge_field.py index e83058e..9ced5d5 100644 --- a/dropbox_sign/models/sub_merge_field.py +++ b/dropbox_sign/models/sub_merge_field.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_o_auth.py b/dropbox_sign/models/sub_o_auth.py index 2c11784..6d10141 100644 --- a/dropbox_sign/models/sub_o_auth.py +++ b/dropbox_sign/models/sub_o_auth.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_options.py b/dropbox_sign/models/sub_options.py index e7965f4..75a57ff 100644 --- a/dropbox_sign/models/sub_options.py +++ b/dropbox_sign/models/sub_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_grouped_signers.py b/dropbox_sign/models/sub_signature_request_grouped_signers.py index a14f315..9246b82 100644 --- a/dropbox_sign/models/sub_signature_request_grouped_signers.py +++ b/dropbox_sign/models/sub_signature_request_grouped_signers.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_signer.py b/dropbox_sign/models/sub_signature_request_signer.py index 3337098..486d819 100644 --- a/dropbox_sign/models/sub_signature_request_signer.py +++ b/dropbox_sign/models/sub_signature_request_signer.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_template_signer.py b/dropbox_sign/models/sub_signature_request_template_signer.py index 4d1e239..1d41cd4 100644 --- a/dropbox_sign/models/sub_signature_request_template_signer.py +++ b/dropbox_sign/models/sub_signature_request_template_signer.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signing_options.py b/dropbox_sign/models/sub_signing_options.py index 7d442ba..e1416ed 100644 --- a/dropbox_sign/models/sub_signing_options.py +++ b/dropbox_sign/models/sub_signing_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_team_response.py b/dropbox_sign/models/sub_team_response.py index 5a3b7f7..7eb8822 100644 --- a/dropbox_sign/models/sub_team_response.py +++ b/dropbox_sign/models/sub_team_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_template_role.py b/dropbox_sign/models/sub_template_role.py index fd40763..2024d5c 100644 --- a/dropbox_sign/models/sub_template_role.py +++ b/dropbox_sign/models/sub_template_role.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_unclaimed_draft_signer.py b/dropbox_sign/models/sub_unclaimed_draft_signer.py index 318fd80..aa13619 100644 --- a/dropbox_sign/models/sub_unclaimed_draft_signer.py +++ b/dropbox_sign/models/sub_unclaimed_draft_signer.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_unclaimed_draft_template_signer.py b/dropbox_sign/models/sub_unclaimed_draft_template_signer.py index a668e9f..98ef0fa 100644 --- a/dropbox_sign/models/sub_unclaimed_draft_template_signer.py +++ b/dropbox_sign/models/sub_unclaimed_draft_template_signer.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_white_labeling_options.py b/dropbox_sign/models/sub_white_labeling_options.py index 9fe6f14..44acf44 100644 --- a/dropbox_sign/models/sub_white_labeling_options.py +++ b/dropbox_sign/models/sub_white_labeling_options.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_add_member_request.py b/dropbox_sign/models/team_add_member_request.py index 9fa1fbc..afa2232 100644 --- a/dropbox_sign/models/team_add_member_request.py +++ b/dropbox_sign/models/team_add_member_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_create_request.py b/dropbox_sign/models/team_create_request.py index 94d38e6..3cec269 100644 --- a/dropbox_sign/models/team_create_request.py +++ b/dropbox_sign/models/team_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_get_info_response.py b/dropbox_sign/models/team_get_info_response.py index e716e4d..8a26bdb 100644 --- a/dropbox_sign/models/team_get_info_response.py +++ b/dropbox_sign/models/team_get_info_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_get_response.py b/dropbox_sign/models/team_get_response.py index 3c137e3..6740d48 100644 --- a/dropbox_sign/models/team_get_response.py +++ b/dropbox_sign/models/team_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_info_response.py b/dropbox_sign/models/team_info_response.py index b10d7cb..9002a81 100644 --- a/dropbox_sign/models/team_info_response.py +++ b/dropbox_sign/models/team_info_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_invite_response.py b/dropbox_sign/models/team_invite_response.py index 0f37720..88a4072 100644 --- a/dropbox_sign/models/team_invite_response.py +++ b/dropbox_sign/models/team_invite_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_invites_response.py b/dropbox_sign/models/team_invites_response.py index e6171e8..1a107ec 100644 --- a/dropbox_sign/models/team_invites_response.py +++ b/dropbox_sign/models/team_invites_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_member_response.py b/dropbox_sign/models/team_member_response.py index d59fc5d..0f6006e 100644 --- a/dropbox_sign/models/team_member_response.py +++ b/dropbox_sign/models/team_member_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_members_response.py b/dropbox_sign/models/team_members_response.py index 73ed1c4..0a55ac2 100644 --- a/dropbox_sign/models/team_members_response.py +++ b/dropbox_sign/models/team_members_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_parent_response.py b/dropbox_sign/models/team_parent_response.py index 2478765..579f0ed 100644 --- a/dropbox_sign/models/team_parent_response.py +++ b/dropbox_sign/models/team_parent_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_remove_member_request.py b/dropbox_sign/models/team_remove_member_request.py index 0df67ab..52c3732 100644 --- a/dropbox_sign/models/team_remove_member_request.py +++ b/dropbox_sign/models/team_remove_member_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_response.py b/dropbox_sign/models/team_response.py index 9f72e11..3ea2e35 100644 --- a/dropbox_sign/models/team_response.py +++ b/dropbox_sign/models/team_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_sub_teams_response.py b/dropbox_sign/models/team_sub_teams_response.py index 15e0a30..a705e74 100644 --- a/dropbox_sign/models/team_sub_teams_response.py +++ b/dropbox_sign/models/team_sub_teams_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_update_request.py b/dropbox_sign/models/team_update_request.py index 9c4b17e..3603914 100644 --- a/dropbox_sign/models/team_update_request.py +++ b/dropbox_sign/models/team_update_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_add_user_request.py b/dropbox_sign/models/template_add_user_request.py index 2e44471..06d4887 100644 --- a/dropbox_sign/models/template_add_user_request.py +++ b/dropbox_sign/models/template_add_user_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_embedded_draft_request.py b/dropbox_sign/models/template_create_embedded_draft_request.py index cf20903..2c4e521 100644 --- a/dropbox_sign/models/template_create_embedded_draft_request.py +++ b/dropbox_sign/models/template_create_embedded_draft_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -135,10 +134,6 @@ class TemplateCreateEmbeddedDraftRequest(BaseModel): default=False, description="Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) __properties: ClassVar[List[str]] = [ "client_id", "files", @@ -165,7 +160,6 @@ class TemplateCreateEmbeddedDraftRequest(BaseModel): "test_mode", "title", "use_preexisting_fields", - "ignore_text_tags_extraction_errors", ] model_config = ConfigDict( @@ -377,11 +371,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_preexisting_fields") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), } ) return _obj @@ -424,7 +413,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_preexisting_fields": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", } @classmethod diff --git a/dropbox_sign/models/template_create_embedded_draft_response.py b/dropbox_sign/models/template_create_embedded_draft_response.py index fb9a0eb..1bdaf8d 100644 --- a/dropbox_sign/models/template_create_embedded_draft_response.py +++ b/dropbox_sign/models/template_create_embedded_draft_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_embedded_draft_response_template.py b/dropbox_sign/models/template_create_embedded_draft_response_template.py index 3016dce..01c86dd 100644 --- a/dropbox_sign/models/template_create_embedded_draft_response_template.py +++ b/dropbox_sign/models/template_create_embedded_draft_response_template.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_request.py b/dropbox_sign/models/template_create_request.py index 447c5ab..8505936 100644 --- a/dropbox_sign/models/template_create_request.py +++ b/dropbox_sign/models/template_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -108,10 +107,6 @@ class TemplateCreateRequest(BaseModel): default=False, description="Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) __properties: ClassVar[List[str]] = [ "form_fields_per_document", "signer_roles", @@ -131,7 +126,6 @@ class TemplateCreateRequest(BaseModel): "test_mode", "title", "use_preexisting_fields", - "ignore_text_tags_extraction_errors", ] model_config = ConfigDict( @@ -307,11 +301,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_preexisting_fields") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), } ) return _obj @@ -347,7 +336,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_preexisting_fields": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", } @classmethod diff --git a/dropbox_sign/models/template_create_response.py b/dropbox_sign/models/template_create_response.py index bc5f6c6..9654fb9 100644 --- a/dropbox_sign/models/template_create_response.py +++ b/dropbox_sign/models/template_create_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_response_template.py b/dropbox_sign/models/template_create_response_template.py index 25d9bd7..64051f7 100644 --- a/dropbox_sign/models/template_create_response_template.py +++ b/dropbox_sign/models/template_create_response_template.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_get_response.py b/dropbox_sign/models/template_get_response.py index 10d714c..3f581a1 100644 --- a/dropbox_sign/models/template_get_response.py +++ b/dropbox_sign/models/template_get_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_list_response.py b/dropbox_sign/models/template_list_response.py index 5ccaba7..c1b1036 100644 --- a/dropbox_sign/models/template_list_response.py +++ b/dropbox_sign/models/template_list_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_remove_user_request.py b/dropbox_sign/models/template_remove_user_request.py index 44ddbf4..27ac144 100644 --- a/dropbox_sign/models/template_remove_user_request.py +++ b/dropbox_sign/models/template_remove_user_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response.py b/dropbox_sign/models/template_response.py index 667465f..66d732e 100644 --- a/dropbox_sign/models/template_response.py +++ b/dropbox_sign/models/template_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_account.py b/dropbox_sign/models/template_response_account.py index d29db33..88c9766 100644 --- a/dropbox_sign/models/template_response_account.py +++ b/dropbox_sign/models/template_response_account.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_account_quota.py b/dropbox_sign/models/template_response_account_quota.py index e4fa366..89f54c8 100644 --- a/dropbox_sign/models/template_response_account_quota.py +++ b/dropbox_sign/models/template_response_account_quota.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_cc_role.py b/dropbox_sign/models/template_response_cc_role.py index 89a3b4c..1f17d0c 100644 --- a/dropbox_sign/models/template_response_cc_role.py +++ b/dropbox_sign/models/template_response_cc_role.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document.py b/dropbox_sign/models/template_response_document.py index d2f0caf..a717728 100644 --- a/dropbox_sign/models/template_response_document.py +++ b/dropbox_sign/models/template_response_document.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_base.py b/dropbox_sign/models/template_response_document_custom_field_base.py index 6c6a35b..278b83a 100644 --- a/dropbox_sign/models/template_response_document_custom_field_base.py +++ b/dropbox_sign/models/template_response_document_custom_field_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_checkbox.py b/dropbox_sign/models/template_response_document_custom_field_checkbox.py index 35e3915..60acd17 100644 --- a/dropbox_sign/models/template_response_document_custom_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_custom_field_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_text.py b/dropbox_sign/models/template_response_document_custom_field_text.py index 09a85e2..8d71ca6 100644 --- a/dropbox_sign/models/template_response_document_custom_field_text.py +++ b/dropbox_sign/models/template_response_document_custom_field_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_field_group.py b/dropbox_sign/models/template_response_document_field_group.py index 8f3bc1a..b9774c2 100644 --- a/dropbox_sign/models/template_response_document_field_group.py +++ b/dropbox_sign/models/template_response_document_field_group.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_field_group_rule.py b/dropbox_sign/models/template_response_document_field_group_rule.py index 17d81cb..df4e5b8 100644 --- a/dropbox_sign/models/template_response_document_field_group_rule.py +++ b/dropbox_sign/models/template_response_document_field_group_rule.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_base.py b/dropbox_sign/models/template_response_document_form_field_base.py index 6f8777a..ff2269f 100644 --- a/dropbox_sign/models/template_response_document_form_field_base.py +++ b/dropbox_sign/models/template_response_document_form_field_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_checkbox.py b/dropbox_sign/models/template_response_document_form_field_checkbox.py index d81d657..a24921b 100644 --- a/dropbox_sign/models/template_response_document_form_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_form_field_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_date_signed.py b/dropbox_sign/models/template_response_document_form_field_date_signed.py index 8ee5fe3..8b7f3d1 100644 --- a/dropbox_sign/models/template_response_document_form_field_date_signed.py +++ b/dropbox_sign/models/template_response_document_form_field_date_signed.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_dropdown.py b/dropbox_sign/models/template_response_document_form_field_dropdown.py index 2b30ae4..22356d9 100644 --- a/dropbox_sign/models/template_response_document_form_field_dropdown.py +++ b/dropbox_sign/models/template_response_document_form_field_dropdown.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -42,6 +41,9 @@ class TemplateResponseDocumentFormFieldDropdown(TemplateResponseDocumentFormFiel default=None, description="The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.", ) + options: Optional[List[StrictStr]] = Field( + default=None, description="The options available for this dropdown form field." + ) __properties: ClassVar[List[str]] = [ "type", "api_id", @@ -53,6 +55,7 @@ class TemplateResponseDocumentFormFieldDropdown(TemplateResponseDocumentFormFiel "height", "required", "group", + "options", ] model_config = ConfigDict( @@ -128,6 +131,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "height": obj.get("height"), "required": obj.get("required"), "group": obj.get("group"), + "options": obj.get("options"), } ) return _obj @@ -147,6 +151,7 @@ def openapi_types(cls) -> Dict[str, str]: return { "type": "(str,)", "group": "(str,)", + "options": "(List[str],)", "api_id": "(str,)", "name": "(str,)", "signer": "(int, str,)", @@ -159,4 +164,6 @@ def openapi_types(cls) -> Dict[str, str]: @classmethod def openapi_type_is_array(cls, property_name: str) -> bool: - return property_name in [] + return property_name in [ + "options", + ] diff --git a/dropbox_sign/models/template_response_document_form_field_hyperlink.py b/dropbox_sign/models/template_response_document_form_field_hyperlink.py index 0102248..9e97983 100644 --- a/dropbox_sign/models/template_response_document_form_field_hyperlink.py +++ b/dropbox_sign/models/template_response_document_form_field_hyperlink.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_initials.py b/dropbox_sign/models/template_response_document_form_field_initials.py index 64321ad..1f4eb73 100644 --- a/dropbox_sign/models/template_response_document_form_field_initials.py +++ b/dropbox_sign/models/template_response_document_form_field_initials.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_radio.py b/dropbox_sign/models/template_response_document_form_field_radio.py index 0f0c344..f085585 100644 --- a/dropbox_sign/models/template_response_document_form_field_radio.py +++ b/dropbox_sign/models/template_response_document_form_field_radio.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_signature.py b/dropbox_sign/models/template_response_document_form_field_signature.py index c509f92..844558f 100644 --- a/dropbox_sign/models/template_response_document_form_field_signature.py +++ b/dropbox_sign/models/template_response_document_form_field_signature.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_text.py b/dropbox_sign/models/template_response_document_form_field_text.py index 6280970..3fcd287 100644 --- a/dropbox_sign/models/template_response_document_form_field_text.py +++ b/dropbox_sign/models/template_response_document_form_field_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_base.py b/dropbox_sign/models/template_response_document_static_field_base.py index d9735c7..927c2c0 100644 --- a/dropbox_sign/models/template_response_document_static_field_base.py +++ b/dropbox_sign/models/template_response_document_static_field_base.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_checkbox.py b/dropbox_sign/models/template_response_document_static_field_checkbox.py index 0afba0d..d8d1f13 100644 --- a/dropbox_sign/models/template_response_document_static_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_static_field_checkbox.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_date_signed.py b/dropbox_sign/models/template_response_document_static_field_date_signed.py index 0b232a6..bfc9f2e 100644 --- a/dropbox_sign/models/template_response_document_static_field_date_signed.py +++ b/dropbox_sign/models/template_response_document_static_field_date_signed.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_dropdown.py b/dropbox_sign/models/template_response_document_static_field_dropdown.py index 7ac71ec..fb7cde0 100644 --- a/dropbox_sign/models/template_response_document_static_field_dropdown.py +++ b/dropbox_sign/models/template_response_document_static_field_dropdown.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_hyperlink.py b/dropbox_sign/models/template_response_document_static_field_hyperlink.py index bdd27c9..dd322e0 100644 --- a/dropbox_sign/models/template_response_document_static_field_hyperlink.py +++ b/dropbox_sign/models/template_response_document_static_field_hyperlink.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_initials.py b/dropbox_sign/models/template_response_document_static_field_initials.py index bd755ee..22da861 100644 --- a/dropbox_sign/models/template_response_document_static_field_initials.py +++ b/dropbox_sign/models/template_response_document_static_field_initials.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_radio.py b/dropbox_sign/models/template_response_document_static_field_radio.py index a78d5b8..cb58af2 100644 --- a/dropbox_sign/models/template_response_document_static_field_radio.py +++ b/dropbox_sign/models/template_response_document_static_field_radio.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_signature.py b/dropbox_sign/models/template_response_document_static_field_signature.py index c0ff8ee..664b3d7 100644 --- a/dropbox_sign/models/template_response_document_static_field_signature.py +++ b/dropbox_sign/models/template_response_document_static_field_signature.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_text.py b/dropbox_sign/models/template_response_document_static_field_text.py index 03a3a48..a70afa3 100644 --- a/dropbox_sign/models/template_response_document_static_field_text.py +++ b/dropbox_sign/models/template_response_document_static_field_text.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_field_avg_text_length.py b/dropbox_sign/models/template_response_field_avg_text_length.py index 1936e75..34dc711 100644 --- a/dropbox_sign/models/template_response_field_avg_text_length.py +++ b/dropbox_sign/models/template_response_field_avg_text_length.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_signer_role.py b/dropbox_sign/models/template_response_signer_role.py index 2cada15..571469e 100644 --- a/dropbox_sign/models/template_response_signer_role.py +++ b/dropbox_sign/models/template_response_signer_role.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_request.py b/dropbox_sign/models/template_update_files_request.py index 18612dd..424a254 100644 --- a/dropbox_sign/models/template_update_files_request.py +++ b/dropbox_sign/models/template_update_files_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_response.py b/dropbox_sign/models/template_update_files_response.py index 67b1d3b..94b5620 100644 --- a/dropbox_sign/models/template_update_files_response.py +++ b/dropbox_sign/models/template_update_files_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_response_template.py b/dropbox_sign/models/template_update_files_response_template.py index 2a8cd11..0825101 100644 --- a/dropbox_sign/models/template_update_files_response_template.py +++ b/dropbox_sign/models/template_update_files_response_template.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_create_embedded_request.py b/dropbox_sign/models/unclaimed_draft_create_embedded_request.py index 26e98fb..2ca5e9c 100644 --- a/dropbox_sign/models/unclaimed_draft_create_embedded_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_embedded_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -176,10 +175,6 @@ class UnclaimedDraftCreateEmbeddedRequest(BaseModel): default=False, description="Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -223,7 +218,6 @@ class UnclaimedDraftCreateEmbeddedRequest(BaseModel): "type", "use_preexisting_fields", "use_text_tags", - "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -488,11 +482,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -550,7 +539,6 @@ def openapi_types(cls) -> Dict[str, str]: "type": "(str,)", "use_preexisting_fields": "(bool,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py b/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py index 3ab7023..7ce070f 100644 --- a/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_create_request.py b/dropbox_sign/models/unclaimed_draft_create_request.py index deacb02..88ae683 100644 --- a/dropbox_sign/models/unclaimed_draft_create_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 @@ -135,10 +134,6 @@ class UnclaimedDraftCreateRequest(BaseModel): default=False, description="Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.", ) - ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( - default=False, - description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", - ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. **NOTE:** This does not correspond to the **expires_at** returned in the response.", @@ -167,7 +162,6 @@ class UnclaimedDraftCreateRequest(BaseModel): "test_mode", "use_preexisting_fields", "use_text_tags", - "ignore_text_tags_extraction_errors", "expires_at", ] @@ -380,11 +374,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), - "ignore_text_tags_extraction_errors": ( - obj.get("ignore_text_tags_extraction_errors") - if obj.get("ignore_text_tags_extraction_errors") is not None - else False - ), "expires_at": obj.get("expires_at"), } ) @@ -426,7 +415,6 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "use_preexisting_fields": "(bool,)", "use_text_tags": "(bool,)", - "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/unclaimed_draft_create_response.py b/dropbox_sign/models/unclaimed_draft_create_response.py index 085e5b9..dab0513 100644 --- a/dropbox_sign/models/unclaimed_draft_create_response.py +++ b/dropbox_sign/models/unclaimed_draft_create_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py b/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py index 38903be..29e4afe 100644 --- a/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py +++ b/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_response.py b/dropbox_sign/models/unclaimed_draft_response.py index 51fdcfa..5f8849d 100644 --- a/dropbox_sign/models/unclaimed_draft_response.py +++ b/dropbox_sign/models/unclaimed_draft_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/warning_response.py b/dropbox_sign/models/warning_response.py index d2a26d5..5e0b464 100644 --- a/dropbox_sign/models/warning_response.py +++ b/dropbox_sign/models/warning_response.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/rest.py b/dropbox_sign/rest.py index 4aaa80d..dcabe9c 100644 --- a/dropbox_sign/rest.py +++ b/dropbox_sign/rest.py @@ -12,7 +12,6 @@ Do not edit the class manually. """ # noqa: E501 - import io import json import re diff --git a/openapi-config.yaml b/openapi-config.yaml index c718d39..d168bca 100644 --- a/openapi-config.yaml +++ b/openapi-config.yaml @@ -5,7 +5,7 @@ additionalProperties: generatorLanguageVersion: ">=3.8" packageName: dropbox_sign projectName: dropbox-sign - packageVersion: 1.12.0 + packageVersion: 1.13.0 sortModelPropertiesByRequiredFlag: true legacyDiscriminatorBehavior: true packageAuthor: Dropbox Sign API Team diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index ac9e788..ba50232 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -8553,10 +8553,6 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -8802,10 +8798,6 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -8951,10 +8943,6 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -9310,10 +9298,6 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -10671,10 +10655,6 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false type: object TemplateCreateEmbeddedDraftRequest: required: @@ -10817,10 +10797,6 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false type: object TemplateRemoveUserRequest: properties: @@ -11000,10 +10976,6 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false expires_at: description: |- When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. @@ -11194,10 +11166,6 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false - ignore_text_tags_extraction_errors: - description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' - type: boolean - default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -13104,6 +13072,11 @@ components: description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.' type: string nullable: true + options: + description: 'The options available for this dropdown form field.' + type: array + items: + type: string type: object TemplateResponseDocumentFormFieldHyperlink: description: 'This class extends `TemplateResponseDocumentFormFieldBase`' diff --git a/pyproject.toml b/pyproject.toml index 854c04b..8a4a7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dropbox_sign" -version = "1.12.0" +version = "1.13.0" description = "Dropbox Sign API" authors = ["Official Python SDK for the Dropbox Sign API "] license = "MIT" diff --git a/setup.py b/setup.py index 2efb0d8..9ea30d3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "dropbox-sign" -VERSION = "1.12.0" +VERSION = "1.13.0" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", diff --git a/templates/test-requirements.mustache b/templates/test-requirements.mustache index e827333..9453a41 100644 --- a/templates/test-requirements.mustache +++ b/templates/test-requirements.mustache @@ -5,5 +5,5 @@ flake8 >= 4.0.0 types-python-dateutil >= 2.8.19.14 mypy >= 1.5 {{#useCustomTemplateCode}} -black==25.1.0 +black>=24.8.0 {{/useCustomTemplateCode}} diff --git a/test-requirements.txt b/test-requirements.txt index 29d3726..6658973 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,4 +4,4 @@ tox >= 3.9.0 flake8 >= 4.0.0 types-python-dateutil >= 2.8.19.14 mypy >= 1.5 -black==25.1.0 +black>=24.8.0 From a0f036d28fe18ec988a725e2652a5b3131b22eaa Mon Sep 17 00:00:00 2001 From: mchatlas Date: Thu, 3 Sep 2026 14:38:19 +0200 Subject: [PATCH 2/2] Keep release scoped to dropdown options --- docs/SignatureRequestApi.md | 12 ++++--- docs/SignatureRequestCreateEmbeddedRequest.md | 1 + docs/SignatureRequestEditEmbeddedRequest.md | 1 + docs/SignatureRequestEditRequest.md | 1 + docs/SignatureRequestSendRequest.md | 1 + docs/TemplateCreateEmbeddedDraftRequest.md | 1 + docs/TemplateCreateRequest.md | 1 + docs/UnclaimedDraftCreateEmbeddedRequest.md | 1 + docs/UnclaimedDraftCreateRequest.md | 1 + dropbox_sign/__init__.py | 1 + dropbox_sign/api_client.py | 1 + dropbox_sign/configuration.py | 2 ++ dropbox_sign/models/__init__.py | 1 + dropbox_sign/models/account_create_request.py | 1 + .../models/account_create_response.py | 1 + dropbox_sign/models/account_get_response.py | 1 + dropbox_sign/models/account_response.py | 1 + .../models/account_response_quotas.py | 1 + .../models/account_response_settings.py | 1 + dropbox_sign/models/account_response_usage.py | 1 + dropbox_sign/models/account_update_request.py | 1 + dropbox_sign/models/account_verify_request.py | 1 + .../models/account_verify_response.py | 1 + .../models/account_verify_response_account.py | 1 + dropbox_sign/models/api_app_create_request.py | 1 + dropbox_sign/models/api_app_get_response.py | 1 + dropbox_sign/models/api_app_list_response.py | 1 + dropbox_sign/models/api_app_response.py | 1 + .../models/api_app_response_o_auth.py | 1 + .../models/api_app_response_options.py | 1 + .../models/api_app_response_owner_account.py | 1 + ...api_app_response_white_labeling_options.py | 1 + dropbox_sign/models/api_app_update_request.py | 1 + .../models/bulk_send_job_get_response.py | 1 + ...end_job_get_response_signature_requests.py | 1 + .../models/bulk_send_job_list_response.py | 1 + dropbox_sign/models/bulk_send_job_response.py | 1 + .../models/bulk_send_job_send_response.py | 1 + .../models/embedded_edit_url_request.py | 1 + .../models/embedded_edit_url_response.py | 1 + .../embedded_edit_url_response_embedded.py | 1 + .../models/embedded_sign_url_response.py | 1 + .../embedded_sign_url_response_embedded.py | 1 + dropbox_sign/models/error_response.py | 1 + dropbox_sign/models/error_response_error.py | 1 + dropbox_sign/models/event_callback_request.py | 1 + .../models/event_callback_request_event.py | 1 + .../event_callback_request_event_metadata.py | 1 + dropbox_sign/models/fax_get_response.py | 1 + .../models/fax_line_add_user_request.py | 1 + .../fax_line_area_code_get_country_enum.py | 1 + .../fax_line_area_code_get_province_enum.py | 1 + .../models/fax_line_area_code_get_response.py | 1 + .../fax_line_area_code_get_state_enum.py | 1 + .../models/fax_line_create_request.py | 1 + .../models/fax_line_delete_request.py | 1 + dropbox_sign/models/fax_line_list_response.py | 1 + .../models/fax_line_remove_user_request.py | 1 + dropbox_sign/models/fax_line_response.py | 1 + .../models/fax_line_response_fax_line.py | 1 + dropbox_sign/models/fax_list_response.py | 1 + dropbox_sign/models/fax_response.py | 1 + .../models/fax_response_transmission.py | 1 + dropbox_sign/models/fax_send_request.py | 1 + dropbox_sign/models/file_response.py | 1 + dropbox_sign/models/file_response_data_uri.py | 1 + dropbox_sign/models/list_info_response.py | 1 + .../models/o_auth_token_generate_request.py | 1 + .../models/o_auth_token_refresh_request.py | 1 + dropbox_sign/models/o_auth_token_response.py | 1 + dropbox_sign/models/report_create_request.py | 1 + dropbox_sign/models/report_create_response.py | 1 + dropbox_sign/models/report_response.py | 1 + ...k_create_embedded_with_template_request.py | 1 + ...request_bulk_send_with_template_request.py | 1 + ...gnature_request_create_embedded_request.py | 12 +++++++ ...t_create_embedded_with_template_request.py | 1 + ...signature_request_edit_embedded_request.py | 12 +++++++ ...est_edit_embedded_with_template_request.py | 1 + .../models/signature_request_edit_request.py | 12 +++++++ ...ture_request_edit_with_template_request.py | 1 + .../models/signature_request_get_response.py | 1 + .../models/signature_request_list_response.py | 1 + .../signature_request_remind_request.py | 1 + .../models/signature_request_response.py | 1 + .../signature_request_response_attachment.py | 1 + ...ture_request_response_custom_field_base.py | 1 + ..._request_response_custom_field_checkbox.py | 1 + ...ture_request_response_custom_field_text.py | 1 + ...request_response_custom_field_type_enum.py | 1 + .../signature_request_response_data_base.py | 1 + ...gnature_request_response_data_type_enum.py | 1 + ...re_request_response_data_value_checkbox.py | 1 + ...uest_response_data_value_checkbox_merge.py | 1 + ...request_response_data_value_date_signed.py | 1 + ...re_request_response_data_value_dropdown.py | 1 + ...re_request_response_data_value_initials.py | 1 + ...ature_request_response_data_value_radio.py | 1 + ...e_request_response_data_value_signature.py | 1 + ...nature_request_response_data_value_text.py | 1 + ..._request_response_data_value_text_merge.py | 1 + .../signature_request_response_signatures.py | 1 + .../models/signature_request_send_request.py | 12 +++++++ ...ture_request_send_with_template_request.py | 1 + .../signature_request_update_request.py | 1 + dropbox_sign/models/sub_attachment.py | 1 + dropbox_sign/models/sub_bulk_signer_list.py | 1 + .../sub_bulk_signer_list_custom_field.py | 1 + dropbox_sign/models/sub_cc.py | 1 + dropbox_sign/models/sub_custom_field.py | 1 + dropbox_sign/models/sub_editor_options.py | 1 + dropbox_sign/models/sub_field_options.py | 1 + dropbox_sign/models/sub_form_field_group.py | 1 + dropbox_sign/models/sub_form_field_rule.py | 1 + .../models/sub_form_field_rule_action.py | 1 + .../models/sub_form_field_rule_trigger.py | 1 + .../sub_form_fields_per_document_base.py | 1 + .../sub_form_fields_per_document_checkbox.py | 1 + ...form_fields_per_document_checkbox_merge.py | 1 + ...ub_form_fields_per_document_date_signed.py | 1 + .../sub_form_fields_per_document_dropdown.py | 1 + .../sub_form_fields_per_document_font_enum.py | 1 + .../sub_form_fields_per_document_hyperlink.py | 1 + .../sub_form_fields_per_document_initials.py | 1 + .../sub_form_fields_per_document_radio.py | 1 + .../sub_form_fields_per_document_signature.py | 1 + .../sub_form_fields_per_document_text.py | 1 + ...sub_form_fields_per_document_text_merge.py | 1 + .../sub_form_fields_per_document_type_enum.py | 1 + dropbox_sign/models/sub_merge_field.py | 1 + dropbox_sign/models/sub_o_auth.py | 1 + dropbox_sign/models/sub_options.py | 1 + .../sub_signature_request_grouped_signers.py | 1 + .../models/sub_signature_request_signer.py | 1 + .../sub_signature_request_template_signer.py | 1 + dropbox_sign/models/sub_signing_options.py | 1 + dropbox_sign/models/sub_team_response.py | 1 + dropbox_sign/models/sub_template_role.py | 1 + .../models/sub_unclaimed_draft_signer.py | 1 + .../sub_unclaimed_draft_template_signer.py | 1 + .../models/sub_white_labeling_options.py | 1 + .../models/team_add_member_request.py | 1 + dropbox_sign/models/team_create_request.py | 1 + dropbox_sign/models/team_get_info_response.py | 1 + dropbox_sign/models/team_get_response.py | 1 + dropbox_sign/models/team_info_response.py | 1 + dropbox_sign/models/team_invite_response.py | 1 + dropbox_sign/models/team_invites_response.py | 1 + dropbox_sign/models/team_member_response.py | 1 + dropbox_sign/models/team_members_response.py | 1 + dropbox_sign/models/team_parent_response.py | 1 + .../models/team_remove_member_request.py | 1 + dropbox_sign/models/team_response.py | 1 + .../models/team_sub_teams_response.py | 1 + dropbox_sign/models/team_update_request.py | 1 + .../models/template_add_user_request.py | 1 + .../template_create_embedded_draft_request.py | 12 +++++++ ...template_create_embedded_draft_response.py | 1 + ...create_embedded_draft_response_template.py | 1 + .../models/template_create_request.py | 12 +++++++ .../models/template_create_response.py | 1 + .../template_create_response_template.py | 1 + dropbox_sign/models/template_get_response.py | 1 + dropbox_sign/models/template_list_response.py | 1 + .../models/template_remove_user_request.py | 1 + dropbox_sign/models/template_response.py | 1 + .../models/template_response_account.py | 1 + .../models/template_response_account_quota.py | 1 + .../models/template_response_cc_role.py | 1 + .../models/template_response_document.py | 1 + ...ate_response_document_custom_field_base.py | 1 + ...response_document_custom_field_checkbox.py | 1 + ...ate_response_document_custom_field_text.py | 1 + .../template_response_document_field_group.py | 1 + ...late_response_document_field_group_rule.py | 1 + ...plate_response_document_form_field_base.py | 1 + ...e_response_document_form_field_checkbox.py | 1 + ...esponse_document_form_field_date_signed.py | 1 + ...e_response_document_form_field_dropdown.py | 1 + ..._response_document_form_field_hyperlink.py | 1 + ...e_response_document_form_field_initials.py | 1 + ...late_response_document_form_field_radio.py | 1 + ..._response_document_form_field_signature.py | 1 + ...plate_response_document_form_field_text.py | 1 + ...ate_response_document_static_field_base.py | 1 + ...response_document_static_field_checkbox.py | 1 + ...ponse_document_static_field_date_signed.py | 1 + ...response_document_static_field_dropdown.py | 1 + ...esponse_document_static_field_hyperlink.py | 1 + ...response_document_static_field_initials.py | 1 + ...te_response_document_static_field_radio.py | 1 + ...esponse_document_static_field_signature.py | 1 + ...ate_response_document_static_field_text.py | 1 + ...template_response_field_avg_text_length.py | 1 + .../models/template_response_signer_role.py | 1 + .../models/template_update_files_request.py | 1 + .../models/template_update_files_response.py | 1 + ...template_update_files_response_template.py | 1 + ...unclaimed_draft_create_embedded_request.py | 12 +++++++ ...t_create_embedded_with_template_request.py | 1 + .../models/unclaimed_draft_create_request.py | 12 +++++++ .../models/unclaimed_draft_create_response.py | 1 + ...unclaimed_draft_edit_and_resend_request.py | 1 + .../models/unclaimed_draft_response.py | 1 + dropbox_sign/models/warning_response.py | 1 + dropbox_sign/rest.py | 1 + openapi-sdk.yaml | 32 +++++++++++++++++++ templates/test-requirements.mustache | 2 +- test-requirements.txt | 2 +- 209 files changed, 336 insertions(+), 6 deletions(-) diff --git a/docs/SignatureRequestApi.md b/docs/SignatureRequestApi.md index 0397351..79db31d 100644 --- a/docs/SignatureRequestApi.md +++ b/docs/SignatureRequestApi.md @@ -676,12 +676,14 @@ with ApiClient(configuration) as api_client: files=[ open("./example_signature_request.pdf", "rb").read(), ], - metadata=json.loads(""" + metadata=json.loads( + """ { "custom_id": 1234, "custom_text": "NDA #9" } - """), + """ + ), field_options=field_options, signing_options=signing_options, signers=signers, @@ -1705,12 +1707,14 @@ with ApiClient(configuration) as api_client: files=[ open("./example_signature_request.pdf", "rb").read(), ], - metadata=json.loads(""" + metadata=json.loads( + """ { "custom_id": 1234, "custom_text": "NDA #9" } - """), + """ + ), field_options=field_options, signing_options=signing_options, signers=signers, diff --git a/docs/SignatureRequestCreateEmbeddedRequest.md b/docs/SignatureRequestCreateEmbeddedRequest.md index 9f2fe05..7379968 100644 --- a/docs/SignatureRequestCreateEmbeddedRequest.md +++ b/docs/SignatureRequestCreateEmbeddedRequest.md @@ -27,6 +27,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/SignatureRequestEditEmbeddedRequest.md b/docs/SignatureRequestEditEmbeddedRequest.md index 5165d1d..ce03182 100644 --- a/docs/SignatureRequestEditEmbeddedRequest.md +++ b/docs/SignatureRequestEditEmbeddedRequest.md @@ -27,6 +27,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | diff --git a/docs/SignatureRequestEditRequest.md b/docs/SignatureRequestEditRequest.md index a6731f7..5965a58 100644 --- a/docs/SignatureRequestEditRequest.md +++ b/docs/SignatureRequestEditRequest.md @@ -29,6 +29,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SignatureRequestSendRequest.md b/docs/SignatureRequestSendRequest.md index 20db17a..26f3ba4 100644 --- a/docs/SignatureRequestSendRequest.md +++ b/docs/SignatureRequestSendRequest.md @@ -30,6 +30,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_text_tags` | ```bool``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TemplateCreateEmbeddedDraftRequest.md b/docs/TemplateCreateEmbeddedDraftRequest.md index c63d971..69969e7 100644 --- a/docs/TemplateCreateEmbeddedDraftRequest.md +++ b/docs/TemplateCreateEmbeddedDraftRequest.md @@ -30,6 +30,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TemplateCreateRequest.md b/docs/TemplateCreateRequest.md index a5341c3..dc99d24 100644 --- a/docs/TemplateCreateRequest.md +++ b/docs/TemplateCreateRequest.md @@ -23,6 +23,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `title` | ```str``` | The title you want to assign to the SignatureRequest. | | | `use_preexisting_fields` | ```bool``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UnclaimedDraftCreateEmbeddedRequest.md b/docs/UnclaimedDraftCreateEmbeddedRequest.md index 49704d2..f5a8d88 100644 --- a/docs/UnclaimedDraftCreateEmbeddedRequest.md +++ b/docs/UnclaimedDraftCreateEmbeddedRequest.md @@ -39,6 +39,7 @@ Name | Type | Description | Notes | `type` | ```str``` | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [default to 'request_signature'] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `populate_auto_fill_fields` | ```bool``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.

**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | diff --git a/docs/UnclaimedDraftCreateRequest.md b/docs/UnclaimedDraftCreateRequest.md index 2d84e6e..b30c170 100644 --- a/docs/UnclaimedDraftCreateRequest.md +++ b/docs/UnclaimedDraftCreateRequest.md @@ -28,6 +28,7 @@ Name | Type | Description | Notes | `test_mode` | ```bool``` | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [default to False] | | `use_preexisting_fields` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | | `use_text_tags` | ```bool``` | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [default to False] | +| `ignore_text_tags_extraction_errors` | ```bool``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to False] | | `expires_at` | ```int``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.

**NOTE:** This does not correspond to the **expires_at** returned in the response. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/dropbox_sign/__init__.py b/dropbox_sign/__init__.py index f11222b..c689d0a 100644 --- a/dropbox_sign/__init__.py +++ b/dropbox_sign/__init__.py @@ -14,6 +14,7 @@ Do not edit the class manually. """ # noqa: E501 + __version__ = "1.13.0" # import apis into sdk package diff --git a/dropbox_sign/api_client.py b/dropbox_sign/api_client.py index 11f0b5c..98b3eb1 100644 --- a/dropbox_sign/api_client.py +++ b/dropbox_sign/api_client.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + import datetime from dateutil.parser import parse from enum import Enum diff --git a/dropbox_sign/configuration.py b/dropbox_sign/configuration.py index 156a666..df3305e 100644 --- a/dropbox_sign/configuration.py +++ b/dropbox_sign/configuration.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + import copy import http.client as httplib import logging @@ -23,6 +24,7 @@ import urllib3 + JSON_SCHEMA_VALIDATION_KEYWORDS = { "multipleOf", "maximum", diff --git a/dropbox_sign/models/__init__.py b/dropbox_sign/models/__init__.py index bb54e90..2fd3342 100644 --- a/dropbox_sign/models/__init__.py +++ b/dropbox_sign/models/__init__.py @@ -13,6 +13,7 @@ Do not edit the class manually. """ # noqa: E501 + # import models into model package from dropbox_sign.models.account_create_request import AccountCreateRequest from dropbox_sign.models.account_create_response import AccountCreateResponse diff --git a/dropbox_sign/models/account_create_request.py b/dropbox_sign/models/account_create_request.py index c460b55..06eb224 100644 --- a/dropbox_sign/models/account_create_request.py +++ b/dropbox_sign/models/account_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_create_response.py b/dropbox_sign/models/account_create_response.py index f1a8dc6..3bcabfd 100644 --- a/dropbox_sign/models/account_create_response.py +++ b/dropbox_sign/models/account_create_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_get_response.py b/dropbox_sign/models/account_get_response.py index 4ff2857..9a12adb 100644 --- a/dropbox_sign/models/account_get_response.py +++ b/dropbox_sign/models/account_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response.py b/dropbox_sign/models/account_response.py index 94f3216..9f8beb4 100644 --- a/dropbox_sign/models/account_response.py +++ b/dropbox_sign/models/account_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_quotas.py b/dropbox_sign/models/account_response_quotas.py index 995d323..d2b2ffb 100644 --- a/dropbox_sign/models/account_response_quotas.py +++ b/dropbox_sign/models/account_response_quotas.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_settings.py b/dropbox_sign/models/account_response_settings.py index b35cdc6..18fbe98 100644 --- a/dropbox_sign/models/account_response_settings.py +++ b/dropbox_sign/models/account_response_settings.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_response_usage.py b/dropbox_sign/models/account_response_usage.py index abf963f..6fc7593 100644 --- a/dropbox_sign/models/account_response_usage.py +++ b/dropbox_sign/models/account_response_usage.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_update_request.py b/dropbox_sign/models/account_update_request.py index a502292..a0cafd7 100644 --- a/dropbox_sign/models/account_update_request.py +++ b/dropbox_sign/models/account_update_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_request.py b/dropbox_sign/models/account_verify_request.py index 794ceb8..39804b0 100644 --- a/dropbox_sign/models/account_verify_request.py +++ b/dropbox_sign/models/account_verify_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_response.py b/dropbox_sign/models/account_verify_response.py index bf8198c..3b0ee8d 100644 --- a/dropbox_sign/models/account_verify_response.py +++ b/dropbox_sign/models/account_verify_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/account_verify_response_account.py b/dropbox_sign/models/account_verify_response_account.py index ccd1d40..98f5fb3 100644 --- a/dropbox_sign/models/account_verify_response_account.py +++ b/dropbox_sign/models/account_verify_response_account.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_create_request.py b/dropbox_sign/models/api_app_create_request.py index cec5bfa..788c74a 100644 --- a/dropbox_sign/models/api_app_create_request.py +++ b/dropbox_sign/models/api_app_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_get_response.py b/dropbox_sign/models/api_app_get_response.py index 2933696..4337be1 100644 --- a/dropbox_sign/models/api_app_get_response.py +++ b/dropbox_sign/models/api_app_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_list_response.py b/dropbox_sign/models/api_app_list_response.py index 6d9b8af..98a950e 100644 --- a/dropbox_sign/models/api_app_list_response.py +++ b/dropbox_sign/models/api_app_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response.py b/dropbox_sign/models/api_app_response.py index cdca9dc..ad4e872 100644 --- a/dropbox_sign/models/api_app_response.py +++ b/dropbox_sign/models/api_app_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_o_auth.py b/dropbox_sign/models/api_app_response_o_auth.py index 388f840..b078c1a 100644 --- a/dropbox_sign/models/api_app_response_o_auth.py +++ b/dropbox_sign/models/api_app_response_o_auth.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_options.py b/dropbox_sign/models/api_app_response_options.py index 80315b9..ec34ed9 100644 --- a/dropbox_sign/models/api_app_response_options.py +++ b/dropbox_sign/models/api_app_response_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_owner_account.py b/dropbox_sign/models/api_app_response_owner_account.py index 95ca832..d579948 100644 --- a/dropbox_sign/models/api_app_response_owner_account.py +++ b/dropbox_sign/models/api_app_response_owner_account.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_response_white_labeling_options.py b/dropbox_sign/models/api_app_response_white_labeling_options.py index a131766..b574721 100644 --- a/dropbox_sign/models/api_app_response_white_labeling_options.py +++ b/dropbox_sign/models/api_app_response_white_labeling_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/api_app_update_request.py b/dropbox_sign/models/api_app_update_request.py index 393954c..7370a7e 100644 --- a/dropbox_sign/models/api_app_update_request.py +++ b/dropbox_sign/models/api_app_update_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_get_response.py b/dropbox_sign/models/bulk_send_job_get_response.py index 94b90cf..9461ccf 100644 --- a/dropbox_sign/models/bulk_send_job_get_response.py +++ b/dropbox_sign/models/bulk_send_job_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py b/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py index ded8504..704089b 100644 --- a/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py +++ b/dropbox_sign/models/bulk_send_job_get_response_signature_requests.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_list_response.py b/dropbox_sign/models/bulk_send_job_list_response.py index 83c4551..8f97918 100644 --- a/dropbox_sign/models/bulk_send_job_list_response.py +++ b/dropbox_sign/models/bulk_send_job_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_response.py b/dropbox_sign/models/bulk_send_job_response.py index fb95404..8d6eeee 100644 --- a/dropbox_sign/models/bulk_send_job_response.py +++ b/dropbox_sign/models/bulk_send_job_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/bulk_send_job_send_response.py b/dropbox_sign/models/bulk_send_job_send_response.py index 288b87c..a2eca97 100644 --- a/dropbox_sign/models/bulk_send_job_send_response.py +++ b/dropbox_sign/models/bulk_send_job_send_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_request.py b/dropbox_sign/models/embedded_edit_url_request.py index 104164c..849ebf4 100644 --- a/dropbox_sign/models/embedded_edit_url_request.py +++ b/dropbox_sign/models/embedded_edit_url_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_response.py b/dropbox_sign/models/embedded_edit_url_response.py index cf59086..653ca7c 100644 --- a/dropbox_sign/models/embedded_edit_url_response.py +++ b/dropbox_sign/models/embedded_edit_url_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_edit_url_response_embedded.py b/dropbox_sign/models/embedded_edit_url_response_embedded.py index 64c804d..67413cb 100644 --- a/dropbox_sign/models/embedded_edit_url_response_embedded.py +++ b/dropbox_sign/models/embedded_edit_url_response_embedded.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_sign_url_response.py b/dropbox_sign/models/embedded_sign_url_response.py index cd89bea..f0e03a1 100644 --- a/dropbox_sign/models/embedded_sign_url_response.py +++ b/dropbox_sign/models/embedded_sign_url_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/embedded_sign_url_response_embedded.py b/dropbox_sign/models/embedded_sign_url_response_embedded.py index fb2f95a..dc71457 100644 --- a/dropbox_sign/models/embedded_sign_url_response_embedded.py +++ b/dropbox_sign/models/embedded_sign_url_response_embedded.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/error_response.py b/dropbox_sign/models/error_response.py index d710384..98c6e5a 100644 --- a/dropbox_sign/models/error_response.py +++ b/dropbox_sign/models/error_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/error_response_error.py b/dropbox_sign/models/error_response_error.py index 4f17bb6..6991a0a 100644 --- a/dropbox_sign/models/error_response_error.py +++ b/dropbox_sign/models/error_response_error.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request.py b/dropbox_sign/models/event_callback_request.py index a5cad66..f8ac847 100644 --- a/dropbox_sign/models/event_callback_request.py +++ b/dropbox_sign/models/event_callback_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request_event.py b/dropbox_sign/models/event_callback_request_event.py index 67def10..7f263da 100644 --- a/dropbox_sign/models/event_callback_request_event.py +++ b/dropbox_sign/models/event_callback_request_event.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/event_callback_request_event_metadata.py b/dropbox_sign/models/event_callback_request_event_metadata.py index 3990376..fee5309 100644 --- a/dropbox_sign/models/event_callback_request_event_metadata.py +++ b/dropbox_sign/models/event_callback_request_event_metadata.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_get_response.py b/dropbox_sign/models/fax_get_response.py index 0c139a6..25bf9d2 100644 --- a/dropbox_sign/models/fax_get_response.py +++ b/dropbox_sign/models/fax_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_add_user_request.py b/dropbox_sign/models/fax_line_add_user_request.py index 4951c87..7a7a92b 100644 --- a/dropbox_sign/models/fax_line_add_user_request.py +++ b/dropbox_sign/models/fax_line_add_user_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_area_code_get_country_enum.py b/dropbox_sign/models/fax_line_area_code_get_country_enum.py index 6249d14..94df885 100644 --- a/dropbox_sign/models/fax_line_area_code_get_country_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_country_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_area_code_get_province_enum.py b/dropbox_sign/models/fax_line_area_code_get_province_enum.py index e111091..e7994f3 100644 --- a/dropbox_sign/models/fax_line_area_code_get_province_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_province_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_area_code_get_response.py b/dropbox_sign/models/fax_line_area_code_get_response.py index 55bbd57..4d41c9b 100644 --- a/dropbox_sign/models/fax_line_area_code_get_response.py +++ b/dropbox_sign/models/fax_line_area_code_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_area_code_get_state_enum.py b/dropbox_sign/models/fax_line_area_code_get_state_enum.py index 5f30280..8cfe5ad 100644 --- a/dropbox_sign/models/fax_line_area_code_get_state_enum.py +++ b/dropbox_sign/models/fax_line_area_code_get_state_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/fax_line_create_request.py b/dropbox_sign/models/fax_line_create_request.py index 722ecd0..7a8d88c 100644 --- a/dropbox_sign/models/fax_line_create_request.py +++ b/dropbox_sign/models/fax_line_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_delete_request.py b/dropbox_sign/models/fax_line_delete_request.py index 2ba409b..9e96609 100644 --- a/dropbox_sign/models/fax_line_delete_request.py +++ b/dropbox_sign/models/fax_line_delete_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_list_response.py b/dropbox_sign/models/fax_line_list_response.py index 354b03d..07581a3 100644 --- a/dropbox_sign/models/fax_line_list_response.py +++ b/dropbox_sign/models/fax_line_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_remove_user_request.py b/dropbox_sign/models/fax_line_remove_user_request.py index 08e9cb5..6021a0c 100644 --- a/dropbox_sign/models/fax_line_remove_user_request.py +++ b/dropbox_sign/models/fax_line_remove_user_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_response.py b/dropbox_sign/models/fax_line_response.py index d85e0c2..bb733f4 100644 --- a/dropbox_sign/models/fax_line_response.py +++ b/dropbox_sign/models/fax_line_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_line_response_fax_line.py b/dropbox_sign/models/fax_line_response_fax_line.py index d55a0cd..8a0676c 100644 --- a/dropbox_sign/models/fax_line_response_fax_line.py +++ b/dropbox_sign/models/fax_line_response_fax_line.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_list_response.py b/dropbox_sign/models/fax_list_response.py index 4afc53b..99140e3 100644 --- a/dropbox_sign/models/fax_list_response.py +++ b/dropbox_sign/models/fax_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_response.py b/dropbox_sign/models/fax_response.py index 9f33611..1648df8 100644 --- a/dropbox_sign/models/fax_response.py +++ b/dropbox_sign/models/fax_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_response_transmission.py b/dropbox_sign/models/fax_response_transmission.py index 3d54f4e..66c613d 100644 --- a/dropbox_sign/models/fax_response_transmission.py +++ b/dropbox_sign/models/fax_response_transmission.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/fax_send_request.py b/dropbox_sign/models/fax_send_request.py index 71bdb7b..c4f0af8 100644 --- a/dropbox_sign/models/fax_send_request.py +++ b/dropbox_sign/models/fax_send_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/file_response.py b/dropbox_sign/models/file_response.py index 6e70e78..434a4f1 100644 --- a/dropbox_sign/models/file_response.py +++ b/dropbox_sign/models/file_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/file_response_data_uri.py b/dropbox_sign/models/file_response_data_uri.py index 2a535f7..da1384d 100644 --- a/dropbox_sign/models/file_response_data_uri.py +++ b/dropbox_sign/models/file_response_data_uri.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/list_info_response.py b/dropbox_sign/models/list_info_response.py index 23583a0..cdca4fa 100644 --- a/dropbox_sign/models/list_info_response.py +++ b/dropbox_sign/models/list_info_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_generate_request.py b/dropbox_sign/models/o_auth_token_generate_request.py index 915adcd..06359f4 100644 --- a/dropbox_sign/models/o_auth_token_generate_request.py +++ b/dropbox_sign/models/o_auth_token_generate_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_refresh_request.py b/dropbox_sign/models/o_auth_token_refresh_request.py index bd2b11e..7a1aa9a 100644 --- a/dropbox_sign/models/o_auth_token_refresh_request.py +++ b/dropbox_sign/models/o_auth_token_refresh_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/o_auth_token_response.py b/dropbox_sign/models/o_auth_token_response.py index b56f36a..4b91161 100644 --- a/dropbox_sign/models/o_auth_token_response.py +++ b/dropbox_sign/models/o_auth_token_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_create_request.py b/dropbox_sign/models/report_create_request.py index 3d94d8f..ec6afec 100644 --- a/dropbox_sign/models/report_create_request.py +++ b/dropbox_sign/models/report_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_create_response.py b/dropbox_sign/models/report_create_response.py index fb309c1..3d781b9 100644 --- a/dropbox_sign/models/report_create_response.py +++ b/dropbox_sign/models/report_create_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/report_response.py b/dropbox_sign/models/report_response.py index 40ca150..b3ed31e 100644 --- a/dropbox_sign/models/report_response.py +++ b/dropbox_sign/models/report_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py b/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py index eb69f33..54fd997 100644 --- a/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_bulk_create_embedded_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_bulk_send_with_template_request.py b/dropbox_sign/models/signature_request_bulk_send_with_template_request.py index c52618e..54cb980 100644 --- a/dropbox_sign/models/signature_request_bulk_send_with_template_request.py +++ b/dropbox_sign/models/signature_request_bulk_send_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_create_embedded_request.py b/dropbox_sign/models/signature_request_create_embedded_request.py index 2d855ef..68c784e 100644 --- a/dropbox_sign/models/signature_request_create_embedded_request.py +++ b/dropbox_sign/models/signature_request_create_embedded_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -134,6 +135,10 @@ class SignatureRequestCreateEmbeddedRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -165,6 +170,7 @@ class SignatureRequestCreateEmbeddedRequest(BaseModel): "test_mode", "title", "use_text_tags", + "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -378,6 +384,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -423,6 +434,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_create_embedded_with_template_request.py b/dropbox_sign/models/signature_request_create_embedded_with_template_request.py index cb4362e..07c2d0c 100644 --- a/dropbox_sign/models/signature_request_create_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_create_embedded_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_edit_embedded_request.py b/dropbox_sign/models/signature_request_edit_embedded_request.py index b5579db..4ea9149 100644 --- a/dropbox_sign/models/signature_request_edit_embedded_request.py +++ b/dropbox_sign/models/signature_request_edit_embedded_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -134,6 +135,10 @@ class SignatureRequestEditEmbeddedRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -165,6 +170,7 @@ class SignatureRequestEditEmbeddedRequest(BaseModel): "test_mode", "title", "use_text_tags", + "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -378,6 +384,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -423,6 +434,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py b/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py index 1c04809..0061169 100644 --- a/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py +++ b/dropbox_sign/models/signature_request_edit_embedded_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_edit_request.py b/dropbox_sign/models/signature_request_edit_request.py index 3f622f8..181af59 100644 --- a/dropbox_sign/models/signature_request_edit_request.py +++ b/dropbox_sign/models/signature_request_edit_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -143,6 +144,10 @@ class SignatureRequestEditRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.", @@ -172,6 +177,7 @@ class SignatureRequestEditRequest(BaseModel): "test_mode", "title", "use_text_tags", + "ignore_text_tags_extraction_errors", "expires_at", ] @@ -386,6 +392,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "expires_at": obj.get("expires_at"), } ) @@ -428,6 +439,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_edit_with_template_request.py b/dropbox_sign/models/signature_request_edit_with_template_request.py index b7215ec..1c5bf5a 100644 --- a/dropbox_sign/models/signature_request_edit_with_template_request.py +++ b/dropbox_sign/models/signature_request_edit_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_get_response.py b/dropbox_sign/models/signature_request_get_response.py index 10d2b12..546c12c 100644 --- a/dropbox_sign/models/signature_request_get_response.py +++ b/dropbox_sign/models/signature_request_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_list_response.py b/dropbox_sign/models/signature_request_list_response.py index 4c46fbe..2df4cbf 100644 --- a/dropbox_sign/models/signature_request_list_response.py +++ b/dropbox_sign/models/signature_request_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_remind_request.py b/dropbox_sign/models/signature_request_remind_request.py index 3454e86..df37e04 100644 --- a/dropbox_sign/models/signature_request_remind_request.py +++ b/dropbox_sign/models/signature_request_remind_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response.py b/dropbox_sign/models/signature_request_response.py index 4be2db4..7720256 100644 --- a/dropbox_sign/models/signature_request_response.py +++ b/dropbox_sign/models/signature_request_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_attachment.py b/dropbox_sign/models/signature_request_response_attachment.py index 10bb333..30af758 100644 --- a/dropbox_sign/models/signature_request_response_attachment.py +++ b/dropbox_sign/models/signature_request_response_attachment.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_base.py b/dropbox_sign/models/signature_request_response_custom_field_base.py index a9ab8dd..61ecdd6 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_base.py +++ b/dropbox_sign/models/signature_request_response_custom_field_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_checkbox.py b/dropbox_sign/models/signature_request_response_custom_field_checkbox.py index e10fe7e..de55b64 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_checkbox.py +++ b/dropbox_sign/models/signature_request_response_custom_field_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_text.py b/dropbox_sign/models/signature_request_response_custom_field_text.py index 8f9e4eb..48fa24f 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_text.py +++ b/dropbox_sign/models/signature_request_response_custom_field_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_custom_field_type_enum.py b/dropbox_sign/models/signature_request_response_custom_field_type_enum.py index a8e880e..8f715ae 100644 --- a/dropbox_sign/models/signature_request_response_custom_field_type_enum.py +++ b/dropbox_sign/models/signature_request_response_custom_field_type_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/signature_request_response_data_base.py b/dropbox_sign/models/signature_request_response_data_base.py index 9353ca3..374d2cc 100644 --- a/dropbox_sign/models/signature_request_response_data_base.py +++ b/dropbox_sign/models/signature_request_response_data_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_type_enum.py b/dropbox_sign/models/signature_request_response_data_type_enum.py index eaae18c..8c4d01d 100644 --- a/dropbox_sign/models/signature_request_response_data_type_enum.py +++ b/dropbox_sign/models/signature_request_response_data_type_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/signature_request_response_data_value_checkbox.py b/dropbox_sign/models/signature_request_response_data_value_checkbox.py index 8d3604e..4e25833 100644 --- a/dropbox_sign/models/signature_request_response_data_value_checkbox.py +++ b/dropbox_sign/models/signature_request_response_data_value_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py b/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py index ba5fd38..0a25a7c 100644 --- a/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py +++ b/dropbox_sign/models/signature_request_response_data_value_checkbox_merge.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_date_signed.py b/dropbox_sign/models/signature_request_response_data_value_date_signed.py index 4644f1b..ac09c26 100644 --- a/dropbox_sign/models/signature_request_response_data_value_date_signed.py +++ b/dropbox_sign/models/signature_request_response_data_value_date_signed.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_dropdown.py b/dropbox_sign/models/signature_request_response_data_value_dropdown.py index f4423cb..9eb7352 100644 --- a/dropbox_sign/models/signature_request_response_data_value_dropdown.py +++ b/dropbox_sign/models/signature_request_response_data_value_dropdown.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_initials.py b/dropbox_sign/models/signature_request_response_data_value_initials.py index d470cd7..9a5f190 100644 --- a/dropbox_sign/models/signature_request_response_data_value_initials.py +++ b/dropbox_sign/models/signature_request_response_data_value_initials.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_radio.py b/dropbox_sign/models/signature_request_response_data_value_radio.py index db6f2bd..38b3cc0 100644 --- a/dropbox_sign/models/signature_request_response_data_value_radio.py +++ b/dropbox_sign/models/signature_request_response_data_value_radio.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_signature.py b/dropbox_sign/models/signature_request_response_data_value_signature.py index af7eade..a928d10 100644 --- a/dropbox_sign/models/signature_request_response_data_value_signature.py +++ b/dropbox_sign/models/signature_request_response_data_value_signature.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_text.py b/dropbox_sign/models/signature_request_response_data_value_text.py index 8c9ad56..7b5b782 100644 --- a/dropbox_sign/models/signature_request_response_data_value_text.py +++ b/dropbox_sign/models/signature_request_response_data_value_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_data_value_text_merge.py b/dropbox_sign/models/signature_request_response_data_value_text_merge.py index 176c4b0..13b9591 100644 --- a/dropbox_sign/models/signature_request_response_data_value_text_merge.py +++ b/dropbox_sign/models/signature_request_response_data_value_text_merge.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_response_signatures.py b/dropbox_sign/models/signature_request_response_signatures.py index ae4f2d9..9b36e81 100644 --- a/dropbox_sign/models/signature_request_response_signatures.py +++ b/dropbox_sign/models/signature_request_response_signatures.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_send_request.py b/dropbox_sign/models/signature_request_send_request.py index 4d78103..8e61eb9 100644 --- a/dropbox_sign/models/signature_request_send_request.py +++ b/dropbox_sign/models/signature_request_send_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -147,6 +148,10 @@ class SignatureRequestSendRequest(BaseModel): default=False, description="Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.", @@ -177,6 +182,7 @@ class SignatureRequestSendRequest(BaseModel): "test_mode", "title", "use_text_tags", + "ignore_text_tags_extraction_errors", "expires_at", ] @@ -396,6 +402,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "expires_at": obj.get("expires_at"), } ) @@ -439,6 +450,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/signature_request_send_with_template_request.py b/dropbox_sign/models/signature_request_send_with_template_request.py index f4f4230..71cbf11 100644 --- a/dropbox_sign/models/signature_request_send_with_template_request.py +++ b/dropbox_sign/models/signature_request_send_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/signature_request_update_request.py b/dropbox_sign/models/signature_request_update_request.py index dcb2de5..a5ec1dd 100644 --- a/dropbox_sign/models/signature_request_update_request.py +++ b/dropbox_sign/models/signature_request_update_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_attachment.py b/dropbox_sign/models/sub_attachment.py index b2203b2..82daeb1 100644 --- a/dropbox_sign/models/sub_attachment.py +++ b/dropbox_sign/models/sub_attachment.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_bulk_signer_list.py b/dropbox_sign/models/sub_bulk_signer_list.py index e1eb782..899f577 100644 --- a/dropbox_sign/models/sub_bulk_signer_list.py +++ b/dropbox_sign/models/sub_bulk_signer_list.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_bulk_signer_list_custom_field.py b/dropbox_sign/models/sub_bulk_signer_list_custom_field.py index 3964068..0efdff2 100644 --- a/dropbox_sign/models/sub_bulk_signer_list_custom_field.py +++ b/dropbox_sign/models/sub_bulk_signer_list_custom_field.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_cc.py b/dropbox_sign/models/sub_cc.py index 02b6b98..fb14ef0 100644 --- a/dropbox_sign/models/sub_cc.py +++ b/dropbox_sign/models/sub_cc.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_custom_field.py b/dropbox_sign/models/sub_custom_field.py index 952debc..ec74927 100644 --- a/dropbox_sign/models/sub_custom_field.py +++ b/dropbox_sign/models/sub_custom_field.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_editor_options.py b/dropbox_sign/models/sub_editor_options.py index 230af54..8693cfa 100644 --- a/dropbox_sign/models/sub_editor_options.py +++ b/dropbox_sign/models/sub_editor_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_field_options.py b/dropbox_sign/models/sub_field_options.py index 3a09fad..12336e6 100644 --- a/dropbox_sign/models/sub_field_options.py +++ b/dropbox_sign/models/sub_field_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_group.py b/dropbox_sign/models/sub_form_field_group.py index 833b044..a892d21 100644 --- a/dropbox_sign/models/sub_form_field_group.py +++ b/dropbox_sign/models/sub_form_field_group.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule.py b/dropbox_sign/models/sub_form_field_rule.py index f61f998..f09ac20 100644 --- a/dropbox_sign/models/sub_form_field_rule.py +++ b/dropbox_sign/models/sub_form_field_rule.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule_action.py b/dropbox_sign/models/sub_form_field_rule_action.py index 0330099..59be433 100644 --- a/dropbox_sign/models/sub_form_field_rule_action.py +++ b/dropbox_sign/models/sub_form_field_rule_action.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_field_rule_trigger.py b/dropbox_sign/models/sub_form_field_rule_trigger.py index a045125..ff6c5be 100644 --- a/dropbox_sign/models/sub_form_field_rule_trigger.py +++ b/dropbox_sign/models/sub_form_field_rule_trigger.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_base.py b/dropbox_sign/models/sub_form_fields_per_document_base.py index 95c0737..615f108 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_base.py +++ b/dropbox_sign/models/sub_form_fields_per_document_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_checkbox.py b/dropbox_sign/models/sub_form_fields_per_document_checkbox.py index 4fe8308..9053898 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_checkbox.py +++ b/dropbox_sign/models/sub_form_fields_per_document_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py b/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py index 67d7aa4..aa94733 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py +++ b/dropbox_sign/models/sub_form_fields_per_document_checkbox_merge.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_date_signed.py b/dropbox_sign/models/sub_form_fields_per_document_date_signed.py index 5adeffd..583a3a8 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_date_signed.py +++ b/dropbox_sign/models/sub_form_fields_per_document_date_signed.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_dropdown.py b/dropbox_sign/models/sub_form_fields_per_document_dropdown.py index b5b13e5..c668c35 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_dropdown.py +++ b/dropbox_sign/models/sub_form_fields_per_document_dropdown.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_font_enum.py b/dropbox_sign/models/sub_form_fields_per_document_font_enum.py index c01ac7c..8865fdc 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_font_enum.py +++ b/dropbox_sign/models/sub_form_fields_per_document_font_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py b/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py index 887a098..650d766 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py +++ b/dropbox_sign/models/sub_form_fields_per_document_hyperlink.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_initials.py b/dropbox_sign/models/sub_form_fields_per_document_initials.py index faefc0b..3383d71 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_initials.py +++ b/dropbox_sign/models/sub_form_fields_per_document_initials.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_radio.py b/dropbox_sign/models/sub_form_fields_per_document_radio.py index 20aca18..a91bd86 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_radio.py +++ b/dropbox_sign/models/sub_form_fields_per_document_radio.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_signature.py b/dropbox_sign/models/sub_form_fields_per_document_signature.py index 60c40c7..11a056c 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_signature.py +++ b/dropbox_sign/models/sub_form_fields_per_document_signature.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_text.py b/dropbox_sign/models/sub_form_fields_per_document_text.py index 0e41d42..c2e2c3a 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_text.py +++ b/dropbox_sign/models/sub_form_fields_per_document_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_text_merge.py b/dropbox_sign/models/sub_form_fields_per_document_text_merge.py index 152b548..990c237 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_text_merge.py +++ b/dropbox_sign/models/sub_form_fields_per_document_text_merge.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_form_fields_per_document_type_enum.py b/dropbox_sign/models/sub_form_fields_per_document_type_enum.py index 005c16d..e1d61ca 100644 --- a/dropbox_sign/models/sub_form_fields_per_document_type_enum.py +++ b/dropbox_sign/models/sub_form_fields_per_document_type_enum.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import json from enum import Enum diff --git a/dropbox_sign/models/sub_merge_field.py b/dropbox_sign/models/sub_merge_field.py index 9ced5d5..e83058e 100644 --- a/dropbox_sign/models/sub_merge_field.py +++ b/dropbox_sign/models/sub_merge_field.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_o_auth.py b/dropbox_sign/models/sub_o_auth.py index 6d10141..2c11784 100644 --- a/dropbox_sign/models/sub_o_auth.py +++ b/dropbox_sign/models/sub_o_auth.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_options.py b/dropbox_sign/models/sub_options.py index 75a57ff..e7965f4 100644 --- a/dropbox_sign/models/sub_options.py +++ b/dropbox_sign/models/sub_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_grouped_signers.py b/dropbox_sign/models/sub_signature_request_grouped_signers.py index 9246b82..a14f315 100644 --- a/dropbox_sign/models/sub_signature_request_grouped_signers.py +++ b/dropbox_sign/models/sub_signature_request_grouped_signers.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_signer.py b/dropbox_sign/models/sub_signature_request_signer.py index 486d819..3337098 100644 --- a/dropbox_sign/models/sub_signature_request_signer.py +++ b/dropbox_sign/models/sub_signature_request_signer.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signature_request_template_signer.py b/dropbox_sign/models/sub_signature_request_template_signer.py index 1d41cd4..4d1e239 100644 --- a/dropbox_sign/models/sub_signature_request_template_signer.py +++ b/dropbox_sign/models/sub_signature_request_template_signer.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_signing_options.py b/dropbox_sign/models/sub_signing_options.py index e1416ed..7d442ba 100644 --- a/dropbox_sign/models/sub_signing_options.py +++ b/dropbox_sign/models/sub_signing_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_team_response.py b/dropbox_sign/models/sub_team_response.py index 7eb8822..5a3b7f7 100644 --- a/dropbox_sign/models/sub_team_response.py +++ b/dropbox_sign/models/sub_team_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_template_role.py b/dropbox_sign/models/sub_template_role.py index 2024d5c..fd40763 100644 --- a/dropbox_sign/models/sub_template_role.py +++ b/dropbox_sign/models/sub_template_role.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_unclaimed_draft_signer.py b/dropbox_sign/models/sub_unclaimed_draft_signer.py index aa13619..318fd80 100644 --- a/dropbox_sign/models/sub_unclaimed_draft_signer.py +++ b/dropbox_sign/models/sub_unclaimed_draft_signer.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_unclaimed_draft_template_signer.py b/dropbox_sign/models/sub_unclaimed_draft_template_signer.py index 98ef0fa..a668e9f 100644 --- a/dropbox_sign/models/sub_unclaimed_draft_template_signer.py +++ b/dropbox_sign/models/sub_unclaimed_draft_template_signer.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/sub_white_labeling_options.py b/dropbox_sign/models/sub_white_labeling_options.py index 44acf44..9fe6f14 100644 --- a/dropbox_sign/models/sub_white_labeling_options.py +++ b/dropbox_sign/models/sub_white_labeling_options.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_add_member_request.py b/dropbox_sign/models/team_add_member_request.py index afa2232..9fa1fbc 100644 --- a/dropbox_sign/models/team_add_member_request.py +++ b/dropbox_sign/models/team_add_member_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_create_request.py b/dropbox_sign/models/team_create_request.py index 3cec269..94d38e6 100644 --- a/dropbox_sign/models/team_create_request.py +++ b/dropbox_sign/models/team_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_get_info_response.py b/dropbox_sign/models/team_get_info_response.py index 8a26bdb..e716e4d 100644 --- a/dropbox_sign/models/team_get_info_response.py +++ b/dropbox_sign/models/team_get_info_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_get_response.py b/dropbox_sign/models/team_get_response.py index 6740d48..3c137e3 100644 --- a/dropbox_sign/models/team_get_response.py +++ b/dropbox_sign/models/team_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_info_response.py b/dropbox_sign/models/team_info_response.py index 9002a81..b10d7cb 100644 --- a/dropbox_sign/models/team_info_response.py +++ b/dropbox_sign/models/team_info_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_invite_response.py b/dropbox_sign/models/team_invite_response.py index 88a4072..0f37720 100644 --- a/dropbox_sign/models/team_invite_response.py +++ b/dropbox_sign/models/team_invite_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_invites_response.py b/dropbox_sign/models/team_invites_response.py index 1a107ec..e6171e8 100644 --- a/dropbox_sign/models/team_invites_response.py +++ b/dropbox_sign/models/team_invites_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_member_response.py b/dropbox_sign/models/team_member_response.py index 0f6006e..d59fc5d 100644 --- a/dropbox_sign/models/team_member_response.py +++ b/dropbox_sign/models/team_member_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_members_response.py b/dropbox_sign/models/team_members_response.py index 0a55ac2..73ed1c4 100644 --- a/dropbox_sign/models/team_members_response.py +++ b/dropbox_sign/models/team_members_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_parent_response.py b/dropbox_sign/models/team_parent_response.py index 579f0ed..2478765 100644 --- a/dropbox_sign/models/team_parent_response.py +++ b/dropbox_sign/models/team_parent_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_remove_member_request.py b/dropbox_sign/models/team_remove_member_request.py index 52c3732..0df67ab 100644 --- a/dropbox_sign/models/team_remove_member_request.py +++ b/dropbox_sign/models/team_remove_member_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_response.py b/dropbox_sign/models/team_response.py index 3ea2e35..9f72e11 100644 --- a/dropbox_sign/models/team_response.py +++ b/dropbox_sign/models/team_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_sub_teams_response.py b/dropbox_sign/models/team_sub_teams_response.py index a705e74..15e0a30 100644 --- a/dropbox_sign/models/team_sub_teams_response.py +++ b/dropbox_sign/models/team_sub_teams_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/team_update_request.py b/dropbox_sign/models/team_update_request.py index 3603914..9c4b17e 100644 --- a/dropbox_sign/models/team_update_request.py +++ b/dropbox_sign/models/team_update_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_add_user_request.py b/dropbox_sign/models/template_add_user_request.py index 06d4887..2e44471 100644 --- a/dropbox_sign/models/template_add_user_request.py +++ b/dropbox_sign/models/template_add_user_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_embedded_draft_request.py b/dropbox_sign/models/template_create_embedded_draft_request.py index 2c4e521..cf20903 100644 --- a/dropbox_sign/models/template_create_embedded_draft_request.py +++ b/dropbox_sign/models/template_create_embedded_draft_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -134,6 +135,10 @@ class TemplateCreateEmbeddedDraftRequest(BaseModel): default=False, description="Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) __properties: ClassVar[List[str]] = [ "client_id", "files", @@ -160,6 +165,7 @@ class TemplateCreateEmbeddedDraftRequest(BaseModel): "test_mode", "title", "use_preexisting_fields", + "ignore_text_tags_extraction_errors", ] model_config = ConfigDict( @@ -371,6 +377,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_preexisting_fields") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), } ) return _obj @@ -413,6 +424,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_preexisting_fields": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", } @classmethod diff --git a/dropbox_sign/models/template_create_embedded_draft_response.py b/dropbox_sign/models/template_create_embedded_draft_response.py index 1bdaf8d..fb9a0eb 100644 --- a/dropbox_sign/models/template_create_embedded_draft_response.py +++ b/dropbox_sign/models/template_create_embedded_draft_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_embedded_draft_response_template.py b/dropbox_sign/models/template_create_embedded_draft_response_template.py index 01c86dd..3016dce 100644 --- a/dropbox_sign/models/template_create_embedded_draft_response_template.py +++ b/dropbox_sign/models/template_create_embedded_draft_response_template.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_request.py b/dropbox_sign/models/template_create_request.py index 8505936..447c5ab 100644 --- a/dropbox_sign/models/template_create_request.py +++ b/dropbox_sign/models/template_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -107,6 +108,10 @@ class TemplateCreateRequest(BaseModel): default=False, description="Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) __properties: ClassVar[List[str]] = [ "form_fields_per_document", "signer_roles", @@ -126,6 +131,7 @@ class TemplateCreateRequest(BaseModel): "test_mode", "title", "use_preexisting_fields", + "ignore_text_tags_extraction_errors", ] model_config = ConfigDict( @@ -301,6 +307,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_preexisting_fields") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), } ) return _obj @@ -336,6 +347,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "title": "(str,)", "use_preexisting_fields": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", } @classmethod diff --git a/dropbox_sign/models/template_create_response.py b/dropbox_sign/models/template_create_response.py index 9654fb9..bc5f6c6 100644 --- a/dropbox_sign/models/template_create_response.py +++ b/dropbox_sign/models/template_create_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_create_response_template.py b/dropbox_sign/models/template_create_response_template.py index 64051f7..25d9bd7 100644 --- a/dropbox_sign/models/template_create_response_template.py +++ b/dropbox_sign/models/template_create_response_template.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_get_response.py b/dropbox_sign/models/template_get_response.py index 3f581a1..10d714c 100644 --- a/dropbox_sign/models/template_get_response.py +++ b/dropbox_sign/models/template_get_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_list_response.py b/dropbox_sign/models/template_list_response.py index c1b1036..5ccaba7 100644 --- a/dropbox_sign/models/template_list_response.py +++ b/dropbox_sign/models/template_list_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_remove_user_request.py b/dropbox_sign/models/template_remove_user_request.py index 27ac144..44ddbf4 100644 --- a/dropbox_sign/models/template_remove_user_request.py +++ b/dropbox_sign/models/template_remove_user_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response.py b/dropbox_sign/models/template_response.py index 66d732e..667465f 100644 --- a/dropbox_sign/models/template_response.py +++ b/dropbox_sign/models/template_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_account.py b/dropbox_sign/models/template_response_account.py index 88c9766..d29db33 100644 --- a/dropbox_sign/models/template_response_account.py +++ b/dropbox_sign/models/template_response_account.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_account_quota.py b/dropbox_sign/models/template_response_account_quota.py index 89f54c8..e4fa366 100644 --- a/dropbox_sign/models/template_response_account_quota.py +++ b/dropbox_sign/models/template_response_account_quota.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_cc_role.py b/dropbox_sign/models/template_response_cc_role.py index 1f17d0c..89a3b4c 100644 --- a/dropbox_sign/models/template_response_cc_role.py +++ b/dropbox_sign/models/template_response_cc_role.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document.py b/dropbox_sign/models/template_response_document.py index a717728..d2f0caf 100644 --- a/dropbox_sign/models/template_response_document.py +++ b/dropbox_sign/models/template_response_document.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_base.py b/dropbox_sign/models/template_response_document_custom_field_base.py index 278b83a..6c6a35b 100644 --- a/dropbox_sign/models/template_response_document_custom_field_base.py +++ b/dropbox_sign/models/template_response_document_custom_field_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_checkbox.py b/dropbox_sign/models/template_response_document_custom_field_checkbox.py index 60acd17..35e3915 100644 --- a/dropbox_sign/models/template_response_document_custom_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_custom_field_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_custom_field_text.py b/dropbox_sign/models/template_response_document_custom_field_text.py index 8d71ca6..09a85e2 100644 --- a/dropbox_sign/models/template_response_document_custom_field_text.py +++ b/dropbox_sign/models/template_response_document_custom_field_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_field_group.py b/dropbox_sign/models/template_response_document_field_group.py index b9774c2..8f3bc1a 100644 --- a/dropbox_sign/models/template_response_document_field_group.py +++ b/dropbox_sign/models/template_response_document_field_group.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_field_group_rule.py b/dropbox_sign/models/template_response_document_field_group_rule.py index df4e5b8..17d81cb 100644 --- a/dropbox_sign/models/template_response_document_field_group_rule.py +++ b/dropbox_sign/models/template_response_document_field_group_rule.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_base.py b/dropbox_sign/models/template_response_document_form_field_base.py index ff2269f..6f8777a 100644 --- a/dropbox_sign/models/template_response_document_form_field_base.py +++ b/dropbox_sign/models/template_response_document_form_field_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_checkbox.py b/dropbox_sign/models/template_response_document_form_field_checkbox.py index a24921b..d81d657 100644 --- a/dropbox_sign/models/template_response_document_form_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_form_field_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_date_signed.py b/dropbox_sign/models/template_response_document_form_field_date_signed.py index 8b7f3d1..8ee5fe3 100644 --- a/dropbox_sign/models/template_response_document_form_field_date_signed.py +++ b/dropbox_sign/models/template_response_document_form_field_date_signed.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_dropdown.py b/dropbox_sign/models/template_response_document_form_field_dropdown.py index 22356d9..808f449 100644 --- a/dropbox_sign/models/template_response_document_form_field_dropdown.py +++ b/dropbox_sign/models/template_response_document_form_field_dropdown.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_hyperlink.py b/dropbox_sign/models/template_response_document_form_field_hyperlink.py index 9e97983..0102248 100644 --- a/dropbox_sign/models/template_response_document_form_field_hyperlink.py +++ b/dropbox_sign/models/template_response_document_form_field_hyperlink.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_initials.py b/dropbox_sign/models/template_response_document_form_field_initials.py index 1f4eb73..64321ad 100644 --- a/dropbox_sign/models/template_response_document_form_field_initials.py +++ b/dropbox_sign/models/template_response_document_form_field_initials.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_radio.py b/dropbox_sign/models/template_response_document_form_field_radio.py index f085585..0f0c344 100644 --- a/dropbox_sign/models/template_response_document_form_field_radio.py +++ b/dropbox_sign/models/template_response_document_form_field_radio.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_signature.py b/dropbox_sign/models/template_response_document_form_field_signature.py index 844558f..c509f92 100644 --- a/dropbox_sign/models/template_response_document_form_field_signature.py +++ b/dropbox_sign/models/template_response_document_form_field_signature.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_form_field_text.py b/dropbox_sign/models/template_response_document_form_field_text.py index 3fcd287..6280970 100644 --- a/dropbox_sign/models/template_response_document_form_field_text.py +++ b/dropbox_sign/models/template_response_document_form_field_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_base.py b/dropbox_sign/models/template_response_document_static_field_base.py index 927c2c0..d9735c7 100644 --- a/dropbox_sign/models/template_response_document_static_field_base.py +++ b/dropbox_sign/models/template_response_document_static_field_base.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_checkbox.py b/dropbox_sign/models/template_response_document_static_field_checkbox.py index d8d1f13..0afba0d 100644 --- a/dropbox_sign/models/template_response_document_static_field_checkbox.py +++ b/dropbox_sign/models/template_response_document_static_field_checkbox.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_date_signed.py b/dropbox_sign/models/template_response_document_static_field_date_signed.py index bfc9f2e..0b232a6 100644 --- a/dropbox_sign/models/template_response_document_static_field_date_signed.py +++ b/dropbox_sign/models/template_response_document_static_field_date_signed.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_dropdown.py b/dropbox_sign/models/template_response_document_static_field_dropdown.py index fb7cde0..7ac71ec 100644 --- a/dropbox_sign/models/template_response_document_static_field_dropdown.py +++ b/dropbox_sign/models/template_response_document_static_field_dropdown.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_hyperlink.py b/dropbox_sign/models/template_response_document_static_field_hyperlink.py index dd322e0..bdd27c9 100644 --- a/dropbox_sign/models/template_response_document_static_field_hyperlink.py +++ b/dropbox_sign/models/template_response_document_static_field_hyperlink.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_initials.py b/dropbox_sign/models/template_response_document_static_field_initials.py index 22da861..bd755ee 100644 --- a/dropbox_sign/models/template_response_document_static_field_initials.py +++ b/dropbox_sign/models/template_response_document_static_field_initials.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_radio.py b/dropbox_sign/models/template_response_document_static_field_radio.py index cb58af2..a78d5b8 100644 --- a/dropbox_sign/models/template_response_document_static_field_radio.py +++ b/dropbox_sign/models/template_response_document_static_field_radio.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_signature.py b/dropbox_sign/models/template_response_document_static_field_signature.py index 664b3d7..c0ff8ee 100644 --- a/dropbox_sign/models/template_response_document_static_field_signature.py +++ b/dropbox_sign/models/template_response_document_static_field_signature.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_document_static_field_text.py b/dropbox_sign/models/template_response_document_static_field_text.py index a70afa3..03a3a48 100644 --- a/dropbox_sign/models/template_response_document_static_field_text.py +++ b/dropbox_sign/models/template_response_document_static_field_text.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_field_avg_text_length.py b/dropbox_sign/models/template_response_field_avg_text_length.py index 34dc711..1936e75 100644 --- a/dropbox_sign/models/template_response_field_avg_text_length.py +++ b/dropbox_sign/models/template_response_field_avg_text_length.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_response_signer_role.py b/dropbox_sign/models/template_response_signer_role.py index 571469e..2cada15 100644 --- a/dropbox_sign/models/template_response_signer_role.py +++ b/dropbox_sign/models/template_response_signer_role.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_request.py b/dropbox_sign/models/template_update_files_request.py index 424a254..18612dd 100644 --- a/dropbox_sign/models/template_update_files_request.py +++ b/dropbox_sign/models/template_update_files_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_response.py b/dropbox_sign/models/template_update_files_response.py index 94b5620..67b1d3b 100644 --- a/dropbox_sign/models/template_update_files_response.py +++ b/dropbox_sign/models/template_update_files_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/template_update_files_response_template.py b/dropbox_sign/models/template_update_files_response_template.py index 0825101..2a8cd11 100644 --- a/dropbox_sign/models/template_update_files_response_template.py +++ b/dropbox_sign/models/template_update_files_response_template.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_create_embedded_request.py b/dropbox_sign/models/unclaimed_draft_create_embedded_request.py index 2ca5e9c..26e98fb 100644 --- a/dropbox_sign/models/unclaimed_draft_create_embedded_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_embedded_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -175,6 +176,10 @@ class UnclaimedDraftCreateEmbeddedRequest(BaseModel): default=False, description="Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) populate_auto_fill_fields: Optional[StrictBool] = Field( default=False, description="Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.", @@ -218,6 +223,7 @@ class UnclaimedDraftCreateEmbeddedRequest(BaseModel): "type", "use_preexisting_fields", "use_text_tags", + "ignore_text_tags_extraction_errors", "populate_auto_fill_fields", "expires_at", ] @@ -482,6 +488,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "populate_auto_fill_fields": ( obj.get("populate_auto_fill_fields") if obj.get("populate_auto_fill_fields") is not None @@ -539,6 +550,7 @@ def openapi_types(cls) -> Dict[str, str]: "type": "(str,)", "use_preexisting_fields": "(bool,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "populate_auto_fill_fields": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py b/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py index 7ce070f..3ab7023 100644 --- a/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_embedded_with_template_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_create_request.py b/dropbox_sign/models/unclaimed_draft_create_request.py index 88ae683..deacb02 100644 --- a/dropbox_sign/models/unclaimed_draft_create_request.py +++ b/dropbox_sign/models/unclaimed_draft_create_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 @@ -134,6 +135,10 @@ class UnclaimedDraftCreateRequest(BaseModel): default=False, description="Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.", ) + ignore_text_tags_extraction_errors: Optional[StrictBool] = Field( + default=False, + description="Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.", + ) expires_at: Optional[StrictInt] = Field( default=None, description="When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. **NOTE:** This does not correspond to the **expires_at** returned in the response.", @@ -162,6 +167,7 @@ class UnclaimedDraftCreateRequest(BaseModel): "test_mode", "use_preexisting_fields", "use_text_tags", + "ignore_text_tags_extraction_errors", "expires_at", ] @@ -374,6 +380,11 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: if obj.get("use_text_tags") is not None else False ), + "ignore_text_tags_extraction_errors": ( + obj.get("ignore_text_tags_extraction_errors") + if obj.get("ignore_text_tags_extraction_errors") is not None + else False + ), "expires_at": obj.get("expires_at"), } ) @@ -415,6 +426,7 @@ def openapi_types(cls) -> Dict[str, str]: "test_mode": "(bool,)", "use_preexisting_fields": "(bool,)", "use_text_tags": "(bool,)", + "ignore_text_tags_extraction_errors": "(bool,)", "expires_at": "(int,)", } diff --git a/dropbox_sign/models/unclaimed_draft_create_response.py b/dropbox_sign/models/unclaimed_draft_create_response.py index dab0513..085e5b9 100644 --- a/dropbox_sign/models/unclaimed_draft_create_response.py +++ b/dropbox_sign/models/unclaimed_draft_create_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py b/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py index 29e4afe..38903be 100644 --- a/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py +++ b/dropbox_sign/models/unclaimed_draft_edit_and_resend_request.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/unclaimed_draft_response.py b/dropbox_sign/models/unclaimed_draft_response.py index 5f8849d..51fdcfa 100644 --- a/dropbox_sign/models/unclaimed_draft_response.py +++ b/dropbox_sign/models/unclaimed_draft_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/models/warning_response.py b/dropbox_sign/models/warning_response.py index 5e0b464..d2a26d5 100644 --- a/dropbox_sign/models/warning_response.py +++ b/dropbox_sign/models/warning_response.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + from __future__ import annotations import pprint import re # noqa: F401 diff --git a/dropbox_sign/rest.py b/dropbox_sign/rest.py index dcabe9c..4aaa80d 100644 --- a/dropbox_sign/rest.py +++ b/dropbox_sign/rest.py @@ -12,6 +12,7 @@ Do not edit the class manually. """ # noqa: E501 + import io import json import re diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index ba50232..576b442 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -8553,6 +8553,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -8798,6 +8802,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -8943,6 +8951,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -9298,6 +9310,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -10655,6 +10671,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateCreateEmbeddedDraftRequest: required: @@ -10797,6 +10817,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateRemoveUserRequest: properties: @@ -10976,6 +11000,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: |- When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. @@ -11166,6 +11194,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. diff --git a/templates/test-requirements.mustache b/templates/test-requirements.mustache index 9453a41..e827333 100644 --- a/templates/test-requirements.mustache +++ b/templates/test-requirements.mustache @@ -5,5 +5,5 @@ flake8 >= 4.0.0 types-python-dateutil >= 2.8.19.14 mypy >= 1.5 {{#useCustomTemplateCode}} -black>=24.8.0 +black==25.1.0 {{/useCustomTemplateCode}} diff --git a/test-requirements.txt b/test-requirements.txt index 6658973..29d3726 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,4 +4,4 @@ tox >= 3.9.0 flake8 >= 4.0.0 types-python-dateutil >= 2.8.19.14 mypy >= 1.5 -black>=24.8.0 +black==25.1.0