Skip to content

chore: 🐝 Update SDK - Generate 5.1.4#132

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1773103510
Open

chore: 🐝 Update SDK - Generate 5.1.4#132
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1773103510

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 10, 2026

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:

  • open_api_client.users.list(): response.[] Changed (Breaking ⚠️)
  • open_api_client.users.create(): response Changed (Breaking ⚠️)
  • open_api_client.users.get(): response Changed (Breaking ⚠️)
  • open_api_client.users.update(): response Changed (Breaking ⚠️)
  • open_api_client.users.ban(): response Changed (Breaking ⚠️)
  • open_api_client.billing.create_price_transition(): response Changed (Breaking ⚠️)
  • open_api_client.billing.extend_subscription_item_free_trial(): response.plan Changed (Breaking ⚠️)
  • open_api_client.users.unban(): response Changed (Breaking ⚠️)
  • open_api_client.users.bulk_ban(): response.[] Changed (Breaking ⚠️)
  • open_api_client.users.bulk_unban(): response.[] Changed (Breaking ⚠️)
  • open_api_client.users.lock(): response Changed (Breaking ⚠️)
  • open_api_client.users.unlock(): response Changed (Breaking ⚠️)
  • open_api_client.users.set_profile_image(): response Changed (Breaking ⚠️)
  • open_api_client.users.delete_profile_image(): response Changed (Breaking ⚠️)
  • open_api_client.users.update_metadata(): response Changed (Breaking ⚠️)
  • open_api_client.users.get_billing_subscription(): response.subscription_items[].plan.fee Changed (Breaking ⚠️)
  • open_api_client.billing.cancel_subscription_item(): response.plan.fee Changed (Breaking ⚠️)
  • open_api_client.billing.list_subscription_items(): response.data[].plan.fee Changed (Breaking ⚠️)
  • open_api_client.billing.create_price():
    • request Changed
    • response Changed (Breaking ⚠️)
  • open_api_client.billing.list_prices(): response.data[] Changed (Breaking ⚠️)
  • open_api_client.billing.list_plans(): response.data[].fee Changed (Breaking ⚠️)
  • open_api_client.organizations.get_billing_subscription(): response.subscription_items[].plan.fee Changed (Breaking ⚠️)
  • open_api_client.users.set_password_compromised(): response Changed (Breaking ⚠️)
  • open_api_client.users.unset_password_compromised(): response Changed (Breaking ⚠️)
  • open_api_client.users.get_instance_organization_memberships(): response.data[].public_user_data.banned Added
  • open_api_client.saml_connections.get(): response Changed
  • open_api_client.users.get_organization_memberships(): response.data[].public_user_data.banned Added
  • open_api_client.organization_memberships.create(): response.public_user_data.banned Added
  • open_api_client.organization_memberships.list(): response.data[].public_user_data.banned Added
  • open_api_client.organization_memberships.update(): response.public_user_data.banned Added
  • open_api_client.organization_memberships.delete(): response.public_user_data.banned Added
  • open_api_client.organization_memberships.update_metadata(): response.public_user_data.banned Added
  • open_api_client.saml_connections.list(): Deprecated
  • open_api_client.saml_connections.list(): response.data[] Changed
  • open_api_client.saml_connections.create(): Deprecated
  • open_api_client.saml_connections.create(): response Changed
  • open_api_client.saml_connections.get(): Deprecated
  • open_api_client.instance_settings.update_organization_settings(): response.max_allowed_domains Added
  • open_api_client.saml_connections.update(): Deprecated
  • open_api_client.saml_connections.update():
    • request.body.allow_organization_account_linking Added
    • response Changed
  • open_api_client.saml_connections.delete(): Deprecated
  • open_api_client.agent_tasks.create(): response.agent_task_id Added
  • open_api_client.agent_tasks.revoke(): response.agent_task_id Added
  • open_api_client.email_addresses.delete(): error.status[409] Added
  • open_api_client.enterprise_connections.delete(): Added
  • open_api_client.enterprise_connections.update(): Added
  • open_api_client.enterprise_connections.get(): Added
  • open_api_client.enterprise_connections.create(): Added
  • open_api_client.enterprise_connections.list(): Added
  • open_api_client.oauth_applications.upload_logo(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6772:3)
│ ├─┬/saml_connections/{saml_connection_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (7002:20)
│ │ │ ├──[+] deprecated (6997:19)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (14857:13)❌ 
│ │ ├─┬DELETE
│ │ │ ├──[🔀] description (7150:20)
│ │ │ └──[+] deprecated (7145:19)
│ │ └─┬PATCH
│ │   ├──[🔀] description (7029:20)
│ │   ├──[+] deprecated (7024:19)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14857:13)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7122:17)
│ │         ├─┬name
│ │         │ └──[🔀] description (7070:32)
│ │         ├─┬consent_verified_domains_deletion
│ │         │ ├──[+] additionalProperties (7092:41)❌ 
│ │         │ ├──[🔀] type (7089:25)❌ 
│ │         │ ├──[🔀] description (7090:32)
│ │         │ ├──[+] properties (7096:21)
│ │         │ ├──[+] properties (7098:21)
│ │         │ ├──[+] properties (7100:21)
│ │         │ └──[+] properties (7094:21)
│ │         ├─┬organization_id
│ │         │ └──[🔀] description (7051:32)
│ │         ├─┬domain
│ │         │ ├──[🔀] type (7119:25)❌ 
│ │         │ ├──[🔀] description (7120:32)
│ │         │ └──[-] deprecated (6992:31)
│ │         ├─┬idp_entity_id
│ │         │ └──[🔀] description (7074:32)
│ │         ├─┬idp_sso_url
│ │         │ └──[🔀] description (7078:32)
│ │         ├─┬sync_user_attributes
│ │         │ ├──[🔀] type (7085:25)❌ 
│ │         │ └──[🔀] description (7086:32)
│ │         ├─┬disable_additional_identifications
│ │         │ └──[🔀] description (7131:32)
│ │         ├─┬domains
│ │         │ ├──[-] items (6997:21)❌ 
│ │         │ ├──[🔀] type (7054:25)❌ 
│ │         │ ├──[🔀] description (7055:32)
│ │         │ └──[+] deprecated (7056:31)
│ │         ├─┬attribute_mapping
│ │         │ ├──[-] additionalProperties (7028:41)❌ 
│ │         │ ├──[🔀] type (7111:25)❌ 
│ │         │ ├──[🔀] description (7112:32)
│ │         │ ├──[-] properties (7032:21)❌ 
│ │         │ ├──[-] properties (7034:21)❌ 
│ │         │ ├──[-] properties (7036:21)❌ 
│ │         │ └──[-] properties (7030:21)❌ 
│ │         ├─┬idp_certificate
│ │         │ ├──[🔀] type (7127:25)❌ 
│ │         │ ├──[🔀] description (7128:32)
│ │         │ └──[-] nullable (7011:29)❌ 
│ │         ├─┬force_authn
│ │         │ ├──[+] items (7061:21)❌ 
│ │         │ ├──[🔀] type (7059:25)❌ 
│ │         │ ├──[🔀] description (7063:32)
│ │         │ └──[+] nullable (7062:29)❌ 
│ │         ├─┬idp_metadata_url
│ │         │ └──[🔀] description (7082:32)
│ │         ├─┬allow_subdomains
│ │         │ └──[🔀] description (7124:32)
│ │         └─┬idp_metadata
│ │           └──[🔀] description (7066:32)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ ├──[+] get (7384:7)
│ │ ├──[+] delete (7597:7)
│ │ └──[+] patch (7408:7)
│ ├─┬/agents/tasks
│ │ └─┬POST
│ │   └──[🔀] description (7638:20)
│ ├─┬/enterprise_connections
│ │ ├──[+] get (7173:7)
│ │ └──[+] post (7207:7)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (16419:7)
│ └─┬/saml_connections
│   ├─┬GET
│   │ ├──[🔀] description (6849:20)
│   │ └──[+] deprecated (6844:19)
│   └─┬POST
│     ├──[🔀] description (6903:20)
│     ├──[+] deprecated (6898:19)
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └──[🔀] $ref (14857:13)❌ 
├─┬Tags
│ └──[+] Enterprise Connections (118:5)
└─┬Components
  ├──[+] responses (16925:7)
  ├──[+] responses (16919:7)
  ├──[-] schemas (14331:7)❌ 
  ├──[+] schemas (15131:7)
  ├──[+] schemas (12142:7)
  ├──[+] schemas (12036:7)
  ├─┬BillingPriceResponse
  │ ├─┬annual_monthly_fee
  │ │ └──[🔀] $ref (15309:11)❌ 
  │ └─┬fee
  │   └──[🔀] $ref (15305:11)❌ 
  ├─┬AgentTask
  │ ├──[+] required (15194:11)❌ 
  │ ├──[+] properties (15178:9)
  │ ├─┬object
  │ │ ├──[-] enum (14473:15)❌ 
  │ │ └──[+] description (15180:24)
  │ ├─┬task_id
  │ │ ├──[🔀] description (15185:24)
  │ │ └──[+] deprecated (15184:23)
  │ └─┬url
  │   ├──[🔀] description (15185:24)
  │   └──[+] deprecated (15184:23)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ ├──[🔀] description (15362:24)
  │ │ └──[+] nullable (15361:21)❌ 
  │ └─┬amount
  │   ├──[🔀] description (15357:24)
  │   └──[+] nullable (15356:21)❌ 
  ├─┬EnterpriseConnection
  │ ├──[-] additionalProperties (11625:29)❌ 
  │ ├──[+] required (14982:11)❌ 
  │ ├──[+] required (14983:11)❌ 
  │ ├──[-] required (11673:11)❌ 
  │ ├──[-] required (11674:11)❌ 
  │ ├──[-] required (11675:11)❌ 
  │ ├──[-] required (11669:11)❌ 
  │ ├──[-] required (11672:11)❌ 
  │ ├──[-] required (11667:11)❌ 
  │ ├──[+] properties (15016:9)
  │ ├──[+] properties (15019:9)
  │ ├──[+] properties (15088:9)
  │ ├──[+] properties (15006:9)
  │ ├──[+] properties (15041:9)
  │ ├──[-] properties (11651:9)❌ 
  │ ├──[-] properties (11649:9)❌ 
  │ ├──[-] properties (11638:9)❌ 
  │ ├──[-] properties (11629:9)❌ 
  │ ├──[-] anyOf (11679:11)❌ 
  │ ├──[-] anyOf (11681:11)❌ 
  │ ├─┬disable_additional_identifications
  │ │ └──[+] description (15015:24)
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (15042:17)❌ 
  │ │ ├──[+] description (15044:24)
  │ │ ├──[+] nullable (15043:21)❌ 
  │ │ ├──[+] properties (15064:13)
  │ │ ├──[+] properties (15076:13)
  │ │ ├──[+] properties (15079:13)
  │ │ ├──[+] properties (15082:13)
  │ │ ├──[+] properties (15085:13)
  │ │ ├──[+] properties (15046:13)
  │ │ ├──[+] properties (15052:13)
  │ │ ├──[+] properties (15060:13)
  │ │ ├──[+] properties (15056:13)
  │ │ ├──[+] properties (15049:13)
  │ │ ├──[+] properties (15068:13)
  │ │ └──[+] properties (15072:13)
  │ ├─┬name
  │ │ ├──[🔀] type (15089:17)❌ 
  │ │ ├──[+] description (15091:24)
  │ │ ├──[+] nullable (15090:21)❌ 
  │ │ ├──[+] properties (15102:13)
  │ │ ├──[+] properties (15114:13)
  │ │ ├──[+] properties (15106:13)
  │ │ ├──[+] properties (15093:13)
  │ │ ├──[+] properties (15110:13)
  │ │ ├──[+] properties (15096:13)
  │ │ ├──[+] properties (15099:13)
  │ │ └──[+] properties (15118:13)
  │ ├─┬updated_at
  │ │ └──[🔀] description (15129:24)
  │ ├─┬logo_public_url
  │ │ ├──[+] description (14992:24)
  │ │ └──[-] nullable (11637:21)❌ 
  │ ├─┬created_at
  │ │ ├──[+] items (15023:13)❌ 
  │ │ ├──[🔀] type (15020:17)❌ 
  │ │ ├──[-] format (11657:19)❌ 
  │ │ └──[🔀] description (15021:24)
  │ ├─┬active
  │ │ └──[+] description (15000:24)
  │ ├─┬id
  │ │ └──[+] nullable (14997:21)❌ 
  │ └─┬domains
  │   ├──[-] items (11644:13)❌ 
  │   ├──[🔀] type (14988:17)❌ 
  │   └──[+] description (14989:24)
  ├─┬SAMLAccount
  │ └─┬saml_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (12036:13)❌ 
  ├─┬schemas-CommercePlan
  │ ├─┬annual_monthly_fee
  │ │ └──[🔀] $ref (15472:11)❌ 
  │ ├─┬annual_fee
  │ │ └──[🔀] $ref (15476:11)❌ 
  │ └─┬fee
  │   └──[🔀] $ref (15468:11)❌ 
  ├─┬CommercePlan
  │ └─┬fee
  │   └──[🔀] $ref (12856:11)❌ 
  ├─┬SAMLConnections
  │ └─┬data
  │   └─┬Schema
  │     └──[🔀] $ref (14857:13)❌ 
  ├─┬OrganizationSettings
  │ ├──[+] required (14027:11)❌ 
  │ ├──[+] properties (13991:9)
  │ ├─┬max_allowed_permissions
  │ │ ├──[-] description (13470:24)
  │ │ └──[-] deprecated (13469:23)
  │ ├─┬max_allowed_roles
  │ │ ├──[+] description (13995:24)
  │ │ └──[+] deprecated (13994:23)
  │ ├─┬slug_disabled
  │ │ ├──[+] enum (13982:15)
  │ │ ├──[🔀] type (13979:17)❌ 
  │ │ └──[+] description (13980:24)
  │ └─┬object
  │   ├──[-] enum (13459:15)❌ 
  │   ├──[🔀] type (13990:17)❌ 
  │   └──[-] description (13457:24)
  ├─┬EnterpriseAccount
  │ └─┬enterprise_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (12142:13)❌ 
  ├─┬PasswordHasher
  │ └──[🔀] description (12640:20)
  ├─┬SAMLConnection
  │ ├──[-] additionalProperties (11519:29)❌ 
  │ ├──[+] required (14936:11)❌ 
  │ ├──[+] required (14938:11)❌ 
  │ ├──[+] required (14944:11)❌ 
  │ ├──[+] required (14947:11)❌ 
  │ ├──[+] required (14949:11)❌ 
  │ ├──[+] required (14937:11)❌ 
  │ ├──[+] required (14939:11)❌ 
  │ ├──[+] required (14940:11)❌ 
  │ ├──[+] required (14941:11)❌ 
  │ ├──[+] required (14950:11)❌ 
  │ ├──[+] required (14933:11)❌ 
  │ ├──[+] required (14946:11)❌ 
  │ ├──[+] required (14948:11)❌ 
  │ ├──[+] required (14951:11)❌ 
  │ ├──[+] properties (14889:9)
  │ ├──[+] properties (14914:9)
  │ ├──[+] properties (14898:9)
  │ ├──[+] properties (14919:9)
  │ ├──[+] properties (14916:9)
  │ ├──[+] properties (14880:9)
  │ ├──[+] properties (14874:9)
  │ ├──[+] properties (14886:9)
  │ ├──[+] properties (14883:9)
  │ ├──[+] properties (14877:9)
  │ ├──[+] properties (14859:9)
  │ ├──[+] properties (14895:9)
  │ ├──[+] properties (14891:9)
  │ ├──[+] properties (14893:9)
  │ ├──[+] properties (14904:9)
  │ ├─┬name
  │ │ └──[+] deprecated (14869:23)
  │ ├─┬domain
  │ │ └──[🔀] $ref (14840:13)❌ 
  │ ├─┬domains
  │ │ ├──[-] items (11531:13)❌ 
  │ │ ├──[🔀] type (14923:17)❌ 
  │ │ ├──[+] format (14924:19)❌ 
  │ │ └──[+] description (14925:24)
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (14920:17)❌ 
  │ │ └──[+] nullable (14921:21)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14917:17)❌ 
  │ │ ├──[-] format (11551:19)❌ 
  │ │ └──[🔀] description (14918:24)
  │ ├─┬active
  │ │ └──[🔀] type (14890:17)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (14915:17)❌ 
  │ │ ├──[-] format (11546:19)❌ 
  │ │ └──[-] description (11547:24)
  │ ├─┬provider
  │ │ ├──[+] items (14873:13)❌ 
  │ │ └──[🔀] type (14871:17)❌ 
  │ └─┬id
  │   └──[🔀] type (14913:17)❌ 
  └─┬OrganizationMembershipPublicUserData
    ├──[+] properties (12363:9)
    ├─┬has_image
    │ ├──[🔀] type (12344:17)❌ 
    │ └──[+] nullable (12345:21)❌ 
    ├─┬image_url
    │ └──[+] nullable (12359:21)❌ 
    ├─┬user_id
    │ ├──[🔀] nullable (12351:21)❌ 
    │ └──[+] deprecated (12352:23)
    ├─┬profile_image_url
    │ └──[-] deprecated (11834:23)
    ├─┬identifier
    │ ├──[🔀] type (12356:17)❌ 
    │ └──[-] nullable (11841:21)❌ 
    ├─┬username
    │ └──[🔀] nullable (12342:21)❌ 
    ├─┬last_name
    │ └──[-] nullable (11830:21)❌ 
    └─┬first_name
      ├──[🔀] type (12364:17)❌ 
      └──[-] nullable (11827:21)❌ 
Document Element Total Changes Breaking Changes
paths 60 20
tags 1 0
components 160 83

View full report

Linting Report 0 errors, 9 warnings, 68 hints

View full report

RUBY CHANGELOG

core: 3.11.27 - 2026-03-24

🐛 Bug Fixes

  • reserve key and value as method argument keywords to prevent shadowing block variables (commit by @danielkov)

core: 3.11.26 - 2026-03-24

🐛 Bug Fixes

  • add missing empty line after attr_accessor in sub-SDK service classes (commit by @danielkov)

core: 3.11.25 - 2026-03-22

🐛 Bug Fixes

  • eliminate double assignment of SERVERS constant in Ruby Sorbet SDKs (commit by @subomi)

core: 3.11.24 - 2026-03-10

🐝 New Features

  • Improved formatter memory allocations for faster performance when enableFormatting is enabled (commit by @bflad)

globalSecurity: 2.81.11 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

Based on Speakeasy CLI 1.761.8

Last updated by Speakeasy workflow

@github-actions github-actions bot added the patch Patch version bump label Mar 10, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 7 times, most recently from 1758ca6 to 749d573 Compare March 17, 2026 00:48
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 8 times, most recently from c829414 to 08dde2d Compare March 25, 2026 00:50
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 8 times, most recently from f4ffb8b to 7b72cfe Compare April 2, 2026 00:51
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 6 times, most recently from 30953fe to 21c4e22 Compare April 8, 2026 00:55
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 7 times, most recently from 05e5b9e to ef12e8a Compare April 15, 2026 01:00
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch 2 times, most recently from d9d7315 to 1287329 Compare April 16, 2026 13:17
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 5.1.4 chore: 🐝 Update SDK - Generate 5.2.0 Apr 16, 2026
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Apr 16, 2026
@tmilewski tmilewski requested a review from dominic-clerk April 16, 2026 13:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch from 1287329 to 75309da Compare April 17, 2026 00:59
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 5.2.0 chore: 🐝 Update SDK - Generate 5.1.4 Apr 17, 2026
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Apr 17, 2026
* `open_api_client.users.list()`:  `response.[]` **Changed** (Breaking ⚠️)
* `open_api_client.users.create()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.get()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.update()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.ban()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.billing.create_price_transition()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.billing.extend_subscription_item_free_trial()`:  `response.plan` **Changed** (Breaking ⚠️)
* `open_api_client.users.unban()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.bulk_ban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `open_api_client.users.bulk_unban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `open_api_client.users.lock()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.unlock()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.set_profile_image()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.delete_profile_image()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.update_metadata()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.get_billing_subscription()`:  `response.subscription_items[].plan.fee` **Changed** (Breaking ⚠️)
* `open_api_client.billing.cancel_subscription_item()`:  `response.plan.fee` **Changed** (Breaking ⚠️)
* `open_api_client.billing.list_subscription_items()`:  `response.data[].plan.fee` **Changed** (Breaking ⚠️)
* `open_api_client.billing.create_price()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `open_api_client.billing.list_prices()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `open_api_client.billing.list_plans()`:  `response.data[].fee` **Changed** (Breaking ⚠️)
* `open_api_client.organizations.get_billing_subscription()`:  `response.subscription_items[].plan.fee` **Changed** (Breaking ⚠️)
* `open_api_client.users.set_password_compromised()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.unset_password_compromised()`:  `response` **Changed** (Breaking ⚠️)
* `open_api_client.users.get_instance_organization_memberships()`:  `response.data[].public_user_data.banned` **Added**
* `open_api_client.saml_connections.get()`:  `response` **Changed**
* `open_api_client.users.get_organization_memberships()`:  `response.data[].public_user_data.banned` **Added**
* `open_api_client.organization_memberships.create()`:  `response.public_user_data.banned` **Added**
* `open_api_client.organization_memberships.list()`:  `response.data[].public_user_data.banned` **Added**
* `open_api_client.organization_memberships.update()`:  `response.public_user_data.banned` **Added**
* `open_api_client.organization_memberships.delete()`:  `response.public_user_data.banned` **Added**
* `open_api_client.organization_memberships.update_metadata()`:  `response.public_user_data.banned` **Added**
* `open_api_client.saml_connections.list()`: **Deprecated**
* `open_api_client.saml_connections.list()`:  `response.data[]` **Changed**
* `open_api_client.saml_connections.create()`: **Deprecated**
* `open_api_client.saml_connections.create()`:  `response` **Changed**
* `open_api_client.saml_connections.get()`: **Deprecated**
* `open_api_client.instance_settings.update_organization_settings()`:  `response.max_allowed_domains` **Added**
* `open_api_client.saml_connections.update()`: **Deprecated**
* `open_api_client.saml_connections.update()`: 
  *  `request.body.allow_organization_account_linking` **Added**
  *  `response` **Changed**
* `open_api_client.saml_connections.delete()`: **Deprecated**
* `open_api_client.agent_tasks.create()`:  `response.agent_task_id` **Added**
* `open_api_client.agent_tasks.revoke()`:  `response.agent_task_id` **Added**
* `open_api_client.email_addresses.delete()`:  `error.status[409]` **Added**
* `open_api_client.enterprise_connections.delete()`: **Added**
* `open_api_client.enterprise_connections.update()`: **Added**
* `open_api_client.enterprise_connections.get()`: **Added**
* `open_api_client.enterprise_connections.create()`: **Added**
* `open_api_client.enterprise_connections.list()`: **Added**
* `open_api_client.oauth_applications.upload_logo()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1773103510 branch from 75309da to 46fe9a5 Compare April 18, 2026 00:54
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