Skip to content

chore: 🐝 Update SDK - Generate 0.36.12 - #233

Merged
Flo4604 merged 2 commits into
mainfrom
speakeasy-sdk-regen-1785456239
Jul 31, 2026
Merged

chore: 🐝 Update SDK - Generate 0.36.12#233
Flo4604 merged 2 commits into
mainfrom
speakeasy-sdk-regen-1785456239

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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:

  • steamsets.activity.listGlobalFeed(): response.events[].account.images Removed (Breaking ⚠️)
  • steamsets.activity.streamGlobalFeed(): response.[].union(activity-emitted).data.account.images Removed (Breaking ⚠️)
  • steamsets.staff.list(): response.[].images Removed (Breaking ⚠️)
  • steamsets.leaderboard.previewAccountRank(): response.ownAccount.images Removed (Breaking ⚠️)
  • steamsets.account.findFriendPath(): response.paths[].path[].images Removed (Breaking ⚠️)
  • steamsets.account.getInfo(): response.images Removed (Breaking ⚠️)
  • steamsets.account.getSettings(): response.images Removed (Breaking ⚠️)
  • steamsets.account.getTrending(): response.accounts[].account.images Removed (Breaking ⚠️)
  • steamsets.account.listFriends(): response.friends[].images Removed (Breaking ⚠️)
  • steamsets.activity.listAccountFeed(): response.events[].account.images Removed (Breaking ⚠️)
  • steamsets.leaderboard.getGroup(): response.groups[].owner.images Removed (Breaking ⚠️)
  • steamsets.apps.listOwners(): response.owners[].images Removed (Breaking ⚠️)
  • steamsets.leaderboard.getChanges(): response.changes[].account.images Removed (Breaking ⚠️)
  • steamsets.badges.listCrafters(): response.crafters[].images Removed (Breaking ⚠️)
  • steamsets.item.findOwners(): response.items[].owners[].account.images Removed (Breaking ⚠️)
  • steamsets.leaderboard.getAccount(): response.accounts[].images Removed (Breaking ⚠️)
  • steamsets.leaderboard.getBucketLeaders(): response.[].account.images Removed (Breaking ⚠️)
  • steamsets.account.deleteImages(): Removed (Breaking ⚠️)
  • steamsets.account.listImages(): Removed (Breaking ⚠️)
  • steamsets.account.uploadImages(): Removed (Breaking ⚠️)
  • steamsets.account.updateImages(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (1:238553)❌ 
│ ├──[-] path (1:213356)❌ 
│ ├──[-] path (1:244067)❌ 
│ └──[-] path (1:192367)❌ 
└─┬Components
  ├──[-] schemas (1:135798)❌ 
  ├──[-] schemas (1:95832)❌ 
  ├──[-] schemas (1:54626)❌ 
  ├──[-] schemas (1:136149)❌ 
  ├──[-] schemas (1:136604)❌ 
  ├──[-] schemas (1:96262)❌ 
  ├──[-] schemas (1:138823)❌ 
  ├──[-] schemas (1:139282)❌ 
  ├──[-] schemas (1:139713)❌ 
  ├──[-] schemas (1:125777)❌ 
  ├─┬LeaderboardAccount
  │ ├──[-] required (1:63210)❌ 
  │ └──[-] properties (1:60626)❌ 
  ├─┬PreviewAccount
  │ ├──[-] required (1:77327)❌ 
  │ └──[-] properties (1:74487)❌ 
  ├─┬V1AccountGetSettingsBody
  │ ├──[-] required (1:116666)❌ 
  │ └──[-] properties (1:115689)❌ 
  ├─┬V1AccountGetInfoResponseBody
  │ ├──[-] required (1:112718)❌ 
  │ └──[-] properties (1:109144)❌ 
  ├─┬AppListOwnersEntry
  │ ├──[-] required (1:21033)❌ 
  │ └──[-] properties (1:18457)❌ 
  ├─┬BadgeListCraftersEntry
  │ ├──[-] required (1:31371)❌ 
  │ └──[-] properties (1:28773)❌ 
  ├─┬V1AccountFriend
  │ ├──[-] required (1:104864)❌ 
  │ └──[-] properties (1:102265)❌ 
  └─┬V1AccountLeaderboardAccount
    ├──[-] required (1:121953)❌ 
    └──[-] properties (1:119238)❌ 
Document Element Total Changes Breaking Changes
components 26 26
paths 4 4

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.791.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 31, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785456239 branch 3 times, most recently from 50e276e to 8db90ce Compare July 31, 2026 10:41
* `steamsets.activity.listGlobalFeed()`:  `response.events[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.activity.streamGlobalFeed()`:  `response.[].union(activity-emitted).data.account.images` **Removed** (Breaking ⚠️)
* `steamsets.staff.list()`:  `response.[].images` **Removed** (Breaking ⚠️)
* `steamsets.leaderboard.previewAccountRank()`:  `response.ownAccount.images` **Removed** (Breaking ⚠️)
* `steamsets.account.findFriendPath()`:  `response.paths[].path[].images` **Removed** (Breaking ⚠️)
* `steamsets.account.getInfo()`:  `response.images` **Removed** (Breaking ⚠️)
* `steamsets.account.getSettings()`:  `response.images` **Removed** (Breaking ⚠️)
* `steamsets.account.getTrending()`:  `response.accounts[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.account.listFriends()`:  `response.friends[].images` **Removed** (Breaking ⚠️)
* `steamsets.activity.listAccountFeed()`:  `response.events[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.leaderboard.getGroup()`:  `response.groups[].owner.images` **Removed** (Breaking ⚠️)
* `steamsets.apps.listOwners()`:  `response.owners[].images` **Removed** (Breaking ⚠️)
* `steamsets.leaderboard.getChanges()`:  `response.changes[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.badges.listCrafters()`:  `response.crafters[].images` **Removed** (Breaking ⚠️)
* `steamsets.item.findOwners()`:  `response.items[].owners[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.leaderboard.getAccount()`:  `response.accounts[].images` **Removed** (Breaking ⚠️)
* `steamsets.leaderboard.getBucketLeaders()`:  `response.[].account.images` **Removed** (Breaking ⚠️)
* `steamsets.account.deleteImages()`: **Removed** (Breaking ⚠️)
* `steamsets.account.listImages()`: **Removed** (Breaking ⚠️)
* `steamsets.account.uploadImages()`: **Removed** (Breaking ⚠️)
* `steamsets.account.updateImages()`: **Removed** (Breaking ⚠️)
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785456239 branch from f3a7de2 to ab84a09 Compare July 31, 2026 12:58
@Flo4604
Flo4604 merged commit 1152c8f into main Jul 31, 2026
@Flo4604
Flo4604 deleted the speakeasy-sdk-regen-1785456239 branch July 31, 2026 12:59
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.

2 participants