Skip to content

chore: 🐝 Update SDK - Generate 0.7.0#10

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

chore: 🐝 Update SDK - Generate 0.7.0#10
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488

Conversation

@github-actions

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

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

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

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/template/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬type
  │           │ └──[+] enum (1706:75)
  │           └─┬meta
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (1745:583)❌ 
  │             │ ├──[+] properties (1745:515)
  │             │ └──[+] properties (1745:457)
  │             ├─┬emailReplyTo
  │             │ ├──[+] pattern (1744:86)❌ 
  │             │ └──[-] format (1:557039)❌ 
  │             └─┬dateFormat
  │               ├──[+] enum (1713:200)
  │               ├──[+] enum (1713:85)
  │               ├──[+] enum (1713:221)
  │               └─┬Extensions
  │                 └──[🔀] x-speakeasy-enums (1714:50)
  ├─┬/template/recipient/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1530:1455)❌ 
  │   │       ├──[+] required (1530:1443)❌ 
  │   │       ├──[+] properties (1530:688)
  │   │       ├──[+] properties (1530:642)
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:485996)❌ 
  │   │       │ ├──[-] enum (1:486010)❌ 
  │   │       │ └──[🔀] type (1530:457)❌ 
  │   │       ├─┬signedAt
  │   │       │ ├──[+] enum (1530:200)
  │   │       │ ├──[+] enum (1530:205)
  │   │       │ ├──[+] enum (1530:214)
  │   │       │ ├──[+] enum (1530:223)
  │   │       │ ├──[+] enum (1530:234)
  │   │       │ └──[-] nullable (1:486432)❌ 
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1530:616)❌ 
  │   │       │ └──[+] nullable (1530:636)❌ 
  │   │       ├─┬role
  │   │       │ ├──[+] enum (1530:286)
  │   │       │ ├──[+] enum (1530:299)
  │   │       │ ├──[-] enum (1:485901)❌ 
  │   │       │ ├──[-] enum (1:485907)❌ 
  │   │       │ ├──[-] enum (1:485917)❌ 
  │   │       │ ├──[-] enum (1:485927)❌ 
  │   │       │ └──[-] enum (1:485939)❌ 
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1530:424)
  │   │       │ ├──[+] enum (1530:435)
  │   │       │ ├──[🔀] type (1530:407)❌ 
  │   │       │ └──[-] nullable (1:486841)❌ 
  │   │       ├─┬sendStatus
  │   │       │ ├──[-] enum (1:486159)❌ 
  │   │       │ ├──[-] enum (1:486147)❌ 
  │   │       │ └──[+] nullable (1530:1210)❌ 
  │   │       ├─┬rejectionReason
  │   │       │ └──[-] nullable (1:486898)❌ 
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:486081)❌ 
  │   │       │ ├──[-] enum (1:486091)❌ 
  │   │       │ ├──[-] enum (1:486067)❌ 
  │   │       │ └──[+] nullable (1530:784)❌ 
  │   │       ├─┬name
  │   │       │ └──[+] nullable (1530:682)❌ 
  │   │       └─┬token
  │   │         ├──[+] enum (1530:351)
  │   │         ├──[+] enum (1530:364)
  │   │         └──[+] enum (1530:373)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1529:221)❌ 
  │             └──[-] format (1:485118)❌ 
  ├─┬/envelope/{envelopeId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬documentMeta
  │           │ ├──[+] required (275:284)❌ 
  │           │ ├──[+] properties (273:25)
  │           │ ├─┬signingOrder
  │           │ │ ├──[-] enum (1:115156)❌ 
  │           │ │ ├──[-] enum (1:115168)❌ 
  │           │ │ └──[+] nullable (264:68)❌ 
  │           │ ├─┬id
  │           │ │ ├──[-] type (1:115268)❌ 
  │           │ │ ├──[+] nullable (273:65)❌ 
  │           │ │ ├──[+] anyOf (273:79)
  │           │ │ └──[+] anyOf (273:244)
  │           │ ├─┬dateFormat
  │           │ │ └─┬Extensions
  │           │ │   └──[🔀] x-speakeasy-enums (236:48)
  │           │ ├─┬subject
  │           │ │ ├──[+] enum (227:66)
  │           │ │ ├──[+] enum (227:77)
  │           │ │ └──[-] nullable (1:115321)❌ 
  │           │ ├─┬message
  │           │ │ └──[-] nullable (1:115370)❌ 
  │           │ ├─┬typedSignatureEnabled
  │           │ │ ├──[🔀] type (232:45)❌ 
  │           │ │ └──[+] nullable (232:65)❌ 
  │           │ └─┬emailSettings
  │           │   ├──[+] required (270:743)❌ 
  │           │   ├──[+] required (270:767)❌ 
  │           │   ├──[🔀] default (270:801)❌ 
  │           │   ├──[+] properties (270:529)
  │           │   └──[+] properties (270:471)
  │           ├─┬templateType
  │           │ └──[+] enum (207:81)
  │           ├─┬envelopeItems
  │           │ └─┬Schema
  │           │   ├──[+] required (279:260)❌ 
  │           │   ├──[+] properties (279:124)
  │           │   ├─┬order
  │           │   │ └──[🔀] type (279:172)❌ 
  │           │   └─┬title
  │           │     └──[🔀] type (279:224)❌ 
  │           ├─┬fields
  │           │ └─┬Schema
  │           │   └─┬fieldMeta
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (278:926)❌ 
  │           │     │ ├──[+] properties (278:774)
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:119664)❌ 
  │           │     │ │ └──[🔀] type (278:666)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:637)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (278:841)
  │           │     │   ├──[+] enum (278:810)
  │           │     │   ├──[+] enum (278:817)
  │           │     │   ├──[+] enum (278:830)
  │           │     │   └──[+] default (278:859)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:1163)
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (278:1321)
  │           │     │ │ ├──[+] enum (278:1328)
  │           │     │ │ ├──[+] enum (278:1337)
  │           │     │ │ └──[-] enum (1:119979)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:1026)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:1199)
  │           │     │ │ ├──[+] enum (278:1206)
  │           │     │ │ ├──[+] enum (278:1219)
  │           │     │ │ └──[+] enum (278:1230)
  │           │     │ └─┬textAlign
  │           │     │   ├──[-] enum (1:120052)❌ 
  │           │     │   ├──[-] enum (1:120034)❌ 
  │           │     │   ├──[-] enum (1:120042)❌ 
  │           │     │   └──[🔀] type (278:1055)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:1586)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:120414)❌ 
  │           │     │ │ ├──[-] enum (1:120422)❌ 
  │           │     │ │ ├──[-] enum (1:120432)❌ 
  │           │     │ │ └──[🔀] type (278:1478)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:1449)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (278:1740)
  │           │     │ │ ├──[+] enum (278:1747)
  │           │     │ │ ├──[+] enum (278:1756)
  │           │     │ │ └──[-] enum (1:120363)❌ 
  │           │     │ └─┬placeholder
  │           │     │   ├──[+] enum (278:1642)
  │           │     │   ├──[+] enum (278:1653)
  │           │     │   ├──[+] enum (278:1622)
  │           │     │   └──[+] enum (278:1629)
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (278:2216)❌ 
  │           │     │ ├──[+] properties (278:2005)
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:120795)❌ 
  │           │     │ │ ├──[-] enum (1:120803)❌ 
  │           │     │ │ ├──[-] enum (1:120813)❌ 
  │           │     │ │ └──[🔀] type (278:1897)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:2041)
  │           │     │ │ ├──[+] enum (278:2048)
  │           │     │ │ ├──[+] enum (278:2061)
  │           │     │ │ ├──[+] enum (278:2072)
  │           │     │ │ └──[+] default (278:2090)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:1868)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (278:2177)
  │           │     │   ├──[+] enum (278:2184)
  │           │     │   ├──[+] enum (278:2193)
  │           │     │   └──[-] enum (1:120743)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] required (278:2663)❌ 
  │           │     │ ├──[+] properties (278:2453)
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:2489)
  │           │     │ │ ├──[+] enum (278:2496)
  │           │     │ │ ├──[+] enum (278:2509)
  │           │     │ │ ├──[+] enum (278:2520)
  │           │     │ │ └──[+] default (278:2538)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:2316)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:121175)❌ 
  │           │     │ │ ├──[-] enum (1:121183)❌ 
  │           │     │ │ ├──[-] enum (1:121193)❌ 
  │           │     │ │ └──[🔀] type (278:2345)❌ 
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (278:2624)
  │           │     │   ├──[+] enum (278:2631)
  │           │     │   ├──[+] enum (278:2640)
  │           │     │   └──[-] enum (1:121124)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:2900)
  │           │     │ ├─┬text
  │           │     │ │ └──[🔀] type (278:2792)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:121635)❌ 
  │           │     │ │ ├──[-] enum (1:121643)❌ 
  │           │     │ │ └──[-] enum (1:121653)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[+] enum (278:3133)
  │           │     │ │ ├──[+] enum (278:3142)
  │           │     │ │ ├──[+] enum (278:3126)
  │           │     │ │ └──[-] enum (1:121504)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:2936)
  │           │     │ │ ├──[+] enum (278:2943)
  │           │     │ │ ├──[+] enum (278:2956)
  │           │     │ │ └──[+] enum (278:2967)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:2763)❌ 
  │           │     │ └─┬verticalAlign
  │           │     │   ├──[+] enum (278:3008)
  │           │     │   ├──[-] enum (1:121893)❌ 
  │           │     │   ├──[-] enum (1:121900)❌ 
  │           │     │   ├──[-] enum (1:121910)❌ 
  │           │     │   ├──[-] enum (1:121920)❌ 
  │           │     │   └──[-] nullable (1:121878)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:3627)
  │           │     │ ├─┬verticalAlign
  │           │     │ │ ├──[-] enum (1:122722)❌ 
  │           │     │ │ ├──[-] enum (1:122729)❌ 
  │           │     │ │ ├──[-] enum (1:122739)❌ 
  │           │     │ │ ├──[-] enum (1:122749)❌ 
  │           │     │ │ └──[-] nullable (1:122707)❌ 
  │           │     │ ├─┬value
  │           │     │ │ └──[+] enum (278:3735)
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:3490)❌ 
  │           │     │ ├─┬textAlign
  │           │     │ │ ├──[-] enum (1:122464)❌ 
  │           │     │ │ ├──[-] enum (1:122472)❌ 
  │           │     │ │ ├──[-] enum (1:122482)❌ 
  │           │     │ │ └──[🔀] type (278:3519)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:3694)
  │           │     │ │ ├──[+] enum (278:3663)
  │           │     │ │ ├──[+] enum (278:3670)
  │           │     │ │ └──[+] enum (278:3683)
  │           │     │ └─┬type
  │           │     │   ├──[+] enum (278:3948)
  │           │     │   ├──[+] enum (278:3955)
  │           │     │   ├──[+] enum (278:3964)
  │           │     │   └──[-] enum (1:122228)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:4449)
  │           │     │ ├─┬values
  │           │     │ │ ├──[+] enum (278:4557)
  │           │     │ │ ├──[-] items (1:123105)❌ 
  │           │     │ │ └──[🔀] type (278:4540)❌ 
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:123057)❌ 
  │           │     │ │ └──[🔀] type (278:4341)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:4485)
  │           │     │ │ ├──[+] enum (278:4492)
  │           │     │ │ ├──[+] enum (278:4505)
  │           │     │ │ └──[+] enum (278:4516)
  │           │     │ └─┬readOnly
  │           │     │   └──[🔀] type (278:4312)❌ 
  │           │     ├─┬ONEOF
  │           │     │ ├──[+] properties (278:5083)
  │           │     │ ├─┬validationRule
  │           │     │ │ └──[🔀] type (278:5447)❌ 
  │           │     │ ├─┬readOnly
  │           │     │ │ └──[🔀] type (278:4946)❌ 
  │           │     │ ├─┬placeholder
  │           │     │ │ ├──[+] enum (278:5150)
  │           │     │ │ ├──[+] enum (278:5119)
  │           │     │ │ ├──[+] enum (278:5126)
  │           │     │ │ └──[+] enum (278:5139)
  │           │     │ ├─┬type
  │           │     │ │ ├──[-] enum (1:123674)❌ 
  │           │     │ │ └──[🔀] type (278:4975)❌ 
  │           │     │ ├─┬validationLength
  │           │     │ │ ├──[+] enum (278:5191)
  │           │     │ │ └──[🔀] type (278:5174)❌ 
  │           │     │ └─┬values
  │           │     │   ├──[-] items (1:123725)❌ 
  │           │     │   └──[🔀] type (278:5410)❌ 
  │           │     └─┬ONEOF
  │           │       ├──[+] properties (278:5792)
  │           │       ├─┬placeholder
  │           │       │ ├──[+] enum (278:5859)
  │           │       │ ├──[+] enum (278:5828)
  │           │       │ ├──[+] enum (278:5835)
  │           │       │ └──[+] enum (278:5848)
  │           │       ├─┬values
  │           │       │ ├──[+] enum (278:5900)
  │           │       │ ├──[-] items (1:124423)❌ 
  │           │       │ └──[🔀] type (278:5883)❌ 
  │           │       ├─┬readOnly
  │           │       │ └──[🔀] type (278:5655)❌ 
  │           │       └─┬type
  │           │         ├──[-] enum (1:124372)❌ 
  │           │         └──[🔀] type (278:5684)❌ 
  │           └─┬recipients
  │             └─┬Schema
  │               ├──[+] required (277:1302)❌ 
  │               ├──[+] required (277:1314)❌ 
  │               ├──[+] properties (277:641)
  │               ├──[+] properties (277:595)
  │               ├─┬role
  │               │ ├──[+] enum (277:239)
  │               │ ├──[+] enum (277:252)
  │               │ ├──[-] enum (1:117580)❌ 
  │               │ ├──[-] enum (1:117586)❌ 
  │               │ ├──[-] enum (1:117596)❌ 
  │               │ ├──[-] enum (1:117606)❌ 
  │               │ └──[-] enum (1:117618)❌ 
  │               ├─┬name
  │               │ └──[+] nullable (277:635)❌ 
  │               ├─┬signingOrder
  │               │ ├──[+] enum (277:377)
  │               │ ├──[+] enum (277:388)
  │               │ ├──[🔀] type (277:360)❌ 
  │               │ └──[-] nullable (1:118520)❌ 
  │               ├─┬token
  │               │ ├──[🔀] type (277:1091)❌ 
  │               │ └──[+] nullable (277:1111)❌ 
  │               ├─┬id
  │               │ ├──[🔀] type (277:569)❌ 
  │               │ └──[+] nullable (277:589)❌ 
  │               ├─┬signedAt
  │               │ ├──[+] enum (277:158)
  │               │ ├──[+] enum (277:167)
  │               │ ├──[+] enum (277:176)
  │               │ ├──[+] enum (277:187)
  │               │ ├──[+] enum (277:153)
  │               │ └──[-] nullable (1:118111)❌ 
  │               ├─┬rejectionReason
  │               │ └──[-] nullable (1:118577)❌ 
  │               ├─┬readStatus
  │               │ ├──[-] enum (1:117689)❌ 
  │               │ ├──[-] enum (1:117675)❌ 
  │               │ └──[🔀] type (277:410)❌ 
  │               ├─┬sendStatus
  │               │ ├──[-] enum (1:117826)❌ 
  │               │ ├──[-] enum (1:117838)❌ 
  │               │ └──[+] nullable (277:1163)❌ 
  │               └─┬signingStatus
  │                 ├──[-] enum (1:117746)❌ 
  │                 ├──[-] enum (1:117760)❌ 
  │                 ├──[-] enum (1:117770)❌ 
  │                 └──[+] nullable (277:737)❌ 
  ├─┬/template/recipient/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬recipients
  │   │         └─┬Schema
  │   │           ├──[+] required (1541:1511)❌ 
  │   │           ├──[+] required (1541:1523)❌ 
  │   │           ├──[+] properties (1541:756)
  │   │           ├──[+] properties (1541:710)
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (1541:684)❌ 
  │   │           │ └──[+] nullable (1541:704)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (1541:354)
  │   │           │ ├──[+] enum (1541:367)
  │   │           │ ├──[-] enum (1:490123)❌ 
  │   │           │ ├──[-] enum (1:490135)❌ 
  │   │           │ ├──[-] enum (1:490097)❌ 
  │   │           │ ├──[-] enum (1:490103)❌ 
  │   │           │ └──[-] enum (1:490113)❌ 
  │   │           ├─┬token
  │   │           │ ├──[+] enum (1541:432)
  │   │           │ ├──[+] enum (1541:441)
  │   │           │ └──[+] enum (1541:419)
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:490263)❌ 
  │   │           │ ├──[-] enum (1:490277)❌ 
  │   │           │ ├──[-] enum (1:490287)❌ 
  │   │           │ └──[+] nullable (1541:852)❌ 
  │   │           ├─┬name
  │   │           │ └──[+] nullable (1541:750)❌ 
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:490343)❌ 
  │   │           │ ├──[-] enum (1:490355)❌ 
  │   │           │ └──[+] nullable (1541:1278)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (1541:492)
  │   │           │ ├──[+] enum (1541:503)
  │   │           │ ├──[🔀] type (1541:475)❌ 
  │   │           │ └──[-] nullable (1:491037)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:490192)❌ 
  │   │           │ ├──[-] enum (1:490206)❌ 
  │   │           │ └──[🔀] type (1541:525)❌ 
  │   │           ├─┬rejectionReason
  │   │           │ └──[-] nullable (1:491094)❌ 
  │   │           └─┬signedAt
  │   │             ├──[+] enum (1541:291)
  │   │             ├──[+] enum (1541:302)
  │   │             ├──[+] enum (1541:268)
  │   │             ├──[+] enum (1541:273)
  │   │             ├──[+] enum (1541:282)
  │   │             └──[-] nullable (1:490628)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (1540:246)❌ 
  │               └──[-] format (1:489237)❌ 
  ├─┬/document/field/{fieldId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬fieldMeta
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:977)❌ 
  │             │ ├──[+] properties (1280:825)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:284001)❌ 
  │             │ │ └──[🔀] type (1280:717)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:688)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1280:868)
  │             │   ├──[+] enum (1280:881)
  │             │   ├──[+] enum (1280:892)
  │             │   ├──[+] enum (1280:861)
  │             │   └──[+] default (1280:910)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:1214)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1077)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:1250)
  │             │ │ ├──[+] enum (1280:1257)
  │             │ │ ├──[+] enum (1280:1270)
  │             │ │ └──[+] enum (1280:1281)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:284389)❌ 
  │             │ │ ├──[-] enum (1:284371)❌ 
  │             │ │ ├──[-] enum (1:284379)❌ 
  │             │ │ └──[🔀] type (1280:1106)❌ 
  │             │ └─┬type
  │             │   ├──[+] enum (1280:1372)
  │             │   ├──[+] enum (1280:1379)
  │             │   ├──[+] enum (1280:1388)
  │             │   └──[-] enum (1:284316)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:1637)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:1673)
  │             │ │ ├──[+] enum (1280:1680)
  │             │ │ ├──[+] enum (1280:1693)
  │             │ │ └──[+] enum (1280:1704)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:284751)❌ 
  │             │ │ ├──[-] enum (1:284759)❌ 
  │             │ │ ├──[-] enum (1:284769)❌ 
  │             │ │ └──[🔀] type (1280:1529)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1500)❌ 
  │             │ └─┬type
  │             │   ├──[+] enum (1280:1791)
  │             │   ├──[+] enum (1280:1798)
  │             │   ├──[+] enum (1280:1807)
  │             │   └──[-] enum (1:284700)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:2267)❌ 
  │             │ ├──[+] properties (1280:2056)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:1919)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:2228)
  │             │ │ ├──[+] enum (1280:2235)
  │             │ │ ├──[+] enum (1280:2244)
  │             │ │ └──[-] enum (1:285080)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:285150)❌ 
  │             │ │ ├──[-] enum (1:285132)❌ 
  │             │ │ ├──[-] enum (1:285140)❌ 
  │             │ │ └──[🔀] type (1280:1948)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1280:2092)
  │             │   ├──[+] enum (1280:2099)
  │             │   ├──[+] enum (1280:2112)
  │             │   ├──[+] enum (1280:2123)
  │             │   └──[+] default (1280:2141)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1280:2714)❌ 
  │             │ ├──[+] properties (1280:2504)
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:2675)
  │             │ │ ├──[+] enum (1280:2682)
  │             │ │ ├──[+] enum (1280:2691)
  │             │ │ └──[-] enum (1:285461)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:2540)
  │             │ │ ├──[+] enum (1280:2547)
  │             │ │ ├──[+] enum (1280:2560)
  │             │ │ ├──[+] enum (1280:2571)
  │             │ │ └──[+] default (1280:2589)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:2367)❌ 
  │             │ └─┬textAlign
  │             │   ├──[-] enum (1:285512)❌ 
  │             │   ├──[-] enum (1:285520)❌ 
  │             │   ├──[-] enum (1:285530)❌ 
  │             │   └──[🔀] type (1280:2396)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:2951)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:285972)❌ 
  │             │ │ ├──[-] enum (1:285980)❌ 
  │             │ │ └──[-] enum (1:285990)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:3184)
  │             │ │ ├──[+] enum (1280:3193)
  │             │ │ ├──[+] enum (1280:3177)
  │             │ │ └──[-] enum (1:285841)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:2814)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:3018)
  │             │ │ ├──[+] enum (1280:2987)
  │             │ │ ├──[+] enum (1280:2994)
  │             │ │ └──[+] enum (1280:3007)
  │             │ ├─┬verticalAlign
  │             │ │ ├──[+] enum (1280:3059)
  │             │ │ ├──[-] enum (1:286257)❌ 
  │             │ │ ├──[-] enum (1:286230)❌ 
  │             │ │ ├──[-] enum (1:286237)❌ 
  │             │ │ ├──[-] enum (1:286247)❌ 
  │             │ │ └──[-] nullable (1:286215)❌ 
  │             │ └─┬text
  │             │   └──[🔀] type (1280:2843)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:3678)
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:286801)❌ 
  │             │ │ ├──[-] enum (1:286809)❌ 
  │             │ │ ├──[-] enum (1:286819)❌ 
  │             │ │ └──[🔀] type (1280:3570)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1280:3999)
  │             │ │ ├──[+] enum (1280:4006)
  │             │ │ ├──[+] enum (1280:4015)
  │             │ │ └──[-] enum (1:286565)❌ 
  │             │ ├─┬value
  │             │ │ └──[+] enum (1280:3786)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:3714)
  │             │ │ ├──[+] enum (1280:3721)
  │             │ │ ├──[+] enum (1280:3734)
  │             │ │ └──[+] enum (1280:3745)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:3541)❌ 
  │             │ └─┬verticalAlign
  │             │   ├──[-] enum (1:287059)❌ 
  │             │   ├──[-] enum (1:287066)❌ 
  │             │   ├──[-] enum (1:287076)❌ 
  │             │   ├──[-] enum (1:287086)❌ 
  │             │   └──[-] nullable (1:287044)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:4500)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:287394)❌ 
  │             │ │ └──[🔀] type (1280:4392)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:4536)
  │             │ │ ├──[+] enum (1280:4543)
  │             │ │ ├──[+] enum (1280:4556)
  │             │ │ └──[+] enum (1280:4567)
  │             │ ├─┬values
  │             │ │ ├──[+] enum (1280:4608)
  │             │ │ ├──[-] items (1:287442)❌ 
  │             │ │ └──[🔀] type (1280:4591)❌ 
  │             │ └─┬readOnly
  │             │   └──[🔀] type (1280:4363)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1280:5134)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1280:4997)❌ 
  │             │ ├─┬validationRule
  │             │ │ └──[🔀] type (1280:5498)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1280:5201)
  │             │ │ ├──[+] enum (1280:5170)
  │             │ │ ├──[+] enum (1280:5177)
  │             │ │ └──[+] enum (1280:5190)
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:288011)❌ 
  │             │ │ └──[🔀] type (1280:5026)❌ 
  │             │ ├─┬validationLength
  │             │ │ ├──[+] enum (1280:5242)
  │             │ │ └──[🔀] type (1280:5225)❌ 
  │             │ └─┬values
  │             │   ├──[-] items (1:288062)❌ 
  │             │   └──[🔀] type (1280:5461)❌ 
  │             └─┬ONEOF
  │               ├──[+] properties (1280:5843)
  │               ├─┬readOnly
  │               │ └──[🔀] type (1280:5706)❌ 
  │               ├─┬placeholder
  │               │ ├──[+] enum (1280:5879)
  │               │ ├──[+] enum (1280:5886)
  │               │ ├──[+] enum (1280:5899)
  │               │ └──[+] enum (1280:5910)
  │               ├─┬type
  │               │ ├──[-] enum (1:288709)❌ 
  │               │ └──[🔀] type (1280:5735)❌ 
  │               └─┬values
  │                 ├──[+] enum (1280:5951)
  │                 ├──[-] items (1:288760)❌ 
  │                 └──[🔀] type (1280:5934)❌ 
  ├─┬/template/field/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬fieldMeta
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:977)❌ 
  │   │         │ ├──[+] properties (1345:825)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:688)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:361097)❌ 
  │   │         │ │ └──[🔀] type (1345:717)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:892)
  │   │         │   ├──[+] enum (1345:861)
  │   │         │   ├──[+] enum (1345:868)
  │   │         │   ├──[+] enum (1345:881)
  │   │         │   └──[+] default (1345:910)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:1214)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:361467)❌ 
  │   │         │ │ ├──[-] enum (1:361475)❌ 
  │   │         │ │ ├──[-] enum (1:361485)❌ 
  │   │         │ │ └──[🔀] type (1345:1106)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:1077)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:1372)
  │   │         │ │ ├──[+] enum (1345:1379)
  │   │         │ │ ├──[+] enum (1345:1388)
  │   │         │ │ └──[-] enum (1:361412)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:1281)
  │   │         │   ├──[+] enum (1345:1250)
  │   │         │   ├──[+] enum (1345:1257)
  │   │         │   └──[+] enum (1345:1270)
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:1637)
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:361847)❌ 
  │   │         │ │ ├──[-] enum (1:361855)❌ 
  │   │         │ │ ├──[-] enum (1:361865)❌ 
  │   │         │ │ └──[🔀] type (1345:1529)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:1673)
  │   │         │ │ ├──[+] enum (1345:1680)
  │   │         │ │ ├──[+] enum (1345:1693)
  │   │         │ │ └──[+] enum (1345:1704)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:1791)
  │   │         │ │ ├──[+] enum (1345:1798)
  │   │         │ │ ├──[+] enum (1345:1807)
  │   │         │ │ └──[-] enum (1:361796)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1345:1500)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:2267)❌ 
  │   │         │ ├──[+] properties (1345:2056)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:1919)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:2235)
  │   │         │ │ ├──[+] enum (1345:2244)
  │   │         │ │ ├──[+] enum (1345:2228)
  │   │         │ │ └──[-] enum (1:362176)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:362228)❌ 
  │   │         │ │ ├──[-] enum (1:362236)❌ 
  │   │         │ │ ├──[-] enum (1:362246)❌ 
  │   │         │ │ └──[🔀] type (1345:1948)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:2092)
  │   │         │   ├──[+] enum (1345:2099)
  │   │         │   ├──[+] enum (1345:2112)
  │   │         │   ├──[+] enum (1345:2123)
  │   │         │   └──[+] default (1345:2141)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:2714)❌ 
  │   │         │ ├──[+] properties (1345:2504)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:2367)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:2675)
  │   │         │ │ ├──[+] enum (1345:2682)
  │   │         │ │ ├──[+] enum (1345:2691)
  │   │         │ │ └──[-] enum (1:362557)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:362616)❌ 
  │   │         │ │ ├──[-] enum (1:362626)❌ 
  │   │         │ │ ├──[-] enum (1:362608)❌ 
  │   │         │ │ └──[🔀] type (1345:2396)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:2547)
  │   │         │   ├──[+] enum (1345:2560)
  │   │         │   ├──[+] enum (1345:2571)
  │   │         │   ├──[+] enum (1345:2540)
  │   │         │   └──[+] default (1345:2589)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:2951)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:3177)
  │   │         │ │ ├──[+] enum (1345:3184)
  │   │         │ │ ├──[+] enum (1345:3193)
  │   │         │ │ └──[-] enum (1:362937)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:2987)
  │   │         │ │ ├──[+] enum (1345:2994)
  │   │         │ │ ├──[+] enum (1345:3007)
  │   │         │ │ └──[+] enum (1345:3018)
  │   │         │ ├─┬verticalAlign
  │   │         │ │ ├──[+] enum (1345:3059)
  │   │         │ │ ├──[-] enum (1:363353)❌ 
  │   │         │ │ ├──[-] enum (1:363326)❌ 
  │   │         │ │ ├──[-] enum (1:363333)❌ 
  │   │         │ │ ├──[-] enum (1:363343)❌ 
  │   │         │ │ └──[-] nullable (1:363311)❌ 
  │   │         │ ├─┬text
  │   │         │ │ └──[🔀] type (1345:2843)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:2814)❌ 
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:363076)❌ 
  │   │         │   ├──[-] enum (1:363086)❌ 
  │   │         │   └──[-] enum (1:363068)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:3678)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:3999)
  │   │         │ │ ├──[+] enum (1345:4006)
  │   │         │ │ ├──[+] enum (1345:4015)
  │   │         │ │ └──[-] enum (1:363661)❌ 
  │   │         │ ├─┬verticalAlign
  │   │         │ │ ├──[-] enum (1:364162)❌ 
  │   │         │ │ ├──[-] enum (1:364172)❌ 
  │   │         │ │ ├──[-] enum (1:364182)❌ 
  │   │         │ │ ├──[-] enum (1:364155)❌ 
  │   │         │ │ └──[-] nullable (1:364140)❌ 
  │   │         │ ├─┬value
  │   │         │ │ └──[+] enum (1345:3786)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:3541)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:363897)❌ 
  │   │         │ │ ├──[-] enum (1:363905)❌ 
  │   │         │ │ ├──[-] enum (1:363915)❌ 
  │   │         │ │ └──[🔀] type (1345:3570)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:3714)
  │   │         │   ├──[+] enum (1345:3721)
  │   │         │   ├──[+] enum (1345:3734)
  │   │         │   └──[+] enum (1345:3745)
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:4500)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:4363)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:4567)
  │   │         │ │ ├──[+] enum (1345:4536)
  │   │         │ │ ├──[+] enum (1345:4543)
  │   │         │ │ └──[+] enum (1345:4556)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:364490)❌ 
  │   │         │ │ └──[🔀] type (1345:4392)❌ 
  │   │         │ └─┬values
  │   │         │   ├──[+] enum (1345:4608)
  │   │         │   ├──[-] items (1:364538)❌ 
  │   │         │   └──[🔀] type (1345:4591)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:5134)
  │   │         │ ├─┬validationRule
  │   │         │ │ └──[🔀] type (1345:5498)❌ 
  │   │         │ ├─┬values
  │   │         │ │ ├──[-] items (1:365158)❌ 
  │   │         │ │ └──[🔀] type (1345:5461)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:5170)
  │   │         │ │ ├──[+] enum (1345:5177)
  │   │         │ │ ├──[+] enum (1345:5190)
  │   │         │ │ └──[+] enum (1345:5201)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:365107)❌ 
  │   │         │ │ └──[🔀] type (1345:5026)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:4997)❌ 
  │   │         │ └─┬validationLength
  │   │         │   ├──[+] enum (1345:5242)
  │   │         │   └──[🔀] type (1345:5225)❌ 
  │   │         └─┬ONEOF
  │   │           ├──[+] properties (1345:5843)
  │   │           ├─┬values
  │   │           │ ├──[+] enum (1345:5951)
  │   │           │ ├──[-] items (1:365856)❌ 
  │   │           │ └──[🔀] type (1345:5934)❌ 
  │   │           ├─┬placeholder
  │   │           │ ├──[+] enum (1345:5886)
  │   │           │ ├──[+] enum (1345:5899)
  │   │           │ ├──[+] enum (1345:5910)
  │   │           │ └──[+] enum (1345:5879)
  │   │           ├─┬readOnly
  │   │           │ └──[🔀] type (1345:5706)❌ 
  │   │           └─┬type
  │   │             ├──[-] enum (1:365805)❌ 
  │   │             └──[🔀] type (1345:5735)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬field
  │           └─┬ALLOF
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:476)
  │             │   ├─┬type
  │             │   │ ├──[-] enum (1:353654)❌ 
  │             │   │ └──[🔀] type (1344:368)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:512)
  │             │   │ ├──[+] enum (1344:519)
  │             │   │ ├──[+] enum (1344:532)
  │             │   │ ├──[+] enum (1344:543)
  │             │   │ └──[+] default (1344:561)❌ 
  │             │   └─┬readOnly
  │             │     └──[🔀] type (1344:339)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:1069)
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:1227)
  │             │   │ ├──[+] enum (1344:1234)
  │             │   │ ├──[+] enum (1344:1243)
  │             │   │ └──[-] enum (1:354204)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:354267)❌ 
  │             │   │ ├──[-] enum (1:354277)❌ 
  │             │   │ ├──[-] enum (1:354259)❌ 
  │             │   │ └──[🔀] type (1344:961)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:1105)
  │             │   │ ├──[+] enum (1344:1112)
  │             │   │ ├──[+] enum (1344:1125)
  │             │   │ └──[+] enum (1344:1136)
  │             │   └─┬readOnly
  │             │     └──[🔀] type (1344:932)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:1598)
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:354764)❌ 
  │             │   │ ├──[-] enum (1:354774)❌ 
  │             │   │ ├──[-] enum (1:354756)❌ 
  │             │   │ └──[🔀] type (1344:1490)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:1634)
  │             │   │ ├──[+] enum (1344:1641)
  │             │   │ ├──[+] enum (1344:1654)
  │             │   │ └──[+] enum (1344:1665)
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:1752)
  │             │   │ ├──[+] enum (1344:1759)
  │             │   │ ├──[+] enum (1344:1768)
  │             │   │ └──[-] enum (1:354705)❌ 
  │             │   └─┬readOnly
  │             │     └──[🔀] type (1344:1461)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:2124)
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:2296)
  │             │   │ ├──[+] enum (1344:2303)
  │             │   │ ├──[+] enum (1344:2312)
  │             │   │ └──[-] enum (1:355203)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:355255)❌ 
  │             │   │ ├──[-] enum (1:355263)❌ 
  │             │   │ ├──[-] enum (1:355273)❌ 
  │             │   │ └──[🔀] type (1344:2016)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:1987)❌ 
  │             │   └─┬placeholder
  │             │     ├──[+] enum (1344:2191)
  │             │     ├──[+] enum (1344:2160)
  │             │     ├──[+] enum (1344:2167)
  │             │     ├──[+] enum (1344:2180)
  │             │     └──[+] default (1344:2209)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:2667)
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:355752)❌ 
  │             │   │ ├──[-] enum (1:355760)❌ 
  │             │   │ ├──[-] enum (1:355770)❌ 
  │             │   │ └──[🔀] type (1344:2559)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:2703)
  │             │   │ ├──[+] enum (1344:2710)
  │             │   │ ├──[+] enum (1344:2723)
  │             │   │ ├──[+] enum (1344:2734)
  │             │   │ └──[+] default (1344:2752)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:2530)❌ 
  │             │   └─┬type
  │             │     ├──[+] enum (1344:2838)
  │             │     ├──[+] enum (1344:2845)
  │             │     ├──[+] enum (1344:2854)
  │             │     └──[-] enum (1:355701)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:3209)
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:3072)❌ 
  │             │   ├─┬text
  │             │   │ └──[🔀] type (1344:3101)❌ 
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:3435)
  │             │   │ ├──[+] enum (1344:3442)
  │             │   │ ├──[+] enum (1344:3451)
  │             │   │ └──[-] enum (1:356198)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:356329)❌ 
  │             │   │ ├──[-] enum (1:356337)❌ 
  │             │   │ └──[-] enum (1:356347)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:3265)
  │             │   │ ├──[+] enum (1344:3276)
  │             │   │ ├──[+] enum (1344:3245)
  │             │   │ └──[+] enum (1344:3252)
  │             │   └─┬verticalAlign
  │             │     ├──[+] enum (1344:3317)
  │             │     ├──[-] enum (1:356587)❌ 
  │             │     ├──[-] enum (1:356594)❌ 
  │             │     ├──[-] enum (1:356604)❌ 
  │             │     ├──[-] enum (1:356614)❌ 
  │             │     └──[-] nullable (1:356572)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:4044)
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:3907)❌ 
  │             │   ├─┬value
  │             │   │ └──[+] enum (1344:4152)
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:4111)
  │             │   │ ├──[+] enum (1344:4080)
  │             │   │ ├──[+] enum (1344:4087)
  │             │   │ └──[+] enum (1344:4100)
  │             │   ├─┬verticalAlign
  │             │   │ ├──[-] enum (1:357535)❌ 
  │             │   │ ├──[-] enum (1:357542)❌ 
  │             │   │ ├──[-] enum (1:357552)❌ 
  │             │   │ ├──[-] enum (1:357562)❌ 
  │             │   │ └──[-] nullable (1:357520)❌ 
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:4365)
  │             │   │ ├──[+] enum (1344:4372)
  │             │   │ ├──[+] enum (1344:4381)
  │             │   │ └──[-] enum (1:357041)❌ 
  │             │   └─┬textAlign
  │             │     ├──[-] enum (1:357285)❌ 
  │             │     ├──[-] enum (1:357295)❌ 
  │             │     ├──[-] enum (1:357277)❌ 
  │             │     └──[🔀] type (1344:3936)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:4973)
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:5009)
  │             │   │ ├──[+] enum (1344:5016)
  │             │   │ ├──[+] enum (1344:5029)
  │             │   │ └──[+] enum (1344:5040)
  │             │   ├─┬values
  │             │   │ ├──[+] enum (1344:5081)
  │             │   │ ├──[-] items (1:358036)❌ 
  │             │   │ └──[🔀] type (1344:5064)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:4836)❌ 
  │             │   └─┬type
  │             │     ├──[-] enum (1:357988)❌ 
  │             │     └──[🔀] type (1344:4865)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:5705)
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:5568)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:5741)
  │             │   │ ├──[+] enum (1344:5748)
  │             │   │ ├──[+] enum (1344:5761)
  │             │   │ └──[+] enum (1344:5772)
  │             │   ├─┬validationLength
  │             │   │ ├──[+] enum (1344:5813)
  │             │   │ └──[🔀] type (1344:5796)❌ 
  │             │   ├─┬type
  │             │   │ ├──[-] enum (1:358713)❌ 
  │             │   │ └──[🔀] type (1344:5597)❌ 
  │             │   ├─┬validationRule
  │             │   │ └──[🔀] type (1344:6069)❌ 
  │             │   └─┬values
  │             │     ├──[-] items (1:358764)❌ 
  │             │     └──[🔀] type (1344:6032)❌ 
  │             └─┬ONEOF
  │               └─┬fieldMeta
  │                 ├──[+] properties (1344:6512)
  │                 ├─┬readOnly
  │                 │ └──[🔀] type (1344:6375)❌ 
  │                 ├─┬values
  │                 │ ├──[+] enum (1344:6620)
  │                 │ ├──[-] items (1:359570)❌ 
  │                 │ └──[🔀] type (1344:6603)❌ 
  │                 ├─┬type
  │                 │ ├──[-] enum (1:359519)❌ 
  │                 │ └──[🔀] type (1344:6404)❌ 
  │                 └─┬placeholder
  │                   ├──[+] enum (1344:6548)
  │                   ├──[+] enum (1344:6555)
  │                   ├──[+] enum (1344:6568)
  │                   └──[+] enum (1344:6579)
  ├─┬/envelope/item/{envelopeItemId}/download
  │ └─┬GET
  │   └─┬Parameters
  │     ├──[🔀] description (96:208)
  │     └─┬Schema
  │       └──[+] enum (96:614)
  ├─┬/document/field/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬fieldMeta
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1313:977)❌ 
  │   │         │ ├──[+] properties (1313:825)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:329157)❌ 
  │   │         │ │ └──[🔀] type (1313:717)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1313:861)
  │   │         │ │ ├──[+] enum (1313:868)
  │   │         │ │ ├──[+] enum (1313:881)
  │   │         │ │ ├──[+] enum (1313:892)
  │   │         │ │ └──[+] default (1313:910)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1313:688)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1313:1214)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1313:1250)
  │   │         │ │ ├──[+] enum (1313:1257)
  │   │         │ │ ├──[+] enum (1313:1270)
  │   │         │ │ └──[+] enum (1313:1281)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1313:1372)
  │   │         │ │ ├──[+] enum (1313:1379)
  │   │         │ │ ├──[+] enum (1313:1388)
  │   │         │ │ └──[-] enum (1:329472)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:329527)❌ 
  │   │         │ │ ├──[-] enum (1:329535)❌ 
  │   │         │ │ ├──[-] enum (1:329545)❌ 
  │   │         │ │ └──[🔀] type (1313:1106)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1313:1077)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1313:1637)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1313:1791)
  │   │         │ │ ├──[+] enum (1313:1798)
  │   │         │ │ ├──[+] enum (1313:1807)
  │   │         │ │ └──[-] enum (1:329856)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1313:1673)
  │   │         │ │ ├──[+] enum (1313:1680)
  │   │         │ │ ├──[+] enum (1313:1693)
  │   │         │ │ └──[+] enum (1313:1704)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1313:1500)❌ 
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:329907)❌ 
  │   │         │   ├──[-] enum (1:329915)❌ 
  │   │         │   ├──[-] enum (1:329925)❌ 
  │   │         │   └──[🔀] type (1313:1529)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1313:2267)❌ 
  │   │         │ ├──[+] properties (1313:2056)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1313:2228)
  │   │         │ │ ├──[+] enum (1313:2235)
  │   │         │ │ ├──[+] e...

@github-actions github-actions Bot added the patch Patch version bump label Feb 22, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from af26992 to 7d6ac80 Compare March 2, 2026 00:20
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from 617b0e0 to b141836 Compare March 10, 2026 00:17
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from d07c73d to ac4eb36 Compare March 17, 2026 00:21
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 6 times, most recently from 353eb5a to 33cc3ca Compare March 23, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from a70bdeb to 58b71bd Compare April 11, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2f4ca44 to f2f4f06 Compare April 18, 2026 00:26
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 9942208 to 3f1d1d2 Compare April 25, 2026 00:28
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2951162 to 346295e Compare May 2, 2026 00:32
speakeasybot and others added 2 commits June 28, 2026 00:41
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.template.template_create_template_temporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response.template_type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.template.template_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.templates.update()`: 
  *  `request` **Changed**
  *  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.templates.find()`: 
  *  `request.type` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
  *  `response.data[].field_meta` **Changed**
* `documenso.templates.recipients.get()`:  `response` **Changed**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.documents.get()`:  `response` **Changed**
* `documenso.documents.find()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.documents.update()`:  `request.meta` **Changed**
* `documenso.documents.distribute()`:  `request.meta` **Changed**
* `documenso.documents.create_v0()`: 
  *  `request` **Changed**
  *  `response.document` **Changed**
* `documenso.documents.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.create_many()`:  `response.data[].document_data_id` **Added**
* `documenso.envelopes.fields.update_many()`: 
  *  `request.data[]` **Changed**
  *  `response.data[].field_meta` **Changed**
* `documenso.envelopes.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.download()`:  `request.version` **Changed**
* `documenso.document.document_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed**
* `documenso.templates.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.get()`:  `response.field_meta` **Changed**
* `documenso.templates.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.recipients.create()`:  `response` **Changed**
* `documenso.templates.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.update()`:  `response` **Changed**
* `documenso.templates.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.envelopes.distribute()`:  `request.meta` **Changed**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant