Skip to content

chore: 🐝 Update SDK - Generate 0.18.0#137

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

chore: 🐝 Update SDK - Generate 0.18.0#137
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783736017

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 11, 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.skills.list(): Added
  • glean.skills.retrieve(): Added
  • glean.client.chat.create():
    • request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource Added
    • response.messages[].fragments[].action.metadata.actionTypeSource Added
  • glean.client.chat.retrieve(): response.chatResult.chat.messages[].fragments[].action.metadata.actionTypeSource Added
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (308:3)
│ └──[+] path (253:3)
└─┬Components
  ├──[+] schemas (5597:7)
  ├──[+] schemas (5604:7)
  ├──[+] schemas (5585:7)
  ├──[+] schemas (5592:7)
  ├──[+] schemas (5706:7)
  ├──[+] schemas (5683:7)
  ├──[+] schemas (5638:7)
  └─┬ToolMetadata
    ├──[+] properties (9860:9)
    ├─┬writeActionType
    │ ├──[-] enum (9634:15)❌ 
    │ ├──[-] enum (9635:15)❌ 
    │ ├──[-] enum (9636:15)❌ 
    │ └──[🔀] description (9899:24)
    ├─┬displayName
    │ └──[🔀] $ref (9828:11)❌ 
    ├─┬createdBy
    │ └──[🔀] $ref (9846:11)❌ 
    ├─┬objectName
    │ └──[🔀] $ref (9820:11)❌ 
    ├─┬permissions
    │ └──[🔀] $ref (9723:13)❌ 
    ├─┬lastUpdatedAt
    │ ├──[+] enum (9837:15)
    │ ├──[+] enum (9838:15)
    │ ├──[+] enum (9839:15)
    │ ├──[-] format (9629:19)❌ 
    │ └──[🔀] description (9840:24)
    ├─┬createdAt
    │ ├──[+] enum (9879:15)
    │ ├──[+] enum (9880:15)
    │ ├──[+] enum (9881:15)
    │ ├──[+] enum (9882:15)
    │ ├──[+] enum (9883:15)
    │ ├──[+] enum (9884:15)
    │ ├──[-] format (9625:19)❌ 
    │ └──[🔀] description (9885:24)
    ├─┬usageInstructions
    │ ├──[+] enum (9816:15)
    │ ├──[+] enum (9817:15)
    │ └──[🔀] description (9818:24)
    ├─┬isSetupFinished
    │ └──[🔀] $ref (9717:13)❌ 
    ├─┬toolId
    │ └──[🔀] $ref (7035:9)❌ 
    ├─┬knowledgeType
    │ ├──[-] enum (9615:15)❌ 
    │ ├──[-] enum (9616:15)❌ 
    │ ├──[-] enum (9617:15)❌ 
    │ ├──[🔀] type (9901:17)❌ 
    │ └──[🔀] description (9902:24)
    ├─┬logoUrl
    │ └──[🔀] $ref (9731:9)❌ 
    ├─┬displayDescription
    │ └──[🔀] $ref (9731:9)❌ 
    ├─┬authType
    │ └──[🔀] $ref (9741:13)❌ 
    ├─┬type
    │ ├──[-] enum (9594:15)❌ 
    │ ├──[-] enum (9595:15)❌ 
    │ └──[🔀] description (9826:24)
    ├─┬lastUpdatedBy
    │ └──[🔀] $ref (9850:11)❌ 
    ├─┬auth
    │ └──[🔀] $ref (9861:11)❌ 
    └─┬name
      └──[🔀] $ref (9720:13)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 2 0
components 48 23

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

reactQueryHooks: 0.3.0 - 2026-07-07

🐝 New Features

  • opt-in queryKey.includeRequestBody on x-speakeasy-react-hook to include the request body in generated query hook keys; setting queryKey infers the hook type as query (commit by @AshGodfrey)

Based on Speakeasy CLI 1.790.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot requested a review from a team as a code owner July 11, 2026 02:20
@github-actions github-actions Bot added the patch Patch version bump label Jul 11, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783736017 branch 3 times, most recently from b50713a to 98a15e2 Compare July 14, 2026 02:12
* `glean.skills.list()`: **Added**
* `glean.skills.retrieve()`: **Added**
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource` **Added**
  *  `response.messages[].fragments[].action.metadata.actionTypeSource` **Added**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.messages[].fragments[].action.metadata.actionTypeSource` **Added**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].fragments[].action.metadata.actionTypeSource` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783736017 branch from f8b4a7e to c73a097 Compare July 14, 2026 18:35
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.17.4 chore: 🐝 Update SDK - Generate 0.18.0 Jul 14, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Jul 14, 2026
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