Skip to content

chore: 🐝 Update SDK - Generate 0.18.1#138

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

chore: 🐝 Update SDK - Generate 0.18.1#138
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784686394

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 22, 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.search.query():
    • request.datasourceInstances Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.status[422] Added
  • glean.skills.update(): Added
  • glean.search.listFilters(): Added
  • glean.indexing.datasources.add(): request Changed
  • glean.indexing.datasources.retrieveConfig(): response 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 (845:3)
│ ├─┬/api/skills/{skill_id}
│ │ └──[+] patch (405:7)
│ └─┬/api/search
│   └─┬POST
│     ├──[🔀] description (798:20)
│     └─┬Responses
│       ├──[+] codes (17268:7)
│       └─┬200
│         └──[🔀] description (815:24)
└─┬Components
  ├──[+] responses (17268:7)
  ├──[-] schemas (6209:7)❌ 
  ├──[+] schemas (6683:7)
  ├──[+] schemas (6388:7)
  ├──[+] schemas (5765:7)
  ├──[+] schemas (6734:7)
  ├──[+] schemas (6382:7)
  ├──[+] schemas (6396:7)
  ├──[+] schemas (6715:7)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬datasourceCategory
  │   ├──[+] enum (16135:15)
  │   └──[+] enum (16136:15)
  ├─┬PlatformResult
  │ ├──[+] additionalProperties (6600:29)❌ 
  │ ├──[-] properties (6471:9)❌ 
  │ ├─┬snippets
  │ │ └─┬Schema
  │ │   └──[+] minLength (6621:24)❌ 
  │ ├─┬document_type
  │ │ └──[+] minLength (6633:22)❌ 
  │ ├─┬datasource
  │ │ └──[+] minLength (6627:22)❌ 
  │ ├─┬url
  │ │ └──[+] minLength (6609:22)❌ 
  │ └─┬title
  │   └──[+] minLength (6614:22)❌ 
  ├─┬PlatformSearchRequest
  │ ├──[-] properties (6430:9)❌ 
  │ ├─┬query
  │ │ └──[+] minLength (6567:22)❌ 
  │ ├─┬filters
  │ │ ├──[+] minItems (6591:21)❌ 
  │ │ └──[🔀] description (6594:24)
  │ └─┬datasources
  │   ├──[+] minItems (6583:21)❌ 
  │   ├──[🔀] description (6587:24)
  │   └─┬Schema
  │     └──[+] minLength (6586:24)❌ 
  ├─┬PlatformSkillValidationResponse
  │ └─┬warnings
  │   └─┬Schema
  │     └──[🔀] $ref (5765:13)❌ 
  ├─┬PlatformSearchResponse
  │ ├──[+] additionalProperties (6652:29)❌ 
  │ ├──[+] required (6658:11)❌ 
  │ ├──[+] properties (6676:9)
  │ └─┬request_id
  │   └──[+] minLength (6674:22)❌ 
  ├─┬PlatformFilter
  │ ├──[+] additionalProperties (6508:29)❌ 
  │ ├─┬field
  │ │ └──[+] minLength (6517:22)❌ 
  │ └─┬values
  │   └─┬Schema
  │     └──[+] minLength (6526:24)❌ 
  ├─┬ObjectDefinition
  │ └─┬docCategory
  │   ├──[+] enum (16080:15)
  │   └──[+] enum (16081:15)
  └─┬PlatformTimeRange
    └──[+] additionalProperties (6538:29)❌ 
Document Element Total Changes Breaking Changes
paths 5 0
components 36 21
info 2 0

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.790.3

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner July 22, 2026 02:20
@github-actions github-actions Bot added the patch Patch version bump label Jul 22, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784686394 branch 6 times, most recently from 05dff9b to 62787ac Compare July 23, 2026 02:31
* `glean.search.query()`: 
  *  `request.datasourceInstances` **Removed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[422]` **Added**
* `glean.skills.update()`: **Added**
* `glean.search.listFilters()`: **Added**
* `glean.indexing.datasources.add()`:  `request` **Changed**
* `glean.indexing.datasources.retrieveConfig()`:  `response` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784686394 branch from 4ee268b to 46cc8f5 Compare July 23, 2026 04:14
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