Switch to typescript 5.8.3 (#9152)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-06-04 17:57:10 +05:00
committed by GitHub
parent 07c364c776
commit fcb67d20f8
562 changed files with 5212 additions and 5273 deletions
+20 -20
View File
@@ -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[] {