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)

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.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
  ├─┬/template/use
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├─┬recipients
  │   │       │ └─┬Schema
  │   │       │   ├──[+] required (2098:1408)❌ 
  │   │       │   ├──[+] required (2098:1396)❌ 
  │   │       │   ├──[+] properties (2098:641)
  │   │       │   ├──[+] properties (2098:595)
  │   │       │   ├─┬readStatus
  │   │       │   │ ├──[-] enum (1:600616)❌ 
  │   │       │   │ ├──[-] enum (1:600630)❌ 
  │   │       │   │ └──[🔀] type (2098:410)❌ 
  │   │       │   ├─┬id
  │   │       │   │ ├──[🔀] type (2098:569)❌ 
  │   │       │   │ └──[+] nullable (2098:589)❌ 
  │   │       │   ├─┬name
  │   │       │   │ └──[+] nullable (2098:635)❌ 
  │   │       │   ├─┬signedAt
  │   │       │   │ ├──[+] enum (2098:167)
  │   │       │   │ ├──[+] enum (2098:176)
  │   │       │   │ ├──[+] enum (2098:187)
  │   │       │   │ ├──[+] enum (2098:153)
  │   │       │   │ ├──[+] enum (2098:158)
  │   │       │   │ └──[-] nullable (1:601052)❌ 
  │   │       │   ├─┬signingOrder
  │   │       │   │ ├──[+] enum (2098:377)
  │   │       │   │ ├──[+] enum (2098:388)
  │   │       │   │ ├──[🔀] type (2098:360)❌ 
  │   │       │   │ └──[-] nullable (1:601461)❌ 
  │   │       │   ├─┬role
  │   │       │   │ ├──[+] enum (2098:252)
  │   │       │   │ ├──[+] enum (2098:239)
  │   │       │   │ ├──[-] enum (1:600521)❌ 
  │   │       │   │ ├──[-] enum (1:600527)❌ 
  │   │       │   │ ├──[-] enum (1:600537)❌ 
  │   │       │   │ ├──[-] enum (1:600547)❌ 
  │   │       │   │ └──[-] enum (1:600559)❌ 
  │   │       │   ├─┬rejectionReason
  │   │       │   │ └──[-] nullable (1:601518)❌ 
  │   │       │   ├─┬token
  │   │       │   │ ├──[+] enum (2098:304)
  │   │       │   │ ├──[+] enum (2098:317)
  │   │       │   │ └──[+] enum (2098:326)
  │   │       │   ├─┬signingStatus
  │   │       │   │ ├──[-] enum (1:600687)❌ 
  │   │       │   │ ├──[-] enum (1:600701)❌ 
  │   │       │   │ ├──[-] enum (1:600711)❌ 
  │   │       │   │ └──[+] nullable (2098:737)❌ 
  │   │       │   └─┬sendStatus
  │   │       │     ├──[-] enum (1:600767)❌ 
  │   │       │     ├──[-] enum (1:600779)❌ 
  │   │       │     └──[+] nullable (2098:1163)❌ 
  │   │       └─┬documentMeta
  │   │         ├──[+] required (2094:284)❌ 
  │   │         ├──[+] properties (2090:25)
  │   │         ├─┬id
  │   │         │ ├──[-] type (1:597315)❌ 
  │   │         │ ├──[+] nullable (2090:65)❌ 
  │   │         │ ├──[+] anyOf (2090:79)
  │   │         │ └──[+] anyOf (2090:244)
  │   │         ├─┬signingOrder
  │   │         │ ├──[-] enum (1:597203)❌ 
  │   │         │ ├──[-] enum (1:597215)❌ 
  │   │         │ └──[+] nullable (2081:68)❌ 
  │   │         ├─┬subject
  │   │         │ ├──[+] enum (2047:66)
  │   │         │ ├──[+] enum (2047:77)
  │   │         │ └──[-] nullable (1:597368)❌ 
  │   │         ├─┬emailSettings
  │   │         │ ├──[+] required (2087:686)❌ 
  │   │         │ ├──[🔀] default (2087:721)❌ 
  │   │         │ └──[+] properties (2087:471)
  │   │         ├─┬message
  │   │         │ └──[-] nullable (1:597417)❌ 
  │   │         ├─┬redirectUrl
  │   │         │ └──[+] default (2091:80)❌ 
  │   │         ├─┬password
  │   │         │ └──[-] default (1:599262)❌ 
  │   │         └─┬typedSignatureEnabled
  │   │           ├──[🔀] type (2052:45)❌ 
  │   │           └──[+] nullable (2052:65)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬override
  │           ├──[+] properties (2013:23)
  │           ├─┬typedSignatureEnabled
  │           │ ├──[🔀] type (1973:40)❌ 
  │           │ ├──[+] maxLength (1973:75)❌ 
  │           │ └──[+] minLength (1973:61)❌ 
  │           ├─┬subject
  │           │ └──[-] maxLength (1:592765)❌ 
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (2007:522)❌ 
  │           │ └──[+] properties (2007:453)
  │           ├─┬message
  │           │ ├──[+] enum (2008:80)
  │           │ ├──[+] enum (2008:90)
  │           │ ├──[+] enum (2008:95)
  │           │ ├──[+] enum (2008:103)
  │           │ ├──[+] enum (2008:113)
  │           │ ├──[+] enum (2008:60)
  │           │ ├──[+] enum (2008:65)
  │           │ ├──[+] enum (2008:70)
  │           │ ├──[+] enum (2008:85)
  │           │ ├──[+] enum (2008:108)
  │           │ ├──[+] enum (2008:75)
  │           │ └──[-] maxLength (1:592814)❌ 
  │           ├─┬timezone
  │           │ └──[+] maxLength (1974:63)❌ 
  │           ├─┬language
  │           │ ├──[-] enum (1:594640)❌ 
  │           │ ├──[-] enum (1:594646)❌ 
  │           │ ├──[-] enum (1:594658)❌ 
  │           │ ├──[-] enum (1:594679)❌ 
  │           │ ├──[-] enum (1:594616)❌ 
  │           │ ├──[-] enum (1:594622)❌ 
  │           │ ├──[-] enum (1:594628)❌ 
  │           │ ├──[-] enum (1:594652)❌ 
  │           │ ├──[-] enum (1:594667)❌ 
  │           │ ├──[-] enum (1:594673)❌ 
  │           │ ├──[-] enum (1:594634)❌ 
  │           │ ├──[-] type (1:594597)❌ 
  │           │ ├──[+] nullable (2013:63)❌ 
  │           │ ├──[+] anyOf (2013:77)
  │           │ └──[+] anyOf (2013:242)
  │           ├─┬redirectUrl
  │           │ └──[+] maxLength (1975:63)❌ 
  │           └─┬title
  │             ├──[-] maxLength (1:592716)❌ 
  │             └──[-] minLength (1:592700)❌ 
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬emailSettings
  │             ├──[🔀] default (992:522)❌ 
  │             └──[+] properties (992:453)
  ├─┬/template/recipient/create-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (1498:1511)❌ 
  │               ├──[+] required (1498:1523)❌ 
  │               ├──[+] properties (1498:756)
  │               ├──[+] properties (1498:710)
  │               ├─┬signingOrder
  │               │ ├──[+] enum (1498:492)
  │               │ ├──[+] enum (1498:503)
  │               │ ├──[🔀] type (1498:475)❌ 
  │               │ └──[-] nullable (1:491037)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (1498:354)
  │               │ ├──[+] enum (1498:367)
  │               │ ├──[-] enum (1:490113)❌ 
  │               │ ├──[-] enum (1:490123)❌ 
  │               │ ├──[-] enum (1:490135)❌ 
  │               │ ├──[-] enum (1:490097)❌ 
  │               │ └──[-] enum (1:490103)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (1498:273)
  │               │ ├──[+] enum (1498:282)
  │               │ ├──[+] enum (1498:291)
  │               │ ├──[+] enum (1498:302)
  │               │ ├──[+] enum (1498:268)
  │               │ └──[-] nullable (1:490628)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (1498:419)
  │               │ ├──[+] enum (1498:432)
  │               │ └──[+] enum (1498:441)
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:491094)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (1498:684)❌ 
  │               │ └──[+] nullable (1498:704)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:490343)❌ 
  │               │ ├──[-] enum (1:490355)❌ 
  │               │ └──[+] nullable (1498:1278)❌ 
  │               ├─┬name
  │               │ └──[+] nullable (1498:750)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:490192)❌ 
  │               │ ├──[-] enum (1:490206)❌ 
  │               │ └──[🔀] type (1498:525)❌ 
  │               └─┬signingStatus
  │                 ├──[-] enum (1:490263)❌ 
  │                 ├──[-] enum (1:490277)❌ 
  │                 ├──[-] enum (1:490287)❌ 
  │                 └──[+] nullable (1498:852)❌ 
  ├─┬/template/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (1639:8450)❌ 
  │                   ├──[+] required (1639:8462)❌ 
  │                   ├──[+] properties (1639:7695)
  │                   ├──[+] properties (1639:7649)
  │                   ├─┬name
  │                   │ └──[+] nullable (1639:7689)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:552133)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (1639:7212)
  │                   │ ├──[+] enum (1639:7221)
  │                   │ ├──[+] enum (1639:7230)
  │                   │ ├──[+] enum (1639:7241)
  │                   │ ├──[+] enum (1639:7207)
  │                   │ └──[-] nullable (1:551667)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (1639:7623)❌ 
  │                   │ └──[+] nullable (1639:7643)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:551382)❌ 
  │                   │ ├──[-] enum (1:551394)❌ 
  │                   │ └──[+] nullable (1639:8217)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:551302)❌ 
  │                   │ ├──[-] enum (1:551316)❌ 
  │                   │ ├──[-] enum (1:551326)❌ 
  │                   │ └──[+] nullable (1639:7791)❌ 
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:551231)❌ 
  │                   │ ├──[-] enum (1:551245)❌ 
  │                   │ └──[🔀] type (1639:7464)❌ 
  │                   ├─┬token
  │                   │ ├──[+] enum (1639:7358)
  │                   │ ├──[+] enum (1639:7371)
  │                   │ └──[+] enum (1639:7380)
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (1639:7442)
  │                   │ ├──[+] enum (1639:7431)
  │                   │ ├──[🔀] type (1639:7414)❌ 
  │                   │ └──[-] nullable (1:552076)❌ 
  │                   └─┬role
  │                     ├──[+] enum (1639:7293)
  │                     ├──[+] enum (1639:7306)
  │                     ├──[-] enum (1:551174)❌ 
  │                     ├──[-] enum (1:551136)❌ 
  │                     ├──[-] enum (1:551142)❌ 
  │                     ├──[-] enum (1:551152)❌ 
  │                     └──[-] enum (1:551162)❌ 
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (119:1411)❌ 
  │               ├──[+] required (119:1423)❌ 
  │               ├──[+] properties (119:750)
  │               ├──[+] properties (119:704)
  │               ├─┬id
  │               │ ├──[🔀] type (119:678)❌ 
  │               │ └──[+] nullable (119:698)❌ 
  │               ├─┬token
  │               │ ├──[🔀] type (119:1200)❌ 
  │               │ └──[+] nullable (119:1220)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:30886)❌ 
  │               │ ├──[-] enum (1:30898)❌ 
  │               │ └──[+] nullable (119:1272)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:30735)❌ 
  │               │ ├──[-] enum (1:30749)❌ 
  │               │ └──[🔀] type (119:519)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:31637)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (119:486)
  │               │ ├──[+] enum (119:497)
  │               │ ├──[🔀] type (119:469)❌ 
  │               │ └──[-] nullable (1:31580)❌ 
  │               ├─┬name
  │               │ └──[+] nullable (119:744)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (119:348)
  │               │ ├──[+] enum (119:361)
  │               │ ├──[-] enum (1:30646)❌ 
  │               │ ├──[-] enum (1:30656)❌ 
  │               │ ├──[-] enum (1:30666)❌ 
  │               │ ├──[-] enum (1:30678)❌ 
  │               │ └──[-] enum (1:30640)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (119:262)
  │               │ ├──[+] enum (119:267)
  │               │ ├──[+] enum (119:276)
  │               │ ├──[+] enum (119:285)
  │               │ ├──[+] enum (119:296)
  │               │ └──[-] nullable (1:31171)❌ 
  │               └─┬signingStatus
  │                 ├──[-] enum (1:30820)❌ 
  │                 ├──[-] enum (1:30830)❌ 
  │                 ├──[-] enum (1:30806)❌ 
  │                 └──[+] nullable (119:846)❌ 
  ├─┬/envelope/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬override
  │             ├──[+] properties (528:27)
  │             ├─┬language
  │             │ ├──[-] enum (1:161541)❌ 
  │             │ ├──[-] enum (1:161553)❌ 
  │             │ ├──[-] enum (1:161565)❌ 
  │             │ ├──[-] enum (1:161571)❌ 
  │             │ ├──[-] enum (1:161577)❌ 
  │             │ ├──[-] enum (1:161583)❌ 
  │             │ ├──[-] enum (1:161592)❌ 
  │             │ ├──[-] enum (1:161598)❌ 
  │             │ ├──[-] enum (1:161547)❌ 
  │             │ ├──[-] enum (1:161559)❌ 
  │             │ ├──[-] enum (1:161604)❌ 
  │             │ ├──[-] type (1:161522)❌ 
  │             │ ├──[+] nullable (528:67)❌ 
  │             │ ├──[+] anyOf (528:81)
  │             │ └──[+] anyOf (528:246)
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (522:526)❌ 
  │             │ └──[+] properties (522:457)
  │             ├─┬message
  │             │ ├──[+] enum (523:64)
  │             │ ├──[+] enum (523:69)
  │             │ ├──[+] enum (523:79)
  │             │ ├──[+] enum (523:84)
  │             │ ├──[+] enum (523:94)
  │             │ ├──[+] enum (523:107)
  │             │ ├──[+] enum (523:117)
  │             │ ├──[+] enum (523:74)
  │             │ ├──[+] enum (523:89)
  │             │ ├──[+] enum (523:99)
  │             │ ├──[+] enum (523:112)
  │             │ └──[-] maxLength (1:159739)❌ 
  │             ├─┬redirectUrl
  │             │ └──[+] maxLength (490:67)❌ 
  │             ├─┬timezone
  │             │ └──[+] maxLength (489:67)❌ 
  │             ├─┬title
  │             │ ├──[-] maxLength (1:159641)❌ 
  │             │ └──[-] minLength (1:159625)❌ 
  │             ├─┬typedSignatureEnabled
  │             │ ├──[🔀] type (488:44)❌ 
  │             │ ├──[+] maxLength (488:79)❌ 
  │             │ └──[+] minLength (488:65)❌ 
  │             └─┬subject
  │               └──[-] maxLength (1:159690)❌ 
  ├─┬/document/recipient/update
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1444:6925)❌ 
  │           ├──[+] required (1444:6937)❌ 
  │           ├──[+] properties (1444:688)
  │           ├──[+] properties (1444:642)
  │           ├─┬role
  │           │ ├──[+] enum (1444:286)
  │           │ ├──[+] enum (1444:299)
  │           │ ├──[-] enum (1:453515)❌ 
  │           │ ├──[-] enum (1:453477)❌ 
  │           │ ├──[-] enum (1:453483)❌ 
  │           │ ├──[-] enum (1:453493)❌ 
  │           │ └──[-] enum (1:453503)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1444:205)
  │           │ ├──[+] enum (1444:214)
  │           │ ├──[+] enum (1444:223)
  │           │ ├──[+] enum (1444:234)
  │           │ ├──[+] enum (1444:200)
  │           │ └──[-] nullable (1:454008)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:453572)❌ 
  │           │ ├──[-] enum (1:453586)❌ 
  │           │ └──[🔀] type (1444:457)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1444:364)
  │           │ ├──[+] enum (1444:373)
  │           │ └──[+] enum (1444:351)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:453723)❌ 
  │           │ ├──[-] enum (1:453735)❌ 
  │           │ └──[+] nullable (1444:1210)❌ 
  │           ├─┬fields
  │           │ ├──[-] items (1:454518)❌ 
  │           │ ├──[🔀] type (1444:616)❌ 
  │           │ └──[+] nullable (1444:636)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:453643)❌ 
  │           │ ├──[-] enum (1:453657)❌ 
  │           │ ├──[-] enum (1:453667)❌ 
  │           │ └──[+] nullable (1444:784)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1444:662)❌ 
  │           │ └──[+] nullable (1444:682)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1444:424)
  │           │ ├──[+] enum (1444:435)
  │           │ ├──[🔀] type (1444:407)❌ 
  │           │ └──[-] nullable (1:454417)❌ 
  │           ├─┬name
  │           │ ├──[+] items (1444:1249)❌ 
  │           │ └──[🔀] type (1444:1233)❌ 
  │           └─┬rejectionReason
  │             └──[-] nullable (1:454474)❌ 
  ├─┬/envelope
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (189:4482)❌ 
  │                   ├──[+] required (189:4494)❌ 
  │                   ├──[+] properties (189:3821)
  │                   ├──[+] properties (189:3775)
  │                   ├─┬id
  │                   │ ├──[🔀] type (189:3749)❌ 
  │                   │ └──[+] nullable (189:3769)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (189:3815)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (189:3333)
  │                   │ ├──[+] enum (189:3338)
  │                   │ ├──[+] enum (189:3347)
  │                   │ ├──[+] enum (189:3356)
  │                   │ ├──[+] enum (189:3367)
  │                   │ └──[-] nullable (1:86941)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (189:3568)
  │                   │ ├──[+] enum (189:3557)
  │                   │ ├──[🔀] type (189:3540)❌ 
  │                   │ └──[-] nullable (1:87350)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:87407)❌ 
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:86505)❌ 
  │                   │ ├──[-] enum (1:86519)❌ 
  │                   │ └──[🔀] type (189:3590)❌ 
  │                   ├─┬token
  │                   │ ├──[🔀] type (189:4271)❌ 
  │                   │ └──[+] nullable (189:4291)❌ 
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:86656)❌ 
  │                   │ ├──[-] enum (1:86668)❌ 
  │                   │ └──[+] nullable (189:4343)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:86576)❌ 
  │                   │ ├──[-] enum (1:86590)❌ 
  │                   │ ├──[-] enum (1:86600)❌ 
  │                   │ └──[+] nullable (189:3917)❌ 
  │                   └─┬role
  │                     ├──[+] enum (189:3419)
  │                     ├──[+] enum (189:3432)
  │                     ├──[-] enum (1:86410)❌ 
  │                     ├──[-] enum (1:86416)❌ 
  │                     ├──[-] enum (1:86426)❌ 
  │                     ├──[-] enum (1:86436)❌ 
  │                     └──[-] enum (1:86448)❌ 
  ├─┬/template/recipient/update
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1509:6937)❌ 
  │           ├──[+] required (1509:6925)❌ 
  │           ├──[+] properties (1509:688)
  │           ├──[+] properties (1509:642)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:494468)❌ 
  │           │ ├──[-] enum (1:494480)❌ 
  │           │ └──[+] nullable (1509:1210)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1509:424)
  │           │ ├──[+] enum (1509:435)
  │           │ ├──[🔀] type (1509:407)❌ 
  │           │ └──[-] nullable (1:495162)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1509:662)❌ 
  │           │ └──[+] nullable (1509:682)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:494317)❌ 
  │           │ ├──[-] enum (1:494331)❌ 
  │           │ └──[🔀] type (1509:457)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:494388)❌ 
  │           │ ├──[-] enum (1:494402)❌ 
  │           │ ├──[-] enum (1:494412)❌ 
  │           │ └──[+] nullable (1509:784)❌ 
  │           ├─┬name
  │           │ ├──[+] items (1509:1249)❌ 
  │           │ └──[🔀] type (1509:1233)❌ 
  │           ├─┬fields
  │           │ ├──[-] items (1:495263)❌ 
  │           │ ├──[🔀] type (1509:616)❌ 
  │           │ └──[+] nullable (1509:636)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1509:200)
  │           │ ├──[+] enum (1509:205)
  │           │ ├──[+] enum (1509:214)
  │           │ ├──[+] enum (1509:223)
  │           │ ├──[+] enum (1509:234)
  │           │ └──[-] nullable (1:494753)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:495219)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1509:286)
  │           │ ├──[+] enum (1509:299)
  │           │ ├──[-] enum (1:494228)❌ 
  │           │ ├──[-] enum (1:494238)❌ 
  │           │ ├──[-] enum (1:494248)❌ 
  │           │ ├──[-] enum (1:494260)❌ 
  │           │ └──[-] enum (1:494222)❌ 
  │           └─┬token
  │             ├──[+] enum (1509:351)
  │             ├──[+] enum (1509:364)
  │             └──[+] enum (1509:373)
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             ├──[+] properties (451:27)
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (450:542)❌ 
  │             │ └──[+] properties (450:473)
  │             ├─┬typedSignatureEnabled
  │             │ └──[🔀] type (411:47)❌ 
  │             ├─┬signingOrder
  │             │ ├──[-] enum (1:153896)❌ 
  │             │ └──[-] enum (1:153908)❌ 
  │             ├─┬redirectUrl
  │             │ └──[+] maxLength (410:67)❌ 
  │             ├─┬timezone
  │             │ └──[+] maxLength (409:67)❌ 
  │             ├─┬language
  │             │ ├──[-] enum (1:154046)❌ 
  │             │ ├──[-] enum (1:154058)❌ 
  │             │ ├──[-] enum (1:154064)❌ 
  │             │ ├──[-] enum (1:154070)❌ 
  │             │ ├──[-] enum (1:154076)❌ 
  │             │ ├──[-] enum (1:154082)❌ 
  │             │ ├──[-] enum (1:154088)❌ 
  │             │ ├──[-] enum (1:154097)❌ 
  │             │ ├──[-] enum (1:154052)❌ 
  │             │ ├──[-] enum (1:154103)❌ 
  │             │ ├──[-] enum (1:154109)❌ 
  │             │ ├──[-] type (1:154027)❌ 
  │             │ ├──[+] nullable (451:67)❌ 
  │             │ ├──[+] anyOf (451:81)
  │             │ └──[+] anyOf (451:246)
  │             ├─┬message
  │             │ ├──[+] enum (444:107)
  │             │ ├──[+] enum (444:112)
  │             │ ├──[+] enum (444:64)
  │             │ ├──[+] enum (444:74)
  │             │ ├──[+] enum (444:79)
  │             │ ├──[+] enum (444:84)
  │             │ ├──[+] enum (444:89)
  │             │ ├──[+] enum (444:99)
  │             │ ├──[+] enum (444:117)
  │             │ ├──[+] enum (444:69)
  │             │ ├──[+] enum (444:94)
  │             │ └──[-] maxLength (1:152801)❌ 
  │             └─┬subject
  │               ├──[+] enum (441:79)
  │               ├──[+] enum (441:68)
  │               └──[-] maxLength (1:152752)❌ 
  ├─┬/envelope/{envelopeId}/audit-log
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬ALLOF
  │                 └──[+] anyOf (190:19355)
  ├─┬/envelope/field/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             ├──[-] allOf (1:48340)❌ 
  │             ├──[-] allOf (1:55937)❌ 
  │             ├──[-] allOf (1:56075)❌ 
  │             ├──[+] anyOf (162:184)
  │             └──[+] anyOf (162:7530)
  ├─┬/document
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (796:3001)❌ 
  │                   ├──[+] required (796:3013)❌ 
  │                   ├──[+] properties (796:2246)
  │                   ├──[+] properties (796:2200)
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (796:1763)
  │                   │ ├──[+] enum (796:1772)
  │                   │ ├──[+] enum (796:1781)
  │                   │ ├──[+] enum (796:1792)
  │                   │ ├──[+] enum (796:1758)
  │                   │ └──[-] nullable (1:207169)❌ 
  │                   ├─┬id
  │                   │ ├──[🔀] type (796:2174)❌ 
  │                   │ └──[+] nullable (796:2194)❌ 
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:206733)❌ 
  │                   │ ├──[-] enum (1:206747)❌ 
  │                   │ └──[🔀] type (796:2015)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:207635)❌ 
  │                   ├─┬token
  │                   │ ├──[+] enum (796:1909)
  │                   │ ├──[+] enum (796:1922)
  │                   │ └──[+] enum (796:1931)
  │                   ├─┬sendStatus
  │                   │ ├──[-] enum (1:206884)❌ 
  │                   │ ├──[-] enum (1:206896)❌ 
  │                   │ └──[+] nullable (796:2768)❌ 
  │                   ├─┬role
  │                   │ ├──[+] enum (796:1857)
  │                   │ ├──[+] enum (796:1844)
  │                   │ ├──[-] enum (1:206664)❌ 
  │                   │ ├──[-] enum (1:206676)❌ 
  │                   │ ├──[-] enum (1:206638)❌ 
  │                   │ ├──[-] enum (1:206644)❌ 
  │                   │ └──[-] enum (1:206654)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (796:2240)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (796:1982)
  │                   │ ├──[+] enum (796:1993)
  │                   │ ├──[🔀] type (796:1965)❌ 
  │                   │ └──[-] nullable (1:207578)❌ 
  │                   └─┬signingStatus
  │                     ├──[-] enum (1:206804)❌ 
  │                     ├──[-] enum (1:206818)❌ 
  │                     ├──[-] enum (1:206828)❌ 
  │                     └──[+] nullable (796:2342)❌ 
  ├─┬/template/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬emailSettings
  │             ├──[🔀] default (1920:522)❌ 
  │             └──[+] properties (1920:453)
  ├─┬/document/{documentId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   ├──[+] required (774:1396)❌ 
  │           │   ├──[+] required (774:1408)❌ 
  │           │   ├──[+] properties (774:641)
  │           │   ├──[+] properties (774:595)
  │           │   ├─┬readStatus
  │           │   │ ├──[-] enum (1:188315)❌ 
  │           │   │ ├──[-] enum (1:188301)❌ 
  │           │   │ └──[🔀] type (774:410)❌ 
  │           │   ├─┬role
  │           │   │ ├──[+] enum (774:239)
  │           │   │ ├──[+] enum (774:252)
  │           │   │ ├──[-] enum (1:188206)❌ 
  │           │   │ ├──[-] enum (1:188212)❌ 
  │           │   │ ├──[-] enum (1:188222)❌ 
  │           │   │ ├──[-] enum (1:188232)❌ 
  │           │   │ └──[-] enum (1:188244)❌ 
  │           │   ├─┬sendStatus
  │           │   │ ├──[-] enum (1:188452)❌ 
  │           │   │ ├──[-] enum (1:188464)❌ 
  │           │   │ └──[+] nullable (774:1163)❌ 
  │           │   ├─┬token
  │           │   │ ├──[+] enum (774:304)
  │           │   │ ├──[+] enum (774:317)
  │           │   │ └──[+] enum (774:326)
  │           │   ├─┬signingStatus
  │           │   │ ├──[-] enum (1:188372)❌ 
  │           │   │ ├──[-] enum (1:188386)❌ 
  │           │   │ ├──[-] enum (1:188396)❌ 
  │           │   │ └──[+] nullable (774:737)❌ 
  │           │   ├─┬signedAt
  │           │   │ ├──[+] enum (774:176)
  │           │   │ ├──[+] enum (774:187)
  │           │   │ ├──[+] enum (774:153)
  │           │   │ ├──[+] enum (774:158)
  │           │   │ ├──[+] enum (774:167)
  │           │   │ └──[-] nullable (1:188737)❌ 
  │           │   ├─┬rejectionReason
  │           │   │ └──[-] nullable (1:189203)❌ 
  │           │   ├─┬id
  │           │   │ ├──[🔀] type (774:569)❌ 
  │           │   │ └──[+] nullable (774:589)❌ 
  │           │   ├─┬signingOrder
  │           │   │ ├──[+] enum (774:377)
  │           │   │ ├──[+] enum (774:388)
  │           │   │ ├──[🔀] type (774:360)❌ 
  │           │   │ └──[-] nullable (1:189146)❌ 
  │           │   └─┬name
  │           │     └──[+] nullable (774:635)❌ 
  │           └─┬documentMeta
  │             ├──[+] required (770:284)❌ 
  │             ├──[+] properties (766:25)
  │             ├─┬emailSettings
  │             │ ├──[+] required (763:686)❌ 
  │             │ ├──[🔀] default (763:721)❌ 
  │             │ └──[+] properties (763:471)
  │             ├─┬signingOrder
  │             │ ├──[-] enum (1:184888)❌ 
  │             │ ├──[-] enum (1:184900)❌ 
  │             │ └──[+] nullable (757:68)❌ 
  │             ├─┬id
  │             │ ├──[-] type (1:185000)❌ 
  │             │ ├──[+] nullable (766:65)❌ 
  │             │ ├──[+] anyOf (766:79)
  │             │ └──[+] anyOf (766:244)
  │             ├─┬message
  │             │ └──[-] nullable (1:185102)❌ 
  │             ├─┬typedSignatureEnabled
  │             │ ├──[🔀] type (728:45)❌ 
  │             │ └──[+] nullable (728:65)❌ 
  │             ├─┬subject
  │             │ ├──[+] enum (723:66)
  │             │ ├──[+] enum (723:77)
  │             │ └──[-] nullable (1:185053)❌ 
  │             ├─┬password
  │             │ └──[-] default (1:186947)❌ 
  │             └─┬redirectUrl
  │               └──[+] default (767:80)❌ 
  ├─┬/template/recipient/create
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1487:1443)❌ 
  │           ├──[+] required (1487:1455)❌ 
  │           ├──[+] properties (1487:688)
  │           ├──[+] properties (1487:642)
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1487:424)
  │           │ ├──[+] enum (1487:435)
  │           │ ├──[🔀] type (1487:407)❌ 
  │           │ └──[-] nullable (1:486841)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:486898)❌ 
  │           ├─┬name
  │           │ └──[+] nullable (1487:682)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1487:200)
  │           │ ├──[+] enum (1487:205)
  │           │ ├──[+] enum (1487:214)
  │           │ ├──[+] enum (1487:223)
  │           │ ├──[+] enum (1487:234)
  │           │ └──[-] nullable (1:486432)❌ 
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:486147)❌ 
  │           │ ├──[-] enum (1:486159)❌ 
  │           │ └──[+] nullable (1487:1210)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1487:286)
  │           │ ├──[+] enum (1487:299)
  │           │ ├──[-] enum (1:485907)❌ 
  │           │ ├──[-] enum (1:485917)❌ 
  │           │ ├──[-] enum (1:485927)❌ 
  │           │ ├──[-] enum (1:485939)❌ 
  │           │ └──[-] enum (1:485901)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1487:351)
  │           │ ├──[+] enum (1487:364)
  │           │ └──[+] enum (1487:373)
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:485996)❌ 
  │           │ ├──[-] enum (1:486010)❌ 
  │           │ └──[🔀] type (1487:457)❌ 
  │           ├─┬id
  │           │ ├──[🔀] type (1487:616)❌ 
  │           │ └──[+] nullable (1487:636)❌ 
  │           └─┬signingStatus
  │             ├──[-] enum (1:486067)❌ 
  │             ├──[-] enum (1:486081)❌ 
  │             ├──[-] enum (1:486091)❌ 
  │             └──[+] nullable (1487:784)❌ 
  ├─┬/envelope/{envelopeId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬documentMeta
  │           │ ├──[+] required (272:284)❌ 
  │           │ ├──[+] properties (270:25)
  │           │ ├─┬emailSettings
  │           │ │ ├──[+] required (267:686)❌ 
  │           │ │ ├──[🔀] default (267:721)❌ 
  │           │ │ └──[+] properties (267:471)
  │           │ ├─┬id
  │           │ │ ├──[-] type (1:115268)❌ 
  │           │ │ ├──[+] nullable (270:65)❌ 
  │           │ │ ├──[+] anyOf (270:79)
  │           │ │ └──[+] anyOf (270:244)
  │           │ ├─┬signingOrder
  │           │ │ ├──[-] enum (1:115156)❌ 
  │           │ │ ├──[-] enum (1:115168)❌ 
  │           │ │ └──[+] nullable (261:68)❌ 
  │           │ ├─┬subject
  │           │ │ ├──[+] enum (227:66)
  │           │ │ ├──[+] enum (227:77)
  │           │ │ └──[-] nullable (1:115321)❌ 
  │           │ ├─┬typedSignatureEnabled
  │           │ │ ├──[🔀] type (232:45)❌ 
  │           │ │ └──[+] nullable (232:65)❌ 
  │           │ └─┬message
  │           │   └──[-] nullable (1:115370)❌ 
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (274:1302)❌ 
  │               ├──[+] required (274:1314)❌ 
  │               ├──[+] properties (274:641)
  │               ├──[+] properties (274:595)
  │               ├─┬token
  │               │ ├──[🔀] type (274:1091)❌ 
  │               │ └──[+] nullable (274:1111)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:117746)❌ 
  │               │ ├──[-] enum (1:117760)❌ 
  │               │ ├──[-] enum (1:117770)❌ 
  │               │ └──[+] nullable (274:737)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:118577)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:117826)❌ 
  │               │ ├──[-] enum (1:117838)❌ 
  │               │ └──[+] nullable (274:1163)❌ 
  │               ├─┬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)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (274:569)❌ 
  │               │ └──[+] nullable (274:589)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (274:377)
  │               │ ├──[+] enum (274:388)
  │               │ ├──[🔀] type (274:360)❌ 
  │               │ └──[-] nullable (1:118520)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (274:153)
  │               │ ├──[+] enum (274:158)
  │               │ ├──[+] enum (274:167)
  │               │ ├──[+] enum (274:176)
  │               │ ├──[+] enum (274:187)
  │               │ └──[-] nullable (1:118111)❌ 
  │               └─┬readStatus
  │                 ├──[-] enum (1:117675)❌ 
  │                 ├──[-] enum (1:117689)❌ 
  │                 └──[🔀] type (274:410)❌ 
  ├─┬/document/recipient/create
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├──[+] required (1422:1443)❌ 
  │           ├──[+] required (1422:1455)❌ 
  │           ├──[+] properties (1422:688)
  │           ├──[+] properties (1422:642)
  │           ├─┬sendStatus
  │           │ ├──[-] enum (1:445402)❌ 
  │           │ ├──[-] enum (1:445414)❌ 
  │           │ └──[+] nullable (1422:1210)❌ 
  │           ├─┬signingOrder
  │           │ ├──[+] enum (1422:435)
  │           │ ├──[+] enum (1422:424)
  │           │ ├──[🔀] type (1422:407)❌ 
  │           │ └──[-] nullable (1:446096)❌ 
  │           ├─┬role
  │           │ ├──[+] enum (1422:286)
  │           │ ├──[+] enum (1422:299)
  │           │ ├──[-] enum (1:445156)❌ 
  │           │ ├──[-] enum (1:445162)❌ 
  │           │ ├──[-] enum (1:445172)❌ 
  │           │ ├──[-] enum (1:445182)❌ 
  │           │ └──[-] enum (1:445194)❌ 
  │           ├─┬token
  │           │ ├──[+] enum (1422:351)
  │           │ ├──[+] enum (1422:364)
  │           │ └──[+] enum (1422:373)
  │           ├─┬name
  │           │ └──[+] nullable (1422:682)❌ 
  │           ├─┬rejectionReason
  │           │ └──[-] nullable (1:446153)❌ 
  │           ├─┬signingStatus
  │           │ ├──[-] enum (1:445336)❌ 
  │           │ ├──[-] enum (1:445346)❌ 
  │           │ ├──[-] enum (1:445322)❌ 
  │           │ └──[+] nullable (1422:784)❌ 
  │           ├─┬signedAt
  │           │ ├──[+] enum (1422:214)
  │           │ ├──[+] enum (1422:223)
  │           │ ├──[+] enum (1422:234)
  │           │ ├──[+] enum (1422:200)
  │           │ ├──[+] enum (1422:205)
  │           │ └──[-] nullable (1:445687)❌ 
  │           ├─┬readStatus
  │           │ ├──[-] enum (1:445265)❌ 
  │           │ ├──[-] enum (1:445251)❌ 
  │           │ └──[🔀] type (1422:457)❌ 
  │           └─┬id
  │             ├──[🔀] type (1422:616)❌ 
  │             └──[+] nullable (1422:636)❌ 
  ├─┬/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)❌ 
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (130:1517)❌ 
  │               ├──[+] required (130:1505)❌ 
  │               ├──[+] properties (130:750)
  │               ├──[+] properties (130:704)
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:34871)❌ 
  │               │ ├──[-] enum (1:34885)❌ 
  │               │ └──[🔀] type (130:519)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:35773)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (130:435)
  │               │ ├──[+] enum (130:413)
  │               │ └──[+] enum (130:426)
  │               ├─┬signingOrder
  │               │ ├──[+] enum (130:486)
  │               │ ├──[+] enum (130:497)
  │               │ ├──[🔀] type (130:469)❌ 
  │               │ └──[-] nullable (1:35716)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (130:348)
  │               │ ├──[+] enum (130:361)
  │               │ ├──[-] enum (1:34776)❌ 
  │               │ ├──[-] enum (1:34782)❌ 
  │               │ ├──[-] enum (1:34792)❌ 
  │               │ ├──[-] enum (1:34802)❌ 
  │               │ └──[-] enum (1:34814)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (130:678)❌ 
  │               │ └──[+] nullable (130:698)❌ 
  │               ├─┬signingStatus
  │               │ ├──[-] enum (1:34942)❌ 
  │               │ ├──[-] enum (1:34956)❌ 
  │               │ ├──[-] enum (1:34966)❌ 
  │               │ └──[+] nullable (130:846)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:35034)❌ 
  │               │ ├──[-] enum (1:35022)❌ 
  │               │ └──[+] nullable (130:1272)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (130:262)
  │               │ ├──[+] enum (130:267)
  │               │ ├──[+] enum (130:276)
  │               │ ├──[+] enum (130:285)
  │               │ ├──[+] enum (130:296)
  │               │ └──[-] nullable (1:35307)❌ 
  │               └─┬name
  │                 └──[+] nullable (130:744)❌ 
  ├─┬/template/recipient/update-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (1520:7005)❌ 
  │               ├──[+] required (1520:6993)❌ 
  │               ├──[+] properties (1520:756)
  │               ├──[+] properties (1520:710)
  │               ├─┬signedAt
  │               │ ├──[+] enum (1520:268)
  │               │ ├──[+] enum (1520:273)
  │               │ ├──[+] enum (1520:282)
  │               │ ├──[+] enum (1520:291)
  │               │ ├──[+] enum (1520:302)
  │               │ └──[-] nullable (1:505035)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:504750)❌ 
  │               │ ├──[-] enum (1:504762)❌ 
  │               │ └──[+] nullable (1520:1278)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (1520:492)
  │               │ ├──[+] enum (1520:503)
  │               │ ├──[🔀] type (1520:475)❌ 
  │               │ └──[-] nullable (1:505444)❌ 
  │               ├─┬role
  │               │ ├──[+] enum (1520:367)
  │               │ ├──[+] enum (1520:354)
  │               │ ├──[-] enum (1:504504)❌ 
  │               │ ├──[-] enum (1:504510)❌ 
  │               │ ├──[-] enum (1:504520)❌ 
  │               │ ├──[-] enum (1:504530)❌ 
  │               │ └──[-] enum (1:504542)❌ 
  │               ├─┬fields
  │               │ ├──[-] items (1:505545)❌ 
  │               │ ├──[🔀] type (1520:684)❌ 
  │               │ └──[+] nullable (1520:704)❌ 
  │               ├─┬name
  │               │ ├──[+] items (1520:1317)❌ 
  │               │ └──[🔀] type (1520:1301)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:504613)❌ 
  │               │ ├──[-] enum (1:504599)❌ 
  │               │ └──[🔀] type (1520:525)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (1520:730)❌ 
  │               │ └──[+] nullable (1520:750)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:505501)❌ 
  │               ├─┬token
  │               │ ├──[+] enum (1520:419)
  │               │ ├──[+] enum (1520:432)
  │               │ └──[+] enum (1520:441)
  │               └─┬signingStatus
  │                 ├──[-] enum (1:504670)❌ 
  │                 ├──[-] enum (1:504684)❌ 
  │                 ├──[-] enum (1:504694)❌ 
  │                 └──[+] nullable (1520:852)❌ 
  ├─┬/template/{templateId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   ├──[+] required (1623:1396)❌ 
  │           │   ├──[+] required (1623:1408)❌ 
  │           │   ├──[+] properties (1623:641)
  │           │   ├──[+] properties (1623:595)
  │           │   ├─┬readStatus
  │           │   │ ├──[-] enum (1:532977)❌ 
  │           │   │ ├──[-] enum (1:532991)❌ 
  │           │   │ └──[🔀] type (1623:410)❌ 
  │           │   ├─┬id
  │           │   │ ├──[🔀] type (1623:569)❌ 
  │           │   │ └──[+] nullable (1623:589)❌ 
  │           │   ├─┬name
  │           │   │ └──[+] nullable (1623:635)❌ 
  │           │   ├─┬signedAt
  │           │   │ ├──[+] enum (1623:167)
  │           │   │ ├──[+] enum (1623:176)
  │           │   │ ├──[+] enum (1623:187)
  │           │   │ ├──[+] enum (1623:153)
  │           │   │ ├──[+] enum (1623:158)
  │           │   │ └──[-] nullable (1:533413)❌ 
  │           │   ├─┬rejectionReason
  │           │   │ └──[-] nullable (1:533879)❌ 
  │           │   ├─┬token
  │           │   │ ├──[+] enum (1623:304)
  │           │   │ ├──[+] enum (1623:317)
  │           │   │ └──[+] enum (1623:326)
  │           │   ├─┬signingStatus
  │           │   │ ├──[-] enum (1:533048)❌ 
  │           │   │ ├──[-] enum (1:533062)❌ 
  │           │   │ ├──[-] enum (1:533072)❌ 
  │           │   │ └──[+] nullable (1623:737)❌ 
  │           │   ├─┬sendStatus
  │           │   │ ├──[-] enum (1:533128)❌ 
  │           │   │ ├──[-] enum (1:533140)❌ 
  │           │   │ └──[+] nullable (1623:1163)❌ 
  │           │   ├─┬role
  │           │   │ ├──[+] enum (1623:239)
  │           │   │ ├──[+] enum (1623:252)
  │           │   │ ├──[-] enum (1:532882)❌ 
  │           │   │ ├──[-] enum (1:532888)❌ 
  │           │   │ ├──[-] enum (1:532898)❌ 
  │           │   │ ├──[-] enum (1:532908)❌ 
  │           │   │ └──[-] enum (1:532920)❌ 
  │           │   └─┬signingOrder
  │           │     ├──[+] enum (1623:377)
  │           │     ├──[+] enum (1623:388)
  │           │     ├──[🔀] type (1623:360)❌ 
  │           │     └──[-] nullable (1:533822)❌ 
  │           └─┬templateMeta
  │             └─┬emailSettings
  │               ├──[+] required (1614:686)❌ 
  │               ├──[🔀] default (1614:721)❌ 
  │               └──[+] properties (1614:471)
  ├─┬/template
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬recipients
  │                 └─┬Schema
  │                   ├──[+] required (1541:8060)❌ 
  │                   ├──[+] required (1541:8048)❌ 
  │                   ├──[+] properties (1541:7293)
  │                   ├──[+] properties (1541:7247)
  │                   ├─┬id
  │                   │ ├──[🔀] type (1541:7221)❌ 
  │                   │ └──[+] nullable (1541:7241)❌ 
  │                   ├─┬signingStatus
  │                   │ ├──[-] enum (1:524046)❌ 
  │                   │ ├──[-] enum (1:524060)❌ 
  │                   │ ├──[-] enum (1:524070)❌ 
  │                   │ └──[+] nullable (1541:7389)❌ 
  │                   ├─┬rejectionReason
  │                   │ └──[-] nullable (1:524877)❌ 
  │                   ├─┬role
  │                   │ ├──[+] enum (1541:6891)
  │                   │ ├──[+] enum (1541:6904)
  │                   │ ├──[-] enum (1:523880)❌ 
  │                   │ ├──[-] enum (1:523886)❌ 
  │                   │ ├──[-] enum (1:523896)❌ 
  │                   │ ├──[-] enum (1:523906)❌ 
  │                   │ └──[-] enum (1:523918)❌ 
  │                   ├─┬token
  │                   │ ├──[+] enum (1541:6956)
  │                   │ ├──[+] enum (1541:6969)
  │                   │ └──[+] enum (1541:6978)
  │                   ├─┬readStatus
  │                   │ ├──[-] enum (1:523975)❌ 
  │                   │ ├──[-] enum (1:523989)❌ 
  │                   │ └──[🔀] type (1541:7062)❌ 
  │                   ├─┬signedAt
  │                   │ ├──[+] enum (1541:6805)
  │                   │ ├──[+] enum (1541:6810)
  │                   │ ├──[+] enum (1541:6819)
  │                   │ ├──[+] enum (1541:6828)
  │                   │ ├──[+] enum (1541:6839)
  │                   │ └──[-] nullable (1:524411)❌ 
  │                   ├─┬signingOrder
  │                   │ ├──[+] enum (1541:7029)
  │                   │ ├──[+] enum (1541:7040)
  │                   │ ├──[🔀] type (1541:7012)❌ 
  │                   │ └──[-] nullable (1:524820)❌ 
  │                   ├─┬name
  │                   │ └──[+] nullable (1541:7287)❌ 
  │                   └─┬sendStatus
  │                     ├──[-] enum (1:524138)❌ 
  │                     ├──[-] enum (1:524126)❌ 
  │                     └──[+] nullable (1541:7815)❌ 
  ├─┬/template/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             └─┬emailSettings
  │               ├──[🔀] default (1696:526)❌ 
  │               └──[+] properties (1696:457)
  ├─┬/template/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬template
  │   │         ├─┬templateMeta
  │   │         │ └─┬emailSettings
  │   │         │   ├──[+] required (1852:690)❌ 
  │   │         │   ├──[🔀] default (1852:725)❌ 
  │   │         │   └──[+] properties (1852:475)
  │   │         └─┬recipients
  │   │           └─┬Schema
  │   │             ├──[+] required (1861:1400)❌ 
  │   │             ├──[+] required (1861:1412)❌ 
  │   │             ├──[+] properties (1861:645)
  │   │             ├──[+] properties (1861:599)
  │   │             ├─┬signingOrder
  │   │             │ ├──[+] enum (1861:381)
  │   │             │ ├──[+] enum (1861:392)
  │   │             │ ├──[🔀] type (1861:364)❌ 
  │   │             │ └──[-] nullable (1:569681)❌ 
  │   │             ├─┬id
  │   │             │ ├──[🔀] type (1861:573)❌ 
  │   │             │ └──[+] nullable (1861:593)❌ 
  │   │             ├─┬rejectionReason
  │   │             │ └──[-] nullable (1:569738)❌ 
  │   │             ├─┬readStatus
  │   │             │ ├──[-] enum (1:568836)❌ 
  │   │             │ ├──[-] enum (1:568850)❌ 
  │   │             │ └──[🔀] type (1861:414)❌ 
  │   │             ├─┬token
  │   │             │ ├──[+] enum (1861:308)
  │   │             │ ├──[+] enum (1861:321)
  │   │             │ └──[+] enum (1861:330)
  │   │             ├─┬name
  │   │             │ └──[+] nullable (1861:639)❌ 
  │   │             ├─┬role
  │   │             │ ├──[+] enum (1861:243)
  │   │             │ ├──[+] enum (1861:256)
  │   │             │ ├──[-] enum (1:568741)❌ 
  │   │             │ ├──[-] enum (1:568747)❌ 
  │...

@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 May 5, 2026 00:33
* `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**
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