Skip to content

chore: 🐝 Update SDK - Generate 0.41.0#145

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

chore: 🐝 Update SDK - Generate 0.41.0#145
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1777887644

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

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.

Ruby SDK Changes:

  • stack_one.actions.rpc_action():
    • request Changed (Breaking ⚠️)
    • response.union(ActionsSyncedResponse).datasync Changed (Breaking ⚠️)
  • stack_one.actions.rpc_action_synced():
    • request.actions_rpc_synced_request_dto Changed
    • response.datasync Changed (Breaking ⚠️)
  • stack_one.iam.list_resource_users(): Added
  • stack_one.iam.get_me(): Added
  • stack_one.iam.list_resource_types(): Added
  • stack_one.connect_sessions.get_connect_session(): Added
  • stack_one.accounts.delete_account(): response.categories Added
  • stack_one.accounts.get_account(): response.categories Added
  • stack_one.accounts.list_linked_accounts(): response.[].categories Added
  • stack_one.accounts.update_account(): response.categories Added
  • stack_one.iam.get_organization(): Added
  • stack_one.iam.list_organizations(): Added
  • stack_one.connect_sessions.authenticate_connect_session(): response.latest_connection_attempt Added
  • stack_one.connect_sessions.create_connect_session(): response.latest_connection_attempt Added
  • stack_one.iam.get_group(): response.data Changed
  • stack_one.iam.get_policy(): response.data.permissions[].scopes Added
  • stack_one.iam.get_role(): response.data Changed
  • stack_one.iam.get_user(): response.data Changed
  • stack_one.iam.list_groups(): response.data[] Changed
  • stack_one.iam.list_policies(): response.data[].permissions[].scopes Added
  • stack_one.iam.list_roles(): response.data[] Changed
  • stack_one.iam.list_users(): response.data[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (53889:5)
│ ├──[+] path (53246:5)
│ ├──[+] path (53466:5)
│ ├──[+] path (5:5)
│ ├──[+] path (53678:5)
│ ├──[+] path (52967:5)
│ ├─┬/unified/iam/users/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (51385:26)
│ ├─┬/unified/iam/groups/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (52808:26)
│ ├─┬/unified/iam/users
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (51153:26)
│ ├─┬/unified/iam/roles
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (52055:26)
│ ├─┬/unified/iam/groups
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (52576:26)
│ ├─┬/unified/iam/roles/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (52287:26)
│ └─┬/actions/rpc
│   └─┬POST
│     └──[-] parameters (20:387)❌ 
├─┬Tags
│ └──[+] Resource Types (67672:5)
├─┬Tags
│ └──[+] Resource Users (67676:5)
├─┬Tags
│ └──[+] Credentials (67668:5)
├─┬Tags
│ └──[+] Me (67664:5)
├─┬Tags
│ └──[+] Organizations (67660:5)
└─┬Components
  ├──[+] schemas (88962:29)
  ├──[+] schemas (89213:33)
  ├──[+] schemas (88868:36)
  ├──[+] schemas (88850:32)
  ├──[+] schemas (89325:23)
  ├──[+] schemas (67796:38)
  ├──[+] schemas (88566:25)
  ├──[+] schemas (88526:26)
  ├──[+] schemas (88618:31)
  ├──[+] schemas (88815:26)
  ├─┬IamUser
  │ ├──[+] properties (89518:11)
  │ ├─┬status
  │ │ ├──[+] items (89504:22)❌ 
  │ │ ├──[+] type (89503:21)❌ 
  │ │ ├──[+] description (89507:28)
  │ │ └──[-] allOf (88071:25)❌ 
  │ ├─┬unified_custom_fields
  │ │ ├──[-] additionalProperties (87903:37)❌ 
  │ │ ├──[-] type (87902:21)❌ 
  │ │ ├──[-] description (87904:28)
  │ │ ├──[-] example (87906:24)
  │ │ └──[+] allOf (89629:25)
  │ ├─┬remote_id
  │ │ ├──[🔀] description (89460:28)
  │ │ └──[🔀] example (89462:24)
  │ ├─┬primary_email_address
  │ │ ├──[+] items (89520:22)❌ 
  │ │ ├──[🔀] type (89519:21)❌ 
  │ │ ├──[🔀] description (89523:28)
  │ │ └──[-] example (87912:24)
  │ ├─┬updated_at
  │ │ ├──[+] additionalProperties (89453:37)❌ 
  │ │ ├──[🔀] type (89452:21)❌ 
  │ │ ├──[-] format (87999:23)❌ 
  │ │ ├──[🔀] description (89454:28)
  │ │ └──[🔀] example (89456:24)
  │ ├─┬username
  │ │ ├──[+] format (89557:23)❌ 
  │ │ ├──[+] description (89558:28)
  │ │ └──[🔀] example (89560:24)
  │ └─┬roles
  │   ├──[-] items (87954:22)❌ 
  │   ├──[🔀] type (89446:21)❌ 
  │   ├──[🔀] description (89447:28)
  │   └──[+] example (89449:24)
  ├─┬ConnectSessionTokenAuthLink
  │ ├──[+] properties (67797:1626)
  │ ├─┬type
  │ │ ├──[-] enum (66545:1367)❌ 
  │ │ ├──[-] enum (66545:1380)❌ 
  │ │ ├──[-] enum (66545:1387)❌ 
  │ │ ├──[-] enum (66545:1404)❌ 
  │ │ ├──[-] description (66545:1324)
  │ │ ├──[-] nullable (66545:1490)❌ 
  │ │ ├──[-] example (66545:1420)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (66545:1471)❌ 
  │ ├─┬metadata
  │ │ ├──[-] type (66545:908)❌ 
  │ │ ├──[🔀] description (67797:1685)
  │ │ └──[+] allOf (67796:38)
  │ ├─┬project_id
  │ │ └──[+] nullable (67797:742)❌ 
  │ ├─┬token
  │ │ └──[+] nullable (67797:616)❌ 
  │ ├─┬provider
  │ │ └──[-] nullable (66545:616)❌ 
  │ ├─┬origin_username
  │ │ └──[-] nullable (66545:742)❌ 
  │ └─┬organization_id
  │   ├──[🔀] type (67797:908)❌ 
  │   ├──[+] description (67797:931)
  │   └──[+] nullable (67797:1088)❌ 
  ├─┬ConnectSession
  │ ├──[+] properties (67793:1613)
  │ ├─┬type
  │ │ ├──[-] enum (66542:1391)❌ 
  │ │ ├──[-] enum (66542:1354)❌ 
  │ │ ├──[-] enum (66542:1367)❌ 
  │ │ ├──[-] enum (66542:1374)❌ 
  │ │ ├──[-] description (66542:1311)
  │ │ ├──[-] example (66542:1407)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (66542:1458)❌ 
  │ ├─┬metadata
  │ │ ├──[-] type (66542:895)❌ 
  │ │ ├──[🔀] description (67793:1672)
  │ │ └──[+] allOf (67796:38)
  │ ├─┬project_id
  │ │ └──[+] nullable (67793:729)❌ 
  │ ├─┬origin_username
  │ │ └──[-] nullable (66542:729)❌ 
  │ ├─┬provider
  │ │ └──[-] nullable (66542:603)❌ 
  │ └─┬organization_id
  │   ├──[🔀] type (67793:895)❌ 
  │   ├──[+] description (67793:918)
  │   └──[+] nullable (67793:1075)❌ 
  ├─┬IamRole
  │ ├──[+] properties (89276:11)
  │ ├──[+] properties (89284:11)
  │ ├─┬policies
  │ │ ├──[🔀] description (89281:28)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (88899:17)❌ 
  │ ├─┬remote_id
  │ │ ├──[+] items (89269:22)❌ 
  │ │ ├──[🔀] type (89268:21)❌ 
  │ │ ├──[🔀] description (89272:28)
  │ │ ├──[-] example (87734:24)
  │ │ └──[+] deprecated (89274:27)
  │ ├─┬type
  │ │ ├──[+] type (89246:21)❌ 
  │ │ ├──[+] description (89247:28)
  │ │ ├──[+] example (89249:24)
  │ │ └──[-] allOf (75274:23)❌ 
  │ └─┬updated_at
  │   ├──[-] type (87767:21)❌ 
  │   ├──[-] format (87768:23)❌ 
  │   ├──[+] description (89290:28)
  │   ├──[-] example (87770:24)
  │   └──[+] allOf (89325:23)
  ├─┬ActionsRpcSyncedRequestDto
  │ ├──[+] properties (67763:560)
  │ ├──[+] properties (67763:804)
  │ ├──[+] properties (67763:300)
  │ ├─┬run_id
  │ │ ├──[+] additionalProperties (67763:1053)❌ 
  │ │ ├──[🔀] type (67763:822)❌ 
  │ │ ├──[🔀] description (67763:845)
  │ │ └──[🔀] example (67763:986)
  │ ├─┬filter
  │ │ ├──[🔀] description (67763:598)
  │ │ └──[🔀] example (67763:741)
  │ └─┬path
  │   ├──[🔀] description (67763:1263)
  │   └──[🔀] example (67763:1320)
  ├─┬IamPermission
  │ ├──[+] properties (88936:11)
  │ ├─┬type
  │ │ ├──[+] items (88938:22)❌ 
  │ │ ├──[+] type (88937:21)❌ 
  │ │ ├──[+] description (88941:28)
  │ │ └──[-] allOf (87487:32)❌ 
  │ ├─┬resources
  │ │ └──[+] deprecated (88934:27)
  │ └─┬updated_at
  │   ├──[-] type (87480:21)❌ 
  │   ├──[-] format (87481:23)❌ 
  │   ├──[-] example (87483:24)
  │   └──[+] allOf (88979:32)
  ├─┬ActionsSyncedDatasync
  │ ├──[+] required (67764:622)❌ 
  │ ├──[-] required (66513:588)❌ 
  │ ├──[+] properties (67764:425)
  │ └──[-] properties (66513:425)❌ 
  ├─┬IamGroup
  │ ├──[+] properties (88685:11)
  │ ├──[+] properties (88693:11)
  │ ├──[+] properties (88698:11)
  │ ├─┬remote_parent_id
  │ │ ├──[🔀] description (88676:28)
  │ │ └──[-] example (87321:24)
  │ ├─┬roles
  │ │ ├──[-] items (87307:22)❌ 
  │ │ ├──[🔀] type (88646:21)❌ 
  │ │ ├──[+] description (88647:28)
  │ │ └──[+] example (88649:24)
  │ ├─┬parent_id
  │ │ └──[-] description (87314:28)
  │ ├─┬name
  │ │ ├──[+] description (88641:28)
  │ │ └──[+] example (88643:24)
  │ ├─┬updated_at
  │ │ ├──[+] items (88669:22)❌ 
  │ │ ├──[🔀] type (88668:21)❌ 
  │ │ ├──[-] format (87331:23)❌ 
  │ │ └──[-] example (87333:24)
  │ ├─┬type
  │ │ ├──[+] type (88680:21)❌ 
  │ │ ├──[+] description (88681:28)
  │ │ ├──[+] example (88683:24)
  │ │ └──[-] allOf (70978:24)❌ 
  │ ├─┬created_at
  │ │ ├──[+] items (88687:22)❌ 
  │ │ ├──[🔀] type (88686:21)❌ 
  │ │ ├──[-] format (87325:23)❌ 
  │ │ ├──[+] description (88690:28)
  │ │ └──[-] example (87327:24)
  │ ├─┬id
  │ │ ├──[-] description (87279:28)
  │ │ └──[-] example (87281:24)
  │ ├─┬description
  │ │ ├──[+] format (88708:23)❌ 
  │ │ └──[+] example (88710:24)
  │ └─┬remote_id
  │   ├──[🔀] description (88695:28)
  │   └──[-] example (87287:24)
  └─┬LinkedAccount
    ├──[+] properties (67807:157)
    ├─┬updated_at
    │ ├──[+] enum (67807:1037)
    │ ├──[+] enum (67807:1050)
    │ ├──[+] enum (67807:1057)
    │ ├──[+] enum (67807:1074)
    │ ├──[-] format (66555:783)❌ 
    │ ├──[+] description (67807:1010)
    │ ├──[+] nullable (67807:1160)❌ 
    │ ├──[+] example (67807:1090)
    │ └─┬Extensions
    │   └──[+] x-speakeasy-unknown-values (67807:1141)
    ├─┬status
    │ ├──[-] enum (66555:234)❌ 
    │ ├──[-] enum (66555:244)❌ 
    │ ├──[-] enum (66555:191)❌ 
    │ ├──[-] enum (66555:200)❌ 
    │ ├──[-] enum (66555:211)❌ 
    │ ├──[-] enum (66555:223)❌ 
    │ ├──[🔀] type (67807:1183)❌ 
    │ ├──[+] nullable (67807:1204)❌ 
    │ └─┬Extensions
    │   └──[-] x-speakeasy-unknown-values (66555:282)❌ 
    ├─┬provider
    │ └──[+] nullable (67807:690)❌ 
    ├─┬type
    │ ├──[-] enum (66555:861)❌ 
    │ ├──[-] enum (66555:874)❌ 
    │ ├──[-] enum (66555:881)❌ 
    │ ├──[-] enum (66555:898)❌ 
    │ ├──[+] items (67807:524)❌ 
    │ ├──[🔀] type (67807:508)❌ 
    │ ├──[-] description (66555:834)
    │ ├──[-] example (66555:914)
    │ └─┬Extensions
    │   └──[-] x-speakeasy-unknown-values (66555:965)❌ 
    ├─┬origin_owner_id
    │ └──[+] nullable (67807:862)❌ 
    ├─┬status_reasons
    │ ├──[+] enum (67807:387)
    │ ├──[+] enum (67807:399)
    │ ├──[+] enum (67807:410)
    │ ├──[+] enum (67807:420)
    │ ├──[+] enum (67807:367)
    │ ├──[+] enum (67807:376)
    │ ├──[-] items (66555:348)❌ 
    │ ├──[🔀] type (67807:350)❌ 
    │ ├──[-] nullable (66555:320)❌ 
    │ └─┬Extensions
    │   └──[+] x-speakeasy-unknown-values (67807:458)
    ├─┬label
    │ └──[-] nullable (66555:686)❌ 
    ├─┬credentials
    │ ├──[🔀] type (67807:889)❌ 
    │ ├──[+] format (67807:907)❌ 
    │ └──[-] nullable (66555:562)❌ 
    ├─┬shared
    │ ├──[+] additionalProperties (67807:804)❌ 
    │ └──[🔀] type (67807:772)❌ 
    ├─┬created_at
    │ ├──[+] items (67807:314)❌ 
    │ ├──[🔀] type (67807:298)❌ 
    │ ├──[-] format (66555:731)❌ 
    │ ├──[+] description (67807:185)
    │ ├──[+] nullable (67807:286)❌ 
    │ └──[+] example (67807:260)
    ├─┬origin_username
    │ └──[-] nullable (66555:514)❌ 
    ├─┬id
    │ ├──[🔀] type (67807:718)❌ 
    │ └──[+] nullable (67807:738)❌ 
    ├─┬provider_name
    │ └──[-] nullable (66555:151)❌ 
    └─┬setup_information
      ├──[-] additionalProperties (66555:628)❌ 
      └──[🔀] type (67807:131)❌ 
Document Element Total Changes Breaking Changes
paths 13 1
tags 5 0
components 206 100

View full report

Linting Report 0 errors, 8 warnings, 28 hints

View full report

RUBY CHANGELOG

inputOutputModels: 2.83.0 - 2023-12-14

🐝 New Features

  • added a feature flag to enable fixes around correctly naming input output models that potentially introduce breaking changes (commit by @TristanSpeakeasy)

Based on Speakeasy CLI 1.762.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label May 4, 2026
Copilot AI review requested due to automatic review settings May 4, 2026 09:44
@github-actions github-actions Bot requested a review from a team as a code owner May 4, 2026 09:44
@github-actions github-actions Bot review requested due to automatic review settings May 4, 2026 09:44
* `stack_one.actions.rpc_action()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.union(ActionsSyncedResponse).datasync` **Changed** (Breaking ⚠️)
* `stack_one.actions.rpc_action_synced()`: 
  *  `request.actions_rpc_synced_request_dto` **Changed**
  *  `response.datasync` **Changed** (Breaking ⚠️)
* `stack_one.iam.list_resource_users()`: **Added**
* `stack_one.iam.get_me()`: **Added**
* `stack_one.iam.list_resource_types()`: **Added**
* `stack_one.connect_sessions.get_connect_session()`: **Added**
* `stack_one.accounts.delete_account()`:  `response.categories` **Added**
* `stack_one.accounts.get_account()`:  `response.categories` **Added**
* `stack_one.accounts.list_linked_accounts()`:  `response.[].categories` **Added**
* `stack_one.accounts.update_account()`:  `response.categories` **Added**
* `stack_one.iam.get_organization()`: **Added**
* `stack_one.iam.list_organizations()`: **Added**
* `stack_one.connect_sessions.authenticate_connect_session()`:  `response.latest_connection_attempt` **Added**
* `stack_one.connect_sessions.create_connect_session()`:  `response.latest_connection_attempt` **Added**
* `stack_one.iam.get_group()`:  `response.data` **Changed**
* `stack_one.iam.get_policy()`:  `response.data.permissions[].scopes` **Added**
* `stack_one.iam.get_role()`:  `response.data` **Changed**
* `stack_one.iam.get_user()`:  `response.data` **Changed**
* `stack_one.iam.list_groups()`:  `response.data[]` **Changed**
* `stack_one.iam.list_policies()`:  `response.data[].permissions[].scopes` **Added**
* `stack_one.iam.list_roles()`:  `response.data[]` **Changed**
* `stack_one.iam.list_users()`:  `response.data[]` **Changed**
Copilot AI review requested due to automatic review settings May 11, 2026 10:38
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777887644 branch from 0b508f8 to 79e3ea4 Compare May 11, 2026 10:38
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.40.2 chore: 🐝 Update SDK - Generate 0.41.0 May 11, 2026
@github-actions github-actions Bot review requested due to automatic review settings May 11, 2026 10:38
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels May 11, 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