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-actions github-actions Bot 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_dto Changed
    • response Changed (Breaking ⚠️)
  • stack_one.mcp.mcp_post():
    • request Changed (Breaking ⚠️)
    • response.status[200].content[text/event-stream Removed (Breaking ⚠️)
  • stack_one.logs.list_logs():
    • request Changed (Breaking ⚠️)
    • response.data[] Changed
  • stack_one.request_logs.list_platform_logs(): Removed (Breaking ⚠️)
  • stack_one.logs.get_logs_stats_dimensions(): response.status[200] Added
  • stack_one.logs.list_platform_logs(): Added
  • stack_one.request_logs.list_step_logs_legacy(): Removed (Breaking ⚠️)
  • stack_one.actions.list_actions_meta(): response.data[].actions[].has_required_parameters Added
  • stack_one.request_logs.get_log(): Removed (Breaking ⚠️)
  • stack_one.actions.search_actions(): response.results[] Changed
  • stack_one.logs.get_action_log(): response.connector Added
  • stack_one.logs.get_logs_stats_aggregate():
    • request.interval_type.enum(none) Added
  • stack_one.request_logs.list_logs_legacy(): Removed (Breaking ⚠️)
  • stack_one.logs.get_unified_log(): response.connector Added
  • stack_one.logs.list_action_logs(): response.data[].connector Added
  • stack_one.mcp.mcp_get(): Removed (Breaking ⚠️)
  • stack_one.logs.list_unified_logs(): response.data[].connector Added
  • stack_one.mcp.mcp_delete(): Removed (Breaking ⚠️)
  • 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

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (12:5)❌ 
│ ├──[-] path (10:5)❌ 
│ ├──[-] path (13:5)❌ 
│ ├──[-] path (11:5)❌ 
│ ├──[+] path (26:5)
│ ├─┬/actions/rpc/synced
│ │ └─┬POST
│ │   ├──[🔀] description (40:51)
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[🔀] description (40:789)
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (40:906)❌ 
│ ├─┬/logs/stats/dimensions
│ │ └─┬POST
│ │   ├──[🔀] description (28:54)
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[+] content (28:618)
│ ├─┬/mcp
│ │ ├──[-] get (38:7956)❌ 
│ │ ├──[-] delete (38:10624)❌ 
│ │ └─┬POST
│ │   ├──[-] parameters (38:1488)❌ 
│ │   ├──[+] parameters (35:368)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (35:1855)
│ │   │ └──[🔀] required (35:2124)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   ├──[-] content (38:5658)❌ 
│ │   │   └─┬application/json
│ │   │     └─┬initialize
│ │   │       ├──[🔀] value (35:4480)
│ │   │       └──[🔀] summary (35:4433)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬initialize
│ │         └──[🔀] summary (35:2448)
│ ├─┬/logs
│ │ └─┬POST
│ │   └──[+] parameters (10:270)
│ ├─┬/unified/documents/files/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (60304:26)
│ ├─┬/unified/documents/folders/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (60866:26)
│ ├─┬/unified/check_permissions
│ │ └─┬POST
│ │   └──[🔀] description (42:58)
│ ├─┬/connect_sessions
│ │ └─┬POST
│ │   └──[+] description (4:49)
│ ├─┬/actions/search
│ │ └─┬POST
│ │   └──[+] description (37:47)
│ ├─┬/unified/documents/files
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (59942:26)
│ ├─┬/connect_sessions/authenticate
│ │ └─┬POST
│ │   └──[+] description (6:62)
│ ├─┬/connect_sessions/{id}
│ │ └─┬GET
│ │   └──[+] description (5:53)
│ └─┬/unified/documents/folders
│   └─┬GET
│     └─┬Parameters
│       └─┬Schema
│         └──[🔀] example (60525:26)
└─┬Components
  ├──[-] schemas (67910:38)❌ 
  ├──[-] schemas (67923:31)❌ 
  ├──[-] schemas (67936:37)❌ 
  ├──[-] schemas (67925:34)❌ 
  ├──[-] schemas (67934:28)❌ 
  ├──[-] schemas (67817:33)❌ 
  ├──[-] schemas (67818:36)❌ 
  ├──[-] schemas (67819:34)❌ 
  ├──[-] schemas (67933:33)❌ 
  ├──[-] schemas (67937:35)❌ 
  ├──[-] schemas (67909:28)❌ 
  ├──[-] schemas (67922:24)❌ 
  ├──[-] schemas (67854:29)❌ 
  ├──[+] schemas (67890:22)
  ├──[+] schemas (67883:29)
  ├──[+] schemas (67882:25)
  ├──[+] schemas (67813:31)
  ├──[+] schemas (67815:34)
  ├──[+] schemas (67892:30)
  ├──[+] schemas (67891:32)
  ├──[+] schemas (67893:31)
  ├──[+] schemas (67881:31)
  ├─┬AggregationPostDto
  │ └─┬interval_type
  │   └──[+] enum (67816:559)
  ├─┬ActionsRpcSyncedRequestDto
  │ ├──[+] properties (67811:2992)
  │ ├──[+] properties (67811:1828)
  │ ├──[+] properties (67811:2679)
  │ ├──[+] properties (67811:2476)
  │ ├──[+] properties (67811:2178)
  │ ├─┬query
  │ │ ├──[🔀] description (67811:495)
  │ │ └──[+] deprecated (67811:755)
  │ ├─┬filter
  │ │ ├──[🔀] description (67811:799)
  │ │ ├──[🔀] example (67811:977)
  │ │ └──[+] deprecated (67811:1052)
  │ ├─┬headers
  │ │ ├──[🔀] description (67811:1403)
  │ │ └──[🔀] example (67811:1744)
  │ ├─┬body
  │ │ ├──[🔀] description (67811:3030)
  │ │ └──[🔀] example (67811:3220)
  │ └─┬path
  │   ├──[🔀] description (67811:1099)
  │   ├──[🔀] example (67811:1272)
  │   └──[+] deprecated (67811:1357)
  ├─┬ConnectSessionCreate
  │ ├─┬provider
  │ │ └──[🔀] description (67847:583)
  │ ├─┬integration_id
  │ │ └──[🔀] description (67847:3103)
  │ ├─┬provider_version
  │ │ └──[🔀] description (67847:1157)
  │ └─┬connector_profile_id
  │   └──[🔀] description (67847:3745)
  ├─┬ActionLog
  │ ├──[+] properties (67799:1608)
  │ ├─┬connector_version
  │ │ ├──[🔀] description (67799:3973)
  │ │ └──[🔀] example (67799:4010)
  │ ├─┬start_time
  │ │ ├──[-] format (67802:582)❌ 
  │ │ ├──[🔀] description (67799:2481)
  │ │ └──[🔀] example (67799:2510)
  │ ├─┬stream_type
  │ │ ├──[🔀] type (67799:1208)❌ 
  │ │ ├──[🔀] description (67799:1231)
  │ │ └──[🔀] example (67799:1264)
  │ ├─┬origin_owner_id
  │ │ ├──[🔀] description (67799:1955)
  │ │ └──[🔀] example (67799:1976)
  │ ├─┬success
  │ │ ├──[🔀] type (67799:3280)❌ 
  │ │ ├──[🔀] description (67799:3303)
  │ │ └──[🔀] example (67799:3331)
  │ ├─┬connector_key
  │ │ ├──[-] type (67802:1309)❌ 
  │ │ ├──[🔀] description (67799:1635)
  │ │ ├──[-] example (67802:1362)
  │ │ └──[+] allOf (67881:31)
  │ ├─┬duration_ms
  │ │ ├──[🔀] type (67799:1417)❌ 
  │ │ ├──[🔀] description (67799:1440)
  │ │ └──[🔀] example (67799:1474)
  │ ├─┬risk_level
  │ │ ├──[🔀] description (67799:918)
  │ │ └──[🔀] example (67799:945)
  │ ├─┬url
  │ │ ├──[🔀] description (67799:3203)
  │ │ └──[🔀] example (67799:3234)
  │ ├─┬source_value
  │ │ ├──[🔀] description (67799:2279)
  │ │ └──[🔀] example (67799:2307)
  │ ├─┬connector_owner
  │ │ ├──[🔀] description (67799:1332)
  │ │ └──[🔀] example (67799:1362)
  │ ├─┬ip_address
  │ │ ├──[🔀] description (67799:2051)
  │ │ └──[🔀] example (67799:2079)
  │ ├─┬transport_type
  │ │ ├──[🔀] type (67799:4359)❌ 
  │ │ ├──[🔀] description (67799:4382)
  │ │ └──[🔀] example (67799:4425)
  │ ├─┬source_type
  │ │ ├──[🔀] description (67799:2379)
  │ │ └──[🔀] example (67799:2405)
  │ ├─┬is_background
  │ │ ├──[🔀] type (67799:2876)❌ 
  │ │ ├──[🔀] description (67799:2899)
  │ │ └──[🔀] example (67799:2926)
  │ ├─┬source_id
  │ │ ├──[🔀] description (67799:3001)
  │ │ └──[🔀] example (67799:3028)
  │ ├─┬log_type
  │ │ ├──[-] enum (67802:237)❌ 
  │ │ ├──[🔀] description (67799:91)
  │ │ ├──[🔀] example (67799:129)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (67802:295)❌ 
  │ ├─┬event_time
  │ │ └──[🔀] description (67799:653)
  │ ├─┬mode
  │ │ ├──[+] enum (67799:237)
  │ │ ├──[🔀] description (67799:211)
  │ │ ├──[-] nullable (67802:1691)❌ 
  │ │ ├──[🔀] example (67799:257)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (67799:295)
  │ ├─┬end_time
  │ │ ├──[🔀] type (67799:789)❌ 
  │ │ ├──[-] format (67802:738)❌ 
  │ │ ├──[🔀] description (67799:812)
  │ │ └──[🔀] example (67799:853)
  │ ├─┬project_id
  │ │ ├──[🔀] description (67799:3636)
  │ │ └──[🔀] example (67799:3670)
  │ ├─┬status_code
  │ │ ├──[🔀] type (67799:472)❌ 
  │ │ ├──[+] format (67799:582)❌ 
  │ │ ├──[🔀] description (67799:495)
  │ │ └──[🔀] example (67799:550)
  │ ├─┬log_id
  │ │ ├──[🔀] type (67799:3379)❌ 
  │ │ ├──[🔀] description (67799:3403)
  │ │ ├──[+] nullable (67799:3469)❌ 
  │ │ └──[🔀] example (67799:3452)
  │ ├─┬connector_profile_id
  │ │ ├──[🔀] description (67799:1548)
  │ │ └──[🔀] example (67799:1580)
  │ ├─┬http_method
  │ │ ├──[+] format (67799:422)❌ 
  │ │ ├──[🔀] description (67799:348)
  │ │ └──[🔀] example (67799:390)
  │ ├─┬user_agent
  │ │ ├──[🔀] description (67799:2139)
  │ │ └──[🔀] example (67799:2167)
  │ ├─┬tier2_score
  │ │ ├──[🔀] type (67799:1111)❌ 
  │ │ ├──[🔀] description (67799:1135)
  │ │ └──[🔀] example (67799:1164)
  │ ├─┬session_id
  │ │ ├──[🔀] description (67799:4273)
  │ │ └──[🔀] example (67799:4314)
  │ └─┬origin_owner_name
  │   ├──[🔀] description (67799:3524)
  │   └──[🔀] example (67799:3556)
  ├─┬ActionsSyncedResponse
  │ ├──[+] properties (67814:348)
  │ ├─┬data
  │ │ ├──[+] additionalProperties (67814:550)❌ 
  │ │ ├──[-] items (67816:154)❌ 
  │ │ ├──[🔀] type (67814:371)❌ 
  │ │ └──[🔀] description (67814:394)
  │ └─┬datasync
  │   ├──[+] items (67814:154)❌ 
  │   ├──[+] type (67814:78)❌ 
  │   ├──[🔀] description (67814:100)
  │   ├──[+] nullable (67814:211)❌ 
  │   └──[-] allOf (67815:32)❌ 
  ├─┬Folders
  │ ├──[+] properties (91362:11)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (91369:21)❌ 
  │ │ ├──[-] format (91443:23)❌ 
  │ │ ├──[🔀] description (91370:28)
  │ │ └──[🔀] example (91372:24)
  │ ├─┬size
  │ │ ├──[🔀] type (91405:21)❌ 
  │ │ ├──[🔀] description (91406:28)
  │ │ └──[🔀] example (91408:24)
  │ ├─┬remote_parent_folder_id
  │ │ └──[🔀] description (91394:28)
  │ ├─┬remote_id
  │ │ ├──[🔀] description (91418:28)
  │ │ └──[🔀] example (91420:24)
  │ ├─┬owner_id
  │ │ ├──[🔀] description (91352:28)
  │ │ └──[🔀] example (91354:24)
  │ ├─┬remote_drive_id
  │ │ ├──[🔀] description (91382:28)
  │ │ └──[🔀] example (91384:24)
  │ ├─┬path
  │ │ ├──[🔀] description (91400:28)
  │ │ └──[🔀] example (91402:24)
  │ ├─┬id
  │ │ ├──[🔀] description (91364:28)
  │ │ └──[🔀] example (91366:24)
  │ ├─┬remote_owner_id
  │ │ ├──[🔀] description (91346:28)
  │ │ └──[🔀] example (91348:24)
  │ ├─┬is_root
  │ │ ├──[+] type (91339:21)❌ 
  │ │ ├──[🔀] description (91340:28)
  │ │ ├──[🔀] example (91342:24)
  │ │ ├──[-] oneOf (91484:15)❌ 
  │ │ └──[-] oneOf (91487:15)❌ 
  │ ├─┬parent_folder_id
  │ │ └──[🔀] description (91388:28)
  │ ├─┬url
  │ │ ├──[+] format (91431:23)❌ 
  │ │ ├──[🔀] description (91432:28)
  │ │ └──[🔀] example (91434:24)
  │ └─┬name
  │   ├──[-] type (91369:21)❌ 
  │   ├──[🔀] description (91483:28)
  │   ├──[🔀] example (91485:24)
  │   ├──[+] oneOf (91472:15)
  │   └──[+] oneOf (91475:15)
  ├─┬ActionSearchResultDto
  │ ├──[+] properties (67806:393)
  │ ├──[+] properties (67806:322)
  │ └─┬similarity_score
  │   ├──[+] items (67806:537)❌ 
  │   ├──[🔀] type (67806:521)❌ 
  │   └──[🔀] description (67806:431)
  ├─┬Files
  │ ├──[+] properties (91149:11)
  │ ├─┬owner_id
  │ │ ├──[🔀] description (91139:28)
  │ │ └──[🔀] example (91141:24)
  │ ├─┬id
  │ │ ├──[🔀] description (91151:28)
  │ │ └──[🔀] example (91153:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (91156:21)❌ 
  │ │ ├──[-] format (91260:23)❌ 
  │ │ ├──[🔀] description (91157:28)
  │ │ └──[🔀] example (91159:24)
  │ ├─┬remote_id
  │ │ ├──[🔀] description (91217:28)
  │ │ └──[🔀] example (91219:24)
  │ ├─┬remote_owner_id
  │ │ ├──[🔀] description (91133:28)
  │ │ └──[🔀] example (91135:24)
  │ ├─┬url
  │ │ ├──[+] format (91242:23)❌ 
  │ │ ├──[🔀] description (91243:28)
  │ │ └──[🔀] example (91245:24)
  │ ├─┬size
  │ │ ├──[🔀] type (91204:21)❌ 
  │ │ ├──[🔀] description (91205:28)
  │ │ └──[🔀] example (91207:24)
  │ ├─┬path
  │ │ ├──[🔀] description (91184:28)
  │ │ └──[🔀] example (91186:24)
  │ ├─┬remote_folder_id
  │ │ └──[🔀] description (91229:28)
  │ ├─┬name
  │ │ ├──[🔀] description (91127:28)
  │ │ └──[🔀] example (91129:24)
  │ └─┬remote_drive_id
  │   ├──[🔀] description (91178:28)
  │   └──[🔀] example (91180:24)
  ├─┬ActionMetaItem
  │ ├──[+] properties (67803:664)
  │ ├─┬required_scopes
  │ │ ├──[-] items (67806:1202)❌ 
  │ │ ├──[🔀] type (67803:141)❌ 
  │ │ └──[🔀] description (67803:164)
  │ ├─┬label
  │ │ └──[🔀] description (67803:92)
  │ ├─┬supports_incremental
  │ │ ├──[🔀] type (67803:309)❌ 
  │ │ └──[🔀] description (67803:332)
  │ ├─┬id
  │ │ ├──[🔀] type (67803:698)❌ 
  │ │ └──[🔀] description (67803:722)
  │ ├─┬schema_type
  │ │ ├──[+] items (67803:1474)❌ 
  │ │ ├──[🔀] type (67803:1458)❌ 
  │ │ └──[🔀] description (67803:1398)
  │ ├─┬syncable
  │ │ └──[🔀] description (67803:567)
  │ └─┬tags
  │   ├──[-] items (67806:764)❌ 
  │   ├──[🔀] type (67803:401)❌ 
  │   └──[🔀] description (67803:425)
  ├─┬UnifiedLog
  │ ├──[+] properties (67912:1611)
  │ ├─┬source_value
  │ │ ├──[🔀] description (67912:2282)
  │ │ └──[🔀] example (67912:2310)
  │ ├─┬request_id
  │ │ ├──[🔀] description (67912:4449)
  │ │ ├──[+] nullable (67912:4495)❌ 
  │ │ └──[🔀] example (67912:4474)
  │ ├─┬stream_type
  │ │ ├──[🔀] type (67912:1211)❌ 
  │ │ ├──[🔀] description (67912:1234)
  │ │ └──[🔀] example (67912:1267)
  │ ├─┬duration_ms
  │ │ └──[🔀] description (67912:4543)
  │ ├─┬end_time
  │ │ ├──[🔀] type (67912:792)❌ 
  │ │ ├──[-] format (67932:741)❌ 
  │ │ ├──[🔀] description (67912:815)
  │ │ └──[🔀] example (67912:856)
  │ ├─┬sub_resource
  │ │ ├──[🔀] description (67912:3306)
  │ │ └──[🔀] example (67912:3334)
  │ ├─┬connector_key
  │ │ ├──[-] type (67932:1312)❌ 
  │ │ ├──[🔀] description (67912:1638)
  │ │ ├──[-] example (67932:1365)
  │ │ └──[+] allOf (67881:31)
  │ ├─┬project_id
  │ │ ├──[🔀] description (67912:3852)
  │ │ └──[🔀] example (67912:3881)
  │ ├─┬provider
  │ │ ├──[🔀] description (67912:921)
  │ │ └──[🔀] example (67912:948)
  │ ├─┬session_id
  │ │ ├──[🔀] description (67912:4272)
  │ │ └──[🔀] example (67912:4296)
  │ ├─┬ip_address
  │ │ ├──[🔀] description (67912:2054)
  │ │ └──[🔀] example (67912:2082)
  │ ├─┬source_id
  │ │ ├──[🔀] description (67912:3004)
  │ │ └──[🔀] example (67912:3031)
  │ ├─┬transport_type
  │ │ ├──[🔀] type (67912:1114)❌ 
  │ │ ├──[🔀] description (67912:1138)
  │ │ └──[🔀] example (67912:1167)
  │ ├─┬url
  │ │ ├──[🔀] description (67912:3206)
  │ │ └──[🔀] example (67912:3237)
  │ ├─┬origin_owner_name
  │ │ ├──[🔀] description (67912:3527)
  │ │ └──[🔀] example (67912:3559)
  │ ├─┬duration
  │ │ ├──[🔀] type (67912:1420)❌ 
  │ │ ├──[🔀] description (67912:1443)
  │ │ └──[🔀] example (67912:1477)
  │ ├─┬is_background
  │ │ ├──[🔀] type (67912:2879)❌ 
  │ │ ├──[🔀] description (67912:2902)
  │ │ └──[🔀] example (67912:2929)
  │ ├─┬service
  │ │ ├──[🔀] description (67912:3966)
  │ │ └──[🔀] example (67912:3991)
  │ ├─┬origin_owner_id
  │ │ ├──[🔀] description (67912:1958)
  │ │ └──[🔀] example (67912:1979)
  │ ├─┬path
  │ │ ├──[🔀] description (67912:3639)
  │ │ └──[🔀] example (67912:3673)
  │ ├─┬start_time
  │ │ ├──[-] format (67932:585)❌ 
  │ │ ├──[🔀] description (67912:2484)
  │ │ └──[🔀] example (67912:2513)
  │ ├─┬status_code
  │ │ └──[🔀] description (67912:4784)
  │ ├─┬log_type
  │ │ ├──[-] enum (67932:238)❌ 
  │ │ ├──[🔀] description (67912:92)
  │ │ ├──[🔀] example (67912:130)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (67932:298)❌ 
  │ ├─┬connector_owner
  │ │ ├──[🔀] description (67912:1335)
  │ │ └──[🔀] example (67912:1365)
  │ ├─┬log_id
  │ │ ├──[🔀] type (67912:4640)❌ 
  │ │ ├──[🔀] description (67912:4664)
  │ │ ├──[+] nullable (67912:4738)❌ 
  │ │ └──[🔀] example (67912:4721)
  │ ├─┬event_time
  │ │ └──[🔀] description (67912:656)
  │ ├─┬is_worker
  │ │ └──[🔀] description (67912:3406)
  │ ├─┬mode
  │ │ ├──[+] enum (67912:238)
  │ │ ├──[🔀] description (67912:212)
  │ │ ├──[-] nullable (67932:1694)❌ 
  │ │ ├──[🔀] example (67912:259)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (67912:298)
  │ ├─┬user_agent
  │ │ ├──[🔀] description (67912:2142)
  │ │ └──[🔀] example (67912:2170)
  │ ├─┬source_type
  │ │ ├──[🔀] description (67912:2382)
  │ │ └──[🔀] example (67912:2408)
  │ ├─┬connector_version
  │ │ ├──[🔀] description (67912:1551)
  │ │ └──[🔀] example (67912:1583)
  │ ├─┬success
  │ │ ├──[🔀] type (67912:4043)❌ 
  │ │ ├──[🔀] description (67912:4066)
  │ │ └──[🔀] example (67912:4095)
  │ ├─┬resource
  │ │ ├──[🔀] description (67912:3747)
  │ │ ├──[-] nullable (67932:3705)❌ 
  │ │ └──[🔀] example (67912:3774)
  │ ├─┬status
  │ │ ├──[🔀] type (67912:475)❌ 
  │ │ ├──[+] format (67912:585)❌ 
  │ │ ├──[🔀] description (67912:498)
  │ │ └──[🔀] example (67912:553)
  │ └─┬http_method
  │   ├──[+] format (67912:425)❌ 
  │   ├──[🔀] description (67912:351)
  │   └──[🔀] example (67912:393)
  └─┬ActionsSyncedDatasync
    ├──[+] required (67812:1081)❌ 
    ├──[+] required (67812:1091)❌ 
    ├──[+] properties (67812:788)
    ├──[+] properties (67812:861)
    └─┬synced_at
      └──[🔀] description (67812:829)
Document Element Total Changes Breaking Changes
paths 30 11
components 309 79

View full report

Linting Report 0 errors, 22 warnings, 30 hints

View full report

RUBY CHANGELOG

core: 3.11.35 - 2026-08-17

🐛 Bug Fixes

  • handle a nullable request body in paginated operations (commit by @AshGodfrey)

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.796.2

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner July 27, 2026 10:20
Copilot AI review requested due to automatic review settings July 27, 2026 10:20
@github-actions github-actions Bot added the patch Patch version bump label Jul 27, 2026

Copilot AI 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-actions Bot force-pushed the speakeasy-sdk-regen-1785147379 branch 2 times, most recently from ef1f29e to 24ca68b Compare August 10, 2026 09:32
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785147379 branch from 54c33bf to 70d234f Compare August 17, 2026 09:17
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785147379 branch from 9286a7d to ed4de19 Compare August 24, 2026 09:18
* `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.logs.list_logs()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data[]` **Changed**
* `stack_one.request_logs.list_platform_logs()`: **Removed** (Breaking ⚠️)
* `stack_one.logs.get_logs_stats_dimensions()`:  `response.status[200]` **Added**
* `stack_one.logs.list_platform_logs()`: **Added**
* `stack_one.request_logs.list_step_logs_legacy()`: **Removed** (Breaking ⚠️)
* `stack_one.actions.list_actions_meta()`:  `response.data[].actions[].has_required_parameters` **Added**
* `stack_one.request_logs.get_log()`: **Removed** (Breaking ⚠️)
* `stack_one.actions.search_actions()`:  `response.results[]` **Changed**
* `stack_one.logs.get_action_log()`:  `response.connector` **Added**
* `stack_one.logs.get_logs_stats_aggregate()`: 
  *  `request.interval_type.enum(none)` **Added**
* `stack_one.request_logs.list_logs_legacy()`: **Removed** (Breaking ⚠️)
* `stack_one.logs.get_unified_log()`:  `response.connector` **Added**
* `stack_one.logs.list_action_logs()`:  `response.data[].connector` **Added**
* `stack_one.mcp.mcp_get()`: **Removed** (Breaking ⚠️)
* `stack_one.logs.list_unified_logs()`:  `response.data[].connector` **Added**
* `stack_one.mcp.mcp_delete()`: **Removed** (Breaking ⚠️)
* `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-actions Bot force-pushed the speakeasy-sdk-regen-1785147379 branch from 3028b39 to 9696da9 Compare August 31, 2026 09:06
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.

2 participants