Skip to content

Commit 298ab54

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.472.1
1 parent 43ba613 commit 298ab54

File tree

173 files changed

+6605
-2078
lines changed

Some content is hidden

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

173 files changed

+6605
-2078
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/reports
12
README-PYPI.md
23
.venv/
34
venv/

.speakeasy/gen.lock

+824-715
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 1.6.0
16+
version: 1.7.0
1717
additionalDependencies:
1818
dev:
1919
pytest: ^8.3.3
@@ -26,6 +26,7 @@ python:
2626
clientServerStatusCodesAsErrors: true
2727
defaultErrorName: SDKError
2828
description: Python Client SDK for clerk.dev
29+
enableCustomCodeRegions: false
2930
enumFormat: enum
3031
fixFlags:
3132
responseRequiredSep2024: false

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.460.6
1+
speakeasyVersion: 1.472.1
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:de9b855af22f0de48a4450efc13be4118c382aea703cf9564aa6256d2157da4c
6-
sourceBlobDigest: sha256:7b41f36bbee97872160a060f96cfaec9693350316134a3f6001fd772dd625c66
5+
sourceRevisionDigest: sha256:7ca7aea4edacc8bcf47894f3bf68b4226235fe3776207931fb92c739c2d7f909
6+
sourceBlobDigest: sha256:3ae6d4a0bbbd6f172bfa5e453f3f8842523efc3476c92f70887ae139de22a3d0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735917707
9+
- speakeasy-sdk-regen-1737665832
1010
- v1
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:de9b855af22f0de48a4450efc13be4118c382aea703cf9564aa6256d2157da4c
16-
sourceBlobDigest: sha256:7b41f36bbee97872160a060f96cfaec9693350316134a3f6001fd772dd625c66
15+
sourceRevisionDigest: sha256:7ca7aea4edacc8bcf47894f3bf68b4226235fe3776207931fb92c739c2d7f909
16+
sourceBlobDigest: sha256:3ae6d4a0bbbd6f172bfa5e453f3f8842523efc3476c92f70887ae139de22a3d0
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:47440a8818de1516a26b0572a0e9390b83099629ad1cb522cba6fb90cfbaa8af
18+
codeSamplesRevisionDigest: sha256:cde1813eb807d1bff06d0ab8d76346d45b3c19b65ce3628c1d9a83e2c93da404
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ If the request is correctly authenticated, the token's payload is made available
245245

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

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

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

258-
### [jwks](docs/sdks/jwks/README.md)
260+
### [jwks](docs/sdks/jwkssdk/README.md)
259261

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

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

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

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

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

409+
### [waitlist_entries](docs/sdks/waitlistentriessdk/README.md)
410+
411+
* [list_waitlist_entries](docs/sdks/waitlistentriessdk/README.md#list_waitlist_entries) - List all waitlist entries
412+
* [create_waitlist_entry](docs/sdks/waitlistentriessdk/README.md#create_waitlist_entry) - Create a waitlist entry
413+
405414
### [webhooks](docs/sdks/webhooks/README.md)
406415

407416
* [create_svix_app](docs/sdks/webhooks/README.md#create_svix_app) - Create a Svix app

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [python v1.6.0] .
230230
### Releases
231-
- [PyPI v1.6.0] https://pypi.org/project/clerk-backend-api/1.6.0 - .
231+
- [PyPI v1.6.0] https://pypi.org/project/clerk-backend-api/1.6.0 - .
232+
233+
## 2025-01-23 20:56:56
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.472.1 (2.493.34) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [python v1.7.0] .
240+
### Releases
241+
- [PyPI v1.7.0] https://pypi.org/project/clerk-backend-api/1.7.0 - .

docs/models/createinvitationrequestbody.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Required parameters
1010
| `email_address` | *str* | :heavy_check_mark: | The email address the invitation will be sent to | [email protected] |
1111
| `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. | {} |
1212
| `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 |
13-
| `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 |
13+
| `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 |
1414
| `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 |
15-
| `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. | |
15+
| `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. | |
16+
| `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. | |

0 commit comments

Comments
 (0)