Skip to content

chore: 🐝 Update SDK - Generate 0.7.1#73

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773275983
Open

chore: 🐝 Update SDK - Generate 0.7.1#73
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773275983

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 12, 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.

Php SDK Changes:

  • clerkbackend->users->list(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->users->create(): response Changed (Breaking ⚠️)
  • clerkbackend->users->get(): response Changed (Breaking ⚠️)
  • clerkbackend->users->update(): response Changed (Breaking ⚠️)
  • clerkbackend->users->ban(): response Changed (Breaking ⚠️)
  • clerkbackend->billing->createPriceTransition(): response Changed (Breaking ⚠️)
  • clerkbackend->billing->extendSubscriptionItemFreeTrial(): response.plan Changed (Breaking ⚠️)
  • clerkbackend->users->unban(): response Changed (Breaking ⚠️)
  • clerkbackend->users->bulkBan(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->users->bulkUnban(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->users->lock(): response Changed (Breaking ⚠️)
  • clerkbackend->users->unlock(): response Changed (Breaking ⚠️)
  • clerkbackend->users->setProfileImage(): response Changed (Breaking ⚠️)
  • clerkbackend->users->deleteProfileImage(): response Changed (Breaking ⚠️)
  • clerkbackend->users->updateMetadata(): response Changed (Breaking ⚠️)
  • clerkbackend->users->getBillingSubscription(): response.subscriptionItems[]->plan->fee Changed (Breaking ⚠️)
  • clerkbackend->billing->cancelSubscriptionItem(): response.plan->fee Changed (Breaking ⚠️)
  • clerkbackend->billing->listSubscriptionItems(): response.data[]->plan->fee Changed (Breaking ⚠️)
  • clerkbackend->billing->createPrice():
    • request Changed
    • response Changed (Breaking ⚠️)
  • clerkbackend->billing->listPrices(): response.data[] Changed (Breaking ⚠️)
  • clerkbackend->billing->listPlans(): response.data[]->fee Changed (Breaking ⚠️)
  • clerkbackend->organizations->getBillingSubscription(): response.subscriptionItems[]->plan->fee Changed (Breaking ⚠️)
  • clerkbackend->users->setPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerkbackend->users->unsetPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerkbackend->users->getInstanceOrganizationMemberships(): response.data[]->publicUserData->banned Added
  • clerkbackend->samlconnections->get(): response Changed
  • clerkbackend->users->getOrganizationMemberships(): response.data[]->publicUserData->banned Added
  • clerkbackend->organizationmemberships->create(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->list(): response.data[]->publicUserData->banned Added
  • clerkbackend->organizationmemberships->update(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->delete(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->updateMetadata(): response.publicUserData->banned Added
  • clerkbackend->samlconnections->list(): Deprecated
  • clerkbackend->samlconnections->list(): response.data[] Changed
  • clerkbackend->samlconnections->create(): Deprecated
  • clerkbackend->samlconnections->create(): response Changed
  • clerkbackend->samlconnections->get(): Deprecated
  • clerkbackend->instancesettings->updateOrganizationSettings(): response.maxAllowedDomains Added
  • clerkbackend->samlconnections->update(): Deprecated
  • clerkbackend->samlconnections->update():
    • requestBody->allowOrganizationAccountLinking Added
    • response Changed
  • clerkbackend->samlconnections->delete(): Deprecated
  • clerkbackend->agenttasks->create(): response.agentTaskId Added
  • clerkbackend->agenttasks->revoke(): response.agentTaskId Added
  • clerkbackend->emailaddresses->delete(): error.status[409] Added
  • clerkbackend->enterpriseconnections->delete(): Added
  • clerkbackend->enterpriseconnections->update(): Added
  • clerkbackend->enterpriseconnections->get(): Added
  • clerkbackend->enterpriseconnections->create(): Added
  • clerkbackend->enterpriseconnections->list(): Added
  • clerkbackend->oauthapplications->uploadLogo(): 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)
│ │         ├─┬force_authn
│ │         │ ├──[+] items (7061:21)❌ 
│ │         │ ├──[🔀] type (7059:25)❌ 
│ │         │ ├──[🔀] description (7063:32)
│ │         │ └──[+] nullable (7062:29)❌ 
│ │         ├─┬organization_id
│ │         │ └──[🔀] description (7051:32)
│ │         ├─┬sync_user_attributes
│ │         │ ├──[🔀] type (7085:25)❌ 
│ │         │ └──[🔀] description (7086:32)
│ │         ├─┬idp_metadata_url
│ │         │ └──[🔀] description (7082:32)
│ │         ├─┬idp_entity_id
│ │         │ └──[🔀] description (7074:32)
│ │         ├─┬idp_metadata
│ │         │ └──[🔀] description (7066:32)
│ │         ├─┬attribute_mapping
│ │         │ ├──[-] additionalProperties (7028:41)❌ 
│ │         │ ├──[🔀] type (7111:25)❌ 
│ │         │ ├──[🔀] description (7112:32)
│ │         │ ├──[-] properties (7032:21)❌ 
│ │         │ ├──[-] properties (7034:21)❌ 
│ │         │ ├──[-] properties (7036:21)❌ 
│ │         │ └──[-] properties (7030:21)❌ 
│ │         ├─┬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)
│ │         ├─┬domains
│ │         │ ├──[-] items (6997:21)❌ 
│ │         │ ├──[🔀] type (7054:25)❌ 
│ │         │ ├──[🔀] description (7055:32)
│ │         │ └──[+] deprecated (7056:31)
│ │         ├─┬idp_certificate
│ │         │ ├──[🔀] type (7127:25)❌ 
│ │         │ ├──[🔀] description (7128:32)
│ │         │ └──[-] nullable (7011:29)❌ 
│ │         ├─┬domain
│ │         │ ├──[🔀] type (7119:25)❌ 
│ │         │ ├──[🔀] description (7120:32)
│ │         │ └──[-] deprecated (6992:31)
│ │         ├─┬idp_sso_url
│ │         │ └──[🔀] description (7078:32)
│ │         ├─┬allow_subdomains
│ │         │ └──[🔀] description (7124:32)
│ │         └─┬disable_additional_identifications
│ │           └──[🔀] description (7131:32)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ ├──[+] get (7384:7)
│ │ ├──[+] delete (7597:7)
│ │ └──[+] patch (7408:7)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (16419:7)
│ ├─┬/enterprise_connections
│ │ ├──[+] get (7173:7)
│ │ └──[+] post (7207: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)❌ 
│ └─┬/agents/tasks
│   └─┬POST
│     └──[🔀] description (7638:20)
├─┬Tags
│ └──[+] Enterprise Connections (118:5)
└─┬Components
  ├──[+] responses (16919:7)
  ├──[+] responses (16925:7)
  ├──[-] schemas (14331:7)❌ 
  ├──[+] schemas (12036:7)
  ├──[+] schemas (15131:7)
  ├──[+] schemas (12142:7)
  ├─┬CommercePlan
  │ └─┬fee
  │   └──[🔀] $ref (12856:11)❌ 
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ ├──[🔀] description (15362:24)
  │ │ └──[+] nullable (15361:21)❌ 
  │ └─┬amount
  │   ├──[🔀] description (15357:24)
  │   └──[+] nullable (15356:21)❌ 
  ├─┬SAMLConnection
  │ ├──[-] additionalProperties (11519:29)❌ 
  │ ├──[+] required (14933:11)❌ 
  │ ├──[+] required (14941:11)❌ 
  │ ├──[+] required (14944:11)❌ 
  │ ├──[+] required (14947:11)❌ 
  │ ├──[+] required (14950:11)❌ 
  │ ├──[+] required (14937:11)❌ 
  │ ├──[+] required (14939:11)❌ 
  │ ├──[+] required (14951:11)❌ 
  │ ├──[+] required (14938:11)❌ 
  │ ├──[+] required (14940:11)❌ 
  │ ├──[+] required (14946:11)❌ 
  │ ├──[+] required (14949:11)❌ 
  │ ├──[+] required (14936:11)❌ 
  │ ├──[+] required (14948: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)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14917:17)❌ 
  │ │ ├──[-] format (11551:19)❌ 
  │ │ └──[🔀] description (14918:24)
  │ ├─┬active
  │ │ └──[🔀] type (14890:17)❌ 
  │ ├─┬domain
  │ │ └──[🔀] $ref (14840:13)❌ 
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (14920:17)❌ 
  │ │ └──[+] nullable (14921:21)❌ 
  │ ├─┬name
  │ │ └──[+] deprecated (14869:23)
  │ ├─┬provider
  │ │ ├──[+] items (14873:13)❌ 
  │ │ └──[🔀] type (14871:17)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (14915:17)❌ 
  │ │ ├──[-] format (11546:19)❌ 
  │ │ └──[-] description (11547:24)
  │ ├─┬domains
  │ │ ├──[-] items (11531:13)❌ 
  │ │ ├──[🔀] type (14923:17)❌ 
  │ │ ├──[+] format (14924:19)❌ 
  │ │ └──[+] description (14925:24)
  │ └─┬id
  │   └──[🔀] type (14913:17)❌ 
  ├─┬PasswordHasher
  │ └──[🔀] description (12640:20)
  ├─┬OrganizationMembershipPublicUserData
  │ ├──[+] properties (12363:9)
  │ ├─┬profile_image_url
  │ │ └──[-] deprecated (11834:23)
  │ ├─┬user_id
  │ │ ├──[🔀] nullable (12351:21)❌ 
  │ │ └──[+] deprecated (12352:23)
  │ ├─┬username
  │ │ └──[🔀] nullable (12342:21)❌ 
  │ ├─┬has_image
  │ │ ├──[🔀] type (12344:17)❌ 
  │ │ └──[+] nullable (12345:21)❌ 
  │ ├─┬last_name
  │ │ └──[-] nullable (11830:21)❌ 
  │ ├─┬first_name
  │ │ ├──[🔀] type (12364:17)❌ 
  │ │ └──[-] nullable (11827:21)❌ 
  │ ├─┬identifier
  │ │ ├──[🔀] type (12356:17)❌ 
  │ │ └──[-] nullable (11841:21)❌ 
  │ └─┬image_url
  │   └──[+] nullable (12359:21)❌ 
  ├─┬BillingPriceResponse
  │ ├─┬fee
  │ │ └──[🔀] $ref (15305:11)❌ 
  │ └─┬annual_monthly_fee
  │   └──[🔀] $ref (15309:11)❌ 
  ├─┬SAMLConnections
  │ └─┬data
  │   └─┬Schema
  │     └──[🔀] $ref (14857:13)❌ 
  ├─┬schemas-CommercePlan
  │ ├─┬fee
  │ │ └──[🔀] $ref (15468:11)❌ 
  │ ├─┬annual_fee
  │ │ └──[🔀] $ref (15476:11)❌ 
  │ └─┬annual_monthly_fee
  │   └──[🔀] $ref (15472:11)❌ 
  ├─┬SAMLAccount
  │ └─┬saml_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (12036:13)❌ 
  ├─┬AgentTask
  │ ├──[+] required (15194:11)❌ 
  │ ├──[+] properties (15178:9)
  │ ├─┬url
  │ │ ├──[🔀] description (15185:24)
  │ │ └──[+] deprecated (15184:23)
  │ ├─┬object
  │ │ ├──[-] enum (14473:15)❌ 
  │ │ └──[+] description (15180:24)
  │ └─┬task_id
  │   ├──[+] enum (15173:15)
  │   └──[-] description (14480:24)
  ├─┬OrganizationSettings
  │ ├──[+] required (14027:11)❌ 
  │ ├──[+] properties (13991:9)
  │ ├─┬slug_disabled
  │ │ ├──[+] enum (13982:15)
  │ │ ├──[🔀] type (13979:17)❌ 
  │ │ └──[+] description (13980:24)
  │ ├─┬max_allowed_permissions
  │ │ ├──[-] description (13470:24)
  │ │ └──[-] deprecated (13469:23)
  │ ├─┬object
  │ │ ├──[-] enum (13459:15)❌ 
  │ │ ├──[🔀] type (13990:17)❌ 
  │ │ └──[-] description (13457:24)
  │ └─┬max_allowed_roles
  │   ├──[+] description (13995:24)
  │   └──[+] deprecated (13994:23)
  ├─┬EnterpriseConnection
  │ ├──[-] additionalProperties (11625:29)❌ 
  │ ├──[+] required (14982:11)❌ 
  │ ├──[+] required (14983:11)❌ 
  │ ├──[-] required (11667:11)❌ 
  │ ├──[-] required (11669:11)❌ 
  │ ├──[-] required (11674:11)❌ 
  │ ├──[-] required (11672:11)❌ 
  │ ├──[-] required (11673:11)❌ 
  │ ├──[-] required (11675: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)❌ 
  │ ├─┬active
  │ │ └──[+] description (15000:24)
  │ ├─┬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)
  │ ├─┬logo_public_url
  │ │ ├──[+] description (14992:24)
  │ │ └──[-] nullable (11637:21)❌ 
  │ ├─┬id
  │ │ └──[+] description (14989:24)
  │ ├─┬updated_at
  │ │ └──[🔀] description (15129:24)
  │ ├─┬disable_additional_identifications
  │ │ └──[+] description (15015:24)
  │ ├─┬created_at
  │ │ ├──[+] items (15023:13)❌ 
  │ │ ├──[🔀] type (15020:17)❌ 
  │ │ ├──[-] format (11657:19)❌ 
  │ │ └──[🔀] description (15021: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)
  │ └─┬domains
  │   └──[+] description (15005:24)
  └─┬EnterpriseAccount
    └─┬enterprise_connection
      └─┬ONEOF
        └──[🔀] $ref (12142:13)❌ 
Document Element Total Changes Breaking Changes
components 158 80
paths 60 20
tags 1 0

View full report

Linting Report 0 errors, 9 warnings, 68 hints

View full report

PHP CHANGELOG

core: 3.9.22 - 2026-03-26

🐛 Bug Fixes

  • stabilize phpstan and pint config generation against toolchain drift (commit by @tristanspeakeasy)

core: 3.9.21 - 2026-03-25

🐛 Bug Fixes

  • remove unused namespace use-imports for array fields referencing custom model namespaces (commit by @AshGodfrey)

core: 3.9.20 - 2026-03-10

🐛 Bug Fixes

  • Pin laravel/pint to 1.21.2 in generated PHP SDK dev dependencies to avoid formatter drift breaking pint --test [force-gen]

core: 3.9.19 - 2026-03-10

🐝 New Features

  • Migrated formatter for improved performance (commit by @bflad)

flattening: 2.81.2 - 2026-03-31

🐛 Bug Fixes

  • sort nullable parameters after required parameters in method signatures to avoid PHP 8.0+ deprecation warnings (commit by @AshGodfrey)

globalSecurity: 2.81.12 - 2026-03-25

🐛 Bug Fixes

  • basic-http handling when used as a security option wrapper (commit by @2ynn)

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

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Mar 12, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 42ab373 to 0a94914 Compare March 19, 2026 00:48
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from f54ed55 to 23bec7e Compare March 26, 2026 00:51
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 93c40ab to be680a1 Compare April 2, 2026 00:49
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 5569113 to 3945f31 Compare April 9, 2026 00:44
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch from 5d0cccb to d3141d7 Compare April 10, 2026 00:52
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from ff06901 to 07e4a27 Compare April 17, 2026 00:57
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 1e099cb to b0a9cbb Compare April 24, 2026 01:00
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch from d8dac7d to e2191b9 Compare April 25, 2026 00:54
* `clerkbackend->users->list()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->users->create()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->get()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->update()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->ban()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->createPriceTransition()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->extendSubscriptionItemFreeTrial()`:  `response.plan` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unban()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->bulkBan()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->users->bulkUnban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->users->lock()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unlock()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->setProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->deleteProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->updateMetadata()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->getBillingSubscription()`:  `response.subscriptionItems[]->plan->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->cancelSubscriptionItem()`:  `response.plan->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listSubscriptionItems()`:  `response.data[]->plan->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->createPrice()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listPrices()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listPlans()`:  `response.data[]->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->organizations->getBillingSubscription()`:  `response.subscriptionItems[]->plan->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->users->setPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unsetPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->getInstanceOrganizationMemberships()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->samlconnections->get()`:  `response` **Changed**
* `clerkbackend->users->getOrganizationMemberships()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->create()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->list()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->update()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->delete()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->updateMetadata()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->samlconnections->list()`: **Deprecated**
* `clerkbackend->samlconnections->list()`:  `response.data[]` **Changed**
* `clerkbackend->samlconnections->create()`: **Deprecated**
* `clerkbackend->samlconnections->create()`:  `response` **Changed**
* `clerkbackend->samlconnections->get()`: **Deprecated**
* `clerkbackend->instancesettings->updateOrganizationSettings()`:  `response.maxAllowedDomains` **Added**
* `clerkbackend->samlconnections->update()`: **Deprecated**
* `clerkbackend->samlconnections->update()`: 
  *  `requestBody->allowOrganizationAccountLinking` **Added**
  *  `response` **Changed**
* `clerkbackend->samlconnections->delete()`: **Deprecated**
* `clerkbackend->agenttasks->create()`:  `response.agentTaskId` **Added**
* `clerkbackend->agenttasks->revoke()`:  `response.agentTaskId` **Added**
* `clerkbackend->emailaddresses->delete()`:  `error.status[409]` **Added**
* `clerkbackend->enterpriseconnections->delete()`: **Added**
* `clerkbackend->enterpriseconnections->update()`: **Added**
* `clerkbackend->enterpriseconnections->get()`: **Added**
* `clerkbackend->enterpriseconnections->create()`: **Added**
* `clerkbackend->enterpriseconnections->list()`: **Added**
* `clerkbackend->oauthapplications->uploadLogo()`: **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch from a6aca60 to 9eae595 Compare April 26, 2026 01:00
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