Skip to content

chore: 🐝 Update SDK - Generate 1.0.0#73

Merged
tmilewski merged 2 commits into
mainfrom
speakeasy-sdk-regen-1773275983
Jun 11, 2026
Merged

chore: 🐝 Update SDK - Generate 1.0.0#73
tmilewski merged 2 commits into
mainfrom
speakeasy-sdk-regen-1773275983

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

Speakeasy supports manual control of SDK versioning through multiple methods.

Php SDK Changes:

  • clerkbackend->users->update():
    • requestBody Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • clerkbackend->billing->createPriceTransition(): response Changed (Breaking ⚠️)
  • clerkbackend->billing->extendSubscriptionItemFreeTrial(): response Changed (Breaking ⚠️)
  • clerkbackend->billing->cancelSubscriptionItem(): response Changed (Breaking ⚠️)
  • clerkbackend->billing->listSubscriptionItems(): response.data[] Changed (Breaking ⚠️)
  • clerkbackend->billing->createPrice():
    • request Changed
    • response Changed (Breaking ⚠️)
  • clerkbackend->billing->listPrices(): response.data[] Changed (Breaking ⚠️)
  • clerkbackend->billing->listPlans(): response.data[]->fee Changed (Breaking ⚠️)
  • clerkbackend->organizationdomains->listAll(): response.data[] Changed (Breaking ⚠️)
  • clerkbackend->organizationdomains->update(): response Changed (Breaking ⚠️)
  • clerkbackend->organizationdomains->list(): response.data[] Changed (Breaking ⚠️)
  • clerkbackend->organizationdomains->create(): response Changed (Breaking ⚠️)
  • clerkbackend->organizations->getBillingSubscription(): response Changed (Breaking ⚠️)
  • clerkbackend->organizations->update(): requestBody Changed (Breaking ⚠️)
  • clerkbackend->users->unsetPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerkbackend->users->setPasswordCompromised(): response Changed (Breaking ⚠️)
  • clerkbackend->users->getBillingSubscription(): response Changed (Breaking ⚠️)
  • clerkbackend->users->updateMetadata(): response Changed (Breaking ⚠️)
  • clerkbackend->users->deleteProfileImage(): response Changed (Breaking ⚠️)
  • clerkbackend->users->setProfileImage(): response Changed (Breaking ⚠️)
  • clerkbackend->users->unlock(): response Changed (Breaking ⚠️)
  • clerkbackend->users->lock(): response Changed (Breaking ⚠️)
  • clerkbackend->emailaddresses->create(): response.verification Changed (Breaking ⚠️)
  • clerkbackend->emailaddresses->get(): response.verification Changed (Breaking ⚠️)
  • clerkbackend->users->bulkUnban(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->emailaddresses->update(): response.verification Changed (Breaking ⚠️)
  • clerkbackend->users->bulkBan(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->users->unban(): response Changed (Breaking ⚠️)
  • clerkbackend->users->ban(): response Changed (Breaking ⚠️)
  • clerkbackend->users->list(): response.[] Changed (Breaking ⚠️)
  • clerkbackend->users->create():
    • request Changed
    • response Changed (Breaking ⚠️)
    • error.status[402] Added
  • clerkbackend->users->get(): response Changed (Breaking ⚠️)
  • clerkbackend->admin portal link tokens->createAdminPortalLinkToken(): Added
  • clerkbackend->organizations->replaceMetadata(): Added
  • clerkbackend->phonenumbers->get(): response.verification->union(verification_otp)->channel Added
  • clerkbackend->phonenumbers->create(): response.verification->union(verification_otp)->channel Added
  • clerkbackend->emailaddresses->delete(): error.status[409] Added
  • clerkbackend->admin portal link tokens->revokeAdminPortalLinkToken(): Added
  • clerkbackend->emailaddresses->prepareVerification(): Added
  • clerkbackend->enterpriseconnections->createTestRun(): Added
  • clerkbackend->enterpriseconnections->listTestRuns(): Added
  • clerkbackend->enterpriseconnections->delete(): Added
  • clerkbackend->enterpriseconnections->update(): Added
  • clerkbackend->users->getOrganizationMemberships(): response.data[]->publicUserData->banned Added
  • clerkbackend->enterpriseconnections->get(): Added
  • clerkbackend->enterpriseconnections->create(): Added
  • clerkbackend->users->getInstanceOrganizationMemberships(): response.data[]->publicUserData->banned Added
  • clerkbackend->instancesettings->update():
    • request->preferredSignInStrategyWhenPasswordRequired Added
  • clerkbackend->instancesettings->updateOrganizationSettings():
    • response.maxAllowedDomains Added
    • error.status[403] Added
  • clerkbackend->enterpriseconnections->list(): Added
  • clerkbackend->oauthapplications->uploadLogo(): Added
  • clerkbackend->organizationmemberships->create(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->list(): response.data[]->publicUserData->banned Added
  • clerkbackend->organizationmemberships->update(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->delete(): response.publicUserData->banned Added
  • clerkbackend->organizationmemberships->updateMetadata(): response.publicUserData->banned Added
  • clerkbackend->organizationdomains->verifyOwnership(): Added
  • clerkbackend->phonenumbers->update(): response.verification->union(verification_otp)->channel Added
  • clerkbackend->instancesettings->getOrganizationSettings(): Added
  • clerkbackend->instancesettings->updateCommunication(): Added
  • clerkbackend->samlconnections->list(): Deprecated
  • clerkbackend->samlconnections->list(): response.data[] Changed
  • clerkbackend->samlconnections->create(): Deprecated
  • clerkbackend->samlconnections->create():
    • response Changed
    • error.status[409] Added
  • clerkbackend->samlconnections->get(): Deprecated
  • clerkbackend->samlconnections->get(): response Changed
  • clerkbackend->samlconnections->update(): Deprecated
  • clerkbackend->samlconnections->update():
    • requestBody->allowOrganizationAccountLinking Added
    • response Changed
    • error.status[409] Added
  • clerkbackend->samlconnections->delete(): Deprecated
  • clerkbackend->agenttasks->create(): response.agentTaskId Added
  • clerkbackend->agenttasks->revoke(): response.agentTaskId Added
  • clerkbackend->instancesettings->getCommunication(): Added
  • clerkbackend->users->replaceMetadata(): Added
  • clerkbackend->phonenumbers->replaceForUser(): Added
  • clerkbackend->phonenumbers->attemptVerification(): Added
  • clerkbackend->phonenumbers->prepareVerification(): Added
  • clerkbackend->emailaddresses->replaceForUser(): Added
  • clerkbackend->emailaddresses->attemptVerification(): Added
  • clerkbackend->billing->listStatements(): response.data[]->groups[]->items[]->totals->discounts Added
  • clerkbackend->billing->getStatement(): response.groups[]->items[]->totals->discounts Added
  • clerkbackend->billing->getStatementPaymentAttempts(): response.data[]->totals->discounts Added
  • clerkbackend->m2m->createToken():
    • request->minRemainingTtlSeconds Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (21:12)
├─┬Paths
│ ├──[+] path (483:3)
│ ├──[+] path (817:3)
│ ├──[+] path (9519:3)
│ ├──[+] path (516:3)
│ ├──[+] path (9745:3)
│ ├──[+] path (9516:3)
│ ├──[+] path (8164:3)
│ ├──[+] path (874:3)
│ ├──[+] path (573:3)
│ ├──[+] path (7304:3)
│ ├──[+] path (4221:3)
│ ├──[+] path (6710:3)
│ ├──[+] path (782:3)
│ ├─┬/users
│ │ └─┬POST
│ │   ├──[🔀] description (1792:20)
│ │   ├─┬Responses
│ │   │ └──[+] codes (17985:7)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1988:17)
│ │         ├──[+] properties (1837:17)
│ │         ├──[+] properties (1994:17)
│ │         ├──[+] properties (1860:17)
│ │         ├─┬skip_password_requirement
│ │         │ ├──[+] additionalProperties (1940:41)❌ 
│ │         │ ├──[🔀] type (1938:25)❌ 
│ │         │ ├──[🔀] description (1939:32)
│ │         │ └──[-] nullable (1580:29)❌ 
│ │         ├─┬email_address
│ │         │ ├──[-] items (1525:21)❌ 
│ │         │ ├──[🔀] type (1948:25)❌ 
│ │         │ ├──[🔀] description (1949:32)
│ │         │ └──[+] nullable (1951:29)❌ 
│ │         ├─┬created_at
│ │         │ ├──[🔀] type (1976:25)❌ 
│ │         │ └──[🔀] description (1977:32)
│ │         ├─┬password_digest
│ │         │ └──[🔀] description (1826:32)
│ │         ├─┬username
│ │         │ ├──[🔀] type (1911:25)❌ 
│ │         │ └──[🔀] description (1912:32)
│ │         ├─┬skip_legal_checks
│ │         │ ├──[+] items (1854:21)❌ 
│ │         │ ├──[🔀] type (1852:25)❌ 
│ │         │ ├──[🔀] description (1855:32)
│ │         │ └──[-] nullable (1625:29)❌ 
│ │         ├─┬create_organizations_limit
│ │         │ ├──[🔀] type (1971:25)❌ 
│ │         │ └──[🔀] description (1972:32)
│ │         ├─┬password
│ │         │ └──[🔀] description (1954:32)
│ │         ├─┬phone_number
│ │         │ ├──[-] items (1533:21)❌ 
│ │         │ ├──[🔀] type (1889:25)❌ 
│ │         │ ├──[🔀] description (1890:32)
│ │         │ └──[+] nullable (1893:29)❌ 
│ │         ├─┬public_metadata
│ │         │ └──[🔀] $ref (13767:13)❌ 
│ │         ├─┬private_metadata
│ │         │ ├──[-] additionalProperties (1604:41)❌ 
│ │         │ ├──[🔀] type (1895:25)❌ 
│ │         │ ├──[🔀] description (1896:32)
│ │         │ └──[+] nullable (1900:29)❌ 
│ │         ├─┬password_hasher
│ │         │ └──[🔀] $ref (1995:19)❌ 
│ │         ├─┬bypass_client_trust
│ │         │ └──[🔀] description (1990:32)
│ │         ├─┬locale
│ │         │ └──[🔀] description (1822:32)
│ │         ├─┬last_name
│ │         │ └──[🔀] description (1812:32)
│ │         ├─┬first_name
│ │         │ ├──[+] items (1840:21)❌ 
│ │         │ ├──[🔀] type (1838:25)❌ 
│ │         │ ├──[🔀] description (1844:32)
│ │         │ └──[-] nullable (1513:29)❌ 
│ │         ├─┬skip_user_requirement
│ │         │ ├──[+] additionalProperties (1936:41)❌ 
│ │         │ ├──[🔀] type (1934:25)❌ 
│ │         │ ├──[🔀] description (1935:32)
│ │         │ └──[-] nullable (1633:29)❌ 
│ │         ├─┬create_organization_enabled
│ │         │ └──[🔀] description (1986:32)
│ │         ├─┬external_id
│ │         │ ├──[+] items (1831:21)❌ 
│ │         │ ├──[🔀] type (1829:25)❌ 
│ │         │ ├──[🔀] description (1832:32)
│ │         │ └──[-] nullable (1509:29)❌ 
│ │         ├─┬delete_self_enabled
│ │         │ ├──[🔀] type (1981:25)❌ 
│ │         │ └──[🔀] description (1982:32)
│ │         ├─┬totp_secret
│ │         │ ├──[🔀] type (1957:25)❌ 
│ │         │ └──[🔀] description (1958:32)
│ │         ├─┬unsafe_metadata
│ │         │ ├──[-] additionalProperties (1610:41)❌ 
│ │         │ ├──[🔀] type (1904:25)❌ 
│ │         │ ├──[🔀] description (1905:32)
│ │         │ └──[+] nullable (1909:29)❌ 
│ │         ├─┬skip_password_checks
│ │         │ ├──[+] items (1863:21)❌ 
│ │         │ ├──[🔀] type (1861:25)❌ 
│ │         │ ├──[🔀] description (1867:32)
│ │         │ └──[-] nullable (1573:29)❌ 
│ │         ├─┬web3_wallet
│ │         │ ├──[-] items (1541:21)❌ 
│ │         │ ├──[🔀] type (1963:25)❌ 
│ │         │ ├──[🔀] description (1964:32)
│ │         │ └──[+] nullable (1969:29)❌ 
│ │         └─┬legal_accepted_at
│ │           └──[🔀] description (1818:32)
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (4138:17)
│ │         ├─┬url_based_session_syncing
│ │         │ └──[🔀] description (4105:32)
│ │         ├─┬test_mode
│ │         │ ├──[🔀] type (4114:25)❌ 
│ │         │ └──[-] description (3722:32)
│ │         └─┬support_email
│ │           ├──[+] enum (4143:23)
│ │           ├──[+] enum (4144:23)
│ │           ├──[+] enum (4142:23)
│ │           └──[+] description (4140:32)
│ ├─┬/organizations/{organization_id}/metadata
│ │ └──[+] put (5328:7)
│ ├─┬/saml_connections/{saml_connection_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (7536:20)
│ │ │ ├──[+] deprecated (7531:19)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (16194:13)❌ 
│ │ ├─┬DELETE
│ │ │ ├──[🔀] description (7686:20)
│ │ │ └──[+] deprecated (7681:19)
│ │ └─┬PATCH
│ │   ├──[🔀] description (7563:20)
│ │   ├──[+] deprecated (7558:19)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (17850:7)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16194:13)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7656:17)
│ │         ├─┬allow_subdomains
│ │         │ └──[🔀] description (7658:32)
│ │         ├─┬domains
│ │         │ ├──[-] items (6997:21)❌ 
│ │         │ ├──[🔀] type (7588:25)❌ 
│ │         │ ├──[🔀] description (7589:32)
│ │         │ └──[+] deprecated (7590:31)
│ │         ├─┬idp_sso_url
│ │         │ └──[🔀] description (7612:32)
│ │         ├─┬disable_additional_identifications
│ │         │ └──[🔀] description (7665:32)
│ │         ├─┬domain
│ │         │ ├──[🔀] type (7653:25)❌ 
│ │         │ ├──[🔀] description (7654:32)
│ │         │ └──[-] deprecated (6992:31)
│ │         ├─┬idp_entity_id
│ │         │ └──[🔀] description (7608:32)
│ │         ├─┬organization_id
│ │         │ └──[🔀] description (7585:32)
│ │         ├─┬attribute_mapping
│ │         │ ├──[-] additionalProperties (7028:41)❌ 
│ │         │ ├──[🔀] type (7645:25)❌ 
│ │         │ ├──[🔀] description (7646:32)
│ │         │ ├──[-] properties (7032:21)❌ 
│ │         │ ├──[-] properties (7034:21)❌ 
│ │         │ ├──[-] properties (7036:21)❌ 
│ │         │ └──[-] properties (7030:21)❌ 
│ │         ├─┬name
│ │         │ └──[🔀] description (7604:32)
│ │         ├─┬idp_certificate
│ │         │ ├──[🔀] type (7661:25)❌ 
│ │         │ ├──[🔀] description (7662:32)
│ │         │ └──[-] nullable (7011:29)❌ 
│ │         ├─┬consent_verified_domains_deletion
│ │         │ ├──[+] additionalProperties (7626:41)❌ 
│ │         │ ├──[🔀] type (7623:25)❌ 
│ │         │ ├──[🔀] description (7624:32)
│ │         │ ├──[+] properties (7630:21)
│ │         │ ├──[+] properties (7632:21)
│ │         │ ├──[+] properties (7634:21)
│ │         │ └──[+] properties (7628:21)
│ │         ├─┬force_authn
│ │         │ ├──[+] items (7595:21)❌ 
│ │         │ ├──[🔀] type (7593:25)❌ 
│ │         │ ├──[🔀] description (7597:32)
│ │         │ └──[+] nullable (7596:29)❌ 
│ │         ├─┬idp_metadata_url
│ │         │ └──[🔀] description (7616:32)
│ │         ├─┬sync_user_attributes
│ │         │ ├──[🔀] type (7619:25)❌ 
│ │         │ └──[🔀] description (7620:32)
│ │         └─┬idp_metadata
│ │           └──[🔀] description (7600:32)
│ ├─┬/m2m_tokens
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (11243:17)
│ │         ├─┬seconds_until_expiration
│ │         │ ├──[-] exclusiveMinimum (9670:37)❌ 
│ │         │ ├──[🔀] type (11244:25)❌ 
│ │         │ ├──[+] description (11246:32)
│ │         │ ├──[-] nullable (9668:29)❌ 
│ │         │ └──[+] example (11254:28)
│ │         └─┬token_format
│ │           ├──[-] enum (9663:23)❌ 
│ │           ├──[-] enum (9664:23)❌ 
│ │           ├──[+] exclusiveMinimum (11240:37)❌ 
│ │           ├──[🔀] type (11237:25)❌ 
│ │           ├──[+] minimum (11239:28)❌ 
│ │           ├──[-] default (9665:28)❌ 
│ │           └──[+] nullable (11238:29)❌ 
│ ├─┬/agents/tasks
│ │ └─┬POST
│ │   └──[🔀] description (8249:20)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (17898:7)
│ ├─┬/enterprise_connections
│ │ ├──[+] get (7709:7)
│ │ └──[+] post (7743:7)
│ ├─┬/instance/organization_settings
│ │ ├──[+] get (4345:7)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (17850:7)
│ ├─┬/organizations/{organization_id}
│ │ └─┬PATCH
│ │   ├──[🔀] description (5187:20)
│ │   ├─┬Responses
│ │   │ └─┬402
│ │   │   └──[🔀] description (17985:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[-] properties (4755:17)❌ 
│ │         └──[-] properties (4750:17)❌ 
│ ├─┬/users/{user_id}/metadata
│ │ └──[+] put (2706:7)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ ├──[+] get (7925:7)
│ │ ├──[+] delete (8141:7)
│ │ └──[+] patch (7949:7)
│ ├─┬/saml_connections
│ │ ├─┬GET
│ │ │ ├──[🔀] description (7381:20)
│ │ │ └──[+] deprecated (7376:19)
│ │ └─┬POST
│ │   ├──[🔀] description (7435:20)
│ │   ├──[+] deprecated (7430:19)
│ │   └─┬Responses
│ │     ├──[+] codes (17850:7)
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (16194:13)❌ 
│ └─┬/users/{user_id}
│   └─┬PATCH
│     ├──[🔀] description (2262:20)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[-] properties (2038:17)❌ 
│           ├──[-] properties (2033:17)❌ 
│           ├──[-] properties (2043:17)❌ 
│           ├─┬skip_legal_checks
│           │ └──[🔀] description (2387:32)
│           ├─┬legal_accepted_at
│           │ └──[🔀] description (2383:32)
│           ├─┬created_at
│           │ └──[🔀] description (2395:32)
│           ├─┬totp_secret
│           │ └──[🔀] description (2366:32)
│           └─┬backup_codes
│             └──[🔀] description (2372:32)
├─┬Tags
│ └──[+] Enterprise Connections (118:5)
└─┬Components
  ├──[+] responses (18164:7)
  ├──[+] responses (18445:7)
  ├──[+] responses (17910:7)
  ├──[+] responses (18451:7)
  ├──[+] responses (18439:7)
  ├──[+] responses (18457:7)
  ├──[-] schemas (14331:7)❌ 
  ├──[+] schemas (14341:7)
  ├──[+] schemas (12520:7)
  ├──[+] schemas (15256:7)
  ├──[+] schemas (14361:7)
  ├──[+] schemas (14385:7)
  ├──[+] schemas (14401:7)
  ├──[+] schemas (16501:7)
  ├──[+] schemas (14184:7)
  ├──[+] schemas (14164:7)
  ├──[+] schemas (16586:7)
  ├──[+] schemas (13240:7)
  ├──[+] schemas (13523:7)
  ├──[+] schemas (16486:7)
  ├──[+] schemas (13134:7)
  ├──[+] schemas (16601:7)
  ├──[+] schemas (14307:7)
  ├─┬schemas-CommercePlan
  │ ├─┬annual_monthly_fee
  │ │ └──[🔀] $ref (16951:11)❌ 
  │ ├─┬annual_fee
  │ │ └──[🔀] $ref (16955:11)❌ 
  │ └─┬fee
  │   └──[🔀] $ref (16947:11)❌ 
  ├─┬User
  │ ├──[+] properties (13669:9)
  │ ├──[+] properties (13726:9)
  │ ├─┬email_addresses
  │ │ ├──[-] items (11960:13)❌ 
  │ │ ├──[🔀] type (13670:17)❌ 
  │ │ └──[+] description (13671:24)
  │ ├─┬last_active_at
  │ │ ├──[🔀] type (13584:17)❌ 
  │ │ ├──[-] format (12066:19)❌ 
  │ │ ├──[-] description (12068:24)
  │ │ ├──[-] nullable (12067:21)❌ 
  │ │ └──[-] example (12070:20)
  │ ├─┬legal_accepted_at
  │ │ ├──[🔀] description (13659:24)
  │ │ └──[-] example (12077:20)
  │ ├─┬passkeys
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (13471:20)❌ 
  │ ├─┬locked
  │ │ ├──[🔀] type (13579:17)❌ 
  │ │ ├──[-] description (12027:24)
  │ │ └──[+] nullable (13578:21)❌ 
  │ ├─┬phone_numbers
  │ │ ├──[-] items (11964:13)❌ 
  │ │ ├──[🔀] type (13634:17)❌ 
  │ │ ├──[+] format (13635:19)❌ 
  │ │ ├──[+] description (13636:24)
  │ │ └──[+] nullable (13638:21)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (11915:15)❌ 
  │ │ ├──[🔀] type (13622:17)❌ 
  │ │ ├──[+] format (13623:19)❌ 
  │ │ ├──[🔀] description (13624:24)
  │ │ └──[+] nullable (13626:21)❌ 
  │ ├─┬has_image
  │ │ ├──[🔀] type (13573:17)❌ 
  │ │ └──[+] nullable (13572:21)❌ 
  │ ├─┬username
  │ │ ├──[+] additionalProperties (13596:33)❌ 
  │ │ ├──[🔀] type (13595:17)❌ 
  │ │ └──[-] nullable (11929:21)❌ 
  │ ├─┬last_name
  │ │ ├──[🔀] type (13709:17)❌ 
  │ │ ├──[+] format (13710:19)❌ 
  │ │ ├──[+] description (13712:24)
  │ │ └──[+] example (13714:20)
  │ ├─┬organization_memberships
  │ │ ├──[+] enum (13555:15)
  │ │ ├──[-] items (12014:13)❌ 
  │ │ ├──[🔀] type (13551:17)❌ 
  │ │ └──[+] description (13552:24)
  │ ├─┬public_metadata
  │ │ ├──[-] additionalProperties (11949:33)❌ 
  │ │ ├──[🔀] type (13581:17)❌ 
  │ │ └──[+] deprecated (13582:23)
  │ ├─┬locale
  │ │ ├──[🔀] type (13716:17)❌ 
  │ │ ├──[+] format (13717:19)❌ 
  │ │ ├──[+] description (13719:24)
  │ │ └──[+] example (13721:20)
  │ ├─┬mfa_enabled_at
  │ │ └──[🔀] description (13630:24)
  │ ├─┬id
  │ │ └──[🔀] type (13586:17)❌ 
  │ ├─┬primary_email_address_id
  │ │ ├──[+] items (13604:13)❌ 
  │ │ ├──[🔀] type (13602:17)❌ 
  │ │ └──[-] nullable (11920:21)❌ 
  │ ├─┬lockout_expires_in_seconds
  │ │ ├──[🔀] type (13666:17)❌ 
  │ │ ├──[-] format (12031:19)❌ 
  │ │ ├──[🔀] description (13667:24)
  │ │ └──[-] nullable (12032:21)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (13616:17)❌ 
  │ │ ├──[-] format (12043:19)❌ 
  │ │ └──[-] description (12044:24)
  │ ├─┬saml_accounts
  │ │ ├──[+] additionalProperties (13589:33)❌ 
  │ │ ├──[-] items (12006:13)❌ 
  │ │ └──[🔀] type (13588:17)❌ 
  │ ├─┬unsafe_metadata
  │ │ ├──[-] additionalProperties (11956:33)❌ 
  │ │ └──[🔀] type (13618:17)❌ 
  │ ├─┬mfa_disabled_at
  │ │ └──[🔀] description (13677:24)
  │ ├─┬external_accounts
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (13300:13)❌ 
  │ ├─┬last_sign_in_at
  │ │ ├──[🔀] type (13576:17)❌ 
  │ │ ├──[-] format (12017:19)❌ 
  │ │ └──[-] description (12019:24)
  │ ├─┬password_last_updated_at
  │ │ ├──[🔀] type (13614:17)❌ 
  │ │ ├──[-] format (11995:19)❌ 
  │ │ ├──[-] description (11996:24)
  │ │ └──[-] nullable (11998:21)❌ 
  │ ├─┬password_enabled
  │ │ ├──[+] items (13612:13)❌ 
  │ │ └──[🔀] type (13610:17)❌ 
  │ ├─┬totp_enabled
  │ │ ├──[+] items (13646:13)❌ 
  │ │ └──[🔀] type (13644:17)❌ 
  │ ├─┬web3_wallets
  │ │ ├──[-] items (11968:13)❌ 
  │ │ ├──[🔀] type (13570:17)❌ 
  │ │ └──[+] nullable (13569:21)❌ 
  │ ├─┬external_id
  │ │ ├──[+] items (13642:13)❌ 
  │ │ ├──[🔀] type (13640:17)❌ 
  │ │ └──[-] nullable (11917:21)❌ 
  │ ├─┬two_factor_enabled
  │ │ ├──[-] type (11976:17)❌ 
  │ │ ├──[+] nullable (13727:21)❌ 
  │ │ └──[+] allOf (13523:7)
  │ ├─┬verification_attempts_remaining
  │ │ ├──[🔀] description (13688:24)
  │ │ └──[-] nullable (12038:21)❌ 
  │ ├─┬enterprise_accounts
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (12560:13)❌ 
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (11953:33)❌ 
  │ │ └──[🔀] type (13567:17)❌ 
  │ └─┬profile_image_url
  │   ├──[+] additionalProperties (13593:33)❌ 
  │   ├──[🔀] type (13592:17)❌ 
  │   ├──[+] nullable (13591:21)❌ 
  │   └──[-] deprecated (11942:23)
  ├─┬CommercePerUnitTotalTier
  │ └─┬quantity
  │   └──[🔀] description (14136:24)
  ├─┬BillingPaymentAttempt
  │ └─┬totals
  │   └─┬ALLOF
  │     └──[🔀] $ref (14401:13)❌ 
  ├─┬AgentTask
  │ ├──[+] required (16658:11)❌ 
  │ ├──[+] properties (16642:9)
  │ ├─┬task_id
  │ │ ├──[+] enum (16637:15)
  │ │ └──[-] description (14480:24)
  │ ├─┬object
  │ │ ├──[-] enum (14473:15)❌ 
  │ │ └──[+] description (16644:24)
  │ └─┬url
  │   ├──[🔀] description (16649:24)
  │   └──[+] deprecated (16648:23)
  ├─┬CommerceTotalsResponse
  │ ├──[+] properties (14221:9)
  │ ├─┬grand_total
  │ │ └──[🔀] $ref (14222:11)❌ 
  │ ├─┬per_unit_totals
  │ │ └──[🔀] $ref (13795:13)❌ 
  │ └─┬subtotal
  │   └──[🔀] $ref (14214:11)❌ 
  ├─┬PasswordHasher
  │ └──[🔀] description (13768:20)
  ├─┬CommerceSubscriptionItemNextPaymentResponse
  │ ├──[+] properties (14239:9)
  │ ├──[+] properties (14244:9)
  │ └─┬amount
  │   └──[🔀] description (14233:24)
  ├─┬OrganizationDomain
  │ ├──[+] required (15790:11)❌ 
  │ ├──[+] required (15791:11)❌ 
  │ ├──[+] properties (15739:9)
  │ ├──[+] properties (15746:9)
  │ ├─┬name
  │ │ └──[🔀] description (15721:24)
  │ ├─┬enrollment_mode
  │ │ ├──[-] enum (13888:15)❌ 
  │ │ ├──[-] enum (13889:15)❌ 
  │ │ ├──[-] enum (13887:15)❌ 
  │ │ ├──[🔀] type (15776:17)❌ 
  │ │ ├──[+] format (15777:19)❌ 
  │ │ └──[🔀] description (15778:24)
  │ ├─┬public_organization_data
  │ │ ├──[🔀] type (15723:17)❌ 
  │ │ ├──[🔀] description (15724:24)
  │ │ ├──[-] nullable (13910:21)❌ 
  │ │ └──[-] allOf (13017:7)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (15740:17)❌ 
  │ │ ├──[-] format (13916:19)❌ 
  │ │ ├──[🔀] description (15744:24)
  │ │ ├──[+] nullable (15741:21)❌ 
  │ │ └──[+] allOf (15679:7)
  │ ├─┬total_pending_suggestions
  │ │ ├──[🔀] type (15770:17)❌ 
  │ │ ├──[-] format (13906:19)❌ 
  │ │ ├──[🔀] description (15774:24)
  │ │ ├──[+] nullable (15771:21)❌ 
  │ │ └──[+] allOf (14839:7)
  │ ├─┬total_pending_invitations
  │ │ ├──[🔀] type (15747:17)❌ 
  │ │ ├──[-] format (13902:19)❌ 
  │ │ ├──[🔀] description (15751:24)
  │ │ ├──[+] nullable (15748:21)❌ 
  │ │ └──[+] allOf (15679:7)
  │ ├─┬verification
  │ │ ├──[🔀] type (15766:17)❌ 
  │ │ ├──[+] format (15767:19)❌ 
  │ │ ├──[🔀] description (15768:24)
  │ │ ├──[-] nullable (13896:21)❌ 
  │ │ └──[-] allOf (13838:7)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (13873:15)❌ 
  │ │ └──[🔀] description (15727:24)
  │ ├─┬organization_id
  │ │ ├──[+] enum (15718:15)
  │ │ └──[🔀] description (15715:24)
  │ ├─┬id
  │ │ ├──[+] enum (15732:15)
  │ │ ├──[+] enum (15733:15)
  │ │ ├──[+] enum (15734:15)
  │ │ └──[🔀] description (15730:24)
  │ └─┬updated_at
  │   ├──[🔀] format (15763:19)❌ 
  │   └──[🔀] description (15764:24)
  ├─┬SAMLAccount
  │ └─┬saml_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (13134:13)❌ 
  ├─┬CommercePerUnitTotal
  │ ├─┬block_size
  │ │ └──[🔀] description (14157:24)
  │ ├─┬name
  │ │ └──[🔀] description (14153:24)
  │ └─┬tiers
  │   └──[🔀] description (14162:24)
  ├─┬EnterpriseConnection
  │ ├──[-] additionalProperties (11625:29)❌ 
  │ ├──[+] required (16319:11)❌ 
  │ ├──[+] required (16320:11)❌ 
  │ ├──[-] required (11669:11)❌ 
  │ ├──[-] required (11672:11)❌ 
  │ ├──[-] required (11674:11)❌ 
  │ ├──[-] required (11675:11)❌ 
  │ ├──[-] required (11673:11)❌ 
  │ ├──[-] required (11667:11)❌ 
  │ ├──[+] properties (16353:9)
  │ ├──[+] properties (16356:9)
  │ ├──[+] properties (16428:9)
  │ ├──[+] properties (16343:9)
  │ ├──[+] properties (16381:9)
  │ ├──[-] properties (11651:9)❌ 
  │ ├──[-] properties (11649:9)❌ 
  │ ├──[-] properties (11638:9)❌ 
  │ ├──[-] properties (11629:9)❌ 
  │ ├──[-] anyOf (11679:11)❌ 
  │ ├──[-] anyOf (11681:11)❌ 
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (16382:17)❌ 
  │ │ ├──[+] description (16384:24)
  │ │ ├──[+] nullable (16383:21)❌ 
  │ │ ├──[+] properties (16404:13)
  │ │ ├──[+] properties (16416:13)
  │ │ ├──[+] properties (16419:13)
  │ │ ├──[+] properties (16422:13)
  │ │ ├──[+] properties (16425:13)
  │ │ ├──[+] properties (16386:13)
  │ │ ├──[+] properties (16392:13)
  │ │ ├──[+] properties (16400:13)
  │ │ ├──[+] properties (16396:13)
  │ │ ├──[+] properties (16389:13)
  │ │ ├──[+] properties (16408:13)
  │ │ └──[+] properties (16412:13)
  │ ├─┬created_at
  │ │ ├──[+] items (16360:13)❌ 
  │ │ ├──[🔀] type (16357:17)❌ 
  │ │ ├──[-] format (11657:19)❌ 
  │ │ └──[🔀] description (16358:24)
  │ ├─┬domains
  │ │ ├──[-] items (11644:13)❌ 
  │ │ ├──[🔀] type (16325:17)❌ 
  │ │ └──[+] description (16326:24)
  │ ├─┬active
  │ │ └──[+] description (16337:24)
  │ ├─┬name
  │ │ ├──[🔀] type (16429:17)❌ 
  │ │ ├──[+] description (16431:24)
  │ │ ├──[+] nullable (16430:21)❌ 
  │ │ ├──[+] properties (16450:13)
  │ │ ├──[+] properties (16442:13)
  │ │ ├──[+] properties (16469:13)
  │ │ ├──[+] properties (16446:13)
  │ │ ├──[+] properties (16433:13)
  │ │ ├──[+] properties (16465:13)
  │ │ ├──[+] properties (16436:13)
  │ │ ├──[+] properties (16439:13)
  │ │ ├──[+] properties (16462:13)
  │ │ ├──[+] properties (16454:13)
  │ │ ├──[+] properties (16473:13)
  │ │ └──[+] properties (16458:13)
  │ ├─┬disable_additional_identifications
  │ │ └──[+] description (16352:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16348:17)❌ 
  │ │ ├──[-] format (11662:19)❌ 
  │ │ └──[🔀] description (16349:24)
  │ ├─┬logo_public_url
  │ │ ├──[+] description (16329:24)
  │ │ └──[-] nullable (11637:21)❌ 
  │ └─┬id
  │   └──[+] nullable (16334:21)❌ 
  ├─┬OrganizationMembershipPublicUserData
  │ ├──[+] properties (13461:9)
  │ ├─┬profile_image_url
  │ │ └──[-] deprecated (11834:23)
  │ ├─┬has_image
  │ │ ├──[🔀] type (13442:17)❌ 
  │ │ └──[+] nullable (13443:21)❌ 
  │ ├─┬first_name
  │ │ ├──[🔀] type (13462:17)❌ 
  │ │ └──[-] nullable (11827:21)❌ 
  │ ├─┬identifier
  │ │ ├──[🔀] type (13454:17)❌ 
  │ │ └──[-] nullable (11841:21)❌ 
  │ ├─┬image_url
  │ │ └──[+] nullable (13457:21)❌ 
  │ ├─┬username
  │ │ └──[🔀] nullable (13440:21)❌ 
  │ ├─┬user_id
  │ │ ├──[🔀] nullable (13449:21)❌ 
  │ │ └──[+] deprecated (13450:23)
  │ └─┬last_name
  │   └──[-] nullable (11830:21)❌ 
  ├─┬CommerceSubscriptionItemSeatsResponse
  │ └──[+] properties (14333:9)
  ├─┬CommercePlan
  │ └─┬fee
  │   └──[🔀] $ref (13984:11)❌ 
  ├─┬OrganizationDomainVerification
  │ ├──[+] required (15708:11)❌ 
  │ ├──[+] properties (15697:9)
  │ └─┬status
  │   ├──[-] enum (13845:15)❌ 
  │   ├──[-] enum (13846:15)❌ 
  │   └──[🔀] description (15684:24)
  ├─┬OrganizationSettings
  │ ├──[+] required (15342:11)❌ 
  │ ├──[+] properties (15306:9)
  │ ├─┬max_allowed_roles
  │ │ ├──[+] description (15310:24)
  │ │ └──[+] deprecated (15309:23)
  │ ├─┬max_allowed_permissions
  │ │ ├──[-] description (13470:24)
  │ │ └──[-] deprecated (13469:23)
  │ ├─┬slug_disabled
  │ │ ├──[+] enum (15297:15)
  │ │ ├──[🔀] type (15294:17)❌ 
  │ │ └──[+] description (15295:24)
  │ └─┬object
  │   ├──[-] enum (13459:15)❌ 
  │   ├──[🔀] type (15305:17)❌ 
  │   └──[-] description (13457:24)
  ├─┬BillingPriceResponse
  │ ├──[+] required (16739:11)❌ 
  │ ├──[+] properties (16788:9)
  │ ├─┬fee
  │ │ └──[🔀] $ref (16770:11)❌ 
  │ └─┬annual_monthly_fee
  │   └──[🔀] $ref (16774:11)❌ 
  ├─┬SAMLConnections
  │ └─┬data
  │   └─┬Schema
  │     └──[🔀] $ref (16194:13)❌ 
  ├─┬SAMLConnection
  │ ├──[-] additionalProperties (11519:29)❌ 
  │ ├──[+] required (16277:11)❌ 
  │ ├──[+] required (16284:11)❌ 
  │ ├──[+] required (16288:11)❌ 
  │ ├──[+] required (16274:11)❌ 
  │ ├──[+] required (16285:11)❌ 
  │ ├──[+] required (16276:11)❌ 
  │ ├──[+] required (16283:11)❌ 
  │ ├──[+] required (16286:11)❌ 
  │ ├──[+] required (16287:11)❌ 
  │ ├──[+] required (16270:11)❌ 
  │ ├──[+] required (16273:11)❌ 
  │ ├──[+] required (16278:11)❌ 
  │ ├──[+] required (16281:11)❌ 
  │ ├──[+] required (16275:11)❌ 
  │ ├──[+] properties (16226:9)
  │ ├──[+] properties (16251:9)
  │ ├──[+] properties (16235:9)
  │ ├──[+] properties (16256:9)
  │ ├──[+] properties (16253:9)
  │ ├──[+] properties (16217:9)
  │ ├──[+] properties (16211:9)
  │ ├──[+] properties (16223:9)
  │ ├──[+] properties (16220:9)
  │ ├──[+] properties (16214:9)
  │ ├──[+] properties (16196:9)
  │ ├──[+] properties (16232:9)
  │ ├──[+] properties (16228:9)
  │ ├──[+] properties (16230:9)
  │ ├──[+] properties (16241:9)
  │ ├─┬active
  │ │ └──[🔀] type (16227:17)❌ 
  │ ├─┬id
  │ │ └──[🔀] type (16250:17)❌ 
  │ ├─┬sync_user_attributes
  │ │ ├──[🔀] type (16257:17)❌ 
  │ │ └──[+] nullable (16258:21)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16254:17)❌ 
  │ │ ├──[-] format (11551:19)❌ 
  │ │ └──[🔀] description (16255:24)
  │ ├─┬domains
  │ │ ├──[-] items (11531:13)❌ 
  │ │ ├──[🔀] type (16260:17)❌ 
  │ │ ├──[+] format (16261:19)❌ 
  │ │ └──[+] description (16262:24)
  │ ├─┬domain
  │ │ └──[🔀] $ref (16177:13)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (16252:17)❌ 
  │ │ ├──[-] format (11546:19)❌ 
  │ │ └──[-] description (11547:24)
  │ ├─┬name
  │ │ └──[+] deprecated (16206:23)
  │ └─┬provider
  │   ├──[+] items (16210:13)❌ 
  │   └──[🔀] type (16208:17)❌ 
  ├─┬verification_otp
  │ ├──[+] properties (12329:9)
  │ ├─┬object
  │ │ ├──[-] enum (10726:15)❌ 
  │ │ ├──[🔀] type (12327:17)❌ 
  │ │ └──[+] nullable (12328:21)❌ 
  │ ├─┬verified_at_client
  │ │ ├──[+] enum (12322:15)
  │ │ ├──[+] enum (12320:15)
  │ │ ├──[+] enum (12321:15)
  │ │ ├──[-] nullable (10749:21)❌ 
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (12317:39)
  │ ├─┬strategy
  │ │ ├──[+] enum (12312:15)
  │ │ ├──[+] enum (12313:15)
  │ │ ├──[+] enum (12314:15)
  │ │ ├──[+] enum (12315:15)
  │ │ ├──[-] enum (10738:15)❌ 
  │ │ ├──[-] enum (10739:15)❌ 
  │ │ ├──[-] enum (10740:15)❌ 
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (10735:39)❌ 
  │ ├─┬status
  │ │ ├──[+] enum (12308:15)
  │ │ ├──[-] enum (10730:15)❌ 
  │ │ ├──[-] enum (10731:15)❌ 
  │ │ ├──[-] enum (10732:15)❌ 
  │ │ └──[-] enum (10733:15)❌ 
  │ └─┬expire_at
  │   ├──[🔀] type (12330:17)❌ 
  │   └──[+] description (12332:24)
  ├─┬EnterpriseAccount
  │ └─┬enterprise_connection
  │   └─┬ONEOF
  │     └──[🔀] $ref (13240:13)❌ 
  ├─┬CommerceSubscriptionNextPayment
  │ ├──[+] properties (14578:9)
  │ └──[+] properties (14583:9)
  ├─┬EmailAddress
  │ └─┬verification
  │   ├──[+] oneOf (12520:7)
  │   └──Discriminator
  ├─┬CommerceSubscriptionItem
  │ └─┬totals
  │   └─┬ALLOF
  │     └──[🔀] $ref (14401:13)❌ 
  └─┬CreateBillingPriceRequest
    ├──[+] properties (16838:9)
    ├─┬annual_monthly_amount
    │ ├──[🔀] description (16834:24)
    │ └──[+] nullable (16833:21)❌ 
    └─┬amount
      ├──[🔀] description (16829:24)
      └──[+] nullable (16828:21)❌ 
Document Element Total Changes Breaking Changes
info 1 0
paths 181 76
tags 1 0
components 372 201

View full report

Linting Report 0 errors, 10 warnings, 74 hints

View full report

PHP CHANGELOG

core: 3.9.23 - 2026-05-26

🐝 New Features

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

core: 3.9.22 - 2026-03-26

🐛 Bug Fixes

  • stabilize phpstan and pint config generation against toolchain drift (commit by @tristanspeakeasy)

core: 3.9.21 - 2026-03-25

🐛 Bug Fixes

  • remove unused namespace use-imports for array fields referencing custom model namespaces (commit by @AshGodfrey)

core: 3.9.20 - 2026-03-10

🐛 Bug Fixes

  • Pin laravel/pint to 1.21.2 in generated PHP SDK dev dependencies to avoid formatter drift breaking pint --test [force-gen]

core: 3.9.19 - 2026-03-10

🐝 New Features

  • Migrated formatter for improved performance (commit by @bflad)

examples: 2.81.8 - 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)

flattening: 2.81.2 - 2026-03-31

🐛 Bug Fixes

  • sort nullable parameters after required parameters in method signatures to avoid PHP 8.0+ deprecation warnings (commit by @AshGodfrey)

globalSecurity: 2.81.12 - 2026-03-25

🐛 Bug Fixes

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

globalSecurity: 2.81.11 - 2026-03-24

🐛 Bug Fixes

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

unions: 0.1.8 - 2026-06-01

🐛 Bug Fixes

  • prevent a TypeError when serializing a union containing an empty array or a discriminated union member (commit by @AshGodfrey)

Based on Speakeasy CLI 1.777.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Mar 12, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 42ab373 to 0a94914 Compare March 19, 2026 00:48
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from f54ed55 to 23bec7e Compare March 26, 2026 00:51
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 93c40ab to be680a1 Compare April 2, 2026 00:49
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 5569113 to 3945f31 Compare April 9, 2026 00:44
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch from 5d0cccb to d3141d7 Compare April 10, 2026 00:52
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 7 times, most recently from 8b6e95d to 835573c Compare April 30, 2026 01:03
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 8 times, most recently from 8f4df91 to 96b04ef Compare May 8, 2026 01:03
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 8 times, most recently from b7c40d5 to 429bf78 Compare May 16, 2026 01:02
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773275983 branch 4 times, most recently from 0d2e208 to 80de1bb Compare May 20, 2026 01:12
speakeasybot and others added 2 commits June 11, 2026 20:07
* `clerkbackend->users->update()`: 
  *  `requestBody` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->createPriceTransition()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->extendSubscriptionItemFreeTrial()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->cancelSubscriptionItem()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listSubscriptionItems()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->createPrice()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listPrices()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerkbackend->billing->listPlans()`:  `response.data[]->fee` **Changed** (Breaking ⚠️)
* `clerkbackend->organizationdomains->listAll()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerkbackend->organizationdomains->update()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->organizationdomains->list()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `clerkbackend->organizationdomains->create()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->organizations->getBillingSubscription()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->organizations->update()`:  `requestBody` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unsetPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->setPasswordCompromised()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->getBillingSubscription()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->updateMetadata()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->deleteProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->setProfileImage()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unlock()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->lock()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->emailaddresses->create()`:  `response.verification` **Changed** (Breaking ⚠️)
* `clerkbackend->emailaddresses->get()`:  `response.verification` **Changed** (Breaking ⚠️)
* `clerkbackend->users->bulkUnban()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->emailaddresses->update()`:  `response.verification` **Changed** (Breaking ⚠️)
* `clerkbackend->users->bulkBan()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->users->unban()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->ban()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->users->list()`:  `response.[]` **Changed** (Breaking ⚠️)
* `clerkbackend->users->create()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[402]` **Added**
* `clerkbackend->users->get()`:  `response` **Changed** (Breaking ⚠️)
* `clerkbackend->admin portal link tokens->createAdminPortalLinkToken()`: **Added**
* `clerkbackend->organizations->replaceMetadata()`: **Added**
* `clerkbackend->phonenumbers->get()`:  `response.verification->union(verification_otp)->channel` **Added**
* `clerkbackend->phonenumbers->create()`:  `response.verification->union(verification_otp)->channel` **Added**
* `clerkbackend->emailaddresses->delete()`:  `error.status[409]` **Added**
* `clerkbackend->admin portal link tokens->revokeAdminPortalLinkToken()`: **Added**
* `clerkbackend->emailaddresses->prepareVerification()`: **Added**
* `clerkbackend->enterpriseconnections->createTestRun()`: **Added**
* `clerkbackend->enterpriseconnections->listTestRuns()`: **Added**
* `clerkbackend->enterpriseconnections->delete()`: **Added**
* `clerkbackend->enterpriseconnections->update()`: **Added**
* `clerkbackend->users->getOrganizationMemberships()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->enterpriseconnections->get()`: **Added**
* `clerkbackend->enterpriseconnections->create()`: **Added**
* `clerkbackend->users->getInstanceOrganizationMemberships()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->instancesettings->update()`: 
  *  `request->preferredSignInStrategyWhenPasswordRequired` **Added**
* `clerkbackend->instancesettings->updateOrganizationSettings()`: 
  *  `response.maxAllowedDomains` **Added**
  *  `error.status[403]` **Added**
* `clerkbackend->enterpriseconnections->list()`: **Added**
* `clerkbackend->oauthapplications->uploadLogo()`: **Added**
* `clerkbackend->organizationmemberships->create()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->list()`:  `response.data[]->publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->update()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->delete()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationmemberships->updateMetadata()`:  `response.publicUserData->banned` **Added**
* `clerkbackend->organizationdomains->verifyOwnership()`: **Added**
* `clerkbackend->phonenumbers->update()`:  `response.verification->union(verification_otp)->channel` **Added**
* `clerkbackend->instancesettings->getOrganizationSettings()`: **Added**
* `clerkbackend->instancesettings->updateCommunication()`: **Added**
* `clerkbackend->samlconnections->list()`: **Deprecated**
* `clerkbackend->samlconnections->list()`:  `response.data[]` **Changed**
* `clerkbackend->samlconnections->create()`: **Deprecated**
* `clerkbackend->samlconnections->create()`: 
  *  `response` **Changed**
  *  `error.status[409]` **Added**
* `clerkbackend->samlconnections->get()`: **Deprecated**
* `clerkbackend->samlconnections->get()`:  `response` **Changed**
* `clerkbackend->samlconnections->update()`: **Deprecated**
* `clerkbackend->samlconnections->update()`: 
  *  `requestBody->allowOrganizationAccountLinking` **Added**
  *  `response` **Changed**
  *  `error.status[409]` **Added**
* `clerkbackend->samlconnections->delete()`: **Deprecated**
* `clerkbackend->agenttasks->create()`:  `response.agentTaskId` **Added**
* `clerkbackend->agenttasks->revoke()`:  `response.agentTaskId` **Added**
* `clerkbackend->instancesettings->getCommunication()`: **Added**
* `clerkbackend->users->replaceMetadata()`: **Added**
* `clerkbackend->phonenumbers->replaceForUser()`: **Added**
* `clerkbackend->phonenumbers->attemptVerification()`: **Added**
* `clerkbackend->phonenumbers->prepareVerification()`: **Added**
* `clerkbackend->emailaddresses->replaceForUser()`: **Added**
* `clerkbackend->emailaddresses->attemptVerification()`: **Added**
* `clerkbackend->billing->listStatements()`:  `response.data[]->groups[]->items[]->totals->discounts` **Added**
* `clerkbackend->billing->getStatement()`:  `response.groups[]->items[]->totals->discounts` **Added**
* `clerkbackend->billing->getStatementPaymentAttempts()`:  `response.data[]->totals->discounts` **Added**
* `clerkbackend->m2m->createToken()`: 
  *  `request->minRemainingTtlSeconds` **Added**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants