Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.481.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 2, 2025
1 parent 652053a commit 3c3a3f8
Show file tree
Hide file tree
Showing 75 changed files with 257 additions and 591 deletions.
35 changes: 14 additions & 21 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
version: 0.3.0
version: 0.4.0
additionalDependencies:
- package: System.IdentityModel.Tokens.Jwt
version: 8.2.0
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.473.0
speakeasyVersion: 1.481.1
sources:
clerk-backend-api-OAS:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:53525efdf49a8b28bf3c77fd74febf52f0f4e563cea7337d3f64ee7690ccf405
sourceBlobDigest: sha256:3508bdedcc9af2c8f425007085f5fe060d7c0b32d0aa9502a44ca5bc6a9b6303
sourceRevisionDigest: sha256:86227857141fd8a7f32fc802e9b7516cebd4c0517ee97f5e33977d18aaa4364f
sourceBlobDigest: sha256:d34a8dbbaafab0c2eb262f25a4f8dddff8b28a7d7e1681a502bdc617425f946f
tags:
- latest
- speakeasy-sdk-regen-1737669739
- speakeasy-sdk-regen-1738022735
- v1
targets:
clerk-backend-api:
source: clerk-backend-api-OAS
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:53525efdf49a8b28bf3c77fd74febf52f0f4e563cea7337d3f64ee7690ccf405
sourceBlobDigest: sha256:3508bdedcc9af2c8f425007085f5fe060d7c0b32d0aa9502a44ca5bc6a9b6303
sourceRevisionDigest: sha256:86227857141fd8a7f32fc802e9b7516cebd4c0517ee97f5e33977d18aaa4364f
sourceBlobDigest: sha256:d34a8dbbaafab0c2eb262f25a4f8dddff8b28a7d7e1681a502bdc617425f946f
codeSamplesNamespace: clerk-backend-api-oas-csharp-code-samples
codeSamplesRevisionDigest: sha256:1d74df474d1eb925efaae16c859fb2f289753caf9eef03ae34f75882f1c8249e
codeSamplesRevisionDigest: sha256:d894a75fd298a45e5ccec302910c8bb8bb3ecca1d4a8b1af642959b26b58a243
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ If the request is correctly authenticated, the token's claims are made available
* [DisableMfa](docs/sdks/users/README.md#disablemfa) - Disable a user's MFA methods
* [DeleteBackupCode](docs/sdks/users/README.md#deletebackupcode) - Disable all user's Backup codes
* [DeletePasskey](docs/sdks/users/README.md#deletepasskey) - Delete a user passkey
* [CreateTotp](docs/sdks/users/README.md#createtotp) - Create a TOTP for a user
* [DeleteTOTP](docs/sdks/users/README.md#deletetotp) - Delete all the user's TOTPs
* [DeleteExternalAccount](docs/sdks/users/README.md#deleteexternalaccount) - Delete External Account

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [csharp v0.3.0] .
### Releases
- [NuGet v0.3.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.3.0 - .
- [NuGet v0.3.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.3.0 - .

## 2025-02-02 00:05:29
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.481.1 (2.500.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.4.0] .
### Releases
- [NuGet v0.4.0] https://www.nuget.org/packages/Clerk.BackendAPI/0.4.0 - .
8 changes: 4 additions & 4 deletions docs/Models/Components/IdentificationLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

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

0 comments on commit 3c3a3f8

Please sign in to comment.