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/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (1563:7837)❌ 
  │   │           ├──[+] required (1563:7849)❌ 
  │   │           ├──[+] properties (1563:756)
  │   │           ├──[+] properties (1563:710)
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (1563:730)❌ 
  │   │           │ └──[+] nullable (1563:750)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:504599)❌ 
  │   │           │ ├──[-] enum (1:504613)❌ 
  │   │           │ └──[🔀] type (1563:525)❌ 
  │   │           ├─┬fields
  │   │           │ └─┬Schema
  │   │           │   └─┬fieldMeta
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1563:2188)❌ 
  │   │           │     │ ├──[+] properties (1563:2036)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:1899)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[-] enum (1:506378)❌ 
  │   │           │     │ │ └──[🔀] type (1563:1928)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1563:2072)
  │   │           │     │   ├──[+] enum (1563:2079)
  │   │           │     │   ├──[+] enum (1563:2092)
  │   │           │     │   ├──[+] enum (1563:2103)
  │   │           │     │   └──[+] default (1563:2121)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:2425)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:2288)❌ 
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:506756)❌ 
  │   │           │     │ │ ├──[-] enum (1:506766)❌ 
  │   │           │     │ │ ├──[-] enum (1:506748)❌ 
  │   │           │     │ │ └──[🔀] type (1563:2317)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:2461)
  │   │           │     │ │ ├──[+] enum (1563:2468)
  │   │           │     │ │ ├──[+] enum (1563:2481)
  │   │           │     │ │ └──[+] enum (1563:2492)
  │   │           │     │ └─┬type
  │   │           │     │   ├──[+] enum (1563:2583)
  │   │           │     │   ├──[+] enum (1563:2590)
  │   │           │     │   ├──[+] enum (1563:2599)
  │   │           │     │   └──[-] enum (1:506693)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:2848)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:2711)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1563:3009)
  │   │           │     │ │ ├──[+] enum (1563:3018)
  │   │           │     │ │ ├──[+] enum (1563:3002)
  │   │           │     │ │ └──[-] enum (1:507077)❌ 
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:507146)❌ 
  │   │           │     │ │ ├──[-] enum (1:507128)❌ 
  │   │           │     │ │ ├──[-] enum (1:507136)❌ 
  │   │           │     │ │ └──[🔀] type (1563:2740)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1563:2915)
  │   │           │     │   ├──[+] enum (1563:2884)
  │   │           │     │   ├──[+] enum (1563:2891)
  │   │           │     │   └──[+] enum (1563:2904)
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1563:3478)❌ 
  │   │           │     │ ├──[+] properties (1563:3267)
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1563:3439)
  │   │           │     │ │ ├──[+] enum (1563:3446)
  │   │           │     │ │ ├──[+] enum (1563:3455)
  │   │           │     │ │ └──[-] enum (1:507457)❌ 
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:3130)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:3303)
  │   │           │     │ │ ├──[+] enum (1563:3310)
  │   │           │     │ │ ├──[+] enum (1563:3323)
  │   │           │     │ │ ├──[+] enum (1563:3334)
  │   │           │     │ │ └──[+] default (1563:3352)❌ 
  │   │           │     │ └─┬textAlign
  │   │           │     │   ├──[-] enum (1:507509)❌ 
  │   │           │     │   ├──[-] enum (1:507517)❌ 
  │   │           │     │   ├──[-] enum (1:507527)❌ 
  │   │           │     │   └──[🔀] type (1563:3159)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1563:3925)❌ 
  │   │           │     │ ├──[+] properties (1563:3715)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:3578)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:3751)
  │   │           │     │ │ ├──[+] enum (1563:3758)
  │   │           │     │ │ ├──[+] enum (1563:3771)
  │   │           │     │ │ ├──[+] enum (1563:3782)
  │   │           │     │ │ └──[+] default (1563:3800)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1563:3886)
  │   │           │     │ │ ├──[+] enum (1563:3893)
  │   │           │     │ │ ├──[+] enum (1563:3902)
  │   │           │     │ │ └──[-] enum (1:507838)❌ 
  │   │           │     │ └─┬textAlign
  │   │           │     │   ├──[-] enum (1:507889)❌ 
  │   │           │     │   ├──[-] enum (1:507897)❌ 
  │   │           │     │   ├──[-] enum (1:507907)❌ 
  │   │           │     │   └──[🔀] type (1563:3607)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:4162)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:4025)❌ 
  │   │           │     │ ├─┬verticalAlign
  │   │           │     │ │ ├──[+] enum (1563:4270)
  │   │           │     │ │ ├──[-] enum (1:508624)❌ 
  │   │           │     │ │ ├──[-] enum (1:508634)❌ 
  │   │           │     │ │ ├──[-] enum (1:508607)❌ 
  │   │           │     │ │ ├──[-] enum (1:508614)❌ 
  │   │           │     │ │ └──[-] nullable (1:508592)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1563:4388)
  │   │           │     │ │ ├──[+] enum (1563:4395)
  │   │           │     │ │ ├──[+] enum (1563:4404)
  │   │           │     │ │ └──[-] enum (1:508218)❌ 
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:508349)❌ 
  │   │           │     │ │ ├──[-] enum (1:508357)❌ 
  │   │           │     │ │ └──[-] enum (1:508367)❌ 
  │   │           │     │ ├─┬text
  │   │           │     │ │ └──[🔀] type (1563:4054)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1563:4198)
  │   │           │     │   ├──[+] enum (1563:4205)
  │   │           │     │   ├──[+] enum (1563:4218)
  │   │           │     │   └──[+] enum (1563:4229)
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:4889)
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:509178)❌ 
  │   │           │     │ │ ├──[-] enum (1:509186)❌ 
  │   │           │     │ │ ├──[-] enum (1:509196)❌ 
  │   │           │     │ │ └──[🔀] type (1563:4781)❌ 
  │   │           │     │ ├─┬value
  │   │           │     │ │ └──[+] enum (1563:4997)
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:4925)
  │   │           │     │ │ ├──[+] enum (1563:4932)
  │   │           │     │ │ ├──[+] enum (1563:4945)
  │   │           │     │ │ └──[+] enum (1563:4956)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:4752)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1563:5210)
  │   │           │     │ │ ├──[+] enum (1563:5217)
  │   │           │     │ │ ├──[+] enum (1563:5226)
  │   │           │     │ │ └──[-] enum (1:508942)❌ 
  │   │           │     │ └─┬verticalAlign
  │   │           │     │   ├──[-] enum (1:509463)❌ 
  │   │           │     │   ├──[-] enum (1:509436)❌ 
  │   │           │     │   ├──[-] enum (1:509443)❌ 
  │   │           │     │   ├──[-] enum (1:509453)❌ 
  │   │           │     │   └──[-] nullable (1:509421)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:5711)
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[-] enum (1:509771)❌ 
  │   │           │     │ │ └──[🔀] type (1563:5603)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:5767)
  │   │           │     │ │ ├──[+] enum (1563:5778)
  │   │           │     │ │ ├──[+] enum (1563:5747)
  │   │           │     │ │ └──[+] enum (1563:5754)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1563:5574)❌ 
  │   │           │     │ └─┬values
  │   │           │     │   ├──[+] enum (1563:5819)
  │   │           │     │   ├──[-] items (1:509819)❌ 
  │   │           │     │   └──[🔀] type (1563:5802)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1563:6345)
  │   │           │     │ ├─┬validationLength
  │   │           │     │ │ ├──[+] enum (1563:6453)
  │   │           │     │ │ └──[🔀] type (1563:6436)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1563:6388)
  │   │           │     │ │ ├──[+] enum (1563:6401)
  │   │           │     │ │ ├──[+] enum (1563:6412)
  │   │           │     │ │ └──[+] enum (1563:6381)
  │   │           │     │ ├─┬validationRule
  │   │           │     │ │ └──[🔀] type (1563:6709)❌ 
  │   │           │     │ ├─┬values
  │   │           │     │ │ ├──[-] items (1:510439)❌ 
  │   │           │     │ │ └──[🔀] type (1563:6672)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[-] enum (1:510388)❌ 
  │   │           │     │ │ └──[🔀] type (1563:6237)❌ 
  │   │           │     │ └─┬readOnly
  │   │           │     │   └──[🔀] type (1563:6208)❌ 
  │   │           │     └─┬ONEOF
  │   │           │       ├──[+] properties (1563:7054)
  │   │           │       ├─┬placeholder
  │   │           │       │ ├──[+] enum (1563:7090)
  │   │           │       │ ├──[+] enum (1563:7097)
  │   │           │       │ ├──[+] enum (1563:7110)
  │   │           │       │ └──[+] enum (1563:7121)
  │   │           │       ├─┬values
  │   │           │       │ ├──[+] enum (1563:7162)
  │   │           │       │ ├──[-] items (1:511137)❌ 
  │   │           │       │ └──[🔀] type (1563:7145)❌ 
  │   │           │       ├─┬readOnly
  │   │           │       │ └──[🔀] type (1563:6917)❌ 
  │   │           │       └─┬type
  │   │           │         ├──[-] enum (1:511086)❌ 
  │   │           │         └──[🔀] type (1563:6946)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (1563:492)
  │   │           │ ├──[+] enum (1563:503)
  │   │           │ ├──[🔀] type (1563:475)❌ 
  │   │           │ └──[-] nullable (1:505444)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (1563:354)
  │   │           │ ├──[+] enum (1563:367)
  │   │           │ ├──[-] enum (1:504510)❌ 
  │   │           │ ├──[-] enum (1:504520)❌ 
  │   │           │ ├──[-] enum (1:504530)❌ 
  │   │           │ ├──[-] enum (1:504542)❌ 
  │   │           │ └──[-] enum (1:504504)❌ 
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:504670)❌ 
  │   │           │ ├──[-] enum (1:504684)❌ 
  │   │           │ ├──[-] enum (1:504694)❌ 
  │   │           │ └──[+] nullable (1563:852)❌ 
  │   │           ├─┬token
  │   │           │ ├──[+] enum (1563:419)
  │   │           │ ├──[+] enum (1563:432)
  │   │           │ └──[+] enum (1563:441)
  │   │           ├─┬rejectionReason
  │   │           │ └──[-] nullable (1:505501)❌ 
  │   │           ├─┬signedAt
  │   │           │ ├──[+] enum (1563:268)
  │   │           │ ├──[+] enum (1563:273)
  │   │           │ ├──[+] enum (1563:282)
  │   │           │ ├──[+] enum (1563:291)
  │   │           │ ├──[+] enum (1563:302)
  │   │           │ └──[-] nullable (1:505035)❌ 
  │   │           ├─┬name
  │   │           │ ├──[+] items (1563:1317)❌ 
  │   │           │ └──[🔀] type (1563:1301)❌ 
  │   │           └─┬sendStatus
  │   │             ├──[-] enum (1:504750)❌ 
  │   │             ├──[-] enum (1:504762)❌ 
  │   │             └──[+] nullable (1563:1278)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (1562:269)❌ 
  │               └──[-] format (1:503663)❌ 
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬data
  │   │         └─┬Schema
  │   │           ├──[+] required (130:1517)❌ 
  │   │           ├──[+] required (130:1505)❌ 
  │   │           ├──[+] properties (130:750)
  │   │           ├──[+] properties (130:704)
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:34942)❌ 
  │   │           │ ├──[-] enum (1:34956)❌ 
  │   │           │ ├──[-] enum (1:34966)❌ 
  │   │           │ └──[+] nullable (130:846)❌ 
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:35022)❌ 
  │   │           │ ├──[-] enum (1:35034)❌ 
  │   │           │ └──[+] nullable (130:1272)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (130:348)
  │   │           │ ├──[+] enum (130:361)
  │   │           │ ├──[-] enum (1:34802)❌ 
  │   │           │ ├──[-] enum (1:34814)❌ 
  │   │           │ ├──[-] enum (1:34776)❌ 
  │   │           │ ├──[-] enum (1:34782)❌ 
  │   │           │ └──[-] enum (1:34792)❌ 
  │   │           ├─┬rejectionReason
  │   │           │ └──[-] nullable (1:35773)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:34885)❌ 
  │   │           │ ├──[-] enum (1:34871)❌ 
  │   │           │ └──[🔀] type (130:519)❌ 
  │   │           ├─┬name
  │   │           │ └──[+] nullable (130:744)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (130:486)
  │   │           │ ├──[+] enum (130:497)
  │   │           │ ├──[🔀] type (130:469)❌ 
  │   │           │ └──[-] nullable (1:35716)❌ 
  │   │           ├─┬token
  │   │           │ ├──[+] enum (130:435)
  │   │           │ ├──[+] enum (130:413)
  │   │           │ └──[+] enum (130:426)
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (130:678)❌ 
  │   │           │ └──[+] nullable (130:698)❌ 
  │   │           └─┬signedAt
  │   │             ├──[+] enum (130:262)
  │   │             ├──[+] enum (130:267)
  │   │             ├──[+] enum (130:276)
  │   │             ├──[+] enum (130:285)
  │   │             ├──[+] enum (130:296)
  │   │             └──[-] nullable (1:35307)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               └─┬ANYOF
  │                 ├──[+] pattern (129:304)❌ 
  │                 └──[-] format (1:33961)❌ 
  ├─┬/envelope/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬fields
  │               │ └─┬Schema
  │               │   └─┬fieldMeta
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (377:932)❌ 
  │               │     │ ├──[+] properties (377:780)
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:135062)❌ 
  │               │     │ │ └──[🔀] type (377:672)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:643)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (377:816)
  │               │     │   ├──[+] enum (377:823)
  │               │     │   ├──[+] enum (377:836)
  │               │     │   ├──[+] enum (377:847)
  │               │     │   └──[+] default (377:865)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:1169)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:1205)
  │               │     │ │ ├──[+] enum (377:1212)
  │               │     │ │ ├──[+] enum (377:1225)
  │               │     │ │ └──[+] enum (377:1236)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:1032)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:135432)❌ 
  │               │     │ │ ├──[-] enum (1:135440)❌ 
  │               │     │ │ ├──[-] enum (1:135450)❌ 
  │               │     │ │ └──[🔀] type (377:1061)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (377:1327)
  │               │     │   ├──[+] enum (377:1334)
  │               │     │   ├──[+] enum (377:1343)
  │               │     │   └──[-] enum (1:135377)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:1592)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:1635)
  │               │     │ │ ├──[+] enum (377:1648)
  │               │     │ │ ├──[+] enum (377:1659)
  │               │     │ │ └──[+] enum (377:1628)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:135812)❌ 
  │               │     │ │ ├──[-] enum (1:135820)❌ 
  │               │     │ │ ├──[-] enum (1:135830)❌ 
  │               │     │ │ └──[🔀] type (377:1484)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:1746)
  │               │     │ │ ├──[+] enum (377:1753)
  │               │     │ │ ├──[+] enum (377:1762)
  │               │     │ │ └──[-] enum (1:135761)❌ 
  │               │     │ └─┬readOnly
  │               │     │   └──[🔀] type (377:1455)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (377:2222)❌ 
  │               │     │ ├──[+] properties (377:2011)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:136193)❌ 
  │               │     │ │ ├──[-] enum (1:136201)❌ 
  │               │     │ │ ├──[-] enum (1:136211)❌ 
  │               │     │ │ └──[🔀] type (377:1903)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:2047)
  │               │     │ │ ├──[+] enum (377:2054)
  │               │     │ │ ├──[+] enum (377:2067)
  │               │     │ │ ├──[+] enum (377:2078)
  │               │     │ │ └──[+] 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)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:2646)
  │               │     │ │ ├──[+] enum (377:2630)
  │               │     │ │ ├──[+] enum (377:2637)
  │               │     │ │ └──[-] enum (1:136522)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:2322)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:136573)❌ 
  │               │     │ │ ├──[-] enum (1:136581)❌ 
  │               │     │ │ ├──[-] enum (1:136591)❌ 
  │               │     │ │ └──[🔀] type (377:2351)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (377:2495)
  │               │     │   ├──[+] enum (377:2502)
  │               │     │   ├──[+] enum (377:2515)
  │               │     │   ├──[+] enum (377:2526)
  │               │     │   └──[+] default (377:2544)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:2906)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:2769)❌ 
  │               │     │ ├─┬text
  │               │     │ │ └──[🔀] type (377:2798)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:2949)
  │               │     │ │ ├──[+] enum (377:2962)
  │               │     │ │ ├──[+] enum (377:2973)
  │               │     │ │ └──[+] enum (377:2942)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:3132)
  │               │     │ │ ├──[+] enum (377:3139)
  │               │     │ │ ├──[+] enum (377:3148)
  │               │     │ │ └──[-] enum (1:136902)❌ 
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[+] enum (377:3014)
  │               │     │ │ ├──[-] enum (1:137291)❌ 
  │               │     │ │ ├──[-] enum (1:137298)❌ 
  │               │     │ │ ├──[-] enum (1:137308)❌ 
  │               │     │ │ ├──[-] enum (1:137318)❌ 
  │               │     │ │ └──[-] nullable (1:137276)❌ 
  │               │     │ └─┬textAlign
  │               │     │   ├──[-] enum (1:137033)❌ 
  │               │     │   ├──[-] enum (1:137041)❌ 
  │               │     │   └──[-] enum (1:137051)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:3633)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:137870)❌ 
  │               │     │ │ ├──[-] enum (1:137880)❌ 
  │               │     │ │ ├──[-] enum (1:137862)❌ 
  │               │     │ │ └──[🔀] type (377:3525)❌ 
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[-] enum (1:138137)❌ 
  │               │     │ │ ├──[-] enum (1:138147)❌ 
  │               │     │ │ ├──[-] enum (1:138120)❌ 
  │               │     │ │ ├──[-] enum (1:138127)❌ 
  │               │     │ │ └──[-] nullable (1:138105)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (377:3961)
  │               │     │ │ ├──[+] enum (377:3970)
  │               │     │ │ ├──[+] enum (377:3954)
  │               │     │ │ └──[-] enum (1:137626)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:3669)
  │               │     │ │ ├──[+] enum (377:3676)
  │               │     │ │ ├──[+] enum (377:3689)
  │               │     │ │ └──[+] enum (377:3700)
  │               │     │ ├─┬value
  │               │     │ │ └──[+] enum (377:3741)
  │               │     │ └─┬readOnly
  │               │     │   └──[🔀] type (377:3496)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:4455)
  │               │     │ ├─┬values
  │               │     │ │ ├──[+] enum (377:4563)
  │               │     │ │ ├──[-] items (1:138503)❌ 
  │               │     │ │ └──[🔀] type (377:4546)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:138455)❌ 
  │               │     │ │ └──[🔀] type (377:4347)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:4522)
  │               │     │ │ ├──[+] enum (377:4491)
  │               │     │ │ ├──[+] enum (377:4498)
  │               │     │ │ └──[+] enum (377:4511)
  │               │     │ └─┬readOnly
  │               │     │   └──[🔀] type (377:4318)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (377:5089)
  │               │     │ ├─┬values
  │               │     │ │ ├──[-] items (1:139123)❌ 
  │               │     │ │ └──[🔀] type (377:5416)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:139072)❌ 
  │               │     │ │ └──[🔀] type (377:4981)❌ 
  │               │     │ ├─┬validationLength
  │               │     │ │ ├──[+] enum (377:5197)
  │               │     │ │ └──[🔀] type (377:5180)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (377:4952)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (377:5125)
  │               │     │ │ ├──[+] enum (377:5132)
  │               │     │ │ ├──[+] enum (377:5145)
  │               │     │ │ └──[+] enum (377:5156)
  │               │     │ └─┬validationRule
  │               │     │   └──[🔀] type (377:5453)❌ 
  │               │     └─┬ONEOF
  │               │       ├──[+] properties (377:5798)
  │               │       ├─┬placeholder
  │               │       │ ├──[+] enum (377:5834)
  │               │       │ ├──[+] enum (377:5841)
  │               │       │ ├──[+] enum (377:5854)
  │               │       │ └──[+] enum (377:5865)
  │               │       ├─┬values
  │               │       │ ├──[+] enum (377:5906)
  │               │       │ ├──[-] items (1:139821)❌ 
  │               │       │ └──[🔀] type (377:5889)❌ 
  │               │       ├─┬type
  │               │       │ ├──[-] enum (1:139770)❌ 
  │               │       │ └──[🔀] type (377:5690)❌ 
  │               │       └─┬readOnly
  │               │         └──[🔀] type (377:5661)❌ 
  │               ├─┬templateType
  │               │ └──[+] enum (306:87)
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (376:1308)❌ 
  │               │   ├──[+] required (376:1320)❌ 
  │               │   ├──[+] properties (376:647)
  │               │   ├──[+] properties (376:601)
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:133975)❌ 
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:133224)❌ 
  │               │   │ ├──[-] enum (1:133236)❌ 
  │               │   │ └──[+] nullable (376:1169)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:133073)❌ 
  │               │   │ ├──[-] enum (1:133087)❌ 
  │               │   │ └──[🔀] type (376:416)❌ 
  │               │   ├─┬token
  │               │   │ ├──[🔀] type (376:1097)❌ 
  │               │   │ └──[+] nullable (376:1117)❌ 
  │               │   ├─┬name
  │               │   │ └──[+] nullable (376:641)❌ 
  │               │   ├─┬signedAt
  │               │   │ ├──[+] enum (376:159)
  │               │   │ ├──[+] enum (376:164)
  │               │   │ ├──[+] enum (376:173)
  │               │   │ ├──[+] enum (376:182)
  │               │   │ ├──[+] enum (376:193)
  │               │   │ └──[-] nullable (1:133509)❌ 
  │               │   ├─┬id
  │               │   │ ├──[🔀] type (376:575)❌ 
  │               │   │ └──[+] nullable (376:595)❌ 
  │               │   ├─┬signingOrder
  │               │   │ ├──[+] enum (376:394)
  │               │   │ ├──[+] enum (376:383)
  │               │   │ ├──[🔀] type (376:366)❌ 
  │               │   │ └──[-] nullable (1:133918)❌ 
  │               │   ├─┬role
  │               │   │ ├──[+] enum (376:245)
  │               │   │ ├──[+] enum (376:258)
  │               │   │ ├──[-] enum (1:132978)❌ 
  │               │   │ ├──[-] enum (1:132984)❌ 
  │               │   │ ├──[-] enum (1:132994)❌ 
  │               │   │ ├──[-] enum (1:133004)❌ 
  │               │   │ └──[-] enum (1:133016)❌ 
  │               │   └─┬signingStatus
  │               │     ├──[-] enum (1:133168)❌ 
  │               │     ├──[-] enum (1:133144)❌ 
  │               │     ├──[-] enum (1:133158)❌ 
  │               │     └──[+] nullable (376:743)❌ 
  │               ├─┬envelopeItems
  │               │ └─┬Schema
  │               │   ├──[+] required (378:266)❌ 
  │               │   ├──[+] properties (378:130)
  │               │   ├─┬title
  │               │   │ └──[🔀] type (378:230)❌ 
  │               │   └─┬order
  │               │     └──[🔀] type (378:178)❌ 
  │               └─┬documentMeta
  │                 ├──[+] required (374:290)❌ 
  │                 ├──[+] properties (372:31)
  │                 ├─┬dateFormat
  │                 │ └─┬Extensions
  │                 │   └──[🔀] x-speakeasy-enums (335:54)
  │                 ├─┬signingOrder
  │                 │ ├──[-] enum (1:130554)❌ 
  │                 │ ├──[-] enum (1:130566)❌ 
  │                 │ └──[+] nullable (363:74)❌ 
  │                 ├─┬emailSettings
  │                 │ ├──[+] required (369:749)❌ 
  │                 │ ├──[+] required (369:773)❌ 
  │                 │ ├──[🔀] default (369:807)❌ 
  │                 │ ├──[+] properties (369:535)
  │                 │ └──[+] properties (369:477)
  │                 ├─┬id
  │                 │ ├──[-] type (1:130666)❌ 
  │                 │ ├──[+] nullable (372:71)❌ 
  │                 │ ├──[+] anyOf (372:85)
  │                 │ └──[+] anyOf (372:250)
  │                 ├─┬typedSignatureEnabled
  │                 │ ├──[🔀] type (331:51)❌ 
  │                 │ └──[+] nullable (331:71)❌ 
  │                 ├─┬message
  │                 │ └──[-] nullable (1:130768)❌ 
  │                 └─┬subject
  │                   ├──[+] enum (326:72)
  │                   ├──[+] enum (326:83)
  │                   └──[-] nullable (1:130719)❌ 
  ├─┬/template/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬fields
  │               │ └─┬Schema
  │               │   └─┬fieldMeta
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (1685:2545)❌ 
  │               │     │ ├──[+] properties (1685:2393)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:2256)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:545792)❌ 
  │               │     │ │ └──[🔀] type (1685:2285)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (1685:2429)
  │               │     │   ├──[+] enum (1685:2436)
  │               │     │   ├──[+] enum (1685:2449)
  │               │     │   ├──[+] enum (1685:2460)
  │               │     │   └──[+] default (1685:2478)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:2782)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:2645)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:2838)
  │               │     │ │ ├──[+] enum (1685:2849)
  │               │     │ │ ├──[+] enum (1685:2818)
  │               │     │ │ └──[+] enum (1685:2825)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:546162)❌ 
  │               │     │ │ ├──[-] enum (1:546170)❌ 
  │               │     │ │ ├──[-] enum (1:546180)❌ 
  │               │     │ │ └──[🔀] type (1685:2674)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (1685:2940)
  │               │     │   ├──[+] enum (1685:2947)
  │               │     │   ├──[+] enum (1685:2956)
  │               │     │   └──[-] enum (1:546107)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:3205)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:3068)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:546560)❌ 
  │               │     │ │ ├──[-] enum (1:546542)❌ 
  │               │     │ │ ├──[-] enum (1:546550)❌ 
  │               │     │ │ └──[🔀] type (1685:3097)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (1685:3359)
  │               │     │ │ ├──[+] enum (1685:3366)
  │               │     │ │ ├──[+] enum (1685:3375)
  │               │     │ │ └──[-] enum (1:546491)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (1685:3272)
  │               │     │   ├──[+] enum (1685:3241)
  │               │     │   ├──[+] enum (1685:3248)
  │               │     │   └──[+] enum (1685:3261)
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (1685:3835)❌ 
  │               │     │ ├──[+] properties (1685:3624)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:3660)
  │               │     │ │ ├──[+] enum (1685:3667)
  │               │     │ │ ├──[+] enum (1685:3680)
  │               │     │ │ ├──[+] enum (1685:3691)
  │               │     │ │ └──[+] default (1685:3709)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:546923)❌ 
  │               │     │ │ ├──[-] enum (1:546931)❌ 
  │               │     │ │ ├──[-] enum (1:546941)❌ 
  │               │     │ │ └──[🔀] type (1685:3516)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:3487)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (1685:3803)
  │               │     │   ├──[+] enum (1685:3812)
  │               │     │   ├──[+] enum (1685:3796)
  │               │     │   └──[-] enum (1:546871)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] required (1685:4282)❌ 
  │               │     │ ├──[+] properties (1685:4072)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (1685:4243)
  │               │     │ │ ├──[+] enum (1685:4250)
  │               │     │ │ ├──[+] enum (1685:4259)
  │               │     │ │ └──[-] enum (1:547252)❌ 
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:4108)
  │               │     │ │ ├──[+] enum (1685:4115)
  │               │     │ │ ├──[+] enum (1685:4128)
  │               │     │ │ ├──[+] enum (1685:4139)
  │               │     │ │ └──[+] default (1685:4157)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:3935)❌ 
  │               │     │ └─┬textAlign
  │               │     │   ├──[-] enum (1:547303)❌ 
  │               │     │   ├──[-] enum (1:547311)❌ 
  │               │     │   ├──[-] enum (1:547321)❌ 
  │               │     │   └──[🔀] type (1685:3964)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:4519)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:4555)
  │               │     │ │ ├──[+] enum (1685:4562)
  │               │     │ │ ├──[+] enum (1685:4575)
  │               │     │ │ └──[+] enum (1685:4586)
  │               │     │ ├─┬type
  │               │     │ │ ├──[+] enum (1685:4761)
  │               │     │ │ ├──[+] enum (1685:4745)
  │               │     │ │ ├──[+] enum (1685:4752)
  │               │     │ │ └──[-] enum (1:547632)❌ 
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:547763)❌ 
  │               │     │ │ ├──[-] enum (1:547771)❌ 
  │               │     │ │ └──[-] enum (1:547781)❌ 
  │               │     │ ├─┬text
  │               │     │ │ └──[🔀] type (1685:4411)❌ 
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[+] enum (1685:4627)
  │               │     │ │ ├──[-] enum (1:548048)❌ 
  │               │     │ │ ├──[-] enum (1:548021)❌ 
  │               │     │ │ ├──[-] enum (1:548028)❌ 
  │               │     │ │ ├──[-] enum (1:548038)❌ 
  │               │     │ │ └──[-] nullable (1:548006)❌ 
  │               │     │ └─┬readOnly
  │               │     │   └──[🔀] type (1685:4382)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:5246)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:5282)
  │               │     │ │ ├──[+] enum (1685:5289)
  │               │     │ │ ├──[+] enum (1685:5302)
  │               │     │ │ └──[+] enum (1685:5313)
  │               │     │ ├─┬value
  │               │     │ │ └──[+] enum (1685:5354)
  │               │     │ ├─┬textAlign
  │               │     │ │ ├──[-] enum (1:548592)❌ 
  │               │     │ │ ├──[-] enum (1:548600)❌ 
  │               │     │ │ ├──[-] enum (1:548610)❌ 
  │               │     │ │ └──[🔀] type (1685:5138)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:5109)❌ 
  │               │     │ ├─┬verticalAlign
  │               │     │ │ ├──[-] enum (1:548850)❌ 
  │               │     │ │ ├──[-] enum (1:548857)❌ 
  │               │     │ │ ├──[-] enum (1:548867)❌ 
  │               │     │ │ ├──[-] enum (1:548877)❌ 
  │               │     │ │ └──[-] nullable (1:548835)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[+] enum (1685:5567)
  │               │     │   ├──[+] enum (1685:5574)
  │               │     │   ├──[+] enum (1685:5583)
  │               │     │   └──[-] enum (1:548356)❌ 
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:6068)
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:5931)❌ 
  │               │     │ ├─┬values
  │               │     │ │ ├──[+] enum (1685:6176)
  │               │     │ │ ├──[-] items (1:549233)❌ 
  │               │     │ │ └──[🔀] type (1685:6159)❌ 
  │               │     │ ├─┬type
  │               │     │ │ ├──[-] enum (1:549185)❌ 
  │               │     │ │ └──[🔀] type (1685:5960)❌ 
  │               │     │ └─┬placeholder
  │               │     │   ├──[+] enum (1685:6124)
  │               │     │   ├──[+] enum (1685:6135)
  │               │     │   ├──[+] enum (1685:6104)
  │               │     │   └──[+] enum (1685:6111)
  │               │     ├─┬ONEOF
  │               │     │ ├──[+] properties (1685:6702)
  │               │     │ ├─┬placeholder
  │               │     │ │ ├──[+] enum (1685:6769)
  │               │     │ │ ├──[+] enum (1685:6738)
  │               │     │ │ ├──[+] enum (1685:6745)
  │               │     │ │ └──[+] enum (1685:6758)
  │               │     │ ├─┬validationLength
  │               │     │ │ ├──[+] enum (1685:6810)
  │               │     │ │ └──[🔀] type (1685:6793)❌ 
  │               │     │ ├─┬validationRule
  │               │     │ │ └──[🔀] type (1685:7066)❌ 
  │               │     │ ├─┬readOnly
  │               │     │ │ └──[🔀] type (1685:6565)❌ 
  │               │     │ ├─┬values
  │               │     │ │ ├──[-] items (1:549853)❌ 
  │               │     │ │ └──[🔀] type (1685:7029)❌ 
  │               │     │ └─┬type
  │               │     │   ├──[-] enum (1:549802)❌ 
  │               │     │   └──[🔀] type (1685:6594)❌ 
  │               │     └─┬ONEOF
  │               │       ├──[+] properties (1685:7411)
  │               │       ├─┬type
  │               │       │ ├──[-] enum (1:550500)❌ 
  │               │       │ └──[🔀] type (1685:7303)❌ 
  │               │       ├─┬readOnly
  │               │       │ └──[🔀] type (1685:7274)❌ 
  │               │       ├─┬values
  │               │       │ ├──[+] enum (1685:7519)
  │               │       │ ├──[-] items (1:550551)❌ 
  │               │       │ └──[🔀] type (1685:7502)❌ 
  │               │       └─┬placeholder
  │               │         ├──[+] enum (1685:7467)
  │               │         ├──[+] enum (1685:7478)
  │               │         ├──[+] enum (1685:7447)
  │               │         └──[+] enum (1685:7454)
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (1685:9341)❌ 
  │               │   ├──[+] required (1685:9353)❌ 
  │               │   ├──[+] properties (1685:8586)
  │               │   ├──[+] properties (1685:8540)
  │               │   ├─┬signingStatus
  │               │   │ ├──[-] enum (1:551302)❌ 
  │               │   │ ├──[-] enum (1:551316)❌ 
  │               │   │ ├──[-] enum (1:551326)❌ 
  │               │   │ └──[+] nullable (1685:8682)❌ 
  │               │   ├─┬id
  │               │   │ ├──[🔀] type (1685:8514)❌ 
  │               │   │ └──[+] nullable (1685:8534)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:551231)❌ 
  │               │   │ ├──[-] enum (1:551245)❌ 
  │               │   │ └──[🔀] type (1685:8355)❌ 
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:552133)❌ 
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:551382)❌ 
  │               │   │ ├──[-] enum (1:551394)❌ 
  │               │   │ └──[+] nullable (1685:9108)❌ 
  │               │   ├─┬signedAt
  │               │   │ ├──[+] enum (1685:8098)
  │               │   │ ├──[+] enum (1685:8103)
  │               │   │ ├──[+] enum (1685:8112)
  │               │   │ ├──[+] enum (1685:8121)
  │               │   │ ├──[+] enum (1685:8132)
  │               │   │ └──[-] nullable (1:551667)❌ 
  │               │   ├─┬name
  │               │   │ └──[+] nullable (1685:8580)❌ 
  │               │   ├─┬token
  │               │   │ ├──[+] enum (1685:8249)
  │               │   │ ├──[+] enum (1685:8262)
  │               │   │ └──[+] enum (1685:8271)
  │               │   ├─┬role
  │               │   │ ├──[+] enum (1685:8184)
  │               │   │ ├──[+] enum (1685:8197)
  │               │   │ ├──[-] enum (1:551136)❌ 
  │               │   │ ├──[-] enum (1:551142)❌ 
  │               │   │ ├──[-] enum (1:551152)❌ 
  │               │   │ ├──[-] enum (1:551162)❌ 
  │               │   │ └──[-] enum (1:551174)❌ 
  │               │   └─┬signingOrder
  │               │     ├──[+] enum (1685:8322)
  │               │     ├──[+] enum (1685:8333)
  │               │     ├──[🔀] type (1685:8305)❌ 
  │               │     └──[-] nullable (1:552076)❌ 
  │               ├─┬type
  │               │ └──[+] enum (1685:652)
  │               └─┬team
  │                 ├──[+] required (1685:1632)❌ 
  │                 └──[+] properties (1685:1583)
  ├─┬/document/recipient/update-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (1498:7849)❌ 
  │   │           ├──[+] required (1498:7837)❌ 
  │   │           ├──[+] properties (1498:756)
  │   │           ├──[+] properties (1498:710)
  │   │           ├─┬role
  │   │           │ ├──[+] enum (1498:354)
  │   │           │ ├──[+] enum (1498:367)
  │   │           │ ├──[-] enum (1:463797)❌ 
  │   │           │ ├──[-] enum (1:463759)❌ 
  │   │           │ ├──[-] enum (1:463765)❌ 
  │   │           │ ├──[-] enum (1:463775)❌ 
  │   │           │ └──[-] enum (1:463785)❌ 
  │   │           ├─┬fields
  │   │           │ └─┬Schema
  │   │           │   └─┬fieldMeta
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1498:2188)❌ 
  │   │           │     │ ├──[+] properties (1498:2036)
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[-] enum (1:465633)❌ 
  │   │           │     │ │ └──[🔀] type (1498:1928)❌ 
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1498:1899)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1498:2072)
  │   │           │     │   ├──[+] enum (1498:2079)
  │   │           │     │   ├──[+] enum (1498:2092)
  │   │           │     │   ├──[+] enum (1498:2103)
  │   │           │     │   └──[+] default (1498:2121)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1498:2425)
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:466003)❌ 
  │   │           │     │ │ ├──[-] enum (1:466011)❌ 
  │   │           │     │ │ ├──[-] enum (1:466021)❌ 
  │   │           │     │ │ └──[🔀] type (1498:2317)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1498:2590)
  │   │           │     │ │ ├──[+] enum (1498:2599)
  │   │           │     │ │ ├──[+] enum (1498:2583)
  │   │           │     │ │ └──[-] enum (1:465948)❌ 
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1498:2288)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1498:2461)
  │   │           │     │   ├──[+] enum (1498:2468)
  │   │           │     │   ├──[+] enum (1498:2481)
  │   │           │     │   └──[+] enum (1498:2492)
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] properties (1498:2848)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1498:2711)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1498:3018)
  │   │           │     │ │ ├──[+] enum (1498:3002)
  │   │           │     │ │ ├──[+] enum (1498:3009)
  │   │           │     │ │ └──[-] enum (1:466332)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1498:2884)
  │   │           │     │ │ ├──[+] enum (1498:2891)
  │   │           │     │ │ ├──[+] enum (1498:2904)
  │   │           │     │ │ └──[+] enum (1498:2915)
  │   │           │     │ └─┬textAlign
  │   │           │     │   ├──[-] enum (1:466383)❌ 
  │   │           │     │   ├──[-] enum (1:466391)❌ 
  │   │           │     │   ├──[-] enum (1:466401)❌ 
  │   │           │     │   └──[🔀] type (1498:2740)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1498:3478)❌ 
  │   │           │     │ ├──[+] properties (1498:3267)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1498:3130)❌ 
  │   │           │     │ ├─┬type
  │   │           │     │ │ ├──[+] enum (1498:3446)
  │   │           │     │ │ ├──[+] enum (1498:3455)
  │   │           │     │ │ ├──[+] enum (1498:3439)
  │   │           │     │ │ └──[-] enum (1:466712)❌ 
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:466764)❌ 
  │   │           │     │ │ ├──[-] enum (1:466772)❌ 
  │   │           │     │ │ ├──[-] enum (1:466782)❌ 
  │   │           │     │ │ └──[🔀] type (1498:3159)❌ 
  │   │           │     │ └─┬placeholder
  │   │           │     │   ├──[+] enum (1498:3310)
  │   │           │     │   ├──[+] enum (1498:3323)
  │   │           │     │   ├──[+] enum (1498:3334)
  │   │           │     │   ├──[+] enum (1498:3303)
  │   │           │     │   └──[+] default (1498:3352)❌ 
  │   │           │     ├─┬ONEOF
  │   │           │     │ ├──[+] required (1498:3925)❌ 
  │   │           │     │ ├──[+] properties (1498:3715)
  │   │           │     │ ├─┬readOnly
  │   │           │     │ │ └──[🔀] type (1498:3578)❌ 
  │   │           │     │ ├─┬textAlign
  │   │           │     │ │ ├──[-] enum (1:467162)❌ 
  │   │           │     │ │ ├──[-] enum (1:467144)❌ 
  │   │           │     │ │ ├──[-] enum (1:467152)❌ 
  │   │           │     │ │ └──[🔀] type (1498:3607)❌ 
  │   │           │     │ ├─┬placeholder
  │   │           │     │ │ ├──[+] enum (1498:3751)
  │   │           │     │ │ ├──[+] enum (1498:3758)
  │   │           │     │ │ ├──[+] enum (1498:3771)
  │   │           │     │ │ ├──[+] enum (1498:3782)
  │   │           │     │ │ └──[+] default (1498:3800)❌ 
  │   │           │     │ └─┬type
  │   │           │     │   ├──[+] enum (1498:3886)
  │ ...

@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 24, 2026 00:37
* `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