summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 02:08:47 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 02:08:47 +0000
commit64cc4623b54a45c6d399110dbe4e147ef050dc8c (patch)
tree678bfd32298ca34cf38e1e7fb0c5b0a06bcf980c /packages/sdk
parent5eae92684658c36a5026c9a36edcdf1163517022 (diff)
downloadopencode-64cc4623b54a45c6d399110dbe4e147ef050dc8c.tar.gz
opencode-64cc4623b54a45c6d399110dbe4e147ef050dc8c.zip
chore: generate
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/openapi.json48
1 files changed, 8 insertions, 40 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index c59e1ab91..f63d12490 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -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"