chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 07:15:05 +00:00
parent ef90b93205
commit 7341718f92
2 changed files with 68 additions and 68 deletions
+18 -18
View File
@@ -40,20 +40,6 @@ export type EventServerInstanceDisposed = {
}
}
export type EventInstallationUpdated = {
type: "installation.updated"
properties: {
version: string
}
}
export type EventInstallationUpdateAvailable = {
type: "installation.update-available"
properties: {
version: string
}
}
export type EventServerConnected = {
type: "server.connected"
properties: {
@@ -98,6 +84,20 @@ export type EventLspUpdated = {
}
}
export type EventInstallationUpdated = {
type: "installation.updated"
properties: {
version: string
}
}
export type EventInstallationUpdateAvailable = {
type: "installation.update-available"
properties: {
version: string
}
}
export type EventMessagePartDelta = {
type: "message.part.delta"
properties: {
@@ -1111,14 +1111,14 @@ export type GlobalEvent = {
payload:
| EventProjectUpdated
| EventServerInstanceDisposed
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventServerConnected
| EventGlobalDisposed
| EventFileEdited
| EventFileWatcherUpdated
| EventLspClientDiagnostics
| EventLspUpdated
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventMessagePartDelta
| EventPermissionAsked
| EventPermissionReplied
@@ -2024,14 +2024,14 @@ export type File = {
export type Event =
| EventProjectUpdated
| EventServerInstanceDisposed
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventServerConnected
| EventGlobalDisposed
| EventFileEdited
| EventFileWatcherUpdated
| EventLspClientDiagnostics
| EventLspUpdated
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventMessagePartDelta
| EventPermissionAsked
| EventPermissionReplied