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.create(): Added
  • glean.triggers.list(): Added
  • glean.triggers.get(): Added
  • glean.triggers.update(): Added
  • glean.triggers.delete(): Added
  • glean.triggers.searchEvents(): Added
  • glean.triggers.listPresets(): Added
  • glean.triggers.getPreset(): Added
  • glean.triggers.listPresetInputValues(): Added
  • glean.triggers.searchPresetEvents(): Added
  • 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
│ ├──[+] path (1587:3)
│ ├──[+] path (1695:3)
│ ├──[+] path (1189:3)
│ ├──[+] path (1526:3)
│ ├──[+] path (1327:3)
│ ├──[+] path (1471:3)
│ ├──[+] path (1634:3)
│ ├─┬/rest/api/v1/chat#stream
│ │ └─┬POST
│ │   └──[+] security (6589:11)
│ ├─┬/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)
│ └─┬/rest/api/v1/tool-servers/{serverId}/tools
│   └─┬GET
│     └──[🔀] description (4570:20)
└─┬Components
  ├──[+] parameters (19578:7)
  ├──[+] parameters (19587:7)
  ├──[+] parameters (19569:7)
  ├──[+] schemas (8316:7)
  ├──[+] schemas (8198:7)
  ├──[+] schemas (8608:7)
  ├──[+] schemas (8391:7)
  ├──[+] schemas (8708:7)
  ├──[+] schemas (8191:7)
  ├──[+] schemas (8551:7)
  ├──[+] schemas (8216:7)
  ├──[+] schemas (8455:7)
  ├──[+] schemas (8720:7)
  ├──[+] schemas (8230:7)
  ├──[+] schemas (8270:7)
  ├──[+] schemas (8731:7)
  ├──[+] schemas (8750:7)
  ├──[+] schemas (8495:7)
  ├──[+] schemas (8631:7)
  ├──[+] schemas (15525:7)
  ├──[+] schemas (8662:7)
  ├──[+] schemas (8293:7)
  ├──[+] schemas (8339:7)
  ├──[+] schemas (8466:7)
  ├──[+] schemas (8505:7)
  ├──[+] schemas (8589:7)
  ├──[+] schemas (8485:7)
  ├──[+] schemas (8328:7)
  ├──[+] schemas (8418:7)
  ├──[+] schemas (8654:7)
  ├──[+] schemas (8445:7)
  ├──[+] schemas (8677:7)
  ├─┬CountInfo
  │ └─┬count
  │   └──[+] format (10342:19)❌ 
  ├─┬PlatformChatCreateRequest
  │ └─┬input
  │   └──[🔀] description (7191:24)
  ├─┬PlatformChatCompletedResponse
  │ ├─┬status
  │ │ ├──[+] enum (7425:15)
  │ │ └──[-] enum (6852:15)❌ 
  │ └─┬object
  │   ├──[+] enum (7417:15)
  │   └──[-] enum (6844:15)❌ 
  ├─┬PlatformChatInputMessage
  │ └─┬role
  │   ├──[+] enum (7179:15)
  │   ├──[+] enum (7180:15)
  │   ├──[-] enum (6607:15)❌ 
  │   └──[-] enum (6606:15)❌ 
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (15950:15)
  │   └──[+] enum (15967:15)
  ├─┬FeedResult
  │ ├─┬category
  │ │ └──[+] enum (16059:15)
  │ └─┬placementReason
  │   ├──[+] enum (16076:15)
  │   └──[🔀] description (16077:24)
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   ├──[+] enum (7256:15)
  │   └──[-] enum (6683:15)❌ 
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   ├──[+] enum (7294:15)
  │   └──[-] enum (6721:15)❌ 
  ├─┬PlatformChatOutputTextContent
  │ └─┬type
  │   ├──[+] enum (7371:15)
  │   └──[-] enum (6798:15)❌ 
  ├─┬CalendarEvent
  │ └─┬ALLOF
  │   ├──[+] properties (15641:13)
  │   ├──[+] properties (15645:13)
  │   ├──[+] properties (15647:13)
  │   ├─┬transcriptUrl
  │   │ └──[🔀] description (15652:28)
  │   ├─┬url
  │   │ └──[🔀] $ref (15525:13)❌ 
  │   └─┬location
  │     ├──[🔀] type (15642:21)❌ 
  │     ├──[🔀] description (15643:28)
  │     └──[+] nullable (15644:25)❌ 
  ├─┬PlatformChatCitationAnnotation
  │ └─┬type
  │   ├──[+] enum (7342:15)
  │   └──[-] enum (6769:15)❌ 
  ├─┬PlatformChatFileSource
  │ └─┬type
  │   ├──[+] enum (7274:15)
  │   └──[-] enum (6701:15)❌ 
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (15498:17)
  ├─┬PlatformChatOutputMessage
  │ ├─┬type
  │ │ ├──[+] enum (7389:15)
  │ │ └──[-] enum (6816:15)❌ 
  │ └─┬role
  │   ├──[+] enum (7393:15)
  │   └──[-] enum (6820:15)❌ 
  └─┬PlatformChatDocumentSource
    └─┬type
      ├──[+] enum (7230:15)
      └──[-] enum (6657:15)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 12 0
components 72 19

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.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 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 3 times, most recently from 78aa573 to 7ec00ae Compare August 19, 2026 17:34
* `glean.chat.create()`: 
  *  `request.input.union(Array<PlatformChatInputMessage>)[].role` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `glean.triggers.create()`: **Added**
* `glean.triggers.list()`: **Added**
* `glean.triggers.get()`: **Added**
* `glean.triggers.update()`: **Added**
* `glean.triggers.delete()`: **Added**
* `glean.triggers.searchEvents()`: **Added**
* `glean.triggers.listPresets()`: **Added**
* `glean.triggers.getPreset()`: **Added**
* `glean.triggers.listPresetInputValues()`: **Added**
* `glean.triggers.searchPresetEvents()`: **Added**
* `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 b2f9f7e to 7700406 Compare August 19, 2026 18:00
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