Skip to content

chore: 🐝 Update SDK - Generate 0.8.1#27

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

chore: 🐝 Update SDK - Generate 0.8.1#27
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773102608

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 10, 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.

Typescript SDK Changes:

  • documenso.templates.find():
    • request.type Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.template.templateCreateTemplateTemporary():
    • request Changed
    • response.template Changed (Breaking ⚠️)
  • documenso.template.templateGetMany(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelopes.update():
    • request Changed
    • response.templateType.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.duplicate(): response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.envelopes.get(): response Changed (Breaking ⚠️)
  • documenso.envelope.envelopeFind(): response.data[].templateType.enum(organisation) Added (Breaking ⚠️)
  • documenso.envelope.envelopeAuditLogFind(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelopeGetMany(): response.data[] Changed (Breaking ⚠️)
  • documenso.templates.update():
    • request Changed
    • response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.get(): response Changed (Breaking ⚠️)
  • documenso.envelopes.items.createMany(): response.data[].documentDataId Added
  • documenso.documents.distribute():
    • request.meta.emailSettings.ownerDocumentCreated Added
  • documenso.documents.createV0():
    • request.meta.emailSettings.ownerDocumentCreated Added
    • response.document.documentMeta.emailSettings.ownerDocumentCreated Added
  • documenso.documents.update():
    • request.meta.emailSettings.ownerDocumentCreated Added
  • documenso.documents.create():
    • request.payload Changed
  • documenso.templates.create():
    • request.payload Changed
  • documenso.documents.get(): response.documentMeta.emailSettings.ownerDocumentCreated Added
  • documenso.envelopes.distribute():
    • request.meta.emailSettings.ownerDocumentCreated Added
  • documenso.templates.use():
    • request.override.emailSettings.ownerDocumentCreated Added
    • response.documentMeta.emailSettings.ownerDocumentCreated Added
  • documenso.envelopes.use():
    • request.payload Changed
  • documenso.envelopes.create():
    • request.payload Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/envelope/item/create-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├──[+] required (51:387)❌ 
  │               ├──[+] properties (51:305)
  │               ├─┬order
  │               │ └──[🔀] type (51:212)❌ 
  │               └─┬title
  │                 └──[🔀] type (51:295)❌ 
  ├─┬/document/recipient/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (916:244)❌ 
  │             └──[-] format (1443:243)❌ 
  ├─┬/envelope/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬templateType
  │   │         └──[+] enum (341:525)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬meta
  │         │ ├─┬emailSettings
  │         │ │ ├──[🔀] default (340:1398)❌ 
  │         │ │ └──[+] properties (340:1330)
  │         │ └─┬emailReplyTo
  │         │   ├──[+] pattern (340:557)❌ 
  │         │   └──[-] format (594:81)❌ 
  │         └─┬data
  │           ├──[+] properties (313:643)
  │           ├─┬title
  │           │ ├──[+] enum (313:683)
  │           │ ├──[+] enum (313:692)
  │           │ ├──[+] enum (313:702)
  │           │ ├──[-] maxLength (553:152)❌ 
  │           │ └──[-] minLength (553:138)❌ 
  │           └─┬visibility
  │             ├──[-] enum (553:258)❌ 
  │             ├──[-] enum (553:269)❌ 
  │             ├──[-] enum (553:289)❌ 
  │             ├──[+] maxLength (313:232)❌ 
  │             └──[+] minLength (313:218)❌ 
  ├─┬/template/recipient/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (975:244)❌ 
  │             └──[-] format (1508:243)❌ 
  ├─┬/document/recipient/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (926:269)❌ 
  │               └──[-] format (1454:268)❌ 
  ├─┬/document/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬document
  │   │         └─┬documentMeta
  │   │           └─┬emailSettings
  │   │             ├──[+] required (679:1022)❌ 
  │   │             ├──[🔀] default (679:1056)❌ 
  │   │             └──[+] properties (679:784)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬recipients
  │         │ └─┬Schema
  │         │   └─┬email
  │         │     ├──[+] pattern (624:768)❌ 
  │         │     └──[-] format (1041:687)❌ 
  │         └─┬meta
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (651:1398)❌ 
  │           │ └──[+] properties (651:1330)
  │           └─┬emailReplyTo
  │             ├──[+] pattern (651:557)❌ 
  │             └──[-] format (1082:81)❌ 
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               └─┬ANYOF
  │                 ├──[+] pattern (100:281)❌ 
  │                 └──[-] format (118:280)❌ 
  ├─┬/template/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬type
  │           │ └──[+] enum (1050:792)
  │           └─┬meta
  │             ├─┬emailSettings
  │             │ ├──[🔀] default (1077:1019)❌ 
  │             │ └──[+] properties (1077:951)
  │             └─┬emailReplyTo
  │               ├──[+] pattern (1077:194)❌ 
  │               └──[-] format (1695:85)❌ 
  ├─┬/template/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬type
  │   │         └──[+] enum (1171:188)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬data
  │         │ └─┬type
  │         │   └──[+] enum (1143:788)
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (1170:190)❌ 
  │           │ └──[-] format (1919:81)❌ 
  │           └─┬emailSettings
  │             ├──[🔀] default (1170:1015)❌ 
  │             └──[+] properties (1170:947)
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               └─┬ANYOF
  │                 ├──[+] pattern (110:304)❌ 
  │                 └──[-] format (129:303)❌ 
  ├─┬/template/recipient/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (955:221)❌ 
  │             └──[-] format (1486:220)❌ 
  ├─┬/document/recipient/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (906:246)❌ 
  │               └──[-] format (1432:245)❌ 
  ├─┬/envelope/{envelopeId}/audit-log
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬ALLOF
  │                 ├──[+] anyOf (164:26760)
  │                 ├──[+] anyOf (164:27126)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:9070)❌ 
  │                 │ │ ├──[+] required (164:9087)❌ 
  │                 │ │ ├──[-] required (190:2403)❌ 
  │                 │ │ ├──[-] required (190:2415)❌ 
  │                 │ │ ├──[-] required (190:2340)❌ 
  │                 │ │ ├──[-] required (190:2357)❌ 
  │                 │ │ ├──[-] required (190:2373)❌ 
  │                 │ │ ├──[-] required (190:2387)❌ 
  │                 │ │ ├──[-] properties (190:2158)❌ 
  │                 │ │ ├──[-] properties (190:2294)❌ 
  │                 │ │ ├──[-] properties (190:2023)❌ 
  │                 │ │ ├──[-] properties (190:2092)❌ 
  │                 │ │ ├──[-] properties (190:2058)❌ 
  │                 │ │ ├──[-] properties (190:2124)❌ 
  │                 │ │ ├──[+] properties (164:8882)
  │                 │ │ └──[+] properties (164:8847)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:8783)
  │                 │   └──[-] enum (190:1970)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:9192)
  │                 │ │ └──[-] enum (190:2524)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:9347)❌ 
  │                 │   ├──[+] required (164:9364)❌ 
  │                 │   ├──[-] required (190:2632)❌ 
  │                 │   ├──[+] properties (164:9261)
  │                 │   ├──[+] properties (164:9296)
  │                 │   └──[-] properties (190:2585)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:9479)
  │                 │ │ └──[-] enum (190:2743)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:9912)❌ 
  │                 │   ├──[+] required (164:9924)❌ 
  │                 │   ├──[+] required (164:9849)❌ 
  │                 │   ├──[+] required (164:9866)❌ 
  │                 │   ├──[+] required (164:9882)❌ 
  │                 │   ├──[+] required (164:9896)❌ 
  │                 │   ├──[-] required (190:3339)❌ 
  │                 │   ├──[+] properties (164:9667)
  │                 │   ├──[+] properties (164:9803)
  │                 │   ├──[+] properties (164:9532)
  │                 │   ├──[+] properties (164:9601)
  │                 │   ├──[+] properties (164:9567)
  │                 │   ├──[+] properties (164:9633)
  │                 │   ├──[-] properties (190:2828)❌ 
  │                 │   └──[-] properties (190:2802)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:10033)
  │                 │ │ └──[-] enum (190:3442)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:10141)❌ 
  │                 │   ├──[-] required (190:3562)❌ 
  │                 │   ├──[+] properties (164:10094)
  │                 │   └──[-] properties (190:3501)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:10252)
  │                 │ │ └──[-] enum (190:3664)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:11110)❌ 
  │                 │   ├──[-] required (190:3862)❌ 
  │                 │   ├──[-] required (190:3884)❌ 
  │                 │   ├──[-] required (190:3846)❌ 
  │                 │   ├──[-] properties (190:3763)❌ 
  │                 │   ├──[-] properties (190:3729)❌ 
  │                 │   ├──[-] properties (190:3804)❌ 
  │                 │   ├──[+] properties (164:10337)
  │                 │   └──[+] properties (164:10311)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:11333)❌ 
  │                 │ │ ├──[-] required (190:4202)❌ 
  │                 │ │ ├──[-] required (190:4223)❌ 
  │                 │ │ ├──[-] required (190:4245)❌ 
  │                 │ │ ├──[-] properties (190:4120)❌ 
  │                 │ │ ├──[-] properties (190:4065)❌ 
  │                 │ │ ├──[-] properties (190:4160)❌ 
  │                 │ │ └──[+] properties (164:11272)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:11213)
  │                 │   └──[-] enum (190:3990)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:11617)❌ 
  │                 │ │ ├──[+] required (164:11633)❌ 
  │                 │ │ ├──[+] required (164:11655)❌ 
  │                 │ │ ├──[-] required (190:4759)❌ 
  │                 │ │ ├──[+] properties (164:11534)
  │                 │ │ ├──[+] properties (164:11500)
  │                 │ │ ├──[+] properties (164:11575)
  │                 │ │ └──[-] properties (190:4423)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:11435)
  │                 │   └──[-] enum (190:4351)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:11994)❌ 
  │                 │ │ ├──[+] required (164:12016)❌ 
  │                 │ │ ├──[+] required (164:11973)❌ 
  │                 │ │ ├──[-] required (190:6653)❌ 
  │                 │ │ ├──[-] required (190:6667)❌ 
  │                 │ │ ├──[-] required (190:6683)❌ 
  │                 │ │ ├──[-] required (190:6693)❌ 
  │                 │ │ ├──[-] required (190:6620)❌ 
  │                 │ │ ├──[-] required (190:6637)❌ 
  │                 │ │ ├──[-] properties (190:5092)❌ 
  │                 │ │ ├──[-] properties (190:5064)❌ 
  │                 │ │ ├──[-] properties (190:6459)❌ 
  │                 │ │ ├──[-] properties (190:4929)❌ 
  │                 │ │ ├──[-] properties (190:4998)❌ 
  │                 │ │ ├──[-] properties (190:4964)❌ 
  │                 │ │ ├──[-] properties (190:5030)❌ 
  │                 │ │ ├──[+] properties (164:11891)
  │                 │ │ ├──[+] properties (164:11836)
  │                 │ │ └──[+] properties (164:11931)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:11761)
  │                 │   └──[-] enum (190:4863)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:12122)
  │                 │ │ └──[-] enum (190:6796)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:12530)❌ 
  │                 │   ├──[-] required (190:7056)❌ 
  │                 │   ├──[-] required (190:7048)❌ 
  │                 │   ├──[-] properties (190:6864)❌ 
  │                 │   ├──[-] properties (190:7007)❌ 
  │                 │   └──[+] properties (164:12194)
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:12634)
  │                 │   └──[-] enum (190:7161)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:14567)
  │                 │ │ └──[-] enum (190:9095)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:14819)❌ 
  │                 │   ├──[+] required (164:14827)❌ 
  │                 │   ├──[-] required (190:9370)❌ 
  │                 │   ├──[-] required (190:9377)❌ 
  │                 │   ├──[+] properties (164:14635)
  │                 │   ├──[-] properties (190:9165)❌ 
  │                 │   ├──[+] properties (164:14778)
  │                 │   └──[-] properties (190:9262)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:14932)
  │                 │ │ └──[-] enum (190:9477)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:16753)❌ 
  │                 │   ├──[+] required (164:16763)❌ 
  │                 │   ├──[+] required (164:16690)❌ 
  │                 │   ├──[+] required (164:16707)❌ 
  │                 │   ├──[+] required (164:16723)❌ 
  │                 │   ├──[+] required (164:16737)❌ 
  │                 │   ├──[-] required (190:9760)❌ 
  │                 │   ├──[-] required (190:9767)❌ 
  │                 │   ├──[+] properties (164:15162)
  │                 │   ├──[+] properties (164:15134)
  │                 │   ├──[+] properties (164:16529)
  │                 │   ├──[+] properties (164:14999)
  │                 │   ├──[+] properties (164:15068)
  │                 │   ├──[+] properties (164:15034)
  │                 │   ├──[+] properties (164:15100)
  │                 │   ├──[-] properties (190:9555)❌ 
  │                 │   └──[-] properties (190:9652)❌ 
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:16866)
  │                 │   └──[-] enum (190:9867)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:17248)
  │                 │ │ └──[-] enum (190:10257)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:17531)❌ 
  │                 │   ├──[+] required (164:17538)❌ 
  │                 │   ├──[-] required (190:10972)❌ 
  │                 │   ├──[+] properties (164:17326)
  │                 │   ├──[+] properties (164:17423)
  │                 │   └──[-] properties (190:10321)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:17638)
  │                 │ │ └──[-] enum (190:11077)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:17921)❌ 
  │                 │   ├──[+] required (164:17928)❌ 
  │                 │   ├──[-] required (190:11439)❌ 
  │                 │   ├──[-] required (190:11376)❌ 
  │                 │   ├──[-] required (190:11393)❌ 
  │                 │   ├──[-] required (190:11409)❌ 
  │                 │   ├──[-] required (190:11423)❌ 
  │                 │   ├──[-] properties (190:11270)❌ 
  │                 │   ├──[-] properties (190:11135)❌ 
  │                 │   ├──[-] properties (190:11204)❌ 
  │                 │   ├──[-] properties (190:11170)❌ 
  │                 │   ├──[-] properties (190:11236)❌ 
  │                 │   ├──[+] properties (164:17716)
  │                 │   └──[+] properties (164:17813)
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:18028)
  │                 │ │ └──[-] enum (190:11547)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:18743)❌ 
  │                 │   ├──[-] required (190:11879)❌ 
  │                 │   ├──[-] required (190:11893)❌ 
  │                 │   ├──[-] required (190:11909)❌ 
  │                 │   ├──[-] required (190:11846)❌ 
  │                 │   ├──[-] required (190:11863)❌ 
  │                 │   ├──[-] properties (190:11740)❌ 
  │                 │   ├──[-] properties (190:11605)❌ 
  │                 │   ├──[-] properties (190:11674)❌ 
  │                 │   ├──[-] properties (190:11640)❌ 
  │                 │   ├──[-] properties (190:11706)❌ 
  │                 │   └──[+] properties (164:18092)
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:18848)
  │                 │ │ └──[-] enum (190:12017)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:19210)❌ 
  │                 │   ├──[-] required (190:12429)❌ 
  │                 │   ├──[+] properties (164:19041)
  │                 │   └──[-] properties (190:12223)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:19680)❌ 
  │                 │ │ ├──[-] required (190:12845)❌ 
  │                 │ │ ├──[+] properties (164:19511)
  │                 │ │ └──[-] properties (190:12742)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:19318)
  │                 │   └──[-] enum (190:12537)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:20184)❌ 
  │                 │ │ ├──[+] required (164:20200)❌ 
  │                 │ │ ├──[+] properties (164:19994)
  │                 │ │ ├──[+] properties (164:19960)
  │                 │ │ ├─┬recipientEmail
  │                 │ │ │ ├──[+] items (164:20031)❌ 
  │                 │ │ │ └──[🔀] type (164:20015)❌ 
  │                 │ │ ├─┬recipientId
  │                 │ │ │ └──[🔀] type (164:19884)❌ 
  │                 │ │ └─┬recipientName
  │                 │ │   └──[🔀] type (164:19950)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:19788)
  │                 │   └──[-] enum (190:12949)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:20308)
  │                 │ │ └──[-] enum (190:13282)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:20600)❌ 
  │                 │   ├──[+] required (164:20616)❌ 
  │                 │   ├──[+] properties (164:20513)
  │                 │   ├──[+] properties (164:20479)
  │                 │   ├─┬recipientId
  │                 │   │ └──[🔀] type (164:20403)❌ 
  │                 │   └─┬recipientName
  │                 │     └──[🔀] type (164:20469)❌ 
  │                 ├─┬ANYOF
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:20720)
  │                 │   └──[-] enum (190:13615)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:21244)❌ 
  │                 │ │ ├──[+] required (164:21261)❌ 
  │                 │ │ ├──[+] required (164:21277)❌ 
  │                 │ │ ├──[+] properties (164:21130)
  │                 │ │ ├──[+] properties (164:21199)
  │                 │ │ └──[+] properties (164:21165)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:21053)
  │                 │   └──[-] enum (190:13945)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:21574)❌ 
  │                 │ │ ├──[+] required (164:21591)❌ 
  │                 │ │ ├──[+] required (164:21607)❌ 
  │                 │ │ ├──[-] required (190:14207)❌ 
  │                 │ │ ├──[-] required (190:14214)❌ 
  │                 │ │ ├──[+] properties (164:21460)
  │                 │ │ ├──[+] properties (164:21529)
  │                 │ │ ├──[+] properties (164:21495)
  │                 │ │ ├──[-] properties (190:14146)❌ 
  │                 │ │ └──[-] properties (190:14171)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:21386)
  │                 │   └──[-] enum (190:14081)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:21716)
  │                 │ │ └──[-] enum (190:14314)❌ 
  │                 │ └─┬data
  │                 │   ├──[-] properties (190:14385)❌ 
  │                 │   └──[-] properties (190:14426)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:21852)
  │                 │ │ └──[-] enum (190:14560)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:21978)❌ 
  │                 │   ├──[+] required (164:21985)❌ 
  │                 │   ├──[-] required (190:14764)❌ 
  │                 │   ├──[-] required (190:14774)❌ 
  │                 │   ├──[-] required (190:14796)❌ 
  │                 │   ├──[-] required (190:14815)❌ 
  │                 │   ├──[-] properties (190:14616)❌ 
  │                 │   ├──[-] properties (190:14644)❌ 
  │                 │   ├──[-] properties (190:14684)❌ 
  │                 │   ├──[-] properties (190:14721)❌ 
  │                 │   ├──[+] properties (164:21917)
  │                 │   └──[+] properties (164:21942)
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[-] required (190:15126)❌ 
  │                 │ │ ├──[-] required (190:15136)❌ 
  │                 │ │ ├──[-] required (190:15158)❌ 
  │                 │ │ ├──[-] required (190:15177)❌ 
  │                 │ │ ├──[-] properties (190:14978)❌ 
  │                 │ │ ├──[-] properties (190:15006)❌ 
  │                 │ │ ├──[-] properties (190:15046)❌ 
  │                 │ │ ├──[-] properties (190:15083)❌ 
  │                 │ │ ├──[+] properties (164:22156)
  │                 │ │ └──[+] properties (164:22197)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:22085)
  │                 │   └──[-] enum (190:14922)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:22331)
  │                 │ │ └──[-] enum (190:15284)❌ 
  │                 │ └─┬data
  │                 │   ├──[-] required (190:16400)❌ 
  │                 │   └──[-] properties (190:15475)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:22897)❌ 
  │                 │ │ ├──[+] required (164:22907)❌ 
  │                 │ │ ├──[+] required (164:22929)❌ 
  │                 │ │ ├──[+] required (164:22948)❌ 
  │                 │ │ ├──[-] required (190:17012)❌ 
  │                 │ │ ├──[-] required (190:16936)❌ 
  │                 │ │ ├──[-] required (190:16953)❌ 
  │                 │ │ ├──[-] required (190:16969)❌ 
  │                 │ │ ├──[-] required (190:16983)❌ 
  │                 │ │ ├──[-] required (190:16999)❌ 
  │                 │ │ ├──[-] properties (190:16700)❌ 
  │                 │ │ ├──[-] properties (190:16793)❌ 
  │                 │ │ ├──[-] properties (190:16565)❌ 
  │                 │ │ ├──[-] properties (190:16634)❌ 
  │                 │ │ ├──[-] properties (190:16600)❌ 
  │                 │ │ ├──[-] properties (190:16666)❌ 
  │                 │ │ ├──[+] properties (164:22749)
  │                 │ │ ├──[+] properties (164:22777)
  │                 │ │ ├──[+] properties (164:22817)
  │                 │ │ └──[+] properties (164:22854)
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:22693)
  │                 │   └──[-] enum (190:16505)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬type
  │                 │ │ ├──[+] enum (164:23055)
  │                 │ │ └──[-] enum (190:17120)❌ 
  │                 │ └─┬data
  │                 │   ├──[+] required (164:24108)❌ 
  │                 │   ├──[+] required (164:24118)❌ 
  │                 │   ├──[+] required (164:24140)❌ 
  │                 │   ├──[+] required (164:24159)❌ 
  │                 │   ├──[-] required (190:18884)❌ 
  │                 │   ├──[-] required (190:18901)❌ 
  │                 │   ├──[-] required (190:18917)❌ 
  │                 │   ├──[-] required (190:18931)❌ 
  │                 │   ├──[+] properties (164:23111)
  │                 │   ├──[-] properties (190:17180)❌ 
  │                 │   ├──[+] properties (164:23139)
  │                 │   ├──[-] properties (190:17249)❌ 
  │                 │   ├──[+] properties (164:23179)
  │                 │   ├──[-] properties (190:17215)❌ 
  │                 │   ├──[+] properties (164:23216)
  │                 │   ├──[-] properties (190:17281)❌ 
  │                 │   └─┬changes
  │                 │     └─┬Schema
  │                 │       ├──[+] anyOf (164:23290)
  │                 │       ├──[+] anyOf (164:23646)
  │                 │       ├──[-] oneOf (190:17359)❌ 
  │                 │       ├──[-] oneOf (190:17665)❌ 
  │                 │       ├──[-] oneOf (190:17971)❌ 
  │                 │       ├──[-] oneOf (190:18270)❌ 
  │                 │       └──[-] oneOf (190:18569)❌ 
  │                 ├─┬ANYOF
  │                 │ ├─┬data
  │                 │ │ ├──[+] required (164:24770)❌ 
  │                 │ │ ├──[+] required (164:24783)❌ 
  │                 │ │ ├──[+] properties (164:24471)
  │                 │ │ ├──[+] properties (164:24564)
  │                 │ │ ├─┬recipientId
  │                 │ │ │ ├──[+] items (164:24601)❌ 
  │                 │ │ │ └──[🔀] type (164:24585)❌ 
  │                 │ │ ├─┬recipientEmail
  │                 │ │ │ ├──[+] items (164:24508)❌ 
  │                 │ │ │ └──[🔀] type (164:24492)❌ 
  │                 │ │ └─┬recipientRole
  │                 │ │   └──[🔀] type (164:24427)❌ 
  │                 │ └─┬type
  │                 │   ├──[+] enum (164:24276)
  │                 │   └──[-] enum (190:19052)❌ 
  │                 └─┬ANYOF
  │                   ├─┬type
  │                   │ ├──[+] enum (164:24891)
  │                   │ └──[-] enum (190:19418)❌ 
  │                   └─┬data
  │                     ├──[+] required (164:26718)❌ 
  │                     ├──[+] required (164:26702)❌ 
  │                     ├──[+] properties (164:25086)
  │                     ├──[+] properties (164:25052)
  │                     ├─┬recipientId
  │                     │ └──[🔀] type (164:24976)❌ 
  │                     ├─┬recipientName
  │                     │ └──[🔀] type (164:25042)❌ 
  │                     └─┬recipientEmail
  │                       ├──[+] items (164:25120)❌ 
  │                       └──[🔀] type (164:25104)❌ 
  ├─┬/document/recipient/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (896:221)❌ 
  │             └──[-] format (1421:220)❌ 
  ├─┬/document/{documentId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬documentMeta
  │             └─┬emailSettings
  │               ├──[+] required (444:1018)❌ 
  │               ├──[🔀] default (444:1052)❌ 
  │               └──[+] properties (444:780)
  ├─┬/envelope/{envelopeId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬envelopeItems
  │           │ └─┬Schema
  │           │   ├──[+] required (198:8997)❌ 
  │           │   ├──[+] properties (198:8861)
  │           │   ├─┬order
  │           │   │ └──[🔀] type (198:8909)❌ 
  │           │   └─┬title
  │           │     └──[🔀] type (198:8961)❌ 
  │           ├─┬templateType
  │           │ └──[+] enum (171:525)
  │           └─┬documentMeta
  │             └─┬emailSettings
  │               ├──[+] required (198:1018)❌ 
  │               ├──[🔀] default (198:1052)❌ 
  │               └──[+] properties (198:780)
  ├─┬/template/recipient/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (965:246)❌ 
  │               └──[-] format (1497:245)❌ 
  ├─┬/template/use
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬documentMeta
  │   │         └─┬emailSettings
  │   │           ├──[+] required (1253:1018)❌ 
  │   │           ├──[🔀] default (1253:1052)❌ 
  │   │           └──[+] properties (1253:780)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬recipients
  │         │ └─┬Schema
  │         │   └─┬email
  │         │     └─┬ANYOF
  │         │       ├──[+] pattern (1198:357)❌ 
  │         │       └──[-] format (1966:186)❌ 
  │         └─┬override
  │           └─┬emailSettings
  │             ├──[🔀] default (1225:675)❌ 
  │             └──[+] properties (1225:607)
  ├─┬/template/{templateId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           ├─┬templateMeta
  │           │ └─┬emailSettings
  │           │   ├──[+] required (1041:1147)❌ 
  │           │   ├──[🔀] default (1041:1181)❌ 
  │           │   └──[+] properties (1041:909)
  │           └─┬type
  │             └──[+] enum (1014:188)
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (396:318)❌ 
  │           │ └──[-] format (669:81)❌ 
  │           └─┬emailSettings
  │             ├──[🔀] default (396:1159)❌ 
  │             └──[+] properties (396:1091)
  ├─┬/template
  │ └─┬GET
  │   ├─┬Parameters
  │   │ └─┬Schema
  │   │   └──[+] enum (1004:497)
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬type
  │               │ └──[+] enum (1005:250)
  │               └─┬team
  │                 ├──[+] required (1005:1230)❌ 
  │                 └──[+] properties (1005:1181)
  ├─┬/envelope/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬override
  │           │ └─┬emailSettings
  │           │   ├──[🔀] default (301:679)❌ 
  │           │   └──[+] properties (301:611)
  │           └─┬recipients
  │             └─┬Schema
  │               └─┬email
  │                 └─┬ANYOF
  │                   ├──[+] pattern (274:385)❌ 
  │                   └──[-] format (482:190)❌ 
  ├─┬/template/recipient/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipients
  │           └─┬Schema
  │             └─┬email
  │               ├──[+] pattern (985:269)❌ 
  │               └──[-] format (1519:268)❌ 
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (584:318)❌ 
  │           │ └──[-] format (991:81)❌ 
  │           └─┬emailSettings
  │             ├──[🔀] default (584:1143)❌ 
  │             └──[+] properties (584:1075)
  ├─┬/envelope
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               └─┬templateType
  │                 └──[+] enum (164:2087)
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬delegatedDocumentOwner
  │           │ ├──[+] pattern (234:320)❌ 
  │           │ └──[-] format (400:75)❌ 
  │           ├─┬meta
  │           │ ├─┬emailSettings
  │           │ │ ├──[🔀] default (261:1402)❌ 
  │           │ │ └──[+] properties (261:1334)
  │           │ └─┬emailReplyTo
  │           │   ├──[+] pattern (261:561)❌ 
  │           │   └──[-] format (449:85)❌ 
  │           └─┬recipients
  │             └─┬Schema
  │               └─┬email
  │                 └─┬ANYOF
  │                   ├──[+] pattern (234:1231)❌ 
  │                   └──[-] format (407:167)❌ 
  ├─┬/template/duplicate
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬type
  │             └──[+] enum (1180:188)
  ├─┬/template/create/beta
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬template
  │   │         ├─┬type
  │   │         │ └──[+] enum (1111:2107)
  │   │         └─┬templateMeta
  │   │           └─┬emailSettings
  │   │             ├──[+] required (1138:1151)❌ 
  │   │             ├──[🔀] default (1138:1185)❌ 
  │   │             └──[+] properties (1138:913)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├─┬type
  │         │ └──[+] enum (1084:1103)
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (1111:190)❌ 
  │           │ └──[-] format (1772:81)❌ 
  │           └─┬emailSettings
  │             ├──[🔀] default (1111:1015)❌ 
  │             └──[+] properties (1111:947)
  ├─┬/document/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬meta
  │           │ ├─┬emailReplyTo
  │           │ │ ├──[+] pattern (490:561)❌ 
  │           │ │ └──[-] format (852:85)❌ 
  │           │ └─┬emailSettings
  │           │   ├──[🔀] default (490:1402)❌ 
  │           │   └──[+] properties (490:1334)
  │           └─┬recipients
  │             └─┬Schema
  │               └─┬email
  │                 ├──[+] pattern (463:812)❌ 
  │                 └──[-] format (811:691)❌ 
  ├─┬/document/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (529:557)❌ 
  │           │ └──[-] format (917:81)❌ 
  │           └─┬emailSettings
  │             ├──[🔀] default (529:1398)❌ 
  │             └──[+] properties (529:1330)
  ├─┬/envelope/get-many
  │ └─┬POST
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬documentMeta
  │               │ └─┬emailSettings
  │               │   ├──[+] required (228:1024)❌ 
  │               │   ├──[🔀] default (228:1058)❌ 
  │               │   └──[+] properties (228:786)
  │               ├─┬envelopeItems
  │               │ └─┬Schema
  │               │   ├──[+] required (228:9003)❌ 
  │               │   ├──[+] properties (228:8867)
  │               │   ├─┬order
  │               │   │ └──[🔀] type (228:8915)❌ 
  │               │   └─┬title
  │               │     └──[🔀] type (228:8967)❌ 
  │               └─┬templateType
  │                 └──[+] enum (201:1481)
  └─┬/template/get-many
    └─┬POST
      └─┬Responses
        └─┬200
          └─┬application/json
            └─┬Schema
              └─┬data
                └─┬Schema
                  ├─┬team
                  │ ├──[+] required (1044:1636)❌ 
                  │ └──[+] properties (1044:1587)
                  └─┬type
                    └──[+] enum (1044:656)
Document Element Total Changes Breaking Changes
paths 474 572

View full report

Linting Report 0 errors, 12 warnings, 140 hints

View full report

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.14 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

core: 3.26.48 - 2026-04-13

🐛 Bug Fixes

  • correct oxlint search pattern (commit by @2ynn)

core: 3.26.47 - 2026-04-09

🐛 Bug Fixes

  • normalize cross-realm Blob-like objects in appendForm for Next.js/webpack compatibility (commit by @AshGodfrey)

core: 3.26.45 - 2026-03-25

🐛 Bug Fixes

  • resolve import compilation error when an error response component references an enum component (commit by @AshGodfrey)

core: 3.26.44 - 2026-03-23

🐛 Bug Fixes

  • resolve 422 errors on file uploads by using duck-typed Blob checks in appendForm and passing filename in isBlobLike code path (commit by @AshGodfrey)

core: 3.26.46 - 2026-03-19

🐛 Bug Fixes

  • add fixEnumNameSanitization config to preserve custom x-speakeasy-enums names with proper PascalCase (commit by @AshGodfrey)

core: 3.26.43 - 2026-03-12

♻️ Refactors

  • use URL constructor for path resolution instead of manual string concatenation (commit by @AshGodfrey)

core: 3.26.42 - 2026-03-11

🐛 Bug Fixes

  • resolve collision-resistant import aliases for model namespaces (commit by @bradcypert)

core: 3.26.41 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.26.40 - 2026-03-03

🐛 Bug Fixes

  • use --ignore-scripts for examples install to prevent EACCES errors with esbuild (commit by @tristanspeakeasy)

core: 3.26.39 - 2026-03-02

🐝 New Features

  • add useOxlint and useTsgo config flags for opt-in/out of oxlint and tsgo (commit by @danielkov)

core: 3.26.38 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.26.37 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.26.35 - 2026-02-26

🐛 Bug Fixes

  • set NODE_OPTIONS --max-old-space-size=6144 for test commands to prevent OOM on large specs (commit by @AshGodfrey)

core: 3.26.34 - 2026-02-23

🐛 Bug Fixes

  • tighten .npmignore JSON include pattern to prevent .devcontainer and _speakeasy directories from leaking into published npm packages (commit by @vishalg0wda)

core: 3.26.33 - 2026-02-21

🐛 Bug Fixes

  • resolve multiple TypeScript build failures including duplicate barrel exports, sub-SDK field name collisions, function local variable shadowing, error type deduplication, multipart map body encoding, and sanitization improvements (commit by @danielkov)

globalSecurity: 2.82.16 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalSecurityFlattening: 0.1.1 - 2026-02-21

🐛 Bug Fixes

  • prevent flattening when security field name collides with built-in SDKOptions properties (commit by @danielkov)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

uploadStreams: 0.1.1 - 2026-03-18

🐛 Bug Fixes

  • buffer uploads with non-zero byteOffset no longer create malformed multipart requests (commit by @vishalg0wda)

Based on Speakeasy CLI 1.761.5

Last updated by Speakeasy workflow

@github-actions github-actions bot added the patch Patch version bump label Mar 10, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch 7 times, most recently from a12e925 to a5b2251 Compare March 17, 2026 00:35
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch 8 times, most recently from 58cf6c4 to 039e242 Compare March 25, 2026 00:37
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch 8 times, most recently from 236f159 to 640e0ff Compare April 2, 2026 00:38
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch 6 times, most recently from 3ad5d76 to 999ad11 Compare April 8, 2026 00:42
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch 7 times, most recently from 73ea3f2 to bb48c7d Compare April 15, 2026 00:46
* `documenso.templates.find()`: 
  *  `request.type` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.template.templateCreateTemplateTemporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.template.templateGetMany()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response.templateType.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelopeFind()`:  `response.data[].templateType.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelope.envelopeAuditLogFind()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelopeGetMany()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.templates.update()`: 
  *  `request` **Changed**
  *  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.envelopes.items.createMany()`:  `response.data[].documentDataId` **Added**
* `documenso.documents.distribute()`: 
  *  `request.meta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.documents.createV0()`: 
  *  `request.meta.emailSettings.ownerDocumentCreated` **Added**
  *  `response.document.documentMeta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.documents.update()`: 
  *  `request.meta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.documents.create()`: 
  *  `request.payload` **Changed**
* `documenso.templates.create()`: 
  *  `request.payload` **Changed**
* `documenso.documents.get()`:  `response.documentMeta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.envelopes.distribute()`: 
  *  `request.meta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.templates.use()`: 
  *  `request.override.emailSettings.ownerDocumentCreated` **Added**
  *  `response.documentMeta.emailSettings.ownerDocumentCreated` **Added**
* `documenso.envelopes.use()`: 
  *  `request.payload` **Changed**
* `documenso.envelopes.create()`: 
  *  `request.payload` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773102608 branch from c90b7f8 to b7f6d4a Compare April 16, 2026 00:47
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