diff options
| author | GitHub Action <[email protected]> | 2026-01-13 20:56:28 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-13 20:56:28 +0000 |
| commit | 3f3816c0f2454aa240a40f4f296deebcfa55cb0b (patch) | |
| tree | 4c2fc8f165bea3a440f71fac4188657ab181d5b3 | |
| parent | 0a3c72d6787aa3cf39b9517e32f0ad5d8dbb6184 (diff) | |
| download | opencode-3f3816c0f2454aa240a40f4f296deebcfa55cb0b.tar.gz opencode-3f3816c0f2454aa240a40f4f296deebcfa55cb0b.zip | |
chore: generate
| -rw-r--r-- | packages/sdk/openapi.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 367985e5d..a31f0d67a 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7122,6 +7122,10 @@ "multiple": { "description": "Allow selecting multiple choices", "type": "boolean" + }, + "custom": { + "description": "Allow typing a custom answer (default: true)", + "type": "boolean" } }, "required": ["question", "header", "options"] @@ -7507,6 +7511,9 @@ "type": "string", "pattern": "^ses.*" }, + "slug": { + "type": "string" + }, "projectID": { "type": "string" }, @@ -7593,7 +7600,7 @@ "required": ["messageID"] } }, - "required": ["id", "projectID", "directory", "title", "version", "time"] + "required": ["id", "slug", "projectID", "directory", "title", "version", "time"] }, "Event.session.created": { "type": "object", |
