Skip to content

chore: 🐝 Update SDK - Generate 6.1.1 - #116

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1789777730
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1789777730

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

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.sessions.getReverification(): Added
  • clerk.phoneNumbers.attemptVerification(): error 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.users.bulkUnban(): response.[] Changed
  • clerk.users.lock(): response Changed
  • clerk.users.unlock(): response Changed
  • clerk.users.setProfileImage(): response Changed
  • clerk.users.deleteProfileImage(): response Changed
  • clerk.users.updateMetadata(): response Changed
  • clerk.users.replaceMetadata(): response Changed
  • clerk.users.removePassword(): response Changed
  • clerk.users.setPasswordCompromised(): response Changed
  • clerk.users.unsetPasswordCompromised(): response Changed
  • clerk.domains.add():
    • request.isSatellite Changed
  • clerk.oauthAccessTokens.verify(): response.union(1).aud Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1177:3)
│ ├─┬/phone_numbers/{phone_number_id}/attempt_verification
│ │ └─┬POST
│ │   ├──[🔀] description (859:20)
│ │   └─┬Responses
│ │     ├──[+] codes (19988:7)
│ │     └──[+] codes (19988:7)
│ ├─┬/oauth_applications/access_tokens/verify
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ANYOF
│ │             ├──[+] properties (13335:23)
│ │             ├─┬revoked
│ │             │ ├──[🔀] type (13346:31)❌ 
│ │             │ ├──[+] nullable (13347:35)❌ 
│ │             │ └──[🔀] example (13348:34)
│ │             ├─┬id
│ │             │ ├──[🔀] type (13350:31)❌ 
│ │             │ ├──[-] pattern (13274:34)❌ 
│ │             │ └──[🔀] example (13351:34)
│ │             ├─┬updated_at
│ │             │ ├──[🔀] type (13325:31)❌ 
│ │             │ ├──[+] pattern (13326:34)❌ 
│ │             │ └──[🔀] example (13327:34)
│ │             ├─┬expired
│ │             │ ├──[🔀] type (13353:31)❌ 
│ │             │ ├──[+] nullable (13354:35)❌ 
│ │             │ └──[🔀] example (13355:34)
│ │             ├─┬created_at
│ │             │ ├──[🔀] type (13322:31)❌ 
│ │             │ └──[🔀] example (13323:34)
│ │             ├─┬scopes
│ │             │ ├──[-] items (13286:27)❌ 
│ │             │ ├──[🔀] type (13343:31)❌ 
│ │             │ └──[🔀] example (13344:34)
│ │             ├─┬object
│ │             │ ├──[-] enum (13270:29)❌ 
│ │             │ ├──[+] pattern (13319:34)❌ 
│ │             │ └──[🔀] example (13320:34)
│ │             ├─┬expiration
│ │             │ └──[-] nullable (13302:35)❌ 
│ │             ├─┬subject
│ │             │ ├──[+] items (13331:27)❌ 
│ │             │ ├──[🔀] type (13329:31)❌ 
│ │             │ ├──[-] pattern (13281:34)❌ 
│ │             │ └──[🔀] example (13333:27)
│ │             ├─┬revocation_reason
│ │             │ ├──[+] enum (13315:29)
│ │             │ ├──[-] nullable (13295:35)❌ 
│ │             │ └──[🔀] example (13316:34)
│ │             └─┬client_id
│ │               ├──[+] items (13338:27)❌ 
│ │               ├──[🔀] type (13336:31)❌ 
│ │               ├──[+] description (13339:38)
│ │               └──[🔀] example (13341:27)
│ ├─┬/domains
│ │ └─┬POST
│ │   ├──[🔀] description (4246:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬is_satellite
│ │           ├──[-] enum (4223:23)❌ 
│ │           └──[🔀] description (4268:32)
│ ├─┬/oauth_applications/{oauth_application_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬device_authorization_grant_enabled
│ │           └──[🔀] description (7637:32)
│ ├─┬/domains/{domain_id}
│ │ └─┬DELETE
│ │   ├──[🔀] summary (4290:16)
│ │   ├──[🔀] description (4291:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (4302:24)
│ ├─┬/users/{user_id}/passkeys/{passkey_identification_id}
│ │ └─┬DELETE
│ │   └──[🔀] description (3328:20)
│ └─┬/oauth_applications
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬device_authorization_grant_enabled
│             └──[🔀] description (7540:32)
└─┬Components
  ├──[+] responses (20109:7)
  ├──[+] schemas (14104:7)
  ├─┬SCIMUserMetadata
  │ ├──[+] required (15008:11)❌ 
  │ ├──[+] required (15004:11)❌ 
  │ ├──[+] required (15005:11)❌ 
  │ ├──[+] required (15006:11)❌ 
  │ ├──[+] required (15007:11)❌ 
  │ ├──[🔀] description (14963:20)
  │ ├──[+] properties (14969:9)
  │ ├──[+] properties (14973:9)
  │ ├──[+] properties (14976:9)
  │ ├──[+] properties (14966:9)
  │ ├──[+] properties (14971:9)
  │ ├─┬external_id
  │ │ ├──[-] description (14861:24)
  │ │ └──[-] nullable (14860:21)❌ 
  │ └─┬directory_enabled
  │   └──[🔀] description (14996:24)
  └─┬User
    ├──[+] properties (15193:9)
    ├──[+] properties (15199:9)
    ├─┬legal_accepted_at
    │ ├──[🔀] type (15043:17)❌ 
    │ ├──[-] format (15039:19)❌ 
    │ ├──[-] description (15041:24)
    │ └──[-] example (15043:20)
    ├─┬verification_attempts_remaining
    │ ├──[🔀] description (15155:24)
    │ └──[-] nullable (15004:21)❌ 
    ├─┬has_image
    │ ├──[🔀] type (15025:17)❌ 
    │ └──[+] nullable (15024:21)❌ 
    ├─┬password_last_updated_at
    │ ├──[+] items (15079:13)❌ 
    │ ├──[🔀] type (15077:17)❌ 
    │ ├──[-] format (14957:19)❌ 
    │ ├──[-] description (14958:24)
    │ └──[-] nullable (14960:21)❌ 
    ├─┬phone_numbers
    │ ├──[-] items (14926:13)❌ 
    │ └──[🔀] type (15081:17)❌ 
    ├─┬public_metadata
    │ └──[+] nullable (15058:21)❌ 
    ├─┬saml_accounts
    │ ├──[-] items (14968:13)❌ 
    │ ├──[🔀] type (15048:17)❌ 
    │ └──[+] deprecated (15049:23)
    ├─┬primary_email_address_id
    │ ├──[🔀] type (15101:17)❌ 
    │ ├──[+] format (15102:19)❌ 
    │ └──[+] description (15103:24)
    ├─┬totp_enabled
    │ ├──[+] items (15113:13)❌ 
    │ └──[🔀] type (15111:17)❌ 
    ├─┬mfa_disabled_at
    │ ├──[🔀] type (15133:17)❌ 
    │ ├──[-] format (14951:19)❌ 
    │ ├──[🔀] description (15134:24)
    │ └──[-] nullable (14954:21)❌ 
    ├─┬last_sign_in_at
    │ ├──[🔀] description (15179:24)
    │ └──[+] example (15181:20)
    ├─┬locked
    │ ├──[🔀] type (15183:17)❌ 
    │ ├──[+] format (15184:19)❌ 
    │ ├──[🔀] description (15186:24)
    │ ├──[+] nullable (15185:21)❌ 
    │ └──[+] example (15188:20)
    ├─┬id
    │ └──[+] nullable (15039:21)❌ 
    ├─┬passkeys
    │ ├──[+] enum (15022:15)
    │ ├──[-] items (14934:13)❌ 
    │ ├──[🔀] type (15018:17)❌ 
    │ └──[+] description (15019:24)
    ├─┬private_metadata
    │ ├──[-] additionalProperties (14915:33)❌ 
    │ └──[🔀] type (15031:17)❌ 
    ├─┬scim
    │ ├──[+] additionalProperties (15056:33)❌ 
    │ ├──[+] type (15055:17)❌ 
    │ ├──[-] nullable (15049:21)❌ 
    │ └──[-] allOf (14845:7)❌ 
    ├─┬image_url
    │ └──[🔀] type (15053:17)❌ 
    ├─┬unsafe_metadata
    │ ├──[-] additionalProperties (14918:33)❌ 
    │ └──[🔀] type (15085:17)❌ 
    ├─┬first_name
    │ ├──[+] items (15109:13)❌ 
    │ ├──[🔀] type (15107:17)❌ 
    │ └──[-] nullable (14894:21)❌ 
    ├─┬web3_wallets
    │ ├──[-] items (14930:13)❌ 
    │ ├──[🔀] type (15037:17)❌ 
    │ └──[+] nullable (15036:21)❌ 
    ├─┬external_id
    │ ├──[+] items (15117:13)❌ 
    │ ├──[🔀] type (15115:17)❌ 
    │ └──[-] nullable (14879:21)❌ 
    ├─┬last_name
    │ └──[-] nullable (14897:21)❌ 
    ├─┬updated_at
    │ ├──[🔀] type (15083:17)❌ 
    │ ├──[-] format (15009:19)❌ 
    │ └──[-] description (15010:24)
    ├─┬mfa_enabled_at
    │ └──[🔀] description (15144:24)
    ├─┬email_addresses
    │ ├──[+] description (15195:24)
    │ └─┬Schema
    │   └──[🔀] $ref (14961:13)❌ 
    ├─┬lockout_expires_in_seconds
    │ ├──[🔀] type (15046:17)❌ 
    │ ├──[-] format (14997:19)❌ 
    │ └──[-] description (14999:24)
    ├─┬locale
    │ ├──[🔀] type (15123:17)❌ 
    │ ├──[+] format (15124:19)❌ 
    │ └──[+] description (15126:24)
    ├─┬external_accounts
    │ └─┬Schema
    │   └──[🔀] $ref (13927:13)❌ 
    ├─┬primary_phone_number_id
    │ ├──[+] items (15071:13)❌ 
    │ ├──[🔀] type (15069:17)❌ 
    │ └──[-] nullable (14885:21)❌ 
    ├─┬last_active_at
    │ ├──[🔀] type (15016:17)❌ 
    │ ├──[-] format (15032:19)❌ 
    │ ├──[-] description (15034:24)
    │ ├──[-] nullable (15033:21)❌ 
    │ └──[-] example (15036:20)
    ├─┬enterprise_accounts
    │ ├──[-] items (14972:13)❌ 
    │ ├──[-] type (14970:17)❌ 
    │ ├──[+] description (15201:24)
    │ ├──[+] deprecated (15200:23)
    │ └──[+] allOf (14961:7)
    ├─┬organization_memberships
    │ ├──[-] items (14976:13)❌ 
    │ ├──[🔀] type (15089:17)❌ 
    │ ├──[+] format (15090:19)❌ 
    │ ├──[+] description (15091:24)
    │ └──[+] nullable (15093:21)❌ 
    ├─┬object
    │ ├──[-] enum (14877:15)❌ 
    │ ├──[🔀] type (15095:17)❌ 
    │ ├──[+] format (15096:19)❌ 
    │ ├──[🔀] description (15097:24)
    │ └──[+] nullable (15099:21)❌ 
    ├─┬two_factor_enabled
    │ ├──[-] type (14938:17)❌ 
    │ ├──[+] description (15206:24)
    │ ├──[+] nullable (15207:21)❌ 
    │ ├──[+] deprecated (15205:23)
    │ └──[+] allOf (14961:7)
    ├─┬username
    │ ├──[+] additionalProperties (15063:33)❌ 
    │ ├──[🔀] type (15062:17)❌ 
    │ └──[-] nullable (14891:21)❌ 
    └─┬password_enabled
      ├──[+] items (15121:13)❌ 
      └──[🔀] type (15119:17)❌ 
Document Element Total Changes Breaking Changes
paths 46 21
components 123 83

View full report

Linting Report 0 errors, 11 warnings, 79 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.798.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Sep 19, 2026
* `clerk.sessions.getReverification()`: **Added**
* `clerk.phoneNumbers.attemptVerification()`:  `error` **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.users.bulkUnban()`:  `response.[]` **Changed**
* `clerk.users.lock()`:  `response` **Changed**
* `clerk.users.unlock()`:  `response` **Changed**
* `clerk.users.setProfileImage()`:  `response` **Changed**
* `clerk.users.deleteProfileImage()`:  `response` **Changed**
* `clerk.users.updateMetadata()`:  `response` **Changed**
* `clerk.users.replaceMetadata()`:  `response` **Changed**
* `clerk.users.removePassword()`:  `response` **Changed**
* `clerk.users.setPasswordCompromised()`:  `response` **Changed**
* `clerk.users.unsetPasswordCompromised()`:  `response` **Changed**
* `clerk.domains.add()`: 
  *  `request.isSatellite` **Changed**
* `clerk.oauthAccessTokens.verify()`:  `response.union(1).aud` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1789777730 branch from b4b676e to 106ea17 Compare September 20, 2026 00:18
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