Skip to content

Commit

Permalink
Merge pull request #9 from clerk/speakeasy-sdk-regen-1732579558
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.3
  • Loading branch information
logangingerich authored Nov 27, 2024
2 parents fc822f9 + bd290c4 commit 95ff007
Show file tree
Hide file tree
Showing 67 changed files with 355 additions and 344 deletions.
269 changes: 135 additions & 134 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.2.2
version: 0.2.3
additionalDependencies:
- package: System.IdentityModel.Tokens.Jwt
version: 8.2.0
Expand Down
18 changes: 9 additions & 9 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.445.2
speakeasyVersion: 1.448.0
sources:
clerk-backend-api-OAS:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:1b9965b9c97a7e5df88e302f937e5782c6fb149a59f167ea908ea9b8befc129e
sourceBlobDigest: sha256:5d6a29bf9f0008381585f32700a84d502810125ee4086e99723a70dd15e6d0f3
sourceRevisionDigest: sha256:ca22548efe6d97316f5ea46789a2e0e7487f4a27a57f383f1bcfe378f8807a23
sourceBlobDigest: sha256:ee32be2459f93da2d088dfa4a993ab0ef5af064cdff4a3dc40bb492cfb630001
tags:
- latest
- speakeasy-sdk-regen-1732565431
- speakeasy-sdk-regen-1732579558
- v1
targets:
clerk-backend-api:
source: clerk-backend-api-OAS
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:1b9965b9c97a7e5df88e302f937e5782c6fb149a59f167ea908ea9b8befc129e
sourceBlobDigest: sha256:5d6a29bf9f0008381585f32700a84d502810125ee4086e99723a70dd15e6d0f3
codeSamplesNamespace: clerk-backend-api-oas-code-samples
codeSamplesRevisionDigest: sha256:4d91ab90159cf2d6517cd23430f01ca4e7886a3de29accc98ea680b35a874acb
sourceRevisionDigest: sha256:ca22548efe6d97316f5ea46789a2e0e7487f4a27a57f383f1bcfe378f8807a23
sourceBlobDigest: sha256:ee32be2459f93da2d088dfa4a993ab0ef5af064cdff4a3dc40bb492cfb630001
codeSamplesNamespace: clerk-backend-api-oas-csharp-code-samples
codeSamplesRevisionDigest: sha256:e2c68176c53fdaee43a94c33aa07d6c9ff0fc50e8f8f21bf38206a9ddbb4aa67
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -38,5 +38,5 @@ workflow:
apiKey: $nuget_api_key
codeSamples:
registry:
location: registry.speakeasyapi.dev/clerk/clerk/clerk-backend-api-oas-code-samples
location: registry.speakeasyapi.dev/clerk/clerk/clerk-backend-api-oas-csharp-code-samples
blocking: false
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ targets:
apiKey: $nuget_api_key
codeSamples:
registry:
location: registry.speakeasyapi.dev/clerk/clerk/clerk-backend-api-oas-code-samples
location: registry.speakeasyapi.dev/clerk/clerk/clerk-backend-api-oas-csharp-code-samples
blocking: false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [csharp v0.2.2] .
### Releases
- [NuGet v0.2.2] https://www.nuget.org/packages/Clerk.BackendAPI/0.2.2 - .
- [NuGet v0.2.2] https://www.nuget.org/packages/Clerk.BackendAPI/0.2.2 - .

## 2024-11-27 14:34:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.0 (2.466.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.2.3] .
### Releases
- [NuGet v0.2.3] https://www.nuget.org/packages/Clerk.BackendAPI/0.2.3 - .
3 changes: 2 additions & 1 deletion docs/Models/Components/TicketVerificationStrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

| Name | Value |
| -------- | -------- |
| `Ticket` | ticket |
| `Ticket` | ticket |
| `Saml` | saml |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UpdateEmailAddressRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `EmailAddressId` | *string* | :heavy_check_mark: | The ID of the email address to update | email_address_id_example |
| `RequestBody` | [UpdateEmailAddressRequestBody](../../Models/Operations/UpdateEmailAddressRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [UpdateEmailAddressRequestBody](../../Models/Operations/UpdateEmailAddressRequestBody.md) | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UpdateJWTTemplateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `TemplateId` | *string* | :heavy_check_mark: | The ID of the JWT template to update |
| `RequestBody` | [UpdateJWTTemplateRequestBody](../../Models/Operations/UpdateJWTTemplateRequestBody.md) | :heavy_minus_sign: | N/A |
| `RequestBody` | [UpdateJWTTemplateRequestBody](../../Models/Operations/UpdateJWTTemplateRequestBody.md) | :heavy_check_mark: | N/A |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UpdatePhoneNumberRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `PhoneNumberId` | *string* | :heavy_check_mark: | The ID of the phone number to update | phone_12345 |
| `RequestBody` | [UpdatePhoneNumberRequestBody](../../Models/Operations/UpdatePhoneNumberRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [UpdatePhoneNumberRequestBody](../../Models/Operations/UpdatePhoneNumberRequestBody.md) | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UpdateSignUpRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| `Id` | *string* | :heavy_check_mark: | The ID of the sign-up to update | signup_1234567890abcdef |
| `RequestBody` | [UpdateSignUpRequestBody](../../Models/Operations/UpdateSignUpRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [UpdateSignUpRequestBody](../../Models/Operations/UpdateSignUpRequestBody.md) | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UpdateUserMetadataRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `UserId` | *string* | :heavy_check_mark: | The ID of the user whose metadata will be updated and merged | user_123456789 |
| `RequestBody` | [UpdateUserMetadataRequestBody](../../Models/Operations/UpdateUserMetadataRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [UpdateUserMetadataRequestBody](../../Models/Operations/UpdateUserMetadataRequestBody.md) | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/Models/Operations/UploadOrganizationLogoRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `OrganizationId` | *string* | :heavy_check_mark: | The ID of the organization for which to upload a logo | org_12345 |
| `RequestBody` | [UploadOrganizationLogoRequestBody](../../Models/Operations/UploadOrganizationLogoRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [UploadOrganizationLogoRequestBody](../../Models/Operations/UploadOrganizationLogoRequestBody.md) | :heavy_check_mark: | N/A | |
2 changes: 0 additions & 2 deletions docs/Models/Operations/VerifyClientRequestBody.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# VerifyClientRequestBody

Parameters.


## Fields

Expand Down
2 changes: 1 addition & 1 deletion docs/Models/Operations/VerifyPasswordRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `UserId` | *string* | :heavy_check_mark: | The ID of the user for whom to verify the password | user_123 |
| `RequestBody` | [VerifyPasswordRequestBody](../../Models/Operations/VerifyPasswordRequestBody.md) | :heavy_minus_sign: | N/A | |
| `RequestBody` | [VerifyPasswordRequestBody](../../Models/Operations/VerifyPasswordRequestBody.md) | :heavy_check_mark: | N/A | |
Loading

0 comments on commit 95ff007

Please sign in to comment.