diff --git a/VERSION b/VERSION
index 1cac385..0eed1a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.11.0
+1.12.0
diff --git a/api/apis.ts b/api/apis.ts
index c4535ae..1637301 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.11.0/node";
+export const USER_AGENT = "OpenAPI-Generator/1.12.0/node";
/**
* Generates an object containing form data.
diff --git a/dist/api.js b/dist/api.js
index 3a08819..d87d020 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"
}
];
}
@@ -26006,6 +26060,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.
*/
@@ -26186,6 +26244,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",
@@ -26469,6 +26532,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;
@@ -26590,6 +26657,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",
@@ -36261,7 +36333,7 @@ var HttpError = class extends Error {
var queryParamsSerializer = (params) => {
return import_qs.default.stringify(params, { arrayFormat: "brackets" });
};
-var USER_AGENT = "OpenAPI-Generator/1.11.0/node";
+var USER_AGENT = "OpenAPI-Generator/1.12.0/node";
var generateFormData = (obj, typemap) => {
const data = {};
let localVarUseFormData = false;
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-config.yaml b/openapi-config.yaml
index 6220c16..ed97b26 100644
--- a/openapi-config.yaml
+++ b/openapi-config.yaml
@@ -2,7 +2,7 @@ generatorName: typescript-node
typeMappings: {}
additionalProperties:
npmName: "@dropbox/sign"
- npmVersion: 1.11.0
+ npmVersion: 1.12.0
supportsES6: true
apiDocPath: ./docs/api
modelDocPath: ./docs/model
diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml
index ed174d3..ac9e788 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 cb522ff..bbbd626 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@dropbox/sign",
- "version": "1.11.0",
+ "version": "1.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dropbox/sign",
- "version": "1.11.0",
+ "version": "1.12.0",
"dependencies": {
"axios": "^1.8.2",
"bluebird": "^3.7.2",
diff --git a/package.json b/package.json
index 9013348..eee953b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dropbox/sign",
- "version": "1.11.0",
+ "version": "1.12.0",
"description": "Official Node client for Dropbox Sign",
"repository": {
"type": "git",
diff --git a/test_fixtures/FileResponse.json b/test_fixtures/FileResponse.json
index 42417f5..e38e42f 100644
--- a/test_fixtures/FileResponse.json
+++ b/test_fixtures/FileResponse.json
@@ -1,6 +1,6 @@
{
"default": {
- "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=AKIAJWEWDFQHQMBECJZA&Expires=1452868903&Signature=M%2FNDS%2BQre8xjPvzm7fHf%2BjO8Zbc%3D",
+ "file_url": "https://s3.amazonaws.com/hellofax_uploads/super_groups/2016/03/18/9aba07a585d7e223b4f137c8981c5e5892893c00/merged-completed.pdf?AWSAccessKeyId=EXAMPLE_ACCESS_KEY_ID&Expires=1452868903&Signature=EXAMPLE_SIGNATURE",
"expires_at": 1458605123
}
}
diff --git a/test_fixtures/SignatureRequestCreateEmbeddedRequest.json b/test_fixtures/SignatureRequestCreateEmbeddedRequest.json
index 097446a..3b62c46 100644
--- a/test_fixtures/SignatureRequestCreateEmbeddedRequest.json
+++ b/test_fixtures/SignatureRequestCreateEmbeddedRequest.json
@@ -122,7 +122,8 @@
"subject": "The NDA we talked about",
"test_mode": true,
"title": "NDA with Acme Co.",
- "use_text_tags": false
+ "use_text_tags": false,
+ "ignore_text_tags_extraction_errors": false
},
"with_grouped_signers": {
"allow_decline": true,
@@ -259,6 +260,7 @@
"subject": "The NDA we talked about",
"test_mode": true,
"title": "NDA with Acme Co.",
- "use_text_tags": false
+ "use_text_tags": false,
+ "ignore_text_tags_extraction_errors": false
}
}
diff --git a/test_fixtures/SignatureRequestSendRequest.json b/test_fixtures/SignatureRequestSendRequest.json
index 1f56eb7..d5e59f7 100644
--- a/test_fixtures/SignatureRequestSendRequest.json
+++ b/test_fixtures/SignatureRequestSendRequest.json
@@ -236,7 +236,8 @@
"subject": "The NDA we talked about",
"test_mode": true,
"title": "NDA with Acme Co.",
- "use_text_tags": true
+ "use_text_tags": true,
+ "ignore_text_tags_extraction_errors": false
},
"with_grouped_signers": {
"allow_decline": true,
@@ -476,6 +477,7 @@
"subject": "The NDA we talked about",
"test_mode": true,
"title": "NDA with Acme Co.",
- "use_text_tags": true
+ "use_text_tags": true,
+ "ignore_text_tags_extraction_errors": false
}
}
diff --git a/test_fixtures/TemplateCreateEmbeddedDraftRequest.json b/test_fixtures/TemplateCreateEmbeddedDraftRequest.json
index b293945..96919f9 100644
--- a/test_fixtures/TemplateCreateEmbeddedDraftRequest.json
+++ b/test_fixtures/TemplateCreateEmbeddedDraftRequest.json
@@ -120,6 +120,7 @@
"subject": "Please sign this document",
"test_mode": true,
"title": "Test Template",
- "use_preexisting_fields": true
+ "use_preexisting_fields": true,
+ "ignore_text_tags_extraction_errors": false
}
}
diff --git a/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json b/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json
index addbe6a..4cdf5e1 100644
--- a/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json
+++ b/test_fixtures/UnclaimedDraftCreateEmbeddedRequest.json
@@ -137,6 +137,7 @@
"test_mode": true,
"type": "send_document",
"use_preexisting_fields": true,
- "use_text_tags": true
+ "use_text_tags": true,
+ "ignore_text_tags_extraction_errors": false
}
}
diff --git a/test_fixtures/UnclaimedDraftCreateRequest.json b/test_fixtures/UnclaimedDraftCreateRequest.json
index a9ab5b5..008df32 100644
--- a/test_fixtures/UnclaimedDraftCreateRequest.json
+++ b/test_fixtures/UnclaimedDraftCreateRequest.json
@@ -122,6 +122,7 @@
"test_mode": true,
"type": "send_document",
"use_preexisting_fields": true,
- "use_text_tags": true
+ "use_text_tags": true,
+ "ignore_text_tags_extraction_errors": false
}
}
diff --git a/types/api/apis.d.ts b/types/api/apis.d.ts
index 18c5401..d15f3ad 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.11.0/node";
+export declare const USER_AGENT = "OpenAPI-Generator/1.12.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 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;