mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Update API specifications with fern api update (#3532)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
1cc492056d
commit
7cd1b37d9c
1 changed files with 69 additions and 0 deletions
|
|
@ -4163,6 +4163,21 @@
|
|||
"title": "Downloaded Files",
|
||||
"description": "The list of files downloaded by the browser session"
|
||||
},
|
||||
"recordings": {
|
||||
"anyOf": [
|
||||
{
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/FileInfo"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Recordings",
|
||||
"description": "The list of video recordings from the browser session"
|
||||
},
|
||||
"started_at": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
@ -10156,6 +10171,22 @@
|
|||
],
|
||||
"description": "The script run result"
|
||||
},
|
||||
"errors": {
|
||||
"anyOf": [
|
||||
{
|
||||
"items": {
|
||||
"additionalProperties": true,
|
||||
"type": "object"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Errors",
|
||||
"description": "The errors for the run"
|
||||
},
|
||||
"run_type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
@ -11910,6 +11941,17 @@
|
|||
],
|
||||
"title": "Run Sequentially"
|
||||
},
|
||||
"sequential_key": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Sequential Key"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
|
|
@ -12086,6 +12128,17 @@
|
|||
"type": "boolean",
|
||||
"title": "Run Sequentially",
|
||||
"default": false
|
||||
},
|
||||
"sequential_key": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Sequential Key"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -13333,6 +13386,22 @@
|
|||
],
|
||||
"description": "The script run result"
|
||||
},
|
||||
"errors": {
|
||||
"anyOf": [
|
||||
{
|
||||
"items": {
|
||||
"additionalProperties": true,
|
||||
"type": "object"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Errors",
|
||||
"description": "The errors for the run"
|
||||
},
|
||||
"run_type": {
|
||||
"type": "string",
|
||||
"const": "workflow_run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue