mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08:00
chore: generate
This commit is contained in:
@@ -12699,16 +12699,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"const": "oauth"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"const": "api"
|
||||
}
|
||||
]
|
||||
"type": "string",
|
||||
"enum": ["oauth", "api"]
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
@@ -12740,16 +12732,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"op": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"const": "eq"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"const": "neq"
|
||||
}
|
||||
]
|
||||
"type": "string",
|
||||
"enum": ["eq", "neq"]
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
@@ -12798,16 +12782,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"op": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"const": "eq"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"const": "neq"
|
||||
}
|
||||
]
|
||||
"type": "string",
|
||||
"enum": ["eq", "neq"]
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
@@ -12831,16 +12807,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"const": "auto"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"const": "code"
|
||||
}
|
||||
]
|
||||
"type": "string",
|
||||
"enum": ["auto", "code"]
|
||||
},
|
||||
"instructions": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user