Skip to content

chore: 🐝 Update SDK - Generate 1.1.0#40

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

chore: 🐝 Update SDK - Generate 1.1.0#40
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771605586

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

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

Typescript SDK Changes:

  • dwolla.exchangePartners.list(): response.Embedded.exchangePartners[].name.enum(checkout.com) Added (Breaking ⚠️)
  • dwolla.exchangePartners.get(): response.name.enum(checkout.com) Added (Breaking ⚠️)
  • dwolla.exchangeSessions.get(): response.externalProviderSessionData Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/customers/{id}/exchange-sessions
│ │ └─┬POST
│ │   ├──[🔀] description (9100:20)
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (9108:9)
│ └─┬/exchange-sessions/{id}
│   └─┬GET
│     ├──[🔀] description (9459:20)
│     └─┬Extensions
│       └──[🔀] x-codesamples (9468:9)
└─┬Components
  ├─┬ExchangeSession
  │ ├──[+] title (15562:14)
  │ ├──[+] description (15563:20)
  │ ├──[+] properties (15643:9)
  │ └─┬externalProviderSessionToken
  │   ├──[🔀] type (15644:17)❌ 
  │   ├──[🔀] description (15645:24)
  │   ├──[-] example (15611:30)
  │   ├──[+] properties (15649:13)
  │   ├──[+] properties (15653:13)
  │   └──[+] properties (15657:13)
  └─┬ExchangePartner
    └─┬name
      └──[+] enum (15249:15)
Document Element Total Changes Breaking Changes
paths 4 0
components 10 1

View full report

Linting Report 0 errors, 85 warnings, 49 hints

View full report

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.13 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.26.31 - 2026-02-19

🐝 New Features

  • move large-model splitting from templates to Go bucketing layer to prevent compiler complexity limits (commit by @vishalg0wda)

core: 3.26.29 - 2026-02-18

🐛 Bug Fixes

  • truncate filenames that exceed OS limit to prevent build failures (commit by @danielkov)

core: 3.26.28 - 2026-02-17

🐝 New Features

  • allow repoUrl and repoSubDirectory to be configured via gen.yaml generation section (commit by @vishalg0wda)

core: 3.26.30 - 2026-02-16

🐛 Bug Fixes

core: 3.26.25 - 2026-01-30

🐛 Bug Fixes

core: 3.26.27 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.26.24 - 2026-01-29

🐝 New Features

  • add named alias import to prevent internal name collision (commit by @subomi)

core: 3.26.26 - 2026-01-28

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

globalSecurity: 2.82.15 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

methodSecurity: 2.82.7 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

nameOverrides: 2.81.4 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.3 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

oauth2ClientCredentials: 1.1.2 - 2026-02-16

🐛 Bug Fixes

  • deduplicate operation IDs in client credentials security access to prevent duplicate methods when merging specs with modelNamespace (commit by @mfbx9da4)

responseFormat: 0.3.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

unions: 2.86.4 - 2026-01-30

🐛 Bug Fixes

  • prefer exact matches over inexact ones in smart union parsing for lax mode (commit by @AshGodfrey)

Based on Speakeasy CLI 1.723.0

* `dwolla.exchangePartners.list()`:  `response.Embedded.exchangePartners[].name.enum(checkout.com)` **Added** (Breaking ⚠️)
* `dwolla.exchangePartners.get()`:  `response.name.enum(checkout.com)` **Added** (Breaking ⚠️)
* `dwolla.exchangeSessions.get()`:  `response.externalProviderSessionData` **Added**
@github-actions github-actions bot added the minor Minor version bump label Feb 20, 2026
@ShreyaThapa ShreyaThapa self-requested a review February 20, 2026 16:44
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.

0 participants