diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-12 01:50:44 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-12 01:50:44 +0000 |
| commit | 2c825c32234753c1a3c4a165092ddaef904c7f62 (patch) | |
| tree | 4abe837b0768baac2eebe0c00ac6741459e75c32 /packages | |
| parent | 2a4dedc21075b4913e1c4b575e344e6690a5d9f8 (diff) | |
| download | opencode-2c825c32234753c1a3c4a165092ddaef904c7f62.tar.gz opencode-2c825c32234753c1a3c4a165092ddaef904c7f62.zip | |
chore: generate
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/sdk/openapi.json | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index ccb6e3322..a5e10f0d7 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -637,7 +637,8 @@ "in": "path", "name": "ptyID", "schema": { - "type": "string" + "type": "string", + "pattern": "^pty.*" }, "required": true } @@ -694,7 +695,8 @@ "in": "path", "name": "ptyID", "schema": { - "type": "string" + "type": "string", + "pattern": "^pty.*" }, "required": true } @@ -777,7 +779,8 @@ "in": "path", "name": "ptyID", "schema": { - "type": "string" + "type": "string", + "pattern": "^pty.*" }, "required": true } @@ -836,7 +839,8 @@ "in": "path", "name": "ptyID", "schema": { - "type": "string" + "type": "string", + "pattern": "^pty.*" }, "required": true } @@ -3966,7 +3970,8 @@ "in": "path", "name": "permissionID", "schema": { - "type": "string" + "type": "string", + "pattern": "^per.*" }, "required": true } @@ -4052,7 +4057,8 @@ "in": "path", "name": "requestID", "schema": { - "type": "string" + "type": "string", + "pattern": "^per.*" }, "required": true } @@ -4228,7 +4234,8 @@ "in": "path", "name": "requestID", "schema": { - "type": "string" + "type": "string", + "pattern": "^que.*" }, "required": true } @@ -4316,7 +4323,8 @@ "in": "path", "name": "requestID", "schema": { - "type": "string" + "type": "string", + "pattern": "^que.*" }, "required": true } @@ -8579,7 +8587,8 @@ "pattern": "^ses.*" }, "requestID": { - "type": "string" + "type": "string", + "pattern": "^per.*" }, "reply": { "type": "string", @@ -8788,7 +8797,8 @@ "pattern": "^ses.*" }, "requestID": { - "type": "string" + "type": "string", + "pattern": "^que.*" }, "answers": { "type": "array", @@ -8817,7 +8827,8 @@ "pattern": "^ses.*" }, "requestID": { - "type": "string" + "type": "string", + "pattern": "^que.*" } }, "required": ["sessionID", "requestID"] |
