Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.472.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 23, 2025
1 parent 43ba613 commit 298ab54
Show file tree
Hide file tree
Showing 173 changed files with 6,605 additions and 2,078 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
README-PYPI.md
.venv/
venv/
Expand Down
1,539 changes: 824 additions & 715 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 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: false
python:
version: 1.6.0
version: 1.7.0
additionalDependencies:
dev:
pytest: ^8.3.3
Expand All @@ -26,6 +26,7 @@ python:
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK for clerk.dev
enableCustomCodeRegions: false
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
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.460.6
speakeasyVersion: 1.472.1
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:de9b855af22f0de48a4450efc13be4118c382aea703cf9564aa6256d2157da4c
sourceBlobDigest: sha256:7b41f36bbee97872160a060f96cfaec9693350316134a3f6001fd772dd625c66
sourceRevisionDigest: sha256:7ca7aea4edacc8bcf47894f3bf68b4226235fe3776207931fb92c739c2d7f909
sourceBlobDigest: sha256:3ae6d4a0bbbd6f172bfa5e453f3f8842523efc3476c92f70887ae139de22a3d0
tags:
- latest
- speakeasy-sdk-regen-1735917707
- speakeasy-sdk-regen-1737665832
- v1
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:de9b855af22f0de48a4450efc13be4118c382aea703cf9564aa6256d2157da4c
sourceBlobDigest: sha256:7b41f36bbee97872160a060f96cfaec9693350316134a3f6001fd772dd625c66
sourceRevisionDigest: sha256:7ca7aea4edacc8bcf47894f3bf68b4226235fe3776207931fb92c739c2d7f909
sourceBlobDigest: sha256:3ae6d4a0bbbd6f172bfa5e453f3f8842523efc3476c92f70887ae139de22a3d0
codeSamplesNamespace: clerk-openapi-python-code-samples
codeSamplesRevisionDigest: sha256:47440a8818de1516a26b0572a0e9390b83099629ad1cb522cba6fb90cfbaa8af
codeSamplesRevisionDigest: sha256:cde1813eb807d1bff06d0ab8d76346d45b3c19b65ce3628c1d9a83e2c93da404
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ If the request is correctly authenticated, the token's payload is made available

### [instance_settings](docs/sdks/instancesettingssdk/README.md)

* [get_instance](docs/sdks/instancesettingssdk/README.md#get_instance) - Fetch the current instance
* [update](docs/sdks/instancesettingssdk/README.md#update) - Update instance settings
* [update_restrictions](docs/sdks/instancesettingssdk/README.md#update_restrictions) - Update instance restrictions
* [update_organization_settings](docs/sdks/instancesettingssdk/README.md#update_organization_settings) - Update instance organization settings
Expand All @@ -253,11 +254,12 @@ If the request is correctly authenticated, the token's payload is made available

* [create](docs/sdks/invitations/README.md#create) - Create an invitation
* [list](docs/sdks/invitations/README.md#list) - List all invitations
* [create_bulk_invitations](docs/sdks/invitations/README.md#create_bulk_invitations) - Create multiple invitations
* [revoke](docs/sdks/invitations/README.md#revoke) - Revokes an invitation

### [jwks](docs/sdks/jwks/README.md)
### [jwks](docs/sdks/jwkssdk/README.md)

* [get](docs/sdks/jwks/README.md#get) - Retrieve the JSON Web Key Set of the instance
* [get](docs/sdks/jwkssdk/README.md#get) - Retrieve the JSON Web Key Set of the instance

### [jwt_templates](docs/sdks/jwttemplates/README.md)

Expand Down Expand Up @@ -352,9 +354,11 @@ If the request is correctly authenticated, the token's payload is made available
### [sessions](docs/sdks/sessions/README.md)

* [list](docs/sdks/sessions/README.md#list) - List all sessions
* [create_session](docs/sdks/sessions/README.md#create_session) - Create a new active session
* [get](docs/sdks/sessions/README.md#get) - Retrieve a session
* [revoke](docs/sdks/sessions/README.md#revoke) - Revoke a session
* [~~verify~~](docs/sdks/sessions/README.md#verify) - Verify a session :warning: **Deprecated**
* [create_session_token](docs/sdks/sessions/README.md#create_session_token) - Create a session token
* [create_token_from_template](docs/sdks/sessions/README.md#create_token_from_template) - Create a session token from a jwt template

### [sign_in_tokens](docs/sdks/signintokens/README.md)
Expand Down Expand Up @@ -402,6 +406,11 @@ If the request is correctly authenticated, the token's payload is made available
* [delete_totp](docs/sdks/users/README.md#delete_totp) - Delete all the user's TOTPs
* [delete_external_account](docs/sdks/users/README.md#delete_external_account) - Delete External Account

### [waitlist_entries](docs/sdks/waitlistentriessdk/README.md)

* [list_waitlist_entries](docs/sdks/waitlistentriessdk/README.md#list_waitlist_entries) - List all waitlist entries
* [create_waitlist_entry](docs/sdks/waitlistentriessdk/README.md#create_waitlist_entry) - Create a waitlist entry

### [webhooks](docs/sdks/webhooks/README.md)

* [create_svix_app](docs/sdks/webhooks/README.md#create_svix_app) - Create a Svix app
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,14 @@ Based on:
### Generated
- [python v1.6.0] .
### Releases
- [PyPI v1.6.0] https://pypi.org/project/clerk-backend-api/1.6.0 - .
- [PyPI v1.6.0] https://pypi.org/project/clerk-backend-api/1.6.0 - .

## 2025-01-23 20:56:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.472.1 (2.493.34) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.7.0] .
### Releases
- [PyPI v1.7.0] https://pypi.org/project/clerk-backend-api/1.7.0 - .
5 changes: 3 additions & 2 deletions docs/models/createinvitationrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Required parameters
| `email_address` | *str* | :heavy_check_mark: | The email address the invitation will be sent to | [email protected] |
| `public_metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata that will be attached to the newly created invitation.<br/>The value of this property should be a well-formed JSON object.<br/>Once the user accepts the invitation and signs up, these metadata will end up in the user's public metadata. | {} |
| `redirect_url` | *Optional[str]* | :heavy_minus_sign: | Optional URL which specifies where to redirect the user once they click the invitation link.<br/>This is only required if you have implemented a [custom flow](https://clerk.com/docs/authentication/invitations#custom-flow) and you're not using Clerk Hosted Pages or Clerk Components. | https://example.com/welcome |
| `notify` | *OptionalNullable[bool]* | :heavy_minus_sign: | Optional flag which denotes whether an email invitation should be sent to the given email address.<br/>Defaults to true. | true |
| `notify` | *OptionalNullable[bool]* | :heavy_minus_sign: | Optional flag which denotes whether an email invitation should be sent to the given email address.<br/>Defaults to `true`. | true |
| `ignore_existing` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether an invitation should be created if there is already an existing invitation for this email address, or it's claimed by another user. | ​false |
| `expires_in_days` | *OptionalNullable[int]* | :heavy_minus_sign: | The number of days the invitation will be valid for. By default, the invitation does not expire. | |
| `expires_in_days` | *OptionalNullable[int]* | :heavy_minus_sign: | The number of days the invitation will be valid for. By default, the invitation expires after 30 days. | |
| `template_slug` | [OptionalNullable[models.TemplateSlug]](../models/templateslug.md) | :heavy_minus_sign: | The slug of the email template to use for the invitation email.<br/>If not provided, the "invitation" template will be used. | |
Loading

0 comments on commit 298ab54

Please sign in to comment.