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.templates.duplicate(): response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.envelopes.get(): response Changed (Breaking ⚠️)
  • documenso.template.template_create_template_temporary():
    • request Changed
    • response.template Changed (Breaking ⚠️)
  • documenso.envelopes.update():
    • request Changed
    • response.template_type.enum(organisation) Added (Breaking ⚠️)
  • documenso.template.template_get_many(): response.data[] Changed (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.envelope.envelope_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_audit_log_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelopes.fields.create_many():
    • request.data[] Changed (Breaking ⚠️)
    • response.data[].field_meta Changed
  • documenso.templates.recipients.get(): response Changed
  • documenso.documents.recipients.create(): response Changed
  • documenso.envelopes.recipients.update_many(): response.data[] Changed
  • documenso.envelopes.recipients.create_many(): response.data[] Changed
  • documenso.documents.get(): response Changed
  • documenso.documents.find(): response.data[].recipients[] Changed
  • documenso.documents.create(): request.payload Changed
  • documenso.documents.update(): request.meta Changed
  • documenso.documents.distribute(): request.meta Changed
  • documenso.documents.create_v0():
    • request Changed
    • response.document Changed
  • documenso.documents.fields.get(): response.field_meta Changed
  • documenso.documents.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.envelopes.create(): request.payload Changed
  • documenso.documents.recipients.update(): response Changed
  • documenso.templates.create(): request.payload Changed
  • documenso.documents.recipients.get(): response Changed
  • documenso.envelopes.items.create_many(): response.data[].document_data_id Added
  • documenso.envelopes.fields.update_many():
    • request.data[] Changed
    • response.data[].field_meta Changed
  • documenso.envelopes.fields.get(): response.field_meta Changed
  • documenso.documents.recipients.create_many(): response.recipients[] Changed
  • documenso.documents.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.envelopes.recipients.get(): response Changed
  • documenso.envelopes.items.download(): request.version Changed
  • documenso.document.document_get_many(): response.data[].recipients[] Changed
  • documenso.documents.recipients.update_many(): response.recipients[] Changed
  • documenso.documents.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.use():
    • request.override Changed
    • response Changed
  • documenso.templates.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.get(): response.field_meta Changed
  • documenso.templates.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.documents.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.recipients.create(): response Changed
  • documenso.templates.recipients.create_many(): response.recipients[] Changed
  • documenso.templates.recipients.update(): response Changed
  • documenso.templates.recipients.update_many(): response.recipients[] Changed
  • documenso.envelopes.distribute(): request.meta Changed
  • documenso.envelopes.use(): request.payload Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/template/field/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬fields
  │   │         └─┬Schema
  │   │           └─┬fieldMeta
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (1389:1041)❌ 
  │   │             │ ├──[+] properties (1389:889)
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:414323)❌ 
  │   │             │ │ └──[🔀] type (1389:781)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:925)
  │   │             │ │ ├──[+] enum (1389:932)
  │   │             │ │ ├──[+] enum (1389:945)
  │   │             │ │ ├──[+] enum (1389:956)
  │   │             │ │ └──[+] default (1389:974)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (1389:752)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:1278)
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:414693)❌ 
  │   │             │ │ ├──[-] enum (1:414701)❌ 
  │   │             │ │ ├──[-] enum (1:414711)❌ 
  │   │             │ │ └──[🔀] type (1389:1170)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (1389:1436)
  │   │             │ │ ├──[+] enum (1389:1443)
  │   │             │ │ ├──[+] enum (1389:1452)
  │   │             │ │ └──[-] enum (1:414638)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:1141)❌ 
  │   │             │ └─┬placeholder
  │   │             │   ├──[+] enum (1389:1314)
  │   │             │   ├──[+] enum (1389:1321)
  │   │             │   ├──[+] enum (1389:1334)
  │   │             │   └──[+] enum (1389:1345)
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:1701)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:1564)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:1737)
  │   │             │ │ ├──[+] enum (1389:1744)
  │   │             │ │ ├──[+] enum (1389:1757)
  │   │             │ │ └──[+] enum (1389:1768)
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:415073)❌ 
  │   │             │ │ ├──[-] enum (1:415081)❌ 
  │   │             │ │ ├──[-] enum (1:415091)❌ 
  │   │             │ │ └──[🔀] type (1389:1593)❌ 
  │   │             │ └─┬type
  │   │             │   ├──[+] enum (1389:1855)
  │   │             │   ├──[+] enum (1389:1862)
  │   │             │   ├──[+] enum (1389:1871)
  │   │             │   └──[-] enum (1:415022)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (1389:2331)❌ 
  │   │             │ ├──[+] properties (1389:2120)
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (1389:2292)
  │   │             │ │ ├──[+] enum (1389:2299)
  │   │             │ │ ├──[+] enum (1389:2308)
  │   │             │ │ └──[-] enum (1:415402)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:2156)
  │   │             │ │ ├──[+] enum (1389:2163)
  │   │             │ │ ├──[+] enum (1389:2176)
  │   │             │ │ ├──[+] enum (1389:2187)
  │   │             │ │ └──[+] default (1389:2205)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:415454)❌ 
  │   │             │ │ ├──[-] enum (1:415462)❌ 
  │   │             │ │ ├──[-] enum (1:415472)❌ 
  │   │             │ │ └──[🔀] type (1389:2012)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (1389:1983)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (1389:2778)❌ 
  │   │             │ ├──[+] properties (1389:2568)
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:415834)❌ 
  │   │             │ │ ├──[-] enum (1:415842)❌ 
  │   │             │ │ ├──[-] enum (1:415852)❌ 
  │   │             │ │ └──[🔀] type (1389:2460)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:2611)
  │   │             │ │ ├──[+] enum (1389:2624)
  │   │             │ │ ├──[+] enum (1389:2635)
  │   │             │ │ ├──[+] enum (1389:2604)
  │   │             │ │ └──[+] default (1389:2653)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (1389:2739)
  │   │             │ │ ├──[+] enum (1389:2746)
  │   │             │ │ ├──[+] enum (1389:2755)
  │   │             │ │ └──[-] enum (1:415783)❌ 
  │   │             │ └─┬readOnly
  │   │             │   └──[🔀] type (1389:2431)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:3015)
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:3051)
  │   │             │ │ ├──[+] enum (1389:3058)
  │   │             │ │ ├──[+] enum (1389:3071)
  │   │             │ │ └──[+] enum (1389:3082)
  │   │             │ ├─┬verticalAlign
  │   │             │ │ ├──[+] enum (1389:3123)
  │   │             │ │ ├──[-] enum (1:416552)❌ 
  │   │             │ │ ├──[-] enum (1:416559)❌ 
  │   │             │ │ ├──[-] enum (1:416569)❌ 
  │   │             │ │ ├──[-] enum (1:416579)❌ 
  │   │             │ │ └──[-] nullable (1:416537)❌ 
  │   │             │ ├─┬text
  │   │             │ │ └──[🔀] type (1389:2907)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:416294)❌ 
  │   │             │ │ ├──[-] enum (1:416302)❌ 
  │   │             │ │ └──[-] enum (1:416312)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:2878)❌ 
  │   │             │ └─┬type
  │   │             │   ├──[+] enum (1389:3241)
  │   │             │   ├──[+] enum (1389:3248)
  │   │             │   ├──[+] enum (1389:3257)
  │   │             │   └──[-] enum (1:416163)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:3742)
  │   │             │ ├─┬verticalAlign
  │   │             │ │ ├──[-] enum (1:417381)❌ 
  │   │             │ │ ├──[-] enum (1:417388)❌ 
  │   │             │ │ ├──[-] enum (1:417398)❌ 
  │   │             │ │ ├──[-] enum (1:417408)❌ 
  │   │             │ │ └──[-] nullable (1:417366)❌ 
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:3605)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:417123)❌ 
  │   │             │ │ ├──[-] enum (1:417131)❌ 
  │   │             │ │ ├──[-] enum (1:417141)❌ 
  │   │             │ │ └──[🔀] type (1389:3634)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (1389:4070)
  │   │             │ │ ├──[+] enum (1389:4079)
  │   │             │ │ ├──[+] enum (1389:4063)
  │   │             │ │ └──[-] enum (1:416887)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:3809)
  │   │             │ │ ├──[+] enum (1389:3778)
  │   │             │ │ ├──[+] enum (1389:3785)
  │   │             │ │ └──[+] enum (1389:3798)
  │   │             │ └─┬value
  │   │             │   └──[+] enum (1389:3850)
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:4564)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:4427)❌ 
  │   │             │ ├─┬values
  │   │             │ │ ├──[+] enum (1389:4672)
  │   │             │ │ ├──[-] items (1:417764)❌ 
  │   │             │ │ └──[🔀] type (1389:4655)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:4620)
  │   │             │ │ ├──[+] enum (1389:4631)
  │   │             │ │ ├──[+] enum (1389:4600)
  │   │             │ │ └──[+] enum (1389:4607)
  │   │             │ └─┬type
  │   │             │   ├──[-] enum (1:417716)❌ 
  │   │             │   └──[🔀] type (1389:4456)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (1389:5198)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (1389:5061)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:418333)❌ 
  │   │             │ │ └──[🔀] type (1389:5090)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (1389:5234)
  │   │             │ │ ├──[+] enum (1389:5241)
  │   │             │ │ ├──[+] enum (1389:5254)
  │   │             │ │ └──[+] enum (1389:5265)
  │   │             │ ├─┬validationLength
  │   │             │ │ ├──[+] enum (1389:5306)
  │   │             │ │ └──[🔀] type (1389:5289)❌ 
  │   │             │ ├─┬validationRule
  │   │             │ │ └──[🔀] type (1389:5562)❌ 
  │   │             │ └─┬values
  │   │             │   ├──[-] items (1:418384)❌ 
  │   │             │   └──[🔀] type (1389:5525)❌ 
  │   │             └─┬ONEOF
  │   │               ├──[+] properties (1389:5907)
  │   │               ├─┬values
  │   │               │ ├──[+] enum (1389:6015)
  │   │               │ ├──[-] items (1:419082)❌ 
  │   │               │ └──[🔀] type (1389:5998)❌ 
  │   │               ├─┬readOnly
  │   │               │ └──[🔀] type (1389:5770)❌ 
  │   │               ├─┬placeholder
  │   │               │ ├──[+] enum (1389:5963)
  │   │               │ ├──[+] enum (1389:5974)
  │   │               │ ├──[+] enum (1389:5943)
  │   │               │ └──[+] enum (1389:5950)
  │   │               └─┬type
  │   │                 ├──[-] enum (1:419031)❌ 
  │   │                 └──[🔀] type (1389:5799)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬fields
  │           └─┬Schema
  │             └─┬ALLOF
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:501)
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:364)❌ 
  │               │   ├─┬type
  │               │   │ ├──[-] enum (1:406876)❌ 
  │               │   │ └──[🔀] type (1388:393)❌ 
  │               │   └─┬placeholder
  │               │     ├──[+] enum (1388:537)
  │               │     ├──[+] enum (1388:544)
  │               │     ├──[+] enum (1388:557)
  │               │     ├──[+] enum (1388:568)
  │               │     └──[+] default (1388:586)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:1094)
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:957)❌ 
  │               │   ├─┬textAlign
  │               │   │ ├──[-] enum (1:407481)❌ 
  │               │   │ ├──[-] enum (1:407489)❌ 
  │               │   │ ├──[-] enum (1:407499)❌ 
  │               │   │ └──[🔀] type (1388:986)❌ 
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:1137)
  │               │   │ ├──[+] enum (1388:1150)
  │               │   │ ├──[+] enum (1388:1161)
  │               │   │ └──[+] enum (1388:1130)
  │               │   └─┬type
  │               │     ├──[+] enum (1388:1252)
  │               │     ├──[+] enum (1388:1259)
  │               │     ├──[+] enum (1388:1268)
  │               │     └──[-] enum (1:407426)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:1623)
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:1659)
  │               │   │ ├──[+] enum (1388:1666)
  │               │   │ ├──[+] enum (1388:1679)
  │               │   │ └──[+] enum (1388:1690)
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:1486)❌ 
  │               │   ├─┬type
  │               │   │ ├──[+] enum (1388:1777)
  │               │   │ ├──[+] enum (1388:1784)
  │               │   │ ├──[+] enum (1388:1793)
  │               │   │ └──[-] enum (1:407927)❌ 
  │               │   └─┬textAlign
  │               │     ├──[-] enum (1:407978)❌ 
  │               │     ├──[-] enum (1:407986)❌ 
  │               │     ├──[-] enum (1:407996)❌ 
  │               │     └──[🔀] type (1388:1515)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:2149)
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:2012)❌ 
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:2185)
  │               │   │ ├──[+] enum (1388:2192)
  │               │   │ ├──[+] enum (1388:2205)
  │               │   │ ├──[+] enum (1388:2216)
  │               │   │ └──[+] default (1388:2234)❌ 
  │               │   ├─┬textAlign
  │               │   │ ├──[-] enum (1:408477)❌ 
  │               │   │ ├──[-] enum (1:408485)❌ 
  │               │   │ ├──[-] enum (1:408495)❌ 
  │               │   │ └──[🔀] type (1388:2041)❌ 
  │               │   └─┬type
  │               │     ├──[+] enum (1388:2321)
  │               │     ├──[+] enum (1388:2328)
  │               │     ├──[+] enum (1388:2337)
  │               │     └──[-] enum (1:408425)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:2692)
  │               │   ├─┬textAlign
  │               │   │ ├──[-] enum (1:408974)❌ 
  │               │   │ ├──[-] enum (1:408982)❌ 
  │               │   │ ├──[-] enum (1:408992)❌ 
  │               │   │ └──[🔀] type (1388:2584)❌ 
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:2555)❌ 
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:2728)
  │               │   │ ├──[+] enum (1388:2735)
  │               │   │ ├──[+] enum (1388:2748)
  │               │   │ ├──[+] enum (1388:2759)
  │               │   │ └──[+] default (1388:2777)❌ 
  │               │   └─┬type
  │               │     ├──[+] enum (1388:2863)
  │               │     ├──[+] enum (1388:2870)
  │               │     ├──[+] enum (1388:2879)
  │               │     └──[-] enum (1:408923)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:3234)
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:3097)❌ 
  │               │   ├─┬verticalAlign
  │               │   │ ├──[+] enum (1388:3342)
  │               │   │ ├──[-] enum (1:409836)❌ 
  │               │   │ ├──[-] enum (1:409809)❌ 
  │               │   │ ├──[-] enum (1:409816)❌ 
  │               │   │ ├──[-] enum (1:409826)❌ 
  │               │   │ └──[-] nullable (1:409794)❌ 
  │               │   ├─┬textAlign
  │               │   │ ├──[-] enum (1:409559)❌ 
  │               │   │ ├──[-] enum (1:409569)❌ 
  │               │   │ └──[-] enum (1:409551)❌ 
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:3270)
  │               │   │ ├──[+] enum (1388:3277)
  │               │   │ ├──[+] enum (1388:3290)
  │               │   │ └──[+] enum (1388:3301)
  │               │   ├─┬type
  │               │   │ ├──[+] enum (1388:3467)
  │               │   │ ├──[+] enum (1388:3476)
  │               │   │ ├──[+] enum (1388:3460)
  │               │   │ └──[-] enum (1:409420)❌ 
  │               │   └─┬text
  │               │     └──[🔀] type (1388:3126)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:4069)
  │               │   ├─┬type
  │               │   │ ├──[+] enum (1388:4390)
  │               │   │ ├──[+] enum (1388:4397)
  │               │   │ ├──[+] enum (1388:4406)
  │               │   │ └──[-] enum (1:410263)❌ 
  │               │   ├─┬value
  │               │   │ └──[+] enum (1388:4177)
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:4105)
  │               │   │ ├──[+] enum (1388:4112)
  │               │   │ ├──[+] enum (1388:4125)
  │               │   │ └──[+] enum (1388:4136)
  │               │   ├─┬textAlign
  │               │   │ ├──[-] enum (1:410507)❌ 
  │               │   │ ├──[-] enum (1:410517)❌ 
  │               │   │ ├──[-] enum (1:410499)❌ 
  │               │   │ └──[🔀] type (1388:3961)❌ 
  │               │   ├─┬verticalAlign
  │               │   │ ├──[-] enum (1:410757)❌ 
  │               │   │ ├──[-] enum (1:410764)❌ 
  │               │   │ ├──[-] enum (1:410774)❌ 
  │               │   │ ├──[-] enum (1:410784)❌ 
  │               │   │ └──[-] nullable (1:410742)❌ 
  │               │   └─┬readOnly
  │               │     └──[🔀] type (1388:3932)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:4998)
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:5034)
  │               │   │ ├──[+] enum (1388:5041)
  │               │   │ ├──[+] enum (1388:5054)
  │               │   │ └──[+] enum (1388:5065)
  │               │   ├─┬type
  │               │   │ ├──[-] enum (1:411210)❌ 
  │               │   │ └──[🔀] type (1388:4890)❌ 
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:4861)❌ 
  │               │   └─┬values
  │               │     ├──[+] enum (1388:5106)
  │               │     ├──[-] items (1:411258)❌ 
  │               │     └──[🔀] type (1388:5089)❌ 
  │               ├─┬ONEOF
  │               │ └─┬fieldMeta
  │               │   ├──[+] properties (1388:5730)
  │               │   ├─┬validationLength
  │               │   │ ├──[+] enum (1388:5838)
  │               │   │ └──[🔀] type (1388:5821)❌ 
  │               │   ├─┬readOnly
  │               │   │ └──[🔀] type (1388:5593)❌ 
  │               │   ├─┬validationRule
  │               │   │ └──[🔀] type (1388:6094)❌ 
  │               │   ├─┬type
  │               │   │ ├──[-] enum (1:411935)❌ 
  │               │   │ └──[🔀] type (1388:5622)❌ 
  │               │   ├─┬placeholder
  │               │   │ ├──[+] enum (1388:5773)
  │               │   │ ├──[+] enum (1388:5786)
  │               │   │ ├──[+] enum (1388:5797)
  │               │   │ └──[+] enum (1388:5766)
  │               │   └─┬values
  │               │     ├──[-] items (1:411986)❌ 
  │               │     └──[🔀] type (1388:6057)❌ 
  │               └─┬ONEOF
  │                 └─┬fieldMeta
  │                   ├──[+] properties (1388:6537)
  │                   ├─┬placeholder
  │                   │ ├──[+] enum (1388:6573)
  │                   │ ├──[+] enum (1388:6580)
  │                   │ ├──[+] enum (1388:6593)
  │                   │ └──[+] enum (1388:6604)
  │                   ├─┬values
  │                   │ ├──[+] enum (1388:6645)
  │                   │ ├──[-] items (1:412792)❌ 
  │                   │ └──[🔀] type (1388:6628)❌ 
  │                   ├─┬type
  │                   │ ├──[-] enum (1:412741)❌ 
  │                   │ └──[🔀] type (1388:6429)❌ 
  │                   └─┬readOnly
  │                     └──[🔀] type (1388:6400)❌ 
  ├─┬/envelope/item/{envelopeItemId}/download
  │ └─┬GET
  │   └─┬Parameters
  │     ├──[🔀] description (96:208)
  │     └─┬Schema
  │       └──[+] enum (96:614)
  ├─┬/envelope/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬documentMeta
  │               │ ├──[+] required (374:290)❌ 
  │               │ ├──[+] properties (372:31)
  │               │ ├─┬message
  │               │ │ └──[-] nullable (1:130768)❌ 
  │               │ ├─┬typedSignatureEnabled
  │               │ │ ├──[🔀] type (331:51)❌ 
  │               │ │ └──[+] nullable (331:71)❌ 
  │               │ ├─┬emailSettings
  │               │ │ ├──[+] required (369:773)❌ 
  │               │ │ ├──[+] required (369:749)❌ 
  │               │ │ ├──[🔀] default (369:807)❌ 
  │               │ │ ├──[+] properties (369:535)
  │               │ │ └──[+] properties (369:477)
  │               │ ├─┬dateFormat
  │               │ │ └─┬Extensions
  │               │ │   └──[🔀] x-speakeasy-enums (335:54)
  │               │ ├─┬subject
  │               │ │ ├──[+] enum (326:83)
  │               │ │ ├──[+] enum (326:72)
  │               │ │ └──[-] nullable (1:130719)❌ 
  │               │ ├─┬signingOrder
  │               │ │ ├──[-] enum (1:130566)❌ 
  │               │ │ ├──[-] enum (1:130554)❌ 
  │               │ │ └──[+] nullable (363:74)❌ 
  │               │ └─┬id
  │               │   ├──[-] type (1:130666)❌ 
  │               │   ├──[+] nullable (372:71)❌ 
  │               │   ├──[+] anyOf (372:85)
  │               │   └──[+] anyOf (372:250)
  │               ├─┬fields
  │               │ └─┬Schema
  │               │   └─┬fieldMeta
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (377:932)❌ 
  │               │     │ ├──[+] properties (377:780)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:823)
  │               │     │ │ ├──[+] enum (377:836)
  │               │     │ │ ├──[+] enum (377:847)
  │               │     │ │ ├──[+] enum (377:816)
  │               │     │ │ └──[+] default (377:865)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:643)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[-] enum (1:135062)❌ 
  │               │     │   └──[🔀] type (377:672)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:1169)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:1205)
  │               │     │ │ ├──[+] enum (377:1212)
  │               │     │ │ ├──[+] enum (377:1225)
  │               │     │ │ └──[+] enum (377:1236)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:1032)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:1327)
  │               │     │ │ ├──[+] enum (377:1334)
  │               │     │ │ ├──[+] enum (377:1343)
  │               │     │ │ └──[-] enum (1:135377)❌ 
  │               │     │ └─┬textAlign
  │               │     │   ├──[-] enum (1:135432)❌ 
  │               │     │   ├──[-] enum (1:135440)❌ 
  │               │     │   ├──[-] enum (1:135450)❌ 
  │               │     │   └──[🔀] type (377:1061)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:1592)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:1628)
  │               │     │ │ ├──[+] enum (377:1635)
  │               │     │ │ ├──[+] enum (377:1648)
  │               │     │ │ └──[+] enum (377:1659)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:1746)
  │               │     │ │ ├──[+] enum (377:1753)
  │               │     │ │ ├──[+] enum (377:1762)
  │               │     │ │ └──[-] enum (1:135761)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:1455)❌ 
  │               │     │ └─┬textAlign
  │               │     │   ├──[-] enum (1:135812)❌ 
  │               │     │   ├──[-] enum (1:135820)❌ 
  │               │     │   ├──[-] enum (1:135830)❌ 
  │               │     │   └──[🔀] type (377:1484)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (377:2222)❌ 
  │               │     │ ├──[+] properties (377:2011)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:136193)❌ 
  │               │     │ │ ├──[-] enum (1:136201)❌ 
  │               │     │ │ ├──[-] enum (1:136211)❌ 
  │               │     │ │ └──[🔀] type (377:1903)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:2054)
  │               │     │ │ ├──[+] enum (377:2067)
  │               │     │ │ ├──[+] enum (377:2078)
  │               │     │ │ ├──[+] enum (377:2047)
  │               │     │ │ └──[+] default (377:2096)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:1874)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (377:2183)
  │               │     │   ├──[+] enum (377:2190)
  │               │     │   ├──[+] enum (377:2199)
  │               │     │   └──[-] enum (1:136141)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (377:2669)❌ 
  │               │     │ ├──[+] properties (377:2459)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:136573)❌ 
  │               │     │ │ ├──[-] enum (1:136581)❌ 
  │               │     │ │ ├──[-] enum (1:136591)❌ 
  │               │     │ │ └──[🔀] type (377:2351)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:2322)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:2515)
  │               │     │ │ ├──[+] enum (377:2526)
  │               │     │ │ ├──[+] enum (377:2495)
  │               │     │ │ ├──[+] enum (377:2502)
  │               │     │ │ └──[+] default (377:2544)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (377:2630)
  │               │     │   ├──[+] enum (377:2637)
  │               │     │   ├──[+] enum (377:2646)
  │               │     │   └──[-] enum (1:136522)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:2906)
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[+] enum (377:3014)
  │               │     │ │ ├──[-] enum (1:137291)❌ 
  │               │     │ │ ├──[-] enum (1:137298)❌ 
  │               │     │ │ ├──[-] enum (1:137308)❌ 
  │               │     │ │ ├──[-] enum (1:137318)❌ 
  │               │     │ │ └──[-] nullable (1:137276)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:2769)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:137033)❌ 
  │               │     │ │ ├──[-] enum (1:137041)❌ 
  │               │     │ │ └──[-] enum (1:137051)❌ 
  │               │     │ ├─┬text
  │               │     │ │ └──[🔀] type (377:2798)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:3132)
  │               │     │ │ ├──[+] enum (377:3139)
  │               │     │ │ ├──[+] enum (377:3148)
  │               │     │ │ └──[-] enum (1:136902)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (377:2942)
  │               │     │   ├──[+] enum (377:2949)
  │               │     │   ├──[+] enum (377:2962)
  │               │     │   └──[+] enum (377:2973)
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:3633)
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[-] enum (1:138120)❌ 
  │               │     │ │ ├──[-] enum (1:138127)❌ 
  │               │     │ │ ├──[-] enum (1:138137)❌ 
  │               │     │ │ ├──[-] enum (1:138147)❌ 
  │               │     │ │ └──[-] nullable (1:138105)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:137862)❌ 
  │               │     │ │ ├──[-] enum (1:137870)❌ 
  │               │     │ │ ├──[-] enum (1:137880)❌ 
  │               │     │ │ └──[🔀] type (377:3525)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:3700)
  │               │     │ │ ├──[+] enum (377:3669)
  │               │     │ │ ├──[+] enum (377:3676)
  │               │     │ │ └──[+] enum (377:3689)
  │               │     │ ├─┬value
  │               │     │ │ └──[+] enum (377:3741)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:3961)
  │               │     │ │ ├──[+] enum (377:3970)
  │               │     │ │ ├──[+] enum (377:3954)
  │               │     │ │ └──[-] enum (1:137626)❌ 
  │               │     │ └─┬readOnly
  │               │     │   └──[🔀] type (377:3496)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:4455)
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:138455)❌ 
  │               │     │ │ └──[🔀] type (377:4347)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:4318)❌ 
  │               │     │ ├─┬values
  │               │     │ │ ├──[+] enum (377:4563)
  │               │     │ │ ├──[-] items (1:138503)❌ 
  │               │     │ │ └──[🔀] type (377:4546)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (377:4511)
  │               │     │   ├──[+] enum (377:4522)
  │               │     │   ├──[+] enum (377:4491)
  │               │     │   └──[+] enum (377:4498)
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:5089)
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:139072)❌ 
  │               │     │ │ └──[🔀] type (377:4981)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:5145)
  │               │     │ │ ├──[+] enum (377:5156)
  │               │     │ │ ├──[+] enum (377:5125)
  │               │     │ │ └──[+] enum (377:5132)
  │               │     │ ├─┬values
  │               │     │ │ ├──[-] items (1:139123)❌ 
  │               │     │ │ └──[🔀] type (377:5416)❌ 
  │               │     │ ├─┬validationLength
  │               │     │ │ ├──[+] enum (377:5197)
  │               │     │ │ └──[🔀] type (377:5180)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:4952)❌ 
  │               │     │ └─┬validationRule
  │               │     │   └──[🔀] type (377:5453)❌ 
  │               │     └─┬ONEOF
  │               │       ├──[+] properties (377:5798)
  │               │       ├─┬type
  │               │       │ ├──[-] enum (1:139770)❌ 
  │               │       │ └──[🔀] type (377:5690)❌ 
  │               │       ├─┬placeholder
  │               │       │ ├──[+] enum (377:5834)
  │               │       │ ├──[+] enum (377:5841)
  │               │       │ ├──[+] enum (377:5854)
  │               │       │ └──[+] enum (377:5865)
  │               │       ├─┬values
  │               │       │ ├──[+] enum (377:5906)
  │               │       │ ├──[-] items (1:139821)❌ 
  │               │       │ └──[🔀] type (377:5889)❌ 
  │               │       └─┬readOnly
  │               │         └──[🔀] type (377:5661)❌ 
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (376:1308)❌ 
  │               │   ├──[+] required (376:1320)❌ 
  │               │   ├──[+] properties (376:647)
  │               │   ├──[+] properties (376:601)
  │               │   ├─┬name
  │               │   │ └──[+] nullable (376:641)❌ 
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:133975)❌ 
  │               │   ├─┬token
  │               │   │ ├──[🔀] type (376:1097)❌ 
  │               │   │ └──[+] nullable (376:1117)❌ 
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:133224)❌ 
  │               │   │ ├──[-] enum (1:133236)❌ 
  │               │   │ └──[+] nullable (376:1169)❌ 
  │               │   ├─┬role
  │               │   │ ├──[+] enum (376:245)
  │               │   │ ├──[+] enum (376:258)
  │               │   │ ├──[-] enum (1:132978)❌ 
  │               │   │ ├──[-] enum (1:132984)❌ 
  │               │   │ ├──[-] enum (1:132994)❌ 
  │               │   │ ├──[-] enum (1:133004)❌ 
  │               │   │ └──[-] enum (1:133016)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:133073)❌ 
  │               │   │ ├──[-] enum (1:133087)❌ 
  │               │   │ └──[🔀] type (376:416)❌ 
  │               │   ├─┬id
  │               │   │ ├──[🔀] type (376:575)❌ 
  │               │   │ └──[+] nullable (376:595)❌ 
  │               │   ├─┬signingOrder
  │               │   │ ├──[+] enum (376:383)
  │               │   │ ├──[+] enum (376:394)
  │               │   │ ├──[🔀] type (376:366)❌ 
  │               │   │ └──[-] nullable (1:133918)❌ 
  │               │   ├─┬signedAt
  │               │   │ ├──[+] enum (376:159)
  │               │   │ ├──[+] enum (376:164)
  │               │   │ ├──[+] enum (376:173)
  │               │   │ ├──[+] enum (376:182)
  │               │   │ ├──[+] enum (376:193)
  │               │   │ └──[-] nullable (1:133509)❌ 
  │               │   └─┬signingStatus
  │               │     ├──[-] enum (1:133144)❌ 
  │               │     ├──[-] enum (1:133158)❌ 
  │               │     ├──[-] enum (1:133168)❌ 
  │               │     └──[+] nullable (376:743)❌ 
  │               ├─┬envelopeItems
  │               │ └─┬Schema
  │               │   ├──[+] required (378:266)❌ 
  │               │   ├──[+] properties (378:130)
  │               │   ├─┬title
  │               │   │ └──[🔀] type (378:230)❌ 
  │               │   └─┬order
  │               │     └──[🔀] type (378:178)❌ 
  │               └─┬templateType
  │                 └──[+] enum (306:87)
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬data
  │   │         └─┬Schema
  │   │           ├──[+] required (130:1505)❌ 
  │   │           ├──[+] required (130:1517)❌ 
  │   │           ├──[+] properties (130:750)
  │   │           ├──[+] properties (130:704)
  │   │           ├─┬token
  │   │           │ ├──[+] enum (130:413)
  │   │           │ ├──[+] enum (130:426)
  │   │           │ └──[+] enum (130:435)
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (130:486)
  │   │           │ ├──[+] enum (130:497)
  │   │           │ ├──[🔀] type (130:469)❌ 
  │   │           │ └──[-] nullable (1:35716)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:34871)❌ 
  │   │           │ ├──[-] enum (1:34885)❌ 
  │   │           │ └──[🔀] type (130:519)❌ 
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (130:678)❌ 
  │   │           │ └──[+] nullable (130:698)❌ 
  │   │           ├─┬rejectionReason
  │   │           │ └──[-] nullable (1:35773)❌ 
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:35022)❌ 
  │   │           │ ├──[-] enum (1:35034)❌ 
  │   │           │ └──[+] nullable (130:1272)❌ 
  │   │           ├─┬signedAt
  │   │           │ ├──[+] enum (130:296)
  │   │           │ ├──[+] enum (130:262)
  │   │           │ ├──[+] enum (130:267)
  │   │           │ ├──[+] enum (130:276)
  │   │           │ ├──[+] enum (130:285)
  │   │           │ └──[-] nullable (1:35307)❌ 
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:34956)❌ 
  │   │           │ ├──[-] enum (1:34966)❌ 
  │   │           │ ├──[-] enum (1:34942)❌ 
  │   │           │ └──[+] nullable (130:846)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (130:348)
  │   │           │ ├──[+] enum (130:361)
  │   │           │ ├──[-] enum (1:34776)❌ 
  │   │           │ ├──[-] enum (1:34782)❌ 
  │   │           │ ├──[-] enum (1:34792)❌ 
  │   │           │ ├──[-] enum (1:34802)❌ 
  │   │           │ └──[-] enum (1:34814)❌ 
  │   │           └─┬name
  │   │             └──[+] nullable (130:744)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               └─┬ANYOF
  │                 ├──[+] pattern (129:304)❌ 
  │                 └──[-] format (1:33961)❌ 
  ├─┬/document/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├──[+] properties (950:23)
  │           ├──[+] properties (951:23)
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (949:595)❌ 
  │           │ ├──[+] properties (949:527)
  │           │ └──[+] properties (949:469)
  │           ├─┬subject
  │           │ ├──[+] required (951:671)❌ 
  │           │ ├──[+] required (951:683)❌ 
  │           │ ├──[🔀] type (951:51)❌ 
  │           │ ├──[-] maxLength (1:224361)❌ 
  │           │ ├──[+] nullable (951:71)❌ 
  │           │ ├──[+] properties (951:373)
  │           │ └──[+] properties (951:90)
  │           ├─┬signingOrder
  │           │ ├──[-] enum (1:225505)❌ 
  │           │ └──[-] enum (1:225517)❌ 
  │           ├─┬timezone
  │           │ ├──[+] enum (940:64)
  │           │ └──[+] enum (940:75)
  │           ├─┬typedSignatureEnabled
  │           │ ├──[🔀] type (905:42)❌ 
  │           │ └──[+] maxLength (905:63)❌ 
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (948:82)❌ 
  │           │ └──[-] format (1:225976)❌ 
  │           ├─┬redirectUrl
  │           │ └──[+] maxLength (906:63)❌ 
  │           ├─┬message
  │           │ ├──[+] enum (943:65)
  │           │ ├──[+] enum (943:70)
  │           │ ├──[+] enum (943:80)
  │           │ ├──[+] enum (943:85)
  │           │ ├──[+] enum (943:90)
  │           │ ├──[+] enum (943:95)
  │           │ ├──[+] enum (943:113)
  │           │ ├──[+] enum (943:60)
  │           │ ├──[+] enum (943:75)
  │           │ ├──[+] enum (943:103)
  │           │ ├──[+] enum (943:108)
  │           │ └──[-] maxLength (1:224410)❌ 
  │           ├─┬language
  │           │ ├──[-] enum (1:225679)❌ 
  │           │ ├──[-] enum (1:225691)❌ 
  │           │ ├──[-] enum (1:225697)❌ 
  │           │ ├──[-] enum (1:225706)❌ 
  │           │ ├──[-] enum (1:225718)❌ 
  │           │ ├──[-] enum (1:225655)❌ 
  │           │ ├──[-] enum (1:225661)❌ 
  │           │ ├──[-] enum (1:225667)❌ 
  │           │ ├──[-] enum (1:225673)❌ 
  │           │ ├──[-] enum (1:225685)❌ 
  │           │ ├──[-] enum (1:225712)❌ 
  │           │ ├──[-] type (1:225636)❌ 
  │           │ ├──[+] nullable (950:63)❌ 
  │           │ ├──[+] anyOf (950:77)
  │           │ └──[+] anyOf (950:242)
  │           ├─┬uploadSignatureEnabled
  │           │ └──[🔀] type (907:43)❌ 
  │           └─┬dateFormat
  │             ├──[+] enum (910:196)
  │             ├──[+] enum (910:217)
  │             ├──[+] enum (910:81)
  │             └─┬Extensions
  │               └──[🔀] x-speakeasy-enums (911:46)
  ├─┬/document/field/{fieldId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬fieldMeta
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:977)❌ 
  │             │ ├──[+] properties (1280:825)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:688)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:861)
  │             │ │ ├──[+] enum (1280:868)
  │             │ │ ├──[+] enum (1280:881)
  │             │ │ ├──[+] enum (1280:892)
  │             │ │ └──[+] default (1280:910)❌ 
  │             │ └─┬type
  │             │   ├──[-] enum (1:284001)❌ 
  │             │   └──[🔀] type (1280:717)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:1214)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1077)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:1372)
  │             │ │ ├──[+] enum (1280:1379)
  │             │ │ ├──[+] enum (1280:1388)
  │             │ │ └──[-] enum (1:284316)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:284371)❌ 
  │             │ │ ├──[-] enum (1:284379)❌ 
  │             │ │ ├──[-] enum (1:284389)❌ 
  │             │ │ └──[🔀] type (1280:1106)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1280:1250)
  │             │   ├──[+] enum (1280:1257)
  │             │   ├──[+] enum (1280:1270)
  │             │   └──[+] enum (1280:1281)
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:1637)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:284751)❌ 
  │             │ │ ├──[-] enum (1:284759)❌ 
  │             │ │ ├──[-] enum (1:284769)❌ 
  │             │ │ └──[🔀] type (1280:1529)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1500)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:1673)
  │             │ │ ├──[+] enum (1280:1680)
  │             │ │ ├──[+] enum (1280:1693)
  │             │ │ └──[+] enum (1280:1704)
  │             │ └─┬type
  │             │   ├──[+] enum (1280:1791)
  │             │   ├──[+] enum (1280:1798)
  │             │   ├──[+] enum (1280:1807)
  │             │   └──[-] enum (1:284700)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:2267)❌ 
  │             │ ├──[+] properties (1280:2056)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:2092)
  │             │ │ ├──[+] enum (1280:2099)
  │             │ │ ├──[+] enum (1280:2112)
  │             │ │ ├──[+] enum (1280:2123)
  │             │ │ └──[+] default (1280:2141)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:285132)❌ 
  │             │ │ ├──[-] enum (1:285140)❌ 
  │             │ │ ├──[-] enum (1:285150)❌ 
  │             │ │ └──[🔀] type (1280:1948)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1919)❌ 
  │             │ └─┬type
  │             │   ├──[+] enum (1280:2228)
  │             │   ├──[+] enum (1280:2235)
  │             │   ├──[+] enum (1280:2244)
  │             │   └──[-] enum (1:285080)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:2714)❌ 
  │             │ ├──[+] properties (1280:2504)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:285512)❌ 
  │             │ │ ├──[-] enum (1:285520)❌ 
  │             │ │ ├──[-] enum (1:285530)❌ 
  │             │ │ └──[🔀] type (1280:2396)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:2675)
  │             │ │ ├──[+] enum (1280:2682)
  │             │ │ ├──[+] enum (1280:2691)
  │             │ │ └──[-] enum (1:285461)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:2367)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1280:2547)
  │             │   ├──[+] enum (1280:2560)
  │             │   ├──[+] enum (1280:2571)
  │             │   ├──[+] enum (1280:2540)
  │             │   └──[+] default (1280:2589)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:2951)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:2814)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:3177)
  │             │ │ ├──[+] enum (1280:3184)
  │             │ │ ├──[+] enum (1280:3193)
  │             │ │ └──[-] enum (1:285841)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:285972)❌ 
  │             │ │ ├──[-] enum (1:285980)❌ 
  │             │ │ └──[-] enum (1:285990)❌ 
  │             │ ├─┬verticalAlign
  │             │ │ ├──[+] enum (1280:3059)
  │             │ │ ├──[-] enum (1:286230)❌ 
  │             │ │ ├──[-] enum (1:286237)❌ 
  │             │ │ ├──[-] enum (1:286247)❌ 
  │             │ │ ├──[-] enum (1:286257)❌ 
  │             │ │ └──[-] nullable (1:286215)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:2987)
  │             │ │ ├──[+] enum (1280:2994)
  │             │ │ ├──[+] enum (1280:3007)
  │             │ │ └──[+] enum (1280:3018)
  │             │ └─┬text
  │             │   └──[🔀] type (1280:2843)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:3678)
  │             │ ├─┬verticalAlign
  │             │ │ ├──[-] enum (1:287066)❌ 
  │             │ │ ├──[-] enum (1:287076)❌ 
  │             │ │ ├──[-] enum (1:287086)❌ 
  │             │ │ ├──[-] enum (1:287059)❌ 
  │             │ │ └──[-] nullable (1:287044)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:3745)
  │             │ │ ├──[+] enum (1280:3714)
  │             │ │ ├──[+] enum (1280:3721)
  │             │ │ └──[+] enum (1280:3734)
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:3999)
  │             │ │ ├──[+] enum (1280:4006)
  │             │ │ ├──[+] enum (1280:4015)
  │             │ │ └──[-] enum (1:286565)❌ 
  │             │ ├─┬value
  │             │ │ └──[+] enum (1280:3786)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:3541)❌ 
  │             │ └─┬textAlign
  │             │   ├──[-] enum (1:286809)❌ 
  │             │   ├──[-] enum (1:286819)❌ 
  │             │   ├──[-] enum (1:286801)❌ 
  │             │   └──[🔀] type (1280:3570)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:4500)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:4543)
  │             │ │ ├──[+] enum (1280:4556)
  │             │ │ ├──[+] enum (1280:4567)
  │             │ │ └──[+] enum (1280:4536)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:287394)❌ 
  │             │ │ └──[🔀] type (1280:4392)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:4363)❌ 
  │             │ └─┬values
  │             │   ├──[+] enum (1280:4608)
  │             │   ├──[-] items (1:287442)❌ 
  │             │   └──[🔀] type (1280:4591)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:5134)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:5170)
  │             │ │ ├──[+] enum (1280:5177)
  │             │ │ ├──[+] enum (1280:5190)
  │             │ │ └──[+] enum (1280:5201)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:288011)❌ 
  │             │ │ └──[🔀] type (1280:5026)❌ 
  │             │ ├─┬validationRule
  │             │ │ └──[🔀] type (1280:5498)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:4997)❌ 
  │             │ ├─┬values
  │             │ │ ├──[-] items (1:288062)❌ 
  │             │ │ └──[🔀] type (1280:5461)❌ 
  │             │ └─┬validationLength
  │             │   ├──[+] enum (1280:5242)
  │             │   └──[🔀] type (1280:5225)❌ 
  │             └─┬ONEOF
  │               ├──[+] properties (1280:5843)
  │               ├─┬type
  │               │ ├──[-] enum (1:288709)❌ 
  │               │ └──[🔀] type (1280:5735)❌ 
  │               ├─┬values
  │               │ ├──[+] enum (1280:5951)
  │               │ ├──[-] items (1:288760)❌ 
  │               │ └──[🔀] type (1280:5934)❌ 
  │               ├─┬readOnly
  │               │ └──[🔀] type (1280:5706)❌ 
  │               └─┬placeholder
  │                 ├──[+] enum (1280:5879)
  │                 ├──[+] enum (1280:5886)
  │                 ├──[+] enum (1280:5899)
  │                 └──[+] enum (1280:5910)
  ├─┬/template/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (1563:7837)❌ 
  │   │           ├──[+] required (1563:7849)❌ 
  │   │           ├──[+] properties (1563:756)
  │   │           ├──[+] properties (1563:710)
  │   │           ├─┬role
  │   │           │ ├──[+] enum (1563:354)
  │   │           │ ├──[+] enum (1563:367)
  │   │           │ ├──[-] enum (1:504504)❌ 
  │   │           │ ├──[-] enum (1:504510)❌ 
  │   │           │ ├──[-] enum (1:504520)❌ 
  │   │           │ ├──[-] enum (1:504530)❌ 
  │   │           │ └──[-] enum (1:504542)❌ 
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (1563:730)❌ 
  │   │           │ └──[+] nullable (1563:750)❌ 
  │   │           ├─┬token
  │   │           │ ├─�...

@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 June 13, 2026 00:46
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.template.template_create_template_temporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response.template_type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.template.template_get_many()`:  `response.data[]` **Changed** (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.envelope.envelope_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
  *  `response.data[].field_meta` **Changed**
* `documenso.templates.recipients.get()`:  `response` **Changed**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.documents.get()`:  `response` **Changed**
* `documenso.documents.find()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.documents.update()`:  `request.meta` **Changed**
* `documenso.documents.distribute()`:  `request.meta` **Changed**
* `documenso.documents.create_v0()`: 
  *  `request` **Changed**
  *  `response.document` **Changed**
* `documenso.documents.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.create_many()`:  `response.data[].document_data_id` **Added**
* `documenso.envelopes.fields.update_many()`: 
  *  `request.data[]` **Changed**
  *  `response.data[].field_meta` **Changed**
* `documenso.envelopes.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.download()`:  `request.version` **Changed**
* `documenso.document.document_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed**
* `documenso.templates.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.get()`:  `response.field_meta` **Changed**
* `documenso.templates.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.recipients.create()`:  `response` **Changed**
* `documenso.templates.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.update()`:  `response` **Changed**
* `documenso.templates.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.envelopes.distribute()`:  `request.meta` **Changed**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
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