Skip to content

chore: 🐝 Update SDK - Generate 0.6.1#10

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

chore: 🐝 Update SDK - Generate 0.6.1#10
github-actions[bot] wants to merge 2 commits intomainfrom
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: [patch] - 🤖 (automated)

Python SDK Changes:

  • documenso.envelopes.fields.create_many():
    • request.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_audit_log_find(): response.data[].union(DOCUMENT_RECIPIENT_EXPIRED) Added (Breaking ⚠️)
  • documenso.documents.recipients.get(): response Changed
  • documenso.documents.recipients.create(): response Changed
  • documenso.envelopes.distribute():
    • request.meta.email_settings.owner_recipient_expired Added
  • documenso.envelopes.recipients.get(): response Changed
  • documenso.envelopes.recipients.create_many(): response.data[] Changed
  • documenso.envelopes.recipients.update_many(): response.data[] Changed
  • documenso.envelopes.use(): request.payload Changed
  • documenso.envelope.envelope_find(): response.data[].recipients[] Changed
  • documenso.envelopes.create(): request.payload Changed
  • documenso.envelope.envelope_get_many(): response.data[] Changed
  • documenso.documents.recipients.create_many(): response.recipients[] 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.email_settings.owner_recipient_expired Added
  • documenso.documents.create_v0():
    • request.meta Changed
    • response.document Changed
  • documenso.envelopes.update(): request.meta Changed
  • documenso.envelopes.get(): response Changed
  • documenso.documents.get(): response Changed
  • documenso.documents.recipients.update(): response Changed
  • documenso.documents.recipients.update_many(): response.recipients[] Changed
  • documenso.document.document_get_many(): response.data[].recipients[] Changed
  • documenso.templates.find(): response.data[].recipients[] Changed
  • documenso.templates.get(): response Changed
  • documenso.templates.create(): request.payload Changed
  • documenso.templates.update():
    • request.meta.email_settings.owner_recipient_expired Added
  • documenso.templates.use():
    • request.override Changed
    • response Changed
  • documenso.templates.recipients.get(): response 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.template.template_get_many(): response.data[].recipients[] Changed
  • documenso.template.template_create_template_temporary():
    • request.meta.email_settings.owner_recipient_expired Added
    • response.template Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (130:1517)❌ 
  │               ├──[+] required (130:1505)❌ 
  │               ├──[+] properties (130:750)
  │               ├──[+] properties (130:704)
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:35773)❌ 
  │               ├─┬name
  │               │ └──[+] nullable (130:744)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (130:348)
  │               │ ├──[+] enum (130:361)
  │               │ ├──[-] enum (1:34814)❌ 
  │               │ ├──[-] enum (1:34776)❌ 
  │               │ ├──[-] enum (1:34782)❌ 
  │               │ ├──[-] enum (1:34792)❌ 
  │               │ └──[-] enum (1:34802)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:34942)❌ 
  │               │ ├──[-] enum (1:34956)❌ 
  │               │ ├──[-] enum (1:34966)❌ 
  │               │ └──[+] nullable (130:846)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:34871)❌ 
  │               │ ├──[-] enum (1:34885)❌ 
  │               │ └──[🔀] type (130:519)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (130:486)
  │               │ ├──[+] enum (130:497)
  │               │ ├──[🔀] type (130:469)❌ 
  │               │ └──[-] nullable (1:35716)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (130:262)
  │               │ ├──[+] enum (130:267)
  │               │ ├──[+] enum (130:276)
  │               │ ├──[+] enum (130:285)
  │               │ ├──[+] enum (130:296)
  │               │ └──[-] nullable (1:35307)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:35022)❌ 
  │               │ ├──[-] enum (1:35034)❌ 
  │               │ └──[+] nullable (130:1272)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (130:413)
  │               │ ├──[+] enum (130:426)
  │               │ └──[+] enum (130:435)
  │               └─┬id
  │                 ├──[🔀] type (130:678)❌ 
  │                 └──[+] nullable (130:698)❌ 
  ├─┬/envelope/{envelopeId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬documentMeta
  │           │ ├──[+] required (272:284)❌ 
  │           │ ├──[+] properties (270:25)
  │           │ ├─┬subject
  │           │ │ ├──[+] enum (227:66)
  │           │ │ ├──[+] enum (227:77)
  │           │ │ └──[-] nullable (1:115321)❌ 
  │           │ ├─┬id
  │           │ │ ├──[-] type (1:115268)❌ 
  │           │ │ ├──[+] nullable (270:65)❌ 
  │           │ │ ├──[+] anyOf (270:79)
  │           │ │ └──[+] anyOf (270:244)
  │           │ ├─┬typedSignatureEnabled
  │           │ │ ├──[🔀] type (232:45)❌ 
  │           │ │ └──[+] nullable (232:65)❌ 
  │           │ ├─┬message
  │           │ │ └──[-] nullable (1:115370)❌ 
  │           │ ├─┬emailSettings
  │           │ │ ├──[+] required (267:686)❌ 
  │           │ │ ├──[🔀] default (267:721)❌ 
  │           │ │ └──[+] properties (267:471)
  │           │ └─┬signingOrder
  │           │   ├──[-] enum (1:115156)❌ 
  │           │   ├──[-] enum (1:115168)❌ 
  │           │   └──[+] nullable (261:68)❌ 
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (274:1302)❌ 
  │               ├──[+] required (274:1314)❌ 
  │               ├──[+] properties (274:641)
  │               ├──[+] properties (274:595)
  │               ├─┬name
  │               │ └──[+] nullable (274:635)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (274:239)
  │               │ ├──[+] enum (274:252)
  │               │ ├──[-] enum (1:117580)❌ 
  │               │ ├──[-] enum (1:117586)❌ 
  │               │ ├──[-] enum (1:117596)❌ 
  │               │ ├──[-] enum (1:117606)❌ 
  │               │ └──[-] enum (1:117618)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (274:176)
  │               │ ├──[+] enum (274:187)
  │               │ ├──[+] enum (274:153)
  │               │ ├──[+] enum (274:158)
  │               │ ├──[+] enum (274:167)
  │               │ └──[-] nullable (1:118111)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:117746)❌ 
  │               │ ├──[-] enum (1:117760)❌ 
  │               │ ├──[-] enum (1:117770)❌ 
  │               │ └──[+] nullable (274:737)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (274:569)❌ 
  │               │ └──[+] nullable (274:589)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:117838)❌ 
  │               │ ├──[-] enum (1:117826)❌ 
  │               │ └──[+] nullable (274:1163)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:117675)❌ 
  │               │ ├──[-] enum (1:117689)❌ 
  │               │ └──[🔀] type (274:410)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (274:377)
  │               │ ├──[+] enum (274:388)
  │               │ ├──[🔀] type (274:360)❌ 
  │               │ └──[-] nullable (1:118520)❌ 
  │               ├─┬token
  │               │ ├──[🔀] type (274:1091)❌ 
  │               │ └──[+] nullable (274:1111)❌ 
  │               └─┬rejectionReason
  │                 └──[-] nullable (1:118577)❌ 
  ├─┬/template
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (1541:8048)❌ 
  │                   ├──[+] required (1541:8060)❌ 
  │                   ├──[+] properties (1541:7293)
  │                   ├──[+] properties (1541:7247)
  │                   ├─┬name
  │                   │ └──[+] nullable (1541:7287)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (1541:7040)
  │                   │ ├──[+] enum (1541:7029)
  │                   │ ├──[🔀] type (1541:7012)❌ 
  │                   │ └──[-] nullable (1:524820)❌ 
  │                   ├─┬token
  │                   │ ├──[+] enum (1541:6956)
  │                   │ ├──[+] enum (1541:6969)
  │                   │ └──[+] enum (1541:6978)
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:523975)❌ 
  │                   │ ├──[-] enum (1:523989)❌ 
  │                   │ └──[🔀] type (1541:7062)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:524060)❌ 
  │                   │ ├──[-] enum (1:524070)❌ 
  │                   │ ├──[-] enum (1:524046)❌ 
  │                   │ └──[+] nullable (1541:7389)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:524126)❌ 
  │                   │ ├──[-] enum (1:524138)❌ 
  │                   │ └──[+] nullable (1541:7815)❌ 
  │                   ├─┬role
  │                   │ ├──[+] enum (1541:6891)
  │                   │ ├──[+] enum (1541:6904)
  │                   │ ├──[-] enum (1:523886)❌ 
  │                   │ ├──[-] enum (1:523896)❌ 
  │                   │ ├──[-] enum (1:523906)❌ 
  │                   │ ├──[-] enum (1:523918)❌ 
  │                   │ └──[-] enum (1:523880)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (1541:7221)❌ 
  │                   │ └──[+] nullable (1541:7241)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:524877)❌ 
  │                   └─┬signedAt
  │                     ├──[+] enum (1541:6839)
  │                     ├──[+] enum (1541:6805)
  │                     ├──[+] enum (1541:6810)
  │                     ├──[+] enum (1541:6819)
  │                     ├──[+] enum (1541:6828)
  │                     └──[-] nullable (1:524411)❌ 
  ├─┬/template/{templateId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬templateMeta
  │           │ └─┬emailSettings
  │           │   ├──[+] required (1614:686)❌ 
  │           │   ├──[🔀] default (1614:721)❌ 
  │           │   └──[+] properties (1614:471)
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (1623:1396)❌ 
  │               ├──[+] required (1623:1408)❌ 
  │               ├──[+] properties (1623:641)
  │               ├──[+] properties (1623:595)
  │               ├─┬signedAt
  │               │ ├──[+] enum (1623:158)
  │               │ ├──[+] enum (1623:167)
  │               │ ├──[+] enum (1623:176)
  │               │ ├──[+] enum (1623:187)
  │               │ ├──[+] enum (1623:153)
  │               │ └──[-] nullable (1:533413)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (1623:569)❌ 
  │               │ └──[+] nullable (1623:589)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:533879)❌ 
  │               ├─┬name
  │               │ └──[+] nullable (1623:635)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (1623:239)
  │               │ ├──[+] enum (1623:252)
  │               │ ├──[-] enum (1:532882)❌ 
  │               │ ├──[-] enum (1:532888)❌ 
  │               │ ├──[-] enum (1:532898)❌ 
  │               │ ├──[-] enum (1:532908)❌ 
  │               │ └──[-] enum (1:532920)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:533048)❌ 
  │               │ ├──[-] enum (1:533062)❌ 
  │               │ ├──[-] enum (1:533072)❌ 
  │               │ └──[+] nullable (1623:737)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (1623:304)
  │               │ ├──[+] enum (1623:317)
  │               │ └──[+] enum (1623:326)
  │               ├─┬signingOrder
  │               │ ├──[+] enum (1623:377)
  │               │ ├──[+] enum (1623:388)
  │               │ ├──[🔀] type (1623:360)❌ 
  │               │ └──[-] nullable (1:533822)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:532977)❌ 
  │               │ ├──[-] enum (1:532991)❌ 
  │               │ └──[🔀] type (1623:410)❌ 
  │               └─┬sendStatus
  │                 ├──[-] enum (1:533128)❌ 
  │                 ├──[-] enum (1:533140)❌ 
  │                 └──[+] nullable (1623:1163)❌ 
  ├─┬/envelope/field/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             ├──[+] allOf (173:7151)
  │             └─┬ALLOF
  │               ├──[-] properties (1:72860)❌ 
  │               ├──[-] properties (1:72633)❌ 
  │               ├──[-] properties (1:72675)❌ 
  │               ├──[-] properties (1:72738)❌ 
  │               └──[-] properties (1:72801)❌ 
  ├─┬/template/recipient/create-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (1498:1511)❌ 
  │               ├──[+] required (1498:1523)❌ 
  │               ├──[+] properties (1498:756)
  │               ├──[+] properties (1498:710)
  │               ├─┬name
  │               │ └──[+] nullable (1498:750)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (1498:367)
  │               │ ├──[+] enum (1498:354)
  │               │ ├──[-] enum (1:490097)❌ 
  │               │ ├──[-] enum (1:490103)❌ 
  │               │ ├──[-] enum (1:490113)❌ 
  │               │ ├──[-] enum (1:490123)❌ 
  │               │ └──[-] enum (1:490135)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (1498:684)❌ 
  │               │ └──[+] nullable (1498:704)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (1498:268)
  │               │ ├──[+] enum (1498:273)
  │               │ ├──[+] enum (1498:282)
  │               │ ├──[+] enum (1498:291)
  │               │ ├──[+] enum (1498:302)
  │               │ └──[-] nullable (1:490628)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:491094)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:490343)❌ 
  │               │ ├──[-] enum (1:490355)❌ 
  │               │ └──[+] nullable (1498:1278)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (1498:419)
  │               │ ├──[+] enum (1498:432)
  │               │ └──[+] enum (1498:441)
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:490206)❌ 
  │               │ ├──[-] enum (1:490192)❌ 
  │               │ └──[🔀] type (1498:525)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:490287)❌ 
  │               │ ├──[-] enum (1:490263)❌ 
  │               │ ├──[-] enum (1:490277)❌ 
  │               │ └──[+] nullable (1498:852)❌ 
  │               └─┬signingOrder
  │                 ├──[+] enum (1498:492)
  │                 ├──[+] enum (1498:503)
  │                 ├──[🔀] type (1498:475)❌ 
  │                 └──[-] nullable (1:491037)❌ 
  ├─┬/document/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (788:3403)❌ 
  │                   ├──[+] required (788:3415)❌ 
  │                   ├──[+] properties (788:2648)
  │                   ├──[+] properties (788:2602)
  │                   ├─┬token
  │                   │ ├──[+] enum (788:2324)
  │                   │ ├──[+] enum (788:2333)
  │                   │ └──[+] enum (788:2311)
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:200195)❌ 
  │                   │ ├──[-] enum (1:200209)❌ 
  │                   │ └──[🔀] type (788:2417)❌ 
  │                   ├─┬role
  │                   │ ├──[+] enum (788:2259)
  │                   │ ├──[+] enum (788:2246)
  │                   │ ├──[-] enum (1:200126)❌ 
  │                   │ ├──[-] enum (1:200138)❌ 
  │                   │ ├──[-] enum (1:200100)❌ 
  │                   │ ├──[-] enum (1:200106)❌ 
  │                   │ └──[-] enum (1:200116)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (788:2576)❌ 
  │                   │ └──[+] nullable (788:2596)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (788:2642)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (788:2384)
  │                   │ ├──[+] enum (788:2395)
  │                   │ ├──[🔀] type (788:2367)❌ 
  │                   │ └──[-] nullable (1:201040)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:201097)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (788:2160)
  │                   │ ├──[+] enum (788:2165)
  │                   │ ├──[+] enum (788:2174)
  │                   │ ├──[+] enum (788:2183)
  │                   │ ├──[+] enum (788:2194)
  │                   │ └──[-] nullable (1:200631)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:200346)❌ 
  │                   │ ├──[-] enum (1:200358)❌ 
  │                   │ └──[+] nullable (788:3170)❌ 
  │                   └─┬signingStatus
  │                     ├──[-] enum (1:200290)❌ 
  │                     ├──[-] enum (1:200266)❌ 
  │                     ├──[-] enum (1:200280)❌ 
  │                     └──[+] nullable (788:2744)❌ 
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬emailSettings
  │             ├──[🔀] default (992:522)❌ 
  │             └──[+] properties (992:453)
  ├─┬/template/recipient/{recipientId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1476:6925)❌ 
  │           ├──[+] required (1476:6937)❌ 
  │           ├──[+] properties (1476:688)
  │           ├──[+] properties (1476:642)
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1476:424)
  │           │ ├──[+] enum (1476:435)
  │           │ ├──[🔀] type (1476:407)❌ 
  │           │ └──[-] nullable (1:476342)❌ 
  │           ├─┬name
  │           │ ├──[+] items (1476:1249)❌ 
  │           │ └──[🔀] type (1476:1233)❌ 
  │           ├─┬fields
  │           │ ├──[-] items (1:476443)❌ 
  │           │ ├──[🔀] type (1476:616)❌ 
  │           │ └──[+] nullable (1476:636)❌ 
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:475648)❌ 
  │           │ ├──[-] enum (1:475660)❌ 
  │           │ └──[+] nullable (1476:1210)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:475497)❌ 
  │           │ ├──[-] enum (1:475511)❌ 
  │           │ └──[🔀] type (1476:457)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:475568)❌ 
  │           │ ├──[-] enum (1:475582)❌ 
  │           │ ├──[-] enum (1:475592)❌ 
  │           │ └──[+] nullable (1476:784)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1476:662)❌ 
  │           │ └──[+] nullable (1476:682)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1476:351)
  │           │ ├──[+] enum (1476:364)
  │           │ └──[+] enum (1476:373)
  │           ├─┬role
  │           │ ├──[+] enum (1476:286)
  │           │ ├──[+] enum (1476:299)
  │           │ ├──[-] enum (1:475418)❌ 
  │           │ ├──[-] enum (1:475428)❌ 
  │           │ ├──[-] enum (1:475440)❌ 
  │           │ ├──[-] enum (1:475402)❌ 
  │           │ └──[-] enum (1:475408)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:476399)❌ 
  │           └─┬signedAt
  │             ├──[+] enum (1476:234)
  │             ├──[+] enum (1476:200)
  │             ├──[+] enum (1476:205)
  │             ├──[+] enum (1476:214)
  │             ├──[+] enum (1476:223)
  │             └──[-] nullable (1:475933)❌ 
  ├─┬/template/recipient/update
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1509:6937)❌ 
  │           ├──[+] required (1509:6925)❌ 
  │           ├──[+] properties (1509:688)
  │           ├──[+] properties (1509:642)
  │           ├─┬name
  │           │ ├──[+] items (1509:1249)❌ 
  │           │ └──[🔀] type (1509:1233)❌ 
  │           ├─┬fields
  │           │ ├──[-] items (1:495263)❌ 
  │           │ ├──[🔀] type (1509:616)❌ 
  │           │ └──[+] nullable (1509:636)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1509:424)
  │           │ ├──[+] enum (1509:435)
  │           │ ├──[🔀] type (1509:407)❌ 
  │           │ └──[-] nullable (1:495162)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:494317)❌ 
  │           │ ├──[-] enum (1:494331)❌ 
  │           │ └──[🔀] type (1509:457)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1509:662)❌ 
  │           │ └──[+] nullable (1509:682)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1509:205)
  │           │ ├──[+] enum (1509:214)
  │           │ ├──[+] enum (1509:223)
  │           │ ├──[+] enum (1509:234)
  │           │ ├──[+] enum (1509:200)
  │           │ └──[-] nullable (1:494753)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1509:286)
  │           │ ├──[+] enum (1509:299)
  │           │ ├──[-] enum (1:494222)❌ 
  │           │ ├──[-] enum (1:494228)❌ 
  │           │ ├──[-] enum (1:494238)❌ 
  │           │ ├──[-] enum (1:494248)❌ 
  │           │ └──[-] enum (1:494260)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1509:351)
  │           │ ├──[+] enum (1509:364)
  │           │ └──[+] enum (1509:373)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:494468)❌ 
  │           │ ├──[-] enum (1:494480)❌ 
  │           │ └──[+] nullable (1509:1210)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:494388)❌ 
  │           │ ├──[-] enum (1:494402)❌ 
  │           │ ├──[-] enum (1:494412)❌ 
  │           │ └──[+] nullable (1509:784)❌ 
  │           └─┬rejectionReason
  │             └──[-] nullable (1:495219)❌ 
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             ├──[+] properties (451:27)
  │             ├─┬typedSignatureEnabled
  │             │ └──[🔀] type (411:47)❌ 
  │             ├─┬redirectUrl
  │             │ └──[+] maxLength (410:67)❌ 
  │             ├─┬subject
  │             │ ├──[+] enum (441:68)
  │             │ ├──[+] enum (441:79)
  │             │ └──[-] maxLength (1:152752)❌ 
  │             ├─┬timezone
  │             │ └──[+] maxLength (409:67)❌ 
  │             ├─┬signingOrder
  │             │ ├──[-] enum (1:153896)❌ 
  │             │ └──[-] enum (1:153908)❌ 
  │             ├─┬language
  │             │ ├──[-] enum (1:154046)❌ 
  │             │ ├──[-] enum (1:154070)❌ 
  │             │ ├──[-] enum (1:154082)❌ 
  │             │ ├──[-] enum (1:154097)❌ 
  │             │ ├──[-] enum (1:154103)❌ 
  │             │ ├──[-] enum (1:154109)❌ 
  │             │ ├──[-] enum (1:154052)❌ 
  │             │ ├──[-] enum (1:154058)❌ 
  │             │ ├──[-] enum (1:154064)❌ 
  │             │ ├──[-] enum (1:154076)❌ 
  │             │ ├──[-] enum (1:154088)❌ 
  │             │ ├──[-] type (1:154027)❌ 
  │             │ ├──[+] nullable (451:67)❌ 
  │             │ ├──[+] anyOf (451:81)
  │             │ └──[+] anyOf (451:246)
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (450:542)❌ 
  │             │ └──[+] properties (450:473)
  │             └─┬message
  │               ├──[+] enum (444:117)
  │               ├──[+] enum (444:64)
  │               ├──[+] enum (444:79)
  │               ├──[+] enum (444:84)
  │               ├──[+] enum (444:89)
  │               ├──[+] enum (444:99)
  │               ├──[+] enum (444:69)
  │               ├──[+] enum (444:74)
  │               ├──[+] enum (444:94)
  │               ├──[+] enum (444:107)
  │               ├──[+] enum (444:112)
  │               └──[-] maxLength (1:152801)❌ 
  ├─┬/envelope/{envelopeId}/audit-log
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬ALLOF
  │                 └──[+] anyOf (190:19355)
  ├─┬/template/recipient/update-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (1520:6993)❌ 
  │               ├──[+] required (1520:7005)❌ 
  │               ├──[+] properties (1520:756)
  │               ├──[+] properties (1520:710)
  │               ├─┬fields
  │               │ ├──[-] items (1:505545)❌ 
  │               │ ├──[🔀] type (1520:684)❌ 
  │               │ └──[+] nullable (1520:704)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:505501)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:504599)❌ 
  │               │ ├──[-] enum (1:504613)❌ 
  │               │ └──[🔀] type (1520:525)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (1520:419)
  │               │ ├──[+] enum (1520:432)
  │               │ └──[+] enum (1520:441)
  │               ├─┬id
  │               │ ├──[🔀] type (1520:730)❌ 
  │               │ └──[+] nullable (1520:750)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:504750)❌ 
  │               │ ├──[-] enum (1:504762)❌ 
  │               │ └──[+] nullable (1520:1278)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (1520:268)
  │               │ ├──[+] enum (1520:273)
  │               │ ├──[+] enum (1520:282)
  │               │ ├──[+] enum (1520:291)
  │               │ ├──[+] enum (1520:302)
  │               │ └──[-] nullable (1:505035)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (1520:503)
  │               │ ├──[+] enum (1520:492)
  │               │ ├──[🔀] type (1520:475)❌ 
  │               │ └──[-] nullable (1:505444)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:504694)❌ 
  │               │ ├──[-] enum (1:504670)❌ 
  │               │ ├──[-] enum (1:504684)❌ 
  │               │ └──[+] nullable (1520:852)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (1520:354)
  │               │ ├──[+] enum (1520:367)
  │               │ ├──[-] enum (1:504510)❌ 
  │               │ ├──[-] enum (1:504520)❌ 
  │               │ ├──[-] enum (1:504530)❌ 
  │               │ ├──[-] enum (1:504542)❌ 
  │               │ └──[-] enum (1:504504)❌ 
  │               └─┬name
  │                 ├──[+] items (1520:1317)❌ 
  │                 └──[🔀] type (1520:1301)❌ 
  ├─┬/document/recipient/create
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1422:1443)❌ 
  │           ├──[+] required (1422:1455)❌ 
  │           ├──[+] properties (1422:688)
  │           ├──[+] properties (1422:642)
  │           ├─┬name
  │           │ └──[+] nullable (1422:682)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:446153)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:445251)❌ 
  │           │ ├──[-] enum (1:445265)❌ 
  │           │ └──[🔀] type (1422:457)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1422:234)
  │           │ ├──[+] enum (1422:200)
  │           │ ├──[+] enum (1422:205)
  │           │ ├──[+] enum (1422:214)
  │           │ ├──[+] enum (1422:223)
  │           │ └──[-] nullable (1:445687)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1422:616)❌ 
  │           │ └──[+] nullable (1422:636)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1422:424)
  │           │ ├──[+] enum (1422:435)
  │           │ ├──[🔀] type (1422:407)❌ 
  │           │ └──[-] nullable (1:446096)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1422:299)
  │           │ ├──[+] enum (1422:286)
  │           │ ├──[-] enum (1:445156)❌ 
  │           │ ├──[-] enum (1:445162)❌ 
  │           │ ├──[-] enum (1:445172)❌ 
  │           │ ├──[-] enum (1:445182)❌ 
  │           │ └──[-] enum (1:445194)❌ 
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:445402)❌ 
  │           │ ├──[-] enum (1:445414)❌ 
  │           │ └──[+] nullable (1422:1210)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1422:373)
  │           │ ├──[+] enum (1422:351)
  │           │ └──[+] enum (1422:364)
  │           └─┬signingStatus
  │             ├──[-] enum (1:445346)❌ 
  │             ├──[-] enum (1:445322)❌ 
  │             ├──[-] enum (1:445336)❌ 
  │             └──[+] nullable (1422:784)❌ 
  ├─┬/template/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬template
  │   │         ├─┬recipients
  │   │         │ └─┬Schema
  │   │         │   ├──[+] required (1861:1400)❌ 
  │   │         │   ├──[+] required (1861:1412)❌ 
  │   │         │   ├──[+] properties (1861:645)
  │   │         │   ├──[+] properties (1861:599)
  │   │         │   ├─┬sendStatus
  │   │         │   │ ├──[-] enum (1:568987)❌ 
  │   │         │   │ ├──[-] enum (1:568999)❌ 
  │   │         │   │ └──[+] nullable (1861:1167)❌ 
  │   │         │   ├─┬role
  │   │         │   │ ├──[+] enum (1861:243)
  │   │         │   │ ├──[+] enum (1861:256)
  │   │         │   │ ├──[-] enum (1:568757)❌ 
  │   │         │   │ ├──[-] enum (1:568767)❌ 
  │   │         │   │ ├──[-] enum (1:568779)❌ 
  │   │         │   │ ├──[-] enum (1:568741)❌ 
  │   │         │   │ └──[-] enum (1:568747)❌ 
  │   │         │   ├─┬readStatus
  │   │         │   │ ├──[-] enum (1:568836)❌ 
  │   │         │   │ ├──[-] enum (1:568850)❌ 
  │   │         │   │ └──[🔀] type (1861:414)❌ 
  │   │         │   ├─┬signedAt
  │   │         │   │ ├──[+] enum (1861:191)
  │   │         │   │ ├──[+] enum (1861:157)
  │   │         │   │ ├──[+] enum (1861:162)
  │   │         │   │ ├──[+] enum (1861:171)
  │   │         │   │ ├──[+] enum (1861:180)
  │   │         │   │ └──[-] nullable (1:569272)❌ 
  │   │         │   ├─┬rejectionReason
  │   │         │   │ └──[-] nullable (1:569738)❌ 
  │   │         │   ├─┬signingStatus
  │   │         │   │ ├──[-] enum (1:568907)❌ 
  │   │         │   │ ├──[-] enum (1:568921)❌ 
  │   │         │   │ ├──[-] enum (1:568931)❌ 
  │   │         │   │ └──[+] nullable (1861:741)❌ 
  │   │         │   ├─┬signingOrder
  │   │         │   │ ├──[+] enum (1861:381)
  │   │         │   │ ├──[+] enum (1861:392)
  │   │         │   │ ├──[🔀] type (1861:364)❌ 
  │   │         │   │ └──[-] nullable (1:569681)❌ 
  │   │         │   ├─┬name
  │   │         │   │ └──[+] nullable (1861:639)❌ 
  │   │         │   ├─┬token
  │   │         │   │ ├──[+] enum (1861:308)
  │   │         │   │ ├──[+] enum (1861:321)
  │   │         │   │ └──[+] enum (1861:330)
  │   │         │   └─┬id
  │   │         │     ├──[🔀] type (1861:573)❌ 
  │   │         │     └──[+] nullable (1861:593)❌ 
  │   │         └─┬templateMeta
  │   │           └─┬emailSettings
  │   │             ├──[+] required (1852:690)❌ 
  │   │             ├──[🔀] default (1852:725)❌ 
  │   │             └──[+] properties (1852:475)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬emailSettings
  │             ├──[🔀] default (1773:522)❌ 
  │             └──[+] properties (1773:453)
  ├─┬/document/recipient/update
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1444:6925)❌ 
  │           ├──[+] required (1444:6937)❌ 
  │           ├──[+] properties (1444:688)
  │           ├──[+] properties (1444:642)
  │           ├─┬id
  │           │ ├──[🔀] type (1444:662)❌ 
  │           │ └──[+] nullable (1444:682)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:453572)❌ 
  │           │ ├──[-] enum (1:453586)❌ 
  │           │ └──[🔀] type (1444:457)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1444:200)
  │           │ ├──[+] enum (1444:205)
  │           │ ├──[+] enum (1444:214)
  │           │ ├──[+] enum (1444:223)
  │           │ ├──[+] enum (1444:234)
  │           │ └──[-] nullable (1:454008)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1444:286)
  │           │ ├──[+] enum (1444:299)
  │           │ ├──[-] enum (1:453477)❌ 
  │           │ ├──[-] enum (1:453483)❌ 
  │           │ ├──[-] enum (1:453493)❌ 
  │           │ ├──[-] enum (1:453503)❌ 
  │           │ └──[-] enum (1:453515)❌ 
  │           ├─┬name
  │           │ ├──[+] items (1444:1249)❌ 
  │           │ └──[🔀] type (1444:1233)❌ 
  │           ├─┬fields
  │           │ ├──[-] items (1:454518)❌ 
  │           │ ├──[🔀] type (1444:616)❌ 
  │           │ └──[+] nullable (1444:636)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1444:424)
  │           │ ├──[+] enum (1444:435)
  │           │ ├──[🔀] type (1444:407)❌ 
  │           │ └──[-] nullable (1:454417)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1444:351)
  │           │ ├──[+] enum (1444:364)
  │           │ └──[+] enum (1444:373)
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:453643)❌ 
  │           │ ├──[-] enum (1:453657)❌ 
  │           │ ├──[-] enum (1:453667)❌ 
  │           │ └──[+] nullable (1444:784)❌ 
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:453723)❌ 
  │           │ ├──[-] enum (1:453735)❌ 
  │           │ └──[+] nullable (1444:1210)❌ 
  │           └─┬rejectionReason
  │             └──[-] nullable (1:454474)❌ 
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (119:1423)❌ 
  │               ├──[+] required (119:1411)❌ 
  │               ├──[+] properties (119:750)
  │               ├──[+] properties (119:704)
  │               ├─┬name
  │               │ └──[+] nullable (119:744)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (119:348)
  │               │ ├──[+] enum (119:361)
  │               │ ├──[-] enum (1:30640)❌ 
  │               │ ├──[-] enum (1:30646)❌ 
  │               │ ├──[-] enum (1:30656)❌ 
  │               │ ├──[-] enum (1:30666)❌ 
  │               │ └──[-] enum (1:30678)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:30735)❌ 
  │               │ ├──[-] enum (1:30749)❌ 
  │               │ └──[🔀] type (119:519)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:30806)❌ 
  │               │ ├──[-] enum (1:30820)❌ 
  │               │ ├──[-] enum (1:30830)❌ 
  │               │ └──[+] nullable (119:846)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (119:678)❌ 
  │               │ └──[+] nullable (119:698)❌ 
  │               ├─┬token
  │               │ ├──[🔀] type (119:1200)❌ 
  │               │ └──[+] nullable (119:1220)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:30886)❌ 
  │               │ ├──[-] enum (1:30898)❌ 
  │               │ └──[+] nullable (119:1272)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:31637)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (119:486)
  │               │ ├──[+] enum (119:497)
  │               │ ├──[🔀] type (119:469)❌ 
  │               │ └──[-] nullable (1:31580)❌ 
  │               └─┬signedAt
  │                 ├──[+] enum (119:285)
  │                 ├──[+] enum (119:296)
  │                 ├──[+] enum (119:262)
  │                 ├──[+] enum (119:267)
  │                 ├──[+] enum (119:276)
  │                 └──[-] nullable (1:31171)❌ 
  ├─┬/template/recipient/create
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1487:1455)❌ 
  │           ├──[+] required (1487:1443)❌ 
  │           ├──[+] properties (1487:688)
  │           ├──[+] properties (1487:642)
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1487:424)
  │           │ ├──[+] enum (1487:435)
  │           │ ├──[🔀] type (1487:407)❌ 
  │           │ └──[-] nullable (1:486841)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1487:286)
  │           │ ├──[+] enum (1487:299)
  │           │ ├──[-] enum (1:485901)❌ 
  │           │ ├──[-] enum (1:485907)❌ 
  │           │ ├──[-] enum (1:485917)❌ 
  │           │ ├──[-] enum (1:485927)❌ 
  │           │ └──[-] enum (1:485939)❌ 
  │           ├─┬name
  │           │ └──[+] nullable (1487:682)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1487:616)❌ 
  │           │ └──[+] nullable (1487:636)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1487:351)
  │           │ ├──[+] enum (1487:364)
  │           │ └──[+] enum (1487:373)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:486147)❌ 
  │           │ ├──[-] enum (1:486159)❌ 
  │           │ └──[+] nullable (1487:1210)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:486898)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1487:200)
  │           │ ├──[+] enum (1487:205)
  │           │ ├──[+] enum (1487:214)
  │           │ ├──[+] enum (1487:223)
  │           │ ├──[+] enum (1487:234)
  │           │ └──[-] nullable (1:486432)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:485996)❌ 
  │           │ ├──[-] enum (1:486010)❌ 
  │           │ └──[🔀] type (1487:457)❌ 
  │           └─┬signingStatus
  │             ├──[-] enum (1:486067)❌ 
  │             ├──[-] enum (1:486081)❌ 
  │             ├──[-] enum (1:486091)❌ 
  │             └──[+] nullable (1487:784)❌ 
  ├─┬/envelope/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├──[+] properties (596:23)
  │           ├─┬message
  │           │ ├──[+] enum (589:103)
  │           │ ├──[+] enum (589:75)
  │           │ ├──[+] enum (589:80)
  │           │ ├──[+] enum (589:90)
  │           │ ├──[+] enum (589:108)
  │           │ ├──[+] enum (589:113)
  │           │ ├──[+] enum (589:60)
  │           │ ├──[+] enum (589:65)
  │           │ ├──[+] enum (589:70)
  │           │ ├──[+] enum (589:85)
  │           │ ├──[+] enum (589:95)
  │           │ └──[-] maxLength (1:165444)❌ 
  │           ├─┬typedSignatureEnabled
  │           │ └──[🔀] type (556:43)❌ 
  │           ├─┬timezone
  │           │ └──[+] maxLength (554:63)❌ 
  │           ├─┬redirectUrl
  │           │ └──[+] maxLength (555:63)❌ 
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (595:538)❌ 
  │           │ └──[+] properties (595:469)
  │           ├─┬signingOrder
  │           │ ├──[-] enum (1:166539)❌ 
  │           │ └──[-] enum (1:166551)❌ 
  │           ├─┬subject
  │           │ ├──[+] enum (586:64)
  │           │ ├──[+] enum (586:75)
  │           │ └──[-] maxLength (1:165395)❌ 
  │           └─┬language
  │             ├──[-] enum (1:166689)❌ 
  │             ├──[-] enum (1:166695)❌ 
  │             ├──[-] enum (1:166707)❌ 
  │             ├──[-] enum (1:166713)❌ 
  │             ├──[-] enum (1:166731)❌ 
  │             ├──[-] enum (1:166740)❌ 
  │             ├──[-] enum (1:166746)❌ 
  │             ├──[-] enum (1:166752)❌ 
  │             ├──[-] enum (1:166701)❌ 
  │             ├──[-] enum (1:166719)❌ 
  │             ├──[-] enum (1:166725)❌ 
  │             ├──[-] type (1:166670)❌ 
  │             ├──[+] nullable (596:63)❌ 
  │             ├──[+] anyOf (596:77)
  │             └──[+] anyOf (596:242)
  ├─┬/envelope/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬override
  │             ├──[+] properties (528:27)
  │             ├─┬redirectUrl
  │             │ └──[+] maxLength (490:67)❌ 
  │             ├─┬language
  │             │ ├──[-] enum (1:161583)❌ 
  │             │ ├──[-] enum (1:161598)❌ 
  │             │ ├──[-] enum (1:161541)❌ 
  │             │ ├──[-] enum (1:161547)❌ 
  │             │ ├──[-] enum (1:161559)❌ 
  │             │ ├──[-] enum (1:161565)❌ 
  │             │ ├──[-] enum (1:161571)❌ 
  │             │ ├──[-] enum (1:161577)❌ 
  │             │ ├──[-] enum (1:161592)❌ 
  │             │ ├──[-] enum (1:161604)❌ 
  │             │ ├──[-] enum (1:161553)❌ 
  │             │ ├──[-] type (1:161522)❌ 
  │             │ ├──[+] nullable (528:67)❌ 
  │             │ ├──[+] anyOf (528:81)
  │             │ └──[+] anyOf (528:246)
  │             ├─┬typedSignatureEnabled
  │             │ ├──[🔀] type (488:44)❌ 
  │             │ ├──[+] maxLength (488:79)❌ 
  │             │ └──[+] minLength (488:65)❌ 
  │             ├─┬title
  │             │ ├──[-] maxLength (1:159641)❌ 
  │             │ └──[-] minLength (1:159625)❌ 
  │             ├─┬timezone
  │             │ └──[+] maxLength (489:67)❌ 
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (522:526)❌ 
  │             │ └──[+] properties (522:457)
  │             ├─┬subject
  │             │ └──[-] maxLength (1:159690)❌ 
  │             └─┬message
  │               ├──[+] enum (523:89)
  │               ├──[+] enum (523:94)
  │               ├──[+] enum (523:99)
  │               ├──[+] enum (523:107)
  │               ├──[+] enum (523:79)
  │               ├──[+] enum (523:112)
  │               ├──[+] enum (523:117)
  │               ├──[+] enum (523:64)
  │               ├──[+] enum (523:69)
  │               ├──[+] enum (523:74)
  │               ├──[+] enum (523:84)
  │               └──[-] maxLength (1:159739)❌ 
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬emailSettings
  │             ├──[🔀] default (670:538)❌ 
  │             └──[+] properties (670:469)
  ├─┬/envelope/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬documentMeta
  │               │ ├──[+] required (368:290)❌ 
  │               │ ├──[+] properties (366:31)
  │               │ ├─┬signingOrder
  │               │ │ ├──[-] enum (1:130554)❌ 
  │               │ │ ├──[-] enum (1:130566)❌ 
  │               │ │ └──[+] nullable (357:74)❌ 
  │               │ ├─┬id
  │               │ │ ├──[-] type (1:130666)❌ 
  │               │ │ ├──[+] nullable (366:71)❌ 
  │               │ │ ├──[+] anyOf (366:85)
  │               │ │ └──[+] anyOf (366:250)
  │               │ ├─┬message
  │               │ │ └──[-] nullable (1:130768)❌ 
  │               │ ├─┬emailSettings
  │               │ │ ├──[+] required (363:692)❌ 
  │               │ │ ├──[🔀] default (363:727)❌ 
  │               │ │ └──[+] properties (363:477)
  │               │ ├─┬typedSignatureEnabled
  │               │ │ ├──[🔀] type (328:51)❌ 
  │               │ │ └──[+] nullable (328:71)❌ 
  │               │ └─┬subject
  │               │   ├──[+] enum (323:72)
  │               │   ├──[+] enum (323:83)
  │               │   └──[-] nullable (1:130719)❌ 
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (370:1320)❌ 
  │                   ├──[+] required (370:1308)❌ 
  │                   ├──[+] properties (370:647)
  │                   ├──[+] properties (370:601)
  │                   ├─┬role
  │                   │ ├──[+] enum (370:245)
  │                   │ ├──[+] enum (370:258)
  │                   │ ├──[-] enum (1:132978)❌ 
  │                   │ ├──[-] enum (1:132984)❌ 
  │                   │ ├──[-] enum (1:132994)❌ 
  │                   │ ├──[-] enum (1:133004)❌ 
  │                   │ └──[-] enum (1:133016)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:133224)❌ 
  │                   │ ├──[-] enum (1:133236)❌ 
  │                   │ └──[+] nullable (370:1169)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (370:159)
  │                   │ ├──[+] enum (370:164)
  │                   │ ├──[+] enum (370:173)
  │                   │ ├──[+] enum (370:182)
  │                   │ ├──[+] enum (370:193)
  │                   │ └──[-] nullable (1:133509)❌ 
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:133073)❌ 
  │                   │ ├──[-] enum (1:133087)❌ 
  │                   │ └──[🔀] type (370:416)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (370:575)❌ 
  │                   │ └──[+] nullable (370:595)❌ 
  │                   ├─┬token
  │                   │ ├──[🔀] type (370:1097)❌ 
  │                   │ └──[+] nullable (370:1117)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:133975)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (370:641)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:133144)❌ 
  │                   │ ├──[-] enum (1:133158)❌ 
  │                   │ ├──[-] enum (1:133168)❌ 
  │                   │ └──[+] nullable (370:743)❌ 
  │                   └─┬signingOrder
  │                     ├──[+] enum (370:383)
  │                     ├──[+] enum (370:394)
  │                     ├──[🔀] type (370:366)❌ 
  │                     └──[-] nullable (1:133918)❌ 
  ├─┬/document/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             ├──[+] properties (854:27)
  │             ├─┬redirectUrl
  │             │ └──[+] maxLength (813:67)❌ 
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (853:542)❌ 
  │             │ └──[+] properties (853:473)
  │             ├─┬signingOrder
  │             │ ├──[-] enum (1:220389)❌ 
  │             │ └──[-] enum (1:220377)❌ 
  │             ├─┬timezone
  │             │ └──[+] maxLength (812:67)❌ 
  │             ├─┬language
  │             │ ├──[-] enum (1:220557)❌ 
  │             │ ├──[-] enum (1:220563)❌ 
  │             │ ├──[-] enum (1:220539)❌ 
  │             │ ├──[-] enum (1:220551)❌ 
  │             │ ├──[-] enum (1:220569)❌ 
  │             │ ├──[-] enum (1:220578)❌ 
  │             │ ├──[-] enum (1:220584)❌ 
  │             │ ├──[-] enum (1:220590)❌ 
  │             │ ├──[-] enum (1:220527)❌ 
  │             │ ├──[-] enum (1:220533)❌ 
  │             │ ├──[-] enum (1:220545)❌ 
  │             │ ├──[-] type (1:220508)❌ 
  │             │ ├──[+] nullable (854:67)❌ 
  │             │ ├──[+] anyOf (854:81)
  │             │ └──[+] anyOf (854:246)
  │             ├─┬typedSignatureEnabled
  │             │ └──[🔀] type (814:47)❌ 
  │             ├─┬subject
  │             │ ├──[+] enum (844:68)
  │             │ ├──[+] enum (844:79)
  │             │ └──[-] maxLength (1:219233)❌ 
  │             └─┬message
  │               ├──[+] enum (847:74)
  │               ├──[+] enum (847:79)
  │               ├──[+] enum (847:89)
  │               ├──[+] enum (847:94)
  │               ├──[+] enum (847:107)
  │               ├──[+] enum (847:117)
  │               ├──[+] enum (847:64)
  │               ├──[+] enum (847:69)
  │               ├──[+] enum (847:84)
  │               ├──[+] enum (847:99)
  │               ├──[+] enum (847:112)
  │               └──[-] maxLength (1:219282)❌ 
  ├─┬/template/use
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├─┬documentMeta
  │   │       │ ├──[+] required (2094:284)❌ 
  │   │       │ ├──[+] properties (2090:25)
  │   │       │ ├─┬password
  │   │       │ │ └──[-] default (1:599262)❌ 
  │   │       │ ├─┬emailSettings
  │   │       │ │ ├──[+] required (2087:686)❌ 
  │   │       │ │ ├──[🔀] default (2087:721)❌ 
  │   │       │ │ └──[+] properties (2087:471)
  │   │       │ ├─┬typedSignatureEnabled
  │   │       │ │ ├──[🔀] type (2052:45)❌ 
  │   │       │ │ └──[+] nullable (2052:65)❌ 
  │   │       │ ├─┬subject
  │   │       │ │ ├──[+] enum (2047:66)
  │   │       │ │ ├──[+] enum (2047:77)
  │   │       │ │ └──[-] nullable (1:597368)❌ 
  │   │       │ ├─┬signingOrder
  │   │       │ │ ├──[-] enum (1:597203)❌ 
  │   │       │ │ ├──[-] enum (1:597215)❌ 
  │   │       │ │ └──[+] nullable (2081:68)❌ 
  │   │       │ ├─┬message
  │   │       │ │ └──[-] nullable (1:597417)❌ 
  │   │       │ ├─┬id
  │   │       │ │ ├──[-] type (1:597315)❌ 
  │   │       │ │ ├──[+] nullable (2090:65)❌ 
  │   │       │ │ ├──[+] anyOf (2090:79)
  │   │       │ │ └──[+] anyOf (2090:244)
  │   │       │ └─┬redirectUrl
  │   │       │   └──[+] default (2091:80)❌ 
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (2098:1396)❌ 
  │   │           ├──[+] required (2098:1408)❌ 
  │   │           ├──[+] properties (2098:641)
  │   │           ├──[+] properties (2098:595)
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:600616)❌ 
  │   │           │ ├──[-] enum (1:600630)❌ 
  │   │           │ └──[🔀] type (2098:410)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (2098:388)
  │   │           │ ├──[+] enum (2098:377)
  │   │           │ ├──[🔀] type (2098:360)❌ 
  │   │           │ └──[-] nullable (1:601461)❌ 
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (2098:569)❌ 
  │   │           │ └──[+] nullable (2098:589)❌ 
  │   │           ├─┬name
  │   │           │ └──[+] nullable (2098:635)❌ 
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:600767)❌ 
  │   │           │ ├──[-] enum (1:600779)❌ 
  │   │           │ └──[+] nullable (2098:1163)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (2098:239)
  │   │           │ ├──[+] enum (2098:252)
  │   │           │ ├──[-] enum (1:600559)❌ 
  │   │           │ ├──[-] enum (1:600521)❌ 
  │   │           │ ├──[-] enum (1:600527)❌ 
  │   │           │ ├──[-] enum (1:600537)❌ 
  │   │           │ └──[-] enum (1:600547)❌ 
  │   │           ├─┬token
  │   │           │ ├──[+] enum (2098:304)
  │   │           │ ├──[+] enum (2098:317)
  │   │           │ └──[+] enum (2098:326)
  │   │           ├─┬signedAt
  │   │           │ ├──[+] enum (2098:153)
  │   │           │ ├──[+] enum (2098:158)
  │   │           │ ├──[+] enum (2098:167)
  │   │           │ ├──[+] enum (2098:176)
  │   │           │ ├──[+] enum (2098:187)
  │   │           │ └──[-] nullable (1:601052)❌ 
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:600687)❌ 
  │   │           │ ├──[-] enum (1:600701)❌ 
  │   │           │ ├──[-] enum (1:600711)❌ 
  │   │           │ └──[+] nullable (2098:737)❌ 
  │   │           └─┬rejectionReason
  │   │             └──[-] nullable (1:601518)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬override
  │           ├──[+] properties (2013:23)
  │           ├─┬language
  │           │ ├──[-] enum (1:594634)❌ 
  │           │ ├──[-] enum (1:594640)❌ 
  │           │ ├──[-] enum (1:594646)❌ 
  │           │ ├──[-] enum (1:594658)❌ 
  │           │ ├──[-] enum (1:594673)❌ 
  │           │ ├──[-] enum (1:594652)❌ 
  │           │ ├──[-] enum (1:594667)❌ 
  │  ...

@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 34cd99d to 44a84ae Compare March 30, 2026 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 1e35b04 to b04eb43 Compare April 6, 2026 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771719488 branch 5 times, most recently from a70bdeb to 58b71bd Compare April 11, 2026 00:23
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[].union(DOCUMENT_RECIPIENT_EXPIRED)` **Added** (Breaking ⚠️)
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.envelopes.distribute()`: 
  *  `request.meta.email_settings.owner_recipient_expired` **Added**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
* `documenso.envelope.envelope_find()`:  `response.data[].recipients[]` **Changed**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.envelope.envelope_get_many()`:  `response.data[]` **Changed**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **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.email_settings.owner_recipient_expired` **Added**
* `documenso.documents.create_v0()`: 
  *  `request.meta` **Changed**
  *  `response.document` **Changed**
* `documenso.envelopes.update()`:  `request.meta` **Changed**
* `documenso.envelopes.get()`:  `response` **Changed**
* `documenso.documents.get()`:  `response` **Changed**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.document.document_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.templates.find()`:  `response.data[].recipients[]` **Changed**
* `documenso.templates.get()`:  `response` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.templates.update()`: 
  *  `request.meta.email_settings.owner_recipient_expired` **Added**
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed**
* `documenso.templates.recipients.get()`:  `response` **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.template.template_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.template.template_create_template_temporary()`: 
  *  `request.meta.email_settings.owner_recipient_expired` **Added**
  *  `response.template` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771719488 branch from f5145f4 to 7cdee95 Compare April 12, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant