Skip to content

chore: 🐝 Update SDK - Generate Typescript SDK TYPESCRIPT 0.8.4#56

Merged
santiagoveloDP merged 1 commit intomainfrom
speakeasy-sdk-regen-1763408845
Nov 24, 2025
Merged

chore: 🐝 Update SDK - Generate Typescript SDK TYPESCRIPT 0.8.4#56
santiagoveloDP merged 1 commit intomainfrom
speakeasy-sdk-regen-1763408845

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 17, 2025

SDK update

Versioning

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

Typescript SDK Changes Detected:

  • sdk.accounts.create():
    • request.data.attributes.[card].cardAccountDetails.issuer Removed Breaking ⚠️
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (3:12)
├─┬Paths
│ ├─┬/rest/organizations
│ │ └──Parameters
│ ├─┬/rest/paychecks
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] example (905:18)
│ │   ├──Parameters
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] format (891:17)❌ 
│ │       └──[+] example (892:18)
│ ├─┬/rest/accounts
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] format (790:17)❌ 
│ │ │ │   └──[+] example (791:18)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] example (838:18)
│ │ │ │   └─┬Extensions
│ │ │ │     └──[+] x-enumdescriptions (840:11)
│ │ │ └──Parameters
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/vnd.api+json
│ │       └─┬Card
│ │         └──[🔀] value (2798:17)
│ ├─┬/rest/transfers
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] format (790:17)❌ 
│ │ │ │   └──[+] example (791:18)
│ │ │ └──Parameters
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] example (870:18)
│ └─┬/rest/jobs
│   ├─┬Parameters
│   │ └─┬Schema
│   │   └──[+] example (766:18)
│   ├─┬Parameters
│   │ └─┬Schema
│   │   └──[+] example (774:18)
│   ├─┬Parameters
│   │ └─┬Schema
│   │   └──[+] example (782:18)
│   ├─┬Parameters
│   │ └─┬Schema
│   │   ├──[+] format (790:17)❌ 
│   │   └──[+] example (791:18)
│   ├─┬Parameters
│   │ └─┬Schema
│   │   ├──[+] format (799:17)❌ 
│   │   └──[+] example (800:18)
│   └──Parameters
└─┬Components
  ├─┬AccountAttributes_Card
  │ └─┬ALLOF
  │   └─┬details
  │     └─┬issuer
  │       └──[+] readOnly (1654:29)❌ 
  └─┬TransferRelationships_Common
    └──[-] required (1942:19)❌ 
Document Element Total Changes Breaking Changes
info 1 0
paths 18 5
components 2 3

TYPESCRIPT CHANGELOG

core: 3.26.9 - 2025-11-20

🐝 New Features

  • forwardCompatibleEnumsByDefault is now configurable via gen.yaml. When true, any enum which is used on a response will be automatically open/forward compatible - i.e. unknown values will be tolerated. Single value enums won't be automatically opened. Individual enums can be controlled with x-speakeasy-unknown-values: allow/disallow. (commit by @mfbx9da4)

core: 3.26.8 - 2025-11-18

🐝 New Features

  • Support for lax mode deserialization. Configurable via gen.yaml laxMode: lax | strict. Missing required fields will not throw zod response validation errors but instead fallback to a zero value. eg for a string the zero value is "". Lax mode also introduces non-lossy coercion where possible eg a boolean field will tolerate the string "true". (commit by @mfbx9da4)

core: 3.26.6 - 2025-11-12

🐛 Bug Fixes

  • regression to date/datetime deserialization (commit by @mfbx9da4)
  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.660.0

@github-actions github-actions bot added the patch Patch version bump label Nov 17, 2025
@github-actions github-actions bot requested review from a team as code owners November 17, 2025 19:48
santiagoveloDP
santiagoveloDP previously approved these changes Nov 17, 2025
santiagoveloDP
santiagoveloDP previously approved these changes Nov 18, 2025
santiagoveloDP
santiagoveloDP previously approved these changes Nov 18, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763408845 branch 2 times, most recently from d6b595c to f2b9756 Compare November 19, 2025 00:07
santiagoveloDP
santiagoveloDP previously approved these changes Nov 19, 2025
santiagoveloDP
santiagoveloDP previously approved these changes Nov 19, 2025
santiagoveloDP
santiagoveloDP previously approved these changes Nov 20, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763408845 branch 3 times, most recently from c868763 to 528a04e Compare November 21, 2025 00:07
santiagoveloDP
santiagoveloDP previously approved these changes Nov 21, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763408845 branch 3 times, most recently from 86cc593 to 1dadd76 Compare November 23, 2025 00:08
* `sdk.accounts.create()`: 
  *  `request.data.attributes.[card].cardAccountDetails.issuer` **Removed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763408845 branch from 1dadd76 to 971bd3c Compare November 24, 2025 00:07
@santiagoveloDP santiagoveloDP enabled auto-merge (squash) November 24, 2025 13:33
@santiagoveloDP santiagoveloDP merged commit b9df117 into main Nov 24, 2025
@santiagoveloDP santiagoveloDP deleted the speakeasy-sdk-regen-1763408845 branch November 24, 2025 13:34
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.

3 participants