Skip to content

Commit eeb379b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.493.2
1 parent 652053a commit eeb379b

File tree

101 files changed

+407
-671
lines changed

Some content is hidden

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

101 files changed

+407
-671
lines changed

.speakeasy/gen.lock

Lines changed: 33 additions & 39 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ generation:
99
nameResolutionDec2023: true
1010
parameterOrderingFeb2024: true
1111
requestResponseComponentNamesFeb2024: true
12+
securityFeb2025: false
1213
auth:
1314
oAuth2ClientCredentialsEnabled: true
1415
oAuth2PasswordEnabled: true
1516
csharp:
16-
version: 0.3.0
17+
version: 0.4.0
1718
additionalDependencies:
1819
- package: System.IdentityModel.Tokens.Jwt
1920
version: 8.2.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.473.0
1+
speakeasyVersion: 1.493.2
22
sources:
33
clerk-backend-api-OAS:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:53525efdf49a8b28bf3c77fd74febf52f0f4e563cea7337d3f64ee7690ccf405
6-
sourceBlobDigest: sha256:3508bdedcc9af2c8f425007085f5fe060d7c0b32d0aa9502a44ca5bc6a9b6303
5+
sourceRevisionDigest: sha256:091593901d6ecefb1a6edc0f701eb891de583bf9423f587aa587a2afed9423e7
6+
sourceBlobDigest: sha256:7fed4302fddb8a1a81894fe4228ba40a78a8c724bb3603dcdc32355f649d9c99
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737669739
9+
- speakeasy-sdk-regen-1738022735
1010
- v1
1111
targets:
1212
clerk-backend-api:
1313
source: clerk-backend-api-OAS
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:53525efdf49a8b28bf3c77fd74febf52f0f4e563cea7337d3f64ee7690ccf405
16-
sourceBlobDigest: sha256:3508bdedcc9af2c8f425007085f5fe060d7c0b32d0aa9502a44ca5bc6a9b6303
15+
sourceRevisionDigest: sha256:091593901d6ecefb1a6edc0f701eb891de583bf9423f587aa587a2afed9423e7
16+
sourceBlobDigest: sha256:7fed4302fddb8a1a81894fe4228ba40a78a8c724bb3603dcdc32355f649d9c99
1717
codeSamplesNamespace: clerk-backend-api-oas-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:1d74df474d1eb925efaae16c859fb2f289753caf9eef03ae34f75882f1c8249e
18+
codeSamplesRevisionDigest: sha256:38b50789057cc3e58ce46833e5edf0fdf5006402b4a28d8447b73960fcebd687
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ If the request is correctly authenticated, the token's claims are made available
354354
* [DisableMfa](docs/sdks/users/README.md#disablemfa) - Disable a user's MFA methods
355355
* [DeleteBackupCode](docs/sdks/users/README.md#deletebackupcode) - Disable all user's Backup codes
356356
* [DeletePasskey](docs/sdks/users/README.md#deletepasskey) - Delete a user passkey
357-
* [CreateTotp](docs/sdks/users/README.md#createtotp) - Create a TOTP for a user
358357
* [DeleteTOTP](docs/sdks/users/README.md#deletetotp) - Delete all the user's TOTPs
359358
* [DeleteExternalAccount](docs/sdks/users/README.md#deleteexternalaccount) - Delete External Account
360359

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [csharp v0.3.0] .
4040
### Releases
41-
- [NuGet v0.3.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.3.0 - .
41+
- [NuGet v0.3.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.3.0 - .
42+
43+
## 2025-02-18 00:05:26
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.493.2 (2.512.4) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [csharp v0.4.0] .
50+
### Releases
51+
- [NuGet v0.4.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.4.0 - .

docs/Models/Components/Admin.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
88
| `Status` | [AdminVerificationStatus](../../Models/Components/AdminVerificationStatus.md) | :heavy_check_mark: | N/A | verified |
99
| `Strategy` | [VerificationStrategy](../../Models/Components/VerificationStrategy.md) | :heavy_check_mark: | N/A | admin |
10-
| `Attempts` | *long* | :heavy_minus_sign: | N/A | 0 |
11-
| `ExpireAt` | *long* | :heavy_minus_sign: | N/A | 1620000000 |
10+
| `Attempts` | *long* | :heavy_check_mark: | N/A | 0 |
11+
| `ExpireAt` | *long* | :heavy_check_mark: | N/A | 1620000000 |
12+
| `VerifiedAtClient` | *string* | :heavy_minus_sign: | N/A | |

docs/Models/Components/FromOAuth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| `Strategy` | *string* | :heavy_check_mark: | N/A |
1010
| `Error` | [Error](../../Models/Components/Error.md) | :heavy_minus_sign: | N/A |
1111
| `ExpireAt` | *long* | :heavy_check_mark: | N/A |
12-
| `Attempts` | *long* | :heavy_minus_sign: | N/A |
12+
| `Attempts` | *long* | :heavy_check_mark: | N/A |
13+
| `VerifiedAtClient` | *string* | :heavy_minus_sign: | N/A |

docs/Models/Components/IdentificationLink.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
8-
| `Type` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_check_mark: | N/A | oauth_google |
9-
| `Id` | *string* | :heavy_check_mark: | N/A | link_12345 |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `Type` | *string* | :heavy_check_mark: | N/A | oauth_google |
9+
| `Id` | *string* | :heavy_check_mark: | N/A | link_12345 |

0 commit comments

Comments
 (0)