Skip to content

chore: 🐝 Update SDK - Generate 7.1.0 - #249

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786580803
Open

github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786580803

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.

Python SDK Changes:

  • clerk.users.list_biometric_credentials(): Added
  • clerk.users.revoke_biometric_credential(): Added
  • clerk.billing.apply_subscription_item_discount(): Added
  • clerk.billing.remove_subscription_item_discount(): Added
  • clerk.directories.list(): Added
  • clerk.directories.create(): Added
  • clerk.directories.get(): Added
  • clerk.directories.update(): Added
  • clerk.directories.delete(): Added
  • clerk.directories.rotate_api_key(): Added
  • clerk.directories.list_group_role_mappings(): Added
  • clerk.directories.create_group_role_mapping(): Added
  • clerk.directories.replace_group_role_mappings(): Added
  • clerk.directories.delete_group_role_mapping(): Added
  • clerk.users.list():
    • request.starting_after Added
    • response.[].organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.create():
    • request.skip_restriction_checks Added
    • response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.get(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.update(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.ban(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.unban(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.bulk_ban(): response.[].organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.bulk_unban(): response.[].organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.lock(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.unlock(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.set_profile_image(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.delete_profile_image(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.update_metadata(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.replace_metadata(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.get_organization_memberships(): response.data[].organization.self_serve_sso_enabled Added
  • clerk.users.remove_password(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.list_trusted_devices(): Deprecated
  • clerk.users.revoke_trusted_device(): Deprecated
  • clerk.users.set_password_compromised(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.unset_password_compromised(): response.organization_memberships[].organization.self_serve_sso_enabled Added
  • clerk.users.get_instance_organization_memberships(): response.data[].organization.self_serve_sso_enabled Added
  • clerk.actor_tokens.create(): error.status[403] Added
  • clerk.domains.list(): response.data[].dns_targets Added
  • clerk.domains.add(): response.dns_targets Added
  • clerk.domains.update(): response.dns_targets Added
  • clerk.instance_settings.get(): response Changed
  • clerk.instance_settings.update(): request Changed
  • clerk.instance_settings.get_o_auth_application_settings(): response Changed
  • clerk.instance_settings.update_o_auth_application_settings():
    • request Changed
    • response Changed
  • clerk.instance_settings.get_instance_protect(): response Changed
  • clerk.instance_settings.update_instance_protect(): response Changed
  • clerk.organizations.list(): response.data[].self_serve_sso_enabled Added
  • clerk.organizations.create(): response.self_serve_sso_enabled Added
  • clerk.organizations.get(): response.self_serve_sso_enabled Added
  • clerk.organizations.update():
    • request.self_serve_sso_enabled Added
    • response.self_serve_sso_enabled Added
  • clerk.organizations.merge_metadata(): response.self_serve_sso_enabled Added
  • clerk.organizations.replace_metadata(): response.self_serve_sso_enabled Added
  • clerk.organizations.upload_logo(): response.self_serve_sso_enabled Added
  • clerk.organizations.delete_logo(): response.self_serve_sso_enabled Added
  • clerk.organization_memberships.create(): response.organization.self_serve_sso_enabled Added
  • clerk.organization_memberships.list(): response.data[].organization.self_serve_sso_enabled Added
  • clerk.organization_memberships.update(): response.organization.self_serve_sso_enabled Added
  • clerk.organization_memberships.delete(): response.organization.self_serve_sso_enabled Added
  • clerk.organization_memberships.update_metadata(): response.organization.self_serve_sso_enabled Added
  • clerk.oauth_applications.list(): response.data[].device_authorization_grant_enabled Added
  • clerk.oauth_applications.create():
    • request.device_authorization_grant_enabled Added
    • response.device_authorization_grant_enabled Added
  • clerk.oauth_applications.get(): response.device_authorization_grant_enabled Added
  • clerk.oauth_applications.update():
    • request Changed
    • response.device_authorization_grant_enabled Added
  • clerk.oauth_applications.upload_logo(): response.device_authorization_grant_enabled Added
  • clerk.oauth_applications.rotate_secret(): response.device_authorization_grant_enabled Added
  • clerk.enterprise_connections.list(): response.data[].custom_attributes[].directory_path Added
  • clerk.enterprise_connections.create():
    • request.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • clerk.enterprise_connections.get(): response.custom_attributes[].directory_path Added
  • clerk.enterprise_connections.update():
    • request.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • clerk.scim_directories.list(): response.data[].custom_attributes[].directory_path Added
  • clerk.scim_directories.create(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.get(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.update(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.rotate_api_key():
    • response.custom_attributes[].directory_path Added
    • error.status[422] Added
  • clerk.scim_directories.list_group_role_mappings(): response.data[] Changed
  • clerk.scim_directories.create_group_role_mapping(): response Changed
  • clerk.scim_directories.replace_group_role_mappings(): response.data[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (9210:3)❌ 
│ ├──[-] path (10127:3)❌ 
│ ├──[-] path (10128:3)❌ 
│ ├──[-] path (339:3)❌ 
│ ├──[-] path (10344:3)❌ 
│ ├──[-] path (252:3)❌ 
│ ├──[-] path (10343:3)❌ 
│ ├──[-] path (5012:3)❌ 
│ ├──[-] path (9209:3)❌ 
│ ├──[-] path (10342:3)❌ 
│ ├──[-] path (251:3)❌ 
│ ├──[+] path (10728:3)
│ ├──[+] path (9671:3)
│ ├──[+] path (11089:3)
│ ├──[+] path (3526:3)
│ ├──[+] path (10918:3)
│ ├──[+] path (3501:3)
│ ├──[+] path (10949:3)
│ ├──[+] path (9627:3)
│ ├──[+] path (10813:3)
│ ├─┬/scim_directories/{scim_directory_id}/rotate_api_key
│ │ └─┬POST
│ │   ├──[🔀] summary (10532:16)
│ │   ├──[🔀] description (10533:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10541:24)
│ │   └─┬Responses
│ │     ├──[+] codes (20465:7)
│ │     └─┬200
│ │       └──[🔀] description (21284:20)
│ ├─┬/users/{user_id}/trusted_devices/{trusted_device_id}
│ │ └─┬DELETE
│ │   └──[+] deprecated (3471:19)
│ ├─┬/scim_directories
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10348:16)
│ │ │ ├──[🔀] description (10349:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     ├──[🔀] description (21269:20)
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬total_count
│ │ │           └──[🔀] description (21279:30)
│ │ └─┬POST
│ │   ├──[🔀] summary (10366:16)
│ │   ├──[🔀] description (10367:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (21284:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] description (10379:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (10382:32)
│ │         └─┬enterprise_connection_id
│ │           └──[🔀] description (10376:32)
│ ├─┬/instance/protect
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬rules_enabled
│ │           └──[+] description (4651:32)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings
│ │ ├─┬GET
│ │ │ ├──[🔀] description (10564:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10568:24)
│ │ ├─┬PUT
│ │ │ ├──[🔀] description (10642:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10651:24)
│ │ └─┬POST
│ │   ├──[🔀] description (10588:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (10595:24)
│ ├─┬/oauth_applications
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (7679:24)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7748:17)
│ │         ├─┬public
│ │         │ ├──[🔀] description (7746:32)
│ │         │ ├──[+] default (7745:28)❌ 
│ │         │ └──[-] example (7635:28)
│ │         ├─┬redirect_uris
│ │         │ ├──[-] items (7604:21)❌ 
│ │         │ ├──[🔀] type (7754:25)❌ 
│ │         │ ├──[🔀] description (7755:32)
│ │         │ └──[+] example (7757:28)
│ │         ├─┬name
│ │         │ ├──[🔀] type (7749:25)❌ 
│ │         │ ├──[🔀] description (7751:32)
│ │         │ ├──[+] default (7750:28)❌ 
│ │         │ ├──[+] nullable (7752:29)❌ 
│ │         │ └──[-] example (7600:28)
│ │         ├─┬scopes
│ │         │ └──[🔀] description (7734:32)
│ │         └─┬pkce_required
│ │           ├──[🔀] type (7713:25)❌ 
│ │           ├──[🔀] description (7714:32)
│ │           ├──[-] default (7628:28)❌ 
│ │           ├──[-] nullable (7630:29)❌ 
│ │           └──[+] example (7717:28)
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8626:23)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8614:36)❌ 
│ │             │ └──[🔀] description (8613:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8630:31)❌ 
│ │             │ ├──[-] minLength (8489:36)❌ 
│ │             │ └──[🔀] description (8631:38)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8616:31)❌ 
│ │             │ ├──[+] minLength (8618:36)❌ 
│ │             │ ├──[+] pattern (8619:34)❌ 
│ │             │ └──[🔀] description (8617:38)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8625:38)
│ │             └─┬key
│ │               ├──[-] minLength (8493:36)❌ 
│ │               ├──[-] pattern (8494:34)❌ 
│ │               └──[🔀] description (8628:38)
│ ├─┬/scim_directories/{scim_directory_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10427:16)
│ │ │ ├──[🔀] description (10428:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (10432:24)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (21284:20)
│ │ ├─┬DELETE
│ │ │ ├──[🔀] summary (10505:16)
│ │ │ ├──[🔀] description (10506:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10512:24)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (10451:16)
│ │   ├──[🔀] description (10452:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10456:24)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (21284:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] description (10468:32)
│ │         ├─┬enabled
│ │         │ └──[🔀] description (10471:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (10474:32)
│ │         └─┬group_role_mapping_enabled
│ │           └──[🔀] description (10485:32)
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬enhanced_email_deliverability
│ │             └──[🔀] description (20790:30)
│ ├─┬/oauth_applications/{oauth_application_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7851:17)
│ │         ├─┬pkce_required
│ │         │ ├──[🔀] type (7818:25)❌ 
│ │         │ ├──[🔀] description (7819:32)
│ │         │ └──[+] example (7823:28)
│ │         ├─┬public
│ │         │ └──[🔀] description (7849:32)
│ │         ├─┬name
│ │         │ ├──[🔀] type (7852:25)❌ 
│ │         │ ├──[🔀] description (7853:32)
│ │         │ └──[-] example (7701:28)
│ │         ├─┬redirect_uris
│ │         │ ├──[-] items (7705:21)❌ 
│ │         │ ├──[🔀] type (7856:25)❌ 
│ │         │ └──[🔀] description (7857:32)
│ │         └─┬scopes
│ │           ├──[🔀] description (7840:32)
│ │           ├──[-] default (7719:28)❌ 
│ │           └──[🔀] example (7841:28)
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (4547:17)
│ │         ├──[+] properties (4555:17)
│ │         ├─┬allowed_origins
│ │         │ ├──[🔀] description (4543:32)
│ │         │ └──[+] nullable (4540:29)❌ 
│ │         ├─┬development_origin
│ │         │ ├──[🔀] type (4560:25)❌ 
│ │         │ ├──[+] description (4561:32)
│ │         │ ├──[🔀] example (4566:28)
│ │         │ └──[+] deprecated (4564:31)
│ │         ├─┬hibp
│ │         │ ├──[🔀] type (4535:25)❌ 
│ │         │ ├──[-] description (4439:32)
│ │         │ └──[🔀] example (4537:28)
│ │         ├─┬clerk_js_version
│ │         │ ├──[+] items (4551:21)❌ 
│ │         │ ├──[🔀] type (4548:25)❌ 
│ │         │ ├──[+] description (4552:32)
│ │         │ └──[-] example (4449:28)
│ │         ├─┬url_based_session_syncing
│ │         │ ├──[🔀] type (4527:25)❌ 
│ │         │ ├──[-] description (4470:32)
│ │         │ └──[🔀] example (4529:28)
│ │         ├─┬cookieless_dev
│ │         │ ├──[🔀] type (4531:25)❌ 
│ │         │ ├──[-] description (4462:32)
│ │         │ ├──[🔀] example (4533:28)
│ │         │ └──[-] deprecated (4465:31)
│ │         ├─┬test_mode
│ │         │ ├──[🔀] description (4558:32)
│ │         │ └──[-] example (4436:28)
│ │         ├─┬preferred_sign_in_strategy_when_password_required
│ │         │ ├──[-] enum (4477:23)❌ 
│ │         │ ├──[-] enum (4478:23)❌ 
│ │         │ ├──[-] enum (4479:23)❌ 
│ │         │ ├──[🔀] type (4522:25)❌ 
│ │         │ ├──[🔀] description (4523:32)
│ │         │ └──[+] example (4525:28)
│ │         └─┬support_email
│ │           ├──[+] enum (4578:23)
│ │           ├──[+] enum (4576:23)
│ │           ├──[+] enum (4577:23)
│ │           ├──[+] description (4574:32)
│ │           └──[-] example (4445:28)
│ ├─┬/organizations/{organization_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (5725:17)
│ │         └─┬slug
│ │           ├──[🔀] type (5726:25)❌ 
│ │           ├──[🔀] description (5727:32)
│ │           └──[-] example (5605:28)
│ ├─┬/actor_tokens
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (20801:7)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings/{mapping_id}
│ │ └─┬DELETE
│ │   ├──[🔀] description (10700:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (10707:24)
│ ├─┬/instance/oauth_application_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (4747:17)
│ │         ├──[+] properties (4751:17)
│ │         ├─┬client_id_metadata_documents_only_allow_pre_registered_clients
│ │         │ └──[🔀] description (4766:32)
│ │         ├─┬client_id_metadata_documents_block_implicitly_allowed_clients
│ │         │ └──[🔀] description (4758:32)
│ │         ├─┬default_scopes
│ │         │ ├──[-] items (4641:21)❌ 
│ │         │ ├──[🔀] type (4760:25)❌ 
│ │         │ └──[🔀] description (4762:32)
│ │         ├─┬oauth_jwt_access_tokens
│ │         │ └──[🔀] description (4735:32)
│ │         ├─┬client_id_metadata_documents_advertised
│ │         │ └──[🔀] description (4750:32)
│ │         └─┬dynamic_oauth_client_registration
│ │           ├──[+] items (4742:21)❌ 
│ │           ├──[🔀] type (4737:25)❌ 
│ │           └──[🔀] description (4739:32)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8864:23)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8852:36)❌ 
│ │             │ └──[🔀] description (8851:38)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8728:36)❌ 
│ │             │ ├──[-] pattern (8729:34)❌ 
│ │             │ └──[🔀] description (8866:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8868:31)❌ 
│ │             │ ├──[-] minLength (8724:36)❌ 
│ │             │ └──[🔀] description (8869:38)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8854:31)❌ 
│ │             │ ├──[+] minLength (8856:36)❌ 
│ │             │ ├──[+] pattern (8857:34)❌ 
│ │             │ └──[🔀] description (8855:38)
│ │             └─┬sso_path
│ │               └──[🔀] description (8863:38)
│ ├─┬/users/{user_id}/trusted_devices
│ │ └─┬GET
│ │   └──[+] deprecated (3445:19)
│ ├─┬/users
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1893:17)❌ 
│ │ │ ├──[🔀] description (1660:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (1909:24)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (2072:17)
│ │         ├─┬username
│ │         │ ├──[+] additionalProperties (2114:41)❌ 
│ │         │ ├──[🔀] type (2110:25)❌ 
│ │         │ ├──[🔀] description (2111:32)
│ │         │ ├──[-] nullable (2019:29)❌ 
│ │         │ └──[🔀] example (2115:28)
│ │         ├─┬unsafe_metadata
│ │         │ ├──[-] additionalProperties (2090:41)❌ 
│ │         │ ├──[🔀] type (2080:25)❌ 
│ │         │ ├──[🔀] description (2081:32)
│ │         │ ├──[+] nullable (2087:29)❌ 
│ │         │ └──[🔀] example (2088:28)
│ │         ├─┬bypass_client_trust
│ │         │ └──[🔀] description (2156:32)
│ │         ├─┬skip_user_requirement
│ │         │ └──[🔀] description (2074:32)
│ │         ├─┬totp_secret
│ │         │ ├──[🔀] type (2132:25)❌ 
│ │         │ ├──[🔀] description (2133:32)
│ │         │ └──[-] example (2064:28)
│ │         └─┬web3_wallet
│ │           ├──[-] items (2008:21)❌ 
│ │           ├──[🔀] type (2032:25)❌ 
│ │           ├──[🔀] description (2033:32)
│ │           ├──[+] nullable (2036:29)❌ 
│ │           └──[+] example (2037:28)
│ └─┬/users/{user_id}
│   └─┬PATCH
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬bypass_client_trust
│             └──[🔀] description (2599:32)
└─┬Components
  ├──[+] responses (21379:7)
  ├──[+] responses (21357:7)
  ├──[+] responses (20801:7)
  ├──[+] responses (21336:7)
  ├──[+] responses (21351:7)
  ├──[+] responses (20699:7)
  ├──[+] responses (21373:7)
  ├──[+] responses (21221:7)
  ├──[+] responses (20681:7)
  ├──[+] schemas (19600:7)
  ├──[+] schemas (19609:7)
  ├──[+] schemas (20373:7)
  ├──[+] schemas (16768:7)
  ├──[+] schemas (20428:7)
  ├──[+] schemas (17057:7)
  ├──[+] schemas (20286:7)
  ├──[+] schemas (20369:7)
  ├─┬SCIMGroupRoleMapping
  │ ├──[+] required (20277:11)❌ 
  │ ├──[+] required (20273:11)❌ 
  │ ├──[+] required (20275:11)❌ 
  │ ├──[+] properties (20253:9)
  │ ├──[+] properties (20247:9)
  │ ├──[+] properties (20241:9)
  │ ├─┬precedence
  │ │ ├──[🔀] type (20242:17)❌ 
  │ │ └──[🔀] description (20243:24)
  │ ├─┬scim_directory_id
  │ │ ├──[+] enum (20234:15)
  │ │ └──[🔀] description (20232:24)
  │ ├─┬scim_group_id
  │ │ └──[🔀] $ref (17688:13)❌ 
  │ ├─┬role
  │ │ └──[🔀] $ref (20236:11)❌ 
  │ ├─┬id
  │ │ └──[🔀] description (20255:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (20239:17)❌ 
  │ │ ├──[-] format (19408:19)❌ 
  │ │ └──[🔀] description (20240:24)
  │ ├─┬scim_group_display_name
  │ │ ├──[🔀] type (20259:17)❌ 
  │ │ └──[🔀] description (20260:24)
  │ └─┬object
  │   ├──[-] enum (19384:15)❌ 
  │   └──[🔀] description (20249:24)
  ├─┬User
  │ └─┬bypass_client_trust
  │   └──[🔀] description (15496:24)
  ├─┬Organization
  │ ├──[+] properties (15101:9)
  │ ├─┬slug
  │ │ ├──[🔀] type (15102:17)❌ 
  │ │ ├──[+] description (15104:24)
  │ │ ├──[+] nullable (15103:21)❌ 
  │ │ └──[-] example (14472:20)
  │ └─┬updated_at
  │   ├──[🔀] type (15082:17)❌ 
  │   ├──[-] format (14509:19)❌ 
  │   ├──[-] description (14510:24)
  │   └──[🔀] example (15083:20)
  ├─┬Instance
  │ ├──[+] required (17197:11)❌ 
  │ ├──[+] required (17198:11)❌ 
  │ ├──[+] required (17199:11)❌ 
  │ ├──[+] properties (17176:9)
  │ ├──[+] properties (17184:9)
  │ ├──[+] properties (17187:9)
  │ ├─┬environment_type
  │ │ ├──[+] items (17179:13)❌ 
  │ │ ├──[🔀] type (17177:17)❌ 
  │ │ ├──[+] description (17180:24)
  │ │ └──[🔀] example (17182:13)
  │ ├─┬id
  │ │ └──[+] example (17167:20)
  │ └─┬object
  │   ├──[-] enum (16453:15)❌ 
  │   └──[-] description (16451:24)
  ├─┬Domain
  │ ├──[+] properties (17124:9)
  │ ├─┬frontend_api_url
  │ │ ├──[+] items (17127:13)❌ 
  │ │ ├──[🔀] type (17125:17)❌ 
  │ │ ├──[+] description (17129:24)
  │ │ ├──[+] nullable (17128:21)❌ 
  │ │ └──[-] example (16402:20)
  │ ├─┬cname_targets
  │ │ └──[+] description (17122:24)
  │ ├─┬object
  │ │ ├──[-] enum (16389:15)❌ 
  │ │ └──[🔀] example (17097:20)
  │ ├─┬is_satellite
  │ │ ├──[🔀] type (17093:17)❌ 
  │ │ └──[🔀] example (17094:20)
  │ ├─┬name
  │ │ ├──[🔀] type (17099:17)❌ 
  │ │ └──[🔀] example (17100:20)
  │ ├─┬proxy_url
  │ │ ├──[+] enum (17090:15)
  │ │ ├──[-] nullable (16411:21)❌ 
  │ │ └──[🔀] example (17091:20)
  │ └─┬id
  │   └──[🔀] example (17103:20)
  ├─┬InstanceProtect
  │ ├──[+] required (17255:11)❌ 
  │ ├──[+] required (17256:11)❌ 
  │ ├──[+] properties (17247:9)
  │ ├──[+] properties (17244:9)
  │ ├─┬specter_enabled
  │ │ ├──[+] enum (17235:15)
  │ │ └──[🔀] type (17233:17)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (16507:15)❌ 
  │ │ ├──[🔀] type (17248:17)❌ 
  │ │ └──[+] description (17249:24)
  │ └─┬rules_enabled
  │   └──[+] description (17238:24)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ └──[🔀] description (19042:24)
  │ └─┬amount
  │   └──[🔀] description (19037:24)
  ├─┬OAuthApplicationSettings
  │ ├──[+] required (17315:11)❌ 
  │ ├──[+] required (17316:11)❌ 
  │ ├──[+] properties (17295:9)
  │ ├──[+] properties (17298:9)
  │ ├─┬default_scopes
  │ │ ├──[-] items (16553:13)❌ 
  │ │ ├──[🔀] type (17305:17)❌ 
  │ │ ├──[-] uniqueItems (16551:24)❌ 
  │ │ ├──[🔀] description (17306:24)
  │ │ └──[-] nullable (16549:21)❌ 
  │ ├─┬client_id_metadata_documents_block_implicitly_allowed_clients
  │ │ └──[🔀] description (17303:24)
  │ ├─┬oauth_jwt_access_tokens
  │ │ └──[🔀] description (17283:24)
  │ ├─┬object
  │ │ ├──[-] enum (16543:15)❌ 
  │ │ ├──[🔀] type (17293:17)❌ 
  │ │ └──[🔀] description (17294:24)
  │ ├─┬dynamic_oauth_client_registration
  │ │ ├──[+] items (17291:13)❌ 
  │ │ ├──[🔀] type (17285:17)❌ 
  │ │ ├──[+] uniqueItems (17289:24)❌ 
  │ │ ├──[🔀] description (17287:24)
  │ │ └──[+] nullable (17286:21)❌ 
  │ ├─┬client_id_metadata_documents_only_allow_pre_registered_clients
  │ │ └──[🔀] description (17309:24)
  │ └─┬client_id_metadata_documents_advertised
  │   └──[🔀] description (17297:24)
  ├─┬OAuthApplication
  │ ├──[+] required (18263:11)❌ 
  │ ├──[+] properties (18210:9)
  │ ├─┬token_introspection_url
  │ │ └──[+] example (18235:20)
  │ ├─┬dynamically_registered
  │ │ └──[🔀] type (18240:17)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (17438:15)❌ 
  │ │ └──[🔀] example (18194:20)
  │ ├─┬discovery_url
  │ │ └──[🔀] type (18211:17)❌ 
  │ ├─┬instance_id
  │ │ └──[🔀] example (18188:20)
  │ ├─┬id
  │ │ ├──[🔀] type (18205:17)❌ 
  │ │ └──[-] example (17442:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (18242:17)❌ 
  │ │ ├──[-] format (17501:19)❌ 
  │ │ ├──[-] description (17502:24)
  │ │ └──[-] example (17504:20)
  │ ├─┬token_fetch_url
  │ │ ├──[+] description (18217:24)
  │ │ └──[🔀] example (18219:20)
  │ ├─┬public
  │ │ └──[-] example (17466:20)
  │ ├─┬pkce_required
  │ │ ├──[+] enum (18184:15)
  │ │ ├──[🔀] type (18182:17)❌ 
  │ │ └──[+] example (18185:20)
  │ ├─┬name
  │ │ └──[🔀] example (18191:20)
  │ ├─┬scopes
  │ │ ├──[+] items (18223:13)❌ 
  │ │ ├──[🔀] type (18221:17)❌ 
  │ │ └──[-] example (17469:20)
  │ ├─┬redirect_uris
  │ │ ├──[-] items (17473:13)❌ 
  │ │ ├──[🔀] type (18213:17)❌ 
  │ │ └──[+] example (18214:20)
  │ └─┬user_info_url
  │   ├──[🔀] type (18250:17)❌ 
  │   ├──[+] format (18251:19)❌ 
  │   ├──[+] description (18252:24)
  │   └──[🔀] example (18254:20)
  ├─┬SCIMDirectory
  │ ├──[🔀] description (20141:20)
  │ ├─┬updated_at
  │ │ └──[🔀] description (20210:24)
  │ ├─┬provider
  │ │ └──[🔀] description (20163:24)
  │ ├─┬group_role_mapping_enabled
  │ │ └──[🔀] description (20169:24)
  │ ├─┬created_at
  │ │ └──[🔀] description (20206:24)
  │ ├─┬id
  │ │ └──[🔀] description (20150:24)
  │ ├─┬custom_attributes
  │ │ └─┬Schema
  │ │   ├──[+] properties (20193:15)
  │ │   ├─┬name
  │ │   │ ├──[🔀] type (20197:23)❌ 
  │ │   │ └──[🔀] description (20198:30)
  │ │   ├─┬key
  │ │   │ └──[🔀] description (20195:30)
  │ │   ├─┬sso_path
  │ │   │ └──[🔀] description (20192:30)
  │ │   ├─┬multi_valued
  │ │   │ ├──[🔀] type (20185:23)❌ 
  │ │   │ └──[🔀] description (20186:30)
  │ │   └─┬scim_path
  │ │     └──[🔀] description (20183:30)
  │ ├─┬name
  │ │ └──[🔀] description (20153:24)
  │ └─┬enabled
  │   └──[🔀] description (20166:24)
  ├─┬EnterpriseConnection
  │ ├──[-] required (17756:11)❌ 
  │ ├──[-] required (17757:11)❌ 
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (18566:15)
  │     ├─┬name
  │     │ ├──[🔀] type (18570:23)❌ 
  │     │ └──[🔀] description (18571:30)
  │     ├─┬multi_valued
  │     │ ├──[🔀] type (18558:23)❌ 
  │     │ └──[🔀] description (18559:30)
  │     ├─┬key
  │     │ └──[🔀] description (18568:30)
  │     ├─┬sso_path
  │     │ └──[🔀] description (18565:30)
  │     └─┬scim_path
  │       └──[🔀] description (18556:30)
  ├─┬SCIMUserMetadata
  │ ├──[🔀] description (15261:20)
  │ ├─┬directory_enabled
  │ │ └──[🔀] description (15270:24)
  │ ├─┬directory_id
  │ │ └──[🔀] description (15266:24)
  │ └─┬external_id
  │   └──[🔀] description (15275:24)
  └─┬SAMLConnection
    ├──[-] required (17719:11)❌ 
    └──[-] required (17722:11)❌ 
Document Element Total Changes Breaking Changes
paths 201 68
components 173 66

View full report

Linting Report 0 errors, 12 warnings, 74 hints

View full report

PYTHON CHANGELOG

constsAndDefaults: 1.0.8 - 2026-09-09

🐛 Bug Fixes

  • emit float literals for whole-number float defaults and consts so populated nullable fields are not dropped during serialization (commit by @AshGodfrey)

core: 6.1.2 - 2026-08-24

🐛 Bug Fixes

  • advance pagination through an optional wrapped request body instead of failing to compile or repeating the first page (commit by @AshGodfrey)

core: 6.1.1 - 2026-08-17

🐛 Bug Fixes

  • handle a nullable request body in paginated operations (commit by @AshGodfrey)

core: 6.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

core: 6.0.36 - 2026-08-12

🐝 New Features

retries: 3.1.2 - 2026-09-01

🐛 Bug Fixes

  • support retry strategy none and operation-level disabled retry overrides (commit by @ThomasRooney)

retries: 3.1.1 - 2026-08-26

🐛 Bug Fixes

  • close the retried response before sleeping so streaming retries do not leak pooled connections (commit by @AshGodfrey)

retries: 3.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

unions: 3.1.10 - 2026-09-11

🐛 Bug Fixes

  • restrict open discriminated union Unknown fallback to response deserialization (commit by @AshGodfrey)

unions: 3.1.9 - 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.797.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-1786580803 branch 5 times, most recently from 5d072ce to 2a7c114 Compare August 18, 2026 00:16
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 7.0.1 chore: 🐝 Update SDK - Generate 7.1.0 Aug 18, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 18, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch 7 times, most recently from d93e926 to 7e87b1d Compare August 25, 2026 00:17
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch 7 times, most recently from cfb4def to 998aa6e Compare September 1, 2026 00:41
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch 7 times, most recently from d4dddaf to 5fcc277 Compare September 8, 2026 00:35
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch 8 times, most recently from f0f25d6 to 6c9ca87 Compare September 16, 2026 00:34
* `clerk.users.list_biometric_credentials()`: **Added**
* `clerk.users.revoke_biometric_credential()`: **Added**
* `clerk.billing.apply_subscription_item_discount()`: **Added**
* `clerk.billing.remove_subscription_item_discount()`: **Added**
* `clerk.directories.list()`: **Added**
* `clerk.directories.create()`: **Added**
* `clerk.directories.get()`: **Added**
* `clerk.directories.update()`: **Added**
* `clerk.directories.delete()`: **Added**
* `clerk.directories.rotate_api_key()`: **Added**
* `clerk.directories.list_group_role_mappings()`: **Added**
* `clerk.directories.create_group_role_mapping()`: **Added**
* `clerk.directories.replace_group_role_mappings()`: **Added**
* `clerk.directories.delete_group_role_mapping()`: **Added**
* `clerk.users.list()`: 
  *  `request.starting_after` **Added**
  *  `response.[].organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.create()`: 
  *  `request.skip_restriction_checks` **Added**
  *  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.get()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.update()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.ban()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.unban()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.bulk_ban()`:  `response.[].organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.bulk_unban()`:  `response.[].organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.lock()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.unlock()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.set_profile_image()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.delete_profile_image()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.update_metadata()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.replace_metadata()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.get_organization_memberships()`:  `response.data[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.remove_password()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.list_trusted_devices()`: **Deprecated**
* `clerk.users.revoke_trusted_device()`: **Deprecated**
* `clerk.users.set_password_compromised()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.unset_password_compromised()`:  `response.organization_memberships[].organization.self_serve_sso_enabled` **Added**
* `clerk.users.get_instance_organization_memberships()`:  `response.data[].organization.self_serve_sso_enabled` **Added**
* `clerk.actor_tokens.create()`:  `error.status[403]` **Added**
* `clerk.domains.list()`:  `response.data[].dns_targets` **Added**
* `clerk.domains.add()`:  `response.dns_targets` **Added**
* `clerk.domains.update()`:  `response.dns_targets` **Added**
* `clerk.instance_settings.get()`:  `response` **Changed**
* `clerk.instance_settings.update()`:  `request` **Changed**
* `clerk.instance_settings.get_o_auth_application_settings()`:  `response` **Changed**
* `clerk.instance_settings.update_o_auth_application_settings()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `clerk.instance_settings.get_instance_protect()`:  `response` **Changed**
* `clerk.instance_settings.update_instance_protect()`:  `response` **Changed**
* `clerk.organizations.list()`:  `response.data[].self_serve_sso_enabled` **Added**
* `clerk.organizations.create()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.get()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.update()`: 
  *  `request.self_serve_sso_enabled` **Added**
  *  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.merge_metadata()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.replace_metadata()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.upload_logo()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organizations.delete_logo()`:  `response.self_serve_sso_enabled` **Added**
* `clerk.organization_memberships.create()`:  `response.organization.self_serve_sso_enabled` **Added**
* `clerk.organization_memberships.list()`:  `response.data[].organization.self_serve_sso_enabled` **Added**
* `clerk.organization_memberships.update()`:  `response.organization.self_serve_sso_enabled` **Added**
* `clerk.organization_memberships.delete()`:  `response.organization.self_serve_sso_enabled` **Added**
* `clerk.organization_memberships.update_metadata()`:  `response.organization.self_serve_sso_enabled` **Added**
* `clerk.oauth_applications.list()`:  `response.data[].device_authorization_grant_enabled` **Added**
* `clerk.oauth_applications.create()`: 
  *  `request.device_authorization_grant_enabled` **Added**
  *  `response.device_authorization_grant_enabled` **Added**
* `clerk.oauth_applications.get()`:  `response.device_authorization_grant_enabled` **Added**
* `clerk.oauth_applications.update()`: 
  *  `request` **Changed**
  *  `response.device_authorization_grant_enabled` **Added**
* `clerk.oauth_applications.upload_logo()`:  `response.device_authorization_grant_enabled` **Added**
* `clerk.oauth_applications.rotate_secret()`:  `response.device_authorization_grant_enabled` **Added**
* `clerk.enterprise_connections.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.create()`: 
  *  `request.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.get()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.update()`: 
  *  `request.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.create()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.get()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.update()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.rotate_api_key()`: 
  *  `response.custom_attributes[].directory_path` **Added**
  *  `error.status[422]` **Added**
* `clerk.scim_directories.list_group_role_mappings()`:  `response.data[]` **Changed**
* `clerk.scim_directories.create_group_role_mapping()`:  `response` **Changed**
* `clerk.scim_directories.replace_group_role_mappings()`:  `response.data[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch from 21fdee8 to e2aad5c Compare September 17, 2026 00:34
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