Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-10-05 09:09:59 +07:00
committed by GitHub
parent ac4bd685a1
commit 3ca2fcce44
114 changed files with 339 additions and 301 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/setting",
"version": "0.6.9",
"version": "0.6.10",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
+1
View File
@@ -47,6 +47,7 @@ export interface Integration extends Doc {
type: Ref<IntegrationType>
disabled: boolean
value: string
error?: IntlString | null
shared?: Ref<Account>[]
}