From 3f7b2c2fdd094bdd31458e236f6901c334ce7c32 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 15 Oct 2025 19:33:35 -0700 Subject: [PATCH] Update API specifications with fern api update (#3728) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 90 +++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 065907bb..58a18534 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -2963,6 +2963,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -3127,6 +3132,11 @@ "type": "boolean", "title": "Cache Actions", "default": false + }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false } }, "type": "object", @@ -3162,6 +3172,7 @@ "reload_page", "extract", "verification_code", + "goto_url", "scroll", "keypress", "move", @@ -5298,6 +5309,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -5434,6 +5450,11 @@ "type": "boolean", "title": "Cache Actions", "default": false + }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false } }, "type": "object", @@ -5694,6 +5715,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -5858,6 +5884,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "download_timeout": { "anyOf": [ { @@ -7342,6 +7373,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -7502,6 +7538,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_criterion": { "anyOf": [ { @@ -8017,6 +8058,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -8187,6 +8233,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_criterion": { "anyOf": [ { @@ -8348,6 +8399,14 @@ "title": "NonEmptyPasswordCredential", "description": "Password credential model that requires non-empty values." }, + "OTPType": { + "type": "string", + "enum": [ + "totp", + "magic_link" + ], + "title": "OTPType" + }, "OnePasswordCredentialParameter": { "properties": { "parameter_type": { @@ -9215,6 +9274,17 @@ "format": "date-time", "title": "Modified At", "description": "The timestamp when the TOTP code was modified." + }, + "otp_type": { + "anyOf": [ + { + "$ref": "#/components/schemas/OTPType" + }, + { + "type": "null" + } + ], + "description": "The type of the OTP code." } }, "type": "object", @@ -9586,6 +9656,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -9792,6 +9867,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_criterion": { "anyOf": [ { @@ -11307,6 +11387,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification", @@ -11654,6 +11739,11 @@ "title": "Cache Actions", "default": false }, + "disable_cache": { + "type": "boolean", + "title": "Disable Cache", + "default": false + }, "complete_verification": { "type": "boolean", "title": "Complete Verification",