Skip to content

Commit a1fdc2b

Browse files
Merge pull request #33 from hellosign/release-1.12.0
Release 1.12.0
2 parents 349b79f + 04e4db7 commit a1fdc2b

38 files changed

Lines changed: 215 additions & 16 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

api/apis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const queryParamsSerializer = (params) => {
3838
return Qs.stringify(params, { arrayFormat: "brackets" });
3939
};
4040

41-
export const USER_AGENT = "OpenAPI-Generator/1.11.0/node";
41+
export const USER_AGENT = "OpenAPI-Generator/1.12.0/node";
4242

4343
/**
4444
* Generates an object containing form data.

dist/api.js

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19572,6 +19572,10 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde
1957219572
* 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`.
1957319573
*/
1957419574
this["useTextTags"] = false;
19575+
/**
19576+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
19577+
*/
19578+
this["ignoreTextTagsExtractionErrors"] = false;
1957519579
/**
1957619580
* 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.
1957719581
*/
@@ -19692,6 +19696,11 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde
1969219696
baseName: "use_text_tags",
1969319697
type: "boolean"
1969419698
},
19699+
{
19700+
name: "ignoreTextTagsExtractionErrors",
19701+
baseName: "ignore_text_tags_extraction_errors",
19702+
type: "boolean"
19703+
},
1969519704
{
1969619705
name: "populateAutoFillFields",
1969719706
baseName: "populate_auto_fill_fields",
@@ -19849,6 +19858,10 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq
1984919858
* 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`.
1985019859
*/
1985119860
this["useTextTags"] = false;
19861+
/**
19862+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
19863+
*/
19864+
this["ignoreTextTagsExtractionErrors"] = false;
1985219865
/**
1985319866
* 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.
1985419867
*/
@@ -19969,6 +19982,11 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq
1996919982
baseName: "use_text_tags",
1997019983
type: "boolean"
1997119984
},
19985+
{
19986+
name: "ignoreTextTagsExtractionErrors",
19987+
baseName: "ignore_text_tags_extraction_errors",
19988+
type: "boolean"
19989+
},
1997219990
{
1997319991
name: "populateAutoFillFields",
1997419992
baseName: "populate_auto_fill_fields",
@@ -20130,6 +20148,10 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest {
2013020148
* 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`.
2013120149
*/
2013220150
this["useTextTags"] = false;
20151+
/**
20152+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
20153+
*/
20154+
this["ignoreTextTagsExtractionErrors"] = false;
2013320155
}
2013420156
static {
2013520157
this.discriminator = void 0;
@@ -20256,6 +20278,11 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest {
2025620278
baseName: "use_text_tags",
2025720279
type: "boolean"
2025820280
},
20281+
{
20282+
name: "ignoreTextTagsExtractionErrors",
20283+
baseName: "ignore_text_tags_extraction_errors",
20284+
type: "boolean"
20285+
},
2025920286
{
2026020287
name: "expiresAt",
2026120288
baseName: "expires_at",
@@ -21397,6 +21424,10 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest {
2139721424
* 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`.
2139821425
*/
2139921426
this["useTextTags"] = false;
21427+
/**
21428+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
21429+
*/
21430+
this["ignoreTextTagsExtractionErrors"] = false;
2140021431
}
2140121432
static {
2140221433
this.discriminator = void 0;
@@ -21528,6 +21559,11 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest {
2152821559
baseName: "use_text_tags",
2152921560
type: "boolean"
2153021561
},
21562+
{
21563+
name: "ignoreTextTagsExtractionErrors",
21564+
baseName: "ignore_text_tags_extraction_errors",
21565+
type: "boolean"
21566+
},
2153121567
{
2153221568
name: "expiresAt",
2153321569
baseName: "expires_at",
@@ -23995,6 +24031,10 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque
2399524031
* Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).
2399624032
*/
2399724033
this["usePreexistingFields"] = false;
24034+
/**
24035+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
24036+
*/
24037+
this["ignoreTextTagsExtractionErrors"] = false;
2399824038
}
2399924039
static {
2400024040
this.discriminator = void 0;
@@ -24125,6 +24165,11 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque
2412524165
name: "usePreexistingFields",
2412624166
baseName: "use_preexisting_fields",
2412724167
type: "boolean"
24168+
},
24169+
{
24170+
name: "ignoreTextTagsExtractionErrors",
24171+
baseName: "ignore_text_tags_extraction_errors",
24172+
type: "boolean"
2412824173
}
2412924174
];
2413024175
}
@@ -24227,6 +24272,10 @@ var TemplateCreateRequest = class _TemplateCreateRequest {
2422724272
* Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).
2422824273
*/
2422924274
this["usePreexistingFields"] = false;
24275+
/**
24276+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
24277+
*/
24278+
this["ignoreTextTagsExtractionErrors"] = false;
2423024279
}
2423124280
static {
2423224281
this.discriminator = void 0;
@@ -24322,6 +24371,11 @@ var TemplateCreateRequest = class _TemplateCreateRequest {
2432224371
name: "usePreexistingFields",
2432324372
baseName: "use_preexisting_fields",
2432424373
type: "boolean"
24374+
},
24375+
{
24376+
name: "ignoreTextTagsExtractionErrors",
24377+
baseName: "ignore_text_tags_extraction_errors",
24378+
type: "boolean"
2432524379
}
2432624380
];
2432724381
}
@@ -26006,6 +26060,10 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq
2600626060
* 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.
2600726061
*/
2600826062
this["useTextTags"] = false;
26063+
/**
26064+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
26065+
*/
26066+
this["ignoreTextTagsExtractionErrors"] = false;
2600926067
/**
2601026068
* 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.
2601126069
*/
@@ -26186,6 +26244,11 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq
2618626244
baseName: "use_text_tags",
2618726245
type: "boolean"
2618826246
},
26247+
{
26248+
name: "ignoreTextTagsExtractionErrors",
26249+
baseName: "ignore_text_tags_extraction_errors",
26250+
type: "boolean"
26251+
},
2618926252
{
2619026253
name: "populateAutoFillFields",
2619126254
baseName: "populate_auto_fill_fields",
@@ -26469,6 +26532,10 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest {
2646926532
* 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.
2647026533
*/
2647126534
this["useTextTags"] = false;
26535+
/**
26536+
* Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.
26537+
*/
26538+
this["ignoreTextTagsExtractionErrors"] = false;
2647226539
}
2647326540
static {
2647426541
this.discriminator = void 0;
@@ -26590,6 +26657,11 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest {
2659026657
baseName: "use_text_tags",
2659126658
type: "boolean"
2659226659
},
26660+
{
26661+
name: "ignoreTextTagsExtractionErrors",
26662+
baseName: "ignore_text_tags_extraction_errors",
26663+
type: "boolean"
26664+
},
2659326665
{
2659426666
name: "expiresAt",
2659526667
baseName: "expires_at",
@@ -36261,7 +36333,7 @@ var HttpError = class extends Error {
3626136333
var queryParamsSerializer = (params) => {
3626236334
return import_qs.default.stringify(params, { arrayFormat: "brackets" });
3626336335
};
36264-
var USER_AGENT = "OpenAPI-Generator/1.11.0/node";
36336+
var USER_AGENT = "OpenAPI-Generator/1.12.0/node";
3626536337
var generateFormData = (obj, typemap) => {
3626636338
const data = {};
3626736339
let localVarUseFormData = false;

docs/model/SignatureRequestCreateEmbeddedRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
2828
| `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] |
2929
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
3030
| `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] |
31+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
3132
| `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] |
3233
| `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. | |
3334

docs/model/SignatureRequestEditEmbeddedRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
2828
| `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] |
2929
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
3030
| `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] |
31+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
3132
| `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] |
3233
| `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. | |
3334

docs/model/SignatureRequestEditRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
3030
| `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] |
3131
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
3232
| `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] |
33+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
3334
| `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. | |
3435

3536
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/model/SignatureRequestSendRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
3131
| `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] |
3232
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
3333
| `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] |
34+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
3435
| `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. | |
3536

3637
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/model/TemplateCreateEmbeddedDraftRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ Name | Type | Description | Notes
3131
| `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] |
3232
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
3333
| `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] |
34+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
3435

3536
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/model/TemplateCreateRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Name | Type | Description | Notes
2424
| `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] |
2525
| `title` | ```string``` | The title you want to assign to the SignatureRequest. | |
2626
| `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] |
27+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
2728

2829
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/model/UnclaimedDraftCreateEmbeddedRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Name | Type | Description | Notes
4040
| `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] |
4141
| `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] |
4242
| `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] |
43+
| `ignoreTextTagsExtractionErrors` | ```boolean``` | Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. | [default to false] |
4344
| `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] |
4445
| `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. | |
4546

0 commit comments

Comments
 (0)