Skip to content

chore: 🐝 Update SDK - Generate 6.1.0 - #114

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

chore: 🐝 Update SDK - Generate 6.1.0#114
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1786580291

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (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.billing.applySubscriptionItemDiscount(): Added
  • clerk.billing.removeSubscriptionItemDiscount(): Added
  • clerk.directories.list(): Added
  • clerk.directories.create(): Added
  • clerk.directories.get(): Added
  • clerk.directories.update(): Added
  • clerk.directories.delete(): Added
  • clerk.directories.rotateApiKey(): Added
  • clerk.directories.listGroupRoleMappings(): Added
  • clerk.directories.createGroupRoleMapping(): Added
  • clerk.directories.replaceGroupRoleMappings(): Added
  • clerk.directories.deleteGroupRoleMapping(): Added
  • clerk.users.list():
    • request.startingAfter Added
  • clerk.instanceSettings.get(): response.workspaceId Added
  • clerk.enterpriseConnections.list(): response.data[].customAttributes[].directoryPath Added
  • clerk.enterpriseConnections.create():
    • request.customAttributes[].directoryPath Added
    • response.customAttributes[].directoryPath Added
  • clerk.enterpriseConnections.get(): response.customAttributes[].directoryPath Added
  • clerk.enterpriseConnections.update():
    • requestBody.customAttributes[].directoryPath Added
    • response.customAttributes[].directoryPath Added
  • clerk.scimDirectories.list(): response.data[].customAttributes[].directoryPath Added
  • clerk.scimDirectories.create(): response.customAttributes[].directoryPath Added
  • clerk.scimDirectories.get(): response.customAttributes[].directoryPath Added
  • clerk.scimDirectories.update(): response.customAttributes[].directoryPath Added
  • clerk.scimDirectories.rotateApiKey(): response.customAttributes[].directoryPath Added
  • clerk.scimDirectories.listGroupRoleMappings(): response.data[] Changed
  • clerk.scimDirectories.createGroupRoleMapping(): response Changed
  • clerk.scimDirectories.replaceGroupRoleMappings(): response.data[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (10420:3)
│ ├──[+] path (10525:3)
│ ├──[+] path (10554:3)
│ ├──[+] path (10695:3)
│ ├──[+] path (10557:3)
│ ├──[+] path (10555:3)
│ ├──[+] path (10556:3)
│ ├──[+] path (9278:3)
│ ├──[+] path (10335:3)
│ ├──[+] path (9234:3)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings/{mapping_id}
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (10314:24)
│ ├─┬/scim_directories/{scim_directory_id}/rotate_api_key
│ │ └─┬POST
│ │   ├──[🔀] summary (10141:16)
│ │   ├──[🔀] description (10142:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10150:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (20398:20)
│ ├─┬/users
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1832:17)❌ 
│ │ │ ├──[🔀] description (1607:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (1848:24)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬bypass_client_trust
│ │           └──[🔀] description (2068:32)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings
│ │ ├─┬GET
│ │ │ ├──[🔀] description (10174:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10178:24)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10259:24)
│ │ └─┬POST
│ │   ├──[🔀] description (10198:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (10204:24)
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8231:23)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8221:31)❌ 
│ │             │ ├──[+] minLength (8223:36)❌ 
│ │             │ ├──[+] pattern (8224:34)❌ 
│ │             │ └──[🔀] description (8222:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8235:31)❌ 
│ │             │ ├──[-] minLength (8196:36)❌ 
│ │             │ └──[🔀] description (8236:38)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8200:36)❌ 
│ │             │ ├──[-] pattern (8201:34)❌ 
│ │             │ └──[🔀] description (8233:38)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8219:36)❌ 
│ │             │ └──[🔀] description (8218:38)
│ │             └─┬sso_path
│ │               └──[🔀] description (8230:38)
│ ├─┬/scim_directories/{scim_directory_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10036:16)
│ │ │ ├──[🔀] description (10037:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (10041:24)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (20398:20)
│ │ ├─┬DELETE
│ │ │ ├──[🔀] summary (10114:16)
│ │ │ ├──[🔀] description (10115:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10121:24)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (10060:16)
│ │   ├──[🔀] description (10061:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10065:24)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (20398:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] description (10077:32)
│ │         ├─┬group_role_mapping_enabled
│ │         │ └──[🔀] description (10094:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (10083:32)
│ │         └─┬enabled
│ │           └──[🔀] description (10080:32)
│ ├─┬/oauth_applications
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (7331:24)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8469:23)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8459:31)❌ 
│ │             │ ├──[+] minLength (8461:36)❌ 
│ │             │ ├──[+] pattern (8462:34)❌ 
│ │             │ └──[🔀] description (8460:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8473:31)❌ 
│ │             │ ├──[-] minLength (8431:36)❌ 
│ │             │ └──[🔀] description (8474:38)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8435:36)❌ 
│ │             │ ├──[-] pattern (8436:34)❌ 
│ │             │ └──[🔀] description (8471:38)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8468:38)
│ │             └─┬scim_path
│ │               ├──[+] minLength (8457:36)❌ 
│ │               └──[🔀] description (8456:38)
│ ├─┬/scim_directories
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (9957:16)
│ │ │ ├──[🔀] description (9958:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     ├──[🔀] description (20383:20)
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬total_count
│ │ │           └──[🔀] description (20393:30)
│ │ └─┬POST
│ │   ├──[🔀] summary (9975:16)
│ │   ├──[🔀] description (9976:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (20398:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] description (9988:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (9991:32)
│ │         └─┬enterprise_connection_id
│ │           └──[🔀] description (9985:32)
│ └─┬/users/{user_id}
│   └─┬PATCH
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬bypass_client_trust
│             └──[🔀] description (2481:32)
└─┬Components
  ├──[+] responses (20450:7)
  ├──[+] responses (20487:7)
  ├──[+] responses (20493:7)
  ├──[+] responses (20335:7)
  ├──[+] responses (20465:7)
  ├──[+] responses (20471:7)
  ├──[+] schemas (18760:7)
  ├──[+] schemas (19579:7)
  ├──[+] schemas (19524:7)
  ├──[+] schemas (18751:7)
  ├──[+] schemas (19520:7)
  ├──[+] schemas (19437:7)
  ├─┬EnterpriseConnection
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (17718:15)
  │     ├─┬name
  │     │ ├──[🔀] type (17722:23)❌ 
  │     │ └──[🔀] description (17723:30)
  │     ├─┬scim_path
  │     │ └──[🔀] description (17708:30)
  │     ├─┬key
  │     │ └──[🔀] description (17720:30)
  │     ├─┬multi_valued
  │     │ ├──[🔀] type (17710:23)❌ 
  │     │ └──[🔀] description (17711:30)
  │     └─┬sso_path
  │       └──[🔀] description (17717:30)
  ├─┬User
  │ └─┬bypass_client_trust
  │   └──[🔀] description (14939:24)
  ├─┬SCIMDirectory
  │ ├──[🔀] description (19292:20)
  │ ├─┬updated_at
  │ │ └──[🔀] description (19361:24)
  │ ├─┬custom_attributes
  │ │ └─┬Schema
  │ │   ├──[+] properties (19344:15)
  │ │   ├─┬sso_path
  │ │   │ └──[🔀] description (19343:30)
  │ │   ├─┬key
  │ │   │ └──[🔀] description (19346:30)
  │ │   ├─┬multi_valued
  │ │   │ ├──[🔀] type (19336:23)❌ 
  │ │   │ └──[🔀] description (19337:30)
  │ │   ├─┬name
  │ │   │ ├──[🔀] type (19348:23)❌ 
  │ │   │ └──[🔀] description (19349:30)
  │ │   └─┬scim_path
  │ │     └──[🔀] description (19334:30)
  │ ├─┬id
  │ │ └──[🔀] description (19301:24)
  │ ├─┬provider
  │ │ └──[🔀] description (19314:24)
  │ ├─┬created_at
  │ │ └──[🔀] description (19357:24)
  │ ├─┬name
  │ │ └──[🔀] description (19304:24)
  │ ├─┬enabled
  │ │ └──[🔀] description (19317:24)
  │ └─┬group_role_mapping_enabled
  │   └──[🔀] description (19320:24)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ └──[🔀] description (18193:24)
  │ └─┬amount
  │   └──[🔀] description (18188:24)
  ├─┬SCIMUserMetadata
  │ ├──[🔀] description (14740:20)
  │ ├─┬external_id
  │ │ └──[🔀] description (14754:24)
  │ ├─┬directory_enabled
  │ │ └──[🔀] description (14749:24)
  │ └─┬directory_id
  │   └──[🔀] description (14745:24)
  ├─┬SCIMGroupRoleMapping
  │ ├──[+] required (19426:11)❌ 
  │ ├──[+] required (19428:11)❌ 
  │ ├──[+] required (19424:11)❌ 
  │ ├──[+] properties (19404:9)
  │ ├──[+] properties (19398:9)
  │ ├──[+] properties (19392:9)
  │ ├─┬precedence
  │ │ ├──[🔀] type (19393:17)❌ 
  │ │ └──[🔀] description (19394:24)
  │ ├─┬role
  │ │ └──[🔀] $ref (19387:11)❌ 
  │ ├─┬scim_group_id
  │ │ └──[🔀] $ref (16917:13)❌ 
  │ ├─┬scim_group_display_name
  │ │ ├──[🔀] type (19410:17)❌ 
  │ │ └──[🔀] description (19411:24)
  │ ├─┬id
  │ │ └──[🔀] description (19406:24)
  │ ├─┬scim_directory_id
  │ │ ├──[+] enum (19385:15)
  │ │ └──[🔀] description (19383:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (19390:17)❌ 
  │ │ ├──[-] format (18791:19)❌ 
  │ │ └──[🔀] description (19391:24)
  │ └─┬object
  │   ├──[-] enum (18767:15)❌ 
  │   └──[🔀] description (19400:24)
  └─┬Instance
    ├──[+] required (16488:11)❌ 
    └──[+] properties (16478:9)
Document Element Total Changes Breaking Changes
paths 79 17
components 65 15

View full report

Linting Report 0 errors, 12 warnings, 77 hints

View full report

JAVA CHANGELOG

core: 3.57.0 - 2026-08-13

🐝 New Features

  • make OkHttp SDKs AutoCloseable, close clients on Spring shutdown, and require compatible public close methods on custom clients (commit by @2ynn)

core: 3.56.2 - 2026-08-12

🐝 New Features

unions: 0.3.8 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.794.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 13, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580291 branch from 1ad1301 to be85595 Compare August 14, 2026 00:19
* `clerk.billing.applySubscriptionItemDiscount()`: **Added**
* `clerk.billing.removeSubscriptionItemDiscount()`: **Added**
* `clerk.directories.list()`: **Added**
* `clerk.directories.create()`: **Added**
* `clerk.directories.get()`: **Added**
* `clerk.directories.update()`: **Added**
* `clerk.directories.delete()`: **Added**
* `clerk.directories.rotateApiKey()`: **Added**
* `clerk.directories.listGroupRoleMappings()`: **Added**
* `clerk.directories.createGroupRoleMapping()`: **Added**
* `clerk.directories.replaceGroupRoleMappings()`: **Added**
* `clerk.directories.deleteGroupRoleMapping()`: **Added**
* `clerk.users.list()`: 
  *  `request.startingAfter` **Added**
* `clerk.instanceSettings.get()`:  `response.workspaceId` **Added**
* `clerk.enterpriseConnections.list()`:  `response.data[].customAttributes[].directoryPath` **Added**
* `clerk.enterpriseConnections.create()`: 
  *  `request.customAttributes[].directoryPath` **Added**
  *  `response.customAttributes[].directoryPath` **Added**
* `clerk.enterpriseConnections.get()`:  `response.customAttributes[].directoryPath` **Added**
* `clerk.enterpriseConnections.update()`: 
  *  `requestBody.customAttributes[].directoryPath` **Added**
  *  `response.customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.list()`:  `response.data[].customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.create()`:  `response.customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.get()`:  `response.customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.update()`:  `response.customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.rotateApiKey()`:  `response.customAttributes[].directoryPath` **Added**
* `clerk.scimDirectories.listGroupRoleMappings()`:  `response.data[]` **Changed**
* `clerk.scimDirectories.createGroupRoleMapping()`:  `response` **Changed**
* `clerk.scimDirectories.replaceGroupRoleMappings()`:  `response.data[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580291 branch from be85595 to e6e85e3 Compare August 15, 2026 00:10
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 6.0.1 chore: 🐝 Update SDK - Generate 6.1.0 Aug 15, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant