Skip to content

Commit 12726ee

Browse files
authored
Merge pull request #162 from clerk/speakeasy-sdk-regen-1753230252
chore: 🐝 Update SDK - Generate 3.0.7
2 parents a2b80ff + 822d2b3 commit 12726ee

18 files changed

+54
-44
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: bfe29c99-6e67-43fe-b928-64d6a5ed6aa8
33
management:
4-
docChecksum: 3dfefff9a37b855f39ffa94246e8bc7b
4+
docChecksum: 173657144d1d7984f582feded49e6eb4
55
docVersion: "2025-03-12"
66
speakeasyVersion: 1.558.0
77
generationVersion: 2.623.2
8-
releaseVersion: 3.0.5
9-
configChecksum: b2beb70406e86c699ba3f0800fe50403
8+
releaseVersion: 3.0.7
9+
configChecksum: 53d2b076b4a384c5a410a3679fbac4f2
1010
repoURL: https://github.com/clerk/clerk-sdk-python.git
1111
installationURL: https://github.com/clerk/clerk-sdk-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 3.0.5
20+
version: 3.0.7
2121
additionalDependencies:
2222
dev:
2323
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.558.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
6-
sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
5+
sourceRevisionDigest: sha256:5c7e5097d8e72fe09c1509fc7b8c2f3f1dac05a5a0fe9ef940aa706f1a4434c0
6+
sourceBlobDigest: sha256:bc3309ad52f591424626dd319c03a4bce0e5f16a311ace9f4bb339334c666f07
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751988511
9+
- speakeasy-sdk-regen-1753230252
1010
- "2025-03-12"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
16-
sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
15+
sourceRevisionDigest: sha256:5c7e5097d8e72fe09c1509fc7b8c2f3f1dac05a5a0fe9ef940aa706f1a4434c0
16+
sourceBlobDigest: sha256:bc3309ad52f591424626dd319c03a4bce0e5f16a311ace9f4bb339334c666f07
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:27c1c443e824943843f357ee111742d12b62e72861c17b4d5236b086571b17fd
18+
codeSamplesRevisionDigest: sha256:3677a85a856a29dfa3ae10c70df9f1cb342ee0cd11e57fe2ca5c22e78445137a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,14 @@ Based on:
358358
### Generated
359359
- [python v3.0.5] .
360360
### Releases
361-
- [PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
361+
- [PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
362+
363+
## 2025-07-23 00:23:55
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc
367+
- Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
368+
### Generated
369+
- [python v3.0.7] .
370+
### Releases
371+
- [PyPI v3.0.7] https://pypi.org/project/clerk-backend-api/3.0.7 - .

docs/models/createjwttemplaterequestbody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
88
| `name` | *str* | :heavy_check_mark: | JWT template name | Example Template |
99
| `claims` | [models.CreateJWTTemplateClaims](../models/createjwttemplateclaims.md) | :heavy_check_mark: | JWT template claims in JSON format | {} |
10-
| `lifetime` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token lifetime | 3600 |
11-
| `allowed_clock_skew` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token allowed clock skew | 5 |
10+
| `lifetime` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token lifetime | 3600 |
11+
| `allowed_clock_skew` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token allowed clock skew | 5 |
1212
| `custom_signing_key` | *Optional[bool]* | :heavy_minus_sign: | Whether a custom signing key/algorithm is also provided for this template | false |
1313
| `signing_algorithm` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing algorithm to use when minting JWTs. Required if `custom_signing_key` is `true`. | RS256 |
1414
| `signing_key` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing private key to use when minting JWTs. Required if `custom_signing_key` is `true`. | PRIVATE_KEY_PLACEHOLDER |

docs/models/createsessiontokenfromtemplaterequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
8-
| `expires_in_seconds` | *OptionalNullable[float]* | :heavy_minus_sign: | Use this parameter to override the JWT token lifetime. |
8+
| `expires_in_seconds` | *OptionalNullable[int]* | :heavy_minus_sign: | Use this parameter to override the JWT token lifetime. |

docs/models/createsessiontokenrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8-
| `expires_in_seconds` | *OptionalNullable[float]* | :heavy_minus_sign: | Use this parameter to override the default session token lifetime. |
8+
| `expires_in_seconds` | *OptionalNullable[int]* | :heavy_minus_sign: | Use this parameter to override the default session token lifetime. |

docs/models/updatejwttemplaterequestbody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
88
| `name` | *str* | :heavy_check_mark: | JWT template name |
99
| `claims` | [models.UpdateJWTTemplateClaims](../models/updatejwttemplateclaims.md) | :heavy_check_mark: | JWT template claims in JSON format |
10-
| `lifetime` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token lifetime |
11-
| `allowed_clock_skew` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token allowed clock skew |
10+
| `lifetime` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token lifetime |
11+
| `allowed_clock_skew` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token allowed clock skew |
1212
| `custom_signing_key` | *Optional[bool]* | :heavy_minus_sign: | Whether a custom signing key/algorithm is also provided for this template |
1313
| `signing_algorithm` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing algorithm to use when minting JWTs. Required if `custom_signing_key` is `true`. |
1414
| `signing_key` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing private key to use when minting JWTs. Required if `custom_signing_key` is `true`. |

docs/sdks/jwttemplates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ with Clerk(
173173
| `template_id` | *str* | :heavy_check_mark: | The ID of the JWT template to update |
174174
| `name` | *str* | :heavy_check_mark: | JWT template name |
175175
| `claims` | [models.UpdateJWTTemplateClaims](../../models/updatejwttemplateclaims.md) | :heavy_check_mark: | JWT template claims in JSON format |
176-
| `lifetime` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token lifetime |
177-
| `allowed_clock_skew` | *OptionalNullable[float]* | :heavy_minus_sign: | JWT token allowed clock skew |
176+
| `lifetime` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token lifetime |
177+
| `allowed_clock_skew` | *OptionalNullable[int]* | :heavy_minus_sign: | JWT token allowed clock skew |
178178
| `custom_signing_key` | *Optional[bool]* | :heavy_minus_sign: | Whether a custom signing key/algorithm is also provided for this template |
179179
| `signing_algorithm` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing algorithm to use when minting JWTs. Required if `custom_signing_key` is `true`. |
180180
| `signing_key` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom signing private key to use when minting JWTs. Required if `custom_signing_key` is `true`. |

0 commit comments

Comments
 (0)