Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 12, 2025

SDK update

Versioning

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

Csharp SDK Changes Detected:

  • ClerkBackendApi.BetaFeatures.UpdateInstanceSettings():
    • request.EnhancedEmailDeliverability Removed Breaking ⚠️
  • ClerkBackendApi.InstanceSettings.Update():
    • request.EnhancedEmailDeliverability Removed Breaking ⚠️
  • ClerkBackendApi.Users.BulkUnban(): response.[] Changed
  • ClerkBackendApi.OrganizationInvitations.ListPending(): response.data.[].InviterId Added
  • ClerkBackendApi.Commerce.ListSubscriptionItems(): Deleted Breaking ⚠️
  • ClerkBackendApi.Commerce.CancelSubscriptionItem(): Deleted Breaking ⚠️
  • ClerkBackendApi.Users.Unlock(): response Changed
  • ClerkBackendApi.Users.List(): response.[] Changed
  • ClerkBackendApi.Users.Create(): response Changed
  • ClerkBackendApi.Users.Get(): response Changed
  • ClerkBackendApi.Users.Update(): response Changed
  • ClerkBackendApi.Users.Ban(): response Changed
  • ClerkBackendApi.Users.Unban(): response Changed
  • ClerkBackendApi.Users.BulkBan(): response.[] Changed
  • ClerkBackendApi.Commerce.ListPlans(): Deleted Breaking ⚠️
  • ClerkBackendApi.Billing.ListPlans(): Added
  • ClerkBackendApi.Sessions.Create():
    • request.ActiveOrganizationId Added
  • ClerkBackendApi.Users.SetProfileImage(): response Changed
  • ClerkBackendApi.Users.DeleteProfileImage(): response Changed
  • ClerkBackendApi.Users.UpdateMetadata(): response Changed
  • ClerkBackendApi.Users.GetOrganizationInvitations(): response.data.[].InviterId Added
  • ClerkBackendApi.OrganizationInvitations.GetAll(): response.data.[].InviterId Added
  • ClerkBackendApi.OrganizationInvitations.Create(): response.inviterId Added
  • ClerkBackendApi.OrganizationInvitations.List(): response.data.[].InviterId Added
  • ClerkBackendApi.OrganizationInvitations.BulkCreate(): response.data.[].InviterId Added
  • ClerkBackendApi.Users.Lock(): response Changed
  • ClerkBackendApi.OrganizationInvitations.Get(): response.inviterId Added
  • ClerkBackendApi.OrganizationInvitations.Revoke(): response.inviterId Added
  • ClerkBackendApi.Billing.CancelSubscriptionItem(): Added
  • ClerkBackendApi.Billing.ListSubscriptionItems(): Added
OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (6881:5)❌ 
│ ├──[-] path (6916:5)❌ 
│ ├──[-] path (6982:5)❌ 
│ ├──[+] path (6910:3)
│ ├──[+] path (6875:3)
│ ├──[+] path (6976:3)
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[-] properties (3302:33)❌ 
│ ├─┬/sessions
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (703:17)
│ │         └─┬user_id
│ │           └──[🔀] description (705:32)
│ ├─┬/invitations/bulk
│ │ └─┬POST
│ │   ├──[🔀] description (2957:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] maxItems (2973:25)❌ 
│ │         └──[+] minItems (2972:25)❌ 
│ ├─┬/organizations/{organization_id}/invitations/bulk
│ │ └─┬POST
│ │   ├──[🔀] description (5005:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] maxItems (5039:25)❌ 
│ │         └──[+] minItems (5038:25)❌ 
│ └─┬/instance
│   └─┬PATCH
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └──[-] properties (3633:33)❌ 
├─┬Tags
│ └──[-] Commerce (46:7)❌ 
└─┬Components
  ├──[+] schemas (9187:7)
  ├──[+] schemas (9247:7)
  ├─┬OrganizationInvitationWithPublicOrganizationData
  │ ├──[+] required (10407:11)❌ 
  │ └─┬ALLOF
  │   ├──[+] properties (10366:13)
  │   ├─┬object
  │   │ ├──[-] enum (10218:31)❌ 
  │   │ ├──[-] description (10215:38)
  │   │ └──[+] nullable (10368:25)❌ 
  │   ├─┬private_metadata
  │   │ ├──[-] additionalProperties (10236:47)❌ 
  │   │ └──[🔀] type (10365:21)❌ 
  │   ├─┬role
  │   │ ├──[+] additionalProperties (10373:37)❌ 
  │   │ └──[🔀] type (10372:21)❌ 
  │   ├─┬updated_at
  │   │ ├──[🔀] type (10370:21)❌ 
  │   │ ├──[-] format (10251:33)❌ 
  │   │ └──[-] description (10252:38)
  │   ├─┬organization_id
  │   │ ├──[+] enum (10355:19)
  │   │ └──[+] description (10352:28)
  │   └─┬url
  │     ├──[🔀] type (10390:21)❌ 
  │     ├──[+] format (10391:23)❌ 
  │     ├──[+] description (10392:28)
  │     └──[-] nullable (10239:35)❌ 
  ├─┬OrganizationInvitation
  │ ├──[+] additionalProperties (11012:29)❌ 
  │ ├──[+] required (11078:11)❌ 
  │ ├──[+] properties (11035:9)
  │ ├─┬public_metadata
  │ │ └──[🔀] example (11048:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (11039:17)❌ 
  │ │ ├──[-] format (10919:29)❌ 
  │ │ ├──[-] description (10920:34)
  │ │ └──[🔀] example (11040:20)
  │ ├─┬object
  │ │ ├──[-] enum (10877:27)❌ 
  │ │ ├──[-] description (10874:34)
  │ │ ├──[+] nullable (11037:21)❌ 
  │ │ └──[-] example (10878:30)
  │ ├─┬status
  │ │ └──[-] example (10895:30)
  │ ├─┬organization_id
  │ │ ├──[+] enum (11019:15)
  │ │ ├──[+] description (11016:24)
  │ │ └──[🔀] example (11020:20)
  │ ├─┬role
  │ │ ├──[+] additionalProperties (11043:33)❌ 
  │ │ ├──[🔀] type (11042:17)❌ 
  │ │ └──[🔀] example (11044:20)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (10902:43)❌ 
  │ │ ├──[🔀] type (11033:17)❌ 
  │ │ └──[🔀] example (11034:20)
  │ ├─┬url
  │ │ ├──[🔀] type (11063:17)❌ 
  │ │ ├──[+] format (11064:19)❌ 
  │ │ ├──[+] description (11065:24)
  │ │ ├──[-] nullable (10906:31)❌ 
  │ │ └──[+] example (11066:20)
  │ └─┬role_name
  │   └──[+] example (11029:20)
  ├─┬User
  │ ├──[+] properties (9615:9)
  │ ├──[+] properties (9619:9)
  │ ├──[+] properties (9599:9)
  │ ├─┬primary_web3_wallet_id
  │ │ ├──[+] items (9561:13)❌ 
  │ │ ├──[🔀] type (9559:17)❌ 
  │ │ ├──[-] nullable (9219:31)❌ 
  │ │ └──[🔀] example (9562:20)
  │ ├─┬lockout_expires_in_seconds
  │ │ ├──[🔀] type (9636:17)❌ 
  │ │ ├──[-] format (9335:29)❌ 
  │ │ ├──[🔀] description (9637:24)
  │ │ ├──[-] nullable (9336:31)❌ 
  │ │ └──[🔀] example (9639:20)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (9254:43)❌ 
  │ │ ├──[🔀] type (9505:17)❌ 
  │ │ └──[🔀] example (9506:20)
  │ ├─┬unsafe_metadata
  │ │ ├──[-] additionalProperties (9258:43)❌ 
  │ │ ├──[+] items (9613:13)❌ 
  │ │ ├──[🔀] type (9611:17)❌ 
  │ │ └──[🔀] example (9614:20)
  │ ├─┬totp_enabled
  │ │ ├──[🔀] type (9531:17)❌ 
  │ │ ├──[🔀] example (9533:20)
  │ │ └──[+] deprecated (9532:23)
  │ ├─┬last_active_at
  │ │ ├──[🔀] type (9535:17)❌ 
  │ │ ├──[-] format (9376:29)❌ 
  │ │ ├──[-] description (9378:34)
  │ │ ├──[-] nullable (9377:31)❌ 
  │ │ └──[🔀] example (9536:20)
  │ ├─┬password_enabled
  │ │ ├──[+] items (9622:13)❌ 
  │ │ ├──[🔀] type (9620:17)❌ 
  │ │ └──[-] example (9282:30)
  │ ├─┬external_id
  │ │ ├──[+] items (9608:13)❌ 
  │ │ ├──[🔀] type (9606:17)❌ 
  │ │ ├──[-] nullable (9207:31)❌ 
  │ │ └──[🔀] example (9609:20)
  │ ├─┬mfa_enabled_at
  │ │ ├──[🔀] description (9595:24)
  │ │ └──[🔀] example (9598:20)
  │ ├─┬two_factor_enabled
  │ │ ├──[+] additionalProperties (9542:33)❌ 
  │ │ ├──[🔀] type (9541:17)❌ 
  │ │ └──[🔀] example (9543:20)
  │ ├─┬id
  │ │ ├──[🔀] type (9538:17)❌ 
  │ │ └──[🔀] example (9539:20)
  │ ├─┬passkeys
  │ │ ├──[+] enum (9497:15)
  │ │ ├──[-] items (9278:25)❌ 
  │ │ ├──[🔀] type (9493:17)❌ 
  │ │ ├──[+] description (9494:24)
  │ │ └──[🔀] example (9498:20)
  │ ├─┬web3_wallets
  │ │ ├──[-] items (9273:25)❌ 
  │ │ ├──[🔀] type (9655:17)❌ 
  │ │ ├──[+] format (9656:19)❌ 
  │ │ ├──[+] description (9657:24)
  │ │ └──[🔀] example (9659:20)
  │ ├─┬object
  │ │ ├──[-] enum (9204:27)❌ 
  │ │ ├──[🔀] type (9586:17)❌ 
  │ │ ├──[+] format (9587:19)❌ 
  │ │ ├──[🔀] description (9588:24)
  │ │ ├──[+] nullable (9590:21)❌ 
  │ │ └──[🔀] example (9591:20)
  │ ├─┬public_metadata
  │ │ ├──[-] additionalProperties (9249:43)❌ 
  │ │ ├──[🔀] type (9513:17)❌ 
  │ │ ├──[+] nullable (9512:21)❌ 
  │ │ └──[🔀] example (9514:20)
  │ ├─┬phone_numbers
  │ │ ├──[🔀] example (9572:20)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (8872:13)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (9580:17)❌ 
  │ │ ├──[-] format (9349:29)❌ 
  │ │ ├──[-] description (9350:34)
  │ │ └──[🔀] example (9581:20)
  │ ├─┬verification_attempts_remaining
  │ │ ├──[+] additionalProperties (9551:33)❌ 
  │ │ ├──[🔀] type (9550:17)❌ 
  │ │ ├──[-] format (9342:29)❌ 
  │ │ ├──[-] description (9344:34)
  │ │ ├──[-] nullable (9343:31)❌ 
  │ │ └──[🔀] example (9552:20)
  │ ├─┬image_url
  │ │ └──[🔀] example (9491:20)
  │ ├─┬legal_accepted_at
  │ │ ├──[🔀] description (9627:24)
  │ │ └──[🔀] example (9629:20)
  │ ├─┬username
  │ │ ├──[🔀] type (9577:17)❌ 
  │ │ ├──[-] nullable (9223:31)❌ 
  │ │ └──[🔀] example (9578:20)
  │ ├─┬profile_image_url
  │ │ ├──[+] nullable (9508:21)❌ 
  │ │ ├──[🔀] example (9510:20)
  │ │ └──[-] deprecated (9239:33)
  │ ├─┬last_sign_in_at
  │ │ ├──[🔀] type (9525:17)❌ 
  │ │ ├──[-] format (9318:29)❌ 
  │ │ ├──[-] description (9320:34)
  │ │ └──[🔀] example (9526:20)
  │ ├─┬external_accounts
  │ │ ├──[-] example (9310:30)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (9247:13)❌ 
  │ ├─┬has_image
  │ │ ├──[🔀] type (9521:17)❌ 
  │ │ ├──[+] nullable (9520:21)❌ 
  │ │ └──[🔀] example (9522:20)
  │ ├─┬last_name
  │ │ ├──[🔀] type (9682:17)❌ 
  │ │ ├──[+] format (9683:19)❌ 
  │ │ ├──[+] description (9685:24)
  │ │ └──[🔀] example (9687:20)
  │ ├─┬locale
  │ │ ├──[🔀] type (9689:17)❌ 
  │ │ ├──[+] format (9690:19)❌ 
  │ │ ├──[+] description (9692:24)
  │ │ └──[+] example (9694:20)
  │ ├─┬primary_phone_number_id
  │ │ ├──[🔀] type (9600:17)❌ 
  │ │ ├──[+] format (9601:19)❌ 
  │ │ ├──[+] description (9602:24)
  │ │ └──[-] example (9217:30)
  │ ├─┬saml_accounts
  │ │ ├──[+] additionalProperties (9547:33)❌ 
  │ │ ├──[-] items (9314:25)❌ 
  │ │ ├──[🔀] type (9546:17)❌ 
  │ │ ├──[+] nullable (9545:21)❌ 
  │ │ └──[🔀] example (9548:20)
  │ ├─┬first_name
  │ │ └──[🔀] example (9502:20)
  │ ├─┬mfa_disabled_at
  │ │ └──[🔀] description (9644:24)
  │ ├─┬primary_email_address_id
  │ │ ├──[🔀] type (9574:17)❌ 
  │ │ ├──[-] nullable (9211:31)❌ 
  │ │ └──[🔀] example (9575:20)
  │ └─┬locked
  │   ├──[🔀] type (9529:17)❌ 
  │   ├──[-] description (9330:34)
  │   ├──[+] nullable (9528:21)❌ 
  │   └──[-] example (9332:30)
  └─┬CommercePlan
    └─┬product_id
      └──[+] deprecated (9876:23)
Document Element Total Changes Breaking Changes
components 166 100
paths 16 9
tags 1 1

CSHARP CHANGELOG

core: 3.15.4 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.658.1

@github-actions github-actions bot added the patch Patch version bump label Nov 12, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762905987 branch 4 times, most recently from 80d9453 to 64f1f8f Compare November 16, 2025 00:08
* `ClerkBackendApi.BetaFeatures.UpdateInstanceSettings()`: 
  *  `request.EnhancedEmailDeliverability` **Removed** **Breaking** ⚠️
* `ClerkBackendApi.InstanceSettings.Update()`: 
  *  `request.EnhancedEmailDeliverability` **Removed** **Breaking** ⚠️
* `ClerkBackendApi.Users.BulkUnban()`:  `response.[]` **Changed**
* `ClerkBackendApi.OrganizationInvitations.ListPending()`:  `response.data.[].InviterId` **Added**
* `ClerkBackendApi.Commerce.ListSubscriptionItems()`: **Deleted** **Breaking** ⚠️
* `ClerkBackendApi.Commerce.CancelSubscriptionItem()`: **Deleted** **Breaking** ⚠️
* `ClerkBackendApi.Users.Unlock()`:  `response` **Changed**
* `ClerkBackendApi.Users.List()`:  `response.[]` **Changed**
* `ClerkBackendApi.Users.Create()`:  `response` **Changed**
* `ClerkBackendApi.Users.Get()`:  `response` **Changed**
* `ClerkBackendApi.Users.Update()`:  `response` **Changed**
* `ClerkBackendApi.Users.Ban()`:  `response` **Changed**
* `ClerkBackendApi.Users.Unban()`:  `response` **Changed**
* `ClerkBackendApi.Users.BulkBan()`:  `response.[]` **Changed**
* `ClerkBackendApi.Commerce.ListPlans()`: **Deleted** **Breaking** ⚠️
* `ClerkBackendApi.Billing.ListPlans()`: **Added**
* `ClerkBackendApi.Sessions.Create()`: 
  *  `request.ActiveOrganizationId` **Added**
* `ClerkBackendApi.Users.SetProfileImage()`:  `response` **Changed**
* `ClerkBackendApi.Users.DeleteProfileImage()`:  `response` **Changed**
* `ClerkBackendApi.Users.UpdateMetadata()`:  `response` **Changed**
* `ClerkBackendApi.Users.GetOrganizationInvitations()`:  `response.data.[].InviterId` **Added**
* `ClerkBackendApi.OrganizationInvitations.GetAll()`:  `response.data.[].InviterId` **Added**
* `ClerkBackendApi.OrganizationInvitations.Create()`:  `response.inviterId` **Added**
* `ClerkBackendApi.OrganizationInvitations.List()`:  `response.data.[].InviterId` **Added**
* `ClerkBackendApi.OrganizationInvitations.BulkCreate()`:  `response.data.[].InviterId` **Added**
* `ClerkBackendApi.Users.Lock()`:  `response` **Changed**
* `ClerkBackendApi.OrganizationInvitations.Get()`:  `response.inviterId` **Added**
* `ClerkBackendApi.OrganizationInvitations.Revoke()`:  `response.inviterId` **Added**
* `ClerkBackendApi.Billing.CancelSubscriptionItem()`: **Added**
* `ClerkBackendApi.Billing.ListSubscriptionItems()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762905987 branch from 64f1f8f to c878a3e Compare November 17, 2025 00:07
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