Skip to content

chore: 🐝 Update SDK - Generate 0.18.2 - #140

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786151783
Open

chore: 🐝 Update SDK - Generate 0.18.2#140
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786151783

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

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:

  • glean.chat.create():
    • request.input.union(Array<PlatformChatInputMessage>)[].role Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[].enum(knowledgeGap) Added
    • response.results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/rest/api/v1/chat#stream
│ │ └─┬POST
│ │   └──[+] security (6028:11)
│ ├─┬/api/agents/{agent_id}/runs
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           ├──[🔀] description (208:30)
│ │           └──[🔀] example (210:26)
│ ├─┬/api/chat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           └──[🔀] example (283:26)
│ └─┬/rest/api/v1/tool-servers/{serverId}/tools
│   └─┬GET
│     └──[🔀] description (4009:20)
└─┬Components
  ├─┬PlatformChatCitationAnnotation
  │ └─┬type
  │   ├──[+] enum (6781:15)
  │   └──[-] enum (6769:15)❌ 
  ├─┬PlatformChatCompletedResponse
  │ ├─┬object
  │ │ ├──[+] enum (6856:15)
  │ │ └──[-] enum (6844:15)❌ 
  │ └─┬status
  │   ├──[+] enum (6864:15)
  │   └──[-] enum (6852:15)❌ 
  ├─┬PlatformChatInputMessage
  │ └─┬role
  │   ├──[+] enum (6618:15)
  │   ├──[+] enum (6619:15)
  │   ├──[-] enum (6606:15)❌ 
  │   └──[-] enum (6607:15)❌ 
  ├─┬FeedResult
  │ ├─┬category
  │ │ └──[+] enum (14897:15)
  │ └─┬placementReason
  │   ├──[+] enum (14914:15)
  │   └──[🔀] description (14915:24)
  ├─┬PlatformChatOutputMessage
  │ ├─┬role
  │ │ ├──[+] enum (6832:15)
  │ │ └──[-] enum (6820:15)❌ 
  │ └─┬type
  │   ├──[+] enum (6828:15)
  │   └──[-] enum (6816:15)❌ 
  ├─┬PlatformChatOutputTextContent
  │ └─┬type
  │   ├──[+] enum (6810:15)
  │   └──[-] enum (6798:15)❌ 
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   ├──[+] enum (6733:15)
  │   └──[-] enum (6721:15)❌ 
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   ├──[+] enum (6695:15)
  │   └──[-] enum (6683:15)❌ 
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (14359:17)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (14805:15)
  ├─┬PlatformChatCreateRequest
  │ └─┬input
  │   └──[🔀] description (6630:24)
  ├─┬PlatformChatFileSource
  │ └─┬type
  │   ├──[+] enum (6713:15)
  │   └──[-] enum (6701:15)❌ 
  └─┬PlatformChatDocumentSource
    └─┬type
      ├──[+] enum (6669:15)
      └──[-] enum (6657:15)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 5 0
components 30 12

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.5 - 2026-08-12

🐝 New Features

unions: 2.86.5 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.794.0

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner August 8, 2026 01:21
@github-actions github-actions Bot added the patch Patch version bump label Aug 8, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch 13 times, most recently from 1d3c44b to eb41b4f Compare August 14, 2026 01:38
* `glean.chat.create()`: 
  *  `request.input.union(Array<PlatformChatInputMessage>)[].role` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[].enum(knowledgeGap)` **Added**
  *  `response.results[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch from d2108aa to 4f0ae6f Compare August 15, 2026 01:07
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