Skip to content

Comments

chore: 🐝 Update SDK - Generate 4.34.1#238

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

chore: 🐝 Update SDK - Generate 4.34.1#238
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771233905

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 16, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • stackone.accounts.deleteAccount(): response.shared Added
  • stackone.accounts.getAccount(): response.shared Added
  • stackone.accounts.listLinkedAccounts(): response.[].shared Added
  • stackone.accounts.updateAccount():
    • request.patchAccountExternalDto.shared Added
    • response.shared Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] description (66264:48)
└─┬Components
  ├─┬LinkedAccount
  │ ├──[+] properties (66611:990)
  │ ├─┬status_reasons
  │ │ ├──[+] enum (66611:223)
  │ │ ├──[+] enum (66611:234)
  │ │ ├──[+] enum (66611:244)
  │ │ ├──[+] enum (66611:191)
  │ │ ├──[+] enum (66611:200)
  │ │ ├──[+] enum (66611:211)
  │ │ ├──[-] items (1:1309188)❌ 
  │ │ ├──[🔀] type (66611:174)❌ 
  │ │ ├──[-] nullable (1:1309156)❌ 
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (66611:282)
  │ ├─┬status
  │ │ ├──[-] enum (1:1309017)❌ 
  │ │ ├──[-] enum (1:1309027)❌ 
  │ │ ├──[-] enum (1:1309039)❌ 
  │ │ ├──[-] enum (1:1309052)❌ 
  │ │ ├──[-] enum (1:1309064)❌ 
  │ │ ├──[-] enum (1:1309075)❌ 
  │ │ ├──[🔀] type (66611:1007)❌ 
  │ │ ├──[+] nullable (66611:1028)❌ 
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (1:1309115)❌ 
  │ ├─┬updated_at
  │ │ ├──[+] enum (66611:861)
  │ │ ├──[+] enum (66611:874)
  │ │ ├──[+] enum (66611:881)
  │ │ ├──[+] enum (66611:898)
  │ │ ├──[-] format (1:1309644)❌ 
  │ │ ├──[+] description (66611:834)
  │ │ ├──[+] nullable (66611:984)❌ 
  │ │ ├──[+] example (66611:914)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (66611:965)
  │ └─┬type
  │   ├──[-] enum (1:1309747)❌ 
  │   ├──[-] enum (1:1309761)❌ 
  │   ├──[-] enum (1:1309769)❌ 
  │   ├──[-] enum (1:1309787)❌ 
  │   ├──[+] items (66611:348)❌ 
  │   ├──[🔀] type (66611:332)❌ 
  │   ├──[-] description (1:1309718)
  │   ├──[-] example (1:1309805)
  │   └─┬Extensions
  │     └──[-] x-speakeasy-unknown-values (1:1309859)❌ 
  └─┬PatchAccountExternalDto
    ├──[+] properties (66615:955)
    └─┬type
      ├──[-] enum (1:1312156)❌ 
      ├──[-] enum (1:1312170)❌ 
      ├──[-] enum (1:1312178)❌ 
      ├──[🔀] type (66615:972)❌ 
      ├──[-] description (1:1312127)
      ├──[-] example (1:1312196)
      └─┬Extensions
        └──[-] x-speakeasy-unknown-values (1:1312250)❌ 
Document Element Total Changes Breaking Changes
components 46 23
info 1 0

View full report

Linting Report 0 errors, 8 warnings, 27 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.718.0


Summary by cubic

Updates the StackOne TypeScript SDK to v4.34.1 and adds a new shared flag across account APIs and models. This lets clients read and set whether an account or linked account is shared.

  • New Features

    • accounts.getAccount/deleteAccount: response.shared added
    • accounts.listLinkedAccounts: response[].shared added
    • accounts.updateAccount: request.patchAccountExternalDto.shared and response.shared added
    • Models: LinkedAccount.shared and PatchAccountExternalDto.shared added
  • Dependencies

    • SDK version bumped to 4.34.1
    • Speakeasy CLI 1.718.0 (generator 2.824.1)
    • README updated with undici ProxyAgent example and minor docs refresh

Written for commit 19d2945. Summary will update on new commits.

* `stackone.accounts.deleteAccount()`:  `response.shared` **Added**
* `stackone.accounts.getAccount()`:  `response.shared` **Added**
* `stackone.accounts.listLinkedAccounts()`:  `response.[].shared` **Added**
* `stackone.accounts.updateAccount()`: 
  *  `request.patchAccountExternalDto.shared` **Added**
  *  `response.shared` **Added**
@github-actions github-actions bot requested a review from a team as a code owner February 16, 2026 09:29
@github-actions github-actions bot added the patch Patch version bump label Feb 16, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 15 files

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