Skip to content

Commit 936c3bc

Browse files
authored
Merge pull request #226 from clerk/speakeasy-sdk-regen-1774052992
chore: 🐝 Update SDK - Generate 5.0.7
2 parents 7fd17f4 + 815c49c commit 936c3bc

219 files changed

Lines changed: 8042 additions & 1867 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 757 additions & 368 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 5.0.6
32+
version: 5.0.7
3333
additionalDependencies:
3434
dev:
3535
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.758.0
1+
speakeasyVersion: 1.768.2
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
6-
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
5+
sourceRevisionDigest: sha256:1e5f5a4db3b56d5500e02405ce79864fd1b243212f603e1e513ef54928524c8a
6+
sourceBlobDigest: sha256:d6bb2ae2558f16c8351e5e2809754745d8dcf8160fac339e8e36489ed8bf6f08
77
tags:
88
- latest
99
- "2025-11-10"
1010
targets:
1111
clerk-sdk-python:
1212
source: clerk-openapi
1313
sourceNamespace: clerk-openapi
14-
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
15-
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
14+
sourceRevisionDigest: sha256:1e5f5a4db3b56d5500e02405ce79864fd1b243212f603e1e513ef54928524c8a
15+
sourceBlobDigest: sha256:d6bb2ae2558f16c8351e5e2809754745d8dcf8160fac339e8e36489ed8bf6f08
1616
codeSamplesNamespace: clerk-openapi-python-code-samples
17-
codeSamplesRevisionDigest: sha256:a66e8d5204414e19c57801081a54a122ed47534dc71e2aabc7d6b8514a97f8e0
17+
codeSamplesRevisionDigest: sha256:a7a36574a27ea83ee7327c8fd47e78da9a38231f000d75347bf532b118709afd
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README-PYPI.md

Lines changed: 53 additions & 32 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 53 additions & 32 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [python v5.0.6] .
600600
### Releases
601-
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .
601+
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .
602+
603+
## 2026-05-29 21:41:38
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc
607+
- Speakeasy CLI 1.768.2 (2.889.1) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [python v5.0.7] .
610+
### Releases
611+
- [PyPI v5.0.7] https://pypi.org/project/clerk-backend-api/5.0.7 - .
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AffiliationVerification
2+
3+
Verification details for the user-facing affiliation between the domain and the organization (e.g. affiliation_email_code).
4+
5+
6+
7+
## Fields
8+
9+
| Field | Type | Required | Description |
10+
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
11+
| `status` | *str* | :heavy_check_mark: | Status of the verification. It can be `unverified`, `verified`, `failed`, or `expired`. |
12+
| `strategy` | *str* | :heavy_check_mark: | Name of the strategy used to verify the domain |
13+
| `attempts` | *Nullable[int]* | :heavy_check_mark: | How many attempts have been made to verify the domain |
14+
| `expire_at` | *Nullable[int]* | :heavy_check_mark: | Unix timestamp of when the verification will expire |
15+
| `verified_at` | *Nullable[int]* | :heavy_check_mark: | Unix timestamp of when ownership was verified. Only populated on `ownership_verification`; null on `affiliation_verification`.<br/> |

docs/models/agenttask.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Success
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
10-
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
11-
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12-
| `task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
13-
| `url` | *Optional[str]* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
11+
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12+
| `agent_task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
13+
| ~~`task_id`~~ | *str* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>A unique identifier for this agent task. Deprecated: use agent_task_id instead.<br/> |
14+
| `url` | *Optional[str]* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |

0 commit comments

Comments
 (0)