Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
283 changes: 168 additions & 115 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 5.0.6
version: 5.0.7
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.758.0
speakeasyVersion: 1.761.1
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
sourceRevisionDigest: sha256:ffec41025ebf2ce7ca8e9b29105eac23ebac6c82cd106048bcf8340f7c998847
sourceBlobDigest: sha256:cd1308e38a9b4457a5fa8443ebf5562e3b0239e873565f131503484f7c1399b4
tags:
- latest
- "2025-11-10"
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
sourceRevisionDigest: sha256:ffec41025ebf2ce7ca8e9b29105eac23ebac6c82cd106048bcf8340f7c998847
sourceBlobDigest: sha256:cd1308e38a9b4457a5fa8443ebf5562e3b0239e873565f131503484f7c1399b4
codeSamplesNamespace: clerk-openapi-python-code-samples
codeSamplesRevisionDigest: sha256:a66e8d5204414e19c57801081a54a122ed47534dc71e2aabc7d6b8514a97f8e0
codeSamplesRevisionDigest: sha256:c3dd0d8fc680031fe30c9e930d79821edddca0c673dec74436aa56e9d766b46a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,14 @@ Based on:
### Generated
- [python v5.0.6] .
### Releases
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .

## 2026-04-09 00:30:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.0.7] .
### Releases
- [PyPI v5.0.7] https://pypi.org/project/clerk-backend-api/5.0.7 - .
13 changes: 7 additions & 6 deletions docs/models/agenttask.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Success

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
| `task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
| `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/> |
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
| `agent_task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
| ~~`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/> |
| `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/> |
Loading
Loading