Skip to content

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 7.6.0#667

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776246509
Open

chore: 🐝 Update SDK - Generate Lending library LENDING-LIBRARY 7.6.0#667
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776246509

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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.

Typescript SDK Changes:

  • codatlending.companies.list(): response.results[].dataConnections[].integrationKey Changed
  • codatlending.companies.create(): response.dataConnections[].integrationKey Changed
  • codatlending.companies.replace(): response.dataConnections[].integrationKey Changed
  • codatlending.companies.update(): response.dataConnections[].integrationKey Changed
  • codatlending.companies.get(): response.dataConnections[].integrationKey Changed
  • codatlending.connections.list(): response.results[].integrationKey Changed
  • codatlending.connections.create(): response.integrationKey Changed
  • codatlending.connections.get(): response.integrationKey Changed
  • codatlending.connections.unlink(): response.integrationKey Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  └─┬Connection
    └──[-] required (81926:19)❌ 
Document Element Total Changes Breaking Changes
components 1 1

View full report

Linting Report 0 errors, 73 warnings, 54 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)

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.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)

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)

examples: 2.82.5 - 2026-02-27

🐛 Bug Fixes

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

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)

globalSecurity: 2.82.15 - 2026-02-03

🐝 New Features

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

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)

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)

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)

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

* `codatlending.companies.list()`:  `response.results[].dataConnections[].integrationKey` **Changed**
* `codatlending.companies.create()`:  `response.dataConnections[].integrationKey` **Changed**
* `codatlending.companies.replace()`:  `response.dataConnections[].integrationKey` **Changed**
* `codatlending.companies.update()`:  `response.dataConnections[].integrationKey` **Changed**
* `codatlending.companies.get()`:  `response.dataConnections[].integrationKey` **Changed**
* `codatlending.connections.list()`:  `response.results[].integrationKey` **Changed**
* `codatlending.connections.create()`:  `response.integrationKey` **Changed**
* `codatlending.connections.get()`:  `response.integrationKey` **Changed**
* `codatlending.connections.unlink()`:  `response.integrationKey` **Changed**
@github-actions github-actions bot added the minor Minor version bump label Apr 15, 2026
@pj-simpson pj-simpson self-requested a review April 15, 2026 15:46
@pj-simpson
Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts in this pull request please accept current change always

@pj-simpson pj-simpson enabled auto-merge (squash) April 15, 2026 15:47
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