feat(msg-bus): wire jobs follow up
This commit is contained in:
@@ -6,6 +6,9 @@ enum RtEventKind {
|
||||
FOLDER_CREATED = 'folder_created',
|
||||
FOLDER_RENAMED = 'folder_renamed',
|
||||
FOLDER_MOVED = 'folder_moved',
|
||||
FOLDER_DELETED = 'folder_deleted'
|
||||
FOLDER_DELETED = 'folder_deleted',
|
||||
JOB_RUN_STARTED = 'job_run_started',
|
||||
JOB_RUN_PROGRESS = 'job_run_progress',
|
||||
JOB_RUN_ENDED = 'job_run_ended'
|
||||
}
|
||||
export type { RtEventKind as default };
|
||||
|
||||
Reference in New Issue
Block a user