You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/api.js
+73-1Lines changed: 73 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19572,6 +19572,10 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde
19572
19572
* 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`.
19573
19573
*/
19574
19574
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;
19575
19579
/**
19576
19580
* 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.
19577
19581
*/
@@ -19692,6 +19696,11 @@ var SignatureRequestCreateEmbeddedRequest = class _SignatureRequestCreateEmbedde
19692
19696
baseName: "use_text_tags",
19693
19697
type: "boolean"
19694
19698
},
19699
+
{
19700
+
name: "ignoreTextTagsExtractionErrors",
19701
+
baseName: "ignore_text_tags_extraction_errors",
19702
+
type: "boolean"
19703
+
},
19695
19704
{
19696
19705
name: "populateAutoFillFields",
19697
19706
baseName: "populate_auto_fill_fields",
@@ -19849,6 +19858,10 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq
19849
19858
* 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`.
19850
19859
*/
19851
19860
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;
19852
19865
/**
19853
19866
* 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.
19854
19867
*/
@@ -19969,6 +19982,11 @@ var SignatureRequestEditEmbeddedRequest = class _SignatureRequestEditEmbeddedReq
19969
19982
baseName: "use_text_tags",
19970
19983
type: "boolean"
19971
19984
},
19985
+
{
19986
+
name: "ignoreTextTagsExtractionErrors",
19987
+
baseName: "ignore_text_tags_extraction_errors",
19988
+
type: "boolean"
19989
+
},
19972
19990
{
19973
19991
name: "populateAutoFillFields",
19974
19992
baseName: "populate_auto_fill_fields",
@@ -20130,6 +20148,10 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest {
20130
20148
* 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`.
20131
20149
*/
20132
20150
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;
20133
20155
}
20134
20156
static {
20135
20157
this.discriminator = void 0;
@@ -20256,6 +20278,11 @@ var SignatureRequestEditRequest = class _SignatureRequestEditRequest {
20256
20278
baseName: "use_text_tags",
20257
20279
type: "boolean"
20258
20280
},
20281
+
{
20282
+
name: "ignoreTextTagsExtractionErrors",
20283
+
baseName: "ignore_text_tags_extraction_errors",
20284
+
type: "boolean"
20285
+
},
20259
20286
{
20260
20287
name: "expiresAt",
20261
20288
baseName: "expires_at",
@@ -21397,6 +21424,10 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest {
21397
21424
* 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`.
21398
21425
*/
21399
21426
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;
21400
21431
}
21401
21432
static {
21402
21433
this.discriminator = void 0;
@@ -21528,6 +21559,11 @@ var SignatureRequestSendRequest = class _SignatureRequestSendRequest {
21528
21559
baseName: "use_text_tags",
21529
21560
type: "boolean"
21530
21561
},
21562
+
{
21563
+
name: "ignoreTextTagsExtractionErrors",
21564
+
baseName: "ignore_text_tags_extraction_errors",
21565
+
type: "boolean"
21566
+
},
21531
21567
{
21532
21568
name: "expiresAt",
21533
21569
baseName: "expires_at",
@@ -23995,6 +24031,10 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque
23995
24031
* Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).
23996
24032
*/
23997
24033
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;
23998
24038
}
23999
24039
static {
24000
24040
this.discriminator = void 0;
@@ -24125,6 +24165,11 @@ var TemplateCreateEmbeddedDraftRequest = class _TemplateCreateEmbeddedDraftReque
24125
24165
name: "usePreexistingFields",
24126
24166
baseName: "use_preexisting_fields",
24127
24167
type: "boolean"
24168
+
},
24169
+
{
24170
+
name: "ignoreTextTagsExtractionErrors",
24171
+
baseName: "ignore_text_tags_extraction_errors",
24172
+
type: "boolean"
24128
24173
}
24129
24174
];
24130
24175
}
@@ -24227,6 +24272,10 @@ var TemplateCreateRequest = class _TemplateCreateRequest {
24227
24272
* Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).
24228
24273
*/
24229
24274
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;
24230
24279
}
24231
24280
static {
24232
24281
this.discriminator = void 0;
@@ -24322,6 +24371,11 @@ var TemplateCreateRequest = class _TemplateCreateRequest {
24322
24371
name: "usePreexistingFields",
24323
24372
baseName: "use_preexisting_fields",
24324
24373
type: "boolean"
24374
+
},
24375
+
{
24376
+
name: "ignoreTextTagsExtractionErrors",
24377
+
baseName: "ignore_text_tags_extraction_errors",
24378
+
type: "boolean"
24325
24379
}
24326
24380
];
24327
24381
}
@@ -26006,6 +26060,10 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq
26006
26060
* 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.
26007
26061
*/
26008
26062
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;
26009
26067
/**
26010
26068
* 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.
26011
26069
*/
@@ -26186,6 +26244,11 @@ var UnclaimedDraftCreateEmbeddedRequest = class _UnclaimedDraftCreateEmbeddedReq
26186
26244
baseName: "use_text_tags",
26187
26245
type: "boolean"
26188
26246
},
26247
+
{
26248
+
name: "ignoreTextTagsExtractionErrors",
26249
+
baseName: "ignore_text_tags_extraction_errors",
26250
+
type: "boolean"
26251
+
},
26189
26252
{
26190
26253
name: "populateAutoFillFields",
26191
26254
baseName: "populate_auto_fill_fields",
@@ -26469,6 +26532,10 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest {
26469
26532
* 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.
26470
26533
*/
26471
26534
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;
26472
26539
}
26473
26540
static {
26474
26541
this.discriminator = void 0;
@@ -26590,6 +26657,11 @@ var UnclaimedDraftCreateRequest = class _UnclaimedDraftCreateRequest {
26590
26657
baseName: "use_text_tags",
26591
26658
type: "boolean"
26592
26659
},
26660
+
{
26661
+
name: "ignoreTextTagsExtractionErrors",
26662
+
baseName: "ignore_text_tags_extraction_errors",
26663
+
type: "boolean"
26664
+
},
26593
26665
{
26594
26666
name: "expiresAt",
26595
26667
baseName: "expires_at",
@@ -36261,7 +36333,7 @@ var HttpError = class extends Error {
Copy file name to clipboardExpand all lines: docs/model/SignatureRequestCreateEmbeddedRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
|`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]|
29
29
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
30
30
|`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]|
31
32
|`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.<br><br>**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]|
32
33
|`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. ||
Copy file name to clipboardExpand all lines: docs/model/SignatureRequestEditEmbeddedRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
|`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]|
29
29
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
30
30
|`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]|
31
32
|`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.<br><br>**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]|
32
33
|`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. ||
Copy file name to clipboardExpand all lines: docs/model/SignatureRequestEditRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
30
30
|`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]|
31
31
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
32
32
|`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]|
33
34
|`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. ||
34
35
35
36
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/model/SignatureRequestSendRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
31
31
|`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]|
32
32
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
33
33
|`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]|
34
35
|`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. ||
35
36
36
37
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/model/TemplateCreateEmbeddedDraftRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,5 +31,6 @@ Name | Type | Description | Notes
31
31
|`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]|
32
32
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
33
33
|`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]|
34
35
35
36
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/model/TemplateCreateRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,6 @@ Name | Type | Description | Notes
24
24
|`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]|
25
25
|`title`|```string```| The title you want to assign to the SignatureRequest. ||
26
26
|`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]|
27
28
28
29
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: docs/model/UnclaimedDraftCreateEmbeddedRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Name | Type | Description | Notes
40
40
|`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]|
41
41
|`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]|
42
42
|`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]|
43
44
|`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.<br><br>**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]|
44
45
|`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. ||
0 commit comments