Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2025

SDK update

Versioning

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

Typescript SDK Changes:

  • documenso.envelopes.create():
    • request.payload Changed Breaking ⚠️
  • documenso.envelopes.use():
    • request.payload Changed Breaking ⚠️
  • documenso.envelopes.recipients.createMany():
    • request.data.[].email Changed Breaking ⚠️
  • documenso.envelopes.recipients.updateMany():
    • request.data.[].email Changed Breaking ⚠️
  • documenso.templates.use(): request Changed Breaking ⚠️
  • documenso.envelope.envelopeAuditLogFind(): Added
  • documenso.documents.create():
    • request.payload Changed
  • documenso.templates.create():
    • request.payload Changed
  • documenso.embedding.embeddingPresignCreateEmbeddingPresignToken():
    • request.scope Added
  • documenso.embedding.embeddingPresignVerifyEmbeddingPresignToken():
    • request.scope Added
OpenAPI Change Summary
└─┬Paths
  ├──[+] path (7980:5)
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               ├──[-] type (1:29741)❌ 
  │               ├──[-] maxLength (1:29799)❌ 
  │               ├──[-] minLength (1:29783)❌ 
  │               ├──[-] format (1:29761)❌ 
  │               ├──[+] anyOf (2805:29)
  │               └──[+] anyOf (2811:29)
  ├─┬/template/create/beta
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (50229:27)
  ├─┬/envelope/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬override
  │           │ └─┬language
  │           │   └──[+] enum (13508:31)
  │           └─┬recipients
  │             └─┬Schema
  │               └─┬email
  │                 ├──[-] type (1:111969)❌ 
  │                 ├──[-] maxLength (1:112011)❌ 
  │                 ├──[-] format (1:111989)❌ 
  │                 ├──[+] anyOf (13172:33)
  │                 └──[+] anyOf (13178:33)
  ├─┬/embedding/create-presign-token
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └──[+] properties (55089:19)
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (14857:27)
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   └─┬email
  │           │     ├──[-] type (1:98174)❌ 
  │           │     ├──[-] maxLength (1:98232)❌ 
  │           │     ├──[-] minLength (1:98216)❌ 
  │           │     ├──[-] format (1:98194)❌ 
  │           │     ├──[+] anyOf (11877:33)
  │           │     └──[+] anyOf (11883:33)
  │           └─┬meta
  │             └─┬language
  │               └──[+] enum (12846:31)
  ├─┬/document/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             └─┬language
  │               └──[+] enum (18409:31)
  ├─┬/document/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (18837:27)
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (19730:27)
  ├─┬/embedding/verify-presign-token
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (55295:19)
  │         └─┬token
  │           └──[-] minLength (1:555966)❌ 
  ├─┬/document/create/beta
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (21777:27)
  ├─┬/template/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             └─┬language
  │               └──[+] enum (49768:31)
  ├─┬/envelope/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (13956:27)
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               ├──[-] type (1:33865)❌ 
  │               ├──[-] maxLength (1:33923)❌ 
  │               ├──[-] minLength (1:33907)❌ 
  │               ├──[-] format (1:33885)❌ 
  │               ├──[+] anyOf (3200:29)
  │               └──[+] anyOf (3206:29)
  ├─┬/template/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (52690:19)
  │         ├─┬prefillFields
  │         │ ├──[-] items (1:528198)❌ 
  │         │ ├──[🔀] type (52904:29)❌ 
  │         │ ├──[+] properties (53050:23)
  │         │ ├──[+] properties (52922:23)
  │         │ ├──[+] properties (52976:23)
  │         │ ├──[+] properties (53047:23)
  │         │ ├──[+] properties (52983:23)
  │         │ ├──[+] properties (53025:23)
  │         │ ├──[+] properties (52915:23)
  │         │ ├──[+] properties (52973:23)
  │         │ ├──[+] properties (52911:23)
  │         │ ├──[+] properties (52919:23)
  │         │ ├──[+] properties (52906:23)
  │         │ ├──[+] properties (53041:23)
  │         │ └──[+] properties (53044:23)
  │         ├─┬folderId
  │         │ └──[+] maxLength (52692:34)❌ 
  │         ├─┬recipients
  │         │ └─┬Schema
  │         │   ├──[-] required (1:527805)❌ 
  │         │   ├──[-] required (1:527811)❌ 
  │         │   ├──[-] type (1:527628)❌ 
  │         │   ├──[-] properties (1:527679)❌ 
  │         │   ├──[-] properties (1:527653)❌ 
  │         │   ├──[-] properties (1:527745)❌ 
  │         │   ├──[+] allOf (52759:25)
  │         │   └──[+] allOf (52770:25)
  │         ├─┬templateId
  │         │ ├──[+] items (52696:30)❌ 
  │         │ └──[🔀] type (52695:29)❌ 
  │         └─┬override
  │           └─┬language
  │             └──[+] enum (53033:27)
  └─┬/template/update
    └─┬POST
      └─┬Requestbody
        └─┬application/json
          └─┬Schema
            └─┬meta
              └─┬language
                └──[+] enum (51864:27)
Document Element Total Changes Breaking Changes
paths 66 27

TYPESCRIPT CHANGELOG

core: 3.26.14 - 2025-12-02

🐛 Bug Fixes

  • no longer skip build if no source changes (commit by @danielkov)

core: 3.26.13 - 2025-11-28

🐛 Bug Fixes

  • move .tsBuildInfo to outDir location to avoid false positive cache hit when transpiling TypeScript (commit by @mfbx9da4)

core: 3.26.11 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

sdkHooks: 0.4.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

unions: 2.86.3 - 2025-12-01

🐝 New Features

  • pre-apply union discriminators onto union members when the type is only used under a discriminated union. Configurable via gen.yaml preApplyUnionDiscriminators (commit by @mfbx9da4)

unions: 2.86.2 - 2025-11-27

🐝 New Features

  • New gen.yaml flag forwardCompatibleUnionsByDefault controls forward compatibility for discriminated unions in responses. 'tagged-only' makes only discriminated unions open to unknown values. 'false' disables forward compatibility. Unknown discriminator values are returned as an object with the discriminator field set to a special 'UNKNOWN' string and a raw field containing the original input. Individual unions can be controlled with x-speakeasy-unknown-values: allow/disallow. (commit by @mfbx9da4)

unions: 2.86.1 - 2025-11-27

🐛 Bug Fixes

  • improve picking with nested unions (commit by @mfbx9da4)

Based on Speakeasy CLI 1.669.2

@github-actions github-actions bot added the minor Minor version bump label Dec 4, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1764807953 branch 4 times, most recently from df76ebd to 77ca537 Compare December 8, 2025 00:29
* `documenso.envelopes.create()`: 
  *  `request.payload` **Changed** **Breaking** ⚠️
* `documenso.envelopes.use()`: 
  *  `request.payload` **Changed** **Breaking** ⚠️
* `documenso.envelopes.recipients.createMany()`: 
  *  `request.data.[].email` **Changed** **Breaking** ⚠️
* `documenso.envelopes.recipients.updateMany()`: 
  *  `request.data.[].email` **Changed** **Breaking** ⚠️
* `documenso.templates.use()`:  `request` **Changed** **Breaking** ⚠️
* `documenso.envelope.envelopeAuditLogFind()`: **Added**
* `documenso.documents.create()`: 
  *  `request.payload` **Changed**
* `documenso.templates.create()`: 
  *  `request.payload` **Changed**
* `documenso.embedding.embeddingPresignCreateEmbeddingPresignToken()`: 
  *  `request.scope` **Added**
* `documenso.embedding.embeddingPresignVerifyEmbeddingPresignToken()`: 
  *  `request.scope` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1764807953 branch from bdde3ae to f8bcc4c Compare December 8, 2025 12:03
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.

2 participants