Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.2.15 - #918

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1790035904
Sep 22, 2026
Merged

openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1790035904

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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.

Python SDK Changes:

  • open_router.workspaces.list(): response.data[].disabled_server_tools Added
  • open_router.workspaces.create():
    • request.disabled_server_tools Added
    • response.data.disabled_server_tools Added
  • open_router.workspaces.get(): response.data.disabled_server_tools Added
  • open_router.workspaces.update():
    • request.disabled_server_tools Added
    • response.data.disabled_server_tools Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/workspaces
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (45955:17)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └──[🔀] example (46034:17)
│ └─┬/workspaces/{id}
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └──[🔀] example (46212:17)
│   └─┬PATCH
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └──[🔀] example (46295:17)
└─┬Components
  ├─┬UpdateWorkspaceRequest
  │ ├──[+] properties (28339:9)
  │ ├─┬io_logging_api_key_ids
  │ │ ├──[🔀] description (28340:24)
  │ │ ├──[🔀] example (28342:13)
  │ │ └─┬Schema
  │ │   ├──[+] enum (28346:17)
  │ │   ├──[+] enum (28348:17)
  │ │   ├──[+] enum (28352:17)
  │ │   ├──[+] enum (28353:17)
  │ │   ├──[+] enum (28356:17)
  │ │   ├──[+] enum (28347:17)
  │ │   ├──[+] enum (28349:17)
  │ │   ├──[+] enum (28350:17)
  │ │   ├──[+] enum (28351:17)
  │ │   ├──[+] enum (28354:17)
  │ │   ├──[+] enum (28355:17)
  │ │   ├──[+] enum (28357:17)
  │ │   ├──[🔀] type (28358:19)❌ 
  │ │   └─┬Extensions
  │ │     └──[+] x-speakeasy-unknown-values (28359:41)
  │ ├─┬name
  │ │ ├──[🔀] type (28387:17)❌ 
  │ │ ├──[-] maxLength (28340:22)❌ 
  │ │ ├──[-] minLength (28341:22)❌ 
  │ │ ├──[🔀] description (28385:24)
  │ │ └──[🔀] example (28386:20)
  │ ├─┬is_observability_broadcast_enabled
  │ │ ├──[🔀] description (28377:24)
  │ │ └──[🔀] example (28378:20)
  │ ├─┬is_data_discount_logging_enabled
  │ │ ├──[🔀] type (28375:17)❌ 
  │ │ ├──[+] format (28374:19)❌ 
  │ │ ├──[🔀] description (28372:24)
  │ │ └──[🔀] example (28373:20)
  │ ├─┬io_logging_sampling_rate
  │ │ ├──[+] items (28367:13)❌ 
  │ │ ├──[🔀] type (28369:13)❌ 
  │ │ ├──[-] format (28323:19)❌ 
  │ │ ├──[🔀] description (28364:24)
  │ │ └──[🔀] example (28365:20)
  │ ├─┬slug
  │ │ ├──[🔀] maxLength (28391:22)❌ 
  │ │ ├──[-] pattern (28348:20)❌ 
  │ │ ├──[🔀] description (28389:24)
  │ │ └──[🔀] example (28390:20)
  │ └─┬is_observability_io_logging_enabled
  │   └──[🔀] description (28381:24)
  ├─┬Workspace
  │ ├──[🔀] example (29614:9)
  │ ├──[+] properties (29672:9)
  │ ├─┬include_byok_in_budgets
  │ │ ├──[🔀] type (29684:17)❌ 
  │ │ ├──[+] format (29683:19)❌ 
  │ │ ├──[🔀] description (29681:24)
  │ │ └──[🔀] example (29682:20)
  │ ├─┬name
  │ │ ├──[🔀] type (29713:17)❌ 
  │ │ ├──[🔀] description (29711:24)
  │ │ └──[🔀] example (29712:20)
  │ ├─┬is_data_discount_logging_enabled
  │ │ ├──[🔀] type (29701:17)❌ 
  │ │ ├──[+] format (29700:19)❌ 
  │ │ ├──[🔀] description (29698:24)
  │ │ └──[🔀] example (29699:20)
  │ ├─┬is_observability_io_logging_enabled
  │ │ └──[🔀] description (29707:24)
  │ ├─┬io_logging_sampling_rate
  │ │ ├──[+] items (29693:13)❌ 
  │ │ ├──[🔀] type (29695:13)❌ 
  │ │ ├──[-] format (29639:19)❌ 
  │ │ ├──[🔀] description (29690:24)
  │ │ └──[🔀] example (29691:20)
  │ ├─┬is_observability_broadcast_enabled
  │ │ ├──[🔀] description (29703:24)
  │ │ └──[🔀] example (29704:20)
  │ ├─┬id
  │ │ ├──[+] items (29676:13)❌ 
  │ │ ├──[🔀] type (29678:13)❌ 
  │ │ ├──[-] format (29622:19)❌ 
  │ │ ├──[🔀] description (29673:24)
  │ │ └──[🔀] example (29674:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (29721:17)❌ 
  │ │ ├──[🔀] description (29719:24)
  │ │ └──[🔀] example (29720:20)
  │ ├─┬io_logging_api_key_ids
  │ │ ├──[-] items (29632:13)❌ 
  │ │ ├──[🔀] type (29688:17)❌ 
  │ │ ├──[🔀] description (29686:24)
  │ │ └──[🔀] example (29687:20)
  │ └─┬slug
  │   ├──[🔀] description (29715:24)
  │   └──[🔀] example (29716:20)
  ├─┬CreateWorkspaceRequest
  │ ├──[+] properties (8051:9)
  │ ├─┬is_observability_broadcast_enabled
  │ │ ├──[🔀] description (8089:24)
  │ │ └──[🔀] example (8090:20)
  │ ├─┬is_data_discount_logging_enabled
  │ │ ├──[🔀] type (8087:17)❌ 
  │ │ ├──[+] format (8086:19)❌ 
  │ │ ├──[🔀] description (8084:24)
  │ │ └──[🔀] example (8085:20)
  │ ├─┬io_logging_api_key_ids
  │ │ ├──[🔀] description (8052:24)
  │ │ ├──[🔀] example (8054:13)
  │ │ └─┬Schema
  │ │   ├──[+] enum (8061:17)
  │ │   ├──[+] enum (8063:17)
  │ │   ├──[+] enum (8064:17)
  │ │   ├──[+] enum (8065:17)
  │ │   ├──[+] enum (8066:17)
  │ │   ├──[+] enum (8067:17)
  │ │   ├──[+] enum (8058:17)
  │ │   ├──[+] enum (8059:17)
  │ │   ├──[+] enum (8062:17)
  │ │   ├──[+] enum (8068:17)
  │ │   ├──[+] enum (8069:17)
  │ │   ├──[+] enum (8060:17)
  │ │   ├──[🔀] type (8070:19)❌ 
  │ │   └─┬Extensions
  │ │     └──[+] x-speakeasy-unknown-values (8071:41)
  │ ├─┬slug
  │ │ ├──[🔀] maxLength (8103:22)❌ 
  │ │ ├──[-] pattern (8087:20)❌ 
  │ │ ├──[🔀] description (8101:24)
  │ │ └──[🔀] example (8102:20)
  │ ├─┬is_observability_io_logging_enabled
  │ │ └──[🔀] description (8093:24)
  │ ├─┬name
  │ │ ├──[🔀] type (8099:17)❌ 
  │ │ ├──[-] maxLength (8079:22)❌ 
  │ │ ├──[-] minLength (8080:22)❌ 
  │ │ ├──[🔀] description (8097:24)
  │ │ └──[🔀] example (8098:20)
  │ └─┬io_logging_sampling_rate
  │   ├──[+] items (8079:13)❌ 
  │   ├──[🔀] type (8081:13)❌ 
  │   ├──[-] format (8062:19)❌ 
  │   ├──[🔀] description (8076:24)
  │   └──[🔀] example (8077:20)
  ├─┬GetWorkspaceResponse
  │ └──[🔀] example (10802:9)
  ├─┬UpdateWorkspaceResponse
  │ └──[🔀] example (28404:9)
  ├─┬ListWorkspacesResponse
  │ └──[🔀] example (13773:9)
  └─┬CreateWorkspaceResponse
    └──[🔀] example (8119:9)
Document Element Total Changes Breaking Changes
paths 4 0
components 115 36

View full report

Linting Report 0 errors, 6 warnings, 14 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

* `open_router.workspaces.list()`:  `response.data[].disabled_server_tools` **Added**
* `open_router.workspaces.create()`: 
  *  `request.disabled_server_tools` **Added**
  *  `response.data.disabled_server_tools` **Added**
* `open_router.workspaces.get()`:  `response.data.disabled_server_tools` **Added**
* `open_router.workspaces.update()`: 
  *  `request.disabled_server_tools` **Added**
  *  `response.data.disabled_server_tools` **Added**
@github-actions github-actions Bot added the patch Patch version bump label Sep 22, 2026
@mintlify

mintlify Bot commented Sep 22, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
openrouter-production 🟢 Ready View Preview Sep 22, 2026, 12:15 AM

@mintlify

mintlify Bot commented Sep 22, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
openrouter-staging 🟢 Ready View Preview Sep 22, 2026, 12:15 AM

@openrouter-docs-sync
openrouter-docs-sync Bot merged commit f463076 into main Sep 22, 2026
3 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1790035904 branch September 22, 2026 00:16
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