Skip to content

chore: 🐝 Update SDK - Generate 0.19.3#43

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

chore: 🐝 Update SDK - Generate 0.19.3#43
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1770768854

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Java SDK Changes:

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

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬LinkedAccount
  │ ├──[+] properties (66611:990)
  │ ├─┬updated_at
  │ │ ├──[+] enum (66611:881)
  │ │ ├──[+] enum (66611:898)
  │ │ ├──[+] enum (66611:861)
  │ │ ├──[+] enum (66611:874)
  │ │ ├──[-] 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)❌ 
  │ ├─┬status_reasons
  │ │ ├──[+] enum (66611:191)
  │ │ ├──[+] enum (66611:200)
  │ │ ├──[+] enum (66611:211)
  │ │ ├──[+] enum (66611:223)
  │ │ ├──[+] enum (66611:234)
  │ │ ├──[+] enum (66611:244)
  │ │ ├──[-] items (1:1309188)❌ 
  │ │ ├──[🔀] type (66611:174)❌ 
  │ │ ├──[-] nullable (1:1309156)❌ 
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (66611:282)
  │ └─┬status
  │   ├──[-] enum (1:1309064)❌ 
  │   ├──[-] enum (1:1309075)❌ 
  │   ├──[-] enum (1:1309017)❌ 
  │   ├──[-] enum (1:1309027)❌ 
  │   ├──[-] enum (1:1309039)❌ 
  │   ├──[-] enum (1:1309052)❌ 
  │   ├──[🔀] type (66611:1007)❌ 
  │   ├──[+] nullable (66611:1028)❌ 
  │   └─┬Extensions
  │     └──[-] x-speakeasy-unknown-values (1:1309115)❌ 
  ├─┬ConnectSessionCreate
  │ ├──[+] properties (66602:2318)
  │ ├──[+] properties (66602:2485)
  │ ├──[+] properties (66602:2129)
  │ └─┬type
  │   ├──[-] enum (1:1303528)❌ 
  │   ├──[-] enum (1:1303542)❌ 
  │   ├──[-] enum (1:1303550)❌ 
  │   ├──[🔀] type (66602:2335)❌ 
  │   ├──[🔀] description (66602:2359)
  │   ├──[🔀] default (66602:2463)❌ 
  │   ├──[-] example (1:1303568)
  │   └─┬Extensions
  │     └──[-] x-speakeasy-unknown-values (1:1303647)❌ 
  └─┬PatchAccountExternalDto
    ├──[+] properties (66615:955)
    └─┬type
      ├──[-] enum (1:1312170)❌ 
      ├──[-] enum (1:1312178)❌ 
      ├──[-] enum (1:1312156)❌ 
      ├──[🔀] type (66615:972)❌ 
      ├──[-] description (1:1312127)
      ├──[-] example (1:1312196)
      └─┬Extensions
        └──[-] x-speakeasy-unknown-values (1:1312250)❌ 
Document Element Total Changes Breaking Changes
components 57 28

View full report

Linting Report 0 errors, 7 warnings, 27 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.709.0

@github-actions github-actions bot added the patch Patch version bump label Feb 11, 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 21 files

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 21 files

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770768854 branch 2 times, most recently from eba5838 to 9ef8561 Compare February 13, 2026 00:16
* `stackone.connectSessions.createConnectSession()`:  `request` **Changed**
* `stackone.accounts.listLinkedAccounts()`:  `response.[].shared` **Added**
* `stackone.accounts.getAccount()`:  `response.shared` **Added**
* `stackone.accounts.deleteAccount()`:  `response.shared` **Added**
* `stackone.accounts.updateAccount()`: 
  *  `request.patchAccountExternalDto.shared` **Added**
  *  `response.shared` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770768854 branch from 2326821 to cab9b70 Compare February 14, 2026 00:16
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