Skip to content

chore: 🐝 Update SDK - Generate 0.41.2 - #150

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

chore: 🐝 Update SDK - Generate 0.41.2#150
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1785147379

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 27, 2026

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.

Ruby SDK Changes:

  • stack_one.actions.rpc_action_synced():
    • request.actions_rpc_synced_request_dtoChanged
    • responseChanged (Breaking ⚠️)
  • stack_one.mcp.mcp_post():
    • requestChanged (Breaking ⚠️)
    • response.status[200].content[text/event-streamRemoved (Breaking ⚠️)
  • stack_one.mcp.mcp_delete(): Removed (Breaking ⚠️)
  • stack_one.mcp.mcp_get(): Removed (Breaking ⚠️)
  • stack_one.actions.list_actions_meta(): response.data[].actions[].has_required_parametersAdded
  • stack_one.documents.get_file(): response.data.iconAdded
  • stack_one.documents.get_folder(): response.data.iconAdded
  • stack_one.documents.list_files(): response.data[].iconAdded
  • stack_one.documents.list_folders(): response.data[].iconAdded

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/unified/documents/files/{id}
│ │ └─┬GET
│ │ └─┬Parameters
│ │ └─┬Schema
│ │ └──[🔀] example (60307:26)
│ ├─┬/unified/documents/files
│ │ └─┬GET
│ │ └─┬Parameters
│ │ └─┬Schema
│ │ └──[🔀] example (59945:26)
│ ├─┬/mcp
│ │ ├──[-] get (38:7956)❌ │ │ ├──[-] delete (38:10624)❌ │ │ └─┬POST
│ │ ├──[-] parameters (38:1488)❌ │ │ ├──[+] parameters (38:368)❌ │ │ ├─┬Parameters
│ │ │ ├──[🔀] description (38:1855)
│ │ │ └──[🔀] required (38:2124)❌ │ │ ├─┬Responses
│ │ │ └─┬200
│ │ │ ├──[-] content (38:5658)❌ │ │ │ └─┬application/json
│ │ │ └─┬initialize
│ │ │ ├──[🔀] value (38:4480)
│ │ │ └──[🔀] summary (38:4433)
│ │ └─┬Requestbody
│ │ └─┬application/json
│ │ └─┬initialize
│ │ └──[🔀] summary (38:2448)
│ ├─┬/actions/rpc/synced
│ │ └─┬POST
│ │ ├──[🔀] description (43:51)
│ │ └─┬Responses
│ │ └─┬200
│ │ ├──[🔀] description (43:1218)
│ │ └─┬application/json
│ │ └─┬Schema
│ │ └──[🔀] $ref (43:1335)❌ │ ├─┬/unified/documents/folders
│ │ └─┬GET
│ │ └─┬Parameters
│ │ └─┬Schema
│ │ └──[🔀] example (60528:26)
│ └─┬/unified/documents/folders/{id}
│ └─┬GET
│ └─┬Parameters
│ └─┬Schema
│ └──[🔀] example (60869:26)
└─┬Components
├──[+] schemas (67816:31)
├──[+] schemas (67818:34)
├─┬ActionsRpcSyncedRequestDto
│ ├──[+] properties (67814:2933)
│ ├──[+] properties (67814:1828)
│ ├──[+] properties (67814:2620)
│ ├──[+] properties (67814:2417)
│ ├──[+] properties (67814:2178)
│ ├─┬filter
│ │ ├──[🔀] description (67814:1403)
│ │ └──[🔀] example (67814:1744)
│ ├─┬query
│ │ ├──[🔀] description (67814:495)
│ │ └──[+] deprecated (67814:755)
│ ├─┬path
│ │ ├──[🔀] description (67814:199)
│ │ └──[+] deprecated (67814:450)
│ ├─┬body
│ │ ├──[🔀] description (67814:799)
│ │ └──[+] deprecated (67814:1052)
│ └─┬headers
│ ├──[🔀] description (67814:1099)
│ └──[+] deprecated (67814:1357)
├─┬Folders
│ ├──[+] properties (91371:11)
│ ├─┬remote_id
│ │ ├──[🔀] description (91427:28)
│ │ └──[🔀] example (91429:24)
│ ├─┬id
│ │ ├──[🔀] description (91373:28)
│ │ └──[🔀] example (91375:24)
│ ├─┬remote_parent_folder_id
│ │ └──[🔀] description (91403:28)
│ ├─┬name
│ │ ├──[-] type (91369:21)❌ │ │ ├──[🔀] description (91492:28)
│ │ ├──[🔀] example (91494:24)
│ │ ├──[+] oneOf (91481:15)
│ │ └──[+] oneOf (91484:15)
│ ├─┬owner_id
│ │ ├──[🔀] description (91361:28)
│ │ └──[🔀] example (91363:24)
│ ├─┬path
│ │ ├──[🔀] description (91409:28)
│ │ └──[🔀] example (91411:24)
│ ├─┬parent_folder_id
│ │ └──[🔀] description (91397:28)
│ ├─┬remote_owner_id
│ │ ├──[🔀] description (91355:28)
│ │ └──[🔀] example (91357:24)
│ ├─┬remote_drive_id
│ │ ├──[🔀] description (91391:28)
│ │ └──[🔀] example (91393:24)
│ ├─┬updated_at
│ │ ├──[🔀] type (91378:21)❌ │ │ ├──[-] format (91443:23)❌ │ │ ├──[🔀] description (91379:28)
│ │ └──[🔀] example (91381:24)
│ ├─┬is_root
│ │ ├──[+] type (91348:21)❌ │ │ ├──[🔀] description (91349:28)
│ │ ├──[🔀] example (91351:24)
│ │ ├──[-] oneOf (91484:15)❌ │ │ └──[-] oneOf (91487:15)❌ │ ├─┬url
│ │ ├──[+] format (91440:23)❌ │ │ ├──[🔀] description (91441:28)
│ │ └──[🔀] example (91443:24)
│ └─┬size
│ ├──[🔀] type (91414:21)❌ │ ├──[🔀] description (91415:28)
│ └──[🔀] example (91417:24)
├─┬Files
│ ├──[+] properties (91158:11)
│ ├─┬remote_drive_id
│ │ ├──[🔀] description (91187:28)
│ │ └──[🔀] example (91189:24)
│ ├─┬owner_id
│ │ ├──[🔀] description (91148:28)
│ │ └──[🔀] example (91150:24)
│ ├─┬path
│ │ ├──[🔀] description (91193:28)
│ │ └──[🔀] example (91195:24)
│ ├─┬remote_owner_id
│ │ ├──[🔀] description (91142:28)
│ │ └──[🔀] example (91144:24)
│ ├─┬url
│ │ ├──[+] format (91251:23)❌ │ │ ├──[🔀] description (91252:28)
│ │ └──[🔀] example (91254:24)
│ ├─┬remote_id
│ │ ├──[🔀] description (91226:28)
│ │ └──[🔀] example (91228:24)
│ ├─┬size
│ │ ├──[🔀] type (91213:21)❌ │ │ ├──[🔀] description (91214:28)
│ │ └──[🔀] example (91216:24)
│ ├─┬remote_folder_id
│ │ └──[🔀] description (91238:28)
│ ├─┬updated_at
│ │ ├──[🔀] type (91165:21)❌ │ │ ├──[-] format (91260:23)❌ │ │ ├──[🔀] description (91166:28)
│ │ └──[🔀] example (91168:24)
│ ├─┬id
│ │ ├──[🔀] description (91160:28)
│ │ └──[🔀] example (91162:24)
│ └─┬name
│ ├──[🔀] description (91136:28)
│ └──[🔀] example (91138:24)
├─┬ActionsSyncedResponse
│ ├──[+] properties (67817:348)
│ ├─┬datasync
│ │ ├──[+] items (67817:154)❌ │ │ ├──[+] type (67817:78)❌ │ │ ├──[🔀] description (67817:100)
│ │ ├──[+] nullable (67817:211)❌ │ │ └──[-] allOf (67815:32)❌ │ └─┬data
│ ├──[+] additionalProperties (67817:550)❌ │ ├──[-] items (67816:154)❌ │ ├──[🔀] type (67817:371)❌ │ └──[🔀] description (67817:394)
├─┬ActionMetaItem
│ ├──[+] properties (67806:664)
│ ├─┬schema_type
│ │ ├──[+] items (67806:1474)❌ │ │ ├──[🔀] type (67806:1458)❌ │ │ └──[🔀] description (67806:1398)
│ ├─┬label
│ │ └──[🔀] description (67806:92)
│ ├─┬syncable
│ │ └──[🔀] description (67806:567)
│ ├─┬tags
│ │ ├──[-] items (67806:764)❌ │ │ ├──[🔀] type (67806:401)❌ │ │ └──[🔀] description (67806:425)
│ ├─┬supports_incremental
│ │ ├──[🔀] type (67806:309)❌ │ │ └──[🔀] description (67806:332)
│ ├─┬id
│ │ ├──[🔀] type (67806:698)❌ │ │ └──[🔀] description (67806:722)
│ └─┬required_scopes
│ ├──[-] items (67806:1202)❌ │ ├──[🔀] type (67806:141)❌ │ └──[🔀] description (67806:164)
└─┬ActionsSyncedDatasync
├──[+] required (67815:1091)❌ ├──[+] required (67815:1081)❌ ├──[+] properties (67815:788)
├──[+] properties (67815:861)
└─┬synced_at
└──[🔀] description (67815:829)
Document ElementTotal ChangesBreaking Changes
paths177
components10929

View full report

Linting Report 0 errors, 23 warnings, 34 hints

View full report

RUBY CHANGELOG

core: 3.11.34 - 2026-08-12

🐝 New Features

retries: 0.1.3 - 2026-07-27

🐛 Bug Fixes

  • honor the standard Retry-After header (delta-seconds and HTTP-date) alongside retry-after-ms (commit by @AshGodfrey)

unions: 0.1.5 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.795.1

Last updated by Speakeasy workflow

@github-actions
github-actionsBot requested a review from a team as a code ownerJuly 27, 2026 10:20
CopilotAI review requested due to automatic review settings July 27, 2026 10:20
@github-actionsgithub-actionsBot added the patch Patch version bump label Jul 27, 2026

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions
github-actionsBotforce-pushed the speakeasy-sdk-regen-1785147379 branch 2 times, most recently from ef1f29e to 24ca68bCompareAugust 10, 2026 09:32
@github-actions
github-actionsBotforce-pushed the speakeasy-sdk-regen-1785147379 branch from 54c33bf to 70d234fCompareAugust 17, 2026 09:17
* `stack_one.actions.rpc_action_synced()`: * `request.actions_rpc_synced_request_dto` **Changed**
* `response` **Changed** (Breaking ⚠️)
* `stack_one.mcp.mcp_post()`: * `request` **Changed** (Breaking ⚠️)
* `response.status[200].content[text/event-stream` **Removed** (Breaking ⚠️)
* `stack_one.mcp.mcp_delete()`: **Removed** (Breaking ⚠️)
* `stack_one.mcp.mcp_get()`: **Removed** (Breaking ⚠️)
* `stack_one.actions.list_actions_meta()`: `response.data[].actions[].has_required_parameters` **Added**
* `stack_one.documents.get_file()`: `response.data.icon` **Added**
* `stack_one.documents.get_folder()`: `response.data.icon` **Added**
* `stack_one.documents.list_files()`: `response.data[].icon` **Added**
* `stack_one.documents.list_folders()`: `response.data[].icon` **Added**
@github-actions
github-actionsBotforce-pushed the speakeasy-sdk-regen-1785147379 branch from 9286a7d to ed4de19CompareAugust 24, 2026 09:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patchPatch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@speakeasybot