From 7cd1b37d9c61094f6331ae3a13c19f96a7120a89 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 26 Sep 2025 16:16:52 -0700 Subject: [PATCH] Update API specifications with fern api update (#3532) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 69 +++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 55a87e19..99bc4166 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -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",