Skip to content

chore: 🐝 Update SDK - Generate 0.19.0 - #140

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

chore: 🐝 Update SDK - Generate 0.19.0#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: [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:

  • glean.chat.create():
    • request.input.union(Array<PlatformChatInputMessage>)[].role Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • glean.triggers.listPresets(): Added
  • glean.triggers.listPresetInputValues(): Added
  • glean.triggers.update(): Added
  • glean.triggers.delete(): Added
  • glean.triggers.searchEvents(): Added
  • glean.triggers.create(): Added
  • glean.triggers.getPreset(): Added
  • glean.triggers.get(): Added
  • glean.triggers.searchPresetEvents(): Added
  • glean.triggers.list(): Added
  • glean.client.chat.create():
    • request.chatRequest.messages[].citations[].sourceSkill Added
    • response.messages[].citations[].sourceSkill Added
  • glean.client.chat.retrieve(): response.chatResult.chat.messages[].citations[].sourceSkill Added
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].citations[].sourceSkill Added
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[] Changed
    • 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
│ ├──[+] path (1189:3)
│ ├──[+] path (1695:3)
│ ├──[+] path (1471:3)
│ ├──[+] path (1526:3)
│ ├──[+] path (1634:3)
│ ├──[+] path (1587:3)
│ ├──[+] path (1327:3)
│ ├─┬/rest/api/v1/chat#stream
│ │ └─┬POST
│ │   └──[+] security (6589:11)
│ ├─┬/rest/api/v1/tool-servers/{serverId}/tools
│ │ └─┬GET
│ │   └──[🔀] description (4570:20)
│ ├─┬/api/chat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           └──[🔀] example (283:26)
│ └─┬/api/agents/{agent_id}/runs
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬text/event-stream
│           └─┬Schema
│             ├──[🔀] description (208:30)
│             └──[🔀] example (210:26)
└─┬Components
  ├──[+] parameters (19590:7)
  ├──[+] parameters (19599:7)
  ├──[+] parameters (19608:7)
  ├──[+] schemas (8216:7)
  ├──[+] schemas (8339:7)
  ├──[+] schemas (15544:7)
  ├──[+] schemas (8608:7)
  ├──[+] schemas (8677:7)
  ├──[+] schemas (8230:7)
  ├──[+] schemas (8316:7)
  ├──[+] schemas (8731:7)
  ├──[+] schemas (8708:7)
  ├──[+] schemas (8191:7)
  ├──[+] schemas (8328:7)
  ├──[+] schemas (8631:7)
  ├──[+] schemas (8391:7)
  ├──[+] schemas (8455:7)
  ├──[+] schemas (8495:7)
  ├──[+] schemas (8720:7)
  ├──[+] schemas (8662:7)
  ├──[+] schemas (8654:7)
  ├──[+] schemas (8198:7)
  ├──[+] schemas (8466:7)
  ├──[+] schemas (8270:7)
  ├──[+] schemas (8445:7)
  ├──[+] schemas (8418:7)
  ├──[+] schemas (8485:7)
  ├──[+] schemas (8293:7)
  ├──[+] schemas (8505:7)
  ├──[+] schemas (8750:7)
  ├──[+] schemas (8551:7)
  ├──[+] schemas (12578:7)
  ├──[+] schemas (8589:7)
  ├─┬PlatformChatOutputTextContent
  │ └─┬type
  │   ├──[+] enum (7371:15)
  │   └──[-] enum (6798:15)❌ 
  ├─┬PlatformChatCitationAnnotation
  │ └─┬type
  │   ├──[+] enum (7342:15)
  │   └──[-] enum (6769:15)❌ 
  ├─┬CountInfo
  │ └─┬count
  │   └──[+] format (10342:19)❌ 
  ├─┬PlatformChatCitationSource
  │ └──Discriminator
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (15969:15)
  │   ├──[+] enum (15983:15)
  │   └──[+] enum (15987:15)
  ├─┬PlatformChatCompletedResponse
  │ ├─┬status
  │ │ ├──[+] enum (7425:15)
  │ │ └──[-] enum (6852:15)❌ 
  │ └─┬object
  │   ├──[+] enum (7417:15)
  │   └──[-] enum (6844:15)❌ 
  ├─┬PlatformChatInputMessage
  │ └─┬role
  │   ├──[+] enum (7179:15)
  │   ├──[+] enum (7180:15)
  │   ├──[-] enum (6606:15)❌ 
  │   └──[-] enum (6607:15)❌ 
  ├─┬PlatformChatCreateRequest
  │ └─┬input
  │   └──[🔀] description (7191:24)
  ├─┬PlatformChatDocumentSource
  │ └─┬type
  │   ├──[+] enum (7230:15)
  │   └──[-] enum (6657:15)❌ 
  ├─┬PlatformChatFileSource
  │ └─┬type
  │   ├──[+] enum (7274:15)
  │   └──[-] enum (6701:15)❌ 
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   ├──[+] enum (7294:15)
  │   └──[-] enum (6721:15)❌ 
  ├─┬FeedResult
  │ ├─┬category
  │ │ ├──[+] enum (16080:15)
  │ │ └──[+] enum (16076:15)
  │ └─┬placementReason
  │   ├──[+] enum (16097:15)
  │   └──[🔀] description (16098:24)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (15513:17)
  │     └──[+] enum (15517:17)
  ├─┬PlatformChatOutputMessage
  │ ├─┬role
  │ │ ├──[+] enum (7393:15)
  │ │ └──[-] enum (6820:15)❌ 
  │ └─┬type
  │   ├──[+] enum (7389:15)
  │   └──[-] enum (6816:15)❌ 
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   ├──[+] enum (7256:15)
  │   └──[-] enum (6683:15)❌ 
  ├─┬CalendarEvent
  │ └─┬ALLOF
  │   ├──[+] properties (15660:13)
  │   ├──[+] properties (15664:13)
  │   ├──[+] properties (15666:13)
  │   ├─┬url
  │   │ └──[🔀] $ref (15544:13)❌ 
  │   ├─┬location
  │   │ ├──[🔀] type (15661:21)❌ 
  │   │ ├──[🔀] description (15662:28)
  │   │ └──[+] nullable (15663:25)❌ 
  │   └─┬transcriptUrl
  │     └──[🔀] description (15671:28)
  └─┬ChatMessageCitation
    ├──[+] properties (12615:9)
    └─┬trackingToken
      └──[🔀] $ref (12578:13)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 12 0
components 86 24

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

callbacks: 1.0.1 - 2025-11-07

🐛 Bug Fixes

  • generate inbound/outbound schemas for callback types (commit by @mfbx9da4)

core: 3.31.5 - 2026-08-12

🐝 New Features

inputOutputModels: 2.82.1 - 2025-12-29

🐛 Bug Fixes

  • do not mark required any fields as optional (commit by @vishalg0wda)

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

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 15 times, most recently from 0a70ba8 to 4ce9e6e Compare August 16, 2026 01:11
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch 4 times, most recently from 3c60be1 to 3659cce Compare August 19, 2026 01:07
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.18.2 chore: 🐝 Update SDK - Generate 0.19.0 Aug 19, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 19, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch 6 times, most recently from f91b3c1 to c53533a Compare August 20, 2026 18:53
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch 2 times, most recently from 6c2fd73 to e69a558 Compare August 21, 2026 01:11
* `glean.chat.create()`: 
  *  `request.input.union(Array<PlatformChatInputMessage>)[].role` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `glean.triggers.listPresets()`: **Added**
* `glean.triggers.listPresetInputValues()`: **Added**
* `glean.triggers.update()`: **Added**
* `glean.triggers.delete()`: **Added**
* `glean.triggers.searchEvents()`: **Added**
* `glean.triggers.create()`: **Added**
* `glean.triggers.getPreset()`: **Added**
* `glean.triggers.get()`: **Added**
* `glean.triggers.searchPresetEvents()`: **Added**
* `glean.triggers.list()`: **Added**
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].citations[].sourceSkill` **Added**
  *  `response.messages[].citations[].sourceSkill` **Added**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.messages[].citations[].sourceSkill` **Added**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].citations[].sourceSkill` **Added**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[]` **Changed**
  *  `response.results[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151783 branch from bda708e to 61e9fba Compare August 21, 2026 02:40
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.

1 participant