summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 07:15:05 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-16 07:15:05 +0000
commit7341718f9234b0cf3a8758c87e91d2006b71bff6 (patch)
tree10fb29e0d224ea4f756081d3cd6f0faa2ac60573 /packages/sdk/js/src
parentef90b9320592fbea174d704850855821982f4f76 (diff)
downloadopencode-7341718f9234b0cf3a8758c87e91d2006b71bff6.tar.gz
opencode-7341718f9234b0cf3a8758c87e91d2006b71bff6.zip
chore: generate
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts36
1 files changed, 18 insertions, 18 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 24c1d53bf..795c2f264 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -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