mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 17:05:16 +03: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": {
|
||||
"@hcengineering/platform": "^0.6.7",
|
||||
"@hcengineering/core": "^0.6.17",
|
||||
"@hcengineering/setting": "~0.6.1",
|
||||
"@hcengineering/ui": "^0.6.2"
|
||||
},
|
||||
"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 { AnyComponent } from '@hcengineering/ui'
|
||||
import { Writable } from './types'
|
||||
|
||||
import { IntegrationType } from '@hcengineering/setting'
|
||||
export * from './types'
|
||||
|
||||
/**
|
||||
@ -161,6 +161,9 @@ const notification = plugin(notificationId, {
|
||||
EmailNotification: '' as Ref<NotificationProvider>,
|
||||
NotificationSettings: '' as Ref<Doc>
|
||||
},
|
||||
integrationType: {
|
||||
MobileApp: '' as Ref<IntegrationType>
|
||||
},
|
||||
component: {
|
||||
NotificationsPopup: '' as AnyComponent,
|
||||
NotificationPresenter: '' as AnyComponent,
|
||||
|
Loading…
Reference in New Issue
Block a user