From 49590a51a54984e6f0dd5b1bf5c63630d419c4fd Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Sun, 13 Jul 2025 08:20:03 -0700 Subject: [PATCH] Update API specifications with fern api update (#2935) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 34 +++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 654c63ec..421f28f3 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -1927,6 +1927,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -3282,7 +3285,7 @@ "anyOf": [ { "type": "integer", - "maximum": 10080, + "maximum": 120, "minimum": 5 }, { @@ -3290,7 +3293,7 @@ } ], "title": "Timeout", - "description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 10080. Defaults to 60.", + "description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 120. Defaults to 60.", "default": 60 } }, @@ -3714,6 +3717,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -3925,6 +3931,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -4085,6 +4094,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -5413,6 +5425,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -5829,6 +5844,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -7191,6 +7209,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -7419,6 +7440,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -8589,6 +8613,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" } @@ -8889,6 +8916,9 @@ "items": {}, "type": "array" }, + { + "type": "string" + }, { "type": "null" }