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 (634:5)
  ├──[+] path (192:5)
  ├──[+] path (193:5)
  ├─┬/folder/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬name
  │           ├──[+] maxLength (1456:162)❌ 
  │           └──[+] minLength (1456:148)❌ 
  ├─┬/document/recipient/create-many
  │ └─┬POST
  │   ├──[🔀] description (1510:24)
  │   ├──[+] deprecated (1513:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (1515:1511)❌ 
  │   │           ├──[+] required (1515:1523)❌ 
  │   │           ├──[+] properties (1515:756)
  │   │           ├──[+] properties (1515:710)
  │   │           ├─┬signedAt
  │   │           │ ├──[+] enum (1515:268)
  │   │           │ ├──[+] enum (1515:273)
  │   │           │ ├──[+] enum (1515:282)
  │   │           │ ├──[+] enum (1515:291)
  │   │           │ ├──[+] enum (1515:302)
  │   │           │ └──[-] nullable (1:449883)❌ 
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (1515:684)❌ 
  │   │           │ └──[+] nullable (1515:704)❌ 
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:449518)❌ 
  │   │           │ ├──[-] enum (1:449532)❌ 
  │   │           │ ├──[-] enum (1:449542)❌ 
  │   │           │ └──[+] nullable (1515:852)❌ 
  │   │           ├─┬token
  │   │           │ ├──[+] enum (1515:419)
  │   │           │ ├──[+] enum (1515:432)
  │   │           │ └──[+] enum (1515:441)
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:449598)❌ 
  │   │           │ ├──[-] enum (1:449610)❌ 
  │   │           │ └──[+] nullable (1515:1278)❌ 
  │   │           ├─┬name
  │   │           │ └──[+] nullable (1515:750)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:449447)❌ 
  │   │           │ ├──[-] enum (1:449461)❌ 
  │   │           │ └──[🔀] type (1515:525)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (1515:354)
  │   │           │ ├──[+] enum (1515:367)
  │   │           │ ├──[-] enum (1:449352)❌ 
  │   │           │ ├──[-] enum (1:449358)❌ 
  │   │           │ ├──[-] enum (1:449368)❌ 
  │   │           │ ├──[-] enum (1:449378)❌ 
  │   │           │ └──[-] enum (1:449390)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (1515:492)
  │   │           │ ├──[+] enum (1515:503)
  │   │           │ ├──[🔀] type (1515:475)❌ 
  │   │           │ └──[-] nullable (1:450292)❌ 
  │   │           └─┬rejectionReason
  │   │             └──[-] nullable (1:450349)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (1514:246)❌ 
  │               └──[-] format (1:448492)❌ 
  ├─┬/envelope/redistribute
  │ └─┬POST
  │   └──[🔀] description (705:24)
  ├─┬/document/distribute
  │ └─┬POST
  │   ├──[🔀] description (995:24)
  │   ├──[+] deprecated (998:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬status
  │   │         └──[+] enum (1045:291)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬dateFormat
  │           │ ├──[+] enum (1007:81)
  │           │ ├──[+] enum (1007:217)
  │           │ ├──[+] enum (1007:196)
  │           │ └─┬Extensions
  │           │   └──[🔀] x-speakeasy-enums (1008:46)
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (1041:579)❌ 
  │           │ ├──[+] properties (1041:511)
  │           │ └──[+] properties (1041:453)
  │           └─┬emailReplyTo
  │             ├──[+] pattern (1040:82)❌ 
  │             └──[-] format (1:235892)❌ 
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (694:595)❌ 
  │           │ ├──[+] properties (694:527)
  │           │ └──[+] properties (694:469)
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (693:82)❌ 
  │           │ └──[-] format (1:177005)❌ 
  │           └─┬dateFormat
  │             ├──[+] enum (660:196)
  │             ├──[+] enum (660:217)
  │             ├──[+] enum (660:81)
  │             └─┬Extensions
  │               └──[🔀] x-speakeasy-enums (661:46)
  ├─┬/envelope/{envelopeId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   ├──[+] required (280:1302)❌ 
  │           │   ├──[+] required (280:1314)❌ 
  │           │   ├──[+] properties (280:641)
  │           │   ├──[+] properties (280:595)
  │           │   ├─┬token
  │           │   │ ├──[🔀] type (280:1091)❌ 
  │           │   │ └──[+] nullable (280:1111)❌ 
  │           │   ├─┬id
  │           │   │ ├──[🔀] type (280:569)❌ 
  │           │   │ └──[+] nullable (280:589)❌ 
  │           │   ├─┬rejectionReason
  │           │   │ └──[-] nullable (1:118577)❌ 
  │           │   ├─┬signingOrder
  │           │   │ ├──[+] enum (280:377)
  │           │   │ ├──[+] enum (280:388)
  │           │   │ ├──[🔀] type (280:360)❌ 
  │           │   │ └──[-] nullable (1:118520)❌ 
  │           │   ├─┬signedAt
  │           │   │ ├──[+] enum (280:176)
  │           │   │ ├──[+] enum (280:187)
  │           │   │ ├──[+] enum (280:153)
  │           │   │ ├──[+] enum (280:158)
  │           │   │ ├──[+] enum (280:167)
  │           │   │ └──[-] nullable (1:118111)❌ 
  │           │   ├─┬readStatus
  │           │   │ ├──[-] enum (1:117675)❌ 
  │           │   │ ├──[-] enum (1:117689)❌ 
  │           │   │ └──[🔀] type (280:410)❌ 
  │           │   ├─┬role
  │           │   │ ├──[+] enum (280:239)
  │           │   │ ├──[+] enum (280:252)
  │           │   │ ├──[-] enum (1:117586)❌ 
  │           │   │ ├──[-] enum (1:117596)❌ 
  │           │   │ ├──[-] enum (1:117606)❌ 
  │           │   │ ├──[-] enum (1:117618)❌ 
  │           │   │ └──[-] enum (1:117580)❌ 
  │           │   ├─┬sendStatus
  │           │   │ ├──[-] enum (1:117826)❌ 
  │           │   │ ├──[-] enum (1:117838)❌ 
  │           │   │ └──[+] nullable (280:1163)❌ 
  │           │   ├─┬name
  │           │   │ └──[+] nullable (280:635)❌ 
  │           │   └─┬signingStatus
  │           │     ├──[-] enum (1:117760)❌ 
  │           │     ├──[-] enum (1:117770)❌ 
  │           │     ├──[-] enum (1:117746)❌ 
  │           │     └──[+] nullable (280:737)❌ 
  │           ├─┬fields
  │           │ └─┬Schema
  │           │   └─┬fieldMeta
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (281:926)❌ 
  │           │     │ ├──[+] properties (281:774)
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:119664)❌ 
  │           │     │ │ └──[🔀] type (281:666)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:637)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (281:830)
  │           │     │   ├──[+] enum (281:841)
  │           │     │   ├──[+] enum (281:810)
  │           │     │   ├──[+] enum (281:817)
  │           │     │   └──[+] default (281:859)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:1163)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:1230)
  │           │     │ │ ├──[+] enum (281:1199)
  │           │     │ │ ├──[+] enum (281:1206)
  │           │     │ │ └──[+] enum (281:1219)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (281:1321)
  │           │     │ │ ├──[+] enum (281:1328)
  │           │     │ │ ├──[+] enum (281:1337)
  │           │     │ │ └──[-] enum (1:119979)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:1026)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:120034)❌ 
  │           │     │   ├──[-] enum (1:120042)❌ 
  │           │     │   ├──[-] enum (1:120052)❌ 
  │           │     │   └──[🔀] type (281:1055)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:1586)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:1622)
  │           │     │ │ ├──[+] enum (281:1629)
  │           │     │ │ ├──[+] enum (281:1642)
  │           │     │ │ └──[+] enum (281:1653)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:120432)❌ 
  │           │     │ │ ├──[-] enum (1:120414)❌ 
  │           │     │ │ ├──[-] enum (1:120422)❌ 
  │           │     │ │ └──[🔀] type (281:1478)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:1449)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (281:1740)
  │           │     │   ├──[+] enum (281:1747)
  │           │     │   ├──[+] enum (281:1756)
  │           │     │   └──[-] enum (1:120363)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (281:2216)❌ 
  │           │     │ ├──[+] properties (281:2005)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (281:2177)
  │           │     │ │ ├──[+] enum (281:2184)
  │           │     │ │ ├──[+] enum (281:2193)
  │           │     │ │ └──[-] enum (1:120743)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:1868)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:2041)
  │           │     │ │ ├──[+] enum (281:2048)
  │           │     │ │ ├──[+] enum (281:2061)
  │           │     │ │ ├──[+] enum (281:2072)
  │           │     │ │ └──[+] default (281:2090)❌ 
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:120803)❌ 
  │           │     │   ├──[-] enum (1:120813)❌ 
  │           │     │   ├──[-] enum (1:120795)❌ 
  │           │     │   └──[🔀] type (281:1897)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (281:2663)❌ 
  │           │     │ ├──[+] properties (281:2453)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:2316)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:2489)
  │           │     │ │ ├──[+] enum (281:2496)
  │           │     │ │ ├──[+] enum (281:2509)
  │           │     │ │ ├──[+] enum (281:2520)
  │           │     │ │ └──[+] default (281:2538)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:121193)❌ 
  │           │     │ │ ├──[-] enum (1:121175)❌ 
  │           │     │ │ ├──[-] enum (1:121183)❌ 
  │           │     │ │ └──[🔀] type (281:2345)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (281:2631)
  │           │     │   ├──[+] enum (281:2640)
  │           │     │   ├──[+] enum (281:2624)
  │           │     │   └──[-] enum (1:121124)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:2900)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (281:3126)
  │           │     │ │ ├──[+] enum (281:3133)
  │           │     │ │ ├──[+] enum (281:3142)
  │           │     │ │ └──[-] enum (1:121504)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:2763)❌ 
  │           │     │ ├─┬text
  │           │     │ │ └──[🔀] type (281:2792)❌ 
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[+] enum (281:3008)
  │           │     │ │ ├──[-] enum (1:121893)❌ 
  │           │     │ │ ├──[-] enum (1:121900)❌ 
  │           │     │ │ ├──[-] enum (1:121910)❌ 
  │           │     │ │ ├──[-] enum (1:121920)❌ 
  │           │     │ │ └──[-] nullable (1:121878)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:121635)❌ 
  │           │     │ │ ├──[-] enum (1:121643)❌ 
  │           │     │ │ └──[-] enum (1:121653)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (281:2936)
  │           │     │   ├──[+] enum (281:2943)
  │           │     │   ├──[+] enum (281:2956)
  │           │     │   └──[+] enum (281:2967)
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:3627)
  │           │     │ ├─┬value
  │           │     │ │ └──[+] enum (281:3735)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:3490)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:122464)❌ 
  │           │     │ │ ├──[-] enum (1:122472)❌ 
  │           │     │ │ ├──[-] enum (1:122482)❌ 
  │           │     │ │ └──[🔀] type (281:3519)❌ 
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[-] enum (1:122722)❌ 
  │           │     │ │ ├──[-] enum (1:122729)❌ 
  │           │     │ │ ├──[-] enum (1:122739)❌ 
  │           │     │ │ ├──[-] enum (1:122749)❌ 
  │           │     │ │ └──[-] nullable (1:122707)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (281:3948)
  │           │     │ │ ├──[+] enum (281:3955)
  │           │     │ │ ├──[+] enum (281:3964)
  │           │     │ │ └──[-] enum (1:122228)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (281:3663)
  │           │     │   ├──[+] enum (281:3670)
  │           │     │   ├──[+] enum (281:3683)
  │           │     │   └──[+] enum (281:3694)
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:4449)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:4485)
  │           │     │ │ ├──[+] enum (281:4492)
  │           │     │ │ ├──[+] enum (281:4505)
  │           │     │ │ └──[+] enum (281:4516)
  │           │     │ ├─┬values
  │           │     │ │ ├──[+] enum (281:4557)
  │           │     │ │ ├──[-] items (1:123105)❌ 
  │           │     │ │ └──[🔀] type (281:4540)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:4312)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[-] enum (1:123057)❌ 
  │           │     │   └──[🔀] type (281:4341)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (281:5083)
  │           │     │ ├─┬validationRule
  │           │     │ │ └──[🔀] type (281:5447)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:123674)❌ 
  │           │     │ │ └──[🔀] type (281:4975)❌ 
  │           │     │ ├─┬validationLength
  │           │     │ │ ├──[+] enum (281:5191)
  │           │     │ │ └──[🔀] type (281:5174)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (281:4946)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (281:5119)
  │           │     │ │ ├──[+] enum (281:5126)
  │           │     │ │ ├──[+] enum (281:5139)
  │           │     │ │ └──[+] enum (281:5150)
  │           │     │ └─┬values
  │           │     │   ├──[-] items (1:123725)❌ 
  │           │     │   └──[🔀] type (281:5410)❌ 
  │           │     └─┬ONEOF
  │           │       ├──[+] properties (281:5792)
  │           │       ├─┬readOnly
  │           │       │ └──[🔀] type (281:5655)❌ 
  │           │       ├─┬values
  │           │       │ ├──[+] enum (281:5900)
  │           │       │ ├──[-] items (1:124423)❌ 
  │           │       │ └──[🔀] type (281:5883)❌ 
  │           │       ├─┬type
  │           │       │ ├──[-] enum (1:124372)❌ 
  │           │       │ └──[🔀] type (281:5684)❌ 
  │           │       └─┬placeholder
  │           │         ├──[+] enum (281:5828)
  │           │         ├──[+] enum (281:5835)
  │           │         ├──[+] enum (281:5848)
  │           │         └──[+] enum (281:5859)
  │           ├─┬documentMeta
  │           │ ├──[+] required (278:284)❌ 
  │           │ ├──[+] properties (276:25)
  │           │ ├─┬dateFormat
  │           │ │ └─┬Extensions
  │           │ │   └──[🔀] x-speakeasy-enums (239:48)
  │           │ ├─┬subject
  │           │ │ ├──[+] enum (230:77)
  │           │ │ ├──[+] enum (230:66)
  │           │ │ └──[-] nullable (1:115321)❌ 
  │           │ ├─┬typedSignatureEnabled
  │           │ │ ├──[🔀] type (235:45)❌ 
  │           │ │ └──[+] nullable (235:65)❌ 
  │           │ ├─┬message
  │           │ │ └──[-] nullable (1:115370)❌ 
  │           │ ├─┬signingOrder
  │           │ │ ├──[-] enum (1:115156)❌ 
  │           │ │ ├──[-] enum (1:115168)❌ 
  │           │ │ └──[+] nullable (267:68)❌ 
  │           │ ├─┬id
  │           │ │ ├──[-] type (1:115268)❌ 
  │           │ │ ├──[+] nullable (276:65)❌ 
  │           │ │ ├──[+] anyOf (276:79)
  │           │ │ └──[+] anyOf (276:244)
  │           │ └─┬emailSettings
  │           │   ├──[+] required (273:743)❌ 
  │           │   ├──[+] required (273:767)❌ 
  │           │   ├──[🔀] default (273:801)❌ 
  │           │   ├──[+] properties (273:529)
  │           │   └──[+] properties (273:471)
  │           ├─┬templateType
  │           │ └──[+] enum (210:81)
  │           ├─┬status
  │           │ └──[+] enum (207:97)
  │           └─┬envelopeItems
  │             └─┬Schema
  │               ├──[+] required (282:260)❌ 
  │               ├──[+] properties (282:124)
  │               ├─┬order
  │               │ └──[🔀] type (282:172)❌ 
  │               └─┬title
  │                 └──[🔀] type (282:224)❌ 
  ├─┬/document/recipient/update
  │ └─┬POST
  │   ├──[🔀] description (1522:24)
  │   ├──[+] deprecated (1525:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1527:7769)❌ 
  │   │       ├──[+] required (1527:7781)❌ 
  │   │       ├──[+] properties (1527:688)
  │   │       ├──[+] properties (1527:642)
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:453643)❌ 
  │   │       │ ├──[-] enum (1:453657)❌ 
  │   │       │ ├──[-] enum (1:453667)❌ 
  │   │       │ └──[+] nullable (1527:784)❌ 
  │   │       ├─┬sendStatus
  │   │       │ ├──[-] enum (1:453735)❌ 
  │   │       │ ├──[-] enum (1:453723)❌ 
  │   │       │ └──[+] nullable (1527:1210)❌ 
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1527:424)
  │   │       │ ├──[+] enum (1527:435)
  │   │       │ ├──[🔀] type (1527:407)❌ 
  │   │       │ └──[-] nullable (1:454417)❌ 
  │   │       ├─┬fields
  │   │       │ └─┬Schema
  │   │       │   └─┬fieldMeta
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1527:2120)❌ 
  │   │       │     │ ├──[+] properties (1527:1968)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:2024)
  │   │       │     │ │ ├──[+] enum (1527:2035)
  │   │       │     │ │ ├──[+] enum (1527:2004)
  │   │       │     │ │ ├──[+] enum (1527:2011)
  │   │       │     │ │ └──[+] default (1527:2053)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:455351)❌ 
  │   │       │     │ │ └──[🔀] type (1527:1860)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1527:1831)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:2357)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:2424)
  │   │       │     │ │ ├──[+] enum (1527:2393)
  │   │       │     │ │ ├──[+] enum (1527:2400)
  │   │       │     │ │ └──[+] enum (1527:2413)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1527:2515)
  │   │       │     │ │ ├──[+] enum (1527:2522)
  │   │       │     │ │ ├──[+] enum (1527:2531)
  │   │       │     │ │ └──[-] enum (1:455666)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:455721)❌ 
  │   │       │     │ │ ├──[-] enum (1:455729)❌ 
  │   │       │     │ │ ├──[-] enum (1:455739)❌ 
  │   │       │     │ │ └──[🔀] type (1527:2249)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1527:2220)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:2780)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456101)❌ 
  │   │       │     │ │ ├──[-] enum (1:456109)❌ 
  │   │       │     │ │ ├──[-] enum (1:456119)❌ 
  │   │       │     │ │ └──[🔀] type (1527:2672)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:2816)
  │   │       │     │ │ ├──[+] enum (1527:2823)
  │   │       │     │ │ ├──[+] enum (1527:2836)
  │   │       │     │ │ └──[+] enum (1527:2847)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1527:2934)
  │   │       │     │ │ ├──[+] enum (1527:2941)
  │   │       │     │ │ ├──[+] enum (1527:2950)
  │   │       │     │ │ └──[-] enum (1:456050)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1527:2643)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1527:3410)❌ 
  │   │       │     │ ├──[+] properties (1527:3199)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:3255)
  │   │       │     │ │ ├──[+] enum (1527:3266)
  │   │       │     │ │ ├──[+] enum (1527:3235)
  │   │       │     │ │ ├──[+] enum (1527:3242)
  │   │       │     │ │ └──[+] default (1527:3284)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1527:3371)
  │   │       │     │ │ ├──[+] enum (1527:3378)
  │   │       │     │ │ ├──[+] enum (1527:3387)
  │   │       │     │ │ └──[-] enum (1:456430)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456482)❌ 
  │   │       │     │ │ ├──[-] enum (1:456490)❌ 
  │   │       │     │ │ ├──[-] enum (1:456500)❌ 
  │   │       │     │ │ └──[🔀] type (1527:3091)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1527:3062)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1527:3857)❌ 
  │   │       │     │ ├──[+] properties (1527:3647)
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1527:3510)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:3683)
  │   │       │     │ │ ├──[+] enum (1527:3690)
  │   │       │     │ │ ├──[+] enum (1527:3703)
  │   │       │     │ │ ├──[+] enum (1527:3714)
  │   │       │     │ │ └──[+] default (1527:3732)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456862)❌ 
  │   │       │     │ │ ├──[-] enum (1:456870)❌ 
  │   │       │     │ │ ├──[-] enum (1:456880)❌ 
  │   │       │     │ │ └──[🔀] type (1527:3539)❌ 
  │   │       │     │ └─┬type
  │   │       │     │   ├──[+] enum (1527:3818)
  │   │       │     │   ├──[+] enum (1527:3825)
  │   │       │     │   ├──[+] enum (1527:3834)
  │   │       │     │   └──[-] enum (1:456811)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:4094)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:457322)❌ 
  │   │       │     │ │ ├──[-] enum (1:457330)❌ 
  │   │       │     │ │ └──[-] enum (1:457340)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:4130)
  │   │       │     │ │ ├──[+] enum (1527:4137)
  │   │       │     │ │ ├──[+] enum (1527:4150)
  │   │       │     │ │ └──[+] enum (1527:4161)
  │   │       │     │ ├─┬text
  │   │       │     │ │ └──[🔀] type (1527:3986)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1527:4320)
  │   │       │     │ │ ├──[+] enum (1527:4327)
  │   │       │     │ │ ├──[+] enum (1527:4336)
  │   │       │     │ │ └──[-] enum (1:457191)❌ 
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[+] enum (1527:4202)
  │   │       │     │ │ ├──[-] enum (1:457580)❌ 
  │   │       │     │ │ ├──[-] enum (1:457587)❌ 
  │   │       │     │ │ ├──[-] enum (1:457597)❌ 
  │   │       │     │ │ ├──[-] enum (1:457607)❌ 
  │   │       │     │ │ └──[-] nullable (1:457565)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1527:3957)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:4821)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:458151)❌ 
  │   │       │     │ │ ├──[-] enum (1:458159)❌ 
  │   │       │     │ │ ├──[-] enum (1:458169)❌ 
  │   │       │     │ │ └──[🔀] type (1527:4713)❌ 
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[-] enum (1:458409)❌ 
  │   │       │     │ │ ├──[-] enum (1:458416)❌ 
  │   │       │     │ │ ├──[-] enum (1:458426)❌ 
  │   │       │     │ │ ├──[-] enum (1:458436)❌ 
  │   │       │     │ │ └──[-] nullable (1:458394)❌ 
  │   │       │     │ ├─┬value
  │   │       │     │ │ └──[+] enum (1527:4929)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1527:5142)
  │   │       │     │ │ ├──[+] enum (1527:5149)
  │   │       │     │ │ ├──[+] enum (1527:5158)
  │   │       │     │ │ └──[-] enum (1:457915)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1527:4684)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1527:4864)
  │   │       │     │   ├──[+] enum (1527:4877)
  │   │       │     │   ├──[+] enum (1527:4888)
  │   │       │     │   └──[+] enum (1527:4857)
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:5643)
  │   │       │     │ ├─┬values
  │   │       │     │ │ ├──[+] enum (1527:5751)
  │   │       │     │ │ ├──[-] items (1:458792)❌ 
  │   │       │     │ │ └──[🔀] type (1527:5734)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1527:5506)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:458744)❌ 
  │   │       │     │ │ └──[🔀] type (1527:5535)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1527:5679)
  │   │       │     │   ├──[+] enum (1527:5686)
  │   │       │     │   ├──[+] enum (1527:5699)
  │   │       │     │   └──[+] enum (1527:5710)
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1527:6277)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:459361)❌ 
  │   │       │     │ │ └──[🔀] type (1527:6169)❌ 
  │   │       │     │ ├─┬validationRule
  │   │       │     │ │ └──[🔀] type (1527:6641)❌ 
  │   │       │     │ ├─┬validationLength
  │   │       │     │ │ ├──[+] enum (1527:6385)
  │   │       │     │ │ └──[🔀] type (1527:6368)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1527:6140)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1527:6344)
  │   │       │     │ │ ├──[+] enum (1527:6313)
  │   │       │     │ │ ├──[+] enum (1527:6320)
  │   │       │     │ │ └──[+] enum (1527:6333)
  │   │       │     │ └─┬values
  │   │       │     │   ├──[-] items (1:459412)❌ 
  │   │       │     │   └──[🔀] type (1527:6604)❌ 
  │   │       │     └─┬ONEOF
  │   │       │       ├──[+] properties (1527:6986)
  │   │       │       ├─┬readOnly
  │   │       │       │ └──[🔀] type (1527:6849)❌ 
  │   │       │       ├─┬placeholder
  │   │       │       │ ├──[+] enum (1527:7022)
  │   │       │       │ ├──[+] enum (1527:7029)
  │   │       │       │ ├──[+] enum (1527:7042)
  │   │       │       │ └──[+] enum (1527:7053)
  │   │       │       ├─┬values
  │   │       │       │ ├──[+] enum (1527:7094)
  │   │       │       │ ├──[-] items (1:460110)❌ 
  │   │       │       │ └──[🔀] type (1527:7077)❌ 
  │   │       │       └─┬type
  │   │       │         ├──[-] enum (1:460059)❌ 
  │   │       │         └──[🔀] type (1527:6878)❌ 
  │   │       ├─┬role
  │   │       │ ├──[+] enum (1527:286)
  │   │       │ ├──[+] enum (1527:299)
  │   │       │ ├──[-] enum (1:453483)❌ 
  │   │       │ ├──[-] enum (1:453493)❌ 
  │   │       │ ├──[-] enum (1:453503)❌ 
  │   │       │ ├──[-] enum (1:453515)❌ 
  │   │       │ └──[-] enum (1:453477)❌ 
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1527:662)❌ 
  │   │       │ └──[+] nullable (1527:682)❌ 
  │   │       ├─┬signedAt
  │   │       │ ├──[+] enum (1527:223)
  │   │       │ ├──[+] enum (1527:234)
  │   │       │ ├──[+] enum (1527:200)
  │   │       │ ├──[+] enum (1527:205)
  │   │       │ ├──[+] enum (1527:214)
  │   │       │ └──[-] nullable (1:454008)❌ 
  │   │       ├─┬name
  │   │       │ ├──[+] items (1527:1249)❌ 
  │   │       │ └──[🔀] type (1527:1233)❌ 
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:453572)❌ 
  │   │       │ ├──[-] enum (1:453586)❌ 
  │   │       │ └──[🔀] type (1527:457)❌ 
  │   │       ├─┬token
  │   │       │ ├──[+] enum (1527:351)
  │   │       │ ├──[+] enum (1527:364)
  │   │       │ └──[+] enum (1527:373)
  │   │       └─┬rejectionReason
  │   │         └──[-] nullable (1:454474)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1526:244)❌ 
  │             └──[-] format (1:452713)❌ 
  ├─┬/envelope/field/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬data
  │   │         └─┬Schema
  │   │           └─┬fieldMeta
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (164:1039)❌ 
  │   │             │ ├──[+] properties (164:887)
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:923)
  │   │             │ │ ├──[+] enum (164:930)
  │   │             │ │ ├──[+] enum (164:943)
  │   │             │ │ ├──[+] enum (164:954)
  │   │             │ │ └──[+] default (164:972)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:57779)❌ 
  │   │             │ │ └──[🔀] type (164:779)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (164:750)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:1276)
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:1312)
  │   │             │ │ ├──[+] enum (164:1319)
  │   │             │ │ ├──[+] enum (164:1332)
  │   │             │ │ └──[+] enum (164:1343)
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:58149)❌ 
  │   │             │ │ ├──[-] enum (1:58157)❌ 
  │   │             │ │ ├──[-] enum (1:58167)❌ 
  │   │             │ │ └──[🔀] type (164:1168)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (164:1434)
  │   │             │ │ ├──[+] enum (164:1441)
  │   │             │ │ ├──[+] enum (164:1450)
  │   │             │ │ └──[-] enum (1:58094)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (164:1139)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:1699)
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (164:1853)
  │   │             │ │ ├──[+] enum (164:1860)
  │   │             │ │ ├──[+] enum (164:1869)
  │   │             │ │ └──[-] enum (1:58478)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:1562)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:1742)
  │   │             │ │ ├──[+] enum (164:1755)
  │   │             │ │ ├──[+] enum (164:1766)
  │   │             │ │ └──[+] enum (164:1735)
  │   │             │ └─┬textAlign
  │   │             │   ├──[-] enum (1:58529)❌ 
  │   │             │   ├──[-] enum (1:58537)❌ 
  │   │             │   ├──[-] enum (1:58547)❌ 
  │   │             │   └──[🔀] type (164:1591)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (164:2329)❌ 
  │   │             │ ├──[+] properties (164:2118)
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:58910)❌ 
  │   │             │ │ ├──[-] enum (1:58918)❌ 
  │   │             │ │ ├──[-] enum (1:58928)❌ 
  │   │             │ │ └──[🔀] type (164:2010)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:2154)
  │   │             │ │ ├──[+] enum (164:2161)
  │   │             │ │ ├──[+] enum (164:2174)
  │   │             │ │ ├──[+] enum (164:2185)
  │   │             │ │ └──[+] default (164:2203)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:1981)❌ 
  │   │             │ └─┬type
  │   │             │   ├──[+] enum (164:2306)
  │   │             │   ├──[+] enum (164:2290)
  │   │             │   ├──[+] enum (164:2297)
  │   │             │   └──[-] enum (1:58858)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (164:2776)❌ 
  │   │             │ ├──[+] properties (164:2566)
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (164:2737)
  │   │             │ │ ├──[+] enum (164:2744)
  │   │             │ │ ├──[+] enum (164:2753)
  │   │             │ │ └──[-] enum (1:59239)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:59290)❌ 
  │   │             │ │ ├──[-] enum (1:59298)❌ 
  │   │             │ │ ├──[-] enum (1:59308)❌ 
  │   │             │ │ └──[🔀] type (164:2458)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:2429)❌ 
  │   │             │ └─┬placeholder
  │   │             │   ├──[+] enum (164:2602)
  │   │             │   ├──[+] enum (164:2609)
  │   │             │   ├──[+] enum (164:2622)
  │   │             │   ├──[+] enum (164:2633)
  │   │             │   └──[+] default (164:2651)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:3013)
  │   │             │ ├─┬text
  │   │             │ │ └──[🔀] type (164:2905)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:59758)❌ 
  │   │             │ │ ├──[-] enum (1:59768)❌ 
  │   │             │ │ └──[-] enum (1:59750)❌ 
  │   │             │ ├─┬verticalAlign
  │   │             │ │ ├──[+] enum (164:3121)
  │   │             │ │ ├──[-] enum (1:60008)❌ 
  │   │             │ │ ├──[-] enum (1:60015)❌ 
  │   │             │ │ ├──[-] enum (1:60025)❌ 
  │   │             │ │ ├──[-] enum (1:60035)❌ 
  │   │             │ │ └──[-] nullable (1:59993)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:3049)
  │   │             │ │ ├──[+] enum (164:3056)
  │   │             │ │ ├──[+] enum (164:3069)
  │   │             │ │ └──[+] enum (164:3080)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:2876)❌ 
  │   │             │ └─┬type
  │   │             │   ├──[+] enum (164:3239)
  │   │             │   ├──[+] enum (164:3246)
  │   │             │   ├──[+] enum (164:3255)
  │   │             │   └──[-] enum (1:59619)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:3740)
  │   │             │ ├─┬verticalAlign
  │   │             │ │ ├──[-] enum (1:60837)❌ 
  │   │             │ │ ├──[-] enum (1:60844)❌ 
  │   │             │ │ ├──[-] enum (1:60854)❌ 
  │   │             │ │ ├──[-] enum (1:60864)❌ 
  │   │             │ │ └──[-] nullable (1:60822)❌ 
  │   │             │ ├─┬value
  │   │             │ │ └──[+] enum (164:3848)
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (164:4077)
  │   │             │ │ ├──[+] enum (164:4061)
  │   │             │ │ ├──[+] enum (164:4068)
  │   │             │ │ └──[-] enum (1:60343)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:3603)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:3776)
  │   │             │ │ ├──[+] enum (164:3783)
  │   │             │ │ ├──[+] enum (164:3796)
  │   │             │ │ └──[+] enum (164:3807)
  │   │             │ └─┬textAlign
  │   │             │   ├──[-] enum (1:60587)❌ 
  │   │             │   ├──[-] enum (1:60597)❌ 
  │   │             │   ├──[-] enum (1:60579)❌ 
  │   │             │   └──[🔀] type (164:3632)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:4562)
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:61172)❌ 
  │   │             │ │ └──[🔀] type (164:4454)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:4605)
  │   │             │ │ ├──[+] enum (164:4618)
  │   │             │ │ ├──[+] enum (164:4629)
  │   │             │ │ └──[+] enum (164:4598)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (164:4425)❌ 
  │   │             │ └─┬values
  │   │             │   ├──[+] enum (164:4670)
  │   │             │   ├──[-] items (1:61220)❌ 
  │   │             │   └──[🔀] type (164:4653)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (164:5196)
  │   │             │ ├─┬validationRule
  │   │             │ │ └──[🔀] type (164:5560)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (164:5263)
  │   │             │ │ ├──[+] enum (164:5232)
  │   │             │ │ ├──[+] enum (164:5239)
  │   │             │ │ └──[+] enum (164:5252)
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:61789)❌ 
  │   │             │ │ └──[🔀] type (164:5088)❌ 
  │   │             │ ├─┬values
  │   │             │ │ ├──[-] items (1:61840)❌ 
  │   │             │ │ └──[🔀] type (164:5523)❌ 
  │   │             │ ├─┬validationLength
  │   │             │ │ ├──[+] enum (164:5304)
  │   │             │ │ └──[🔀] type (164:5287)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (164:5059)❌ 
  │   │             └─┬ONEOF
  │   │               ├──[+] properties (164:5905)
  │   │               ├─┬values
  │   │               │ ├──[+] enum (164:6013)
  │   │               │ ├──[-] items (1:62538)❌ 
  │   │               │ └──[🔀] type (164:5996)❌ 
  │   │               ├─┬type
  │   │               │ ├──[-] enum (1:62487)❌ 
  │   │               │ └──[🔀] type (164:5797)❌ 
  │   │               ├─┬readOnly
  │   │               │ └──[🔀] type (164:5768)❌ 
  │   │               └─┬placeholder
  │   │                 ├──[+] enum (164:5941)
  │   │                 ├──[+] enum (164:5948)
  │   │                 ├──[+] enum (164:5961)
  │   │                 └──[+] enum (164:5972)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             ├──[-] allOf (1:48340)❌ 
  │             ├──[-] allOf (1:55937)❌ 
  │             ├──[-] allOf (1:56075)❌ 
  │             ├──[+] anyOf (163:184)
  │             └──[+] anyOf (163:8395)
  ├─┬/document/update
  │ └─┬POST
  │   ├──[+] description (907:24)
  │   ├──[+] deprecated (910:23)
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬status
  │   │         └──[+] enum (964:291)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├──[+] properties (959:23)
  │           ├──[+] properties (960:23)
  │           ├─┬subject
  │           │ ├──[+] required (960:671)❌ 
  │           │ ├──[+] required (960:683)❌ 
  │           │ ├──[🔀] type (960:51)❌ 
  │           │ ├──[-] maxLength (1:224361)❌ 
  │           │ ├──[+] nullable (960:71)❌ 
  │           │ ├──[+] properties (960:373)
  │           │ └──[+] properties (960:90)
  │           ├─┬dateFormat
  │           │ ├──[+] enum (919:81)
  │           │ ├──[+] enum (919:196)
  │           │ ├──[+] enum (919:217)
  │           │ └─┬Extensions
  │           │   └──[🔀] x-speakeasy-enums (920:46)
  │           ├─┬language
  │           │ ├──[-] enum (1:225679)❌ 
  │           │ ├──[-] enum (1:225685)❌ 
  │           │ ├──[-] enum (1:225697)❌ 
  │           │ ├──[-] enum (1:225655)❌ 
  │           │ ├──[-] enum (1:225691)❌ 
  │           │ ├──[-] enum (1:225706)❌ 
  │           │ ├──[-] enum (1:225712)❌ 
  │           │ ├──[-] enum (1:225718)❌ 
  │           │ ├──[-] enum (1:225661)❌ 
  │           │ ├──[-] enum (1:225667)❌ 
  │           │ ├──[-] enum (1:225673)❌ 
  │           │ ├──[-] type (1:225636)❌ 
  │           │ ├──[+] nullable (959:63)❌ 
  │           │ ├──[+] anyOf (959:77)
  │           │ └──[+] anyOf (959:242)
  │           ├─┬signingOrder
  │           │ ├──[-] enum (1:225505)❌ 
  │           │ └──[-] enum (1:225517)❌ 
  │           ├─┬message
  │           │ ├──[+] enum (952:75)
  │           │ ├──[+] enum (952:85)
  │           │ ├──[+] enum (952:90)
  │           │ ├──[+] enum (952:95)
  │           │ ├──[+] enum (952:60)
  │           │ ├──[+] enum (952:65)
  │           │ ├──[+] enum (952:80)
  │           │ ├──[+] enum (952:103)
  │           │ ├──[+] enum (952:108)
  │           │ ├──[+] enum (952:113)
  │           │ ├──[+] enum (952:70)
  │           │ └──[-] maxLength (1:224410)❌ 
  │           ├─┬uploadSignatureEnabled
  │           │ └──[🔀] type (916:43)❌ 
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (957:82)❌ 
  │           │ └──[-] format (1:225976)❌ 
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (958:595)❌ 
  │           │ ├──[+] properties (958:527)
  │           │ └──[+] properties (958:469)
  │           ├─┬timezone
  │           │ ├──[+] enum (949:64)
  │           │ └──[+] enum (949:75)
  │           ├─┬redirectUrl
  │           │ └──[+] maxLength (915:63)❌ 
  │           └─┬typedSignatureEnabled
  │             ├──[🔀] type (914:42)❌ 
  │             └──[+] maxLength (914:63)❌ 
  ├─┬/template/field/delete
  │ └─┬POST
  │   ├──[+] description (1430:24)
  │   └──[+] deprecated (1433:23)
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬delegatedDocumentOwner
  │           │ ├──[+] pattern (409:76)❌ 
  │           │ └──[-] format (1:143336)❌ 
  │           ├─┬meta
  │           │ ├──[+] properties (463:27)
  │           │ ├──[+] properties (464:27)
  │           │ ├─┬uploadSignatureEnabled
  │           │ │ └──[🔀] type (420:47)❌ 
  │           │ ├─┬subject
  │           │ │ ├──[+] required (464:675)❌ 
  │           │ │ ├──[+] required (464:687)❌ 
  │           │ │ ├──[🔀] type (464:55)❌ 
  │           │ │ ├──[-] maxLength (1:152752)❌ 
  │           │ │ ├──[+] nullable (464:75)❌ 
  │           │ │ ├──[+] properties (464:377)
  │           │ │ └──[+] properties (464:94)
  │           │ ├─┬emailReplyTo
  │           │ │ ├──[+] pattern (461:86)❌ 
  │           │ │ └──[-] format (1:154367)❌ 
  │           │ ├─┬redirectUrl
  │           │ │ └──[+] maxLength (419:67)❌ 
  │           │ ├─┬typedSignatureEnabled
  │           │ │ ├──[🔀] type (418:46)❌ 
  │           │ │ └──[+] maxLength (418:67)❌ 
  │           │ ├─┬emailSettings
  │           │ │ ├──[🔀] default (462:599)❌ 
  │           │ │ ├──[+] properties (462:531)
  │           │ │ └──[+] properties (462:473)
  │           │ ├─┬dateFormat
  │           │ │ ├──[+] enum (423:85)
  │           │ │ ├──[+] enum (423:221)
  │           │ │ ├──[+] enum (423:200)
  │           │ │ └─┬Extensions
  │           │ │   └──[🔀] x-speakeasy-enums (424:50)
  │           │ ├─┬signingOrder
  │           │ │ ├──[-] enum (1:153896)❌ 
  │           │ │ └──[-] enum (1:153908)❌ 
  │           │ ├─┬message
  │           │ │ ├──[+] enum (456:99)
  │           │ │ ├──[+] enum (456:64)
  │           │ │ ├──[+] enum (456:84)
  │           │ │ ├──[+] enum (456:89)
  │           │ │ ├──[+] enum (456:107)
  │           │ │ ├──[+] enum (456:112)
  │           │ │ ├──[+] enum (456:117)
  │           │ │ ├──[+] enum (456:69)
  │           │ │ ├──[+] enum (456:74)
  │           │ │ ├──[+] enum (456:79)
  │           │ │ ├──[+] enum (456:94)
  │           │ │ └──[-] maxLength (1:152801)❌ 
  │           │ ├─┬language
  │           │ │ ├──[-] enum (1:154097)❌ 
  │           │ │ ├──[-] enum (1:154109)❌ 
  │           │ │ ├──[-] enum (1:154046)❌ 
  │           │ │ ├──[-] enum (1:154058)❌ 
  │         ...

@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 5, 2026 02:29
* `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