Skip to content

chore: 🐝 Update SDK - Generate 0.14.20#124

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776737543
Open

chore: 🐝 Update SDK - Generate 0.14.20#124
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776737543

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 21, 2026

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.client.collections.addItems(): response.error.errorType.enum(corruptItem) Added (Breaking ⚠️)
  • glean.datasources.getDatasourceCredentialStatus(): Added
  • glean.datasources.rotateDatasourceCredentials(): Added
  • glean.client.collections.create():
    • response.union(class (0)).error.errorCode.enum(corruptItem) Added
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.delete(): errorCode.enum(corruptItem) Added
  • glean.client.collections.update():
    • response Changed
    • errorCode.enum(corruptItem) Added
  • glean.client.collections.retrieve(): response.error.errorCode.enum(corruptItem) Added
  • glean.client.insights.retrieve():
    • request.insightsRequest Changed
    • response.agentsResponse.topUseCasesInsights Added
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[] Changed
    • response.results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-open-api-commit-sha (25:26)
│   └──[🔀] x-source-commit-sha (5:24)
├─┬Paths
│ ├──[+] path (4057:3)
│ └──[+] path (4017:3)
└─┬Components
  ├──[+] parameters (14151:7)
  ├──[+] schemas (14048:7)
  ├──[+] schemas (9439:7)
  ├──[+] schemas (9096:7)
  ├──[+] schemas (14068:7)
  ├──[+] schemas (14038:7)
  ├─┬WorkflowMetadata
  │ └─┬ALLOF
  │   ├──[+] properties (10774:13)
  │   ├─┬lastUpdateTimestamp
  │   │ └──[🔀] $ref (5199:9)❌ 
  │   └─┬lastUpdatedBy
  │     └──[🔀] $ref (10769:15)❌ 
  ├─┬InsightsRequest
  │ ├──[+] properties (9152:9)
  │ └─┬overviewRequest
  │   └──[🔀] $ref (9097:9)❌ 
  ├─┬AgentsInsightsV2Response
  │ └─┬ALLOF
  │   ├──[+] properties (9554:13)
  │   └─┬upvotesTimeseries
  │     └──[🔀] $ref (9555:15)❌ 
  ├─┬InsightsAssistantRequest
  │ └──[+] properties (9067:9)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   ├──[+] enum (10896:15)
  │   ├──[+] enum (10898:15)
  │   └──[+] enum (10899:15)
  ├─┬FeedResult
  │ └─┬category
  │   ├──[+] enum (10982:15)
  │   ├──[+] enum (10985:15)
  │   └──[+] enum (10984:15)
  ├─┬InsightsOverviewRequest
  │ └──[+] properties (9052:9)
  ├─┬AgentsInsightsV2Request
  │ └──[+] properties (9087:9)
  ├─┬UgcType
  │ └──[+] enum (10719:11)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     ├──[+] enum (10379:17)
  │     ├──[+] enum (10382:17)
  │     └──[+] enum (10381:17)
  ├─┬CollectionError
  │ └─┬errorCode
  │   └──[+] enum (8829:15)
  ├─┬CurrentActiveUsers
  │ ├─┬monthlyActiveUsers
  │ │ └──[🔀] description (9204:24)
  │ └─┬weeklyActiveUsers
  │   └──[🔀] description (9207:24)
  └─┬AddCollectionItemsError
    └─┬errorType
      └──[+] enum (8799:15)
Document Element Total Changes Breaking Changes
components 30 7
info 2 0
paths 2 0

View full report

Linting Report 0 errors, 18 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

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)

Based on Speakeasy CLI 1.761.11

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 21, 2026
@github-actions github-actions Bot requested a review from a team as a code owner April 21, 2026 02:19
@github-actions github-actions Bot added the patch Patch version bump label Apr 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776737543 branch 15 times, most recently from 6ac41bc to 7fbd732 Compare April 28, 2026 02:42
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776737543 branch 8 times, most recently from 496e816 to 483594d Compare May 2, 2026 02:32
* `glean.client.collections.addItems()`:  `response.error.errorType.enum(corruptItem)` **Added** (Breaking ⚠️)
* `glean.datasources.getDatasourceCredentialStatus()`: **Added**
* `glean.datasources.rotateDatasourceCredentials()`: **Added**
* `glean.client.collections.create()`: 
  *  `response.union(class (0)).error.errorCode.enum(corruptItem)` **Added**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.delete()`:  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.update()`: 
  *  `response` **Changed**
  *  `errorCode.enum(corruptItem)` **Added**
* `glean.client.collections.retrieve()`:  `response.error.errorCode.enum(corruptItem)` **Added**
* `glean.client.insights.retrieve()`: 
  *  `request.insightsRequest` **Changed**
  *  `response.agentsResponse.topUseCasesInsights` **Added**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[]` **Changed**
  *  `response.results[]` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776737543 branch from 887ac7e to 6cd089a Compare May 3, 2026 02:41
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