Skip to content

chore: 🐝 Update SDK - Generate 0.7.0 - #10

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488
Open

chore: 🐝 Update SDK - Generate 0.7.0#10
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 22, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • documenso.documents.get(): response Changed (Breaking ⚠️)
  • documenso.envelopes.update():
    • request Changed
    • response Changed (Breaking ⚠️)
  • documenso.envelopes.fields.create_many():
    • request.data[] Changed (Breaking ⚠️)
    • response.data[].field_meta Changed
  • documenso.envelope.envelope_find():
    • request Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_audit_log_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.template.template_create_template_temporary():
    • request Changed
    • response.template Changed (Breaking ⚠️)
  • documenso.template.template_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.templates.use():
    • request.override Changed
    • response Changed (Breaking ⚠️)
  • documenso.templates.duplicate(): response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.update():
    • request Changed
    • response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.get(): response Changed (Breaking ⚠️)
  • documenso.templates.find():
    • request.type Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.document.document_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelopes.get(): response Changed (Breaking ⚠️)
  • documenso.documents.create_v0():
    • request Changed
    • response.document Changed (Breaking ⚠️)
  • documenso.documents.distribute():
    • request.meta Changed
    • response.status.enum(cancelled) Added (Breaking ⚠️)
  • documenso.documents.update():
    • request.meta Changed
    • response.status.enum(cancelled) Added (Breaking ⚠️)
  • documenso.documents.find():
    • request Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.documents.recipients.get(): response Changed
  • documenso.document.document_get_many(): Deprecated
  • documenso.documents.get(): Deprecated
  • documenso.envelopes.fields.get(): response.field_meta Changed
  • documenso.documents.find(): Deprecated
  • documenso.envelopes.recipients.update_many(): response.data[] Changed
  • documenso.documents.create(): Deprecated
  • documenso.documents.create(): request.payload Changed
  • documenso.documents.update(): Deprecated
  • documenso.envelopes.recipients.create_many(): response.data[] Changed
  • documenso.documents.delete(): Deprecated
  • documenso.documents.duplicate(): Deprecated
  • documenso.documents.distribute(): Deprecated
  • documenso.envelopes.recipients.get(): response Changed
  • documenso.documents.redistribute(): Deprecated
  • documenso.documents.download(): Deprecated
  • documenso.envelopes.items.download(): request.version Changed
  • documenso.documents.attachments.create(): Deprecated
  • documenso.documents.attachments.update(): Deprecated
  • documenso.documents.attachments.delete(): Deprecated
  • documenso.documents.attachments.find(): Deprecated
  • documenso.documents.fields.get(): Deprecated
  • documenso.documents.fields.get(): response.field_meta Changed
  • documenso.documents.fields.create(): Deprecated
  • documenso.documents.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.documents.fields.create_many(): Deprecated
  • documenso.documents.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.documents.fields.update(): Deprecated
  • documenso.documents.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.documents.fields.update_many(): Deprecated
  • documenso.documents.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.documents.fields.delete(): Deprecated
  • documenso.documents.recipients.get(): Deprecated
  • documenso.envelopes.items.create_many(): response.data[].document_data_id Added
  • documenso.documents.recipients.create(): Deprecated
  • documenso.documents.recipients.create(): response Changed
  • documenso.documents.recipients.create_many(): Deprecated
  • documenso.documents.recipients.create_many(): response.recipients[] Changed
  • documenso.documents.recipients.update(): Deprecated
  • documenso.documents.recipients.update(): response Changed
  • documenso.documents.recipients.update_many(): Deprecated
  • documenso.documents.recipients.update_many(): response.recipients[] Changed
  • documenso.documents.recipients.delete(): Deprecated
  • documenso.envelopes.fields.update_many():
    • request.data[] Changed
    • response.data[].field_meta Changed
  • documenso.envelopes.distribute(): request.meta Changed
  • documenso.document.document_download(): Deprecated
  • documenso.templates.find(): Deprecated
  • documenso.envelopes.duplicate(): request Changed
  • documenso.templates.get(): Deprecated
  • documenso.envelopes.use(): request.payload Changed
  • documenso.templates.create(): Deprecated
  • documenso.templates.create(): request.payload Changed
  • documenso.templates.update(): Deprecated
  • documenso.envelopes.create(): request.payload Changed
  • documenso.templates.duplicate(): Deprecated
  • documenso.envelope.envelope_cancel(): Added
  • documenso.templates.delete(): Deprecated
  • documenso.templates.use(): Deprecated
  • documenso.envelope.envelope_certificate_download_pdf(): Added
  • documenso.templates.fields.create(): Deprecated
  • documenso.templates.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.get(): Deprecated
  • documenso.templates.fields.get(): response.field_meta Changed
  • documenso.templates.fields.create_many(): Deprecated
  • documenso.templates.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.fields.update(): Deprecated
  • documenso.templates.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.update_many(): Deprecated
  • documenso.templates.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.fields.delete(): Deprecated
  • documenso.templates.recipients.get(): Deprecated
  • documenso.templates.recipients.get(): response Changed
  • documenso.templates.recipients.create(): Deprecated
  • documenso.templates.recipients.create(): response Changed
  • documenso.templates.recipients.create_many(): Deprecated
  • documenso.templates.recipients.create_many(): response.recipients[] Changed
  • documenso.templates.recipients.update(): Deprecated
  • documenso.templates.recipients.update(): response Changed
  • documenso.templates.recipients.update_many(): Deprecated
  • documenso.templates.recipients.update_many(): response.recipients[] Changed
  • documenso.templates.recipients.delete(): Deprecated
  • documenso.templates.direct_link.create(): Deprecated
  • documenso.templates.direct_link.delete(): Deprecated
  • documenso.templates.direct_link.toggle(): Deprecated
  • documenso.template.template_get_many(): Deprecated
  • documenso.envelope.envelope_audit_log_download_pdf(): Added
  • documenso.template.template_create_template_temporary(): Deprecated
  • documenso.envelope_recipients.envelope_recipient_reject_on_behalf_of(): Added

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├──[+] path (145:5)
  ├──[+] path (192:5)
  ├──[+] path (193:5)
  ├──[+] path (634:5)
  ├─┬/document/distribute
  │ └─┬POST
  │   ├──[🔀] description (995:24)
  │   ├──[+] deprecated (998:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬status
  │   │         └──[+] enum (1045:291)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (1040:82)❌ 
  │           │ └──[-] format (1:235892)❌ 
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (1041:579)❌ 
  │           │ ├──[+] properties (1041:511)
  │           │ └──[+] properties (1041:453)
  │           └─┬dateFormat
  │             ├──[+] enum (1007:217)
  │             ├──[+] enum (1007:81)
  │             ├──[+] enum (1007:196)
  │             └─┬Extensions
  │               └──[🔀] x-speakeasy-enums (1008:46)
  ├─┬/document/recipient/create
  │ └─┬POST
  │   ├──[🔀] description (1498:24)
  │   ├──[+] deprecated (1501:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1503:1443)❌ 
  │   │       ├──[+] required (1503:1455)❌ 
  │   │       ├──[+] properties (1503:688)
  │   │       ├──[+] properties (1503:642)
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:445322)❌ 
  │   │       │ ├──[-] enum (1:445336)❌ 
  │   │       │ ├──[-] enum (1:445346)❌ 
  │   │       │ └──[+] nullable (1503:784)❌ 
  │   │       ├─┬role
  │   │       │ ├──[+] enum (1503:286)
  │   │       │ ├──[+] enum (1503:299)
  │   │       │ ├──[-] enum (1:445182)❌ 
  │   │       │ ├──[-] enum (1:445194)❌ 
  │   │       │ ├──[-] enum (1:445156)❌ 
  │   │       │ ├──[-] enum (1:445162)❌ 
  │   │       │ └──[-] enum (1:445172)❌ 
  │   │       ├─┬sendStatus
  │   │       │ ├──[-] enum (1:445414)❌ 
  │   │       │ ├──[-] enum (1:445402)❌ 
  │   │       │ └──[+] nullable (1503:1210)❌ 
  │   │       ├─┬signedAt
  │   │       │ ├──[+] enum (1503:200)
  │   │       │ ├──[+] enum (1503:205)
  │   │       │ ├──[+] enum (1503:214)
  │   │       │ ├──[+] enum (1503:223)
  │   │       │ ├──[+] enum (1503:234)
  │   │       │ └──[-] nullable (1:445687)❌ 
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1503:435)
  │   │       │ ├──[+] enum (1503:424)
  │   │       │ ├──[🔀] type (1503:407)❌ 
  │   │       │ └──[-] nullable (1:446096)❌ 
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:445251)❌ 
  │   │       │ ├──[-] enum (1:445265)❌ 
  │   │       │ └──[🔀] type (1503:457)❌ 
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1503:616)❌ 
  │   │       │ └──[+] nullable (1503:636)❌ 
  │   │       ├─┬name
  │   │       │ └──[+] nullable (1503:682)❌ 
  │   │       ├─┬rejectionReason
  │   │       │ └──[-] nullable (1:446153)❌ 
  │   │       └─┬token
  │   │         ├──[+] enum (1503:351)
  │   │         ├──[+] enum (1503:364)
  │   │         └──[+] enum (1503:373)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1502:221)❌ 
  │             └──[-] format (1:444373)❌ 
  ├─┬/template/field/{fieldId}
  │ └─┬GET
  │   ├──[🔀] description (1382:24)
  │   ├──[+] deprecated (1385:23)
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬fieldMeta
  │             ├─┬ONEOF
  │             │ ├──[+] required (1387:977)❌ 
  │             │ ├──[+] properties (1387:825)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:369127)❌ 
  │             │ │ └──[🔀] type (1387:717)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:861)
  │             │ │ ├──[+] enum (1387:868)
  │             │ │ ├──[+] enum (1387:881)
  │             │ │ ├──[+] enum (1387:892)
  │             │ │ └──[+] default (1387:910)❌ 
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1387:688)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:1214)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:1250)
  │             │ │ ├──[+] enum (1387:1257)
  │             │ │ ├──[+] enum (1387:1270)
  │             │ │ └──[+] enum (1387:1281)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1387:1077)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:1372)
  │             │ │ ├──[+] enum (1387:1379)
  │             │ │ ├──[+] enum (1387:1388)
  │             │ │ └──[-] enum (1:369442)❌ 
  │             │ └─┬textAlign
  │             │   ├──[-] enum (1:369497)❌ 
  │             │   ├──[-] enum (1:369505)❌ 
  │             │   ├──[-] enum (1:369515)❌ 
  │             │   └──[🔀] type (1387:1106)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:1637)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:369877)❌ 
  │             │ │ ├──[-] enum (1:369885)❌ 
  │             │ │ ├──[-] enum (1:369895)❌ 
  │             │ │ └──[🔀] type (1387:1529)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:1791)
  │             │ │ ├──[+] enum (1387:1798)
  │             │ │ ├──[+] enum (1387:1807)
  │             │ │ └──[-] enum (1:369826)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:1673)
  │             │ │ ├──[+] enum (1387:1680)
  │             │ │ ├──[+] enum (1387:1693)
  │             │ │ └──[+] enum (1387:1704)
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1387:1500)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1387:2267)❌ 
  │             │ ├──[+] properties (1387:2056)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:370258)❌ 
  │             │ │ ├──[-] enum (1:370266)❌ 
  │             │ │ ├──[-] enum (1:370276)❌ 
  │             │ │ └──[🔀] type (1387:1948)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:2228)
  │             │ │ ├──[+] enum (1387:2235)
  │             │ │ ├──[+] enum (1387:2244)
  │             │ │ └──[-] enum (1:370206)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:2092)
  │             │ │ ├──[+] enum (1387:2099)
  │             │ │ ├──[+] enum (1387:2112)
  │             │ │ ├──[+] enum (1387:2123)
  │             │ │ └──[+] default (1387:2141)❌ 
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1387:1919)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1387:2714)❌ 
  │             │ ├──[+] properties (1387:2504)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:2540)
  │             │ │ ├──[+] enum (1387:2547)
  │             │ │ ├──[+] enum (1387:2560)
  │             │ │ ├──[+] enum (1387:2571)
  │             │ │ └──[+] default (1387:2589)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1387:2367)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:2675)
  │             │ │ ├──[+] enum (1387:2682)
  │             │ │ ├──[+] enum (1387:2691)
  │             │ │ └──[-] enum (1:370587)❌ 
  │             │ └─┬textAlign
  │             │   ├──[-] enum (1:370656)❌ 
  │             │   ├──[-] enum (1:370638)❌ 
  │             │   ├──[-] enum (1:370646)❌ 
  │             │   └──[🔀] type (1387:2396)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:2951)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:2987)
  │             │ │ ├──[+] enum (1387:2994)
  │             │ │ ├──[+] enum (1387:3007)
  │             │ │ └──[+] enum (1387:3018)
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:3177)
  │             │ │ ├──[+] enum (1387:3184)
  │             │ │ ├──[+] enum (1387:3193)
  │             │ │ └──[-] enum (1:370967)❌ 
  │             │ ├─┬text
  │             │ │ └──[🔀] type (1387:2843)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:371098)❌ 
  │             │ │ ├──[-] enum (1:371106)❌ 
  │             │ │ └──[-] enum (1:371116)❌ 
  │             │ ├─┬verticalAlign
  │             │ │ ├──[+] enum (1387:3059)
  │             │ │ ├──[-] enum (1:371356)❌ 
  │             │ │ ├──[-] enum (1:371363)❌ 
  │             │ │ ├──[-] enum (1:371373)❌ 
  │             │ │ ├──[-] enum (1:371383)❌ 
  │             │ │ └──[-] nullable (1:371341)❌ 
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1387:2814)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:3678)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1387:3541)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:371927)❌ 
  │             │ │ ├──[-] enum (1:371935)❌ 
  │             │ │ ├──[-] enum (1:371945)❌ 
  │             │ │ └──[🔀] type (1387:3570)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1387:3999)
  │             │ │ ├──[+] enum (1387:4006)
  │             │ │ ├──[+] enum (1387:4015)
  │             │ │ └──[-] enum (1:371691)❌ 
  │             │ ├─┬verticalAlign
  │             │ │ ├──[-] enum (1:372212)❌ 
  │             │ │ ├──[-] enum (1:372185)❌ 
  │             │ │ ├──[-] enum (1:372192)❌ 
  │             │ │ ├──[-] enum (1:372202)❌ 
  │             │ │ └──[-] nullable (1:372170)❌ 
  │             │ ├─┬value
  │             │ │ └──[+] enum (1387:3786)
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1387:3745)
  │             │   ├──[+] enum (1387:3714)
  │             │   ├──[+] enum (1387:3721)
  │             │   └──[+] enum (1387:3734)
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:4500)
  │             │ ├─┬values
  │             │ │ ├──[+] enum (1387:4608)
  │             │ │ ├──[-] items (1:372568)❌ 
  │             │ │ └──[🔀] type (1387:4591)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:4536)
  │             │ │ ├──[+] enum (1387:4543)
  │             │ │ ├──[+] enum (1387:4556)
  │             │ │ └──[+] enum (1387:4567)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:372520)❌ 
  │             │ │ └──[🔀] type (1387:4392)❌ 
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1387:4363)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1387:5134)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1387:4997)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1387:5177)
  │             │ │ ├──[+] enum (1387:5190)
  │             │ │ ├──[+] enum (1387:5201)
  │             │ │ └──[+] enum (1387:5170)
  │             │ ├─┬values
  │             │ │ ├──[-] items (1:373188)❌ 
  │             │ │ └──[🔀] type (1387:5461)❌ 
  │             │ ├─┬validationLength
  │             │ │ ├──[+] enum (1387:5242)
  │             │ │ └──[🔀] type (1387:5225)❌ 
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:373137)❌ 
  │             │ │ └──[🔀] type (1387:5026)❌ 
  │             │ └─┬validationRule
  │             │   └──[🔀] type (1387:5498)❌ 
  │             └─┬ONEOF
  │               ├──[+] properties (1387:5843)
  │               ├─┬readOnly
  │               │ └──[🔀] type (1387:5706)❌ 
  │               ├─┬placeholder
  │               │ ├──[+] enum (1387:5879)
  │               │ ├──[+] enum (1387:5886)
  │               │ ├──[+] enum (1387:5899)
  │               │ └──[+] enum (1387:5910)
  │               ├─┬type
  │               │ ├──[-] enum (1:373835)❌ 
  │               │ └──[🔀] type (1387:5735)❌ 
  │               └─┬values
  │                 ├──[+] enum (1387:5951)
  │                 ├──[-] items (1:373886)❌ 
  │                 └──[🔀] type (1387:5934)❌ 
  ├─┬/envelope/duplicate
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (641:211)
  │         ├──[+] properties (641:157)
  │         └─┬envelopeId
  │           └──[+] minLength (641:154)❌ 
  ├─┬/document/recipient/{recipientId}
  │ └─┬GET
  │   ├──[🔀] description (1486:24)
  │   ├──[+] deprecated (1489:23)
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1491:7769)❌ 
  │           ├──[+] required (1491:7781)❌ 
  │           ├──[+] properties (1491:688)
  │           ├──[+] properties (1491:642)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:434903)❌ 
  │           │ ├──[-] enum (1:434915)❌ 
  │           │ └──[+] nullable (1491:1210)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1491:424)
  │           │ ├──[+] enum (1491:435)
  │           │ ├──[🔀] type (1491:407)❌ 
  │           │ └──[-] nullable (1:435597)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1491:662)❌ 
  │           │ └──[+] nullable (1491:682)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:434823)❌ 
  │           │ ├──[-] enum (1:434837)❌ 
  │           │ ├──[-] enum (1:434847)❌ 
  │           │ └──[+] nullable (1491:784)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:435654)❌ 
  │           ├─┬fields
  │           │ └─┬Schema
  │           │   └─┬fieldMeta
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1491:2120)❌ 
  │           │     │ ├──[+] properties (1491:1968)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:1831)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:436531)❌ 
  │           │     │ │ └──[🔀] type (1491:1860)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (1491:2004)
  │           │     │   ├──[+] enum (1491:2011)
  │           │     │   ├──[+] enum (1491:2024)
  │           │     │   ├──[+] enum (1491:2035)
  │           │     │   └──[+] default (1491:2053)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:2357)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1491:2531)
  │           │     │ │ ├──[+] enum (1491:2515)
  │           │     │ │ ├──[+] enum (1491:2522)
  │           │     │ │ └──[-] enum (1:436846)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:2220)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:2393)
  │           │     │ │ ├──[+] enum (1491:2400)
  │           │     │ │ ├──[+] enum (1491:2413)
  │           │     │ │ └──[+] enum (1491:2424)
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:436901)❌ 
  │           │     │   ├──[-] enum (1:436909)❌ 
  │           │     │   ├──[-] enum (1:436919)❌ 
  │           │     │   └──[🔀] type (1491:2249)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:2780)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:2643)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:437289)❌ 
  │           │     │ │ ├──[-] enum (1:437299)❌ 
  │           │     │ │ ├──[-] enum (1:437281)❌ 
  │           │     │ │ └──[🔀] type (1491:2672)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:2816)
  │           │     │ │ ├──[+] enum (1491:2823)
  │           │     │ │ ├──[+] enum (1491:2836)
  │           │     │ │ └──[+] enum (1491:2847)
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (1491:2934)
  │           │     │   ├──[+] enum (1491:2941)
  │           │     │   ├──[+] enum (1491:2950)
  │           │     │   └──[-] enum (1:437230)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1491:3410)❌ 
  │           │     │ ├──[+] properties (1491:3199)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:3062)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:3235)
  │           │     │ │ ├──[+] enum (1491:3242)
  │           │     │ │ ├──[+] enum (1491:3255)
  │           │     │ │ ├──[+] enum (1491:3266)
  │           │     │ │ └──[+] default (1491:3284)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:437662)❌ 
  │           │     │ │ ├──[-] enum (1:437670)❌ 
  │           │     │ │ ├──[-] enum (1:437680)❌ 
  │           │     │ │ └──[🔀] type (1491:3091)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (1491:3371)
  │           │     │   ├──[+] enum (1491:3378)
  │           │     │   ├──[+] enum (1491:3387)
  │           │     │   └──[-] enum (1:437610)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (1491:3857)❌ 
  │           │     │ ├──[+] properties (1491:3647)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:3510)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:3703)
  │           │     │ │ ├──[+] enum (1491:3714)
  │           │     │ │ ├──[+] enum (1491:3683)
  │           │     │ │ ├──[+] enum (1491:3690)
  │           │     │ │ └──[+] default (1491:3732)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1491:3818)
  │           │     │ │ ├──[+] enum (1491:3825)
  │           │     │ │ ├──[+] enum (1491:3834)
  │           │     │ │ └──[-] enum (1:437991)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:438042)❌ 
  │           │     │   ├──[-] enum (1:438050)❌ 
  │           │     │   ├──[-] enum (1:438060)❌ 
  │           │     │   └──[🔀] type (1491:3539)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:4094)
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[+] enum (1491:4202)
  │           │     │ │ ├──[-] enum (1:438777)❌ 
  │           │     │ │ ├──[-] enum (1:438787)❌ 
  │           │     │ │ ├──[-] enum (1:438760)❌ 
  │           │     │ │ ├──[-] enum (1:438767)❌ 
  │           │     │ │ └──[-] nullable (1:438745)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:3957)❌ 
  │           │     │ ├─┬text
  │           │     │ │ └──[🔀] type (1491:3986)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1491:4320)
  │           │     │ │ ├──[+] enum (1491:4327)
  │           │     │ │ ├──[+] enum (1491:4336)
  │           │     │ │ └──[-] enum (1:438371)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:4130)
  │           │     │ │ ├──[+] enum (1491:4137)
  │           │     │ │ ├──[+] enum (1491:4150)
  │           │     │ │ └──[+] enum (1491:4161)
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:438510)❌ 
  │           │     │   ├──[-] enum (1:438520)❌ 
  │           │     │   └──[-] enum (1:438502)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:4821)
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[-] enum (1:439596)❌ 
  │           │     │ │ ├──[-] enum (1:439606)❌ 
  │           │     │ │ ├──[-] enum (1:439616)❌ 
  │           │     │ │ ├──[-] enum (1:439589)❌ 
  │           │     │ │ └──[-] nullable (1:439574)❌ 
  │           │     │ ├─┬value
  │           │     │ │ └──[+] enum (1491:4929)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:4857)
  │           │     │ │ ├──[+] enum (1491:4864)
  │           │     │ │ ├──[+] enum (1491:4877)
  │           │     │ │ └──[+] enum (1491:4888)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:439331)❌ 
  │           │     │ │ ├──[-] enum (1:439339)❌ 
  │           │     │ │ ├──[-] enum (1:439349)❌ 
  │           │     │ │ └──[🔀] type (1491:4713)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (1491:5142)
  │           │     │ │ ├──[+] enum (1491:5149)
  │           │     │ │ ├──[+] enum (1491:5158)
  │           │     │ │ └──[-] enum (1:439095)❌ 
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (1491:4684)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:5643)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:5679)
  │           │     │ │ ├──[+] enum (1491:5686)
  │           │     │ │ ├──[+] enum (1491:5699)
  │           │     │ │ └──[+] enum (1491:5710)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:5506)❌ 
  │           │     │ ├─┬values
  │           │     │ │ ├──[+] enum (1491:5751)
  │           │     │ │ ├──[-] items (1:439972)❌ 
  │           │     │ │ └──[🔀] type (1491:5734)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[-] enum (1:439924)❌ 
  │           │     │   └──[🔀] type (1491:5535)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (1491:6277)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (1491:6140)❌ 
  │           │     │ ├─┬validationRule
  │           │     │ │ └──[🔀] type (1491:6641)❌ 
  │           │     │ ├─┬validationLength
  │           │     │ │ ├──[+] enum (1491:6385)
  │           │     │ │ └──[🔀] type (1491:6368)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (1491:6313)
  │           │     │ │ ├──[+] enum (1491:6320)
  │           │     │ │ ├──[+] enum (1491:6333)
  │           │     │ │ └──[+] enum (1491:6344)
  │           │     │ ├─┬values
  │           │     │ │ ├──[-] items (1:440592)❌ 
  │           │     │ │ └──[🔀] type (1491:6604)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[-] enum (1:440541)❌ 
  │           │     │   └──[🔀] type (1491:6169)❌ 
  │           │     └─┬ONEOF
  │           │       ├──[+] properties (1491:6986)
  │           │       ├─┬readOnly
  │           │       │ └──[🔀] type (1491:6849)❌ 
  │           │       ├─┬placeholder
  │           │       │ ├──[+] enum (1491:7053)
  │           │       │ ├──[+] enum (1491:7022)
  │           │       │ ├──[+] enum (1491:7029)
  │           │       │ └──[+] enum (1491:7042)
  │           │       ├─┬values
  │           │       │ ├──[+] enum (1491:7094)
  │           │       │ ├──[-] items (1:441290)❌ 
  │           │       │ └──[🔀] type (1491:7077)❌ 
  │           │       └─┬type
  │           │         ├──[-] enum (1:441239)❌ 
  │           │         └──[🔀] type (1491:6878)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1491:351)
  │           │ ├──[+] enum (1491:364)
  │           │ └──[+] enum (1491:373)
  │           ├─┬signedAt
  │           │ ├──[+] enum (1491:205)
  │           │ ├──[+] enum (1491:214)
  │           │ ├──[+] enum (1491:223)
  │           │ ├──[+] enum (1491:234)
  │           │ ├──[+] enum (1491:200)
  │           │ └──[-] nullable (1:435188)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:434752)❌ 
  │           │ ├──[-] enum (1:434766)❌ 
  │           │ └──[🔀] type (1491:457)❌ 
  │           ├─┬name
  │           │ ├──[+] items (1491:1249)❌ 
  │           │ └──[🔀] type (1491:1233)❌ 
  │           └─┬role
  │             ├──[+] enum (1491:286)
  │             ├──[+] enum (1491:299)
  │             ├──[-] enum (1:434673)❌ 
  │             ├──[-] enum (1:434683)❌ 
  │             ├──[-] enum (1:434695)❌ 
  │             ├──[-] enum (1:434657)❌ 
  │             └──[-] enum (1:434663)❌ 
  ├─┬/template/create/beta
  │ └─┬POST
  │   ├──[🔀] description (1826:24)
  │   ├──[+] deprecated (1829:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬template
  │   │         ├─┬recipients
  │   │         │ └─┬Schema
  │   │         │   ├──[+] required (1971:1412)❌ 
  │   │         │   ├──[+] required (1971:1400)❌ 
  │   │         │   ├──[+] properties (1971:645)
  │   │         │   ├──[+] properties (1971:599)
  │   │         │   ├─┬sendStatus
  │   │         │   │ ├──[-] enum (1:568987)❌ 
  │   │         │   │ ├──[-] enum (1:568999)❌ 
  │   │         │   │ └──[+] nullable (1971:1167)❌ 
  │   │         │   ├─┬signingStatus
  │   │         │   │ ├──[-] enum (1:568907)❌ 
  │   │         │   │ ├──[-] enum (1:568921)❌ 
  │   │         │   │ ├──[-] enum (1:568931)❌ 
  │   │         │   │ └──[+] nullable (1971:741)❌ 
  │   │         │   ├─┬role
  │   │         │   │ ├──[+] enum (1971:243)
  │   │         │   │ ├──[+] enum (1971:256)
  │   │         │   │ ├──[-] enum (1:568741)❌ 
  │   │         │   │ ├──[-] enum (1:568747)❌ 
  │   │         │   │ ├──[-] enum (1:568757)❌ 
  │   │         │   │ ├──[-] enum (1:568767)❌ 
  │   │         │   │ └──[-] enum (1:568779)❌ 
  │   │         │   ├─┬token
  │   │         │   │ ├──[+] enum (1971:308)
  │   │         │   │ ├──[+] enum (1971:321)
  │   │         │   │ └──[+] enum (1971:330)
  │   │         │   ├─┬rejectionReason
  │   │         │   │ └──[-] nullable (1:569738)❌ 
  │   │         │   ├─┬signingOrder
  │   │         │   │ ├──[+] enum (1971:381)
  │   │         │   │ ├──[+] enum (1971:392)
  │   │         │   │ ├──[🔀] type (1971:364)❌ 
  │   │         │   │ └──[-] nullable (1:569681)❌ 
  │   │         │   ├─┬readStatus
  │   │         │   │ ├──[-] enum (1:568850)❌ 
  │   │         │   │ ├──[-] enum (1:568836)❌ 
  │   │         │   │ └──[🔀] type (1971:414)❌ 
  │   │         │   ├─┬signedAt
  │   │         │   │ ├──[+] enum (1971:157)
  │   │         │   │ ├──[+] enum (1971:162)
  │   │         │   │ ├──[+] enum (1971:171)
  │   │         │   │ ├──[+] enum (1971:180)
  │   │         │   │ ├──[+] enum (1971:191)
  │   │         │   │ └──[-] nullable (1:569272)❌ 
  │   │         │   ├─┬id
  │   │         │   │ ├──[🔀] type (1971:573)❌ 
  │   │         │   │ └──[+] nullable (1971:593)❌ 
  │   │         │   └─┬name
  │   │         │     └──[+] nullable (1971:639)❌ 
  │   │         ├─┬type
  │   │         │ └──[+] enum (1900:77)
  │   │         ├─┬fields
  │   │         │ └─┬Schema
  │   │         │   └─┬fieldMeta
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1972:930)❌ 
  │   │         │     │ ├──[+] properties (1972:778)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[-] enum (1:570929)❌ 
  │   │         │     │ │ └──[🔀] type (1972:670)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:814)
  │   │         │     │ │ ├──[+] enum (1972:821)
  │   │         │     │ │ ├──[+] enum (1972:834)
  │   │         │     │ │ ├──[+] enum (1972:845)
  │   │         │     │ │ └──[+] default (1972:863)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1972:641)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:1167)
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:1223)
  │   │         │     │ │ ├──[+] enum (1972:1234)
  │   │         │     │ │ ├──[+] enum (1972:1203)
  │   │         │     │ │ └──[+] enum (1972:1210)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1972:1030)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:571299)❌ 
  │   │         │     │ │ ├──[-] enum (1:571307)❌ 
  │   │         │     │ │ ├──[-] enum (1:571317)❌ 
  │   │         │     │ │ └──[🔀] type (1972:1059)❌ 
  │   │         │     │ └─┬type
  │   │         │     │   ├──[+] enum (1972:1325)
  │   │         │     │   ├──[+] enum (1972:1332)
  │   │         │     │   ├──[+] enum (1972:1341)
  │   │         │     │   └──[-] enum (1:571244)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:1590)
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:571687)❌ 
  │   │         │     │ │ ├──[-] enum (1:571697)❌ 
  │   │         │     │ │ ├──[-] enum (1:571679)❌ 
  │   │         │     │ │ └──[🔀] type (1972:1482)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:1626)
  │   │         │     │ │ ├──[+] enum (1972:1633)
  │   │         │     │ │ ├──[+] enum (1972:1646)
  │   │         │     │ │ └──[+] enum (1972:1657)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1972:1760)
  │   │         │     │ │ ├──[+] enum (1972:1744)
  │   │         │     │ │ ├──[+] enum (1972:1751)
  │   │         │     │ │ └──[-] enum (1:571628)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1972:1453)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1972:2220)❌ 
  │   │         │     │ ├──[+] properties (1972:2009)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1972:2188)
  │   │         │     │ │ ├──[+] enum (1972:2197)
  │   │         │     │ │ ├──[+] enum (1972:2181)
  │   │         │     │ │ └──[-] enum (1:572008)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:2065)
  │   │         │     │ │ ├──[+] enum (1972:2076)
  │   │         │     │ │ ├──[+] enum (1972:2045)
  │   │         │     │ │ ├──[+] enum (1972:2052)
  │   │         │     │ │ └──[+] default (1972:2094)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:572060)❌ 
  │   │         │     │ │ ├──[-] enum (1:572068)❌ 
  │   │         │     │ │ ├──[-] enum (1:572078)❌ 
  │   │         │     │ │ └──[🔀] type (1972:1901)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1972:1872)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] required (1972:2667)❌ 
  │   │         │     │ ├──[+] properties (1972:2457)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1972:2320)❌ 
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:572440)❌ 
  │   │         │     │ │ ├──[-] enum (1:572448)❌ 
  │   │         │     │ │ ├──[-] enum (1:572458)❌ 
  │   │         │     │ │ └──[🔀] type (1972:2349)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:2493)
  │   │         │     │ │ ├──[+] enum (1972:2500)
  │   │         │     │ │ ├──[+] enum (1972:2513)
  │   │         │     │ │ ├──[+] enum (1972:2524)
  │   │         │     │ │ └──[+] default (1972:2542)❌ 
  │   │         │     │ └─┬type
  │   │         │     │   ├──[+] enum (1972:2628)
  │   │         │     │   ├──[+] enum (1972:2635)
  │   │         │     │   ├──[+] enum (1972:2644)
  │   │         │     │   └──[-] enum (1:572389)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:2904)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1972:3146)
  │   │         │     │ │ ├──[+] enum (1972:3130)
  │   │         │     │ │ ├──[+] enum (1972:3137)
  │   │         │     │ │ └──[-] enum (1:572769)❌ 
  │   │         │     │ ├─┬text
  │   │         │     │ │ └──[🔀] type (1972:2796)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:2947)
  │   │         │     │ │ ├──[+] enum (1972:2960)
  │   │         │     │ │ ├──[+] enum (1972:2971)
  │   │         │     │ │ └──[+] enum (1972:2940)
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:572900)❌ 
  │   │         │     │ │ ├──[-] enum (1:572908)❌ 
  │   │         │     │ │ └──[-] enum (1:572918)❌ 
  │   │         │     │ ├─┬verticalAlign
  │   │         │     │ │ ├──[+] enum (1972:3012)
  │   │         │     │ │ ├──[-] enum (1:573158)❌ 
  │   │         │     │ │ ├──[-] enum (1:573165)❌ 
  │   │         │     │ │ ├──[-] enum (1:573175)❌ 
  │   │         │     │ │ ├──[-] enum (1:573185)❌ 
  │   │         │     │ │ └──[-] nullable (1:573143)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1972:2767)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:3631)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[+] enum (1972:3952)
  │   │         │     │ │ ├──[+] enum (1972:3959)
  │   │         │     │ │ ├──[+] enum (1972:3968)
  │   │         │     │ │ └──[-] enum (1:573493)❌ 
  │   │         │     │ ├─┬verticalAlign
  │   │         │     │ │ ├──[-] enum (1:574004)❌ 
  │   │         │     │ │ ├──[-] enum (1:574014)❌ 
  │   │         │     │ │ ├──[-] enum (1:573987)❌ 
  │   │         │     │ │ ├──[-] enum (1:573994)❌ 
  │   │         │     │ │ └──[-] nullable (1:573972)❌ 
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1972:3494)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:3674)
  │   │         │     │ │ ├──[+] enum (1972:3687)
  │   │         │     │ │ ├──[+] enum (1972:3698)
  │   │         │     │ │ └──[+] enum (1972:3667)
  │   │         │     │ ├─┬textAlign
  │   │         │     │ │ ├──[-] enum (1:573747)❌ 
  │   │         │     │ │ ├──[-] enum (1:573729)❌ 
  │   │         │     │ │ ├──[-] enum (1:573737)❌ 
  │   │         │     │ │ └──[🔀] type (1972:3523)❌ 
  │   │         │     │ └─┬value
  │   │         │     │   └──[+] enum (1972:3739)
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:4453)
  │   │         │     │ ├─┬values
  │   │         │     │ │ ├──[+] enum (1972:4561)
  │   │         │     │ │ ├──[-] items (1:574370)❌ 
  │   │         │     │ │ └──[🔀] type (1972:4544)❌ 
  │   │         │     │ ├─┬placeholder
  │   │         │     │ │ ├──[+] enum (1972:4520)
  │   │         │     │ │ ├──[+] enum (1972:4489)
  │   │         │     │ │ ├──[+] enum (1972:4496)
  │   │         │     │ │ └──[+] enum (1972:4509)
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[-] enum (1:574322)❌ 
  │   │         │     │ │ └──[🔀] type (1972:4345)❌ 
  │   │         │     │ └─┬readOnly
  │   │         │     │   └──[🔀] type (1972:4316)❌ 
  │   │         │     ├─┬ONEOF
  │   │         │     │ ├──[+] properties (1972:5087)
  │   │         │     │ ├─┬readOnly
  │   │         │     │ │ └──[🔀] type (1972:4950)❌ 
  │   │         │     │ ├─┬validationRule
  │   │         │     │ │ └──[🔀] type (1972:5451)❌ 
  │   │         │     │ ├─┬type
  │   │         │     │ │ ├──[-] enum (1:574939)❌ 
  │   │         │     │ │ └──[🔀] type (1972:4979)❌ 
  │   │         │     │ ├─┬validationLength
  │   │         │     │ │ ├──[+] enum (1972:5195)
  │   │         │     │ │ └──[🔀] type (1972:5178)❌ 
  │   │         │     │ ├─┬values
  │   │         │     │ │ ├──[-] items (1:574990)❌ 
  │   │         │     │ │ └──[🔀] type (1972:5414)❌ 
  │   │         │     │ └─┬placeholder
  │   │         │     │   ├──[+] enum (1972:5123)
  │   │         │     │   ├──[+] enum (1972:5130)
  │   │         │     │   ├──[+] enum (1972:5143)
  │   │         │     │   └──[+] enum (1972:5154)
  │   │         │     └─┬ONEOF
  │   │         │       ├──[+] properties (1972:5796)
  │   │         │       ├─┬values
  │   │         │       │ ├──[+] enum (1972:5904)
  │   │         │       │ ├──[-] items (1:575688)❌ 
  │   │         │       │ └──[🔀] type (1972:5887)❌ 
  │   │         │       ├─┬type
  │   │         │       │ ├──[-] enum (1:575637)❌ 
  │   │         │       │ └──[🔀] type (1972:5688)❌ 
  │   │         │       ├─┬readOnly
  │   │         │       │ └──[🔀] type (1972:5659)❌ 
  │   │         │       └─┬placeholder
  │   │         │         ├──[+] enum (1972:5863)
  │   │         │         ├──[+] enum (1972:5832)
  │   │         │         ├──[+] enum (1972:5839)
  │   │         │         └──[+] enum (1972:5852)
  │   │         └─┬templateMeta
  │   │           ├─┬dateFormat
  │   │           │ └─┬Extensions
  │   │           │   └──[🔀] x-speakeasy-enums (1926:52)
  │   │           └─┬emailSettings
  │   │             ├──[+] required (1962:747)❌ 
  │   │             ├──[+] required (1962:771)❌ 
  │   │             ├──[🔀] default (1962:805)❌ 
  │   │             ├──[+] properties (1962:533)
  │   │             └──[+] properties (1962:475)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬type
  │         │ └──[+] enum (1841:71)
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (1879:82)❌ 
  │           │ └──[-] format (1:562706)❌ 
  │           ├─┬dateFormat
  │           │ ├──[+] enum (1848:217)
  │           │ ├──[+] enum (1848:81)
  │           │ ├──[+] enum (1848:196)
  │           │ └─┬Extensions
  │           │   └──[🔀] x-speakeasy-enums (1849:46)
  │           └─┬emailSettings
  │             ├──[🔀] default (1880:579)❌ 
  │             ├──[+] properties (1880:511)
  │             └──[+] properties (1880:453)
  ├─┬/document/field/update
  │ └─┬POST
  │   ├──[🔀] description (1334:24)
  │   ├──[+] deprecated (1337:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬fieldMeta
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1339:977)❌ 
  │   │         │ ├──[+] properties (1339:825)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:861)
  │   │         │ │ ├──[+] enum (1339:868)
  │   │         │ │ ├──[+] enum (1339:881)
  │   │         │ │ ├──[+] enum (1339:892)
  │   │         │ │ └──[+] default (1339:910)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:329157)❌ 
  │   │         │ │ └──[🔀] type (1339:717)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1339:688)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:1214)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1339:1372)
  │   │         │ │ ├──[+] enum (1339:1379)
  │   │         │ │ ├──[+] enum (1339:1388)
  │   │         │ │ └──[-] enum (1:329472)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:329545)❌ 
  │   │         │ │ ├──[-] enum (1:329527)❌ 
  │   │         │ │ ├──[-] enum (1:329535)❌ 
  │   │         │ │ └──[🔀] type (1339:1106)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:1250)
  │   │         │ │ ├──[+] enum (1339:1257)
  │   │         │ │ ├──[+] enum (1339:1270)
  │   │         │ │ └──[+] enum (1339:1281)
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1339:1077)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:1637)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1339:1500)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1339:1791)
  │   │         │ │ ├──[+] enum (1339:1798)
  │   │         │ │ ├──[+] enum (1339:1807)
  │   │         │ │ └──[-] enum (1:329856)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:1680)
  │   │         │ │ ├──[+] enum (1339:1693)
  │   │         │ │ ├──[+] enum (1339:1704)
  │   │         │ │ └──[+] enum (1339:1673)
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:329915)❌ 
  │   │         │   ├──[-] enum (1:329925)❌ 
  │   │         │   ├──[-] enum (1:329907)❌ 
  │   │         │   └──[🔀] type (1339:1529)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1339:2267)❌ 
  │   │         │ ├──[+] properties (1339:2056)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:330288)❌ 
  │   │         │ │ ├──[-] enum (1:330296)❌ 
  │   │         │ │ ├──[-] enum (1:330306)❌ 
  │   │         │ │ └──[🔀] type (1339:1948)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1339:1919)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:2092)
  │   │         │ │ ├──[+] enum (1339:2099)
  │   │         │ │ ├──[+] enum (1339:2112)
  │   │         │ │ ├──[+] enum (1339:2123)
  │   │         │ │ └──[+] default (1339:2141)❌ 
  │   │         │ └─┬type
  │   │         │   ├──[+] enum (1339:2228)
  │   │         │   ├──[+] enum (1339:2235)
  │   │         │   ├──[+] enum (1339:2244)
  │   │         │   └──[-] enum (1:330236)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1339:2714)❌ 
  │   │         │ ├──[+] properties (1339:2504)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:330686)❌ 
  │   │         │ │ ├──[-] enum (1:330668)❌ 
  │   │         │ │ ├──[-] enum (1:330676)❌ 
  │   │         │ │ └──[🔀] type (1339:2396)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1339:2367)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1339:2675)
  │   │         │ │ ├──[+] enum (1339:2682)
  │   │         │ │ ├──[+] enum (1339:2691)
  │   │         │ │ └──[-] enum (1:330617)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1339:2540)
  │   │         │   ├──[+] enum (1339:2547)
  │   │         │   ├──[+] enum (1339:2560)
  │   │         │   ├──[+] enum (1339:2571)
  │   │         │   └──[+] default (1339:2589)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:2951)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:2994)
  │   │         │ │ ├──[+] enum (1339:3007)
  │   │         │ │ ├──[+] enum (1339:3018)
  │   │         │ │ └──[+] enum (1339:2987)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:331128)❌ 
  │   │         │ │ ├──[-] enum (1:331136)❌ 
  │   │         │ │ └──[-] enum (1:331146)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1339:3177)
  │   │         │ │ ├──[+] enum (1339:3184)
  │   │         │ │ ├──[+] enum (1339:3193)
  │   │         │ │ └──[-] enum (1:330997)❌ 
  │   │         │ ├─┬text
  │   │         │ │ └──[🔀] type (1339:2843)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1339:2814)❌ 
  │   │         │ └─┬verticalAlign
  │   │         │   ├──[+] enum (1339:3059)
  │   │         │   ├──[-] enum (1:331386)❌ 
  │   │         │   ├──[-] enum (1:331393)❌ 
  │   │         │   ├──[-] enum (1:331403)❌ 
  │   │         │   ├──[-] enum (1:331413)❌ 
  │   │         │   └──[-] nullable (1:331371)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:3678)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:3714)
  │   │         │ │ ├──[+] enum (1339:3721)
  │   │         │ │ ├──[+] enum (1339:3734)
  │   │         │ │ └──[+] enum (1339:3745)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:331957)❌ 
  │   │         │ │ ├──[-] enum (1:331965)❌ 
  │   │         │ │ ├──[-] enum (1:331975)❌ 
  │   │         │ │ └──[🔀] type (1339:3570)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1339:3999)
  │   │         │ │ ├──[+] enum (1339:4006)
  │   │         │ │ ├──[+] enum (1339:4015)
  │   │         │ │ └──[-] enum (1:331721)❌ 
  │   │         │ ├─┬value
  │   │         │ │ └──[+] enum (1339:3786)
  │   │         │ ├─┬verticalAlign
  │   │         │ │ ├──[-] enum (1:332215)❌ 
  │   │         │ │ ├──[-] enum (1:332222)❌ 
  │   │         │ │ ├──[-] enum (1:332232)❌ 
  │   │         │ │ ├──[-] enum (1:332242)❌ 
  │   │         │ │ └──[-] nullable (1:332200)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1339:3541)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:4500)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:332550)❌ 
  │   │         │ │ └──[🔀] type (1339:4392)❌ 
  │   │         │ ├─┬values
  │   │         │ │ ├──[+] enum (1339:4608)
  │   │         │ │ ├──[-] items (1:332598)❌ 
  │   │         │ │ └──[🔀] type (1339:4591)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1339:4363)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1339:4567)
  │   │         │   ├──[+] enum (1339:4536)
  │   │         │   ├──[+] enum (1339:4543)
  │   │         │   └──[+] enum (1339:4556)
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1339:5134)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1339:5170)
  │   │         │ │ ├──[+] enum (1339:5177)
  │   │         �...

@github-actions github-actions Bot added the patch Patch version bump label Feb 22, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from af26992 to 7d6ac80 Compare March 2, 2026 00:20
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from 617b0e0 to b141836 Compare March 10, 2026 00:17
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from d07c73d to ac4eb36 Compare March 17, 2026 00:21
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 6 times, most recently from 353eb5a to 33cc3ca Compare March 23, 2026 00:23
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from a70bdeb to 58b71bd Compare April 11, 2026 00:23
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2f4ca44 to f2f4f06 Compare April 18, 2026 00:26
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 9942208 to 3f1d1d2 Compare April 25, 2026 00:28
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2951162 to 346295e Compare May 2, 2026 00:32
speakeasybot and others added 2 commits September 3, 2026 02:33
* `documenso.documents.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
  *  `response.data[].field_meta` **Changed**
* `documenso.envelope.envelope_find()`: 
  *  `request` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.template.template_create_template_temporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.template.template_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.update()`: 
  *  `request` **Changed**
  *  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.templates.find()`: 
  *  `request.type` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.document.document_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.documents.create_v0()`: 
  *  `request` **Changed**
  *  `response.document` **Changed** (Breaking ⚠️)
* `documenso.documents.distribute()`: 
  *  `request.meta` **Changed**
  *  `response.status.enum(cancelled)` **Added** (Breaking ⚠️)
* `documenso.documents.update()`: 
  *  `request.meta` **Changed**
  *  `response.status.enum(cancelled)` **Added** (Breaking ⚠️)
* `documenso.documents.find()`: 
  *  `request` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.document.document_get_many()`: **Deprecated**
* `documenso.documents.get()`: **Deprecated**
* `documenso.envelopes.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.find()`: **Deprecated**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.documents.create()`: **Deprecated**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.documents.update()`: **Deprecated**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.documents.delete()`: **Deprecated**
* `documenso.documents.duplicate()`: **Deprecated**
* `documenso.documents.distribute()`: **Deprecated**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.documents.redistribute()`: **Deprecated**
* `documenso.documents.download()`: **Deprecated**
* `documenso.envelopes.items.download()`:  `request.version` **Changed**
* `documenso.documents.attachments.create()`: **Deprecated**
* `documenso.documents.attachments.update()`: **Deprecated**
* `documenso.documents.attachments.delete()`: **Deprecated**
* `documenso.documents.attachments.find()`: **Deprecated**
* `documenso.documents.fields.get()`: **Deprecated**
* `documenso.documents.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.fields.create()`: **Deprecated**
* `documenso.documents.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.documents.fields.create_many()`: **Deprecated**
* `documenso.documents.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.update()`: **Deprecated**
* `documenso.documents.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.documents.fields.update_many()`: **Deprecated**
* `documenso.documents.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.delete()`: **Deprecated**
* `documenso.documents.recipients.get()`: **Deprecated**
* `documenso.envelopes.items.create_many()`:  `response.data[].document_data_id` **Added**
* `documenso.documents.recipients.create()`: **Deprecated**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.documents.recipients.create_many()`: **Deprecated**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.recipients.update()`: **Deprecated**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.documents.recipients.update_many()`: **Deprecated**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.recipients.delete()`: **Deprecated**
* `documenso.envelopes.fields.update_many()`: 
  *  `request.data[]` **Changed**
  *  `response.data[].field_meta` **Changed**
* `documenso.envelopes.distribute()`:  `request.meta` **Changed**
* `documenso.document.document_download()`: **Deprecated**
* `documenso.templates.find()`: **Deprecated**
* `documenso.envelopes.duplicate()`:  `request` **Changed**
* `documenso.templates.get()`: **Deprecated**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
* `documenso.templates.create()`: **Deprecated**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.templates.update()`: **Deprecated**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.templates.duplicate()`: **Deprecated**
* `documenso.envelope.envelope_cancel()`: **Added**
* `documenso.templates.delete()`: **Deprecated**
* `documenso.templates.use()`: **Deprecated**
* `documenso.envelope.envelope_certificate_download_pdf()`: **Added**
* `documenso.templates.fields.create()`: **Deprecated**
* `documenso.templates.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.get()`: **Deprecated**
* `documenso.templates.fields.get()`:  `response.field_meta` **Changed**
* `documenso.templates.fields.create_many()`: **Deprecated**
* `documenso.templates.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.update()`: **Deprecated**
* `documenso.templates.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.update_many()`: **Deprecated**
* `documenso.templates.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.delete()`: **Deprecated**
* `documenso.templates.recipients.get()`: **Deprecated**
* `documenso.templates.recipients.get()`:  `response` **Changed**
* `documenso.templates.recipients.create()`: **Deprecated**
* `documenso.templates.recipients.create()`:  `response` **Changed**
* `documenso.templates.recipients.create_many()`: **Deprecated**
* `documenso.templates.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.update()`: **Deprecated**
* `documenso.templates.recipients.update()`:  `response` **Changed**
* `documenso.templates.recipients.update_many()`: **Deprecated**
* `documenso.templates.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.delete()`: **Deprecated**
* `documenso.templates.direct_link.create()`: **Deprecated**
* `documenso.templates.direct_link.delete()`: **Deprecated**
* `documenso.templates.direct_link.toggle()`: **Deprecated**
* `documenso.template.template_get_many()`: **Deprecated**
* `documenso.envelope.envelope_audit_log_download_pdf()`: **Added**
* `documenso.template.template_create_template_temporary()`: **Deprecated**
* `documenso.envelope_recipients.envelope_recipient_reject_on_behalf_of()`: **Added**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant