diff options
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index fe2ae1ca0..b851e9ecb 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -162,6 +162,13 @@ export type EventFileWatcherUpdated = { } } +export type EventVcsBranchUpdated = { + type: "vcs.branch.updated" + properties: { + branch?: string + } +} + export type EventServerConnected = { type: "server.connected" properties: { @@ -882,13 +889,6 @@ export type EventSessionError = { } } -export type EventVcsBranchUpdated = { - type: "vcs.branch.updated" - properties: { - branch?: string - } -} - export type EventWorkspaceReady = { type: "workspace.ready" properties: { @@ -968,6 +968,7 @@ export type Event = | EventPermissionAsked | EventPermissionReplied | EventFileWatcherUpdated + | EventVcsBranchUpdated | EventServerConnected | EventGlobalDisposed | EventLspClientDiagnostics @@ -994,7 +995,6 @@ export type Event = | EventSessionDeleted | EventSessionDiff | EventSessionError - | EventVcsBranchUpdated | EventWorkspaceReady | EventWorkspaceFailed | EventPtyCreated |
