mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Rework processes (#9322)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> Signed-off-by: Andrey Sobolev <haiodo@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
co-authored by
Copilot
Andrey Sobolev
parent
d900cc5d01
commit
f50b0fab71
@@ -10,6 +10,7 @@ export enum QueueWorkspaceEvent {
|
||||
Deleted = 'deleted',
|
||||
Archived = 'archived',
|
||||
Restored = 'restored',
|
||||
Restoring = 'restoring',
|
||||
FullReindex = 'full-fulltext-reindex',
|
||||
Reindex = 'fulltext-reindex',
|
||||
ClearIndex = 'clear-fulltext-index'
|
||||
@@ -35,6 +36,7 @@ export const workspaceEvents = {
|
||||
createFailed: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.CreateFailed }),
|
||||
deleted: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.Deleted }),
|
||||
archived: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.Archived }),
|
||||
restoring: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.Restoring }),
|
||||
restored: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.Restored }),
|
||||
fullReindex: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.FullReindex }),
|
||||
clearIndex: (): QueueWorkspaceMessage => ({ type: QueueWorkspaceEvent.ClearIndex }),
|
||||
|
||||
Reference in New Issue
Block a user