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.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 4ec6b15df..08335dd39 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -589,8 +589,8 @@ export type EventSessionError = {
}
}
-export type EventVcsChanged = {
- type: "vcs.changed"
+export type EventVcsBranchUpdated = {
+ type: "vcs.branch.updated"
properties: {
branch?: string
}
@@ -677,7 +677,7 @@ export type Event =
| EventSessionDeleted
| EventSessionDiff
| EventSessionError
- | EventVcsChanged
+ | EventVcsBranchUpdated
| EventTuiPromptAppend
| EventTuiCommandExecute
| EventTuiToastShow