Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 12, 2025

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Java SDK Changes Detected:

  • clerk.betaFeatures.updateInstanceSettings():
    • request.enhancedEmailDeliverability Removed Breaking ⚠️
  • clerk.instanceSettings.update():
    • request.enhancedEmailDeliverability Removed Breaking ⚠️
  • clerk.users.bulkUnban(): response.[] Changed
  • clerk.organizationInvitations.listPending(): response.data.[].inviterId Added
  • clerk.commerce.listSubscriptionItems(): Deleted Breaking ⚠️
  • clerk.commerce.cancelSubscriptionItem(): Deleted Breaking ⚠️
  • clerk.users.unlock(): response Changed
  • clerk.users.list(): response.[] Changed
  • clerk.users.create(): response Changed
  • clerk.users.get(): response Changed
  • clerk.users.update(): response Changed
  • clerk.users.ban(): response Changed
  • clerk.users.unban(): response Changed
  • clerk.users.bulkBan(): response.[] Changed
  • clerk.commerce.listPlans(): Deleted Breaking ⚠️
  • clerk.billing.listPlans(): Added
  • clerk.sessions.create():
    • request.activeOrganizationId Added
  • clerk.users.setProfileImage(): response Changed
  • clerk.users.deleteProfileImage(): response Changed
  • clerk.users.updateMetadata(): response Changed
  • clerk.users.getOrganizationInvitations(): response.data.[].inviterId Added
  • clerk.organizationInvitations.getAll(): response.data.[].inviterId Added
  • clerk.organizationInvitations.create(): response.inviter_id Added
  • clerk.organizationInvitations.list(): response.data.[].inviterId Added
  • clerk.organizationInvitations.bulkCreate(): response.data.[].inviterId Added
  • clerk.users.lock(): response Changed
  • clerk.organizationInvitations.get(): response.inviter_id Added
  • clerk.organizationInvitations.revoke(): response.inviter_id Added
  • clerk.billing.cancelSubscriptionItem(): Added
  • clerk.billing.listSubscriptionItems(): Added
OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (6682:5)❌ 
│ ├──[-] path (6616:5)❌ 
│ ├──[-] path (6581:5)❌ 
│ ├──[+] path (6612:3)
│ ├──[+] path (6678:3)
│ ├──[+] path (6577:3)
│ ├─┬/invitations/bulk
│ │ └─┬POST
│ │   ├──[🔀] description (2814:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] maxItems (2830:25)❌ 
│ │         └──[+] minItems (2829:25)❌ 
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[-] properties (3150:33)❌ 
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[-] properties (3465:33)❌ 
│ ├─┬/organizations/{organization_id}/invitations/bulk
│ │ └─┬POST
│ │   ├──[🔀] description (4778:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] maxItems (4811:25)❌ 
│ │         └──[+] minItems (4810:25)❌ 
│ └─┬/sessions
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[+] properties (676:17)
│           └─┬user_id
│             └──[🔀] description (678:32)
├─┬Tags
│ └──[-] Commerce (46:7)❌ 
└─┬Components
  ├──[+] schemas (8787:7)
  ├──[+] schemas (8847:7)
  ├─┬OrganizationInvitationWithPublicOrganizationData
  │ ├──[+] required (9940:11)❌ 
  │ └─┬ALLOF
  │   ├──[+] properties (9899:13)
  │   ├─┬url
  │   │ ├──[🔀] type (9923:21)❌ 
  │   │ ├──[+] format (9924:23)❌ 
  │   │ ├──[+] description (9925:28)
  │   │ └──[-] nullable (9770:35)❌ 
  │   ├─┬updated_at
  │   │ ├──[🔀] type (9903:21)❌ 
  │   │ ├──[-] format (9782:33)❌ 
  │   │ └──[-] description (9783:38)
  │   ├─┬role
  │   │ ├──[+] additionalProperties (9906:37)❌ 
  │   │ └──[🔀] type (9905:21)❌ 
  │   ├─┬organization_id
  │   │ ├──[+] enum (9888:19)
  │   │ └──[+] description (9885:28)
  │   ├─┬private_metadata
  │   │ ├──[-] additionalProperties (9767:47)❌ 
  │   │ └──[🔀] type (9898:21)❌ 
  │   └─┬object
  │     ├──[-] enum (9749:31)❌ 
  │     ├──[-] description (9746:38)
  │     └──[+] nullable (9901:25)❌ 
  ├─┬CommercePlan
  │ └─┬product_id
  │   └──[+] deprecated (9410:23)
  ├─┬OrganizationInvitation
  │ ├──[+] additionalProperties (10470:29)❌ 
  │ ├──[+] required (10526:11)❌ 
  │ ├──[+] properties (10488:9)
  │ ├─┬organization_id
  │ │ ├──[+] enum (10477:15)
  │ │ └──[+] description (10474:24)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (10351:43)❌ 
  │ │ └──[🔀] type (10487:17)❌ 
  │ ├─┬url
  │ │ ├──[🔀] type (10512:17)❌ 
  │ │ ├──[+] format (10513:19)❌ 
  │ │ ├──[+] description (10514:24)
  │ │ └──[-] nullable (10354:31)❌ 
  │ ├─┬role
  │ │ ├──[+] additionalProperties (10495:33)❌ 
  │ │ └──[🔀] type (10494:17)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (10333:27)❌ 
  │ │ ├──[-] description (10330:34)
  │ │ └──[+] nullable (10490:21)❌ 
  │ └─┬updated_at
  │   ├──[🔀] type (10492:17)❌ 
  │   ├──[-] format (10366:29)❌ 
  │   └──[-] description (10367:34)
  └─┬User
    ├──[+] properties (9160:9)
    ├──[+] properties (9164:9)
    ├──[+] properties (9146:9)
    ├─┬updated_at
    │ ├──[🔀] type (9131:17)❌ 
    │ ├──[-] format (8915:29)❌ 
    │ └──[-] description (8916:34)
    ├─┬web3_wallets
    │ ├──[-] items (8854:25)❌ 
    │ ├──[🔀] type (9195:17)❌ 
    │ ├──[+] format (9196:19)❌ 
    │ └──[+] description (9197:24)
    ├─┬saml_accounts
    │ ├──[+] additionalProperties (9106:33)❌ 
    │ ├──[-] items (8886:25)❌ 
    │ ├──[🔀] type (9105:17)❌ 
    │ └──[+] nullable (9104:21)❌ 
    ├─┬username
    │ ├──[🔀] type (9129:17)❌ 
    │ └──[-] nullable (8815:31)❌ 
    ├─┬last_sign_in_at
    │ ├──[🔀] type (9089:17)❌ 
    │ ├──[-] format (8889:29)❌ 
    │ └──[-] description (8891:34)
    ├─┬phone_numbers
    │ └─┬Schema
    │   └──[🔀] $ref (8492:13)❌ 
    ├─┬last_name
    │ ├──[🔀] type (9218:17)❌ 
    │ ├──[+] format (9219:19)❌ 
    │ ├──[+] description (9221:24)
    │ └──[+] example (9223:20)
    ├─┬locale
    │ ├──[🔀] type (9225:17)❌ 
    │ ├──[+] format (9226:19)❌ 
    │ ├──[+] description (9228:24)
    │ └──[+] example (9230:20)
    ├─┬primary_web3_wallet_id
    │ ├──[+] items (9117:13)❌ 
    │ ├──[🔀] type (9115:17)❌ 
    │ └──[-] nullable (8812:31)❌ 
    ├─┬mfa_enabled_at
    │ └──[🔀] description (9143:24)
    ├─┬external_id
    │ ├──[+] items (9155:13)❌ 
    │ ├──[🔀] type (9153:17)❌ 
    │ └──[-] nullable (8803:31)❌ 
    ├─┬primary_email_address_id
    │ ├──[🔀] type (9127:17)❌ 
    │ └──[-] nullable (8806:31)❌ 
    ├─┬has_image
    │ ├──[🔀] type (9086:17)❌ 
    │ └──[+] nullable (9085:21)❌ 
    ├─┬object
    │ ├──[-] enum (8801:27)❌ 
    │ ├──[🔀] type (9135:17)❌ 
    │ ├──[+] format (9136:19)❌ 
    │ ├──[🔀] description (9137:24)
    │ └──[+] nullable (9139:21)❌ 
    ├─┬id
    │ └──[🔀] type (9099:17)❌ 
    ├─┬mfa_disabled_at
    │ └──[🔀] description (9186:24)
    ├─┬locked
    │ ├──[🔀] type (9092:17)❌ 
    │ ├──[-] description (8899:34)
    │ └──[+] nullable (9091:21)❌ 
    ├─┬primary_phone_number_id
    │ ├──[🔀] type (9147:17)❌ 
    │ ├──[+] format (9148:19)❌ 
    │ └──[+] description (9149:24)
    ├─┬public_metadata
    │ ├──[-] additionalProperties (8835:43)❌ 
    │ ├──[🔀] type (9080:17)❌ 
    │ └──[+] nullable (9079:21)❌ 
    ├─┬external_accounts
    │ └─┬Schema
    │   └──[🔀] $ref (8847:13)❌ 
    ├─┬lockout_expires_in_seconds
    │ ├──[🔀] type (9179:17)❌ 
    │ ├──[-] format (8903:29)❌ 
    │ ├──[🔀] description (9180:24)
    │ └──[-] nullable (8904:31)❌ 
    ├─┬two_factor_enabled
    │ ├──[+] additionalProperties (9102:33)❌ 
    │ └──[🔀] type (9101:17)❌ 
    ├─┬private_metadata
    │ ├──[-] additionalProperties (8839:43)❌ 
    │ └──[🔀] type (9074:17)❌ 
    ├─┬legal_accepted_at
    │ ├──[🔀] description (9172:24)
    │ └──[-] example (8949:30)
    ├─┬passkeys
    │ ├──[+] enum (9068:15)
    │ ├──[-] items (8858:25)❌ 
    │ ├──[🔀] type (9064:17)❌ 
    │ └──[+] description (9065:24)
    ├─┬totp_enabled
    │ ├──[🔀] type (9094:17)❌ 
    │ └──[+] deprecated (9095:23)
    ├─┬unsafe_metadata
    │ ├──[-] additionalProperties (8842:43)❌ 
    │ ├──[+] items (9159:13)❌ 
    │ └──[🔀] type (9157:17)❌ 
    ├─┬verification_attempts_remaining
    │ ├──[+] additionalProperties (9109:33)❌ 
    │ ├──[🔀] type (9108:17)❌ 
    │ ├──[-] format (8909:29)❌ 
    │ ├──[-] description (8911:34)
    │ └──[-] nullable (8910:31)❌ 
    ├─┬last_active_at
    │ ├──[🔀] type (9097:17)❌ 
    │ ├──[-] format (8938:29)❌ 
    │ ├──[-] description (8940:34)
    │ ├──[-] nullable (8939:31)❌ 
    │ └──[-] example (8942:30)
    └─┬password_enabled
      ├──[+] items (9167:13)❌ 
      └──[🔀] type (9165:17)❌ 
Document Element Total Changes Breaking Changes
paths 16 9
tags 1 1
components 127 99

JAVA CHANGELOG

core: 3.55.2 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.658.1

@github-actions github-actions bot added the patch Patch version bump label Nov 12, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762906246 branch 4 times, most recently from 1b2ff52 to 092e06f Compare November 16, 2025 00:12
* `clerk.betaFeatures.updateInstanceSettings()`: 
  *  `request.enhancedEmailDeliverability` **Removed** **Breaking** ⚠️
* `clerk.instanceSettings.update()`: 
  *  `request.enhancedEmailDeliverability` **Removed** **Breaking** ⚠️
* `clerk.users.bulkUnban()`:  `response.[]` **Changed**
* `clerk.organizationInvitations.listPending()`:  `response.data.[].inviterId` **Added**
* `clerk.commerce.listSubscriptionItems()`: **Deleted** **Breaking** ⚠️
* `clerk.commerce.cancelSubscriptionItem()`: **Deleted** **Breaking** ⚠️
* `clerk.users.unlock()`:  `response` **Changed**
* `clerk.users.list()`:  `response.[]` **Changed**
* `clerk.users.create()`:  `response` **Changed**
* `clerk.users.get()`:  `response` **Changed**
* `clerk.users.update()`:  `response` **Changed**
* `clerk.users.ban()`:  `response` **Changed**
* `clerk.users.unban()`:  `response` **Changed**
* `clerk.users.bulkBan()`:  `response.[]` **Changed**
* `clerk.commerce.listPlans()`: **Deleted** **Breaking** ⚠️
* `clerk.billing.listPlans()`: **Added**
* `clerk.sessions.create()`: 
  *  `request.activeOrganizationId` **Added**
* `clerk.users.setProfileImage()`:  `response` **Changed**
* `clerk.users.deleteProfileImage()`:  `response` **Changed**
* `clerk.users.updateMetadata()`:  `response` **Changed**
* `clerk.users.getOrganizationInvitations()`:  `response.data.[].inviterId` **Added**
* `clerk.organizationInvitations.getAll()`:  `response.data.[].inviterId` **Added**
* `clerk.organizationInvitations.create()`:  `response.inviter_id` **Added**
* `clerk.organizationInvitations.list()`:  `response.data.[].inviterId` **Added**
* `clerk.organizationInvitations.bulkCreate()`:  `response.data.[].inviterId` **Added**
* `clerk.users.lock()`:  `response` **Changed**
* `clerk.organizationInvitations.get()`:  `response.inviter_id` **Added**
* `clerk.organizationInvitations.revoke()`:  `response.inviter_id` **Added**
* `clerk.billing.cancelSubscriptionItem()`: **Added**
* `clerk.billing.listSubscriptionItems()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762906246 branch from 092e06f to bff88cf Compare November 17, 2025 00:12
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