Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
2 changes: 1 addition & 1 deletion api/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
74 changes: 73 additions & 1 deletion dist/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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"
}
];
}
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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"
}
];
}
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions docs/model/SignatureRequestCreateEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;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. | |

Expand Down
1 change: 1 addition & 0 deletions docs/model/SignatureRequestEditEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;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. | |

Expand Down
1 change: 1 addition & 0 deletions docs/model/SignatureRequestEditRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/model/SignatureRequestSendRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/model/TemplateCreateEmbeddedDraftRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/model/TemplateCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/model/UnclaimedDraftCreateEmbeddedRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;s information during signing.<br><br>**NOTE:** Keep your signer&#39;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.<br><br>**NOTE:** This does not correspond to the **expires_at** returned in the response. | |

Expand Down
Loading
Loading