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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions openapi-fern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23853,6 +23853,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.
Expand Down
39 changes: 39 additions & 0 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8505,6 +8505,10 @@ components:
description: '_t__SignatureRequestCreateEmbedded::USE_TEXT_TAGS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__SignatureRequestCreateEmbedded::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
populate_auto_fill_fields:
description: '_t__SignatureRequestCreateEmbedded::POPULATE_AUTO_FILL_FIELDS'
type: boolean
Expand Down Expand Up @@ -8707,6 +8711,11 @@ components:
description: '_t__SignatureRequestSend::USE_PREEXISTING_FIELDS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__SignatureRequestSend::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
expires_at:
description: '_t__SignatureRequestSend::EXPIRES_AT'
type: integer
Expand Down Expand Up @@ -8820,6 +8829,11 @@ components:
description: '_t__SignatureRequestCreateEmbedded::USE_TEXT_TAGS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__SignatureRequestCreateEmbedded::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
populate_auto_fill_fields:
description: '_t__SignatureRequestCreateEmbedded::POPULATE_AUTO_FILL_FIELDS'
type: boolean
Expand Down Expand Up @@ -9123,6 +9137,11 @@ components:
description: '_t__SignatureRequestSend::USE_PREEXISTING_FIELDS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__SignatureRequestSend::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
expires_at:
description: '_t__SignatureRequestSend::EXPIRES_AT'
type: integer
Expand Down Expand Up @@ -10310,6 +10329,11 @@ components:
description: '_t__TemplateCreate::USE_PREEXISTING_FIELDS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__TemplateCreate::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
signer_experience:
description: '_t__TemplateCreate::SIGNER_EXPERIENCE'
allOf:
Expand Down Expand Up @@ -10428,6 +10452,11 @@ components:
description: '_t__TemplateCreateEmbeddedDraft::USE_PREEXISTING_FIELDS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__TemplateCreateEmbeddedDraft::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
signer_experience:
description: '_t__TemplateCreateEmbeddedDraft::SIGNER_EXPERIENCE'
allOf:
Expand Down Expand Up @@ -10616,6 +10645,11 @@ components:
description: '_t__UnclaimedDraftCreate::USE_TEXT_TAGS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__UnclaimedDraftCreate::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
expires_at:
description: '_t__UnclaimedDraftCreate::EXPIRES_AT'
type: integer
Expand Down Expand Up @@ -10776,6 +10810,11 @@ components:
description: '_t__UnclaimedDraftCreateEmbedded::USE_TEXT_TAGS'
type: boolean
default: false
ignore_text_tags_extraction_errors:
description: '_t__UnclaimedDraftCreateEmbedded::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS'
type: boolean
default: false
x-hideOn: doc
populate_auto_fill_fields:
description: '_t__UnclaimedDraftCreateEmbedded::POPULATE_AUTO_FILL_FIELDS'
type: boolean
Expand Down
32 changes: 32 additions & 0 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8555,6 +8555,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.
Expand Down Expand Up @@ -8800,6 +8804,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
Expand Down Expand Up @@ -8945,6 +8953,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.
Expand Down Expand Up @@ -9300,6 +9312,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
Expand Down Expand Up @@ -10657,6 +10673,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:
Expand Down Expand Up @@ -10799,6 +10819,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:
Expand Down Expand Up @@ -10978,6 +11002,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.
Expand Down Expand Up @@ -11168,6 +11196,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.
Expand Down
4 changes: 4 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8555,6 +8555,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.
Expand Down
Loading
Loading