summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-27 18:34:44 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-27 18:34:44 +0000
commitccb76697364a2b710b27064b1dd64ccae0ed1ad2 (patch)
tree5f79fe25224910f8319dda357e48f21a6492479b /packages/sdk/js
parentf25f1485d5d75d17330a35bff2c07c24c4dd5bb2 (diff)
downloadopencode-ccb76697364a2b710b27064b1dd64ccae0ed1ad2.tar.gz
opencode-ccb76697364a2b710b27064b1dd64ccae0ed1ad2.zip
chore: generate
Diffstat (limited to 'packages/sdk/js')
-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 a723b3083..b034777f2 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -84,20 +84,6 @@ 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: {
@@ -230,6 +216,20 @@ export type EventSessionError = {
}
}
+export type EventInstallationUpdated = {
+ type: "installation.updated"
+ properties: {
+ version: string
+ }
+}
+
+export type EventInstallationUpdateAvailable = {
+ type: "installation.update-available"
+ properties: {
+ version: string
+ }
+}
+
export type QuestionOption = {
/**
* Display text (1-5 words, concise)
@@ -1117,13 +1117,13 @@ export type GlobalEvent = {
| EventFileWatcherUpdated
| EventLspClientDiagnostics
| EventLspUpdated
- | EventInstallationUpdated
- | EventInstallationUpdateAvailable
| EventMessagePartDelta
| EventPermissionAsked
| EventPermissionReplied
| EventSessionDiff
| EventSessionError
+ | EventInstallationUpdated
+ | EventInstallationUpdateAvailable
| EventQuestionAsked
| EventQuestionReplied
| EventQuestionRejected
@@ -2060,13 +2060,13 @@ export type Event =
| EventFileWatcherUpdated
| EventLspClientDiagnostics
| EventLspUpdated
- | EventInstallationUpdated
- | EventInstallationUpdateAvailable
| EventMessagePartDelta
| EventPermissionAsked
| EventPermissionReplied
| EventSessionDiff
| EventSessionError
+ | EventInstallationUpdated
+ | EventInstallationUpdateAvailable
| EventQuestionAsked
| EventQuestionReplied
| EventQuestionRejected