From f0e2e4a94c5540c74453e5e8ee5a9056e42aeaaf Mon Sep 17 00:00:00 2001 From: mchatlas Date: Thu, 3 Sep 2026 14:31:56 +0200 Subject: [PATCH 1/3] Release 1.13.0 --- VERSION | 2 +- api/apis.ts | 2 +- dist/api.js | 79 ++----------------- .../SignatureRequestCreateEmbeddedRequest.md | 1 - .../SignatureRequestEditEmbeddedRequest.md | 1 - docs/model/SignatureRequestEditRequest.md | 1 - docs/model/SignatureRequestSendRequest.md | 1 - .../TemplateCreateEmbeddedDraftRequest.md | 1 - docs/model/TemplateCreateRequest.md | 1 - ...mplateResponseDocumentFormFieldDropdown.md | 1 + .../UnclaimedDraftCreateEmbeddedRequest.md | 1 - docs/model/UnclaimedDraftCreateRequest.md | 1 - .../signatureRequestCreateEmbeddedRequest.ts | 9 --- model/signatureRequestEditEmbeddedRequest.ts | 9 --- model/signatureRequestEditRequest.ts | 9 --- model/signatureRequestSendRequest.ts | 9 --- model/templateCreateEmbeddedDraftRequest.ts | 9 --- model/templateCreateRequest.ts | 9 --- ...mplateResponseDocumentFormFieldDropdown.ts | 9 +++ model/unclaimedDraftCreateEmbeddedRequest.ts | 9 --- model/unclaimedDraftCreateRequest.ts | 9 --- openapi-config.yaml | 2 +- openapi-sdk.yaml | 37 ++------- package-lock.json | 4 +- package.json | 2 +- types/api/apis.d.ts | 2 +- ...signatureRequestCreateEmbeddedRequest.d.ts | 1 - .../signatureRequestEditEmbeddedRequest.d.ts | 1 - types/model/signatureRequestEditRequest.d.ts | 1 - types/model/signatureRequestSendRequest.d.ts | 1 - .../templateCreateEmbeddedDraftRequest.d.ts | 1 - types/model/templateCreateRequest.d.ts | 1 - ...lateResponseDocumentFormFieldDropdown.d.ts | 1 + .../unclaimedDraftCreateEmbeddedRequest.d.ts | 1 - types/model/unclaimedDraftCreateRequest.d.ts | 1 - 35 files changed, 29 insertions(+), 200 deletions(-) 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/api/apis.ts b/api/apis.ts index 1637301..44931ed 100644 --- a/api/apis.ts +++ b/api/apis.ts @@ -38,7 +38,7 @@ export const queryParamsSerializer = (params) => { return Qs.stringify(params, { arrayFormat: "brackets" }); }; -export const USER_AGENT = "OpenAPI-Generator/1.12.0/node"; +export const USER_AGENT = "OpenAPI-Generator/1.13.0/node"; /** * Generates an object containing form data. diff --git a/dist/api.js b/dist/api.js index d87d020..8727b19 100644 --- a/dist/api.js +++ b/dist/api.js @@ -19572,10 +19572,6 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde * 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`. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -19696,11 +19692,6 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -19858,10 +19849,6 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq * 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`. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -19982,11 +19969,6 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -20148,10 +20130,6 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest { * 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`. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -20278,11 +20256,6 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest { baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "expiresAt", baseName: "expires_at", @@ -21424,10 +21397,6 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest { * 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`. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -21559,11 +21528,6 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest { baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "expiresAt", baseName: "expires_at", @@ -24031,10 +23995,6 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ this["usePreexistingFields"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -24165,11 +24125,6 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque name: "usePreexistingFields", baseName: "use_preexisting_fields", type: "boolean" - }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" } ]; } @@ -24272,10 +24227,6 @@ var TemplateCreateRequest = class _TemplateCreateRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ this["usePreexistingFields"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -24371,11 +24322,6 @@ var TemplateCreateRequest = class _TemplateCreateRequest { name: "usePreexistingFields", baseName: "use_preexisting_fields", type: "boolean" - }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" } ]; } @@ -25195,6 +25141,11 @@ var TemplateResponseDocumentFormFieldDropdown = class _TemplateResponseDocumentF name: "group", baseName: "group", type: "string" + }, + { + name: "options", + baseName: "options", + type: "Array" } ]; } @@ -26060,10 +26011,6 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq * 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. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -26244,11 +26191,6 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -26532,10 +26474,6 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest { * 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. */ this["useTextTags"] = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -26657,11 +26595,6 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest { baseName: "use_text_tags", type: "boolean" }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean" - }, { name: "expiresAt", baseName: "expires_at", @@ -36333,7 +36266,7 @@ var HttpError = class extends Error { var queryParamsSerializer = (params) => { return import_qs.default.stringify(params, { arrayFormat: "brackets" }); }; -var USER_AGENT = "OpenAPI-Generator/1.12.0/node"; +var USER_AGENT = "OpenAPI-Generator/1.13.0/node"; var generateFormData = (obj, typemap) => { const data = {}; let localVarUseFormData = false; diff --git a/docs/model/SignatureRequestCreateEmbeddedRequest.md b/docs/model/SignatureRequestCreateEmbeddedRequest.md index 60e0f1e..d8cbf15 100644 --- a/docs/model/SignatureRequestCreateEmbeddedRequest.md +++ b/docs/model/SignatureRequestCreateEmbeddedRequest.md @@ -28,7 +28,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/SignatureRequestEditEmbeddedRequest.md b/docs/model/SignatureRequestEditEmbeddedRequest.md index 55cf080..bcc66ec 100644 --- a/docs/model/SignatureRequestEditEmbeddedRequest.md +++ b/docs/model/SignatureRequestEditEmbeddedRequest.md @@ -28,7 +28,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/SignatureRequestEditRequest.md b/docs/model/SignatureRequestEditRequest.md index 6c49497..3e29f39 100644 --- a/docs/model/SignatureRequestEditRequest.md +++ b/docs/model/SignatureRequestEditRequest.md @@ -30,7 +30,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/SignatureRequestSendRequest.md b/docs/model/SignatureRequestSendRequest.md index 1bd4071..656e79f 100644 --- a/docs/model/SignatureRequestSendRequest.md +++ b/docs/model/SignatureRequestSendRequest.md @@ -31,7 +31,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/TemplateCreateEmbeddedDraftRequest.md b/docs/model/TemplateCreateEmbeddedDraftRequest.md index c35c488..0a6d8c8 100644 --- a/docs/model/TemplateCreateEmbeddedDraftRequest.md +++ b/docs/model/TemplateCreateEmbeddedDraftRequest.md @@ -31,6 +31,5 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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` | ```string``` | The title you want to assign to the SignatureRequest. | | | `usePreexistingFields` | ```boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/TemplateCreateRequest.md b/docs/model/TemplateCreateRequest.md index 8725a22..738ed64 100644 --- a/docs/model/TemplateCreateRequest.md +++ b/docs/model/TemplateCreateRequest.md @@ -24,6 +24,5 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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` | ```string``` | The title you want to assign to the SignatureRequest. | | | `usePreexistingFields` | ```boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/TemplateResponseDocumentFormFieldDropdown.md b/docs/model/TemplateResponseDocumentFormFieldDropdown.md index 35cadab..24cfdba 100644 --- a/docs/model/TemplateResponseDocumentFormFieldDropdown.md +++ b/docs/model/TemplateResponseDocumentFormFieldDropdown.md @@ -8,5 +8,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- | `type`*_required_ | ```string``` | 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` | ```string``` | 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` | ```Array``` | The options available for this dropdown form field. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/UnclaimedDraftCreateEmbeddedRequest.md b/docs/model/UnclaimedDraftCreateEmbeddedRequest.md index 4951574..444d8d7 100644 --- a/docs/model/UnclaimedDraftCreateEmbeddedRequest.md +++ b/docs/model/UnclaimedDraftCreateEmbeddedRequest.md @@ -40,7 +40,6 @@ Name | Type | Description | Notes | `type` | ```string``` | 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 TypeEnum.RequestSignature] | | `usePreexistingFields` | ```boolean``` | 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] | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/UnclaimedDraftCreateRequest.md b/docs/model/UnclaimedDraftCreateRequest.md index 81f324b..255cbe3 100644 --- a/docs/model/UnclaimedDraftCreateRequest.md +++ b/docs/model/UnclaimedDraftCreateRequest.md @@ -29,7 +29,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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] | | `usePreexistingFields` | ```boolean``` | 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] | | `useTextTags` | ```boolean``` | 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] | -| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/model/signatureRequestCreateEmbeddedRequest.ts b/model/signatureRequestCreateEmbeddedRequest.ts index f71d2cb..774cbec 100644 --- a/model/signatureRequestCreateEmbeddedRequest.ts +++ b/model/signatureRequestCreateEmbeddedRequest.ts @@ -116,10 +116,6 @@ export class SignatureRequestCreateEmbeddedRequest { * 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`. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -242,11 +238,6 @@ export class SignatureRequestCreateEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/signatureRequestEditEmbeddedRequest.ts b/model/signatureRequestEditEmbeddedRequest.ts index 62ceecc..78b05c0 100644 --- a/model/signatureRequestEditEmbeddedRequest.ts +++ b/model/signatureRequestEditEmbeddedRequest.ts @@ -116,10 +116,6 @@ export class SignatureRequestEditEmbeddedRequest { * 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`. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -242,11 +238,6 @@ export class SignatureRequestEditEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/signatureRequestEditRequest.ts b/model/signatureRequestEditRequest.ts index 4da0add..5f07920 100644 --- a/model/signatureRequestEditRequest.ts +++ b/model/signatureRequestEditRequest.ts @@ -124,10 +124,6 @@ export class SignatureRequestEditRequest { * 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`. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -256,11 +252,6 @@ export class SignatureRequestEditRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "expiresAt", baseName: "expires_at", diff --git a/model/signatureRequestSendRequest.ts b/model/signatureRequestSendRequest.ts index 9efeba7..f18588a 100644 --- a/model/signatureRequestSendRequest.ts +++ b/model/signatureRequestSendRequest.ts @@ -130,10 +130,6 @@ export class SignatureRequestSendRequest { * 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`. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -267,11 +263,6 @@ export class SignatureRequestSendRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "expiresAt", baseName: "expires_at", diff --git a/model/templateCreateEmbeddedDraftRequest.ts b/model/templateCreateEmbeddedDraftRequest.ts index 3c48c2e..657fa7c 100644 --- a/model/templateCreateEmbeddedDraftRequest.ts +++ b/model/templateCreateEmbeddedDraftRequest.ts @@ -127,10 +127,6 @@ export class TemplateCreateEmbeddedDraftRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ "usePreexistingFields"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; static discriminator: string | undefined = undefined; @@ -260,11 +256,6 @@ export class TemplateCreateEmbeddedDraftRequest { baseName: "use_preexisting_fields", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, ]; static getAttributeTypeMap(): AttributeTypeMap { diff --git a/model/templateCreateRequest.ts b/model/templateCreateRequest.ts index 5a2292b..66701c0 100644 --- a/model/templateCreateRequest.ts +++ b/model/templateCreateRequest.ts @@ -101,10 +101,6 @@ export class TemplateCreateRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ "usePreexistingFields"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; static discriminator: string | undefined = undefined; @@ -199,11 +195,6 @@ export class TemplateCreateRequest { baseName: "use_preexisting_fields", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, ]; static getAttributeTypeMap(): AttributeTypeMap { diff --git a/model/templateResponseDocumentFormFieldDropdown.ts b/model/templateResponseDocumentFormFieldDropdown.ts index 0aeb3e4..4a71019 100644 --- a/model/templateResponseDocumentFormFieldDropdown.ts +++ b/model/templateResponseDocumentFormFieldDropdown.ts @@ -37,6 +37,10 @@ export class TemplateResponseDocumentFormFieldDropdown extends TemplateResponseD * The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. */ "group"?: string | null; + /** + * The options available for this dropdown form field. + */ + "options"?: Array; static discriminator: string | undefined = undefined; @@ -51,6 +55,11 @@ export class TemplateResponseDocumentFormFieldDropdown extends TemplateResponseD baseName: "group", type: "string", }, + { + name: "options", + baseName: "options", + type: "Array", + }, ]; static getAttributeTypeMap(): AttributeTypeMap { diff --git a/model/unclaimedDraftCreateEmbeddedRequest.ts b/model/unclaimedDraftCreateEmbeddedRequest.ts index 9d8388c..950f3c5 100644 --- a/model/unclaimedDraftCreateEmbeddedRequest.ts +++ b/model/unclaimedDraftCreateEmbeddedRequest.ts @@ -165,10 +165,6 @@ export class UnclaimedDraftCreateEmbeddedRequest { * 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. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -351,11 +347,6 @@ export class UnclaimedDraftCreateEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/unclaimedDraftCreateRequest.ts b/model/unclaimedDraftCreateRequest.ts index b93e4d9..cac96a6 100644 --- a/model/unclaimedDraftCreateRequest.ts +++ b/model/unclaimedDraftCreateRequest.ts @@ -122,10 +122,6 @@ export class UnclaimedDraftCreateRequest { * 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. */ "useTextTags"?: boolean = false; - /** - * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. - */ - "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -249,11 +245,6 @@ export class UnclaimedDraftCreateRequest { baseName: "use_text_tags", type: "boolean", }, - { - name: "ignoreTextTagsExtractionErrors", - baseName: "ignore_text_tags_extraction_errors", - type: "boolean", - }, { name: "expiresAt", baseName: "expires_at", diff --git a/openapi-config.yaml b/openapi-config.yaml index ed97b26..06383e4 100644 --- a/openapi-config.yaml +++ b/openapi-config.yaml @@ -2,7 +2,7 @@ generatorName: typescript-node typeMappings: {} additionalProperties: npmName: "@dropbox/sign" - npmVersion: 1.12.0 + npmVersion: 1.13.0 supportsES6: true apiDocPath: ./docs/api modelDocPath: ./docs/model 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/package-lock.json b/package-lock.json index bbbd626..88f2e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dropbox/sign", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dropbox/sign", - "version": "1.12.0", + "version": "1.13.0", "dependencies": { "axios": "^1.8.2", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index eee953b..9d71c4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropbox/sign", - "version": "1.12.0", + "version": "1.13.0", "description": "Official Node client for Dropbox Sign", "repository": { "type": "git", diff --git a/types/api/apis.d.ts b/types/api/apis.d.ts index d15f3ad..851d24a 100644 --- a/types/api/apis.d.ts +++ b/types/api/apis.d.ts @@ -23,7 +23,7 @@ export interface returnTypeI { body?: any; } export declare const queryParamsSerializer: (params: any) => string; -export declare const USER_AGENT = "OpenAPI-Generator/1.12.0/node"; +export declare const USER_AGENT = "OpenAPI-Generator/1.13.0/node"; export declare const generateFormData: (obj: any, typemap: AttributeTypeMap) => { localVarUseFormData: boolean; data: object; diff --git a/types/model/signatureRequestCreateEmbeddedRequest.d.ts b/types/model/signatureRequestCreateEmbeddedRequest.d.ts index 5c9c7b9..a26931c 100644 --- a/types/model/signatureRequestCreateEmbeddedRequest.d.ts +++ b/types/model/signatureRequestCreateEmbeddedRequest.d.ts @@ -33,7 +33,6 @@ export declare class SignatureRequestCreateEmbeddedRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/signatureRequestEditEmbeddedRequest.d.ts b/types/model/signatureRequestEditEmbeddedRequest.d.ts index dbccb8f..6c26914 100644 --- a/types/model/signatureRequestEditEmbeddedRequest.d.ts +++ b/types/model/signatureRequestEditEmbeddedRequest.d.ts @@ -33,7 +33,6 @@ export declare class SignatureRequestEditEmbeddedRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/signatureRequestEditRequest.d.ts b/types/model/signatureRequestEditRequest.d.ts index 041c1c5..91a01f7 100644 --- a/types/model/signatureRequestEditRequest.d.ts +++ b/types/model/signatureRequestEditRequest.d.ts @@ -35,7 +35,6 @@ export declare class SignatureRequestEditRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/types/model/signatureRequestSendRequest.d.ts b/types/model/signatureRequestSendRequest.d.ts index 65e86db..cd86269 100644 --- a/types/model/signatureRequestSendRequest.d.ts +++ b/types/model/signatureRequestSendRequest.d.ts @@ -36,7 +36,6 @@ export declare class SignatureRequestSendRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/types/model/templateCreateEmbeddedDraftRequest.d.ts b/types/model/templateCreateEmbeddedDraftRequest.d.ts index 2d26c15..a527c0e 100644 --- a/types/model/templateCreateEmbeddedDraftRequest.d.ts +++ b/types/model/templateCreateEmbeddedDraftRequest.d.ts @@ -35,7 +35,6 @@ export declare class TemplateCreateEmbeddedDraftRequest { "testMode"?: boolean; "title"?: string; "usePreexistingFields"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/types/model/templateCreateRequest.d.ts b/types/model/templateCreateRequest.d.ts index ccc4ca9..b81d319 100644 --- a/types/model/templateCreateRequest.d.ts +++ b/types/model/templateCreateRequest.d.ts @@ -27,7 +27,6 @@ export declare class TemplateCreateRequest { "testMode"?: boolean; "title"?: string; "usePreexistingFields"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/types/model/templateResponseDocumentFormFieldDropdown.d.ts b/types/model/templateResponseDocumentFormFieldDropdown.d.ts index b9f96a2..e125b2e 100644 --- a/types/model/templateResponseDocumentFormFieldDropdown.d.ts +++ b/types/model/templateResponseDocumentFormFieldDropdown.d.ts @@ -3,6 +3,7 @@ import { TemplateResponseDocumentFormFieldBase } from "./templateResponseDocumen export declare class TemplateResponseDocumentFormFieldDropdown extends TemplateResponseDocumentFormFieldBase { "type": string; "group"?: string | null; + "options"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts b/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts index f68e09b..1b48b08 100644 --- a/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts +++ b/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts @@ -45,7 +45,6 @@ export declare class UnclaimedDraftCreateEmbeddedRequest { "type"?: UnclaimedDraftCreateEmbeddedRequest.TypeEnum; "usePreexistingFields"?: boolean; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/unclaimedDraftCreateRequest.d.ts b/types/model/unclaimedDraftCreateRequest.d.ts index a4513ef..fd54bdc 100644 --- a/types/model/unclaimedDraftCreateRequest.d.ts +++ b/types/model/unclaimedDraftCreateRequest.d.ts @@ -33,7 +33,6 @@ export declare class UnclaimedDraftCreateRequest { "testMode"?: boolean; "usePreexistingFields"?: boolean; "useTextTags"?: boolean; - "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; From dc6d0ed931554ddbd3e8cf656a0342de8c5146f6 Mon Sep 17 00:00:00 2001 From: mchatlas Date: Thu, 3 Sep 2026 14:38:12 +0200 Subject: [PATCH 2/3] Keep release scoped to dropdown options --- dist/api.js | 72 +++++++++++++++++++ .../SignatureRequestCreateEmbeddedRequest.md | 1 + .../SignatureRequestEditEmbeddedRequest.md | 1 + docs/model/SignatureRequestEditRequest.md | 1 + docs/model/SignatureRequestSendRequest.md | 1 + .../TemplateCreateEmbeddedDraftRequest.md | 1 + docs/model/TemplateCreateRequest.md | 1 + .../UnclaimedDraftCreateEmbeddedRequest.md | 1 + docs/model/UnclaimedDraftCreateRequest.md | 1 + .../signatureRequestCreateEmbeddedRequest.ts | 9 +++ model/signatureRequestEditEmbeddedRequest.ts | 9 +++ model/signatureRequestEditRequest.ts | 9 +++ model/signatureRequestSendRequest.ts | 9 +++ model/templateCreateEmbeddedDraftRequest.ts | 9 +++ model/templateCreateRequest.ts | 9 +++ model/unclaimedDraftCreateEmbeddedRequest.ts | 9 +++ model/unclaimedDraftCreateRequest.ts | 9 +++ openapi-sdk.yaml | 32 +++++++++ package-lock.json | 4 +- ...signatureRequestCreateEmbeddedRequest.d.ts | 1 + .../signatureRequestEditEmbeddedRequest.d.ts | 1 + types/model/signatureRequestEditRequest.d.ts | 1 + types/model/signatureRequestSendRequest.d.ts | 1 + .../templateCreateEmbeddedDraftRequest.d.ts | 1 + types/model/templateCreateRequest.d.ts | 1 + .../unclaimedDraftCreateEmbeddedRequest.d.ts | 1 + types/model/unclaimedDraftCreateRequest.d.ts | 1 + 27 files changed, 194 insertions(+), 2 deletions(-) diff --git a/dist/api.js b/dist/api.js index 8727b19..ad99832 100644 --- a/dist/api.js +++ b/dist/api.js @@ -19572,6 +19572,10 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde * 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`. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -19692,6 +19696,11 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -19849,6 +19858,10 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq * 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`. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -19969,6 +19982,11 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -20130,6 +20148,10 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest { * 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`. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -20256,6 +20278,11 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest { baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "expiresAt", baseName: "expires_at", @@ -21397,6 +21424,10 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest { * 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`. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -21528,6 +21559,11 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest { baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "expiresAt", baseName: "expires_at", @@ -23995,6 +24031,10 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ this["usePreexistingFields"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -24125,6 +24165,11 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque name: "usePreexistingFields", baseName: "use_preexisting_fields", type: "boolean" + }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" } ]; } @@ -24227,6 +24272,10 @@ var TemplateCreateRequest = class _TemplateCreateRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ this["usePreexistingFields"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -24322,6 +24371,11 @@ var TemplateCreateRequest = class _TemplateCreateRequest { name: "usePreexistingFields", baseName: "use_preexisting_fields", type: "boolean" + }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" } ]; } @@ -26011,6 +26065,10 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq * 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. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; /** * 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. */ @@ -26191,6 +26249,11 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", @@ -26474,6 +26537,10 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest { * 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. */ this["useTextTags"] = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + this["ignoreTextTagsExtractionErrors"] = false; } static { this.discriminator = void 0; @@ -26595,6 +26662,11 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest { baseName: "use_text_tags", type: "boolean" }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean" + }, { name: "expiresAt", baseName: "expires_at", diff --git a/docs/model/SignatureRequestCreateEmbeddedRequest.md b/docs/model/SignatureRequestCreateEmbeddedRequest.md index d8cbf15..60e0f1e 100644 --- a/docs/model/SignatureRequestCreateEmbeddedRequest.md +++ b/docs/model/SignatureRequestCreateEmbeddedRequest.md @@ -28,6 +28,7 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/SignatureRequestEditEmbeddedRequest.md b/docs/model/SignatureRequestEditEmbeddedRequest.md index bcc66ec..55cf080 100644 --- a/docs/model/SignatureRequestEditEmbeddedRequest.md +++ b/docs/model/SignatureRequestEditEmbeddedRequest.md @@ -28,6 +28,7 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/SignatureRequestEditRequest.md b/docs/model/SignatureRequestEditRequest.md index 3e29f39..6c49497 100644 --- a/docs/model/SignatureRequestEditRequest.md +++ b/docs/model/SignatureRequestEditRequest.md @@ -30,6 +30,7 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/SignatureRequestSendRequest.md b/docs/model/SignatureRequestSendRequest.md index 656e79f..1bd4071 100644 --- a/docs/model/SignatureRequestSendRequest.md +++ b/docs/model/SignatureRequestSendRequest.md @@ -31,6 +31,7 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] | | `title` | ```string``` | The title you want to assign to the SignatureRequest. | | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/TemplateCreateEmbeddedDraftRequest.md b/docs/model/TemplateCreateEmbeddedDraftRequest.md index 0a6d8c8..c35c488 100644 --- a/docs/model/TemplateCreateEmbeddedDraftRequest.md +++ b/docs/model/TemplateCreateEmbeddedDraftRequest.md @@ -31,5 +31,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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` | ```string``` | The title you want to assign to the SignatureRequest. | | | `usePreexistingFields` | ```boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/TemplateCreateRequest.md b/docs/model/TemplateCreateRequest.md index 738ed64..8725a22 100644 --- a/docs/model/TemplateCreateRequest.md +++ b/docs/model/TemplateCreateRequest.md @@ -24,5 +24,6 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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` | ```string``` | The title you want to assign to the SignatureRequest. | | | `usePreexistingFields` | ```boolean``` | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [default to false] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/model/UnclaimedDraftCreateEmbeddedRequest.md b/docs/model/UnclaimedDraftCreateEmbeddedRequest.md index 444d8d7..4951574 100644 --- a/docs/model/UnclaimedDraftCreateEmbeddedRequest.md +++ b/docs/model/UnclaimedDraftCreateEmbeddedRequest.md @@ -40,6 +40,7 @@ Name | Type | Description | Notes | `type` | ```string``` | 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 TypeEnum.RequestSignature] | | `usePreexistingFields` | ```boolean``` | 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] | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `populateAutoFillFields` | ```boolean``` | 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] | | `expiresAt` | ```number``` | 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/model/UnclaimedDraftCreateRequest.md b/docs/model/UnclaimedDraftCreateRequest.md index 255cbe3..81f324b 100644 --- a/docs/model/UnclaimedDraftCreateRequest.md +++ b/docs/model/UnclaimedDraftCreateRequest.md @@ -29,6 +29,7 @@ Name | Type | Description | Notes | `testMode` | ```boolean``` | 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] | | `usePreexistingFields` | ```boolean``` | 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] | | `useTextTags` | ```boolean``` | 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] | +| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] | | `expiresAt` | ```number``` | 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#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/model/signatureRequestCreateEmbeddedRequest.ts b/model/signatureRequestCreateEmbeddedRequest.ts index 774cbec..f71d2cb 100644 --- a/model/signatureRequestCreateEmbeddedRequest.ts +++ b/model/signatureRequestCreateEmbeddedRequest.ts @@ -116,6 +116,10 @@ export class SignatureRequestCreateEmbeddedRequest { * 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`. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -238,6 +242,11 @@ export class SignatureRequestCreateEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/signatureRequestEditEmbeddedRequest.ts b/model/signatureRequestEditEmbeddedRequest.ts index 78b05c0..62ceecc 100644 --- a/model/signatureRequestEditEmbeddedRequest.ts +++ b/model/signatureRequestEditEmbeddedRequest.ts @@ -116,6 +116,10 @@ export class SignatureRequestEditEmbeddedRequest { * 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`. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -238,6 +242,11 @@ export class SignatureRequestEditEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/signatureRequestEditRequest.ts b/model/signatureRequestEditRequest.ts index 5f07920..4da0add 100644 --- a/model/signatureRequestEditRequest.ts +++ b/model/signatureRequestEditRequest.ts @@ -124,6 +124,10 @@ export class SignatureRequestEditRequest { * 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`. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -252,6 +256,11 @@ export class SignatureRequestEditRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "expiresAt", baseName: "expires_at", diff --git a/model/signatureRequestSendRequest.ts b/model/signatureRequestSendRequest.ts index f18588a..9efeba7 100644 --- a/model/signatureRequestSendRequest.ts +++ b/model/signatureRequestSendRequest.ts @@ -130,6 +130,10 @@ export class SignatureRequestSendRequest { * 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`. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -263,6 +267,11 @@ export class SignatureRequestSendRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "expiresAt", baseName: "expires_at", diff --git a/model/templateCreateEmbeddedDraftRequest.ts b/model/templateCreateEmbeddedDraftRequest.ts index 657fa7c..3c48c2e 100644 --- a/model/templateCreateEmbeddedDraftRequest.ts +++ b/model/templateCreateEmbeddedDraftRequest.ts @@ -127,6 +127,10 @@ export class TemplateCreateEmbeddedDraftRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ "usePreexistingFields"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; static discriminator: string | undefined = undefined; @@ -256,6 +260,11 @@ export class TemplateCreateEmbeddedDraftRequest { baseName: "use_preexisting_fields", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, ]; static getAttributeTypeMap(): AttributeTypeMap { diff --git a/model/templateCreateRequest.ts b/model/templateCreateRequest.ts index 66701c0..5a2292b 100644 --- a/model/templateCreateRequest.ts +++ b/model/templateCreateRequest.ts @@ -101,6 +101,10 @@ export class TemplateCreateRequest { * Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). */ "usePreexistingFields"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; static discriminator: string | undefined = undefined; @@ -195,6 +199,11 @@ export class TemplateCreateRequest { baseName: "use_preexisting_fields", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, ]; static getAttributeTypeMap(): AttributeTypeMap { diff --git a/model/unclaimedDraftCreateEmbeddedRequest.ts b/model/unclaimedDraftCreateEmbeddedRequest.ts index 950f3c5..9d8388c 100644 --- a/model/unclaimedDraftCreateEmbeddedRequest.ts +++ b/model/unclaimedDraftCreateEmbeddedRequest.ts @@ -165,6 +165,10 @@ export class UnclaimedDraftCreateEmbeddedRequest { * 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. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -347,6 +351,11 @@ export class UnclaimedDraftCreateEmbeddedRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "populateAutoFillFields", baseName: "populate_auto_fill_fields", diff --git a/model/unclaimedDraftCreateRequest.ts b/model/unclaimedDraftCreateRequest.ts index cac96a6..b93e4d9 100644 --- a/model/unclaimedDraftCreateRequest.ts +++ b/model/unclaimedDraftCreateRequest.ts @@ -122,6 +122,10 @@ export class UnclaimedDraftCreateRequest { * 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. */ "useTextTags"?: boolean = false; + /** + * Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + */ + "ignoreTextTagsExtractionErrors"?: boolean = false; /** * 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. */ @@ -245,6 +249,11 @@ export class UnclaimedDraftCreateRequest { baseName: "use_text_tags", type: "boolean", }, + { + name: "ignoreTextTagsExtractionErrors", + baseName: "ignore_text_tags_extraction_errors", + type: "boolean", + }, { name: "expiresAt", baseName: "expires_at", 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/package-lock.json b/package-lock.json index 88f2e39..2b6acc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2689,8 +2689,8 @@ } }, "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.13.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, "engines": { diff --git a/types/model/signatureRequestCreateEmbeddedRequest.d.ts b/types/model/signatureRequestCreateEmbeddedRequest.d.ts index a26931c..5c9c7b9 100644 --- a/types/model/signatureRequestCreateEmbeddedRequest.d.ts +++ b/types/model/signatureRequestCreateEmbeddedRequest.d.ts @@ -33,6 +33,7 @@ export declare class SignatureRequestCreateEmbeddedRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/signatureRequestEditEmbeddedRequest.d.ts b/types/model/signatureRequestEditEmbeddedRequest.d.ts index 6c26914..dbccb8f 100644 --- a/types/model/signatureRequestEditEmbeddedRequest.d.ts +++ b/types/model/signatureRequestEditEmbeddedRequest.d.ts @@ -33,6 +33,7 @@ export declare class SignatureRequestEditEmbeddedRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/signatureRequestEditRequest.d.ts b/types/model/signatureRequestEditRequest.d.ts index 91a01f7..041c1c5 100644 --- a/types/model/signatureRequestEditRequest.d.ts +++ b/types/model/signatureRequestEditRequest.d.ts @@ -35,6 +35,7 @@ export declare class SignatureRequestEditRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/types/model/signatureRequestSendRequest.d.ts b/types/model/signatureRequestSendRequest.d.ts index cd86269..65e86db 100644 --- a/types/model/signatureRequestSendRequest.d.ts +++ b/types/model/signatureRequestSendRequest.d.ts @@ -36,6 +36,7 @@ export declare class SignatureRequestSendRequest { "testMode"?: boolean; "title"?: string; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/types/model/templateCreateEmbeddedDraftRequest.d.ts b/types/model/templateCreateEmbeddedDraftRequest.d.ts index a527c0e..2d26c15 100644 --- a/types/model/templateCreateEmbeddedDraftRequest.d.ts +++ b/types/model/templateCreateEmbeddedDraftRequest.d.ts @@ -35,6 +35,7 @@ export declare class TemplateCreateEmbeddedDraftRequest { "testMode"?: boolean; "title"?: string; "usePreexistingFields"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/types/model/templateCreateRequest.d.ts b/types/model/templateCreateRequest.d.ts index b81d319..ccc4ca9 100644 --- a/types/model/templateCreateRequest.d.ts +++ b/types/model/templateCreateRequest.d.ts @@ -27,6 +27,7 @@ export declare class TemplateCreateRequest { "testMode"?: boolean; "title"?: string; "usePreexistingFields"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts b/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts index 1b48b08..f68e09b 100644 --- a/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts +++ b/types/model/unclaimedDraftCreateEmbeddedRequest.d.ts @@ -45,6 +45,7 @@ export declare class UnclaimedDraftCreateEmbeddedRequest { "type"?: UnclaimedDraftCreateEmbeddedRequest.TypeEnum; "usePreexistingFields"?: boolean; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "populateAutoFillFields"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; diff --git a/types/model/unclaimedDraftCreateRequest.d.ts b/types/model/unclaimedDraftCreateRequest.d.ts index fd54bdc..a4513ef 100644 --- a/types/model/unclaimedDraftCreateRequest.d.ts +++ b/types/model/unclaimedDraftCreateRequest.d.ts @@ -33,6 +33,7 @@ export declare class UnclaimedDraftCreateRequest { "testMode"?: boolean; "usePreexistingFields"?: boolean; "useTextTags"?: boolean; + "ignoreTextTagsExtractionErrors"?: boolean; "expiresAt"?: number | null; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; From 764a8d81f473ca75b9f688d5291c1cf0146290ec Mon Sep 17 00:00:00 2001 From: mchatlas Date: Thu, 3 Sep 2026 14:50:34 +0200 Subject: [PATCH 3/3] Keep valid transitive dependency lock --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b6acc8..88f2e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2689,8 +2689,8 @@ } }, "node_modules/globals": { - "version": "11.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.13.0.tgz", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, "engines": {