Skip to content

chore: 🐝 Update SDK - Generate 0.15.0#126

Merged
david-hamilton-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1779763753
Jun 5, 2026
Merged

chore: 🐝 Update SDK - Generate 0.15.0#126
david-hamilton-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1779763753

Conversation

@github-actions

@github-actions github-actions Bot commented May 26, 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.client.chat.create():
    • request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response Changed (Breaking ⚠️)
  • glean.client.collections.addItems(): response Changed (Breaking ⚠️)
  • glean.chat.getChatFile(): Added
  • glean.agents.editAgent(): Added
  • glean.entities.getPersonPhoto(): Added
  • glean.tools.getActionPackAuthStatus(): Added
  • glean.tools.authorizeActionPack(): Added
  • glean.indexing.customMetadata.upsert(): Added
  • glean.indexing.customMetadata.delete(): Added
  • glean.indexing.customMetadata.getSchema(): Added
  • glean.indexing.customMetadata.upsertSchema(): Added
  • glean.indexing.customMetadata.deleteSchema(): Added
  • glean.troubleshooting.post/api/index/v1/debug/{datasource}/document/events(): Added
  • glean.datasources.getDatasourceCredentialStatus(): Added
  • glean.datasources.rotateDatasourceCredentials(): Added
  • glean.client.activity.feedback():
    • request.feedback1.category Changed
  • glean.client.announcements.create():
    • request.createAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response Changed
  • glean.client.announcements.update():
    • request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response Changed
  • glean.client.answers.create():
    • request.createAnswerRequest.data.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
  • glean.client.answers.update():
    • request.editAnswerRequest.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
  • glean.client.answers.retrieve(): response.answerResult.answer Changed
  • glean.client.answers.list(): response.answerResults[].answer Changed
  • glean.client.chat.retrieve(): response.chatResult.chat.createdBy.relatedDocuments[] Changed
  • glean.client.chat.list(): response.chatResults[].chat.createdBy.relatedDocuments[] Changed
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.collections.create():
    • request.createCollectionRequest.addedRoles[].person.relatedDocuments[] Changed
    • response.union(class (0)) Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.delete(): errorCode.enum(corruptItem) Added
  • glean.client.collections.deleteItem(): response.collection Changed
  • glean.client.collections.update():
    • request.editCollectionRequest.addedRoles[].person.relatedDocuments[] Changed
    • response Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.updateItem(): response.collection Changed
  • glean.client.collections.retrieve(): response Changed
  • glean.client.collections.list(): response.collections[] Changed
  • glean.client.documents.retrieve(): response.documents.Map<DocumentOrError>.union(Document).metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.documents.retrieveByFacets(): response.documents[].metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.insights.retrieve():
    • request.insightsRequest Changed
    • response Changed
  • glean.client.messages.retrieve(): response.searchResponse.results[].structuredResults[] Changed
  • glean.client.pins.update(): response.attribution.relatedDocuments[] Changed
  • glean.client.pins.retrieve(): response.pin.attribution.relatedDocuments[] Changed
  • glean.client.pins.list(): response.pins[].attribution.relatedDocuments[] Changed
  • glean.client.pins.create(): response.attribution.relatedDocuments[] Changed
  • glean.client.search.queryAsAdmin():
    • request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.search.autocomplete(): response.results[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[] Changed
    • response.results[] Changed
  • glean.client.search.recommendations():
    • request.recommendationsRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.search.query():
    • request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer Changed
    • response.results[].structuredResults[] Changed
  • glean.client.entities.list(): response.results[].relatedDocuments[] Changed
  • glean.client.entities.readPeople(): response.results[].relatedDocuments[] Changed
  • glean.client.shortcuts.create():
    • request.createShortcutRequest.data.addedRoles[].person.relatedDocuments[] Changed
    • response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.retrieve(): response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.list(): response.shortcuts[].addedRoles[].person.relatedDocuments[] Changed
  • glean.client.shortcuts.update():
    • request.updateShortcutRequest.addedRoles[].person.relatedDocuments[] Changed
    • response.shortcut.addedRoles[].person.relatedDocuments[] Changed
  • glean.client.verification.addReminder(): response.metadata.lastVerifier.relatedDocuments[] Changed
  • glean.client.verification.list(): response.documents[].metadata.lastVerifier.relatedDocuments[] Changed
  • glean.client.verification.verify(): response.metadata.lastVerifier.relatedDocuments[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
├─┬Paths
│ ├──[+] path (3851:3)
│ ├──[+] path (2142:3)
│ ├──[+] path (2587:3)
│ ├──[+] path (4488:3)
│ ├──[+] path (4448:3)
│ ├──[+] path (870:3)
│ ├──[+] path (3780:3)
│ ├──[+] path (3742:3)
│ ├─┬/rest/api/v1/agents/{agent_id}
│ │ └──[+] post (956:7)
│ └─┬/rest/api/v1/chat
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (573:11)
└─┬Components
  ├──[+] parameters (14892:7)
  ├──[+] schemas (10126:7)
  ├──[+] schemas (10159:7)
  ├──[+] schemas (13664:7)
  ├──[+] schemas (9570:7)
  ├──[+] schemas (10175:7)
  ├──[+] schemas (14841:7)
  ├──[+] schemas (9056:7)
  ├──[+] schemas (9590:7)
  ├──[+] schemas (10191:7)
  ├──[+] schemas (9961:7)
  ├──[+] schemas (12225:7)
  ├──[+] schemas (13653:7)
  ├──[+] schemas (10106:7)
  ├──[+] schemas (12236:7)
  ├──[+] schemas (14758:7)
  ├──[+] schemas (10148:7)
  ├──[+] schemas (6160:7)
  ├──[+] schemas (12214:7)
  ├──[+] schemas (12203:7)
  ├──[+] schemas (12246:7)
  ├──[+] schemas (14768:7)
  ├──[+] schemas (14788:7)
  ├─┬PerAgentInsight
  │ ├──[+] properties (9956:9)
  │ ├─┬runCount
  │ │ └──[🔀] $ref (5632:9)❌ 
  │ ├─┬upvoteCount
  │ │ └──[🔀] description (9949:24)
  │ └─┬userCount
  │   └──[🔀] description (9952:24)
  ├─┬InsightsRequest
  │ ├──[+] properties (9649:9)
  │ ├──[+] properties (9646:9)
  │ └─┬overviewRequest
  │   └──[🔀] $ref (9591:9)❌ 
  ├─┬AnswerResult
  │ └─┬trackingToken
  │   ├──[🔀] description (8213:24)
  │   ├──[+] deprecated (8214:23)
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (8216:13)
  │     └──[+] x-speakeasy-deprecation-message (8220:44)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (11009:17)
  │     ├──[+] enum (11004:17)
  │     ├──[+] enum (11011:17)
  │     ├──[+] enum (11012:17)
  │     └──[+] enum (11013:17)
  ├─┬CurrentActiveUsers
  │ ├─┬weeklyActiveUsers
  │ │ └──[🔀] description (9704:24)
  │ └─┬monthlyActiveUsers
  │   └──[🔀] description (9701:24)
  ├─┬AgentsInsightsV2Request
  │ └──[+] properties (9561:9)
  ├─┬WorkflowMetadata
  │ └─┬ALLOF
  │   ├──[+] properties (11407:13)
  │   ├──[+] properties (11404:13)
  │   ├─┬lastUpdateTimestamp
  │   │ └──[🔀] description (11403:28)
  │   └─┬lastDraftSavedAt
  │     ├──[🔀] type (11408:21)❌ 
  │     └──[🔀] description (11409:28)
  ├─┬Announcement
  │ ├──[+] allOf (8103:11)
  │ └─┬ALLOF
  │   └──[🔀] $ref (6160:13)❌ 
  ├─┬GetCollectionResponse
  │ └─┬trackingToken
  │   ├──[🔀] description (9406:24)
  │   ├──[+] deprecated (9407:23)
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (9409:13)
  │     └──[+] x-speakeasy-deprecation-message (9413:44)
  ├─┬ChatSuggestion
  │ ├──[+] properties (11276:9)
  │ ├──[+] properties (11282:9)
  │ ├─┬feature
  │ │ └──[🔀] description (11278:24)
  │ └─┬query
  │   └──[🔀] description (11281:24)
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (9296:15)
  ├─┬Workflow
  │ └─┬ALLOF
  │   ├──[+] properties (11427:13)
  │   └──[+] properties (11423:13)
  ├─┬UgcType
  │ ├──[+] enum (11359:11)
  │ └──[+] enum (11358:11)
  ├─┬Feedback
  │ └─┬category
  │   ├──[+] enum (5038:15)
  │   └──[+] enum (5037:15)
  ├─┬Collection
  │ ├──[+] allOf (6450:11)
  │ └─┬ALLOF
  │   └──[🔀] $ref (6160:13)❌ 
  ├─┬InsightsOverviewRequest
  │ └──[+] properties (9526:9)
  ├─┬AgentsInsightsV2Response
  │ └─┬ALLOF
  │   ├──[+] properties (10076:13)
  │   └─┬upvotesTimeseries
  │     └──[🔀] $ref (10077:15)❌ 
  ├─┬PerUserInsight
  │ ├──[+] properties (9803:9)
  │ ├─┬numSummarizations
  │ │ └──[🔀] description (9781:24)
  │ ├─┬numSearches
  │ │ └──[🔀] description (9805:24)
  │ └─┬person
  │   └──[🔀] $ref (9795:11)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (11626:15)
  │   ├──[+] enum (11628:15)
  │   ├──[+] enum (11630:15)
  │   ├──[+] enum (11621:15)
  │   └──[+] enum (11629:15)
  ├─┬InsightsAssistantRequest
  │ └──[+] properties (9541:9)
  ├─┬InsightsResponse
  │ ├──[+] properties (10227:9)
  │ ├──[+] properties (10225:9)
  │ └─┬overviewResponse
  │   └──[🔀] $ref (10192:9)❌ 
  ├─┬InsightsOverviewResponse
  │ └─┬ALLOF
  │   ├──[+] properties (9861:13)
  │   ├──[+] properties (9853:13)
  │   ├──[+] properties (9849:13)
  │   ├──[+] properties (9851:13)
  │   ├─┬searchesTimeseries
  │   │ └──[🔀] $ref (9864:15)❌ 
  │   ├─┬searchDatasourceCounts
  │   │ └──[🔀] $ref (9765:9)❌ 
  │   ├─┬perUserInsights
  │   │ └──[🔀] $ref (9765:9)❌ 
  │   └─┬searchSessionSatisfaction
  │     ├──[+] deprecated (9818:27)
  │     └─┬Extensions
  │       ├──[+] x-glean-deprecated (9820:17)
  │       └──[+] x-speakeasy-deprecation-message (9824:48)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (11540:15)
  │   ├──[+] enum (11542:15)
  │   ├──[+] enum (11538:15)
  │   ├──[+] enum (11541:15)
  │   └──[+] enum (11533:15)
  ├─┬InsightsDepartmentsSummary
  │ └─┬ALLOF
  │   ├──[+] properties (9756:13)
  │   ├─┬ugcSummary
  │   │ └──[🔀] $ref (9741:15)❌ 
  │   ├─┬totalSignups
  │   │ └──[🔀] $ref (9707:9)❌ 
  │   └─┬searchSummary
  │     └──[🔀] $ref (9699:9)❌ 
  ├─┬AddCollectionItemsError
  │ └─┬errorType
  │   └──[+] enum (9266:15)
  └─┬Answer
    ├──[+] allOf (6593:11)
    └─┬ALLOF
      └──[🔀] $ref (6160:13)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 10 0
components 104 26

View full report

Linting Report 0 errors, 18 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

acceptHeaders: 2.81.2 - 2024-04-30

🐛 Bug Fixes

  • compute accept types from success responses (commit by @disintegrator)

core: 3.27.0 - 2026-05-22

🐝 New Features

  • add zodVersion="none" no-zod variant that emits SDK with passthrough schemas, no validation/transforms, JSON.parse/stringify only (commit by @mfbx9da4)

core: 3.26.52 - 2026-05-22

🐝 New Features

  • add privateIdentifierPrefix gen.yaml option to override the prefix used for ECMAScript private fields (default '#') (commit by @2ynn)

core: 3.26.51 - 2026-05-19

🐛 Bug Fixes

  • prevent unhandled rejection when an APIPromise rejects but the caller does not call .catch (commit by @AshGodfrey)

core: 3.26.50 - 2026-05-01

🐛 Bug Fixes

  • wrap optional helper with z.optional() for Zod 4.4 object-level compatibility (commit by @AshGodfrey)

examples: 2.82.6 - 2026-05-15

🐛 Bug Fixes

  • render OpenAPI 'example: null' values as the literal "null" in model docs instead of the Go-formatted '', which broke MDX renderers and leaked Go internals (commit by @AshGodfrey)

methodServerURLs: 2.82.2 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

mockServer: 0.1.4 - 2026-05-12

🐛 Bug Fixes

  • clean up orphaned mock server files on regeneration to prevent duplicate Go declarations (commit by @AshGodfrey)

Based on Speakeasy CLI 1.771.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot requested a review from a team as a code owner May 26, 2026 03:01
@github-actions github-actions Bot added the minor Minor version bump label May 26, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779763753 branch 14 times, most recently from 593f31a to f77630f Compare June 2, 2026 03:42
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779763753 branch 5 times, most recently from e0aa3d4 to 9e43098 Compare June 5, 2026 03:32
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `glean.client.collections.addItems()`:  `response` **Changed** (Breaking ⚠️)
* `glean.chat.getChatFile()`: **Added**
* `glean.agents.editAgent()`: **Added**
* `glean.entities.getPersonPhoto()`: **Added**
* `glean.tools.getActionPackAuthStatus()`: **Added**
* `glean.tools.authorizeActionPack()`: **Added**
* `glean.indexing.customMetadata.upsert()`: **Added**
* `glean.indexing.customMetadata.delete()`: **Added**
* `glean.indexing.customMetadata.getSchema()`: **Added**
* `glean.indexing.customMetadata.upsertSchema()`: **Added**
* `glean.indexing.customMetadata.deleteSchema()`: **Added**
* `glean.troubleshooting.post/api/index/v1/debug/{datasource}/document/events()`: **Added**
* `glean.datasources.getDatasourceCredentialStatus()`: **Added**
* `glean.datasources.rotateDatasourceCredentials()`: **Added**
* `glean.client.activity.feedback()`: 
  *  `request.feedback1.category` **Changed**
* `glean.client.announcements.create()`: 
  *  `request.createAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response` **Changed**
* `glean.client.announcements.update()`: 
  *  `request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response` **Changed**
* `glean.client.answers.create()`: 
  *  `request.createAnswerRequest.data.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
* `glean.client.answers.update()`: 
  *  `request.editAnswerRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
* `glean.client.answers.retrieve()`:  `response.answerResult.answer` **Changed**
* `glean.client.answers.list()`:  `response.answerResults[].answer` **Changed**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.createdBy.relatedDocuments[]` **Changed**
* `glean.client.chat.list()`:  `response.chatResults[].chat.createdBy.relatedDocuments[]` **Changed**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].citations[].sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.collections.create()`: 
  *  `request.createCollectionRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.union(class (0))` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.delete()`:  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.deleteItem()`:  `response.collection` **Changed**
* `glean.client.collections.update()`: 
  *  `request.editCollectionRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.updateItem()`:  `response.collection` **Changed**
* `glean.client.collections.retrieve()`:  `response` **Changed**
* `glean.client.collections.list()`:  `response.collections[]` **Changed**
* `glean.client.documents.retrieve()`:  `response.documents.Map<DocumentOrError>.union(Document).metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.documents.retrieveByFacets()`:  `response.documents[].metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.insights.retrieve()`: 
  *  `request.insightsRequest` **Changed**
  *  `response` **Changed**
* `glean.client.messages.retrieve()`:  `response.searchResponse.results[].structuredResults[]` **Changed**
* `glean.client.pins.update()`:  `response.attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.retrieve()`:  `response.pin.attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.list()`:  `response.pins[].attribution.relatedDocuments[]` **Changed**
* `glean.client.pins.create()`:  `response.attribution.relatedDocuments[]` **Changed**
* `glean.client.search.queryAsAdmin()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.search.autocomplete()`:  `response.results[].document.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[]` **Changed**
  *  `response.results[]` **Changed**
* `glean.client.search.recommendations()`: 
  *  `request.recommendationsRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.search.query()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.relatedDocuments[].results[].structuredResults[].answer` **Changed**
  *  `response.results[].structuredResults[]` **Changed**
* `glean.client.entities.list()`:  `response.results[].relatedDocuments[]` **Changed**
* `glean.client.entities.readPeople()`:  `response.results[].relatedDocuments[]` **Changed**
* `glean.client.shortcuts.create()`: 
  *  `request.createShortcutRequest.data.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.retrieve()`:  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.list()`:  `response.shortcuts[].addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.shortcuts.update()`: 
  *  `request.updateShortcutRequest.addedRoles[].person.relatedDocuments[]` **Changed**
  *  `response.shortcut.addedRoles[].person.relatedDocuments[]` **Changed**
* `glean.client.verification.addReminder()`:  `response.metadata.lastVerifier.relatedDocuments[]` **Changed**
* `glean.client.verification.list()`:  `response.documents[].metadata.lastVerifier.relatedDocuments[]` **Changed**
* `glean.client.verification.verify()`:  `response.metadata.lastVerifier.relatedDocuments[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779763753 branch from 6e2a02c to 86b1104 Compare June 5, 2026 17:36

@david-hamilton-glean david-hamilton-glean left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failures were from a bad mise cache, causing mise action to attempt to load an invalid version of speakeasy.

Deleted cache & re-ran CI.

@david-hamilton-glean david-hamilton-glean merged commit 6758ae0 into main Jun 5, 2026
3 of 5 checks passed
@david-hamilton-glean david-hamilton-glean deleted the speakeasy-sdk-regen-1779763753 branch June 5, 2026 17:48
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.

2 participants