diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index fcc70471..60ee1dc5 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -3592,6 +3592,31 @@ ], "title": "Download" }, + "download_triggered": { + "anyOf": [ + { + "type": "boolean" + }, + { + "type": "null" + } + ], + "title": "Download Triggered" + }, + "downloaded_files": { + "anyOf": [ + { + "items": { + "type": "string" + }, + "type": "array" + }, + { + "type": "null" + } + ], + "title": "Downloaded Files" + }, "is_upload_file_tag": { "anyOf": [ { @@ -5453,6 +5478,25 @@ "title": "Organization Id", "description": "ID of the organization that owns this session" }, + "status": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Status", + "description": "Current status of the browser session", + "examples": [ + "created", + "running", + "completed", + "failed", + "timeout" + ] + }, "runnable_type": { "anyOf": [ {