mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
import { ActivityMessageControl, DocAttributeUpdates, DocUpdateAction } from '@hcengineering/activity'
|
||||
import cardPlugin, { Card, Tag } from '@hcengineering/card'
|
||||
import { ActivityUpdate, ActivityUpdateType } from '@hcengineering/communication-types'
|
||||
import { type ActivityMessageControl, type DocAttributeUpdates, type DocUpdateAction } from '@hcengineering/activity'
|
||||
import cardPlugin, { type Card, type Tag } from '@hcengineering/card'
|
||||
import { type ActivityUpdate, ActivityUpdateType } from '@hcengineering/communication-types'
|
||||
import core, {
|
||||
AttachedDoc,
|
||||
type AttachedDoc,
|
||||
type Attribute,
|
||||
Class,
|
||||
Collection,
|
||||
Doc,
|
||||
Hierarchy,
|
||||
MeasureContext,
|
||||
Mixin,
|
||||
Ref,
|
||||
RefTo,
|
||||
TxCreateDoc,
|
||||
TxCUD,
|
||||
TxMixin,
|
||||
type Class,
|
||||
type Collection,
|
||||
type Doc,
|
||||
type Hierarchy,
|
||||
type MeasureContext,
|
||||
type Mixin,
|
||||
type Ref,
|
||||
type RefTo,
|
||||
type TxCreateDoc,
|
||||
type TxCUD,
|
||||
type TxMixin,
|
||||
TxProcessor,
|
||||
TxUpdateDoc,
|
||||
type TxUpdateDoc,
|
||||
combineAttributes,
|
||||
ArrOf,
|
||||
AccountUuid
|
||||
type ArrOf,
|
||||
type AccountUuid
|
||||
} from '@hcengineering/core'
|
||||
import notification from '@hcengineering/notification'
|
||||
import { translate } from '@hcengineering/platform'
|
||||
import { ActivityControl, DocObjectCache, getAllObjectTransactions } from '@hcengineering/server-activity'
|
||||
import { TriggerControl } from '@hcengineering/server-core'
|
||||
import { type ActivityControl, type DocObjectCache, getAllObjectTransactions } from '@hcengineering/server-activity'
|
||||
import { type TriggerControl } from '@hcengineering/server-core'
|
||||
import { getDocCollaborators } from '@hcengineering/server-notification-resources'
|
||||
|
||||
function getAvailableAttributesKeys (tx: TxCUD<Doc>, hierarchy: Hierarchy): string[] {
|
||||
|
||||
Reference in New Issue
Block a user