mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Update API specifications with fern api update (#3728)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
e31607746d
commit
3f7b2c2fdd
1 changed files with 90 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue