summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 70fceedbc..d81fda9f8 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -1,5 +1,12 @@
// This file is auto-generated by @hey-api/openapi-ts
+export type EventServerInstanceDisposed = {
+ type: "server.instance.disposed"
+ properties: {
+ directory: string
+ }
+}
+
export type EventInstallationUpdated = {
type: "installation.updated"
properties: {
@@ -656,6 +663,7 @@ export type EventServerConnected = {
}
export type Event =
+ | EventServerInstanceDisposed
| EventInstallationUpdated
| EventInstallationUpdateAvailable
| EventLspClientDiagnostics