Skip to content

chore: 🐝 Update SDK - Generate 5.0.7 - #226

Merged
kalafut merged 2 commits into
mainfrom
speakeasy-sdk-regen-1774052992
May 29, 2026
Merged

chore: 🐝 Update SDK - Generate 5.0.7#226
kalafut merged 2 commits into
mainfrom
speakeasy-sdk-regen-1774052992

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 21, 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.

Python SDK Changes:

  • clerk.users.unset_password_compromised(): response Changed (Breaking ⚠️)
  • clerk.users.list(): response.[] Changed (Breaking ⚠️)
  • clerk.billing.create_price_transition(): response Changed (Breaking ⚠️)
  • clerk.billing.extend_subscription_item_free_trial(): response.plan Changed (Breaking ⚠️)
  • clerk.billing.cancel_subscription_item(): response Changed (Breaking ⚠️)
  • clerk.billing.list_subscription_items(): response.data[] Changed (Breaking ⚠️)
  • clerk.billing.create_price():
    • request Changed
    • response Changed (Breaking ⚠️)
  • clerk.billing.list_prices(): response.data[] Changed (Breaking ⚠️)
  • clerk.billing.list_plans(): response.data[].fee Changed (Breaking ⚠️)
  • clerk.organization_domains.list_all(): response.data[] Changed (Breaking ⚠️)
  • clerk.organization_domains.update(): response Changed (Breaking ⚠️)
  • clerk.email_addresses.create(): response.verification.union(verification_scim) Added (Breaking ⚠️)
  • clerk.email_addresses.get(): response.verification.union(verification_scim) Added (Breaking ⚠️)
  • clerk.organization_domains.list(): response.data[] Changed (Breaking ⚠️)
  • clerk.email_addresses.update(): response.verification.union(verification_scim) Added (Breaking ⚠️)
  • clerk.organization_domains.create(): response Changed (Breaking ⚠️)
  • clerk.users.create():
    • request Changed
    • response Changed (Breaking ⚠️)
    • error.status[402] Added
  • clerk.users.get(): response Changed (Breaking ⚠️)
  • clerk.users.update(): response Changed (Breaking ⚠️)
  • clerk.users.ban(): response Changed (Breaking ⚠️)
  • clerk.users.unban(): response Changed (Breaking ⚠️)
  • clerk.users.bulk_ban(): response.[] Changed (Breaking ⚠️)
  • clerk.users.bulk_unban(): response.[] Changed (Breaking ⚠️)
  • clerk.users.lock(): response Changed (Breaking ⚠️)
  • clerk.users.unlock(): response Changed (Breaking ⚠️)
  • clerk.users.set_profile_image(): response Changed (Breaking ⚠️)
  • clerk.users.delete_profile_image(): response Changed (Breaking ⚠️)
  • clerk.users.update_metadata(): response Changed (Breaking ⚠️)
  • clerk.users.get_billing_subscription(): response.subscription_items[] Changed (Breaking ⚠️)
  • clerk.organizations.get_billing_subscription(): response.subscription_items[] Changed (Breaking ⚠️)
  • clerk.users.set_password_compromised(): response Changed (Breaking ⚠️)
  • clerk.phone_numbers.replace_for_user(): Added
  • clerk.saml_connections.create():
    • response Changed
    • error.status[409] Added
  • clerk.instance_settings.update():
    • request.preferred_sign_in_strategy_when_password_required Added
  • clerk.email_addresses.replace_for_user(): Added
  • clerk.users.get_organization_memberships(): response.data[].public_user_data.banned Added
  • clerk.organization_memberships.create(): response.public_user_data.banned Added
  • clerk.organization_memberships.list(): response.data[].public_user_data.banned Added
  • clerk.organization_memberships.update(): response.public_user_data.banned Added
  • clerk.organization_memberships.delete(): response.public_user_data.banned Added
  • clerk.organization_memberships.update_metadata(): response.public_user_data.banned Added
  • clerk.users.get_instance_organization_memberships(): response.data[].public_user_data.banned Added
  • clerk.email_addresses.delete(): error.status[409] Added
  • clerk.miscellaneous.get_public_interstitial(): request Changed
  • clerk.admin_portal_link_tokens.revoke_admin_portal_link_token(): Added
  • clerk.saml_connections.list(): response.data[] Changed
  • clerk.instance_settings.update_organization_settings(): response.max_allowed_domains Added
  • clerk.saml_connections.get(): response Changed
  • clerk.saml_connections.update():
    • request.allow_organization_account_linking Added
    • response Changed
    • error.status[409] Added
  • clerk.enterprise_connections.list(): response.data[] Changed
  • clerk.enterprise_connections.create():
    • request Changed
    • response Changed
    • error.status[409] Added
  • clerk.enterprise_connections.get(): response Changed
  • clerk.enterprise_connections.update():
    • request Changed
    • response Changed
  • clerk.agent_tasks.create(): response.agent_task_id Added
  • clerk.agent_tasks.revoke(): response.agent_task_id Added
  • clerk.admin_portal_link_tokens.create_admin_portal_link_token(): Added
  • clerk.oauth_applications.upload_logo(): Added
  • clerk.organization_domains.verify_ownership(): Added
  • clerk.instance_settings.get_organization_settings(): Added
  • clerk.instance_settings.update_communication(): Added
  • clerk.instance_settings.get_communication(): Added
  • clerk.users.replace_metadata(): Added
  • clerk.m2m.create_token(): request.min_remaining_ttl_seconds Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (722:3)
│ ├──[+] path (6721:3)
│ ├──[+] path (4209:3)
│ ├──[+] path (9504:3)
│ ├──[+] path (514:3)
│ ├──[+] path (9733:3)
│ ├──[+] path (7334:3)
│ ├──[+] path (9507:3)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (16454:13)❌ 
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16454:13)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (8055:17)
│ │         ├──[+] properties (8156:17)
│ │         ├─┬sync_user_attributes
│ │         │ ├──[🔀] type (8060:25)❌ 
│ │         │ └──[🔀] description (8061:32)
│ │         ├─┬disable_additional_identifications
│ │         │ └──[🔀] description (8057:32)
│ │         ├─┬oidc
│ │         │ └──[🔀] description (8124:32)
│ │         ├─┬name
│ │         │ ├──[🔀] type (8052:25)❌ 
│ │         │ └──[🔀] description (8053:32)
│ │         ├─┬organization_id
│ │         │ └──[🔀] description (8033:32)
│ │         ├─┬saml
│ │         │ ├──[🔀] description (8124:32)
│ │         │ ├──[-] properties (7729:21)❌ 
│ │         │ ├──[-] properties (7726:21)❌ 
│ │         │ ├──[-] properties (7708:21)❌ 
│ │         │ ├──[-] properties (7732:21)❌ 
│ │         │ ├──[-] properties (7696:21)❌ 
│ │         │ ├──[-] properties (7688:21)❌ 
│ │         │ ├──[-] properties (7704:21)❌ 
│ │         │ ├──[-] properties (7700:21)❌ 
│ │         │ ├──[-] properties (7692:21)❌ 
│ │         │ ├──[-] properties (7684:21)❌ 
│ │         │ ├──[+] properties (8140:21)
│ │         │ ├──[+] properties (8128:21)
│ │         │ ├──[+] properties (8132:21)
│ │         │ ├──[+] properties (8136:21)
│ │         │ ├──[+] properties (8152:21)
│ │         │ ├──[+] properties (8144:21)
│ │         │ └──[+] properties (8148:21)
│ │         └─┬domains
│ │           ├──[🔀] description (8158:32)
│ │           └─┬Schema
│ │             ├──[+] additionalProperties (8162:43)❌ 
│ │             ├──[+] required (8164:25)❌ 
│ │             ├──[+] required (8165:25)❌ 
│ │             ├──[🔀] type (8161:27)❌ 
│ │             ├──[+] properties (8171:23)
│ │             ├──[+] properties (8167:23)
│ │             ├──[+] properties (8179:23)
│ │             └──[+] properties (8176:23)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (17913:7)
│ ├─┬/public/interstitial
│ │ └─┬GET
│ │   ├──[+] parameters (238:17)❌ 
│ │   ├──[+] parameters (226:17)❌ 
│ │   └──[+] parameters (232:17)❌ 
│ ├─┬/saml_connections
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[+] codes (17865:7)
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (16314:13)❌ 
│ ├─┬/agents/tasks
│ │ └─┬POST
│ │   └──[🔀] description (8237:20)
│ ├─┬/users
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └──[+] codes (17966:7)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1854:17)
│ │         ├──[+] properties (1860:17)
│ │         ├─┬skip_legal_checks
│ │         │ ├──[+] additionalProperties (1803:41)❌ 
│ │         │ ├──[🔀] type (1801:25)❌ 
│ │         │ ├──[🔀] description (1802:32)
│ │         │ ├──[-] nullable (1714:29)❌ 
│ │         │ └──[+] example (1804:28)
│ │         ├─┬delete_self_enabled
│ │         │ ├──[🔀] type (1846:25)❌ 
│ │         │ ├──[🔀] description (1847:32)
│ │         │ └──[+] example (1849:28)
│ │         ├─┬email_address
│ │         │ ├──[-] items (1598:21)❌ 
│ │         │ ├──[🔀] type (1813:25)❌ 
│ │         │ ├──[🔀] description (1814:32)
│ │         │ └──[+] nullable (1816:29)❌ 
│ │         ├─┬password_digest
│ │         │ ├──[🔀] type (1861:25)❌ 
│ │         │ ├──[🔀] description (1862:32)
│ │         │ └──[-] example (1643:28)
│ │         ├─┬totp_secret
│ │         │ ├──[🔀] type (1768:25)❌ 
│ │         │ ├──[🔀] description (1769:32)
│ │         │ └──[🔀] example (1774:28)
│ │         ├─┬legal_accepted_at
│ │         │ ├──[🔀] description (1700:32)
│ │         │ └──[+] example (1702:28)
│ │         ├─┬private_metadata
│ │         │ └──[🔀] $ref (13908:13)❌ 
│ │         ├─┬web3_wallet
│ │         │ ├──[+] additionalProperties (1810:41)❌ 
│ │         │ ├──[-] items (1616:21)❌ 
│ │         │ ├──[🔀] type (1806:25)❌ 
│ │         │ ├──[🔀] description (1807:32)
│ │         │ └──[+] example (1811:28)
│ │         ├─┬username
│ │         │ ├──[🔀] description (1777:32)
│ │         │ └──[🔀] example (1784:28)
│ │         ├─┬external_id
│ │         │ ├──[+] items (1710:21)❌ 
│ │         │ ├──[🔀] type (1708:25)❌ 
│ │         │ ├──[🔀] description (1712:32)
│ │         │ ├──[-] nullable (1579:29)❌ 
│ │         │ └──[-] example (1580:28)
│ │         ├─┬create_organizations_limit
│ │         │ ├──[🔀] type (1836:25)❌ 
│ │         │ └──[🔀] description (1837:32)
│ │         ├─┬phone_number
│ │         │ ├──[-] items (1607:21)❌ 
│ │         │ ├──[🔀] type (1749:25)❌ 
│ │         │ ├──[🔀] description (1750:32)
│ │         │ ├──[+] nullable (1754:29)❌ 
│ │         │ └──[+] example (1755:28)
│ │         ├─┬unsafe_metadata
│ │         │ ├──[-] additionalProperties (1698:41)❌ 
│ │         │ ├──[🔀] type (1828:25)❌ 
│ │         │ ├──[🔀] description (1829:32)
│ │         │ ├──[+] nullable (1834:29)❌ 
│ │         │ └──[-] example (1699:28)
│ │         ├─┬skip_user_requirement
│ │         │ ├──[🔀] description (1761:32)
│ │         │ └──[+] example (1766:28)
│ │         ├─┬last_name
│ │         │ ├──[🔀] description (1695:32)
│ │         │ └──[🔀] example (1697:28)
│ │         ├─┬skip_password_requirement
│ │         │ ├──[🔀] description (1823:32)
│ │         │ └──[-] example (1662:28)
│ │         ├─┬password
│ │         │ ├──[🔀] description (1705:32)
│ │         │ └──[-] example (1635:28)
│ │         ├─┬locale
│ │         │ └──[🔀] description (1819:32)
│ │         ├─┬password_hasher
│ │         │ └──[🔀] $ref (1742:19)❌ 
│ │         ├─┬first_name
│ │         │ ├──[🔀] description (1688:32)
│ │         │ └──[🔀] example (1692:28)
│ │         ├─┬created_at
│ │         │ ├──[🔀] type (1841:25)❌ 
│ │         │ ├──[🔀] description (1842:32)
│ │         │ └──[-] example (1737:28)
│ │         ├─┬bypass_client_trust
│ │         │ └──[🔀] description (1856:32)
│ │         ├─┬skip_password_checks
│ │         │ ├──[+] additionalProperties (1798:41)❌ 
│ │         │ ├──[🔀] type (1796:25)❌ 
│ │         │ ├──[🔀] description (1797:32)
│ │         │ ├──[-] nullable (1653:29)❌ 
│ │         │ └──[🔀] example (1799:28)
│ │         ├─┬public_metadata
│ │         │ ├──[-] additionalProperties (1686:41)❌ 
│ │         │ ├──[+] items (1719:21)❌ 
│ │         │ ├──[🔀] type (1717:25)❌ 
│ │         │ ├──[🔀] description (1721:32)
│ │         │ └──[-] example (1687:28)
│ │         └─┬create_organization_enabled
│ │           └──[🔀] description (1852:32)
│ ├─┬/m2m_tokens
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (11231:17)
│ │         ├─┬seconds_until_expiration
│ │         │ ├──[-] exclusiveMinimum (10374:37)❌ 
│ │         │ ├──[🔀] type (11232:25)❌ 
│ │         │ ├──[+] description (11234:32)
│ │         │ ├──[-] nullable (10372:29)❌ 
│ │         │ └──[+] example (11242:28)
│ │         └─┬token_format
│ │           ├──[-] enum (10367:23)❌ 
│ │           ├──[-] enum (10368:23)❌ 
│ │           ├──[+] exclusiveMinimum (11228:37)❌ 
│ │           ├──[🔀] type (11225:25)❌ 
│ │           ├──[+] minimum (11227:28)❌ 
│ │           ├──[-] default (10369:28)❌ 
│ │           └──[+] nullable (11226:29)❌ 
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├──[+] codes (17865:7)
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16454:13)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7846:17)
│ │         ├──[+] properties (7943:17)
│ │         ├─┬provider
│ │         │ ├──[+] enum (7834:23)
│ │         │ ├──[+] enum (7835:23)
│ │         │ └──[🔀] description (7827:32)
│ │         ├─┬name
│ │         │ ├──[+] items (7947:21)❌ 
│ │         │ ├──[🔀] type (7944:25)❌ 
│ │         │ └──[🔀] description (7945:32)
│ │         ├─┬domains
│ │         │ ├──[-] items (7487:21)❌ 
│ │         │ ├──[🔀] type (7847:25)❌ 
│ │         │ ├──[-] minItems (7488:29)❌ 
│ │         │ ├──[🔀] description (7848:32)
│ │         │ └──[+] nullable (7849:29)❌ 
│ │         ├─┬saml
│ │         │ ├──[-] additionalProperties (7504:41)❌ 
│ │         │ ├──[🔀] type (7843:25)❌ 
│ │         │ ├──[🔀] description (7844:32)
│ │         │ ├──[-] properties (7547:21)❌ 
│ │         │ ├──[-] properties (7544:21)❌ 
│ │         │ ├──[-] properties (7526:21)❌ 
│ │         │ ├──[-] properties (7550:21)❌ 
│ │         │ ├──[-] properties (7514:21)❌ 
│ │         │ ├──[-] properties (7506:21)❌ 
│ │         │ ├──[-] properties (7522:21)❌ 
│ │         │ ├──[-] properties (7518:21)❌ 
│ │         │ └──[-] properties (7510:21)❌ 
│ │         ├─┬oidc
│ │         │ ├──[-] additionalProperties (7557:41)❌ 
│ │         │ ├──[+] items (7839:21)❌ 
│ │         │ ├──[🔀] type (7837:25)❌ 
│ │         │ ├──[+] minItems (7840:29)❌ 
│ │         │ ├──[🔀] description (7841:32)
│ │         │ ├──[-] nullable (7556:29)❌ 
│ │         │ ├──[-] properties (7571:21)❌ 
│ │         │ ├──[-] properties (7559:21)❌ 
│ │         │ ├──[-] properties (7563:21)❌ 
│ │         │ ├──[-] properties (7567:21)❌ 
│ │         │ ├──[-] properties (7583:21)❌ 
│ │         │ ├──[-] properties (7575:21)❌ 
│ │         │ └──[-] properties (7579:21)❌ 
│ │         └─┬organization_id
│ │           ├──[🔀] description (7824:32)
│ │           └──[-] nullable (7493:29)❌ 
│ ├─┬/users/{user_id}/metadata
│ │ └──[+] put (2642:7)
│ ├─┬/instance/organization_settings
│ │ └──[+] get (4334:7)
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (4122:17)
│ │         ├─┬url_based_session_syncing
│ │         │ └──[🔀] description (4081:32)
│ │         ├─┬test_mode
│ │         │ ├──[🔀] type (4092:25)❌ 
│ │         │ ├──[-] description (3893:32)
│ │         │ └──[🔀] example (4094:28)
│ │         └─┬support_email
│ │           ├──[+] enum (4126:23)
│ │           ├──[+] enum (4127:23)
│ │           ├──[+] enum (4128:23)
│ │           ├──[+] description (4124:32)
│ │           └──[-] example (3906:28)
│ └─┬/saml_connections/{saml_connection_id}
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └──[🔀] $ref (16314:13)❌ 
│   └─┬PATCH
│     ├─┬Responses
│     │ ├──[+] codes (17865:7)
│     │ └─┬200
│     │   └─┬application/json
│     │     └─┬Schema
│     │       └──[🔀] $ref (16314:13)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[+] properties (7716:17)
│           ├─┬idp_entity_id
│           │ ├──[🔀] description (7657:32)
│           │ └──[🔀] example (7659:28)
│           ├─┬attribute_mapping
│           │ ├──[-] additionalProperties (7334:41)❌ 
│           │ ├──[🔀] type (7703:25)❌ 
│           │ ├──[🔀] description (7704:32)
│           │ ├──[+] example (7706:28)
│           │ ├──[-] properties (7339:21)❌ 
│           │ ├──[-] properties (7342:21)❌ 
│           │ ├──[-] properties (7345:21)❌ 
│           │ └──[-] properties (7336:21)❌ 
│           ├─┬idp_certificate
│           │ ├──[🔀] type (7721:25)❌ 
│           │ ├──[🔀] description (7722:32)
│           │ ├──[-] nullable (7314:29)❌ 
│           │ └──[-] example (7315:28)
│           ├─┬idp_metadata_url
│           │ ├──[🔀] description (7667:32)
│           │ └──[🔀] example (7669:28)
│           ├─┬consent_verified_domains_deletion
│           │ ├──[+] additionalProperties (7678:41)❌ 
│           │ ├──[🔀] type (7675:25)❌ 
│           │ ├──[🔀] description (7676:32)
│           │ ├──[+] properties (7683:21)
│           │ ├──[+] properties (7686:21)
│           │ ├──[+] properties (7689:21)
│           │ └──[+] properties (7680:21)
│           ├─┬disable_additional_identifications
│           │ └──[🔀] description (7725:32)
│           ├─┬idp_metadata
│           │ ├──[🔀] description (7647:32)
│           │ └──[🔀] example (7649:28)
│           ├─┬organization_id
│           │ ├──[🔀] description (7630:32)
│           │ └──[+] example (7632:28)
│           ├─┬domain
│           │ ├──[🔀] type (7713:25)❌ 
│           │ ├──[🔀] description (7714:32)
│           │ ├──[-] example (7294:28)
│           │ └──[-] deprecated (7292:31)
│           ├─┬idp_sso_url
│           │ ├──[🔀] description (7662:32)
│           │ └──[🔀] example (7664:28)
│           ├─┬sync_user_attributes
│           │ ├──[🔀] type (7671:25)❌ 
│           │ ├──[🔀] description (7672:32)
│           │ └──[-] example (7357:28)
│           ├─┬allow_subdomains
│           │ ├──[🔀] description (7718:32)
│           │ └──[-] example (7362:28)
│           ├─┬domains
│           │ ├──[-] items (7298:21)❌ 
│           │ ├──[🔀] type (7634:25)❌ 
│           │ ├──[🔀] description (7635:32)
│           │ ├──[+] example (7638:28)
│           │ └──[+] deprecated (7636:31)
│           ├─┬name
│           │ ├──[🔀] description (7652:32)
│           │ └──[🔀] example (7654:28)
│           └─┬force_authn
│             ├──[+] items (7642:21)❌ 
│             ├──[🔀] type (7640:25)❌ 
│             ├──[🔀] description (7644:32)
│             └──[+] nullable (7643:29)❌ 
└─┬Components
  ├──[+] responses (18151:7)
  ├──[-] schemas (15463:7)❌ 
  ├──[-] schemas (15347:7)❌ 
  ├──[+] schemas (12535:7)
  ├──[+] schemas (13316:7)
  ├──[+] schemas (13200:7)
  ├──[+] schemas (15283:7)
  ├──[+] schemas (13628:7)
  ├─┬SAMLAccount
  │ └─┬saml_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (13200:13)❌ 
  ├─┬AgentTask
  │ ├──[+] required (16688:11)❌ 
  │ ├──[+] properties (16672:9)
  │ ├─┬object
  │ │ ├──[-] enum (15629:15)❌ 
  │ │ └──[+] description (16674:24)
  │ ├─┬url
  │ │ ├──[🔀] description (16679:24)
  │ │ └──[+] deprecated (16678:23)
  │ └─┬task_id
  │   ├──[🔀] description (16679:24)
  │   └──[+] deprecated (16678:23)
  ├─┬PasswordHasher
  │ └──[🔀] description (13909:20)
  ├─┬EnterpriseAccount
  │ └─┬enterprise_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (13316:13)❌ 
  ├─┬OrganizationSettings
  │ ├──[+] required (15379:11)❌ 
  │ ├──[+] properties (15337:9)
  │ ├─┬max_role_sets_allowed
  │ │ └──[+] example (15334:20)
  │ ├─┬slug_disabled
  │ │ ├──[+] enum (15324:15)
  │ │ ├──[🔀] type (15321:17)❌ 
  │ │ ├──[+] description (15322:24)
  │ │ └──[+] example (15325:20)
  │ ├─┬max_allowed_permissions
  │ │ ├──[-] description (14397:24)
  │ │ ├──[🔀] example (15331:20)
  │ │ └──[-] deprecated (14396:23)
  │ ├─┬max_allowed_memberships
  │ │ └──[-] example (14389:20)
  │ ├─┬max_allowed_roles
  │ │ ├──[+] description (15341:24)
  │ │ ├──[🔀] example (15343:20)
  │ │ └──[+] deprecated (15340:23)
  │ └─┬object
  │   ├──[-] enum (14382:15)❌ 
  │   ├──[🔀] type (15336:17)❌ 
  │   ├──[-] description (14380:24)
  │   └──[-] example (14383:20)
  ├─┬OrganizationDomainVerification
  │ ├──[+] required (15773:11)❌ 
  │ ├──[+] properties (15762:9)
  │ └─┬status
  │   ├──[-] enum (14806:15)❌ 
  │   ├──[-] enum (14807:15)❌ 
  │   └──[🔀] description (15749:24)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ ├──[🔀] description (16856:24)
  │ │ └──[+] nullable (16855:21)❌ 
  │ └─┬amount
  │   ├──[🔀] description (16851:24)
  │   └──[+] nullable (16850:21)❌ 
  ├─┬CommerceSubscriptionItemSeatsResponse
  │ └──[+] properties (14366:9)
  ├─┬EnterpriseConnection
  │ ├──[-] additionalProperties (12431:29)❌ 
  │ ├──[+] required (16460:11)❌ 
  │ ├──[+] required (16461:11)❌ 
  │ ├──[-] required (12475:11)❌ 
  │ ├──[-] required (12480:11)❌ 
  │ ├──[-] required (12481:11)❌ 
  │ ├──[-] required (12473:11)❌ 
  │ ├──[-] required (12478:11)❌ 
  │ ├──[-] required (12479:11)❌ 
  │ ├──[+] properties (16494:9)
  │ ├──[+] properties (16497:9)
  │ ├──[+] properties (16566:9)
  │ ├──[+] properties (16484:9)
  │ ├──[+] properties (16519:9)
  │ ├──[-] properties (12457:9)❌ 
  │ ├──[-] properties (12455:9)❌ 
  │ ├──[-] properties (12444:9)❌ 
  │ ├──[-] properties (12435:9)❌ 
  │ ├──[-] anyOf (12485:11)❌ 
  │ ├──[-] anyOf (12487:11)❌ 
  │ ├─┬active
  │ │ └──[+] description (16478:24)
  │ ├─┬created_at
  │ │ ├──[+] items (16501:13)❌ 
  │ │ ├──[🔀] type (16498:17)❌ 
  │ │ ├──[-] format (12463:19)❌ 
  │ │ └──[🔀] description (16499:24)
  │ ├─┬updated_at
  │ │ └──[🔀] description (16622:24)
  │ ├─┬disable_additional_identifications
  │ │ └──[+] description (16493:24)
  │ ├─┬logo_public_url
  │ │ ├──[+] description (16470:24)
  │ │ └──[-] nullable (12443:21)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (16567:17)❌ 
  │ │ ├──[+] description (16569:24)
  │ │ ├──[+] nullable (16568:21)❌ 
  │ │ ├──[+] properties (16588:13)
  │ │ ├──[+] properties (16580:13)
  │ │ ├──[+] properties (16607:13)
  │ │ ├──[+] properties (16584:13)
  │ │ ├──[+] properties (16571:13)
  │ │ ├──[+] properties (16603:13)
  │ │ ├──[+] properties (16574:13)
  │ │ ├──[+] properties (16577:13)
  │ │ ├──[+] properties (16600:13)
  │ │ ├──[+] properties (16592:13)
  │ │ ├──[+] properties (16611:13)
  │ │ └──[+] properties (16596:13)
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (16520:17)❌ 
  │ │ ├──[+] description (16522:24)
  │ │ ├──[+] nullable (16521:21)❌ 
  │ │ ├──[+] properties (16542:13)
  │ │ ├──[+] properties (16554:13)
  │ │ ├──[+] properties (16557:13)
  │ │ ├──[+] properties (16560:13)
  │ │ ├──[+] properties (16563:13)
  │ │ ├──[+] properties (16524:13)
  │ │ ├──[+] properties (16530:13)
  │ │ ├──[+] properties (16538:13)
  │ │ ├──[+] properties (16534:13)
  │ │ ├──[+] properties (16527:13)
  │ │ ├──[+] properties (16546:13)
  │ │ └──[+] properties (16550:13)
  │ ├─┬domains
  │ │ ├──[-] items (12450:13)❌ 
  │ │ ├──[🔀] type (16466:17)❌ 
  │ │ └──[+] description (16467:24)
  │ └─┬id
  │   └──[+] nullable (16475:21)❌ 
  ├─┬BillingPriceResponse
  │ ├─┬fee
  │ │ └──[🔀] $ref (16799:11)❌ 
  │ └─┬annual_monthly_fee
  │   └──[🔀] $ref (16803:11)❌ 
  ├─┬User
  │ ├──[+] properties (13804:9)
  │ ├──[+] properties (13867:9)
  │ ├─┬verification_attempts_remaining
  │ │ ├──[🔀] description (13825:24)
  │ │ ├──[-] nullable (12904:21)❌ 
  │ │ └──[🔀] example (13827:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (13741:17)❌ 
  │ │ ├──[-] format (12910:19)❌ 
  │ │ ├──[-] description (12911:24)
  │ │ └──[🔀] example (13742:20)
  │ ├─┬two_factor_enabled
  │ │ ├──[-] type (12831:17)❌ 
  │ │ ├──[+] nullable (13868:21)❌ 
  │ │ ├──[-] example (12832:20)
  │ │ └──[+] allOf (13628:7)
  │ ├─┬last_sign_in_at
  │ │ ├──[🔀] type (13689:17)❌ 
  │ │ ├──[-] format (12879:19)❌ 
  │ │ ├──[-] description (12881:24)
  │ │ └──[🔀] example (13690:20)
  │ ├─┬image_url
  │ │ └──[🔀] example (13655:20)
  │ ├─┬profile_image_url
  │ │ ├──[+] additionalProperties (13711:33)❌ 
  │ │ ├──[🔀] type (13710:17)❌ 
  │ │ ├──[+] nullable (13709:21)❌ 
  │ │ ├──[🔀] example (13712:20)
  │ │ └──[-] deprecated (12786:23)
  │ ├─┬primary_email_address_id
  │ │ ├──[+] items (13725:13)❌ 
  │ │ ├──[🔀] type (13723:17)❌ 
  │ │ ├──[-] nullable (12758:21)❌ 
  │ │ └──[🔀] example (13726:20)
  │ ├─┬object
  │ │ ├──[-] enum (12751:15)❌ 
  │ │ ├──[🔀] type (13750:17)❌ 
  │ │ ├──[+] format (13751:19)❌ 
  │ │ ├──[🔀] description (13752:24)
  │ │ ├──[+] nullable (13754:21)❌ 
  │ │ └──[🔀] example (13755:20)
  │ ├─┬enterprise_accounts
  │ │ ├──[+] example (13721:20)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (12577:13)❌ 
  │ ├─┬first_name
  │ │ └──[🔀] example (13666:20)
  │ ├─┬external_accounts
  │ │ ├──[-] example (12863:20)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (13376:13)❌ 
  │ ├─┬legal_accepted_at
  │ │ ├──[🔀] description (13791:24)
  │ │ └──[🔀] example (13793:20)
  │ ├─┬external_id
  │ │ ├──[+] items (13772:13)❌ 
  │ │ ├──[🔀] type (13770:17)❌ 
  │ │ ├──[-] nullable (12754:21)❌ 
  │ │ └──[🔀] example (13773:20)
  │ ├─┬email_addresses
  │ │ ├──[-] items (12810:13)❌ 
  │ │ ├──[🔀] type (13805:17)❌ 
  │ │ ├──[+] description (13806:24)
  │ │ └──[-] example (12811:20)
  │ ├─┬has_image
  │ │ ├──[🔀] type (13685:17)❌ 
  │ │ ├──[+] nullable (13684:21)❌ 
  │ │ └──[🔀] example (13686:20)
  │ ├─┬passkeys
  │ │ ├──[-] example (12826:20)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (13559:20)❌ 
  │ ├─┬organization_memberships
  │ │ ├──[+] enum (13661:15)
  │ │ ├──[-] items (12876:13)❌ 
  │ │ ├──[🔀] type (13657:17)❌ 
  │ │ ├──[+] description (13658:24)
  │ │ └──[+] example (13662:20)
  │ ├─┬primary_phone_number_id
  │ │ └──[🔀] example (13670:20)
  │ ├─┬password_enabled
  │ │ ├──[+] items (13735:13)❌ 
  │ │ ├──[🔀] type (13733:17)❌ 
  │ │ └──[🔀] example (13736:20)
  │ ├─┬totp_enabled
  │ │ ├──[+] items (13777:13)❌ 
  │ │ ├──[🔀] type (13775:17)❌ 
  │ │ └──[🔀] example (13778:20)
  │ ├─┬id
  │ │ ├──[🔀] type (13702:17)❌ 
  │ │ └──[🔀] example (13703:20)
  │ ├─┬phone_numbers
  │ │ ├──[-] items (12815:13)❌ 
  │ │ ├──[🔀] type (13764:17)❌ 
  │ │ ├──[+] format (13765:19)❌ 
  │ │ ├──[+] description (13766:24)
  │ │ ├──[+] nullable (13768:21)❌ 
  │ │ └──[-] example (12816:20)
  │ ├─┬mfa_enabled_at
  │ │ ├──[🔀] description (13759:24)
  │ │ └──[🔀] example (13762:20)
  │ ├─┬password_last_updated_at
  │ │ ├──[🔀] type (13738:17)❌ 
  │ │ ├──[-] format (12855:19)❌ 
  │ │ ├──[-] description (12856:24)
  │ │ ├──[-] nullable (12858:21)❌ 
  │ │ └──[+] example (13739:20)
  │ ├─┬unsafe_metadata
  │ │ ├──[-] additionalProperties (12805:33)❌ 
  │ │ ├──[🔀] type (13744:17)❌ 
  │ │ └──[🔀] example (13745:20)
  │ ├─┬last_name
  │ │ ├──[🔀] type (13850:17)❌ 
  │ │ ├──[+] format (13851:19)❌ 
  │ │ ├──[+] description (13853:24)
  │ │ └──[🔀] example (13855:20)
  │ ├─┬saml_accounts
  │ │ ├──[+] additionalProperties (13706:33)❌ 
  │ │ ├──[-] items (12867:13)❌ 
  │ │ ├──[🔀] type (13705:17)❌ 
  │ │ └──[🔀] example (13707:20)
  │ ├─┬locale
  │ │ ├──[🔀] type (13857:17)❌ 
  │ │ ├──[+] format (13858:19)❌ 
  │ │ ├──[+] description (13860:24)
  │ │ └──[+] example (13862:20)
  │ ├─┬username
  │ │ ├──[+] additionalProperties (13715:33)❌ 
  │ │ ├──[🔀] type (13714:17)❌ 
  │ │ ├──[-] nullable (12770:21)❌ 
  │ │ └──[🔀] example (13716:20)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (12801:33)❌ 
  │ │ ├──[🔀] type (13677:17)❌ 
  │ │ └──[🔀] example (13678:20)
  │ ├─┬public_metadata
  │ │ ├──[-] additionalProperties (12796:33)❌ 
  │ │ ├──[🔀] type (13695:17)❌ 
  │ │ ├──[🔀] example (13697:20)
  │ │ └──[+] deprecated (13696:23)
  │ ├─┬last_active_at
  │ │ ├──[🔀] type (13699:17)❌ 
  │ │ ├──[-] format (12937:19)❌ 
  │ │ ├──[-] description (12939:24)
  │ │ ├──[-] nullable (12938:21)❌ 
  │ │ └──[🔀] example (13700:20)
  │ ├─┬web3_wallets
  │ │ ├──[-] items (12820:13)❌ 
  │ │ ├──[🔀] type (13681:17)❌ 
  │ │ ├──[+] nullable (13680:21)❌ 
  │ │ └──[🔀] example (13682:20)
  │ ├─┬primary_web3_wallet_id
  │ │ └──[🔀] example (13674:20)
  │ ├─┬mfa_disabled_at
  │ │ └──[🔀] description (13812:24)
  │ ├─┬locked
  │ │ ├──[🔀] type (13693:17)❌ 
  │ │ ├──[-] description (12891:24)
  │ │ ├──[+] nullable (13692:21)❌ 
  │ │ └──[-] example (12893:20)
  │ └─┬lockout_expires_in_seconds
  │   ├──[🔀] type (13800:17)❌ 
  │   ├──[-] format (12896:19)❌ 
  │   ├──[🔀] description (13801:24)
  │   ├──[-] nullable (12897:21)❌ 
  │   └──[🔀] example (13803:20)
  ├─┬CommercePlan
  │ └─┬fee
  │   └──[🔀] $ref (14127:11)❌ 
  ├─┬schemas-CommercePlan
  │ ├─┬annual_monthly_fee
  │ │ └──[🔀] $ref (16966:11)❌ 
  │ ├─┬fee
  │ │ └──[🔀] $ref (16962:11)❌ 
  │ └─┬annual_fee
  │   └──[🔀] $ref (16970:11)❌ 
  ├─┬EmailAddress
  │ └─┬verification
  │   ├──[+] oneOf (12535:7)
  │   └──Discriminator
  ├─┬OrganizationDomain
  │ ├──[+] required (15855:11)❌ 
  │ ├──[+] required (15856:11)❌ 
  │ ├──[+] properties (15804:9)
  │ ├──[+] properties (15811:9)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15805:17)❌ 
  │ │ ├──[-] format (14877:19)❌ 
  │ │ ├──[🔀] description (15809:24)
  │ │ ├──[+] nullable (15806:21)❌ 
  │ │ └──[+] allOf (15744:7)
  │ ├─┬total_pending_invitations
  │ │ ├──[🔀] type (15812:17)❌ 
  │ │ ├──[-] format (14863:19)❌ 
  │ │ ├──[🔀] description (15816:24)
  │ │ ├──[+] nullable (15813:21)❌ 
  │ │ └──[+] allOf (15744:7)
  │ ├─┬enrollment_mode
  │ │ ├──[-] enum (14849:15)❌ 
  │ │ ├──[-] enum (14850:15)❌ 
  │ │ ├──[-] enum (14848:15)❌ 
  │ │ ├──[🔀] type (15841:17)❌ 
  │ │ ├──[+] format (15842:19)❌ 
  │ │ └──[🔀] description (15843:24)
  │ ├─┬id
  │ │ ├──[+] enum (15798:15)
  │ │ ├──[+] enum (15799:15)
  │ │ ├──[+] enum (15797:15)
  │ │ └──[🔀] description (15795:24)
  │ ├─┬organization_id
  │ │ ├──[+] enum (15783:15)
  │ │ └──[🔀] description (15780:24)
  │ ├─┬verification
  │ │ ├──[🔀] description (15824:24)
  │ │ └──[+] deprecated (15821:23)
  │ ├─┬name
  │ │ └──[🔀] description (15786:24)
  │ ├─┬object
  │ │ ├──[-] enum (14834:15)❌ 
  │ │ └──[🔀] description (15792:24)
  │ ├─┬total_pending_suggestions
  │ │ ├──[🔀] type (15835:17)❌ 
  │ │ ├──[-] format (14867:19)❌ 
  │ │ ├──[🔀] description (15839:24)
  │ │ ├──[+] nullable (15836:21)❌ 
  │ │ └──[+] allOf (14817:7)
  │ ├─┬updated_at
  │ │ ├──[🔀] format (15828:19)❌ 
  │ │ └──[🔀] description (15829:24)
  │ └─┬public_organization_data
  │   ├──[🔀] type (15788:17)❌ 
  │   ├──[🔀] description (15789:24)
  │   ├──[-] nullable (14871:21)❌ 
  │   └──[-] allOf (13891:7)❌ 
  ├─┬OrganizationMembershipPublicUserData
  │ ├──[+] properties (13549:9)
  │ ├─┬last_name
  │ │ └──[-] nullable (12648:21)❌ 
  │ ├─┬profile_image_url
  │ │ └──[-] deprecated (12652:23)
  │ ├─┬has_image
  │ │ ├──[🔀] type (13530:17)❌ 
  │ │ └──[+] nullable (13531:21)❌ 
  │ ├─┬user_id
  │ │ ├──[🔀] nullable (13537:21)❌ 
  │ │ └──[+] deprecated (13538:23)
  │ ├─┬first_name
  │ │ ├──[🔀] type (13550:17)❌ 
  │ │ └──[-] nullable (12645:21)❌ 
  │ ├─┬image_url
  │ │ └──[+] nullable (13545:21)❌ 
  │ ├─┬username
  │ │ └──[🔀] nullable (13528:21)❌ 
  │ └─┬identifier
  │   ├──[🔀] type (13542:17)❌ 
  │   └──[-] nullable (12659:21)❌ 
  ├─┬EnterpriseConnections
  │ └─┬data
  │   └─┬Schema
  │     └──[🔀] $ref (16454:13)❌ 
  ├─┬SAMLConnections
  │ └─┬data
  │   └─┬Schema
  │     └──[🔀] $ref (16314:13)❌ 
  └─┬SAMLConnection
    ├──[-] additionalProperties (12305:29)❌ 
    ├──[+] required (16415:11)❌ 
    ├──[+] required (16417:11)❌ 
    ├──[+] required (16424:11)❌ 
    ├──[+] required (16427:11)❌ 
    ├──[+] required (16423:11)❌ 
    ├──[+] required (16410:11)❌ 
    ├──[+] required (16414:11)❌ 
    ├──[+] required (16426:11)❌ 
    ├──[+] required (16428:11)❌ 
    ├──[+] required (16413:11)❌ 
    ├──[+] required (16416:11)❌ 
    ├──[+] required (16418:11)❌ 
    ├──[+] required (16421:11)❌ 
    ├──[+] required (16425:11)❌ 
    ├──[+] properties (16355:9)
    ├──[+] properties (16389:9)
    ├──[+] properties (16367:9)
    ├──[+] properties (16394:9)
    ├──[+] properties (16391:9)
    ├──[+] properties (16343:9)
    ├──[+] properties (16335:9)
    ├──[+] properties (16351:9)
    ├──[+] properties (16347:9)
    ├──[+] properties (16339:9)
    ├──[+] properties (16316:9)
    ├──[+] properties (16364:9)
    ├──[+] properties (16358:9)
    ├──[+] properties (16361:9)
    ├──[+] properties (16375:9)
    ├─┬allow_subdomains
    │ └──[🔀] example (16386:20)
    ├─┬sync_user_attributes
    │ ├──[🔀] type (16395:17)❌ 
    │ ├──[+] nullable (16396:21)❌ 
    │ └──[-] example (12329:20)
    ├─┬id
    │ ├──[🔀] type (16388:17)❌ 
    │ └──[-] example (12309:20)
    ├─┬domain
    │ └──[🔀] $ref (16297:13)❌ 
    ├─┬provider
    │ ├──[+] items (16334:13)❌ 
    │ ├──[🔀] type (16332:17)❌ 
    │ └──[-] example (12326:20)
    ├─┬updated_at
    │ ├──[🔀] type (16392:17)❌ 
    │ ├──[-] format (12346:19)❌ 
    │ ├──[🔀] description (16393:24)
    │ └──[-] example (12349:20)
    ├─┬name
    │ ├──[🔀] example (16330:20)
    │ └──[+] deprecated (16329:23)
    ├─┬disable_additional_identifications
    │ └──[+] example (16383:20)
    ├─┬created_at
    │ ├──[🔀] type (16390:17)❌ 
    │ ├──[-] format (12340:19)❌ 
    │ ├──[-] description (12341:24)
    │ └──[-] example (12343:20)
    ├─┬domains
    │ ├──[-] items (12320:13)❌ 
    │ ├──[🔀] type (16398:17)❌ 
    │ ├──[+] format (16399:19)❌ 
    │ ├──[+] description (16400:24)
    │ └──[+] example (16402:20)
    └─┬active
      ├──[🔀] type (16356:17)❌ 
      └──[🔀] example (16357:20)
Document Element Total Changes Breaking Changes
paths 249 114
components 359 177

View full report

Linting Report 0 errors, 10 warnings, 67 hints

View full report

PYTHON CHANGELOG

core: 6.0.23 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 6.0.22 - 2026-05-20

🐛 Bug Fixes

core: 6.0.21 - 2026-03-27

🐛 Bug Fixes

  • replace broken is_union None guard in serialize_decimal, serialize_float, serialize_int, and validate_const with simple None check (commit by @AshGodfrey)

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

customCodeRegions: 0.1.2 - 2026-05-05

🐝 New Features

  • support applying git patch files from .speakeasy/patches/ during generation (commit by @2ynn)

envVarSecurityUsage: 0.3.3 - 2026-05-18

🐛 Bug Fixes

  • read envVarPrefix fallback when SDK is constructed with no security args (commit by @AshGodfrey)

examples: 3.0.4 - 2026-05-15

🐛 Bug Fixes

  • render OpenAPI 'example: null' values as the literal "null" in model docs instead of the Go-formatted '', which broke MDX renderers and leaked Go internals (commit by @AshGodfrey)

globalSecurity: 3.0.7 - 2026-03-25

🐛 Bug Fixes

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

globalSecurity: 3.0.6 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

retries: 3.0.5 - 2026-04-15

🐛 Bug Fixes

  • retry mechanism now correctly retries on error status codes (5XX, 429, etc.) instead of raising immediately on the first failure (commit by @AshGodfrey)

unions: 3.1.5 - 2026-04-21

🐛 Bug Fixes

  • prevent pyright reportInvalidTypeForm error for TypeAliasType self-references (commit by @2ynn)

uploadStreams: 1.0.2 - 2026-05-26

🐛 Bug Fixes

  • add Base64FileInput/Base64EncodedString to types/init.py eager exports (commit by @2ynn)

uploadStreams: 1.0.1 - 2026-05-21

🐝 New Features

  • add opt-in support for base64 JSON file inputs through x-speakeasy-base64-input-mode (commit by @2ynn)

Based on Speakeasy CLI 1.768.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Mar 21, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from b8471a7 to f860ea7 Compare March 28, 2026 00:33
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from a52e73d to d45527f Compare April 4, 2026 00:34
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from 89f0238 to 05e846b Compare April 11, 2026 00:36
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from 3fd0712 to 24d1375 Compare April 18, 2026 00:38
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch from bea1ece to fe0012e Compare April 19, 2026 00:42
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from 7ace47a to 734aba8 Compare May 8, 2026 00:47
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 8 times, most recently from 7a2e358 to 733f63f Compare May 16, 2026 00:47
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 7 times, most recently from fe82092 to 08a9f31 Compare May 23, 2026 00:51
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1774052992 branch 6 times, most recently from 8b920c4 to 4f7bc0a Compare May 29, 2026 00:57
speakeasybot and others added 2 commits May 29, 2026 21:43
* `clerk.users.unset_password_compromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.list()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.billing.create_price_transition()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.extend_subscription_item_free_trial()`:  `response.plan` **Changed** (Breaking ⚠️)
* `clerk.billing.cancel_subscription_item()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.list_subscription_items()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerk.billing.create_price()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `clerk.billing.list_prices()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerk.billing.list_plans()`:  `response.data[].fee` **Changed** (Breaking ⚠️)
* `clerk.organization_domains.list_all()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerk.organization_domains.update()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.email_addresses.create()`:  `response.verification.union(verification_scim)` **Added** (Breaking ⚠️)
* `clerk.email_addresses.get()`:  `response.verification.union(verification_scim)` **Added** (Breaking ⚠️)
* `clerk.organization_domains.list()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerk.email_addresses.update()`:  `response.verification.union(verification_scim)` **Added** (Breaking ⚠️)
* `clerk.organization_domains.create()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.create()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[402]` **Added**
* `clerk.users.get()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.update()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.ban()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.unban()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.bulk_ban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.users.bulk_unban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerk.users.lock()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.unlock()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.set_profile_image()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.delete_profile_image()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.update_metadata()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.users.get_billing_subscription()`:  `response.subscription_items[]` **Changed** (Breaking ⚠️)
* `clerk.organizations.get_billing_subscription()`:  `response.subscription_items[]` **Changed** (Breaking ⚠️)
* `clerk.users.set_password_compromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerk.phone_numbers.replace_for_user()`: **Added**
* `clerk.saml_connections.create()`: 
  *  `response` **Changed**
  *  `error.status[409]` **Added**
* `clerk.instance_settings.update()`: 
  *  `request.preferred_sign_in_strategy_when_password_required` **Added**
* `clerk.email_addresses.replace_for_user()`: **Added**
* `clerk.users.get_organization_memberships()`:  `response.data[].public_user_data.banned` **Added**
* `clerk.organization_memberships.create()`:  `response.public_user_data.banned` **Added**
* `clerk.organization_memberships.list()`:  `response.data[].public_user_data.banned` **Added**
* `clerk.organization_memberships.update()`:  `response.public_user_data.banned` **Added**
* `clerk.organization_memberships.delete()`:  `response.public_user_data.banned` **Added**
* `clerk.organization_memberships.update_metadata()`:  `response.public_user_data.banned` **Added**
* `clerk.users.get_instance_organization_memberships()`:  `response.data[].public_user_data.banned` **Added**
* `clerk.email_addresses.delete()`:  `error.status[409]` **Added**
* `clerk.miscellaneous.get_public_interstitial()`:  `request` **Changed**
* `clerk.admin_portal_link_tokens.revoke_admin_portal_link_token()`: **Added**
* `clerk.saml_connections.list()`:  `response.data[]` **Changed**
* `clerk.instance_settings.update_organization_settings()`:  `response.max_allowed_domains` **Added**
* `clerk.saml_connections.get()`:  `response` **Changed**
* `clerk.saml_connections.update()`: 
  *  `request.allow_organization_account_linking` **Added**
  *  `response` **Changed**
  *  `error.status[409]` **Added**
* `clerk.enterprise_connections.list()`:  `response.data[]` **Changed**
* `clerk.enterprise_connections.create()`: 
  *  `request` **Changed**
  *  `response` **Changed**
  *  `error.status[409]` **Added**
* `clerk.enterprise_connections.get()`:  `response` **Changed**
* `clerk.enterprise_connections.update()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `clerk.agent_tasks.create()`:  `response.agent_task_id` **Added**
* `clerk.agent_tasks.revoke()`:  `response.agent_task_id` **Added**
* `clerk.admin_portal_link_tokens.create_admin_portal_link_token()`: **Added**
* `clerk.oauth_applications.upload_logo()`: **Added**
* `clerk.organization_domains.verify_ownership()`: **Added**
* `clerk.instance_settings.get_organization_settings()`: **Added**
* `clerk.instance_settings.update_communication()`: **Added**
* `clerk.instance_settings.get_communication()`: **Added**
* `clerk.users.replace_metadata()`: **Added**
* `clerk.m2m.create_token()`:  `request.min_remaining_ttl_seconds` **Added**
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