diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-16 07:15:05 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-16 07:15:05 +0000 |
| commit | 7341718f9234b0cf3a8758c87e91d2006b71bff6 (patch) | |
| tree | 10fb29e0d224ea4f756081d3cd6f0faa2ac60573 /packages/sdk/openapi.json | |
| parent | ef90b9320592fbea174d704850855821982f4f76 (diff) | |
| download | opencode-7341718f9234b0cf3a8758c87e91d2006b71bff6.tar.gz opencode-7341718f9234b0cf3a8758c87e91d2006b71bff6.zip | |
chore: generate
Diffstat (limited to 'packages/sdk/openapi.json')
| -rw-r--r-- | packages/sdk/openapi.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index f63d12490..d11f9ad73 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7560,44 +7560,6 @@ }, "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.connected": { "type": "object", "properties": { @@ -7716,6 +7678,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.message.part.delta": { "type": "object", "properties": { @@ -10737,12 +10737,6 @@ "$ref": "#/components/schemas/Event.server.instance.disposed" }, { - "$ref": "#/components/schemas/Event.installation.updated" - }, - { - "$ref": "#/components/schemas/Event.installation.update-available" - }, - { "$ref": "#/components/schemas/Event.server.connected" }, { @@ -10761,6 +10755,12 @@ "$ref": "#/components/schemas/Event.lsp.updated" }, { + "$ref": "#/components/schemas/Event.installation.updated" + }, + { + "$ref": "#/components/schemas/Event.installation.update-available" + }, + { "$ref": "#/components/schemas/Event.message.part.delta" }, { @@ -12965,12 +12965,6 @@ "$ref": "#/components/schemas/Event.server.instance.disposed" }, { - "$ref": "#/components/schemas/Event.installation.updated" - }, - { - "$ref": "#/components/schemas/Event.installation.update-available" - }, - { "$ref": "#/components/schemas/Event.server.connected" }, { @@ -12989,6 +12983,12 @@ "$ref": "#/components/schemas/Event.lsp.updated" }, { + "$ref": "#/components/schemas/Event.installation.updated" + }, + { + "$ref": "#/components/schemas/Event.installation.update-available" + }, + { "$ref": "#/components/schemas/Event.message.part.delta" }, { |
