Skip to content

Commit d550947

Browse files
committed
## 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**
1 parent 6a9a057 commit d550947

File tree

116 files changed

+3236
-905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+3236
-905
lines changed

.speakeasy/gen.lock

Lines changed: 80 additions & 32 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.14.0
28+
version: 0.14.1
2929
additionalDependencies:
3030
- package: Microsoft.AspNetCore
3131
version: 2.3.0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.653.0
1+
speakeasyVersion: 1.656.2
22
sources:
33
clerk-backend-api-OAS:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:c2c6ab8c4ff4517e23971b57ad56df2b8d811171bef623e0714e8071843bc04b
6-
sourceBlobDigest: sha256:5e8bc9d932d2c4226fc20d5ed7ff34316327db4a92b4fae650ecffd120f194bc
5+
sourceRevisionDigest: sha256:22ebf732600e68fc39dc4b450cb3c3d8b1991974517f05183648a788a2a27b0b
6+
sourceBlobDigest: sha256:0399386c3b7068d9c9b4eb05a57965c6558205ffec4a095a384f7e4f664ac360
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761696400
9+
- speakeasy-sdk-regen-1762905987
1010
- "2025-11-10"
1111
targets:
1212
clerk-backend-api:
1313
source: clerk-backend-api-OAS
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:c2c6ab8c4ff4517e23971b57ad56df2b8d811171bef623e0714e8071843bc04b
16-
sourceBlobDigest: sha256:5e8bc9d932d2c4226fc20d5ed7ff34316327db4a92b4fae650ecffd120f194bc
15+
sourceRevisionDigest: sha256:22ebf732600e68fc39dc4b450cb3c3d8b1991974517f05183648a788a2a27b0b
16+
sourceBlobDigest: sha256:0399386c3b7068d9c9b4eb05a57965c6558205ffec4a095a384f7e4f664ac360
1717
codeSamplesNamespace: clerk-backend-api-oas-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:0e48b293cface580098eb1be753a1a8a4e24a506dfa05967395302cfe9f906f9
18+
codeSamplesRevisionDigest: sha256:35b03b846e0f5d2f2df87517fdda40cb58fb87e118aaf0526e64b7f0455414ef
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ public class MachineAuthentication
184184

185185
### [Billing](docs/sdks/billing/README.md)
186186

187+
* [ListPlans](docs/sdks/billing/README.md#listplans) - List all billing plans
188+
* [ListSubscriptionItems](docs/sdks/billing/README.md#listsubscriptionitems) - List all subscription items
189+
* [CancelSubscriptionItem](docs/sdks/billing/README.md#cancelsubscriptionitem) - Cancel a subscription item
187190
* [ExtendSubscriptionItemFreeTrial](docs/sdks/billing/README.md#extendsubscriptionitemfreetrial) - Extend free trial for a subscription item
188191
* [ListStatements](docs/sdks/billing/README.md#liststatements) - List all billing statements
189192
* [GetStatement](docs/sdks/billing/README.md#getstatement) - Retrieve a billing statement
@@ -201,12 +204,6 @@ public class MachineAuthentication
201204
* [Verify](docs/sdks/clients/README.md#verify) - Verify a client
202205
* [Get](docs/sdks/clients/README.md#get) - Get a client
203206

204-
### [Commerce](docs/sdks/commerce/README.md)
205-
206-
* [ListPlans](docs/sdks/commerce/README.md#listplans) - List all commerce plans
207-
* [ListSubscriptionItems](docs/sdks/commerce/README.md#listsubscriptionitems) - List all subscription items
208-
* [CancelSubscriptionItem](docs/sdks/commerce/README.md#cancelsubscriptionitem) - Cancel a subscription item
209-
210207
### [Domains](docs/sdks/domains/README.md)
211208

212209
* [List](docs/sdks/domains/README.md#list) - List all instance domains

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,14 @@ Based on:
218218
### Generated
219219
- [csharp v0.14.0] .
220220
### Releases
221-
- [NuGet v0.14.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.14.0 - .
221+
- [NuGet v0.14.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.14.0 - .
222+
223+
## 2025-11-14 00:06:01
224+
### Changes
225+
Based on:
226+
- OpenAPI Doc
227+
- Speakeasy CLI 1.656.2 (2.753.6) https://github.com/speakeasy-api/speakeasy
228+
### Generated
229+
- [csharp v0.14.1] .
230+
### Releases
231+
- [NuGet v0.14.1] https://www.nuget.org/packages/Clerk.BackendAPI/0.14.1 - .
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ClerkErrorErrorEnterpriseAccountMeta
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------- | ----------- | ----------- | ----------- |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ClerkErrorErrorEnterpriseAccountVerificationMeta
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------- | ----------- | ----------- | ----------- |

docs/Models/Components/CommercePlan.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EnterpriseAccount
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8+
| `Id` | *string* | :heavy_check_mark: | N/A |
9+
| `Object` | [EnterpriseAccountObject](../../Models/Components/EnterpriseAccountObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
10+
| `Protocol` | [Protocol](../../Models/Components/Protocol.md) | :heavy_minus_sign: | The authentication protocol used to sign in.<br/> |
11+
| `Provider` | *string* | :heavy_check_mark: | N/A |
12+
| `Active` | *bool* | :heavy_check_mark: | N/A |
13+
| `EmailAddress` | *string* | :heavy_check_mark: | N/A |
14+
| `FirstName` | *string* | :heavy_minus_sign: | N/A |
15+
| `LastName` | *string* | :heavy_minus_sign: | N/A |
16+
| `ProviderUserId` | *string* | :heavy_minus_sign: | The unique ID of the user in the external provider's system |
17+
| `EnterpriseConnectionId` | *string* | :heavy_minus_sign: | N/A |
18+
| `PublicMetadata` | Dictionary<String, *object*> | :heavy_minus_sign: | N/A |
19+
| `Verification` | [EnterpriseAccountVerification](../../Models/Components/EnterpriseAccountVerification.md) | :heavy_check_mark: | N/A |
20+
| `EnterpriseConnection` | [EnterpriseConnection](../../Models/Components/EnterpriseConnection.md) | :heavy_minus_sign: | N/A |
21+
| `LastAuthenticatedAt` | *long* | :heavy_minus_sign: | Unix timestamp of last authentication.<br/> |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EnterpriseAccountObject
2+
3+
String representing the object's type. Objects of the same type share the same value.
4+
5+
6+
7+
## Values
8+
9+
| Name | Value |
10+
| ------------------- | ------------------- |
11+
| `EnterpriseAccount` | enterprise_account |

0 commit comments

Comments
 (0)