mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
UBERF-7532: Bulk operations for triggers (#6023)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -22,11 +22,6 @@ import { Metadata, plugin } from '@hcengineering/platform'
|
||||
*/
|
||||
export const clientId = 'client' as Plugin
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export type ClientHook = (client: AccountClient) => Promise<AccountClient>
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
@@ -74,7 +69,6 @@ export type ClientFactory = (
|
||||
|
||||
export default plugin(clientId, {
|
||||
metadata: {
|
||||
ClientHook: '' as Metadata<Resource<ClientHook>>,
|
||||
ClientSocketFactory: '' as Metadata<ClientSocketFactory>,
|
||||
FilterModel: '' as Metadata<boolean>,
|
||||
ExtraPlugins: '' as Metadata<Plugin[]>,
|
||||
|
||||
Reference in New Issue
Block a user