diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index db963e67..065907bb 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -2531,6 +2531,17 @@ ], "title": "Tool Call Id" }, + "xpath": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Xpath" + }, "errors": { "anyOf": [ { @@ -8319,6 +8330,14 @@ "examples": [ "JBSWY3DPEHPK3PXP" ] + }, + "totp_type": { + "$ref": "#/components/schemas/TotpType", + "description": "Type of 2FA method used for this credential", + "default": "none", + "examples": [ + "authenticator" + ] } }, "type": "object", @@ -8657,6 +8676,14 @@ "examples": [ "user@example.com" ] + }, + "totp_type": { + "$ref": "#/components/schemas/TotpType", + "description": "Type of 2FA method used for this credential", + "default": "none", + "examples": [ + "authenticator" + ] } }, "type": "object", @@ -10927,6 +10954,17 @@ ], "title": "ThoughtType" }, + "TotpType": { + "type": "string", + "enum": [ + "authenticator", + "email", + "text", + "none" + ], + "title": "TotpType", + "description": "Type of 2FA/TOTP method used." + }, "UploadToS3Block": { "properties": { "label": {