mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +00:00
Add mobile integration id (#2328)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
3a8d1e2bcb
commit
ef65f3aee9
@ -34,6 +34,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hcengineering/platform": "^0.6.7",
|
"@hcengineering/platform": "^0.6.7",
|
||||||
"@hcengineering/core": "^0.6.17",
|
"@hcengineering/core": "^0.6.17",
|
||||||
|
"@hcengineering/setting": "~0.6.1",
|
||||||
"@hcengineering/ui": "^0.6.2"
|
"@hcengineering/ui": "^0.6.2"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/hcengineering/anticrm",
|
"repository": "https://github.com/hcengineering/anticrm",
|
||||||
|
@ -18,7 +18,7 @@ import type { Asset, IntlString, Plugin, Resource } from '@hcengineering/platfor
|
|||||||
import { plugin } from '@hcengineering/platform'
|
import { plugin } from '@hcengineering/platform'
|
||||||
import { AnyComponent } from '@hcengineering/ui'
|
import { AnyComponent } from '@hcengineering/ui'
|
||||||
import { Writable } from './types'
|
import { Writable } from './types'
|
||||||
|
import { IntegrationType } from '@hcengineering/setting'
|
||||||
export * from './types'
|
export * from './types'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -161,6 +161,9 @@ const notification = plugin(notificationId, {
|
|||||||
EmailNotification: '' as Ref<NotificationProvider>,
|
EmailNotification: '' as Ref<NotificationProvider>,
|
||||||
NotificationSettings: '' as Ref<Doc>
|
NotificationSettings: '' as Ref<Doc>
|
||||||
},
|
},
|
||||||
|
integrationType: {
|
||||||
|
MobileApp: '' as Ref<IntegrationType>
|
||||||
|
},
|
||||||
component: {
|
component: {
|
||||||
NotificationsPopup: '' as AnyComponent,
|
NotificationsPopup: '' as AnyComponent,
|
||||||
NotificationPresenter: '' as AnyComponent,
|
NotificationPresenter: '' as AnyComponent,
|
||||||
|
Loading…
Reference in New Issue
Block a user