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
Copy link
Copy Markdown

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

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
  ├─┬/envelope
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (189:4497)❌ 
  │               │   ├──[+] required (189:4509)❌ 
  │               │   ├──[+] properties (189:3836)
  │               │   ├──[+] properties (189:3790)
  │               │   ├─┬token
  │               │   │ ├──[🔀] type (189:4286)❌ 
  │               │   │ └──[+] nullable (189:4306)❌ 
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:86656)❌ 
  │               │   │ ├──[-] enum (1:86668)❌ 
  │               │   │ └──[+] nullable (189:4358)❌ 
  │               │   ├─┬signingOrder
  │               │   │ ├──[+] enum (189:3572)
  │               │   │ ├──[+] enum (189:3583)
  │               │   │ ├──[🔀] type (189:3555)❌ 
  │               │   │ └──[-] nullable (1:87350)❌ 
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:87407)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:86505)❌ 
  │               │   │ ├──[-] enum (1:86519)❌ 
  │               │   │ └──[🔀] type (189:3605)❌ 
  │               │   ├─┬name
  │               │   │ └──[+] nullable (189:3830)❌ 
  │               │   ├─┬signingStatus
  │               │   │ ├──[-] enum (1:86600)❌ 
  │               │   │ ├──[-] enum (1:86576)❌ 
  │               │   │ ├──[-] enum (1:86590)❌ 
  │               │   │ └──[+] nullable (189:3932)❌ 
  │               │   ├─┬signedAt
  │               │   │ ├──[+] enum (189:3348)
  │               │   │ ├──[+] enum (189:3353)
  │               │   │ ├──[+] enum (189:3362)
  │               │   │ ├──[+] enum (189:3371)
  │               │   │ ├──[+] enum (189:3382)
  │               │   │ └──[-] nullable (1:86941)❌ 
  │               │   ├─┬role
  │               │   │ ├──[+] enum (189:3434)
  │               │   │ ├──[+] enum (189:3447)
  │               │   │ ├──[-] enum (1:86410)❌ 
  │               │   │ ├──[-] enum (1:86416)❌ 
  │               │   │ ├──[-] enum (1:86426)❌ 
  │               │   │ ├──[-] enum (1:86436)❌ 
  │               │   │ └──[-] enum (1:86448)❌ 
  │               │   └─┬id
  │               │     ├──[🔀] type (189:3764)❌ 
  │               │     └──[+] nullable (189:3784)❌ 
  │               └─┬templateType
  │                 └──[+] enum (189:2083)
  ├─┬/template/recipient/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1530:1455)❌ 
  │   │       ├──[+] required (1530:1443)❌ 
  │   │       ├──[+] properties (1530:688)
  │   │       ├──[+] properties (1530:642)
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1530:616)❌ 
  │   │       │ └──[+] nullable (1530:636)❌ 
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1530:424)
  │   │       │ ├──[+] enum (1530:435)
  │   │       │ ├──[🔀] type (1530:407)❌ 
  │   │       │ └──[-] nullable (1:486841)❌ 
  │   │       ├─┬name
  │   │       │ └──[+] nullable (1530:682)❌ 
  │   │       ├─┬rejectionReason
  │   │       │ └──[-] nullable (1:486898)❌ 
  │   │       ├─┬role
  │   │       │ ├──[+] enum (1530:286)
  │   │       │ ├──[+] enum (1530:299)
  │   │       │ ├──[-] enum (1:485917)❌ 
  │   │       │ ├──[-] enum (1:485927)❌ 
  │   │       │ ├──[-] enum (1:485939)❌ 
  │   │       │ ├──[-] enum (1:485901)❌ 
  │   │       │ └──[-] enum (1:485907)❌ 
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:485996)❌ 
  │   │       │ ├──[-] enum (1:486010)❌ 
  │   │       │ └──[🔀] type (1530:457)❌ 
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:486067)❌ 
  │   │       │ ├──[-] enum (1:486081)❌ 
  │   │       │ ├──[-] enum (1:486091)❌ 
  │   │       │ └──[+] nullable (1530:784)❌ 
  │   │       ├─┬token
  │   │       │ ├──[+] enum (1530:351)
  │   │       │ ├──[+] enum (1530:364)
  │   │       │ └──[+] enum (1530:373)
  │   │       ├─┬signedAt
  │   │       │ ├──[+] enum (1530:200)
  │   │       │ ├──[+] enum (1530:205)
  │   │       │ ├──[+] enum (1530:214)
  │   │       │ ├──[+] enum (1530:223)
  │   │       │ ├──[+] enum (1530:234)
  │   │       │ └──[-] nullable (1:486432)❌ 
  │   │       └─┬sendStatus
  │   │         ├──[-] enum (1:486147)❌ 
  │   │         ├──[-] enum (1:486159)❌ 
  │   │         └──[+] nullable (1530:1210)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1529:221)❌ 
  │             └──[-] format (1:485118)❌ 
  ├─┬/template/duplicate
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬type
  │             └──[+] enum (1999:188)
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (690:595)❌ 
  │           │ ├──[+] properties (690:527)
  │           │ └──[+] properties (690:469)
  │           ├─┬dateFormat
  │           │ ├──[+] enum (656:217)
  │           │ ├──[+] enum (656:196)
  │           │ ├──[+] enum (656:81)
  │           │ └─┬Extensions
  │           │   └──[🔀] x-speakeasy-enums (657:46)
  │           └─┬emailReplyTo
  │             ├──[+] pattern (689:82)❌ 
  │             └──[-] format (1:177005)❌ 
  ├─┬/document/recipient/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1487:7769)❌ 
  │   │       ├──[+] required (1487:7781)❌ 
  │   │       ├──[+] properties (1487:688)
  │   │       ├──[+] properties (1487:642)
  │   │       ├─┬token
  │   │       │ ├──[+] enum (1487:373)
  │   │       │ ├──[+] enum (1487:351)
  │   │       │ └──[+] enum (1487:364)
  │   │       ├─┬sendStatus
  │   │       │ ├──[-] enum (1:453735)❌ 
  │   │       │ ├──[-] enum (1:453723)❌ 
  │   │       │ └──[+] nullable (1487:1210)❌ 
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:453643)❌ 
  │   │       │ ├──[-] enum (1:453657)❌ 
  │   │       │ ├──[-] enum (1:453667)❌ 
  │   │       │ └──[+] nullable (1487:784)❌ 
  │   │       ├─┬rejectionReason
  │   │       │ └──[-] nullable (1:454474)❌ 
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1487:662)❌ 
  │   │       │ └──[+] nullable (1487:682)❌ 
  │   │       ├─┬role
  │   │       │ ├──[+] enum (1487:299)
  │   │       │ ├──[+] enum (1487:286)
  │   │       │ ├──[-] enum (1:453477)❌ 
  │   │       │ ├──[-] enum (1:453483)❌ 
  │   │       │ ├──[-] enum (1:453493)❌ 
  │   │       │ ├──[-] enum (1:453503)❌ 
  │   │       │ └──[-] enum (1:453515)❌ 
  │   │       ├─┬name
  │   │       │ ├──[+] items (1487:1249)❌ 
  │   │       │ └──[🔀] type (1487:1233)❌ 
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1487:424)
  │   │       │ ├──[+] enum (1487:435)
  │   │       │ ├──[🔀] type (1487:407)❌ 
  │   │       │ └──[-] nullable (1:454417)❌ 
  │   │       ├─┬fields
  │   │       │ └─┬Schema
  │   │       │   └─┬fieldMeta
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:2120)❌ 
  │   │       │     │ ├──[+] properties (1487:1968)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:455351)❌ 
  │   │       │     │ │ └──[🔀] type (1487:1860)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:1831)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1487:2004)
  │   │       │     │   ├──[+] enum (1487:2011)
  │   │       │     │   ├──[+] enum (1487:2024)
  │   │       │     │   ├──[+] enum (1487:2035)
  │   │       │     │   └──[+] default (1487:2053)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:2357)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:2393)
  │   │       │     │ │ ├──[+] enum (1487:2400)
  │   │       │     │ │ ├──[+] enum (1487:2413)
  │   │       │     │ │ └──[+] enum (1487:2424)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:455721)❌ 
  │   │       │     │ │ ├──[-] enum (1:455729)❌ 
  │   │       │     │ │ ├──[-] enum (1:455739)❌ 
  │   │       │     │ │ └──[🔀] type (1487:2249)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:2515)
  │   │       │     │ │ ├──[+] enum (1487:2522)
  │   │       │     │ │ ├──[+] enum (1487:2531)
  │   │       │     │ │ └──[-] enum (1:455666)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:2220)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:2780)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:2934)
  │   │       │     │ │ ├──[+] enum (1487:2941)
  │   │       │     │ │ ├──[+] enum (1487:2950)
  │   │       │     │ │ └──[-] enum (1:456050)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:2816)
  │   │       │     │ │ ├──[+] enum (1487:2823)
  │   │       │     │ │ ├──[+] enum (1487:2836)
  │   │       │     │ │ └──[+] enum (1487:2847)
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:2643)❌ 
  │   │       │     │ └─┬textAlign
  │   │       │     │   ├──[-] enum (1:456119)❌ 
  │   │       │     │   ├──[-] enum (1:456101)❌ 
  │   │       │     │   ├──[-] enum (1:456109)❌ 
  │   │       │     │   └──[🔀] type (1487:2672)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:3410)❌ 
  │   │       │     │ ├──[+] properties (1487:3199)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:3235)
  │   │       │     │ │ ├──[+] enum (1487:3242)
  │   │       │     │ │ ├──[+] enum (1487:3255)
  │   │       │     │ │ ├──[+] enum (1487:3266)
  │   │       │     │ │ └──[+] default (1487:3284)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:3371)
  │   │       │     │ │ ├──[+] enum (1487:3378)
  │   │       │     │ │ ├──[+] enum (1487:3387)
  │   │       │     │ │ └──[-] enum (1:456430)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456482)❌ 
  │   │       │     │ │ ├──[-] enum (1:456490)❌ 
  │   │       │     │ │ ├──[-] enum (1:456500)❌ 
  │   │       │     │ │ └──[🔀] type (1487:3091)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:3062)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:3857)❌ 
  │   │       │     │ ├──[+] properties (1487:3647)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:3818)
  │   │       │     │ │ ├──[+] enum (1487:3825)
  │   │       │     │ │ ├──[+] enum (1487:3834)
  │   │       │     │ │ └──[-] enum (1:456811)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:3683)
  │   │       │     │ │ ├──[+] enum (1487:3690)
  │   │       │     │ │ ├──[+] enum (1487:3703)
  │   │       │     │ │ ├──[+] enum (1487:3714)
  │   │       │     │ │ └──[+] default (1487:3732)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:3510)❌ 
  │   │       │     │ └─┬textAlign
  │   │       │     │   ├──[-] enum (1:456862)❌ 
  │   │       │     │   ├──[-] enum (1:456870)❌ 
  │   │       │     │   ├──[-] enum (1:456880)❌ 
  │   │       │     │   └──[🔀] type (1487:3539)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:4094)
  │   │       │     │ ├─┬text
  │   │       │     │ │ └──[🔀] type (1487:3986)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:4320)
  │   │       │     │ │ ├──[+] enum (1487:4327)
  │   │       │     │ │ ├──[+] enum (1487:4336)
  │   │       │     │ │ └──[-] enum (1:457191)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:457340)❌ 
  │   │       │     │ │ ├──[-] enum (1:457322)❌ 
  │   │       │     │ │ └──[-] enum (1:457330)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:3957)❌ 
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[+] enum (1487:4202)
  │   │       │     │ │ ├──[-] enum (1:457587)❌ 
  │   │       │     │ │ ├──[-] enum (1:457597)❌ 
  │   │       │     │ │ ├──[-] enum (1:457607)❌ 
  │   │       │     │ │ ├──[-] enum (1:457580)❌ 
  │   │       │     │ │ └──[-] nullable (1:457565)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1487:4130)
  │   │       │     │   ├──[+] enum (1487:4137)
  │   │       │     │   ├──[+] enum (1487:4150)
  │   │       │     │   └──[+] enum (1487:4161)
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:4821)
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:4684)❌ 
  │   │       │     │ ├─┬value
  │   │       │     │ │ └──[+] enum (1487:4929)
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[-] enum (1:458416)❌ 
  │   │       │     │ │ ├──[-] enum (1:458426)❌ 
  │   │       │     │ │ ├──[-] enum (1:458436)❌ 
  │   │       │     │ │ ├──[-] enum (1:458409)❌ 
  │   │       │     │ │ └──[-] nullable (1:458394)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:4857)
  │   │       │     │ │ ├──[+] enum (1487:4864)
  │   │       │     │ │ ├──[+] enum (1487:4877)
  │   │       │     │ │ └──[+] enum (1487:4888)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:458151)❌ 
  │   │       │     │ │ ├──[-] enum (1:458159)❌ 
  │   │       │     │ │ ├──[-] enum (1:458169)❌ 
  │   │       │     │ │ └──[🔀] type (1487:4713)❌ 
  │   │       │     │ └─┬type
  │   │       │     │   ├──[+] enum (1487:5142)
  │   │       │     │   ├──[+] enum (1487:5149)
  │   │       │     │   ├──[+] enum (1487:5158)
  │   │       │     │   └──[-] enum (1:457915)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:5643)
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:5506)❌ 
  │   │       │     │ ├─┬values
  │   │       │     │ │ ├──[+] enum (1487:5751)
  │   │       │     │ │ ├──[-] items (1:458792)❌ 
  │   │       │     │ │ └──[🔀] type (1487:5734)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:5686)
  │   │       │     │ │ ├──[+] enum (1487:5699)
  │   │       │     │ │ ├──[+] enum (1487:5710)
  │   │       │     │ │ └──[+] enum (1487:5679)
  │   │       │     │ └─┬type
  │   │       │     │   ├──[-] enum (1:458744)❌ 
  │   │       │     │   └──[🔀] type (1487:5535)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:6277)
  │   │       │     │ ├─┬values
  │   │       │     │ │ ├──[-] items (1:459412)❌ 
  │   │       │     │ │ └──[🔀] type (1487:6604)❌ 
  │   │       │     │ ├─┬validationLength
  │   │       │     │ │ ├──[+] enum (1487:6385)
  │   │       │     │ │ └──[🔀] type (1487:6368)❌ 
  │   │       │     │ ├─┬validationRule
  │   │       │     │ │ └──[🔀] type (1487:6641)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:459361)❌ 
  │   │       │     │ │ └──[🔀] type (1487:6169)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:6140)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1487:6313)
  │   │       │     │   ├──[+] enum (1487:6320)
  │   │       │     │   ├──[+] enum (1487:6333)
  │   │       │     │   └──[+] enum (1487:6344)
  │   │       │     └─┬ONEOF
  │   │       │       ├──[+] properties (1487:6986)
  │   │       │       ├─┬placeholder
  │   │       │       │ ├──[+] enum (1487:7022)
  │   │       │       │ ├──[+] enum (1487:7029)
  │   │       │       │ ├──[+] enum (1487:7042)
  │   │       │       │ └──[+] enum (1487:7053)
  │   │       │       ├─┬readOnly
  │   │       │       │ └──[🔀] type (1487:6849)❌ 
  │   │       │       ├─┬values
  │   │       │       │ ├──[+] enum (1487:7094)
  │   │       │       │ ├──[-] items (1:460110)❌ 
  │   │       │       │ └──[🔀] type (1487:7077)❌ 
  │   │       │       └─┬type
  │   │       │         ├──[-] enum (1:460059)❌ 
  │   │       │         └──[🔀] type (1487:6878)❌ 
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:453572)❌ 
  │   │       │ ├──[-] enum (1:453586)❌ 
  │   │       │ └──[🔀] type (1487:457)❌ 
  │   │       └─┬signedAt
  │   │         ├──[+] enum (1487:234)
  │   │         ├──[+] enum (1487:200)
  │   │         ├──[+] enum (1487:205)
  │   │         ├──[+] enum (1487:214)
  │   │         ├──[+] enum (1487:223)
  │   │         └──[-] nullable (1:454008)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1486:244)❌ 
  │             └──[-] format (1:452713)❌ 
  ├─┬/template/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬type
  │               │ └──[+] enum (1685:652)
  │               ├─┬team
  │               │ ├──[+] required (1685:1632)❌ 
  │               │ └──[+] properties (1685:1583)
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (1685:9341)❌ 
  │               │   ├──[+] required (1685:9353)❌ 
  │               │   ├──[+] properties (1685:8586)
  │               │   ├──[+] properties (1685:8540)
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:551382)❌ 
  │               │   │ ├──[-] enum (1:551394)❌ 
  │               │   │ └──[+] nullable (1685:9108)❌ 
  │               │   ├─┬signedAt
  │               │   │ ├──[+] enum (1685:8132)
  │               │   │ ├──[+] enum (1685:8098)
  │               │   │ ├──[+] enum (1685:8103)
  │               │   │ ├──[+] enum (1685:8112)
  │               │   │ ├──[+] enum (1685:8121)
  │               │   │ └──[-] nullable (1:551667)❌ 
  │               │   ├─┬signingOrder
  │               │   │ ├──[+] enum (1685:8333)
  │               │   │ ├──[+] enum (1685:8322)
  │               │   │ ├──[🔀] type (1685:8305)❌ 
  │               │   │ └──[-] nullable (1:552076)❌ 
  │               │   ├─┬id
  │               │   │ ├──[🔀] type (1685:8514)❌ 
  │               │   │ └──[+] nullable (1685:8534)❌ 
  │               │   ├─┬signingStatus
  │               │   │ ├──[-] enum (1:551302)❌ 
  │               │   │ ├──[-] enum (1:551316)❌ 
  │               │   │ ├──[-] enum (1:551326)❌ 
  │               │   │ └──[+] nullable (1685:8682)❌ 
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:552133)❌ 
  │               │   ├─┬token
  │               │   │ ├──[+] enum (1685:8262)
  │               │   │ ├──[+] enum (1685:8271)
  │               │   │ └──[+] enum (1685:8249)
  │               │   ├─┬name
  │               │   │ └──[+] nullable (1685:8580)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:551245)❌ 
  │               │   │ ├──[-] enum (1:551231)❌ 
  │               │   │ └──[🔀] type (1685:8355)❌ 
  │               │   └─┬role
  │               │     ├──[+] enum (1685:8184)
  │               │     ├──[+] enum (1685:8197)
  │               │     ├──[-] enum (1:551136)❌ 
  │               │     ├──[-] enum (1:551142)❌ 
  │               │     ├──[-] enum (1:551152)❌ 
  │               │     ├──[-] enum (1:551162)❌ 
  │               │     └──[-] enum (1:551174)❌ 
  │               └─┬fields
  │                 └─┬Schema
  │                   └─┬fieldMeta
  │                     ├─┬ONEOF
  │                     │ ├──[+] required (1685:2545)❌ 
  │                     │ ├──[+] properties (1685:2393)
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:2429)
  │                     │ │ ├──[+] enum (1685:2436)
  │                     │ │ ├──[+] enum (1685:2449)
  │                     │ │ ├──[+] enum (1685:2460)
  │                     │ │ └──[+] default (1685:2478)❌ 
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:2256)❌ 
  │                     │ └─┬type
  │                     │   ├──[-] enum (1:545792)❌ 
  │                     │   └──[🔀] type (1685:2285)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:2782)
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:2645)❌ 
  │                     │ ├─┬type
  │                     │ │ ├──[+] enum (1685:2940)
  │                     │ │ ├──[+] enum (1685:2947)
  │                     │ │ ├──[+] enum (1685:2956)
  │                     │ │ └──[-] enum (1:546107)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:2818)
  │                     │ │ ├──[+] enum (1685:2825)
  │                     │ │ ├──[+] enum (1685:2838)
  │                     │ │ └──[+] enum (1685:2849)
  │                     │ └─┬textAlign
  │                     │   ├──[-] enum (1:546162)❌ 
  │                     │   ├──[-] enum (1:546170)❌ 
  │                     │   ├──[-] enum (1:546180)❌ 
  │                     │   └──[🔀] type (1685:2674)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:3205)
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:3241)
  │                     │ │ ├──[+] enum (1685:3248)
  │                     │ │ ├──[+] enum (1685:3261)
  │                     │ │ └──[+] enum (1685:3272)
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:3068)❌ 
  │                     │ ├─┬textAlign
  │                     │ │ ├──[-] enum (1:546550)❌ 
  │                     │ │ ├──[-] enum (1:546560)❌ 
  │                     │ │ ├──[-] enum (1:546542)❌ 
  │                     │ │ └──[🔀] type (1685:3097)❌ 
  │                     │ └─┬type
  │                     │   ├──[+] enum (1685:3359)
  │                     │   ├──[+] enum (1685:3366)
  │                     │   ├──[+] enum (1685:3375)
  │                     │   └──[-] enum (1:546491)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] required (1685:3835)❌ 
  │                     │ ├──[+] properties (1685:3624)
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:3487)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:3660)
  │                     │ │ ├──[+] enum (1685:3667)
  │                     │ │ ├──[+] enum (1685:3680)
  │                     │ │ ├──[+] enum (1685:3691)
  │                     │ │ └──[+] default (1685:3709)❌ 
  │                     │ ├─┬type
  │                     │ │ ├──[+] enum (1685:3796)
  │                     │ │ ├──[+] enum (1685:3803)
  │                     │ │ ├──[+] enum (1685:3812)
  │                     │ │ └──[-] enum (1:546871)❌ 
  │                     │ └─┬textAlign
  │                     │   ├──[-] enum (1:546923)❌ 
  │                     │   ├──[-] enum (1:546931)❌ 
  │                     │   ├──[-] enum (1:546941)❌ 
  │                     │   └──[🔀] type (1685:3516)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] required (1685:4282)❌ 
  │                     │ ├──[+] properties (1685:4072)
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:4115)
  │                     │ │ ├──[+] enum (1685:4128)
  │                     │ │ ├──[+] enum (1685:4139)
  │                     │ │ ├──[+] enum (1685:4108)
  │                     │ │ └──[+] default (1685:4157)❌ 
  │                     │ ├─┬textAlign
  │                     │ │ ├──[-] enum (1:547303)❌ 
  │                     │ │ ├──[-] enum (1:547311)❌ 
  │                     │ │ ├──[-] enum (1:547321)❌ 
  │                     │ │ └──[🔀] type (1685:3964)❌ 
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:3935)❌ 
  │                     │ └─┬type
  │                     │   ├──[+] enum (1685:4243)
  │                     │   ├──[+] enum (1685:4250)
  │                     │   ├──[+] enum (1685:4259)
  │                     │   └──[-] enum (1:547252)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:4519)
  │                     │ ├─┬verticalAlign
  │                     │ │ ├──[+] enum (1685:4627)
  │                     │ │ ├──[-] enum (1:548021)❌ 
  │                     │ │ ├──[-] enum (1:548028)❌ 
  │                     │ │ ├──[-] enum (1:548038)❌ 
  │                     │ │ ├──[-] enum (1:548048)❌ 
  │                     │ │ └──[-] nullable (1:548006)❌ 
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:4382)❌ 
  │                     │ ├─┬type
  │                     │ │ ├──[+] enum (1685:4745)
  │                     │ │ ├──[+] enum (1685:4752)
  │                     │ │ ├──[+] enum (1685:4761)
  │                     │ │ └──[-] enum (1:547632)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:4555)
  │                     │ │ ├──[+] enum (1685:4562)
  │                     │ │ ├──[+] enum (1685:4575)
  │                     │ │ └──[+] enum (1685:4586)
  │                     │ ├─┬textAlign
  │                     │ │ ├──[-] enum (1:547781)❌ 
  │                     │ │ ├──[-] enum (1:547763)❌ 
  │                     │ │ └──[-] enum (1:547771)❌ 
  │                     │ └─┬text
  │                     │   └──[🔀] type (1685:4411)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:5246)
  │                     │ ├─┬verticalAlign
  │                     │ │ ├──[-] enum (1:548850)❌ 
  │                     │ │ ├──[-] enum (1:548857)❌ 
  │                     │ │ ├──[-] enum (1:548867)❌ 
  │                     │ │ ├──[-] enum (1:548877)❌ 
  │                     │ │ └──[-] nullable (1:548835)❌ 
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:5109)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:5282)
  │                     │ │ ├──[+] enum (1685:5289)
  │                     │ │ ├──[+] enum (1685:5302)
  │                     │ │ └──[+] enum (1685:5313)
  │                     │ ├─┬textAlign
  │                     │ │ ├──[-] enum (1:548592)❌ 
  │                     │ │ ├──[-] enum (1:548600)❌ 
  │                     │ │ ├──[-] enum (1:548610)❌ 
  │                     │ │ └──[🔀] type (1685:5138)❌ 
  │                     │ ├─┬value
  │                     │ │ └──[+] enum (1685:5354)
  │                     │ └─┬type
  │                     │   ├──[+] enum (1685:5567)
  │                     │   ├──[+] enum (1685:5574)
  │                     │   ├──[+] enum (1685:5583)
  │                     │   └──[-] enum (1:548356)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:6068)
  │                     │ ├─┬type
  │                     │ │ ├──[-] enum (1:549185)❌ 
  │                     │ │ └──[🔀] type (1685:5960)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:6104)
  │                     │ │ ├──[+] enum (1685:6111)
  │                     │ │ ├──[+] enum (1685:6124)
  │                     │ │ └──[+] enum (1685:6135)
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:5931)❌ 
  │                     │ └─┬values
  │                     │   ├──[+] enum (1685:6176)
  │                     │   ├──[-] items (1:549233)❌ 
  │                     │   └──[🔀] type (1685:6159)❌ 
  │                     ├─┬ONEOF
  │                     │ ├──[+] properties (1685:6702)
  │                     │ ├─┬readOnly
  │                     │ │ └──[🔀] type (1685:6565)❌ 
  │                     │ ├─┬validationRule
  │                     │ │ └──[🔀] type (1685:7066)❌ 
  │                     │ ├─┬validationLength
  │                     │ │ ├──[+] enum (1685:6810)
  │                     │ │ └──[🔀] type (1685:6793)❌ 
  │                     │ ├─┬type
  │                     │ │ ├──[-] enum (1:549802)❌ 
  │                     │ │ └──[🔀] type (1685:6594)❌ 
  │                     │ ├─┬placeholder
  │                     │ │ ├──[+] enum (1685:6738)
  │                     │ │ ├──[+] enum (1685:6745)
  │                     │ │ ├──[+] enum (1685:6758)
  │                     │ │ └──[+] enum (1685:6769)
  │                     │ └─┬values
  │                     │   ├──[-] items (1:549853)❌ 
  │                     │   └──[🔀] type (1685:7029)❌ 
  │                     └─┬ONEOF
  │                       ├──[+] properties (1685:7411)
  │                       ├─┬readOnly
  │                       │ └──[🔀] type (1685:7274)❌ 
  │                       ├─┬type
  │                       │ ├──[-] enum (1:550500)❌ 
  │                       │ └──[🔀] type (1685:7303)❌ 
  │                       ├─┬values
  │                       │ ├──[+] enum (1685:7519)
  │                       │ ├──[-] items (1:550551)❌ 
  │                       │ └──[🔀] type (1685:7502)❌ 
  │                       └─┬placeholder
  │                         ├──[+] enum (1685:7478)
  │                         ├──[+] enum (1685:7447)
  │                         ├──[+] enum (1685:7454)
  │                         └──[+] enum (1685:7467)
  ├─┬/envelope/{envelopeId}/audit-log
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬ALLOF
  │                 ├──[+] anyOf (190:18026)
  │                 ├──[+] anyOf (190:19958)
  │                 ├──[+] anyOf (190:20324)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:2274)❌ 
  │                 │ │ ├──[+] required (190:2257)❌ 
  │                 │ │ ├──[-] required (1:92643)❌ 
  │                 │ │ ├──[-] required (1:92660)❌ 
  │                 │ │ ├──[-] required (1:92673)❌ 
  │                 │ │ ├──[-] required (1:92593)❌ 
  │                 │ │ ├──[-] required (1:92611)❌ 
  │                 │ │ ├──[-] required (1:92628)❌ 
  │                 │ │ ├──[-] properties (1:92397)❌ 
  │                 │ │ ├──[-] properties (1:92543)❌ 
  │                 │ │ ├──[-] properties (1:92250)❌ 
  │                 │ │ ├──[-] properties (1:92325)❌ 
  │                 │ │ ├──[-] properties (1:92288)❌ 
  │                 │ │ ├──[-] properties (1:92360)❌ 
  │                 │ │ ├──[+] properties (190:2069)
  │                 │ │ └──[+] properties (190:2034)
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:1970)
  │                 │   └──[-] enum (1:92192)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:2534)❌ 
  │                 │ │ ├──[+] required (190:2551)❌ 
  │                 │ │ ├──[-] required (1:92909)❌ 
  │                 │ │ ├──[+] properties (190:2448)
  │                 │ │ ├──[+] properties (190:2483)
  │                 │ │ └──[-] properties (1:92858)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:2379)
  │                 │   └──[-] enum (1:92792)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:3047)❌ 
  │                 │ │ ├──[+] required (190:3064)❌ 
  │                 │ │ ├──[+] required (190:3080)❌ 
  │                 │ │ ├──[+] required (190:3094)❌ 
  │                 │ │ ├──[+] required (190:3110)❌ 
  │                 │ │ ├──[+] required (190:3122)❌ 
  │                 │ │ ├──[-] required (1:93679)❌ 
  │                 │ │ ├──[+] properties (190:2854)
  │                 │ │ ├──[+] properties (190:3001)
  │                 │ │ ├──[+] properties (190:2719)
  │                 │ │ ├──[+] properties (190:2788)
  │                 │ │ ├──[+] properties (190:2754)
  │                 │ │ ├──[+] properties (190:2820)
  │                 │ │ ├──[-] properties (1:93123)❌ 
  │                 │ │ └──[-] properties (1:93094)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:2666)
  │                 │   └──[-] enum (1:93030)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:3231)
  │                 │ │ └──[-] enum (1:93792)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:3339)❌ 
  │                 │   ├──[-] required (1:93924)❌ 
  │                 │   ├──[+] properties (190:3292)
  │                 │   └──[-] properties (1:93856)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:3450)
  │                 │ │ └──[-] enum (1:94036)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:4308)❌ 
  │                 │   ├──[-] required (1:94233)❌ 
  │                 │   ├──[-] required (1:94250)❌ 
  │                 │   ├──[-] required (1:94273)❌ 
  │                 │   ├──[-] properties (1:94143)❌ 
  │                 │   ├──[-] properties (1:94106)❌ 
  │                 │   ├──[-] properties (1:94187)❌ 
  │                 │   ├──[+] properties (190:3535)
  │                 │   └──[+] properties (190:3509)
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:4411)
  │                 │ │ └──[-] enum (1:94389)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:4531)❌ 
  │                 │   ├──[-] required (1:94618)❌ 
  │                 │   ├──[-] required (1:94640)❌ 
  │                 │   ├──[-] required (1:94663)❌ 
  │                 │   ├──[-] properties (1:94529)❌ 
  │                 │   ├──[-] properties (1:94469)❌ 
  │                 │   ├──[-] properties (1:94572)❌ 
  │                 │   └──[+] properties (190:4470)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:4815)❌ 
  │                 │ │ ├──[+] required (190:4831)❌ 
  │                 │ │ ├──[+] required (190:4853)❌ 
  │                 │ │ ├──[-] required (1:95225)❌ 
  │                 │ │ ├──[+] properties (190:4732)
  │                 │ │ ├──[+] properties (190:4698)
  │                 │ │ ├──[+] properties (190:4773)
  │                 │ │ └──[-] properties (1:94856)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:4633)
  │                 │   └──[-] enum (1:94779)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:4959)
  │                 │ │ └──[-] enum (1:95339)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:5171)❌ 
  │                 │   ├──[+] required (190:5192)❌ 
  │                 │   ├──[+] required (190:5214)❌ 
  │                 │   ├──[-] required (1:97267)❌ 
  │                 │   ├──[-] required (1:97285)❌ 
  │                 │   ├──[-] required (1:97302)❌ 
  │                 │   ├──[-] required (1:97317)❌ 
  │                 │   ├──[-] required (1:97334)❌ 
  │                 │   ├──[-] required (1:97345)❌ 
  │                 │   ├──[-] properties (1:95588)❌ 
  │                 │   ├──[-] properties (1:95557)❌ 
  │                 │   ├──[-] properties (1:97092)❌ 
  │                 │   ├──[-] properties (1:95410)❌ 
  │                 │   ├──[-] properties (1:95485)❌ 
  │                 │   ├──[-] properties (1:95448)❌ 
  │                 │   ├──[-] properties (1:95520)❌ 
  │                 │   ├──[+] properties (190:5089)
  │                 │   ├──[+] properties (190:5034)
  │                 │   └──[+] properties (190:5129)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:5728)❌ 
  │                 │ │ ├──[-] required (1:97734)❌ 
  │                 │ │ ├──[-] required (1:97743)❌ 
  │                 │ │ ├──[-] properties (1:97531)❌ 
  │                 │ │ ├──[-] properties (1:97689)❌ 
  │                 │ │ └──[+] properties (190:5392)
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:5320)
  │                 │   └──[-] enum (1:97458)❌ 
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:5832)
  │                 │   └──[-] enum (1:97858)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:7765)
  │                 │ │ └──[-] enum (1:99978)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:8017)❌ 
  │                 │   ├──[+] required (190:8025)❌ 
  │                 │   ├──[-] required (1:100279)❌ 
  │                 │   ├──[-] required (1:100287)❌ 
  │                 │   ├──[+] properties (190:7833)
  │                 │   ├──[-] properties (1:100053)❌ 
  │                 │   ├──[+] properties (190:7976)
  │                 │   └──[-] properties (1:100160)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:9888)❌ 
  │                 │ │ ├──[+] required (190:9905)❌ 
  │                 │ │ ├──[+] required (190:9921)❌ 
  │                 │ │ ├──[+] required (190:9935)❌ 
  │                 │ │ ├──[+] required (190:9951)❌ 
  │                 │ │ ├──[+] required (190:9961)❌ 
  │                 │ │ ├──[-] required (1:100706)❌ 
  │                 │ │ ├──[-] required (1:100714)❌ 
  │                 │ │ ├──[+] properties (190:8360)
  │                 │ │ ├──[+] properties (190:8332)
  │                 │ │ ├──[+] properties (190:9727)
  │                 │ │ ├──[+] properties (190:8197)
  │                 │ │ ├──[+] properties (190:8266)
  │                 │ │ ├──[+] properties (190:8232)
  │                 │ │ ├──[+] properties (190:8298)
  │                 │ │ ├──[-] properties (1:100480)❌ 
  │                 │ │ └──[-] properties (1:100587)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:8130)
  │                 │   └──[-] enum (1:100397)❌ 
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:10064)
  │                 │   └──[-] enum (1:100824)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:10446)
  │                 │ │ └──[-] enum (1:101251)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:10729)❌ 
  │                 │   ├──[+] required (190:10736)❌ 
  │                 │   ├──[-] required (1:102030)❌ 
  │                 │   ├──[+] properties (190:10524)
  │                 │   ├──[+] properties (190:10621)
  │                 │   └──[-] properties (1:101320)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:11119)❌ 
  │                 │ │ ├──[+] required (190:11126)❌ 
  │                 │ │ ├──[-] required (1:102471)❌ 
  │                 │ │ ├──[-] required (1:102489)❌ 
  │                 │ │ ├──[-] required (1:102506)❌ 
  │                 │ │ ├──[-] required (1:102521)❌ 
  │                 │ │ ├──[-] required (1:102538)❌ 
  │                 │ │ ├──[-] properties (1:102355)❌ 
  │                 │ │ ├──[-] properties (1:102208)❌ 
  │                 │ │ ├──[-] properties (1:102283)❌ 
  │                 │ │ ├──[-] properties (1:102246)❌ 
  │                 │ │ ├──[-] properties (1:102318)❌ 
  │                 │ │ ├──[+] properties (190:10914)
  │                 │ │ └──[+] properties (190:11011)
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:10836)
  │                 │   └──[-] enum (1:102145)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:11226)
  │                 │ │ └──[-] enum (1:102656)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:11941)❌ 
  │                 │   ├──[-] required (1:102982)❌ 
  │                 │   ├──[-] required (1:103000)❌ 
  │                 │   ├──[-] required (1:103017)❌ 
  │                 │   ├──[-] required (1:103032)❌ 
  │                 │   ├──[-] required (1:103049)❌ 
  │                 │   ├──[-] properties (1:102866)❌ 
  │                 │   ├──[-] properties (1:102719)❌ 
  │                 │   ├──[-] properties (1:102794)❌ 
  │                 │   ├──[-] properties (1:102757)❌ 
  │                 │   ├──[-] properties (1:102829)❌ 
  │                 │   └──[+] properties (190:11290)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:12408)❌ 
  │                 │ │ ├──[-] required (1:103613)❌ 
  │                 │ │ ├──[+] properties (190:12239)
  │                 │ │ └──[-] properties (1:103390)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:12046)
  │                 │   └──[-] enum (1:103167)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:12516)
  │                 │ │ └──[-] enum (1:103731)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:12878)❌ 
  │                 │   ├──[-] required (1:104064)❌ 
  │                 │   ├──[+] properties (190:12709)
  │                 │   └──[-] properties (1:103953)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:13382)❌ 
  │                 │ │ ├──[+] required (190:13398)❌ 
  │                 │ │ ├──[+] properties (190:13192)
  │                 │ │ ├──[+] properties (190:13158)
  │                 │ │ ├─┬recipientName
  │                 │ │ │ └──[🔀] type (190:13148)❌ 
  │                 │ │ ├─┬recipientId
  │                 │ │ │ └──[🔀] type (190:13082)❌ 
  │                 │ │ └─┬recipientEmail
  │                 │ │   ├──[+] items (190:13229)❌ 
  │                 │ │   └──[🔀] type (190:13213)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:12986)
  │                 │   └──[-] enum (1:104178)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:13798)❌ 
  │                 │ │ ├──[+] required (190:13814)❌ 
  │                 │ │ ├──[+] properties (190:13711)
  │                 │ │ ├──[+] properties (190:13677)
  │                 │ │ ├─┬recipientId
  │                 │ │ │ └──[🔀] type (190:13601)❌ 
  │                 │ │ └─┬recipientName
  │                 │ │   └──[🔀] type (190:13667)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:13506)
  │                 │   └──[-] enum (1:104538)❌ 
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:13918)
  │                 │   └──[-] enum (1:104898)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:14442)❌ 
  │                 │ │ ├──[+] required (190:14459)❌ 
  │                 │ │ ├──[+] required (190:14475)❌ 
  │                 │ │ ├──[+] properties (190:14328)
  │                 │ │ ├──[+] properties (190:14397)
  │                 │ │ └──[+] properties (190:14363)
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:14251)
  │                 │   └──[-] enum (1:105255)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:14584)
  │                 │ │ └──[-] enum (1:105404)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:14772)❌ 
  │                 │   ├──[+] required (190:14789)❌ 
  │                 │   ├──[+] required (190:14805)❌ 
  │                 │   ├──[-] required (1:105542)❌ 
  │                 │   ├──[-] required (1:105550)❌ 
  │                 │   ├──[+] properties (190:14658)
  │                 │   ├──[+] properties (190:14727)
  │                 │   ├──[+] properties (190:14693)
  │                 │   ├──[-] properties (1:105474)❌ 
  │                 │   └──[-] properties (1:105502)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:14914)
  │                 │ │ └──[-] enum (1:105660)❌ 
  │                 │ └─┬data
  │                 │   ├──[-] properties (1:105736)❌ 
  │                 │   └──[-] properties (1:105782)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (190:15176)❌ 
  │                 │ │ ├──[+] required (190:15183)❌ 
  │                 │ │ ├──[-] required (1:106186)❌ 
  │                 │ │ ├──[-] required (1:106206)❌ 
  │                 │ │ ├──[-] required (1:106152)❌ 
  │                 │ │ ├──[-] required (1:106163)❌ 
  │                 │ │ ├──[-] properties (1:105991)❌ 
  │                 │ │ ├──[-] properties (1:106022)❌ 
  │                 │ │ ├──[-] properties (1:106065)❌ 
  │                 │ │ ├──[-] properties (1:106105)❌ 
  │                 │ │ ├──[+] properties (190:15115)
  │                 │ │ └──[+] properties (190:15140)
  │                 │ └─┬type
  │                 │   ├──[+] enum (190:15050)
  │                 │   └──[-] enum (1:105930)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:15283)
  │                 │ │ └──[-] enum (1:106323)❌ 
  │                 │ └─┬data
  │                 │   ├──[-] required (1:106556)❌ 
  │                 │   ├──[-] required (1:106579)❌ 
  │                 │   ├──[-] required (1:106599)❌ 
  │                 │   ├──[-] required (1:106545)❌ 
  │                 │   ├──[-] properties (1:106384)❌ 
  │                 │   ├──[-] properties (1:106415)❌ 
  │                 │   ├──[-] properties (1:106458)❌ 
  │                 │   ├──[-] properties (1:106498)❌ 
  │                 │   ├──[+] properties (190:15354)
  │                 │   └──[+] properties (190:15395)
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:15529)
  │                 │ │ └──[-] enum (1:106716)❌ 
  │                 │ └─┬data
  │                 │   ├──[-] required (1:107942)❌ 
  │                 │   └──[-] properties (1:106924)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (190:15891)
  │                 │ │ └──[-] enum (1:108057)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (190:16095)❌ 
  │                 │   ├──[+] required (190:16105)❌ 
  │                 │   ├──[+] required (190:16127)❌ 
  │                 │   ├──[+] required (190:16146)❌ 
  │                 │   ├──[-] required (1:108562)❌ 
  │                 │   ├──[-] required (1:108577)❌ 
  │                 │   ├──[-] required (1:108594)❌ 
  │                 │   ├──[-] required (1:108608)❌ 
  │                 │   ├──[-] required (1:108527)❌ 
  │                 │   ├──[-] required (1:108545)❌ 
  │                 │   ├──[-] properties (1:108269)❌ 
  │                 │   ├──[-] properties (1:108371)❌ 
  │                 │   ├──[-] properties (1:108122)❌ 
  │                 │   ├──[-] properties (1:108197)❌ 
  │                 │   ├──[-] properties (1:108160)❌ 
  │                 │   ├──[-] properties (1:108232)❌ 
  │    ...

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