mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 02:37:44 +02:00
UBERF-9731 Recorder initial version (#8800)
* UBERF-9731 Recorder initial version Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: rush validate issues Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> --------- Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -59,6 +59,7 @@ import { aiBotId, aiBotOperation } from '@hcengineering/model-ai-bot'
|
||||
import { chatId, chatOperation } from '@hcengineering/model-chat'
|
||||
import { inboxId, inboxOperation } from '@hcengineering/model-inbox'
|
||||
import { processId, processOperation } from '@hcengineering/model-process'
|
||||
import { recorderId, recorderOperation } from '@hcengineering/model-recorder'
|
||||
|
||||
export const migrateOperations: [string, MigrateOperation][] = [
|
||||
['core', coreOperation],
|
||||
@@ -106,5 +107,6 @@ export const migrateOperations: [string, MigrateOperation][] = [
|
||||
[aiBotId, aiBotOperation],
|
||||
[chatId, chatOperation],
|
||||
[inboxId, inboxOperation],
|
||||
[processId, processOperation]
|
||||
[processId, processOperation],
|
||||
[recorderId, recorderOperation]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user