Skip to content

chore: 🐝 Update SDK - Generate 4.1.5#106

Merged
dominic-clerk merged 1 commit intomainfrom
speakeasy-sdk-regen-1773101554
Apr 21, 2026
Merged

chore: 🐝 Update SDK - Generate 4.1.5#106
dominic-clerk merged 1 commit intomainfrom
speakeasy-sdk-regen-1773101554

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.

Java SDK Changes:

  • clerk.users.list(): response.[] Changed (Breaking ⚠️)
  • clerk.users.create(): response Changed (Breaking ⚠️)
  • clerk.users.get(): response Changed (Breaking ⚠️)
  • clerk.users.update(): response Changed (Breaking ⚠️)
  • clerk.users.ban(): response Changed (Breaking ⚠️)
  • clerk.billing.createPriceTransition(): response Changed (Breaking ⚠️)
  • clerk.billing.extendSubscriptionItemFreeTrial(): response.plan Changed (Breaking ⚠️)
  • clerk.users.unban(): response Changed (Breaking ⚠️)
  • clerk.users.bulkBan(): response.[] Changed (Breaking ⚠️)
  • clerk.users.bulkUnban(): response.[] Changed (Breaking ⚠️)
  • clerk.users.lock(): response Changed (Breaking ⚠️)
  • clerk.users.unlock(): response Changed (Breaking ⚠️)
  • clerk.users.setProfileImage(): response Changed (Breaking ⚠️)
  • clerk.users.deleteProfileImage(): response Changed (Breaking ⚠️)
  • clerk.users.updateMetadata(): response Changed (Breaking ⚠️)
  • clerk.users.getBillingSubscription(): response.subscriptionItems[].plan.fee Changed (Breaking ⚠️)
  • clerk.billing.cancelSubscriptionItem(): response.plan.fee Changed (Breaking ⚠️)
  • clerk.billing.listSubscriptionItems(): response.data[].plan.fee Changed (Breaking ⚠️)
  • clerk.billing.createPrice():
    • request Changed
    • response Changed (Breaking ⚠️)
  • clerk.billing.listPrices(): response.data[] Changed (Breaking ⚠️)
  • clerk.billing.listPlans(): response.data[].fee Changed (Breaking ⚠️)
  • clerk.organizations.getBillingSubscription(): response.subscriptionItems[].plan.fee Changed (Breaking ⚠️)
  • clerk.users.setPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerk.users.unsetPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerk.users.getInstanceOrganizationMemberships(): response.data[].publicUserData.banned Added
  • clerk.samlConnections.get(): response Changed
  • clerk.users.getOrganizationMemberships(): response.data[].publicUserData.banned Added
  • clerk.organizationMemberships.create(): response.publicUserData.banned Added
  • clerk.organizationMemberships.list(): response.data[].publicUserData.banned Added
  • clerk.organizationMemberships.update(): response.publicUserData.banned Added
  • clerk.organizationMemberships.delete(): response.publicUserData.banned Added
  • clerk.organizationMemberships.updateMetadata(): response.publicUserData.banned Added
  • clerk.samlConnections.list(): Deprecated
  • clerk.samlConnections.list(): response.data[] Changed
  • clerk.samlConnections.create(): Deprecated
  • clerk.samlConnections.create(): response Changed
  • clerk.samlConnections.get(): Deprecated
  • clerk.instanceSettings.updateOrganizationSettings(): response.maxAllowedDomains Added
  • clerk.samlConnections.update(): Deprecated
  • clerk.samlConnections.update():
    • requestBody.allowOrganizationAccountLinking Added
    • response Changed
  • clerk.samlConnections.delete(): Deprecated
  • clerk.agentTasks.create(): response.agentTaskId Added
  • clerk.agentTasks.revoke(): response.agentTaskId Added
  • clerk.emailAddresses.delete(): error.status[409] Added
  • clerk.enterpriseConnections.delete(): Added
  • clerk.enterpriseConnections.update(): Added
  • clerk.enterpriseConnections.get(): Added
  • clerk.enterpriseConnections.create(): Added
  • clerk.enterpriseConnections.list(): Added
  • clerk.oauthApplications.uploadLogo(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6772:3)
│ ├─┬/agents/tasks
│ │ └─┬POST
│ │   └──[🔀] description (7638:20)
│ ├─┬/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)
│ │         ├─┬domains
│ │         │ ├──[-] items (6997:21)❌ 
│ │         │ ├──[🔀] type (7054:25)❌ 
│ │         │ ├──[🔀] description (7055:32)
│ │         │ └──[+] deprecated (7056:31)
│ │         ├─┬force_authn
│ │         │ ├──[+] items (7061:21)❌ 
│ │         │ ├──[🔀] type (7059:25)❌ 
│ │         │ ├──[🔀] description (7063:32)
│ │         │ └──[+] nullable (7062:29)❌ 
│ │         ├─┬sync_user_attributes
│ │         │ ├──[🔀] type (7085:25)❌ 
│ │         │ └──[🔀] description (7086:32)
│ │         ├─┬name
│ │         │ └──[🔀] description (7070:32)
│ │         ├─┬idp_metadata
│ │         │ └──[🔀] description (7066:32)
│ │         ├─┬organization_id
│ │         │ └──[🔀] description (7051:32)
│ │         ├─┬idp_sso_url
│ │         │ └──[🔀] description (7078:32)
│ │         ├─┬disable_additional_identifications
│ │         │ └──[🔀] description (7131:32)
│ │         ├─┬idp_entity_id
│ │         │ └──[🔀] description (7074: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)
│ │         ├─┬domain
│ │         │ ├──[🔀] type (7119:25)❌ 
│ │         │ ├──[🔀] description (7120:32)
│ │         │ └──[-] deprecated (6992:31)
│ │         ├─┬idp_metadata_url
│ │         │ └──[🔀] description (7082:32)
│ │         ├─┬idp_certificate
│ │         │ ├──[🔀] type (7127:25)❌ 
│ │         │ ├──[🔀] description (7128:32)
│ │         │ └──[-] nullable (7011:29)❌ 
│ │         ├─┬attribute_mapping
│ │         │ ├──[-] additionalProperties (7028:41)❌ 
│ │         │ ├──[🔀] type (7111:25)❌ 
│ │         │ ├──[🔀] description (7112:32)
│ │         │ ├──[-] properties (7032:21)❌ 
│ │         │ ├──[-] properties (7034:21)❌ 
│ │         │ ├──[-] properties (7036:21)❌ 
│ │         │ └──[-] properties (7030:21)❌ 
│ │         └─┬allow_subdomains
│ │           └──[🔀] description (7124:32)
│ ├─┬/saml_connections
│ │ ├─┬GET
│ │ │ ├──[🔀] description (6849:20)
│ │ │ └──[+] deprecated (6844:19)
│ │ └─┬POST
│ │   ├──[🔀] description (6903:20)
│ │   ├──[+] deprecated (6898:19)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (14857:13)❌ 
│ ├─┬/enterprise_connections
│ │ ├──[+] get (7173:7)
│ │ └──[+] post (7207:7)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ ├──[+] get (7384:7)
│ │ ├──[+] delete (7597:7)
│ │ └──[+] patch (7408:7)
│ └─┬/email_addresses/{email_address_id}
│   └─┬DELETE
│     └─┬Responses
│       └──[+] codes (16419:7)
├─┬Tags
│ └──[+] Enterprise Connections (118:5)
└─┬Components
  ├──[+] responses (16919:7)
  ├──[+] responses (16925:7)
  ├──[-] schemas (14331:7)❌ 
  ├──[+] schemas (12142:7)
  ├──[+] schemas (15131:7)
  ├──[+] schemas (12036:7)
  ├─┬EnterpriseAccount
  │ └─┬enterprise_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (12142:13)❌ 
  ├─┬CommercePlan
  │ └─┬fee
  │   └──[🔀] $ref (12856:11)❌ 
  ├─┬OrganizationMembershipPublicUserData
  │ ├──[+] properties (12363:9)
  │ ├─┬first_name
  │ │ ├──[🔀] type (12364:17)❌ 
  │ │ └──[-] nullable (11827:21)❌ 
  │ ├─┬profile_image_url
  │ │ └──[-] deprecated (11834:23)
  │ ├─┬username
  │ │ └──[🔀] nullable (12342:21)❌ 
  │ ├─┬user_id
  │ │ ├──[🔀] nullable (12351:21)❌ 
  │ │ └──[+] deprecated (12352:23)
  │ ├─┬identifier
  │ │ ├──[🔀] type (12356:17)❌ 
  │ │ └──[-] nullable (11841:21)❌ 
  │ ├─┬last_name
  │ │ └──[-] nullable (11830:21)❌ 
  │ ├─┬image_url
  │ │ └──[+] nullable (12359:21)❌ 
  │ └─┬has_image
  │   ├──[🔀] type (12344:17)❌ 
  │   └──[+] nullable (12345:21)❌ 
  ├─┬OrganizationSettings
  │ ├──[+] required (14027:11)❌ 
  │ ├──[+] properties (13991:9)
  │ ├─┬slug_disabled
  │ │ ├──[+] enum (13982:15)
  │ │ ├──[🔀] type (13979:17)❌ 
  │ │ └──[+] description (13980:24)
  │ ├─┬object
  │ │ ├──[-] enum (13459:15)❌ 
  │ │ ├──[🔀] type (13990:17)❌ 
  │ │ └──[-] description (13457:24)
  │ ├─┬max_allowed_roles
  │ │ ├──[+] description (13995:24)
  │ │ └──[+] deprecated (13994:23)
  │ └─┬max_allowed_permissions
  │   ├──[-] description (13470:24)
  │   └──[-] deprecated (13469:23)
  ├─┬EnterpriseConnection
  │ ├──[-] additionalProperties (11625:29)❌ 
  │ ├──[+] required (14982:11)❌ 
  │ ├──[+] required (14983:11)❌ 
  │ ├──[-] required (11667:11)❌ 
  │ ├──[-] required (11672:11)❌ 
  │ ├──[-] required (11673:11)❌ 
  │ ├──[-] required (11675:11)❌ 
  │ ├──[-] required (11669:11)❌ 
  │ ├──[-] required (11674: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)
  │ ├─┬domains
  │ │ ├──[-] items (11644:13)❌ 
  │ │ ├──[🔀] type (14988:17)❌ 
  │ │ └──[+] description (14989: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)
  │ ├─┬updated_at
  │ │ └──[🔀] description (15129:24)
  │ ├─┬created_at
  │ │ ├──[+] items (15023:13)❌ 
  │ │ ├──[🔀] type (15020:17)❌ 
  │ │ ├──[-] format (11657:19)❌ 
  │ │ └──[🔀] description (15021:24)
  │ ├─┬logo_public_url
  │ │ ├──[+] description (14992:24)
  │ │ └──[-] nullable (11637:21)❌ 
  │ ├─┬id
  │ │ └──[+] nullable (14997:21)❌ 
  │ └─┬active
  │   └──[+] description (15000:24)
  ├─┬PasswordHasher
  │ └──[🔀] description (12640:20)
  ├─┬SAMLAccount
  │ └─┬saml_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (12036:13)❌ 
  ├─┬CreateBillingPriceRequest
  │ ├─┬amount
  │ │ ├──[🔀] description (15357:24)
  │ │ └──[+] nullable (15356:21)❌ 
  │ └─┬annual_monthly_amount
  │   ├──[🔀] description (15362:24)
  │   └──[+] nullable (15361:21)❌ 
  ├─┬schemas-CommercePlan
  │ ├─┬fee
  │ │ └──[🔀] $ref (15468:11)❌ 
  │ ├─┬annual_fee
  │ │ └──[🔀] $ref (15476:11)❌ 
  │ └─┬annual_monthly_fee
  │   └──[🔀] $ref (15472:11)❌ 
  ├─┬SAMLConnection
  │ ├──[-] additionalProperties (11519:29)❌ 
  │ ├──[+] required (14941:11)❌ 
  │ ├──[+] required (14946:11)❌ 
  │ ├──[+] required (14944:11)❌ 
  │ ├──[+] required (14947:11)❌ 
  │ ├──[+] required (14936:11)❌ 
  │ ├──[+] required (14937:11)❌ 
  │ ├──[+] required (14938:11)❌ 
  │ ├──[+] required (14948:11)❌ 
  │ ├──[+] required (14949:11)❌ 
  │ ├──[+] required (14950:11)❌ 
  │ ├──[+] required (14951:11)❌ 
  │ ├──[+] required (14933:11)❌ 
  │ ├──[+] required (14939:11)❌ 
  │ ├──[+] required (14940: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)
  │ ├─┬provider
  │ │ ├──[+] items (14873:13)❌ 
  │ │ └──[🔀] type (14871:17)❌ 
  │ ├─┬name
  │ │ └──[+] deprecated (14869:23)
  │ ├─┬domain
  │ │ └──[🔀] $ref (14840:13)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14917:17)❌ 
  │ │ ├──[-] format (11551:19)❌ 
  │ │ └──[🔀] description (14918:24)
  │ ├─┬created_at
  │ │ ├──[🔀] type (14915:17)❌ 
  │ │ ├──[-] format (11546:19)❌ 
  │ │ └──[-] description (11547:24)
  │ ├─┬active
  │ │ └──[🔀] type (14890:17)❌ 
  │ ├─┬id
  │ │ └──[🔀] type (14913:17)❌ 
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (14920:17)❌ 
  │ │ └──[+] nullable (14921:21)❌ 
  │ └─┬domains
  │   ├──[-] items (11531:13)❌ 
  │   ├──[🔀] type (14923:17)❌ 
  │   ├──[+] format (14924:19)❌ 
  │   └──[+] description (14925:24)
  ├─┬BillingPriceResponse
  │ ├─┬annual_monthly_fee
  │ │ └──[🔀] $ref (15309:11)❌ 
  │ └─┬fee
  │   └──[🔀] $ref (15305:11)❌ 
  ├─┬AgentTask
  │ ├──[+] required (15194:11)❌ 
  │ ├──[+] properties (15178:9)
  │ ├─┬url
  │ │ ├──[🔀] description (15185:24)
  │ │ └──[+] deprecated (15184:23)
  │ ├─┬task_id
  │ │ ├──[🔀] description (15185:24)
  │ │ └──[+] deprecated (15184:23)
  │ └─┬object
  │   ├──[-] enum (14473:15)❌ 
  │   └──[+] description (15180:24)
  └─┬SAMLConnections
    └─┬data
      └─┬Schema
        └──[🔀] $ref (14857:13)❌ 
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

JAVA CHANGELOG

core: 3.55.23 - 2026-03-25

🐛 Bug Fixes

  • resolve compilation error in error class accessors for required nullable fields (commit by @AshGodfrey)

globalSecurity: 2.83.4 - 2026-03-25

🐛 Bug Fixes

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

globalSecurity: 2.83.3 - 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 10, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 7 times, most recently from b7aa96c to df4b43a Compare March 17, 2026 00:17
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 8 times, most recently from b8ff167 to 55400f7 Compare March 25, 2026 00:18
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 8 times, most recently from 69580d5 to 8af03ce Compare April 2, 2026 00:18
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 6 times, most recently from 429e9a7 to 8e06df8 Compare April 8, 2026 00:21
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 7 times, most recently from 9065cb1 to bbb213f Compare April 15, 2026 00:25
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch 6 times, most recently from 0c6fb6a to 6654d27 Compare April 21, 2026 00:25
* `clerk.users.list()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.users.create()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.get()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.update()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.ban()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.createPriceTransition()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.extendSubscriptionItemFreeTrial()`:  `response.plan` **Changed** (Breaking ⚠️)
* `clerk.users.unban()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.bulkBan()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.users.bulkUnban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.users.lock()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.unlock()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.setProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.deleteProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.updateMetadata()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.getBillingSubscription()`:  `response.subscriptionItems[].plan.fee` **Changed** (Breaking ⚠️)
* `clerk.billing.cancelSubscriptionItem()`:  `response.plan.fee` **Changed** (Breaking ⚠️)
* `clerk.billing.listSubscriptionItems()`:  `response.data[].plan.fee` **Changed** (Breaking ⚠️)
* `clerk.billing.createPrice()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.listPrices()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerk.billing.listPlans()`:  `response.data[].fee` **Changed** (Breaking ⚠️)
* `clerk.organizations.getBillingSubscription()`:  `response.subscriptionItems[].plan.fee` **Changed** (Breaking ⚠️)
* `clerk.users.setPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.unsetPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.getInstanceOrganizationMemberships()`:  `response.data[].publicUserData.banned` **Added**
* `clerk.samlConnections.get()`:  `response` **Changed**
* `clerk.users.getOrganizationMemberships()`:  `response.data[].publicUserData.banned` **Added**
* `clerk.organizationMemberships.create()`:  `response.publicUserData.banned` **Added**
* `clerk.organizationMemberships.list()`:  `response.data[].publicUserData.banned` **Added**
* `clerk.organizationMemberships.update()`:  `response.publicUserData.banned` **Added**
* `clerk.organizationMemberships.delete()`:  `response.publicUserData.banned` **Added**
* `clerk.organizationMemberships.updateMetadata()`:  `response.publicUserData.banned` **Added**
* `clerk.samlConnections.list()`: **Deprecated**
* `clerk.samlConnections.list()`:  `response.data[]` **Changed**
* `clerk.samlConnections.create()`: **Deprecated**
* `clerk.samlConnections.create()`:  `response` **Changed**
* `clerk.samlConnections.get()`: **Deprecated**
* `clerk.instanceSettings.updateOrganizationSettings()`:  `response.maxAllowedDomains` **Added**
* `clerk.samlConnections.update()`: **Deprecated**
* `clerk.samlConnections.update()`: 
  *  `requestBody.allowOrganizationAccountLinking` **Added**
  *  `response` **Changed**
* `clerk.samlConnections.delete()`: **Deprecated**
* `clerk.agentTasks.create()`:  `response.agentTaskId` **Added**
* `clerk.agentTasks.revoke()`:  `response.agentTaskId` **Added**
* `clerk.emailAddresses.delete()`:  `error.status[409]` **Added**
* `clerk.enterpriseConnections.delete()`: **Added**
* `clerk.enterpriseConnections.update()`: **Added**
* `clerk.enterpriseConnections.get()`: **Added**
* `clerk.enterpriseConnections.create()`: **Added**
* `clerk.enterpriseConnections.list()`: **Added**
* `clerk.oauthApplications.uploadLogo()`: **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773101554 branch from 6654d27 to 6d5e0f7 Compare April 21, 2026 08:44
@dominic-clerk
Copy link
Copy Markdown
Contributor

Merging to publish #108

@dominic-clerk dominic-clerk merged commit 110a616 into main Apr 21, 2026
5 checks passed
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