Update API specifications with fern api update (#3728)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-10-15 19:33:35 -07:00
committed by GitHub
parent e31607746d
commit 3f7b2c2fdd

View File

@@ -2963,6 +2963,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -3127,6 +3132,11 @@
"type": "boolean", "type": "boolean",
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
} }
}, },
"type": "object", "type": "object",
@@ -3162,6 +3172,7 @@
"reload_page", "reload_page",
"extract", "extract",
"verification_code", "verification_code",
"goto_url",
"scroll", "scroll",
"keypress", "keypress",
"move", "move",
@@ -5298,6 +5309,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -5434,6 +5450,11 @@
"type": "boolean", "type": "boolean",
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
} }
}, },
"type": "object", "type": "object",
@@ -5694,6 +5715,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -5858,6 +5884,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"download_timeout": { "download_timeout": {
"anyOf": [ "anyOf": [
{ {
@@ -7342,6 +7373,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -7502,6 +7538,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_criterion": { "complete_criterion": {
"anyOf": [ "anyOf": [
{ {
@@ -8017,6 +8058,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -8187,6 +8233,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_criterion": { "complete_criterion": {
"anyOf": [ "anyOf": [
{ {
@@ -8348,6 +8399,14 @@
"title": "NonEmptyPasswordCredential", "title": "NonEmptyPasswordCredential",
"description": "Password credential model that requires non-empty values." "description": "Password credential model that requires non-empty values."
}, },
"OTPType": {
"type": "string",
"enum": [
"totp",
"magic_link"
],
"title": "OTPType"
},
"OnePasswordCredentialParameter": { "OnePasswordCredentialParameter": {
"properties": { "properties": {
"parameter_type": { "parameter_type": {
@@ -9215,6 +9274,17 @@
"format": "date-time", "format": "date-time",
"title": "Modified At", "title": "Modified At",
"description": "The timestamp when the TOTP code was modified." "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", "type": "object",
@@ -9586,6 +9656,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -9792,6 +9867,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_criterion": { "complete_criterion": {
"anyOf": [ "anyOf": [
{ {
@@ -11307,6 +11387,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",
@@ -11654,6 +11739,11 @@
"title": "Cache Actions", "title": "Cache Actions",
"default": false "default": false
}, },
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": { "complete_verification": {
"type": "boolean", "type": "boolean",
"title": "Complete Verification", "title": "Complete Verification",