diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 7f7e7421..1b8f3436 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -10914,6 +10914,22 @@ "examples": [ "authenticator" ] + }, + "totp_identifier": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Totp Identifier", + "description": "Identifier (email or phone number) used to fetch TOTP codes", + "examples": [ + "user@example.com", + "+14155550123" + ] } }, "type": "object", @@ -11299,6 +11315,22 @@ "examples": [ "authenticator" ] + }, + "totp_identifier": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Totp Identifier", + "description": "Identifier (email or phone number) used to fetch TOTP codes", + "examples": [ + "user@example.com", + "+14155550123" + ] } }, "type": "object",