Update API specifications with fern api update (#3532)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -4163,6 +4163,21 @@
|
|||||||
"title": "Downloaded Files",
|
"title": "Downloaded Files",
|
||||||
"description": "The list of files downloaded by the browser session"
|
"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": {
|
"started_at": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -10156,6 +10171,22 @@
|
|||||||
],
|
],
|
||||||
"description": "The script run result"
|
"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": {
|
"run_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -11910,6 +11941,17 @@
|
|||||||
],
|
],
|
||||||
"title": "Run Sequentially"
|
"title": "Run Sequentially"
|
||||||
},
|
},
|
||||||
|
"sequential_key": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Sequential Key"
|
||||||
|
},
|
||||||
"created_at": {
|
"created_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
@@ -12086,6 +12128,17 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Run Sequentially",
|
"title": "Run Sequentially",
|
||||||
"default": false
|
"default": false
|
||||||
|
},
|
||||||
|
"sequential_key": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Sequential Key"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -13333,6 +13386,22 @@
|
|||||||
],
|
],
|
||||||
"description": "The script run result"
|
"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": {
|
"run_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"const": "workflow_run",
|
"const": "workflow_run",
|
||||||
|
|||||||
Reference in New Issue
Block a user