feat(plugin): publish generation updates

This commit is contained in:
Dax Raad 2026-07-05 17:21:39 -04:00
commit 33cb536879
7 changed files with 74 additions and 1 deletions

View file

@ -4974,6 +4974,14 @@ export type EventSubscribeOutput =
readonly location?: { readonly directory: string; readonly workspaceID?: string }
readonly data: { readonly id: string }
}
| {
readonly id: string
readonly created: number
readonly metadata?: { readonly [x: string]: unknown }
readonly type: "plugin.updated"
readonly location?: { readonly directory: string; readonly workspaceID?: string }
readonly data: {}
}
| {
readonly id: string
readonly created: number