diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-31 23:15:56 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-31 23:15:56 +0000 |
| commit | 9b09a7e7662f6f61d4bafd00b876222365a14d5b (patch) | |
| tree | c48d741a829dabde73fee3c98960119c7c5f873d /packages/sdk | |
| parent | 3fc0367b9377e33d761e93c829350fc33eead503 (diff) | |
| download | opencode-9b09a7e7662f6f61d4bafd00b876222365a14d5b.tar.gz opencode-9b09a7e7662f6f61d4bafd00b876222365a14d5b.zip | |
chore: generate
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/openapi.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 5362e1daa..ba7188af1 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7040,44 +7040,6 @@ }, "components": { "schemas": { - "Event.installation.updated": { - "type": "object", - "properties": { - "type": { - "type": "string", - "const": "installation.updated" - }, - "properties": { - "type": "object", - "properties": { - "version": { - "type": "string" - } - }, - "required": ["version"] - } - }, - "required": ["type", "properties"] - }, - "Event.installation.update-available": { - "type": "object", - "properties": { - "type": { - "type": "string", - "const": "installation.update-available" - }, - "properties": { - "type": "object", - "properties": { - "version": { - "type": "string" - } - }, - "required": ["version"] - } - }, - "required": ["type", "properties"] - }, "Project": { "type": "object", "properties": { @@ -7154,6 +7116,44 @@ }, "required": ["type", "properties"] }, + "Event.installation.updated": { + "type": "object", + "properties": { + "type": { + "type": "string", + "const": "installation.updated" + }, + "properties": { + "type": "object", + "properties": { + "version": { + "type": "string" + } + }, + "required": ["version"] + } + }, + "required": ["type", "properties"] + }, + "Event.installation.update-available": { + "type": "object", + "properties": { + "type": { + "type": "string", + "const": "installation.update-available" + }, + "properties": { + "type": "object", + "properties": { + "version": { + "type": "string" + } + }, + "required": ["version"] + } + }, + "required": ["type", "properties"] + }, "Event.server.instance.disposed": { "type": "object", "properties": { @@ -9734,13 +9734,13 @@ "Event": { "anyOf": [ { - "$ref": "#/components/schemas/Event.installation.updated" + "$ref": "#/components/schemas/Event.project.updated" }, { - "$ref": "#/components/schemas/Event.installation.update-available" + "$ref": "#/components/schemas/Event.installation.updated" }, { - "$ref": "#/components/schemas/Event.project.updated" + "$ref": "#/components/schemas/Event.installation.update-available" }, { "$ref": "#/components/schemas/Event.server.instance.disposed" |
