Skip to content

Commit f200fb4

Browse files
authored
Merge pull request #66 from clerk/speakeasy-sdk-regen-1733345998
chore: 🐝 Update SDK - Generate 1.4.1
2 parents afa54c2 + d377bf7 commit f200fb4

17 files changed

+105
-39
lines changed

.speakeasy/gen.lock

+6-6
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: b38d2555c95ce0fd804e5caf98da547b
4+
docChecksum: 264c7cf574c4fa453587755d1bf79bcb
55
docVersion: v1
6-
speakeasyVersion: 1.448.0
7-
generationVersion: 2.466.0
8-
releaseVersion: 1.4.0
9-
configChecksum: d230d40f9aa069e972589344260c6aa8
6+
speakeasyVersion: 1.452.0
7+
generationVersion: 2.472.1
8+
releaseVersion: 1.4.1
9+
configChecksum: b9e0a4731aec79a52c8180337d03b9fc
1010
repoURL: https://github.com/clerk/clerk-sdk-python.git
1111
installationURL: https://github.com/clerk/clerk-sdk-python.git
1212
published: true
@@ -15,7 +15,7 @@ features:
1515
additionalDependencies: 1.0.0
1616
additionalProperties: 1.0.1
1717
constsAndDefaults: 1.0.5
18-
core: 5.6.8
18+
core: 5.6.9
1919
defaultEnabledRetries: 0.2.0
2020
deprecations: 3.0.0
2121
enumUnions: 0.1.0

.speakeasy/gen.yaml

+1-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.4.0
16+
version: 1.4.1
1717
additionalDependencies:
1818
dev:
1919
pytest: ^8.3.3

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.448.0
1+
speakeasyVersion: 1.452.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:c28f47287a7b4933285aff49a199931d37e8e7e8ce75e88468140f95f284e331
6-
sourceBlobDigest: sha256:d20d10387a61e374eef4ee2b380b1e3798c4d43a1fa1d085fe3782672234d708
5+
sourceRevisionDigest: sha256:7da727290006ebb62433a01f6a49c2ec36146cbb44f17b66f3571a5c6fbe424b
6+
sourceBlobDigest: sha256:3da8e4d311eedde5131701594c5daf8126a73b6270919fe34090c43876777eeb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732580417
9+
- speakeasy-sdk-regen-1733345998
1010
- v1
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:c28f47287a7b4933285aff49a199931d37e8e7e8ce75e88468140f95f284e331
16-
sourceBlobDigest: sha256:d20d10387a61e374eef4ee2b380b1e3798c4d43a1fa1d085fe3782672234d708
15+
sourceRevisionDigest: sha256:7da727290006ebb62433a01f6a49c2ec36146cbb44f17b66f3571a5c6fbe424b
16+
sourceBlobDigest: sha256:3da8e4d311eedde5131701594c5daf8126a73b6270919fe34090c43876777eeb
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:dbd857b062cde8a584b23d94a7d5f2187513871d02a8e8b16c0d114dcfab9c61
18+
codeSamplesRevisionDigest: sha256:5856924712a525f2b8018e4981f1117d78f90b5251f595d767739e4ff637e6ff
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,22 @@ More information about the API can be found at https://clerk.com/docs
3333

3434
<!-- Start Table of Contents [toc] -->
3535
## Table of Contents
36+
<!-- $toc-max-depth=2 -->
37+
* [SDK Installation](#sdk-installation)
38+
* [IDE Support](#ide-support)
39+
* [SDK Example Usage](#sdk-example-usage)
40+
* [Available Resources and Operations](#available-resources-and-operations)
41+
* [File uploads](#file-uploads)
42+
* [Retries](#retries)
43+
* [Error Handling](#error-handling)
44+
* [Server Selection](#server-selection)
45+
* [Custom HTTP Client](#custom-http-client)
46+
* [Authentication](#authentication)
47+
* [Debugging](#debugging)
48+
* [Development](#development)
49+
* [Maturity](#maturity)
50+
* [Contributions](#contributions)
3651

37-
* [SDK Installation](#sdk-installation)
38-
* [IDE Support](#ide-support)
39-
* [SDK Example Usage](#sdk-example-usage)
40-
* [Available Resources and Operations](#available-resources-and-operations)
41-
* [File uploads](#file-uploads)
42-
* [Retries](#retries)
43-
* [Error Handling](#error-handling)
44-
* [Server Selection](#server-selection)
45-
* [Custom HTTP Client](#custom-http-client)
46-
* [Authentication](#authentication)
47-
* [Debugging](#debugging)
4852
<!-- End Table of Contents [toc] -->
4953

5054
<!-- Start SDK Installation [installation] -->

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [python v1.4.0] .
200200
### Releases
201-
- [PyPI v1.4.0] https://pypi.org/project/clerk-backend-api/1.4.0 - .
201+
- [PyPI v1.4.0] https://pypi.org/project/clerk-backend-api/1.4.0 - .
202+
203+
## 2024-12-05 16:00:41
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.452.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [python v1.4.1] .
210+
### Releases
211+
- [PyPI v1.4.1] https://pypi.org/project/clerk-backend-api/1.4.1 - .

docs/models/mergeorganizationmetadatarequestbody.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
| Field | Type | Required | Description | Example |
77
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `public_metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata saved on the organization, that is visible to both your frontend and backend.<br/>The new object will be merged with the existing value. | {<br/>"announcement": "We are opening a new office!"<br/>} |
9-
| `private_metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata saved on the organization that is only visible to your backend.<br/>The new object will be merged with the existing value. | {<br/>"internal_use_only": "Future plans discussion."<br/>} |
9+
| `private_metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata saved on the organization that is only visible to your backend.<br/>The new object will be merged with the existing value. | {<br/>"internal_use_only": "Future plans discussion."<br/>} |
10+
| `__pydantic_extra__` | Dict[str, *Any*] | :heavy_minus_sign: | N/A | |

docs/models/updateorganizationrequestbody.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
| `slug` | *OptionalNullable[str]* | :heavy_minus_sign: | The new slug of the organization, which needs to be unique in the instance | new-org-slug |
1212
| `max_allowed_memberships` | *OptionalNullable[int]* | :heavy_minus_sign: | The maximum number of memberships allowed for this organization | 100 |
1313
| `admin_delete_enabled` | *OptionalNullable[bool]* | :heavy_minus_sign: | If true, an admin can delete this organization with the Frontend API. | true |
14-
| `created_at` | *Optional[str]* | :heavy_minus_sign: | A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). | |
14+
| `created_at` | *Optional[str]* | :heavy_minus_sign: | A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). | |
15+
| `__pydantic_extra__` | Dict[str, *Any*] | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)