From 5e807d466ad2a01ec5a690c4e67a7fd2601fc386 Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:06:14 +0600 Subject: [PATCH] Setting plugin (#328) Signed-off-by: Denis Bykhov --- common/config/rush/pnpm-lock.yaml | 114 ++- dev/prod/package.json | 3 + dev/prod/src/platform.ts | 4 + dev/storage/src/model.tx.json | 777 ++++++++++-------- dev/tool/src/model.tx.json | 777 ++++++++++-------- models/all/package.json | 1 + models/all/src/index.ts | 2 + models/chunter/src/index.ts | 1 + models/recruit/src/index.ts | 1 + models/setting/.eslintrc.js | 7 + models/setting/.npmignore | 4 + models/setting/config/rig.json | 18 + models/setting/package.json | 31 + models/setting/src/index.ts | 99 +++ models/setting/tsconfig.json | 8 + models/task/src/index.ts | 1 + models/workbench/src/index.ts | 1 + plugins/login/src/index.ts | 1 + .../src/components/EditCandidate.svelte | 15 +- .../src/components/PluginCard.svelte | 69 -- .../src/components/icons/Telegram.svelte | 24 - .../assets/icons.svg} | 0 plugins/setting-assets/lang/en.json | 9 + plugins/setting-assets/package.json | 20 + plugins/setting-assets/src/index.ts | 28 + plugins/setting-assets/tsconfig.json | 15 + plugins/setting-resources/package.json | 40 + plugins/setting-resources/postcss.config.js | 5 + .../src/components/Integrations.svelte | 45 + .../src/components/PinPad.svelte | 16 +- .../src/components/PluginCard.svelte | 108 +++ .../src/components/icons/Gmail.svelte | 27 +- .../src/components/icons/Telegram.svelte | 44 + .../integrations/ConnectEmail.svelte | 83 ++ .../integrations/ConnectTelegram.svelte | 183 +++++ plugins/setting-resources/src/index.ts | 30 + plugins/setting-resources/svelte.config.js | 5 + plugins/setting-resources/tsconfig.json | 15 + plugins/setting/.eslintrc.js | 7 + plugins/setting/.npmignore | 4 + plugins/setting/config/rig.json | 18 + plugins/setting/package.json | 26 + plugins/setting/src/index.ts | 77 ++ plugins/setting/tsconfig.json | 9 + plugins/workbench-resources/package.json | 1 + .../src/components/AccountPopup.svelte | 37 +- .../src/components/Applications.svelte | 4 +- .../src/components/Navigator.svelte | 23 +- .../src/components/TelegramPopup.svelte | 121 --- .../src/components/Workbench.svelte | 48 +- .../navigator/SpecialElement.svelte | 98 +++ plugins/workbench/src/index.ts | 12 + rush.json | 20 + server/workspace/src/model.tx.json | 777 ++++++++++-------- 54 files changed, 2629 insertions(+), 1284 deletions(-) create mode 100644 models/setting/.eslintrc.js create mode 100644 models/setting/.npmignore create mode 100644 models/setting/config/rig.json create mode 100644 models/setting/package.json create mode 100644 models/setting/src/index.ts create mode 100644 models/setting/tsconfig.json delete mode 100644 plugins/recruit-resources/src/components/PluginCard.svelte delete mode 100644 plugins/recruit-resources/src/components/icons/Telegram.svelte rename plugins/{recruit-assets/assets/icons_account.svg => setting-assets/assets/icons.svg} (100%) create mode 100644 plugins/setting-assets/lang/en.json create mode 100644 plugins/setting-assets/package.json create mode 100644 plugins/setting-assets/src/index.ts create mode 100644 plugins/setting-assets/tsconfig.json create mode 100644 plugins/setting-resources/package.json create mode 100644 plugins/setting-resources/postcss.config.js create mode 100644 plugins/setting-resources/src/components/Integrations.svelte rename plugins/{workbench-resources => setting-resources}/src/components/PinPad.svelte (91%) create mode 100644 plugins/setting-resources/src/components/PluginCard.svelte rename plugins/{recruit-resources => setting-resources}/src/components/icons/Gmail.svelte (60%) create mode 100644 plugins/setting-resources/src/components/icons/Telegram.svelte create mode 100644 plugins/setting-resources/src/components/integrations/ConnectEmail.svelte create mode 100644 plugins/setting-resources/src/components/integrations/ConnectTelegram.svelte create mode 100644 plugins/setting-resources/src/index.ts create mode 100644 plugins/setting-resources/svelte.config.js create mode 100644 plugins/setting-resources/tsconfig.json create mode 100644 plugins/setting/.eslintrc.js create mode 100644 plugins/setting/.npmignore create mode 100644 plugins/setting/config/rig.json create mode 100644 plugins/setting/package.json create mode 100644 plugins/setting/src/index.ts create mode 100644 plugins/setting/tsconfig.json delete mode 100644 plugins/workbench-resources/src/components/TelegramPopup.svelte create mode 100644 plugins/workbench-resources/src/components/navigator/SpecialElement.svelte diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 4c62446880..d454d7296c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -41,6 +41,7 @@ specifiers: '@rush-temp/model-server-core': file:./projects/model-server-core.tgz '@rush-temp/model-server-recruit': file:./projects/model-server-recruit.tgz '@rush-temp/model-server-view': file:./projects/model-server-view.tgz + '@rush-temp/model-setting': file:./projects/model-setting.tgz '@rush-temp/model-task': file:./projects/model-task.tgz '@rush-temp/model-view': file:./projects/model-view.tgz '@rush-temp/model-workbench': file:./projects/model-workbench.tgz @@ -64,6 +65,9 @@ specifiers: '@rush-temp/server-view': file:./projects/server-view.tgz '@rush-temp/server-view-resources': file:./projects/server-view-resources.tgz '@rush-temp/server-ws': file:./projects/server-ws.tgz + '@rush-temp/setting': file:./projects/setting.tgz + '@rush-temp/setting-assets': file:./projects/setting-assets.tgz + '@rush-temp/setting-resources': file:./projects/setting-resources.tgz '@rush-temp/task': file:./projects/task.tgz '@rush-temp/task-assets': file:./projects/task-assets.tgz '@rush-temp/task-resources': file:./projects/task-resources.tgz @@ -182,6 +186,7 @@ dependencies: '@rush-temp/model-server-core': file:projects/model-server-core.tgz_typescript@4.4.3 '@rush-temp/model-server-recruit': file:projects/model-server-recruit.tgz_typescript@4.4.3 '@rush-temp/model-server-view': file:projects/model-server-view.tgz_typescript@4.4.3 + '@rush-temp/model-setting': file:projects/model-setting.tgz_typescript@4.4.3 '@rush-temp/model-task': file:projects/model-task.tgz_typescript@4.4.3 '@rush-temp/model-view': file:projects/model-view.tgz_typescript@4.4.3 '@rush-temp/model-workbench': file:projects/model-workbench.tgz_typescript@4.4.3 @@ -205,6 +210,9 @@ dependencies: '@rush-temp/server-view': file:projects/server-view.tgz_typescript@4.4.3 '@rush-temp/server-view-resources': file:projects/server-view-resources.tgz_typescript@4.4.3 '@rush-temp/server-ws': file:projects/server-ws.tgz_typescript@4.4.3 + '@rush-temp/setting': file:projects/setting.tgz_typescript@4.4.3 + '@rush-temp/setting-assets': file:projects/setting-assets.tgz + '@rush-temp/setting-resources': file:projects/setting-resources.tgz_e1367da94684b005adf08f025c517b1a '@rush-temp/task': file:projects/task.tgz_typescript@4.4.3 '@rush-temp/task-assets': file:projects/task-assets.tgz '@rush-temp/task-resources': file:projects/task-resources.tgz_e1367da94684b005adf08f025c517b1a @@ -2234,7 +2242,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.8.1 + ajv: 8.8.2 dev: false /ajv-keywords/3.5.2_ajv@6.12.6: @@ -2245,12 +2253,12 @@ packages: ajv: 6.12.6 dev: false - /ajv-keywords/5.0.0_ajv@8.8.1: - resolution: {integrity: sha512-ULd1QMjRoH6JDNUQIfDLrlE+OgZlFaxyYCjzt58uNuUQtKXt8/U+vK/8Ql0gyn/C5mqZzUWtKMqr/4YquvTrWA==} + /ajv-keywords/5.1.0_ajv@8.8.2: + resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: - ajv: ^8.0.0 + ajv: ^8.8.2 dependencies: - ajv: 8.8.1 + ajv: 8.8.2 fast-deep-equal: 3.1.3 dev: false @@ -2272,8 +2280,8 @@ packages: uri-js: 4.4.1 dev: false - /ajv/8.8.1: - resolution: {integrity: sha512-6CiMNDrzv0ZR916u2T+iRunnD60uWmNn8SkdB44/6stVORUg0aAkWO7PkOhpCmjmW8f2I/G/xnowD66fxGyQJg==} + /ajv/8.8.2: + resolution: {integrity: sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -2633,6 +2641,7 @@ packages: /bindings/1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: false @@ -4294,6 +4303,7 @@ packages: /file-uri-to-path/1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true dev: false optional: true @@ -6450,6 +6460,7 @@ packages: /nan/2.15.0: resolution: {integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==} + requiresBuild: true dev: false optional: true @@ -7547,7 +7558,7 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.7.0 + is-core-module: 2.8.0 path-parse: 1.0.7 dev: false @@ -7719,9 +7730,9 @@ packages: engines: {node: '>= 12.13.0'} dependencies: '@types/json-schema': 7.0.9 - ajv: 8.8.1 + ajv: 8.8.2 ajv-formats: 2.1.1 - ajv-keywords: 5.0.0_ajv@8.8.1 + ajv-keywords: 5.1.0_ajv@8.8.2 dev: false /secure-json-parse/2.4.0: @@ -9978,7 +9989,7 @@ packages: dev: false file:projects/model-all.tgz_typescript@4.4.3: - resolution: {integrity: sha512-dgYN/ewRyTz9ehJVxJP7GYqm9i/aC24yOG4nOmLq1WU8joV8mlXxwoZJhA5fmdrgS23Ww6xiLwNoZ7ir+TsNNA==, tarball: file:projects/model-all.tgz} + resolution: {integrity: sha512-UP8PoaNuPoVGjUg1fAHenpbEjGRGwz4PHXGuadhXHzbglw5g2tGJbEGTvrIOkty28uh3K54OZ0EPhcz7it67nA==, tarball: file:projects/model-all.tgz} id: file:projects/model-all.tgz name: '@rush-temp/model-all' version: 0.0.0 @@ -10170,6 +10181,23 @@ packages: - typescript dev: false + file:projects/model-setting.tgz_typescript@4.4.3: + resolution: {integrity: sha512-iIfNBlCCEb8X0Ex7ZImM6rV2Q9UZ5wmqRqepHK4cp8yJ7IPN/gwETHLqLnm9kkkSiPdI/pVNmIhSReyR+65AqQ==, tarball: file:projects/model-setting.tgz} + id: file:projects/model-setting.tgz + name: '@rush-temp/model-setting' + version: 0.0.0 + dependencies: + '@typescript-eslint/eslint-plugin': 4.33.0_eslint@7.32.0+typescript@4.4.3 + eslint: 7.32.0 + eslint-plugin-import: 2.25.3_eslint@7.32.0 + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 4.3.1 + transitivePeerDependencies: + - '@typescript-eslint/parser' + - supports-color + - typescript + dev: false + file:projects/model-task.tgz_typescript@4.4.3: resolution: {integrity: sha512-ECVFsBQDPeXBhwde4kBvnJlE8sXbSuSPOVa76QAdw4poccNaXabQbDUMNKNIquq4kTPGp7GhUUbaDk316zWmcw==, tarball: file:projects/model-task.tgz} id: file:projects/model-task.tgz @@ -10381,7 +10409,7 @@ packages: dev: false file:projects/prod.tgz_sass@1.42.1+typescript@4.4.3: - resolution: {integrity: sha512-x7H3hwhd/DGstkIJ2QG1AJMUyFKeP//3BVCL24c8w4Z1xMD+fnfsg5pf3V1c/LkHk/e3D3YyPTqBOAt5+u1mJQ==, tarball: file:projects/prod.tgz} + resolution: {integrity: sha512-GCcPe++xT1m51ZmTKEX/KBB957pSUkO2CbgSa93yCs6XX8V4O6/fiG/w+EPTdhNP/3TSIf8Lk0Ys8pE2uwy20g==, tarball: file:projects/prod.tgz} id: file:projects/prod.tgz name: '@rush-temp/prod' version: 0.0.0 @@ -10682,6 +10710,66 @@ packages: - typescript dev: false + file:projects/setting-assets.tgz: + resolution: {integrity: sha512-JKszjyXjZ3ec9TNPCllwQAdZSL07axM5RKwRqhZzgV95S5/n3aMZF9R7crgR3VNSBZ2FEq0G9do2nX5Z+7kptA==, tarball: file:projects/setting-assets.tgz} + name: '@rush-temp/setting-assets' + version: 0.0.0 + dev: false + + file:projects/setting-resources.tgz_e1367da94684b005adf08f025c517b1a: + resolution: {integrity: sha512-aoByeag8MLg3JMnxAgMrLZddsHJ3dhi53wPp2md27kB6fqP3ZbL9zoOoPelEtauKe6XMuufEscpVINP4ojsM4g==, tarball: file:projects/setting-resources.tgz} + id: file:projects/setting-resources.tgz + name: '@rush-temp/setting-resources' + version: 0.0.0 + dependencies: + '@types/deep-equal': 1.0.1 + '@typescript-eslint/eslint-plugin': 5.4.0_87dbf04088b125598d0271706532eaf3 + '@typescript-eslint/parser': 5.4.0_eslint@7.32.0+typescript@4.4.3 + eslint: 7.32.0 + eslint-config-standard-with-typescript: 21.0.1_05a8ea1454e6ca4c9f98b94b8f3abf9c + eslint-plugin-import: 2.25.3_eslint@7.32.0 + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 5.1.1_eslint@7.32.0 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.43.1 + prettier: 2.4.1 + prettier-plugin-svelte: 2.5.0_prettier@2.4.1+svelte@3.43.1 + sass: 1.42.1 + svelte: 3.43.1 + svelte-check: 2.2.10_3708ed3db7329f2cbf76db19160094b1 + svelte-loader: 3.1.2_svelte@3.43.1 + svelte-preprocess: 4.9.8_b1ccfb371c7d68f75291f5a547be0b14 + transitivePeerDependencies: + - '@babel/core' + - coffeescript + - less + - node-sass + - postcss + - postcss-load-config + - pug + - stylus + - sugarss + - supports-color + - typescript + dev: false + + file:projects/setting.tgz_typescript@4.4.3: + resolution: {integrity: sha512-gJg91WiZ9nc4qsqwv/i+K60U7sOryXP2aGNHKlv6jXumRKAVki2HBsrUC6yk/Rbbu5E1gyuIYTeEPC5pDrFQkw==, tarball: file:projects/setting.tgz} + id: file:projects/setting.tgz + name: '@rush-temp/setting' + version: 0.0.0 + dependencies: + '@types/heft-jest': 1.0.2 + '@typescript-eslint/eslint-plugin': 4.33.0_eslint@7.32.0+typescript@4.4.3 + eslint: 7.32.0 + eslint-plugin-import: 2.25.3_eslint@7.32.0 + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 4.3.1 + transitivePeerDependencies: + - '@typescript-eslint/parser' + - supports-color + - typescript + dev: false + file:projects/task-assets.tgz: resolution: {integrity: sha512-iCE65Ymh4mzKwv/rdQLUKsr616J8EFXGjsfbPG35QwRNWStKMyiGTRxgnqs+ANKoZMztGdcZXq3DXemT1IZWeQ==, tarball: file:projects/task-assets.tgz} name: '@rush-temp/task-assets' @@ -10915,7 +11003,7 @@ packages: dev: false file:projects/workbench-resources.tgz_e1367da94684b005adf08f025c517b1a: - resolution: {integrity: sha512-qnWLfIbQ3OZ9SrZo+0Y9FnJlx+hPimmRgdXuziAK95a+K6nScmGTxQI0klGDvA9M1IFWikxButJ8GAPMqU1QBQ==, tarball: file:projects/workbench-resources.tgz} + resolution: {integrity: sha512-y7W8oQuhPXIzrM/erW/ajFnF4iO8f2FHXHNZ+jM2XSLqnhXeXZQlIzYMOq4lVWWl+RfYoZNxLeeia76z5qAHdQ==, tarball: file:projects/workbench-resources.tgz} id: file:projects/workbench-resources.tgz name: '@rush-temp/workbench-resources' version: 0.0.0 diff --git a/dev/prod/package.json b/dev/prod/package.json index 03cce49c38..0ecf7b9157 100644 --- a/dev/prod/package.json +++ b/dev/prod/package.json @@ -62,6 +62,9 @@ "@anticrm/recruit": "~0.6.0", "@anticrm/recruit-assets": "~0.6.0", "@anticrm/recruit-resources": "~0.6.0", + "@anticrm/setting": "~0.6.0", + "@anticrm/setting-assets": "~0.6.0", + "@anticrm/setting-resources": "~0.6.0", "@anticrm/server-chunter": "~0.6.1", "@anticrm/dev-server-chunter-resources": "~0.6.0", "@anticrm/client-resources": "~0.6.4", diff --git a/dev/prod/src/platform.ts b/dev/prod/src/platform.ts index 1f8011dd30..0db38c7cf2 100644 --- a/dev/prod/src/platform.ts +++ b/dev/prod/src/platform.ts @@ -24,6 +24,7 @@ import { contactId } from '@anticrm/contact' import { chunterId } from '@anticrm/chunter' import { recruitId } from '@anticrm/recruit' import { activityId } from '@anticrm/activity' +import { settingId } from '@anticrm/setting' import { serverChunterId } from '@anticrm/server-chunter' import { serverRecruitId } from '@anticrm/server-recruit' @@ -36,6 +37,7 @@ import '@anticrm/chunter-assets' import '@anticrm/contact-assets' import '@anticrm/recruit-assets' import '@anticrm/activity-assets' +import '@anticrm/setting-assets' import { setMetadata } from '@anticrm/platform' export function configurePlatform() { @@ -46,6 +48,7 @@ export function configurePlatform() { setMetadata(login.metadata.UploadUrl, value.UPLOAD_URL) }) }) + setMetadata(login.metadata.TelegramUrl, process.env.TELEGRAM_URL) setMetadata(login.metadata.OverrideEndpoint, process.env.LOGIN_ENDPOINT) if (process.env.CLIENT_TYPE === 'dev') { @@ -73,4 +76,5 @@ export function configurePlatform() { addLocation(chunterId, () => import(/* webpackChunkName: "chunter" */ '@anticrm/chunter-resources')) addLocation(recruitId, () => import(/* webpackChunkName: "recruit" */ '@anticrm/recruit-resources')) addLocation(activityId, () => import(/*webpackChunkName: "activity" */ '@anticrm/activity-resources')) + addLocation(settingId, () => import(/* webpackChunkName: "setting" */ '@anticrm/setting-resources')) } diff --git a/dev/storage/src/model.tx.json b/dev/storage/src/model.tx.json index 8f732dec43..8b9882cf3d 100644 --- a/dev/storage/src/model.tx.json +++ b/dev/storage/src/model.tx.json @@ -1,25 +1,25 @@ [ { - "_id": "619b741b8c21191a20ea27b2", + "_id": "619b7e95a93b6dfbe2e37481", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Obj", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0 } }, { - "_id": "619b741b8c21191a20ea27b3", + "_id": "619b7e95a93b6dfbe2e37482", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Doc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -27,12 +27,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b4", - "objectId": "619b741b8c21191a20ea27b5", + "_id": "619b7e95a93b6dfbe2e37483", + "objectId": "619b7e95a93b6dfbe2e37484", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437177, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -46,13 +46,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b6", + "_id": "619b7e95a93b6dfbe2e37485", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "state", @@ -61,12 +61,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b7", - "objectId": "619b741b8c21191a20ea27b8", + "_id": "619b7e95a93b6dfbe2e37486", + "objectId": "619b7e95a93b6dfbe2e37487", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -80,13 +80,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b9", + "_id": "619b7e95a93b6dfbe2e37488", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Type", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -94,13 +94,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ba", + "_id": "619b7e95a93b6dfbe2e37489", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -108,13 +108,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bb", + "_id": "619b7e95a93b6dfbe2e3748a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -122,13 +122,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bc", + "_id": "619b7e95a93b6dfbe2e3748b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -136,13 +136,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bd", + "_id": "619b7e95a93b6dfbe2e3748c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Attribute", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -150,13 +150,13 @@ } }, { - "_id": "619b741b8c21191a20ea27be", + "_id": "619b7e95a93b6dfbe2e3748d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Account", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -165,13 +165,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bf", + "_id": "619b7e95a93b6dfbe2e3748e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Space", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -180,12 +180,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c0", - "objectId": "619b741b8c21191a20ea27c1", + "_id": "619b7e95a93b6dfbe2e3748f", + "objectId": "619b7e95a93b6dfbe2e37490", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -199,13 +199,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c2", + "_id": "619b7e95a93b6dfbe2e37491", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:SpaceWithStates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -213,13 +213,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c3", + "_id": "619b7e95a93b6dfbe2e37492", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:AttachedDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -227,13 +227,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c4", + "_id": "619b7e95a93b6dfbe2e37493", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:DocWithState", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -241,12 +241,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c5", - "objectId": "619b741b8c21191a20ea27c6", + "_id": "619b7e95a93b6dfbe2e37494", + "objectId": "619b7e95a93b6dfbe2e37495", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -260,12 +260,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c7", - "objectId": "619b741b8c21191a20ea27c8", + "_id": "619b7e95a93b6dfbe2e37496", + "objectId": "619b7e95a93b6dfbe2e37497", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -279,13 +279,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c9", + "_id": "619b7e95a93b6dfbe2e37498", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Tx", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "tx", @@ -294,13 +294,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ca", + "_id": "619b7e95a93b6dfbe2e37499", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxBulkWrite", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -308,13 +308,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cb", + "_id": "619b7e95a93b6dfbe2e3749a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -322,13 +322,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cc", + "_id": "619b7e95a93b6dfbe2e3749b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxRemoveDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -336,13 +336,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cd", + "_id": "619b7e95a93b6dfbe2e3749c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxUpdateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -350,13 +350,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ce", + "_id": "619b7e95a93b6dfbe2e3749d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxMixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -364,13 +364,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cf", + "_id": "619b7e95a93b6dfbe2e3749e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxPutBag", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -378,13 +378,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d0", + "_id": "619b7e95a93b6dfbe2e3749f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCollectionCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -392,13 +392,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d1", + "_id": "619b7e95a93b6dfbe2e374a0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCreateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -406,13 +406,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d2", + "_id": "619b7e95a93b6dfbe2e374a1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Class", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -421,13 +421,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d3", + "_id": "619b7e95a93b6dfbe2e374a2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Mixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -435,13 +435,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d4", + "_id": "619b7e95a93b6dfbe2e374a3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "activity:class:TxViewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -450,13 +450,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d5", + "_id": "619b7e95a93b6dfbe2e374a4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Sequence", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -465,13 +465,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d6", + "_id": "619b7e95a93b6dfbe2e374a5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Kanban", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -480,13 +480,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d7", + "_id": "619b7e95a93b6dfbe2e374a6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ActionTarget", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -495,13 +495,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d8", + "_id": "619b7e95a93b6dfbe2e374a7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Action", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -510,13 +510,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d9", + "_id": "619b7e95a93b6dfbe2e374a8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Viewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -525,13 +525,13 @@ } }, { - "_id": "619b741b8c21191a20ea27da", + "_id": "619b7e95a93b6dfbe2e374a9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ViewletDescriptor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -540,13 +540,13 @@ } }, { - "_id": "619b741b8c21191a20ea27db", + "_id": "619b7e95a93b6dfbe2e374aa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:ObjectEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -554,13 +554,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dc", + "_id": "619b7e95a93b6dfbe2e374ab", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:KanbanCard", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -568,13 +568,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dd", + "_id": "619b7e95a93b6dfbe2e374ac", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributePresenter", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -582,13 +582,13 @@ } }, { - "_id": "619b741b8c21191a20ea27de", + "_id": "619b7e95a93b6dfbe2e374ad", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributeEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -596,11 +596,11 @@ } }, { - "_id": "619b741b8c21191a20ea27df", + "_id": "619b7e95a93b6dfbe2e374ae", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -610,11 +610,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e0", + "_id": "619b7e95a93b6dfbe2e374af", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -624,11 +624,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e1", + "_id": "619b7e95a93b6dfbe2e374b0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -638,11 +638,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e2", + "_id": "619b7e95a93b6dfbe2e374b1", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -652,11 +652,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e3", + "_id": "619b7e95a93b6dfbe2e374b2", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -666,11 +666,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e4", + "_id": "619b7e95a93b6dfbe2e374b3", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -680,13 +680,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e5", + "_id": "619b7e95a93b6dfbe2e374b4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Table", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Table", @@ -695,13 +695,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e6", + "_id": "619b7e95a93b6dfbe2e374b5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Kanban", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Kanban", @@ -710,13 +710,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e7", + "_id": "619b7e95a93b6dfbe2e374b6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:action:Delete", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Delete", @@ -725,13 +725,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e8", + "_id": "619b7e95a93b6dfbe2e374b7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea27e9", + "objectId": "619b7e95a93b6dfbe2e374b8", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "target": "core:class:Doc", @@ -739,13 +739,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ea", + "_id": "619b7e95a93b6dfbe2e374b9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:space:Sequence", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "name": "Sequences", @@ -755,13 +755,13 @@ } }, { - "_id": "619b741b8c21191a20ea27eb", + "_id": "619b7e95a93b6dfbe2e374ba", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:mixin:SpaceView", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -769,13 +769,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ec", + "_id": "619b7e95a93b6dfbe2e374bb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:class:Application", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -784,13 +784,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ed", + "_id": "619b7e95a93b6dfbe2e374bc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:EmployeeAccount", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -798,13 +798,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ee", + "_id": "619b7e95a93b6dfbe2e374bd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Contact", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "contact", @@ -813,12 +813,12 @@ } }, { - "_id": "619b741b8c21191a20ea27ef", - "objectId": "619b741b8c21191a20ea27f0", + "_id": "619b7e95a93b6dfbe2e374be", + "objectId": "619b7e95a93b6dfbe2e374bf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -833,12 +833,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f1", - "objectId": "619b741b8c21191a20ea27f2", + "_id": "619b7e95a93b6dfbe2e374c0", + "objectId": "619b7e95a93b6dfbe2e374c1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -852,13 +852,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f3", + "_id": "619b7e95a93b6dfbe2e374c2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -867,12 +867,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f4", - "objectId": "619b741b8c21191a20ea27f5", + "_id": "619b7e95a93b6dfbe2e374c3", + "objectId": "619b7e95a93b6dfbe2e374c4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -886,13 +886,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f6", + "_id": "619b7e95a93b6dfbe2e374c5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Employee", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -900,13 +900,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f7", + "_id": "619b7e95a93b6dfbe2e374c6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Organization", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -914,13 +914,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f8", + "_id": "619b7e95a93b6dfbe2e374c7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -928,13 +928,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f9", + "_id": "619b7e95a93b6dfbe2e374c8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:ChannelProvider", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -943,11 +943,11 @@ } }, { - "_id": "619b741b8c21191a20ea27fa", + "_id": "619b7e95a93b6dfbe2e374c9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -957,13 +957,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fb", + "_id": "619b7e95a93b6dfbe2e374ca", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Email", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Email", @@ -972,13 +972,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fc", + "_id": "619b7e95a93b6dfbe2e374cb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Phone", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Phone", @@ -987,13 +987,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fd", + "_id": "619b7e95a93b6dfbe2e374cc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:LinkedIn", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "LinkedIn", @@ -1002,13 +1002,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fe", + "_id": "619b7e95a93b6dfbe2e374cd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Twitter", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Twitter", @@ -1017,13 +1017,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ff", + "_id": "619b7e95a93b6dfbe2e374ce", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Telegram", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Telegram", @@ -1032,13 +1032,13 @@ } }, { - "_id": "619b741b8c21191a20ea2800", + "_id": "619b7e95a93b6dfbe2e374cf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:space:Employee", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "Employees", @@ -1048,11 +1048,11 @@ } }, { - "_id": "619b741b8c21191a20ea2801", + "_id": "619b7e95a93b6dfbe2e374d0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1062,13 +1062,13 @@ } }, { - "_id": "619b741b8c21191a20ea2802", + "_id": "619b7e95a93b6dfbe2e374d1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "attachment", @@ -1078,12 +1078,12 @@ } }, { - "_id": "619b741b8c21191a20ea2803", - "objectId": "619b741b8c21191a20ea2804", + "_id": "619b7e95a93b6dfbe2e374d2", + "objectId": "619b7e95a93b6dfbe2e374d3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1097,12 +1097,12 @@ } }, { - "_id": "619b741b8c21191a20ea2805", - "objectId": "619b741b8c21191a20ea2806", + "_id": "619b7e95a93b6dfbe2e374d4", + "objectId": "619b7e95a93b6dfbe2e374d5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1116,12 +1116,12 @@ } }, { - "_id": "619b741b8c21191a20ea2807", - "objectId": "619b741b8c21191a20ea2808", + "_id": "619b7e95a93b6dfbe2e374d6", + "objectId": "619b7e95a93b6dfbe2e374d7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1135,12 +1135,12 @@ } }, { - "_id": "619b741b8c21191a20ea2809", - "objectId": "619b741b8c21191a20ea280a", + "_id": "619b7e95a93b6dfbe2e374d8", + "objectId": "619b7e95a93b6dfbe2e374d9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1154,12 +1154,12 @@ } }, { - "_id": "619b741b8c21191a20ea280b", - "objectId": "619b741b8c21191a20ea280c", + "_id": "619b7e95a93b6dfbe2e374da", + "objectId": "619b7e95a93b6dfbe2e374db", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1173,13 +1173,13 @@ } }, { - "_id": "619b741b8c21191a20ea280d", + "_id": "619b7e95a93b6dfbe2e374dc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Comment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "comment", @@ -1188,12 +1188,12 @@ } }, { - "_id": "619b741b8c21191a20ea280e", - "objectId": "619b741b8c21191a20ea280f", + "_id": "619b7e95a93b6dfbe2e374dd", + "objectId": "619b7e95a93b6dfbe2e374de", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1208,13 +1208,13 @@ } }, { - "_id": "619b741b8c21191a20ea2810", + "_id": "619b7e95a93b6dfbe2e374df", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Backlink", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1222,13 +1222,13 @@ } }, { - "_id": "619b741b8c21191a20ea2811", + "_id": "619b7e95a93b6dfbe2e374e0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Message", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "chunter", @@ -1237,12 +1237,12 @@ } }, { - "_id": "619b741b8c21191a20ea2812", - "objectId": "619b741b8c21191a20ea2813", + "_id": "619b7e95a93b6dfbe2e374e1", + "objectId": "619b7e95a93b6dfbe2e374e2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1257,13 +1257,13 @@ } }, { - "_id": "619b741b8c21191a20ea2814", + "_id": "619b7e95a93b6dfbe2e374e3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1273,11 +1273,11 @@ } }, { - "_id": "619b741b8c21191a20ea2815", + "_id": "619b7e95a93b6dfbe2e374e4", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1289,13 +1289,13 @@ } }, { - "_id": "619b741b8c21191a20ea2816", + "_id": "619b7e95a93b6dfbe2e374e5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:viewlet:Chat", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Chat", @@ -1304,13 +1304,13 @@ } }, { - "_id": "619b741b8c21191a20ea2817", + "_id": "619b7e95a93b6dfbe2e374e6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2818", + "objectId": "619b7e95a93b6dfbe2e374e7", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "chunter:class:Message", @@ -1320,17 +1320,18 @@ } }, { - "_id": "619b741b8c21191a20ea2819", + "_id": "619b7e95a93b6dfbe2e374e8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281a", + "objectId": "619b7e95a93b6dfbe2e374e9", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "chunter:string:ApplicationLabelChunter", "icon": "chunter:icon:Chunter", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1344,13 +1345,13 @@ } }, { - "_id": "619b741b8c21191a20ea281b", + "_id": "619b7e95a93b6dfbe2e374ea", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281c", + "objectId": "619b7e95a93b6dfbe2e374eb", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "general", @@ -1360,13 +1361,13 @@ } }, { - "_id": "619b741b8c21191a20ea281d", + "_id": "619b7e95a93b6dfbe2e374ec", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281e", + "objectId": "619b7e95a93b6dfbe2e374ed", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "random", @@ -1376,11 +1377,11 @@ } }, { - "_id": "619b741b8c21191a20ea281f", + "_id": "619b7e95a93b6dfbe2e374ee", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1390,13 +1391,13 @@ } }, { - "_id": "619b741b8c21191a20ea2820", + "_id": "619b7e95a93b6dfbe2e374ef", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxCommentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Comment", @@ -1408,13 +1409,13 @@ } }, { - "_id": "619b741b8c21191a20ea2821", + "_id": "619b7e95a93b6dfbe2e374f0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxAttachmentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Attachment", @@ -1426,13 +1427,13 @@ } }, { - "_id": "619b741b8c21191a20ea2822", + "_id": "619b7e95a93b6dfbe2e374f1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Task", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1440,12 +1441,12 @@ } }, { - "_id": "619b741b8c21191a20ea2823", - "objectId": "619b741b8c21191a20ea2824", + "_id": "619b7e95a93b6dfbe2e374f2", + "objectId": "619b7e95a93b6dfbe2e374f3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1459,12 +1460,12 @@ } }, { - "_id": "619b741b8c21191a20ea2825", - "objectId": "619b741b8c21191a20ea2826", + "_id": "619b7e95a93b6dfbe2e374f4", + "objectId": "619b7e95a93b6dfbe2e374f5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1478,12 +1479,12 @@ } }, { - "_id": "619b741b8c21191a20ea2827", - "objectId": "619b741b8c21191a20ea2828", + "_id": "619b7e95a93b6dfbe2e374f6", + "objectId": "619b7e95a93b6dfbe2e374f7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1497,13 +1498,13 @@ } }, { - "_id": "619b741b8c21191a20ea2829", + "_id": "619b7e95a93b6dfbe2e374f8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1513,11 +1514,11 @@ } }, { - "_id": "619b741b8c21191a20ea282a", + "_id": "619b7e95a93b6dfbe2e374f9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1530,13 +1531,13 @@ } }, { - "_id": "619b741b8c21191a20ea282b", + "_id": "619b7e95a93b6dfbe2e374fa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282c", + "objectId": "619b7e95a93b6dfbe2e374fb", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "task:class:Task", @@ -1554,17 +1555,18 @@ } }, { - "_id": "619b741b8c21191a20ea282d", + "_id": "619b7e95a93b6dfbe2e374fc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282e", + "objectId": "619b7e95a93b6dfbe2e374fd", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "task:string:ApplicationLabelTask", "icon": "task:icon:Task", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1578,13 +1580,13 @@ } }, { - "_id": "619b741b8c21191a20ea282f", + "_id": "619b7e95a93b6dfbe2e374fe", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2830", + "objectId": "619b7e95a93b6dfbe2e374ff", "objectClass": "task:class:Project", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "demo", @@ -1594,13 +1596,13 @@ } }, { - "_id": "619b741b8c21191a20ea2831", + "_id": "619b7e95a93b6dfbe2e37500", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "recruit", @@ -1612,12 +1614,12 @@ } }, { - "_id": "619b741b8c21191a20ea2832", - "objectId": "619b741b8c21191a20ea2833", + "_id": "619b7e95a93b6dfbe2e37501", + "objectId": "619b7e95a93b6dfbe2e37502", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1631,12 +1633,12 @@ } }, { - "_id": "619b741b8c21191a20ea2834", - "objectId": "619b741b8c21191a20ea2835", + "_id": "619b7e95a93b6dfbe2e37503", + "objectId": "619b7e95a93b6dfbe2e37504", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1650,13 +1652,13 @@ } }, { - "_id": "619b741b8c21191a20ea2836", + "_id": "619b7e95a93b6dfbe2e37505", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1665,12 +1667,12 @@ } }, { - "_id": "619b741b8c21191a20ea2837", - "objectId": "619b741b8c21191a20ea2838", + "_id": "619b7e95a93b6dfbe2e37506", + "objectId": "619b7e95a93b6dfbe2e37507", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1684,12 +1686,12 @@ } }, { - "_id": "619b741b8c21191a20ea2839", - "objectId": "619b741b8c21191a20ea283a", + "_id": "619b7e95a93b6dfbe2e37508", + "objectId": "619b7e95a93b6dfbe2e37509", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1703,12 +1705,12 @@ } }, { - "_id": "619b741b8c21191a20ea283b", - "objectId": "619b741b8c21191a20ea283c", + "_id": "619b7e95a93b6dfbe2e3750a", + "objectId": "619b7e95a93b6dfbe2e3750b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1722,12 +1724,12 @@ } }, { - "_id": "619b741b8c21191a20ea283d", - "objectId": "619b741b8c21191a20ea283e", + "_id": "619b7e95a93b6dfbe2e3750c", + "objectId": "619b7e95a93b6dfbe2e3750d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1741,12 +1743,12 @@ } }, { - "_id": "619b741b8c21191a20ea283f", - "objectId": "619b741b8c21191a20ea2840", + "_id": "619b7e95a93b6dfbe2e3750e", + "objectId": "619b7e95a93b6dfbe2e3750f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1760,13 +1762,13 @@ } }, { - "_id": "619b741b8c21191a20ea2841", + "_id": "619b7e95a93b6dfbe2e37510", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1776,13 +1778,13 @@ } }, { - "_id": "619b741b8c21191a20ea2842", + "_id": "619b7e95a93b6dfbe2e37511", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1792,11 +1794,11 @@ } }, { - "_id": "619b741b8c21191a20ea2843", + "_id": "619b7e95a93b6dfbe2e37512", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1809,11 +1811,11 @@ } }, { - "_id": "619b741b8c21191a20ea2844", + "_id": "619b7e95a93b6dfbe2e37513", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1826,17 +1828,18 @@ } }, { - "_id": "619b741b8c21191a20ea2845", + "_id": "619b7e95a93b6dfbe2e37514", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2846", + "objectId": "619b7e95a93b6dfbe2e37515", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "recruit:string:RecruitApplication", "icon": "recruit:icon:RecruitApplication", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1856,13 +1859,13 @@ } }, { - "_id": "619b741b8c21191a20ea2847", + "_id": "619b7e95a93b6dfbe2e37516", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:space:CandidatesPublic", "objectClass": "recruit:class:Candidates", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "public", @@ -1872,13 +1875,13 @@ } }, { - "_id": "619b741b8c21191a20ea2848", + "_id": "619b7e95a93b6dfbe2e37517", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2849", + "objectId": "619b7e95a93b6dfbe2e37518", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Candidate", @@ -1903,13 +1906,13 @@ } }, { - "_id": "619b741b8c21191a20ea284a", + "_id": "619b7e95a93b6dfbe2e37519", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284b", + "objectId": "619b7e95a93b6dfbe2e3751a", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1935,13 +1938,13 @@ } }, { - "_id": "619b741b8c21191a20ea284c", + "_id": "619b7e95a93b6dfbe2e3751b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284d", + "objectId": "619b7e95a93b6dfbe2e3751c", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1962,11 +1965,11 @@ } }, { - "_id": "619b741b8c21191a20ea284e", + "_id": "619b7e95a93b6dfbe2e3751d", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1976,11 +1979,11 @@ } }, { - "_id": "619b741b8c21191a20ea284f", + "_id": "619b7e95a93b6dfbe2e3751e", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1990,11 +1993,11 @@ } }, { - "_id": "619b741b8c21191a20ea2850", + "_id": "619b7e95a93b6dfbe2e3751f", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -2004,13 +2007,13 @@ } }, { - "_id": "619b741b8c21191a20ea2851", + "_id": "619b7e95a93b6dfbe2e37520", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:action:CreateApplication", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Create Application", @@ -2019,13 +2022,13 @@ } }, { - "_id": "619b741b8c21191a20ea2852", + "_id": "619b7e95a93b6dfbe2e37521", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2853", + "objectId": "619b7e95a93b6dfbe2e37522", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "target": "recruit:class:Candidate", @@ -2033,13 +2036,13 @@ } }, { - "_id": "619b741b8c21191a20ea2854", + "_id": "619b7e95a93b6dfbe2e37523", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2855", + "objectId": "619b7e95a93b6dfbe2e37524", "objectClass": "view:class:Sequence", "objectSpace": "view:space:Sequence", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachedTo": "recruit:class:Applicant", @@ -2047,13 +2050,13 @@ } }, { - "_id": "619b741b8c21191a20ea2856", + "_id": "619b7e95a93b6dfbe2e37525", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2065,13 +2068,13 @@ } }, { - "_id": "619b741b8c21191a20ea2857", + "_id": "619b7e95a93b6dfbe2e37526", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantUpdate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2083,13 +2086,13 @@ } }, { - "_id": "619b741b8c21191a20ea2858", + "_id": "619b7e95a93b6dfbe2e37527", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxCandidateCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Candidate", @@ -2100,13 +2103,13 @@ } }, { - "_id": "619b741b8c21191a20ea2859", + "_id": "619b7e95a93b6dfbe2e37528", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "server-core:class:Trigger", + "objectId": "setting:class:IntegrationType", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -2115,66 +2118,178 @@ } }, { - "_id": "619b741b8c21191a20ea285a", + "_id": "619b7e95a93b6dfbe2e37529", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285b", + "objectId": "setting:class:Integration", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "setting", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752a", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "setting:ids:SettingApp", + "objectClass": "workbench:class:Application", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "hidden": true, + "navigatorModel": { + "specials": [ + { + "id": "setting", + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "component": "setting:component:Setting" + }, + { + "id": "integrations", + "label": "setting:string:Integrations", + "icon": "setting:icon:Integrations", + "component": "setting:component:Integrations" + }, + { + "id": "support", + "label": "setting:string:Support", + "icon": "setting:icon:Support", + "component": "setting:component:Support" + }, + { + "id": "privacy", + "label": "setting:string:Privacy", + "icon": "setting:icon:Privacy", + "component": "setting:component:Privacy" + }, + { + "id": "terms", + "label": "setting:string:Terms", + "icon": "setting:icon:Terms", + "component": "setting:component:Terms" + } + ], + "spaces": [] + } + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752b", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752c", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Telegram", + "description": "Use telegram integration", + "icon": "setting:component:IconTelegram", + "createComponent": "setting:component:ConnectTelegram" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752d", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752e", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Email", + "description": "Use email integration", + "icon": "setting:component:IconGmail", + "createComponent": "setting:component:ConnectEmail" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752f", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "server-core:class:Trigger", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "model", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e37530", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e37531", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnMessage" } }, { - "_id": "619b741b8c21191a20ea285c", + "_id": "619b7e95a93b6dfbe2e37532", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285d", + "objectId": "619b7e95a93b6dfbe2e37533", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnAttachment" } }, { - "_id": "619b741b8c21191a20ea285e", + "_id": "619b7e95a93b6dfbe2e37534", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285f", + "objectId": "619b7e95a93b6dfbe2e37535", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-recruit:trigger:OnApplication" } }, { - "_id": "619b741b8c21191a20ea2860", + "_id": "619b7e95a93b6dfbe2e37536", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2861", + "objectId": "619b7e95a93b6dfbe2e37537", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-view:trigger:OnDocWithState" } }, { - "_id": "619b741b8c21191a20ea2864", + "_id": "619b7e95a93b6dfbe2e3753a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2862", + "objectId": "619b7e95a93b6dfbe2e37538", "objectClass": "contact:class:Employee", "objectSpace": "contact:space:Employee", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "Chen,Rosamund", "city": "Mountain View", @@ -2182,29 +2297,29 @@ } }, { - "_id": "619b741b8c21191a20ea2865", + "_id": "619b7e95a93b6dfbe2e3753b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2863", + "objectId": "619b7e95a93b6dfbe2e37539", "objectClass": "contact:class:EmployeeAccount", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "email": "rosamund@hc.engineering", - "employee": "619b741b8c21191a20ea2862", + "employee": "619b7e95a93b6dfbe2e37538", "name": "Chen,Rosamund" } }, { - "_id": "619b741b8c21191a20ea2866", + "_id": "619b7e95a93b6dfbe2e3753c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2867", + "objectId": "619b7e95a93b6dfbe2e3753d", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Andrey", "title": "Chief Architect", @@ -2218,14 +2333,14 @@ } }, { - "_id": "619b741b8c21191a20ea2868", + "_id": "619b7e95a93b6dfbe2e3753e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2869", + "objectId": "619b7e95a93b6dfbe2e3753f", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "M.,Marina", "title": "Chief Designer", @@ -2239,14 +2354,14 @@ } }, { - "_id": "619b741b8c21191a20ea286a", + "_id": "619b7e95a93b6dfbe2e37540", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea286b", + "objectId": "619b7e95a93b6dfbe2e37541", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Alex", "title": "Frontend Engineer", diff --git a/dev/tool/src/model.tx.json b/dev/tool/src/model.tx.json index 8f732dec43..8b9882cf3d 100644 --- a/dev/tool/src/model.tx.json +++ b/dev/tool/src/model.tx.json @@ -1,25 +1,25 @@ [ { - "_id": "619b741b8c21191a20ea27b2", + "_id": "619b7e95a93b6dfbe2e37481", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Obj", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0 } }, { - "_id": "619b741b8c21191a20ea27b3", + "_id": "619b7e95a93b6dfbe2e37482", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Doc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -27,12 +27,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b4", - "objectId": "619b741b8c21191a20ea27b5", + "_id": "619b7e95a93b6dfbe2e37483", + "objectId": "619b7e95a93b6dfbe2e37484", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437177, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -46,13 +46,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b6", + "_id": "619b7e95a93b6dfbe2e37485", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "state", @@ -61,12 +61,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b7", - "objectId": "619b741b8c21191a20ea27b8", + "_id": "619b7e95a93b6dfbe2e37486", + "objectId": "619b7e95a93b6dfbe2e37487", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -80,13 +80,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b9", + "_id": "619b7e95a93b6dfbe2e37488", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Type", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -94,13 +94,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ba", + "_id": "619b7e95a93b6dfbe2e37489", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -108,13 +108,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bb", + "_id": "619b7e95a93b6dfbe2e3748a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -122,13 +122,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bc", + "_id": "619b7e95a93b6dfbe2e3748b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -136,13 +136,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bd", + "_id": "619b7e95a93b6dfbe2e3748c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Attribute", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -150,13 +150,13 @@ } }, { - "_id": "619b741b8c21191a20ea27be", + "_id": "619b7e95a93b6dfbe2e3748d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Account", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -165,13 +165,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bf", + "_id": "619b7e95a93b6dfbe2e3748e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Space", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -180,12 +180,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c0", - "objectId": "619b741b8c21191a20ea27c1", + "_id": "619b7e95a93b6dfbe2e3748f", + "objectId": "619b7e95a93b6dfbe2e37490", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -199,13 +199,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c2", + "_id": "619b7e95a93b6dfbe2e37491", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:SpaceWithStates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -213,13 +213,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c3", + "_id": "619b7e95a93b6dfbe2e37492", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:AttachedDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -227,13 +227,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c4", + "_id": "619b7e95a93b6dfbe2e37493", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:DocWithState", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -241,12 +241,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c5", - "objectId": "619b741b8c21191a20ea27c6", + "_id": "619b7e95a93b6dfbe2e37494", + "objectId": "619b7e95a93b6dfbe2e37495", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -260,12 +260,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c7", - "objectId": "619b741b8c21191a20ea27c8", + "_id": "619b7e95a93b6dfbe2e37496", + "objectId": "619b7e95a93b6dfbe2e37497", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -279,13 +279,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c9", + "_id": "619b7e95a93b6dfbe2e37498", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Tx", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "tx", @@ -294,13 +294,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ca", + "_id": "619b7e95a93b6dfbe2e37499", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxBulkWrite", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -308,13 +308,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cb", + "_id": "619b7e95a93b6dfbe2e3749a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -322,13 +322,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cc", + "_id": "619b7e95a93b6dfbe2e3749b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxRemoveDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -336,13 +336,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cd", + "_id": "619b7e95a93b6dfbe2e3749c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxUpdateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -350,13 +350,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ce", + "_id": "619b7e95a93b6dfbe2e3749d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxMixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -364,13 +364,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cf", + "_id": "619b7e95a93b6dfbe2e3749e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxPutBag", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -378,13 +378,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d0", + "_id": "619b7e95a93b6dfbe2e3749f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCollectionCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -392,13 +392,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d1", + "_id": "619b7e95a93b6dfbe2e374a0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCreateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -406,13 +406,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d2", + "_id": "619b7e95a93b6dfbe2e374a1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Class", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -421,13 +421,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d3", + "_id": "619b7e95a93b6dfbe2e374a2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Mixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -435,13 +435,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d4", + "_id": "619b7e95a93b6dfbe2e374a3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "activity:class:TxViewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -450,13 +450,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d5", + "_id": "619b7e95a93b6dfbe2e374a4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Sequence", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -465,13 +465,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d6", + "_id": "619b7e95a93b6dfbe2e374a5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Kanban", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -480,13 +480,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d7", + "_id": "619b7e95a93b6dfbe2e374a6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ActionTarget", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -495,13 +495,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d8", + "_id": "619b7e95a93b6dfbe2e374a7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Action", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -510,13 +510,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d9", + "_id": "619b7e95a93b6dfbe2e374a8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Viewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -525,13 +525,13 @@ } }, { - "_id": "619b741b8c21191a20ea27da", + "_id": "619b7e95a93b6dfbe2e374a9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ViewletDescriptor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -540,13 +540,13 @@ } }, { - "_id": "619b741b8c21191a20ea27db", + "_id": "619b7e95a93b6dfbe2e374aa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:ObjectEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -554,13 +554,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dc", + "_id": "619b7e95a93b6dfbe2e374ab", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:KanbanCard", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -568,13 +568,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dd", + "_id": "619b7e95a93b6dfbe2e374ac", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributePresenter", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -582,13 +582,13 @@ } }, { - "_id": "619b741b8c21191a20ea27de", + "_id": "619b7e95a93b6dfbe2e374ad", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributeEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -596,11 +596,11 @@ } }, { - "_id": "619b741b8c21191a20ea27df", + "_id": "619b7e95a93b6dfbe2e374ae", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -610,11 +610,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e0", + "_id": "619b7e95a93b6dfbe2e374af", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -624,11 +624,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e1", + "_id": "619b7e95a93b6dfbe2e374b0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -638,11 +638,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e2", + "_id": "619b7e95a93b6dfbe2e374b1", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -652,11 +652,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e3", + "_id": "619b7e95a93b6dfbe2e374b2", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -666,11 +666,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e4", + "_id": "619b7e95a93b6dfbe2e374b3", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -680,13 +680,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e5", + "_id": "619b7e95a93b6dfbe2e374b4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Table", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Table", @@ -695,13 +695,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e6", + "_id": "619b7e95a93b6dfbe2e374b5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Kanban", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Kanban", @@ -710,13 +710,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e7", + "_id": "619b7e95a93b6dfbe2e374b6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:action:Delete", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Delete", @@ -725,13 +725,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e8", + "_id": "619b7e95a93b6dfbe2e374b7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea27e9", + "objectId": "619b7e95a93b6dfbe2e374b8", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "target": "core:class:Doc", @@ -739,13 +739,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ea", + "_id": "619b7e95a93b6dfbe2e374b9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:space:Sequence", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "name": "Sequences", @@ -755,13 +755,13 @@ } }, { - "_id": "619b741b8c21191a20ea27eb", + "_id": "619b7e95a93b6dfbe2e374ba", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:mixin:SpaceView", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -769,13 +769,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ec", + "_id": "619b7e95a93b6dfbe2e374bb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:class:Application", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -784,13 +784,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ed", + "_id": "619b7e95a93b6dfbe2e374bc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:EmployeeAccount", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -798,13 +798,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ee", + "_id": "619b7e95a93b6dfbe2e374bd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Contact", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "contact", @@ -813,12 +813,12 @@ } }, { - "_id": "619b741b8c21191a20ea27ef", - "objectId": "619b741b8c21191a20ea27f0", + "_id": "619b7e95a93b6dfbe2e374be", + "objectId": "619b7e95a93b6dfbe2e374bf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -833,12 +833,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f1", - "objectId": "619b741b8c21191a20ea27f2", + "_id": "619b7e95a93b6dfbe2e374c0", + "objectId": "619b7e95a93b6dfbe2e374c1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -852,13 +852,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f3", + "_id": "619b7e95a93b6dfbe2e374c2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -867,12 +867,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f4", - "objectId": "619b741b8c21191a20ea27f5", + "_id": "619b7e95a93b6dfbe2e374c3", + "objectId": "619b7e95a93b6dfbe2e374c4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -886,13 +886,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f6", + "_id": "619b7e95a93b6dfbe2e374c5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Employee", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -900,13 +900,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f7", + "_id": "619b7e95a93b6dfbe2e374c6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Organization", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -914,13 +914,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f8", + "_id": "619b7e95a93b6dfbe2e374c7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -928,13 +928,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f9", + "_id": "619b7e95a93b6dfbe2e374c8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:ChannelProvider", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -943,11 +943,11 @@ } }, { - "_id": "619b741b8c21191a20ea27fa", + "_id": "619b7e95a93b6dfbe2e374c9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -957,13 +957,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fb", + "_id": "619b7e95a93b6dfbe2e374ca", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Email", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Email", @@ -972,13 +972,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fc", + "_id": "619b7e95a93b6dfbe2e374cb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Phone", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Phone", @@ -987,13 +987,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fd", + "_id": "619b7e95a93b6dfbe2e374cc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:LinkedIn", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "LinkedIn", @@ -1002,13 +1002,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fe", + "_id": "619b7e95a93b6dfbe2e374cd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Twitter", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Twitter", @@ -1017,13 +1017,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ff", + "_id": "619b7e95a93b6dfbe2e374ce", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Telegram", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Telegram", @@ -1032,13 +1032,13 @@ } }, { - "_id": "619b741b8c21191a20ea2800", + "_id": "619b7e95a93b6dfbe2e374cf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:space:Employee", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "Employees", @@ -1048,11 +1048,11 @@ } }, { - "_id": "619b741b8c21191a20ea2801", + "_id": "619b7e95a93b6dfbe2e374d0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1062,13 +1062,13 @@ } }, { - "_id": "619b741b8c21191a20ea2802", + "_id": "619b7e95a93b6dfbe2e374d1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "attachment", @@ -1078,12 +1078,12 @@ } }, { - "_id": "619b741b8c21191a20ea2803", - "objectId": "619b741b8c21191a20ea2804", + "_id": "619b7e95a93b6dfbe2e374d2", + "objectId": "619b7e95a93b6dfbe2e374d3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1097,12 +1097,12 @@ } }, { - "_id": "619b741b8c21191a20ea2805", - "objectId": "619b741b8c21191a20ea2806", + "_id": "619b7e95a93b6dfbe2e374d4", + "objectId": "619b7e95a93b6dfbe2e374d5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1116,12 +1116,12 @@ } }, { - "_id": "619b741b8c21191a20ea2807", - "objectId": "619b741b8c21191a20ea2808", + "_id": "619b7e95a93b6dfbe2e374d6", + "objectId": "619b7e95a93b6dfbe2e374d7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1135,12 +1135,12 @@ } }, { - "_id": "619b741b8c21191a20ea2809", - "objectId": "619b741b8c21191a20ea280a", + "_id": "619b7e95a93b6dfbe2e374d8", + "objectId": "619b7e95a93b6dfbe2e374d9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1154,12 +1154,12 @@ } }, { - "_id": "619b741b8c21191a20ea280b", - "objectId": "619b741b8c21191a20ea280c", + "_id": "619b7e95a93b6dfbe2e374da", + "objectId": "619b7e95a93b6dfbe2e374db", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1173,13 +1173,13 @@ } }, { - "_id": "619b741b8c21191a20ea280d", + "_id": "619b7e95a93b6dfbe2e374dc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Comment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "comment", @@ -1188,12 +1188,12 @@ } }, { - "_id": "619b741b8c21191a20ea280e", - "objectId": "619b741b8c21191a20ea280f", + "_id": "619b7e95a93b6dfbe2e374dd", + "objectId": "619b7e95a93b6dfbe2e374de", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1208,13 +1208,13 @@ } }, { - "_id": "619b741b8c21191a20ea2810", + "_id": "619b7e95a93b6dfbe2e374df", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Backlink", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1222,13 +1222,13 @@ } }, { - "_id": "619b741b8c21191a20ea2811", + "_id": "619b7e95a93b6dfbe2e374e0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Message", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "chunter", @@ -1237,12 +1237,12 @@ } }, { - "_id": "619b741b8c21191a20ea2812", - "objectId": "619b741b8c21191a20ea2813", + "_id": "619b7e95a93b6dfbe2e374e1", + "objectId": "619b7e95a93b6dfbe2e374e2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1257,13 +1257,13 @@ } }, { - "_id": "619b741b8c21191a20ea2814", + "_id": "619b7e95a93b6dfbe2e374e3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1273,11 +1273,11 @@ } }, { - "_id": "619b741b8c21191a20ea2815", + "_id": "619b7e95a93b6dfbe2e374e4", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1289,13 +1289,13 @@ } }, { - "_id": "619b741b8c21191a20ea2816", + "_id": "619b7e95a93b6dfbe2e374e5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:viewlet:Chat", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Chat", @@ -1304,13 +1304,13 @@ } }, { - "_id": "619b741b8c21191a20ea2817", + "_id": "619b7e95a93b6dfbe2e374e6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2818", + "objectId": "619b7e95a93b6dfbe2e374e7", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "chunter:class:Message", @@ -1320,17 +1320,18 @@ } }, { - "_id": "619b741b8c21191a20ea2819", + "_id": "619b7e95a93b6dfbe2e374e8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281a", + "objectId": "619b7e95a93b6dfbe2e374e9", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "chunter:string:ApplicationLabelChunter", "icon": "chunter:icon:Chunter", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1344,13 +1345,13 @@ } }, { - "_id": "619b741b8c21191a20ea281b", + "_id": "619b7e95a93b6dfbe2e374ea", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281c", + "objectId": "619b7e95a93b6dfbe2e374eb", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "general", @@ -1360,13 +1361,13 @@ } }, { - "_id": "619b741b8c21191a20ea281d", + "_id": "619b7e95a93b6dfbe2e374ec", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281e", + "objectId": "619b7e95a93b6dfbe2e374ed", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "random", @@ -1376,11 +1377,11 @@ } }, { - "_id": "619b741b8c21191a20ea281f", + "_id": "619b7e95a93b6dfbe2e374ee", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1390,13 +1391,13 @@ } }, { - "_id": "619b741b8c21191a20ea2820", + "_id": "619b7e95a93b6dfbe2e374ef", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxCommentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Comment", @@ -1408,13 +1409,13 @@ } }, { - "_id": "619b741b8c21191a20ea2821", + "_id": "619b7e95a93b6dfbe2e374f0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxAttachmentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Attachment", @@ -1426,13 +1427,13 @@ } }, { - "_id": "619b741b8c21191a20ea2822", + "_id": "619b7e95a93b6dfbe2e374f1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Task", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1440,12 +1441,12 @@ } }, { - "_id": "619b741b8c21191a20ea2823", - "objectId": "619b741b8c21191a20ea2824", + "_id": "619b7e95a93b6dfbe2e374f2", + "objectId": "619b7e95a93b6dfbe2e374f3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1459,12 +1460,12 @@ } }, { - "_id": "619b741b8c21191a20ea2825", - "objectId": "619b741b8c21191a20ea2826", + "_id": "619b7e95a93b6dfbe2e374f4", + "objectId": "619b7e95a93b6dfbe2e374f5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1478,12 +1479,12 @@ } }, { - "_id": "619b741b8c21191a20ea2827", - "objectId": "619b741b8c21191a20ea2828", + "_id": "619b7e95a93b6dfbe2e374f6", + "objectId": "619b7e95a93b6dfbe2e374f7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1497,13 +1498,13 @@ } }, { - "_id": "619b741b8c21191a20ea2829", + "_id": "619b7e95a93b6dfbe2e374f8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1513,11 +1514,11 @@ } }, { - "_id": "619b741b8c21191a20ea282a", + "_id": "619b7e95a93b6dfbe2e374f9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1530,13 +1531,13 @@ } }, { - "_id": "619b741b8c21191a20ea282b", + "_id": "619b7e95a93b6dfbe2e374fa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282c", + "objectId": "619b7e95a93b6dfbe2e374fb", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "task:class:Task", @@ -1554,17 +1555,18 @@ } }, { - "_id": "619b741b8c21191a20ea282d", + "_id": "619b7e95a93b6dfbe2e374fc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282e", + "objectId": "619b7e95a93b6dfbe2e374fd", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "task:string:ApplicationLabelTask", "icon": "task:icon:Task", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1578,13 +1580,13 @@ } }, { - "_id": "619b741b8c21191a20ea282f", + "_id": "619b7e95a93b6dfbe2e374fe", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2830", + "objectId": "619b7e95a93b6dfbe2e374ff", "objectClass": "task:class:Project", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "demo", @@ -1594,13 +1596,13 @@ } }, { - "_id": "619b741b8c21191a20ea2831", + "_id": "619b7e95a93b6dfbe2e37500", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "recruit", @@ -1612,12 +1614,12 @@ } }, { - "_id": "619b741b8c21191a20ea2832", - "objectId": "619b741b8c21191a20ea2833", + "_id": "619b7e95a93b6dfbe2e37501", + "objectId": "619b7e95a93b6dfbe2e37502", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1631,12 +1633,12 @@ } }, { - "_id": "619b741b8c21191a20ea2834", - "objectId": "619b741b8c21191a20ea2835", + "_id": "619b7e95a93b6dfbe2e37503", + "objectId": "619b7e95a93b6dfbe2e37504", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1650,13 +1652,13 @@ } }, { - "_id": "619b741b8c21191a20ea2836", + "_id": "619b7e95a93b6dfbe2e37505", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1665,12 +1667,12 @@ } }, { - "_id": "619b741b8c21191a20ea2837", - "objectId": "619b741b8c21191a20ea2838", + "_id": "619b7e95a93b6dfbe2e37506", + "objectId": "619b7e95a93b6dfbe2e37507", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1684,12 +1686,12 @@ } }, { - "_id": "619b741b8c21191a20ea2839", - "objectId": "619b741b8c21191a20ea283a", + "_id": "619b7e95a93b6dfbe2e37508", + "objectId": "619b7e95a93b6dfbe2e37509", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1703,12 +1705,12 @@ } }, { - "_id": "619b741b8c21191a20ea283b", - "objectId": "619b741b8c21191a20ea283c", + "_id": "619b7e95a93b6dfbe2e3750a", + "objectId": "619b7e95a93b6dfbe2e3750b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1722,12 +1724,12 @@ } }, { - "_id": "619b741b8c21191a20ea283d", - "objectId": "619b741b8c21191a20ea283e", + "_id": "619b7e95a93b6dfbe2e3750c", + "objectId": "619b7e95a93b6dfbe2e3750d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1741,12 +1743,12 @@ } }, { - "_id": "619b741b8c21191a20ea283f", - "objectId": "619b741b8c21191a20ea2840", + "_id": "619b7e95a93b6dfbe2e3750e", + "objectId": "619b7e95a93b6dfbe2e3750f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1760,13 +1762,13 @@ } }, { - "_id": "619b741b8c21191a20ea2841", + "_id": "619b7e95a93b6dfbe2e37510", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1776,13 +1778,13 @@ } }, { - "_id": "619b741b8c21191a20ea2842", + "_id": "619b7e95a93b6dfbe2e37511", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1792,11 +1794,11 @@ } }, { - "_id": "619b741b8c21191a20ea2843", + "_id": "619b7e95a93b6dfbe2e37512", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1809,11 +1811,11 @@ } }, { - "_id": "619b741b8c21191a20ea2844", + "_id": "619b7e95a93b6dfbe2e37513", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1826,17 +1828,18 @@ } }, { - "_id": "619b741b8c21191a20ea2845", + "_id": "619b7e95a93b6dfbe2e37514", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2846", + "objectId": "619b7e95a93b6dfbe2e37515", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "recruit:string:RecruitApplication", "icon": "recruit:icon:RecruitApplication", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1856,13 +1859,13 @@ } }, { - "_id": "619b741b8c21191a20ea2847", + "_id": "619b7e95a93b6dfbe2e37516", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:space:CandidatesPublic", "objectClass": "recruit:class:Candidates", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "public", @@ -1872,13 +1875,13 @@ } }, { - "_id": "619b741b8c21191a20ea2848", + "_id": "619b7e95a93b6dfbe2e37517", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2849", + "objectId": "619b7e95a93b6dfbe2e37518", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Candidate", @@ -1903,13 +1906,13 @@ } }, { - "_id": "619b741b8c21191a20ea284a", + "_id": "619b7e95a93b6dfbe2e37519", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284b", + "objectId": "619b7e95a93b6dfbe2e3751a", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1935,13 +1938,13 @@ } }, { - "_id": "619b741b8c21191a20ea284c", + "_id": "619b7e95a93b6dfbe2e3751b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284d", + "objectId": "619b7e95a93b6dfbe2e3751c", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1962,11 +1965,11 @@ } }, { - "_id": "619b741b8c21191a20ea284e", + "_id": "619b7e95a93b6dfbe2e3751d", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1976,11 +1979,11 @@ } }, { - "_id": "619b741b8c21191a20ea284f", + "_id": "619b7e95a93b6dfbe2e3751e", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1990,11 +1993,11 @@ } }, { - "_id": "619b741b8c21191a20ea2850", + "_id": "619b7e95a93b6dfbe2e3751f", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -2004,13 +2007,13 @@ } }, { - "_id": "619b741b8c21191a20ea2851", + "_id": "619b7e95a93b6dfbe2e37520", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:action:CreateApplication", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Create Application", @@ -2019,13 +2022,13 @@ } }, { - "_id": "619b741b8c21191a20ea2852", + "_id": "619b7e95a93b6dfbe2e37521", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2853", + "objectId": "619b7e95a93b6dfbe2e37522", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "target": "recruit:class:Candidate", @@ -2033,13 +2036,13 @@ } }, { - "_id": "619b741b8c21191a20ea2854", + "_id": "619b7e95a93b6dfbe2e37523", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2855", + "objectId": "619b7e95a93b6dfbe2e37524", "objectClass": "view:class:Sequence", "objectSpace": "view:space:Sequence", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachedTo": "recruit:class:Applicant", @@ -2047,13 +2050,13 @@ } }, { - "_id": "619b741b8c21191a20ea2856", + "_id": "619b7e95a93b6dfbe2e37525", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2065,13 +2068,13 @@ } }, { - "_id": "619b741b8c21191a20ea2857", + "_id": "619b7e95a93b6dfbe2e37526", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantUpdate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2083,13 +2086,13 @@ } }, { - "_id": "619b741b8c21191a20ea2858", + "_id": "619b7e95a93b6dfbe2e37527", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxCandidateCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Candidate", @@ -2100,13 +2103,13 @@ } }, { - "_id": "619b741b8c21191a20ea2859", + "_id": "619b7e95a93b6dfbe2e37528", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "server-core:class:Trigger", + "objectId": "setting:class:IntegrationType", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -2115,66 +2118,178 @@ } }, { - "_id": "619b741b8c21191a20ea285a", + "_id": "619b7e95a93b6dfbe2e37529", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285b", + "objectId": "setting:class:Integration", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "setting", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752a", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "setting:ids:SettingApp", + "objectClass": "workbench:class:Application", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "hidden": true, + "navigatorModel": { + "specials": [ + { + "id": "setting", + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "component": "setting:component:Setting" + }, + { + "id": "integrations", + "label": "setting:string:Integrations", + "icon": "setting:icon:Integrations", + "component": "setting:component:Integrations" + }, + { + "id": "support", + "label": "setting:string:Support", + "icon": "setting:icon:Support", + "component": "setting:component:Support" + }, + { + "id": "privacy", + "label": "setting:string:Privacy", + "icon": "setting:icon:Privacy", + "component": "setting:component:Privacy" + }, + { + "id": "terms", + "label": "setting:string:Terms", + "icon": "setting:icon:Terms", + "component": "setting:component:Terms" + } + ], + "spaces": [] + } + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752b", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752c", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Telegram", + "description": "Use telegram integration", + "icon": "setting:component:IconTelegram", + "createComponent": "setting:component:ConnectTelegram" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752d", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752e", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Email", + "description": "Use email integration", + "icon": "setting:component:IconGmail", + "createComponent": "setting:component:ConnectEmail" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752f", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "server-core:class:Trigger", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "model", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e37530", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e37531", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnMessage" } }, { - "_id": "619b741b8c21191a20ea285c", + "_id": "619b7e95a93b6dfbe2e37532", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285d", + "objectId": "619b7e95a93b6dfbe2e37533", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnAttachment" } }, { - "_id": "619b741b8c21191a20ea285e", + "_id": "619b7e95a93b6dfbe2e37534", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285f", + "objectId": "619b7e95a93b6dfbe2e37535", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-recruit:trigger:OnApplication" } }, { - "_id": "619b741b8c21191a20ea2860", + "_id": "619b7e95a93b6dfbe2e37536", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2861", + "objectId": "619b7e95a93b6dfbe2e37537", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-view:trigger:OnDocWithState" } }, { - "_id": "619b741b8c21191a20ea2864", + "_id": "619b7e95a93b6dfbe2e3753a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2862", + "objectId": "619b7e95a93b6dfbe2e37538", "objectClass": "contact:class:Employee", "objectSpace": "contact:space:Employee", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "Chen,Rosamund", "city": "Mountain View", @@ -2182,29 +2297,29 @@ } }, { - "_id": "619b741b8c21191a20ea2865", + "_id": "619b7e95a93b6dfbe2e3753b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2863", + "objectId": "619b7e95a93b6dfbe2e37539", "objectClass": "contact:class:EmployeeAccount", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "email": "rosamund@hc.engineering", - "employee": "619b741b8c21191a20ea2862", + "employee": "619b7e95a93b6dfbe2e37538", "name": "Chen,Rosamund" } }, { - "_id": "619b741b8c21191a20ea2866", + "_id": "619b7e95a93b6dfbe2e3753c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2867", + "objectId": "619b7e95a93b6dfbe2e3753d", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Andrey", "title": "Chief Architect", @@ -2218,14 +2333,14 @@ } }, { - "_id": "619b741b8c21191a20ea2868", + "_id": "619b7e95a93b6dfbe2e3753e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2869", + "objectId": "619b7e95a93b6dfbe2e3753f", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "M.,Marina", "title": "Chief Designer", @@ -2239,14 +2354,14 @@ } }, { - "_id": "619b741b8c21191a20ea286a", + "_id": "619b7e95a93b6dfbe2e37540", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea286b", + "objectId": "619b7e95a93b6dfbe2e37541", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Alex", "title": "Frontend Engineer", diff --git a/models/all/package.json b/models/all/package.json index e4e705415a..5d4b4263db 100644 --- a/models/all/package.json +++ b/models/all/package.json @@ -29,6 +29,7 @@ "@anticrm/model-task": "~0.6.0", "@anticrm/model-chunter": "~0.6.0", "@anticrm/model-recruit": "~0.6.0", + "@anticrm/model-setting": "~0.6.0", "@anticrm/model-demo": "~0.6.0", "@anticrm/model-server-core": "~0.6.0", "@anticrm/model-server-chunter": "~0.6.0", diff --git a/models/all/src/index.ts b/models/all/src/index.ts index bbd20c7ace..3ca307a3fc 100644 --- a/models/all/src/index.ts +++ b/models/all/src/index.ts @@ -22,6 +22,7 @@ import { createModel as contactModel } from '@anticrm/model-contact' import { createModel as taskModel } from '@anticrm/model-task' import { createModel as chunterModel } from '@anticrm/model-chunter' import { createModel as recruitModel } from '@anticrm/model-recruit' +import { createModel as settingModel } from '@anticrm/model-setting' import { createModel as serverCoreModel } from '@anticrm/model-server-core' import { createModel as serverChunterModel } from '@anticrm/model-server-chunter' @@ -41,6 +42,7 @@ contactModel(builder) chunterModel(builder) taskModel(builder) recruitModel(builder) +settingModel(builder) serverCoreModel(builder) serverChunterModel(builder) diff --git a/models/chunter/src/index.ts b/models/chunter/src/index.ts index f3a762777f..7b1723e772 100644 --- a/models/chunter/src/index.ts +++ b/models/chunter/src/index.ts @@ -98,6 +98,7 @@ export function createModel (builder: Builder): void { builder.createDoc(workbench.class.Application, core.space.Model, { label: chunter.string.ApplicationLabelChunter, icon: chunter.icon.Chunter, + hidden: false, navigatorModel: { spaces: [ { diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index e0e730f557..a8636e027d 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -89,6 +89,7 @@ export function createModel (builder: Builder): void { builder.createDoc(workbench.class.Application, core.space.Model, { label: recruit.string.RecruitApplication, icon: recruit.icon.RecruitApplication, + hidden: false, navigatorModel: { spaces: [ { diff --git a/models/setting/.eslintrc.js b/models/setting/.eslintrc.js new file mode 100644 index 0000000000..2564def6ae --- /dev/null +++ b/models/setting/.eslintrc.js @@ -0,0 +1,7 @@ +module.exports = { + extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + parserOptions: { + tsconfigRootDir: __dirname, + project: './tsconfig.json' + } +} \ No newline at end of file diff --git a/models/setting/.npmignore b/models/setting/.npmignore new file mode 100644 index 0000000000..e3ec093c38 --- /dev/null +++ b/models/setting/.npmignore @@ -0,0 +1,4 @@ +* +!/lib/** +!CHANGELOG.md +/lib/**/__tests__/ diff --git a/models/setting/config/rig.json b/models/setting/config/rig.json new file mode 100644 index 0000000000..e9a9ee9add --- /dev/null +++ b/models/setting/config/rig.json @@ -0,0 +1,18 @@ +// The "rig.json" file directs tools to look for their config files in an external package. +// Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package +{ + "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", + + /** + * (Required) The name of the rig package to inherit from. + * It should be an NPM package name with the "-rig" suffix. + */ + "rigPackageName": "@anticrm/model-rig" + + /** + * (Optional) Selects a config profile from the rig package. The name must consist of + * lowercase alphanumeric words separated by hyphens, for example "sample-profile". + * If omitted, then the "default" profile will be used." + */ + // "rigProfile": "your-profile-name" +} diff --git a/models/setting/package.json b/models/setting/package.json new file mode 100644 index 0000000000..fe57a4b8a1 --- /dev/null +++ b/models/setting/package.json @@ -0,0 +1,31 @@ +{ + "name": "@anticrm/model-setting", + "version": "0.6.0", + "main": "lib/index.js", + "author": "Anticrm Platform Contributors", + "license": "EPL-2.0", + "scripts": { + "build": "heft build", + "build:watch": "tsc", + "lint:fix": "eslint --fix src" + }, + "devDependencies": { + "@anticrm/model-rig":"~0.6.0", + "@typescript-eslint/eslint-plugin":"4", + "eslint-plugin-import":"2", + "eslint-plugin-promise":"4", + "eslint-plugin-node":"11", + "eslint":"^7.32.0" + }, + "dependencies": { + "@anticrm/core": "~0.6.11", + "@anticrm/model": "~0.6.0", + "@anticrm/ui": "~0.6.0", + "@anticrm/view": "~0.6.0", + "@anticrm/setting": "~0.6.0", + "@anticrm/platform": "~0.6.5", + "@anticrm/model-core": "~0.6.0", + "@anticrm/model-view": "~0.6.0", + "@anticrm/model-workbench": "~0.6.1" + } +} diff --git a/models/setting/src/index.ts b/models/setting/src/index.ts new file mode 100644 index 0000000000..f432d4ba1f --- /dev/null +++ b/models/setting/src/index.ts @@ -0,0 +1,99 @@ +// +// Copyright © 2020, 2021 Anticrm Platform Contributors. +// +// Licensed under the Eclipse Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. You may +// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import { Builder, Model } from '@anticrm/model' +import { Ref, Domain, DOMAIN_MODEL } from '@anticrm/core' +import core, { TDoc } from '@anticrm/model-core' +import setting from '@anticrm/setting' +import type { Integration, IntegrationType } from '@anticrm/setting' +import type { IntlString } from '@anticrm/platform' + +import workbench from '@anticrm/model-workbench' +import { AnyComponent } from '@anticrm/ui' + +export const DOMAIN_SETTING = 'setting' as Domain + +@Model(setting.class.Integration, core.class.Doc, DOMAIN_SETTING) +export class TIntegration extends TDoc implements Integration { + type!: Ref + value!: string +} + +@Model(setting.class.IntegrationType, core.class.Doc, DOMAIN_MODEL) +export class TIntegrationType extends TDoc implements IntegrationType { + label!: string | IntlString + description!: IntlString + icon!: AnyComponent + createComponent!: AnyComponent +} + +export function createModel (builder: Builder): void { + builder.createModel(TIntegration, TIntegrationType) + + builder.createDoc(workbench.class.Application, core.space.Model, { + label: setting.string.Setting, + icon: setting.icon.Setting, + hidden: true, + navigatorModel: { + specials: [ + { + id: 'setting', + label: setting.string.Setting, + icon: setting.icon.Setting, + component: setting.component.Setting + }, + { + id: 'integrations', + label: setting.string.Integrations, + icon: setting.icon.Integrations, + component: setting.component.Integrations + }, + { + id: 'support', + label: setting.string.Support, + icon: setting.icon.Support, + component: setting.component.Support + }, + { + id: 'privacy', + label: setting.string.Privacy, + icon: setting.icon.Privacy, + component: setting.component.Privacy + }, + { + id: 'terms', + label: setting.string.Terms, + icon: setting.icon.Terms, + component: setting.component.Terms + } + ], + spaces: [] + } + }, setting.ids.SettingApp) + + builder.createDoc(setting.class.IntegrationType, core.space.Model, { + label: 'Telegram', + description: 'Use telegram integration' as IntlString, + icon: setting.component.IconTelegram, + createComponent: setting.component.ConnectTelegram + }) + + builder.createDoc(setting.class.IntegrationType, core.space.Model, { + label: 'Email', + description: 'Use email integration' as IntlString, + icon: setting.component.IconGmail, + createComponent: setting.component.ConnectEmail + }) +} diff --git a/models/setting/tsconfig.json b/models/setting/tsconfig.json new file mode 100644 index 0000000000..1d60db76b4 --- /dev/null +++ b/models/setting/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + + "compilerOptions": { + "rootDir": "./src", + "outDir": "./lib", + } +} \ No newline at end of file diff --git a/models/task/src/index.ts b/models/task/src/index.ts index f580939291..25b8555e22 100644 --- a/models/task/src/index.ts +++ b/models/task/src/index.ts @@ -68,6 +68,7 @@ export function createModel (builder: Builder): void { builder.createDoc(workbench.class.Application, core.space.Model, { label: task.string.ApplicationLabelTask, icon: task.icon.Task, + hidden: false, navigatorModel: { spaces: [ { diff --git a/models/workbench/src/index.ts b/models/workbench/src/index.ts index 0b5907841a..6472784632 100644 --- a/models/workbench/src/index.ts +++ b/models/workbench/src/index.ts @@ -25,6 +25,7 @@ import workbench from './plugin' export class TApplication extends TDoc implements Application { label!: IntlString icon!: Asset + hidden!: boolean } @Mixin(workbench.mixin.SpaceView, core.class.Class) diff --git a/plugins/login/src/index.ts b/plugins/login/src/index.ts index 96f07de48f..dd35c38506 100644 --- a/plugins/login/src/index.ts +++ b/plugins/login/src/index.ts @@ -38,6 +38,7 @@ export default plugin(loginId, { metadata: { AccountsUrl: '' as Asset, UploadUrl: '' as Asset, + TelegramUrl: '' as Asset, LoginToken: '' as Metadata, LoginEndpoint: '' as Metadata, LoginEmail: '' as Metadata, diff --git a/plugins/recruit-resources/src/components/EditCandidate.svelte b/plugins/recruit-resources/src/components/EditCandidate.svelte index 452752e589..d32f604945 100644 --- a/plugins/recruit-resources/src/components/EditCandidate.svelte +++ b/plugins/recruit-resources/src/components/EditCandidate.svelte @@ -36,11 +36,7 @@ import recruit from '../plugin' import { combineName, formatName, getFirstName, getLastName } from '@anticrm/contact' - // Start Demo - import PluginCard from './PluginCard.svelte' - import Telegram from './icons/Telegram.svelte' - import Gmail from './icons/Gmail.svelte' - // End Demo + export let _id: Ref let object: Candidate @@ -122,15 +118,6 @@ {/if} diff --git a/plugins/recruit-resources/src/components/icons/Telegram.svelte b/plugins/recruit-resources/src/components/icons/Telegram.svelte deleted file mode 100644 index e14de00eb0..0000000000 --- a/plugins/recruit-resources/src/components/icons/Telegram.svelte +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - diff --git a/plugins/recruit-assets/assets/icons_account.svg b/plugins/setting-assets/assets/icons.svg similarity index 100% rename from plugins/recruit-assets/assets/icons_account.svg rename to plugins/setting-assets/assets/icons.svg diff --git a/plugins/setting-assets/lang/en.json b/plugins/setting-assets/lang/en.json new file mode 100644 index 0000000000..d8e09ead80 --- /dev/null +++ b/plugins/setting-assets/lang/en.json @@ -0,0 +1,9 @@ +{ + "string": { + "Setting": "Setting", + "Integrations": "Integrations", + "Support": "Support", + "Privacy": "Privacy", + "Terms": "Terms" + } +} \ No newline at end of file diff --git a/plugins/setting-assets/package.json b/plugins/setting-assets/package.json new file mode 100644 index 0000000000..5035eb947e --- /dev/null +++ b/plugins/setting-assets/package.json @@ -0,0 +1,20 @@ +{ + "name": "@anticrm/setting-assets", + "version": "0.6.0", + "main": "src/index.ts", + "author": "Anticrm Platform Contributors", + "license": "EPL-2.0", + "scripts": { + "build": "", + "build:docs": "api-extractor run --local", + "lint": "ts-standard src", + "lint:fix": "ts-standard --fix src", + "format": "prettier --write 'src/**/*.{ts*,js*,yml}' && ts-standard --fix src" + }, + "devDependencies": { + }, + "dependencies": { + "@anticrm/platform":"~0.6.5", + "@anticrm/setting":"~0.6.0" + } +} diff --git a/plugins/setting-assets/src/index.ts b/plugins/setting-assets/src/index.ts new file mode 100644 index 0000000000..274494bc3b --- /dev/null +++ b/plugins/setting-assets/src/index.ts @@ -0,0 +1,28 @@ +// +// Copyright © 2020 Anticrm Platform Contributors. +// +// Licensed under the Eclipse Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. You may +// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import { loadMetadata, addStringsLoader } from '@anticrm/platform' +import setting, { settingId } from '@anticrm/setting' + +const icons = require('../assets/icons.svg') +loadMetadata(setting.icon, { + Setting: `${icons}#settings`, + Integrations: `${icons}#integration`, + Support: `${icons}#support`, + Privacy: `${icons}#privacy`, + Terms: `${icons}#terms` +}) + +addStringsLoader(settingId, async (lang: string) => await import(`../lang/${lang}.json`)) diff --git a/plugins/setting-assets/tsconfig.json b/plugins/setting-assets/tsconfig.json new file mode 100644 index 0000000000..cabe5aefad --- /dev/null +++ b/plugins/setting-assets/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "moduleResolution": "node", + "target": "esnext", + "module": "esnext", + "declaration": true, + "outDir": "./lib", + "strict": true, + "esModuleInterop": true, + "lib": [ + "esnext", + "dom" + ] + } +} \ No newline at end of file diff --git a/plugins/setting-resources/package.json b/plugins/setting-resources/package.json new file mode 100644 index 0000000000..2e068f18b2 --- /dev/null +++ b/plugins/setting-resources/package.json @@ -0,0 +1,40 @@ +{ + "name": "@anticrm/setting-resources", + "version": "0.6.0", + "main": "src/index.ts", + "author": "Anticrm Platform Contributors", + "license": "EPL-2.0", + "scripts": { + "build": "", + "build:docs": "api-extractor run --local", + "lint": "eslint src", + "lint:fix": "eslint --fix src", + "format": "prettier --write --plugin-search-dir=. src && eslint --fix src" + }, + "devDependencies": { + "svelte-loader":"^3.1.2", + "sass":"^1.37.5", + "svelte-preprocess":"^4.7.4", + "@anticrm/platform-rig":"~0.6.0", + "@typescript-eslint/eslint-plugin": "^5.4.0", + "@typescript-eslint/parser": "^5.4.0", + "eslint-config-standard-with-typescript": "^21.0.1", + "eslint-plugin-import": "^2.25.3", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.1", + "eslint-plugin-svelte3": "~3.2.1", + "prettier-plugin-svelte": "^2.2.0", + "eslint": "^7.32.0", + "prettier": "^2.4.1", + "svelte-check": "^2.2.10" + }, + "dependencies": { + "@anticrm/platform": "~0.6.5", + "@anticrm/core": "~0.6.11", + "svelte": "^3.37.0", + "@anticrm/setting": "~0.6.0", + "@anticrm/login": "~0.6.1", + "@anticrm/ui": "~0.6.0", + "@anticrm/presentation": "~0.6.2" + } +} diff --git a/plugins/setting-resources/postcss.config.js b/plugins/setting-resources/postcss.config.js new file mode 100644 index 0000000000..88752c6cb0 --- /dev/null +++ b/plugins/setting-resources/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: [ + require('autoprefixer') + ] +} diff --git a/plugins/setting-resources/src/components/Integrations.svelte b/plugins/setting-resources/src/components/Integrations.svelte new file mode 100644 index 0000000000..67753ef2d2 --- /dev/null +++ b/plugins/setting-resources/src/components/Integrations.svelte @@ -0,0 +1,45 @@ + + + +
+ {#each integrationTypes as integrationType (integrationType._id)} + p.type === integrationType._id)} {integrationType} /> + {/each} +
+ + diff --git a/plugins/workbench-resources/src/components/PinPad.svelte b/plugins/setting-resources/src/components/PinPad.svelte similarity index 91% rename from plugins/workbench-resources/src/components/PinPad.svelte rename to plugins/setting-resources/src/components/PinPad.svelte index d52aedf14d..b2b09ed8d4 100644 --- a/plugins/workbench-resources/src/components/PinPad.svelte +++ b/plugins/setting-resources/src/components/PinPad.svelte @@ -12,9 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. --> - @@ -83,7 +81,9 @@ type="text" bind:this={areas[i]} bind:value={digit} - on:input={(ev) => { onInput(ev, i) }} + on:input={(ev) => { + onInput(ev, i) + }} on:keydown={async (ev) => keyPressed(ev, i)} on:click={async () => selectInput(i)} /> @@ -98,7 +98,7 @@ background-color: var(--theme-card-bg-dark); border: 1px solid transparent; border-style: none; - border-radius: .5rem; + border-radius: 0.5rem; &:focus { border: 1px solid var(--primary-button-focused-border); diff --git a/plugins/setting-resources/src/components/PluginCard.svelte b/plugins/setting-resources/src/components/PluginCard.svelte new file mode 100644 index 0000000000..3f232e651d --- /dev/null +++ b/plugins/setting-resources/src/components/PluginCard.svelte @@ -0,0 +1,108 @@ + + + +
+
+
+
+
+
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp
+ +
+ + diff --git a/plugins/recruit-resources/src/components/icons/Gmail.svelte b/plugins/setting-resources/src/components/icons/Gmail.svelte similarity index 60% rename from plugins/recruit-resources/src/components/icons/Gmail.svelte rename to plugins/setting-resources/src/components/icons/Gmail.svelte index 7869631ae0..69c5e18dff 100644 --- a/plugins/recruit-resources/src/components/icons/Gmail.svelte +++ b/plugins/setting-resources/src/components/icons/Gmail.svelte @@ -14,13 +14,22 @@ // limitations under the License. --> - - - - - - - - - + + + + + + + + + diff --git a/plugins/setting-resources/src/components/icons/Telegram.svelte b/plugins/setting-resources/src/components/icons/Telegram.svelte new file mode 100644 index 0000000000..5f2218881b --- /dev/null +++ b/plugins/setting-resources/src/components/icons/Telegram.svelte @@ -0,0 +1,44 @@ + + + + + + + + + + diff --git a/plugins/setting-resources/src/components/integrations/ConnectEmail.svelte b/plugins/setting-resources/src/components/integrations/ConnectEmail.svelte new file mode 100644 index 0000000000..2b546b80e8 --- /dev/null +++ b/plugins/setting-resources/src/components/integrations/ConnectEmail.svelte @@ -0,0 +1,83 @@ + + + +
+
+
+
+
{ + dispatch('close') + }} + > + +
+
+
Not implemented yet
+
+ + diff --git a/plugins/setting-resources/src/components/integrations/ConnectTelegram.svelte b/plugins/setting-resources/src/components/integrations/ConnectTelegram.svelte new file mode 100644 index 0000000000..6502453e27 --- /dev/null +++ b/plugins/setting-resources/src/components/integrations/ConnectTelegram.svelte @@ -0,0 +1,183 @@ + + + +
+
+
+
+
{ + dispatch('close') + }} + > + +
+
+
+ {#if secondFactor} +

+ + + {:else if requested} +

+ + + {:else} +

+ + + {/if} +
+
+ + diff --git a/plugins/setting-resources/src/index.ts b/plugins/setting-resources/src/index.ts new file mode 100644 index 0000000000..c5727f0470 --- /dev/null +++ b/plugins/setting-resources/src/index.ts @@ -0,0 +1,30 @@ +// +// Copyright © 2020, 2021 Anticrm Platform Contributors. +// +// Licensed under the Eclipse Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. You may +// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import Integrations from './components/Integrations.svelte' +import ConnectTelegram from './components/integrations/ConnectTelegram.svelte' +import ConnectEmail from './components/integrations/ConnectEmail.svelte' +import IconTelegram from './components/icons/Telegram.svelte' +import IconGmail from './components/icons/Gmail.svelte' + +export default async () => ({ + component: { + Integrations, + ConnectTelegram, + ConnectEmail, + IconTelegram, + IconGmail + } +}) diff --git a/plugins/setting-resources/svelte.config.js b/plugins/setting-resources/svelte.config.js new file mode 100644 index 0000000000..944a06f73e --- /dev/null +++ b/plugins/setting-resources/svelte.config.js @@ -0,0 +1,5 @@ +const sveltePreprocess = require('svelte-preprocess') + +module.exports = { + preprocess: sveltePreprocess() +}; \ No newline at end of file diff --git a/plugins/setting-resources/tsconfig.json b/plugins/setting-resources/tsconfig.json new file mode 100644 index 0000000000..cabe5aefad --- /dev/null +++ b/plugins/setting-resources/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "moduleResolution": "node", + "target": "esnext", + "module": "esnext", + "declaration": true, + "outDir": "./lib", + "strict": true, + "esModuleInterop": true, + "lib": [ + "esnext", + "dom" + ] + } +} \ No newline at end of file diff --git a/plugins/setting/.eslintrc.js b/plugins/setting/.eslintrc.js new file mode 100644 index 0000000000..0dd1690d11 --- /dev/null +++ b/plugins/setting/.eslintrc.js @@ -0,0 +1,7 @@ +module.exports = { + extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + parserOptions: { + tsconfigRootDir: __dirname, + project: './tsconfig.json' + } +} \ No newline at end of file diff --git a/plugins/setting/.npmignore b/plugins/setting/.npmignore new file mode 100644 index 0000000000..e3ec093c38 --- /dev/null +++ b/plugins/setting/.npmignore @@ -0,0 +1,4 @@ +* +!/lib/** +!CHANGELOG.md +/lib/**/__tests__/ diff --git a/plugins/setting/config/rig.json b/plugins/setting/config/rig.json new file mode 100644 index 0000000000..af1257a896 --- /dev/null +++ b/plugins/setting/config/rig.json @@ -0,0 +1,18 @@ +// The "rig.json" file directs tools to look for their config files in an external package. +// Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package +{ + "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", + + /** + * (Required) The name of the rig package to inherit from. + * It should be an NPM package name with the "-rig" suffix. + */ + "rigPackageName": "@anticrm/platform-rig" + + /** + * (Optional) Selects a config profile from the rig package. The name must consist of + * lowercase alphanumeric words separated by hyphens, for example "sample-profile". + * If omitted, then the "default" profile will be used." + */ + // "rigProfile": "your-profile-name" +} diff --git a/plugins/setting/package.json b/plugins/setting/package.json new file mode 100644 index 0000000000..7d0a1b1a2b --- /dev/null +++ b/plugins/setting/package.json @@ -0,0 +1,26 @@ +{ + "name": "@anticrm/setting", + "version": "0.6.0", + "main": "lib/index.js", + "author": "Anticrm Platform Contributors", + "license": "EPL-2.0", + "scripts": { + "build": "heft build", + "build:watch": "tsc", + "lint:fix": "eslint --fix src" + }, + "devDependencies": { + "@anticrm/platform-rig":"~0.6.0", + "@types/heft-jest":"^1.0.2", + "@typescript-eslint/eslint-plugin":"4", + "eslint-plugin-import":"2", + "eslint-plugin-promise":"4", + "eslint-plugin-node":"11", + "eslint":"^7.32.0" + }, + "dependencies": { + "@anticrm/platform":"~0.6.5", + "@anticrm/core":"~0.6.11", + "@anticrm/ui":"~0.6.0" + } +} diff --git a/plugins/setting/src/index.ts b/plugins/setting/src/index.ts new file mode 100644 index 0000000000..2c2025da9f --- /dev/null +++ b/plugins/setting/src/index.ts @@ -0,0 +1,77 @@ +// +// Copyright © 2020, 2021 Anticrm Platform Contributors. +// +// Licensed under the Eclipse Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. You may +// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import { Asset, IntlString, plugin } from '@anticrm/platform' +import type { Plugin } from '@anticrm/platform' +import { AnyComponent } from '@anticrm/ui' +import type { Class, Doc, Ref } from '@anticrm/core' + +/** + * @public + */ +export interface IntegrationType extends Doc { + label: string | IntlString + description: IntlString + icon: AnyComponent + createComponent: AnyComponent +} + +/** + * @public + */ +export interface Integration extends Doc { + type: Ref + value: string +} + +/** + * @public + */ +export const settingId = 'setting' as Plugin + +export default plugin(settingId, { + ids: { + SettingApp: '' as Ref + }, + class: { + Integration: '' as Ref>, + IntegrationType: '' as Ref> + }, + component: { + Setting: '' as AnyComponent, + Integrations: '' as AnyComponent, + Support: '' as AnyComponent, + Privacy: '' as AnyComponent, + Terms: '' as AnyComponent, + ConnectTelegram: '' as AnyComponent, + ConnectEmail: '' as AnyComponent, + IconTelegram: '' as AnyComponent, + IconGmail: '' as AnyComponent + }, + string: { + Setting: '' as IntlString, + Integrations: '' as IntlString, + Support: '' as IntlString, + Privacy: '' as IntlString, + Terms: '' as IntlString + }, + icon: { + Setting: '' as Asset, + Integrations: '' as Asset, + Support: '' as Asset, + Privacy: '' as Asset, + Terms: '' as Asset + } +}) diff --git a/plugins/setting/tsconfig.json b/plugins/setting/tsconfig.json new file mode 100644 index 0000000000..32045300ce --- /dev/null +++ b/plugins/setting/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + + "compilerOptions": { + "rootDir": "./src", + "outDir": "./lib", + "lib": ["esnext", "dom"] + } +} \ No newline at end of file diff --git a/plugins/workbench-resources/package.json b/plugins/workbench-resources/package.json index 158060e802..320624545d 100644 --- a/plugins/workbench-resources/package.json +++ b/plugins/workbench-resources/package.json @@ -26,6 +26,7 @@ "@anticrm/view": "~0.6.0", "@anticrm/presentation": "~0.6.2", "@anticrm/login": "~0.6.1", + "@anticrm/setting": "~0.6.0", "@anticrm/contact": "~0.6.2" } } diff --git a/plugins/workbench-resources/src/components/AccountPopup.svelte b/plugins/workbench-resources/src/components/AccountPopup.svelte index c7b5a02e7b..90df703831 100644 --- a/plugins/workbench-resources/src/components/AccountPopup.svelte +++ b/plugins/workbench-resources/src/components/AccountPopup.svelte @@ -14,12 +14,25 @@ -->
- {#each items as item } -
{ - if (item === 'Integrations') - showPopup(TelegramPopup, {}) - }}>{item}
- {/each} + {#await getItems() then items} + {#if items} + {#each items as item } +
selectSpecial(item)}>
+ {/each} + {/if} + {/await} +
diff --git a/plugins/workbench-resources/src/components/Applications.svelte b/plugins/workbench-resources/src/components/Applications.svelte index bf5a740bfa..e0bd2abe74 100644 --- a/plugins/workbench-resources/src/components/Applications.svelte +++ b/plugins/workbench-resources/src/components/Applications.svelte @@ -27,8 +27,8 @@ let apps: Application[] = [] - const query = createQuery() - $: query.query(workbench.class.Application, {}, result => { apps = result }) + const query = createQuery() + $: query.query(workbench.class.Application, { hidden: false }, result => { apps = result }) function navigateApp(app: Ref) { const loc = getCurrentLocation() diff --git a/plugins/workbench-resources/src/components/Navigator.svelte b/plugins/workbench-resources/src/components/Navigator.svelte index cd322ecaaa..a197727fcf 100644 --- a/plugins/workbench-resources/src/components/Navigator.svelte +++ b/plugins/workbench-resources/src/components/Navigator.svelte @@ -1,5 +1,5 @@ {#if model} + {#if model.specials} + {#each model.specials as special} + selectSpecial(special)} /> + {/each} + {#if model.spaces.length} + + {/if} + {/if} {#each model.spaces as m} {/each} diff --git a/plugins/workbench-resources/src/components/TelegramPopup.svelte b/plugins/workbench-resources/src/components/TelegramPopup.svelte deleted file mode 100644 index 3de05e3c43..0000000000 --- a/plugins/workbench-resources/src/components/TelegramPopup.svelte +++ /dev/null @@ -1,121 +0,0 @@ - - - - -
- - - diff --git a/plugins/workbench-resources/src/components/Workbench.svelte b/plugins/workbench-resources/src/components/Workbench.svelte index d77d48ae33..9d0248c9f2 100644 --- a/plugins/workbench-resources/src/components/Workbench.svelte +++ b/plugins/workbench-resources/src/components/Workbench.svelte @@ -22,14 +22,14 @@ import type { Ref, Space, Client } from '@anticrm/core' import type { Application, NavigatorModel, ViewConfiguration } from '@anticrm/workbench' - import { setClient, Avatar, MessageBox } from '@anticrm/presentation' + import { setClient, Avatar } from '@anticrm/presentation' import workbench from '@anticrm/workbench' import Navigator from './Navigator.svelte' import SpaceHeader from './SpaceHeader.svelte' import SpaceView from './SpaceView.svelte' - import { AnyComponent, location, Popup, showPopup, TooltipInstance } from '@anticrm/ui' + import { AnyComponent, Component, location, Popup, showPopup, TooltipInstance } from '@anticrm/ui' import core from '@anticrm/core' import AccountPopup from './AccountPopup.svelte' @@ -39,25 +39,35 @@ let currentApp: Ref | undefined let currentSpace: Ref | undefined + let specialComponent: AnyComponent | undefined let currentView: ViewConfiguration | undefined let createItemDialog: AnyComponent | undefined let navigatorModel: NavigatorModel | undefined onDestroy(location.subscribe(async (loc) => { currentApp = loc.path[1] as Ref - currentSpace = loc.path[2] as Ref - const space = (await client.findAll(core.class.Space, { _id: currentSpace }))[0] - if (space) { - const spaceClass = client.getHierarchy().getClass(space._class) // (await client.findAll(core.class.Class, { _id: space._class }))[0] - const view = client.getHierarchy().as(spaceClass, workbench.mixin.SpaceView) - currentView = view.view - createItemDialog = currentView.createItemDialog - } else { - currentView = undefined - createItemDialog = undefined - } navigatorModel = (await client.findAll(workbench.class.Application, { _id: currentApp }))[0]?.navigatorModel + let currentFolder = loc.path[2] as Ref + specialComponent = getSpecialComponent(currentFolder) + if (!specialComponent) { + currentSpace = currentFolder + const space = (await client.findAll(core.class.Space, { _id: currentSpace }))[0] + if (space) { + const spaceClass = client.getHierarchy().getClass(space._class) // (await client.findAll(core.class.Class, { _id: space._class }))[0] + const view = client.getHierarchy().as(spaceClass, workbench.mixin.SpaceView) + currentView = view.view + createItemDialog = currentView.createItemDialog + } else { + currentView = undefined + createItemDialog = undefined + } + } })) + + function getSpecialComponent (id: string): AnyComponent | undefined { + let special = navigatorModel?.specials?.find((x) => x.id === id) + return special?.component + } {#if client} @@ -82,13 +92,17 @@ {#if navigator}
{}} /> - +
{/if}
- - {#if currentView && currentSpace} - + {#if specialComponent} + + {:else} + + {#if currentView && currentSpace} + + {/if} {/if}
diff --git a/plugins/workbench-resources/src/components/navigator/SpecialElement.svelte b/plugins/workbench-resources/src/components/navigator/SpecialElement.svelte new file mode 100644 index 0000000000..879aa183fb --- /dev/null +++ b/plugins/workbench-resources/src/components/navigator/SpecialElement.svelte @@ -0,0 +1,98 @@ + + + + +
{ + dispatch('click') + }} +> +
+ {#if icon} + + {/if} +
+ + {#if label} + {#each actions as action} +
+ +
+ {/each} + {#if notifications > 0} +
{notifications}
+ {/if} +
+ + diff --git a/plugins/workbench/src/index.ts b/plugins/workbench/src/index.ts index c9c1d51e2c..0269bb44f5 100644 --- a/plugins/workbench/src/index.ts +++ b/plugins/workbench/src/index.ts @@ -26,6 +26,7 @@ import { plugin } from '@anticrm/platform' export interface Application extends Doc { label: IntlString icon: Asset + hidden: boolean navigatorModel?: NavigatorModel } @@ -45,6 +46,17 @@ export interface SpacesNavModel { */ export interface NavigatorModel { spaces: SpacesNavModel[] + specials?: SpecialNavModel[] +} + +/** + * @public + */ +export interface SpecialNavModel { + id: string // Uniq id + label: IntlString + icon: Asset + component: AnyComponent } /** diff --git a/rush.json b/rush.json index ab5cc59ada..e5842067d0 100644 --- a/rush.json +++ b/rush.json @@ -816,5 +816,25 @@ "projectFolder": "models/activity", "shouldPublish": true }, + { + "packageName": "@anticrm/setting", + "projectFolder": "plugins/setting", + "shouldPublish": true + }, + { + "packageName": "@anticrm/setting-assets", + "projectFolder": "plugins/setting-assets", + "shouldPublish": true + }, + { + "packageName": "@anticrm/setting-resources", + "projectFolder": "plugins/setting-resources", + "shouldPublish": true + }, + { + "packageName": "@anticrm/model-setting", + "projectFolder": "models/setting", + "shouldPublish": true + } ] } diff --git a/server/workspace/src/model.tx.json b/server/workspace/src/model.tx.json index 8f732dec43..8b9882cf3d 100644 --- a/server/workspace/src/model.tx.json +++ b/server/workspace/src/model.tx.json @@ -1,25 +1,25 @@ [ { - "_id": "619b741b8c21191a20ea27b2", + "_id": "619b7e95a93b6dfbe2e37481", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Obj", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0 } }, { - "_id": "619b741b8c21191a20ea27b3", + "_id": "619b7e95a93b6dfbe2e37482", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Doc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -27,12 +27,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b4", - "objectId": "619b741b8c21191a20ea27b5", + "_id": "619b7e95a93b6dfbe2e37483", + "objectId": "619b7e95a93b6dfbe2e37484", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437177, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -46,13 +46,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b6", + "_id": "619b7e95a93b6dfbe2e37485", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "state", @@ -61,12 +61,12 @@ } }, { - "_id": "619b741b8c21191a20ea27b7", - "objectId": "619b741b8c21191a20ea27b8", + "_id": "619b7e95a93b6dfbe2e37486", + "objectId": "619b7e95a93b6dfbe2e37487", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -80,13 +80,13 @@ } }, { - "_id": "619b741b8c21191a20ea27b9", + "_id": "619b7e95a93b6dfbe2e37488", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Type", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -94,13 +94,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ba", + "_id": "619b7e95a93b6dfbe2e37489", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -108,13 +108,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bb", + "_id": "619b7e95a93b6dfbe2e3748a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -122,13 +122,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bc", + "_id": "619b7e95a93b6dfbe2e3748b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -136,13 +136,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bd", + "_id": "619b7e95a93b6dfbe2e3748c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Attribute", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -150,13 +150,13 @@ } }, { - "_id": "619b741b8c21191a20ea27be", + "_id": "619b7e95a93b6dfbe2e3748d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Account", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -165,13 +165,13 @@ } }, { - "_id": "619b741b8c21191a20ea27bf", + "_id": "619b7e95a93b6dfbe2e3748e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Space", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -180,12 +180,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c0", - "objectId": "619b741b8c21191a20ea27c1", + "_id": "619b7e95a93b6dfbe2e3748f", + "objectId": "619b7e95a93b6dfbe2e37490", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -199,13 +199,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c2", + "_id": "619b7e95a93b6dfbe2e37491", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:SpaceWithStates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -213,13 +213,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c3", + "_id": "619b7e95a93b6dfbe2e37492", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:AttachedDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -227,13 +227,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c4", + "_id": "619b7e95a93b6dfbe2e37493", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:DocWithState", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -241,12 +241,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c5", - "objectId": "619b741b8c21191a20ea27c6", + "_id": "619b7e95a93b6dfbe2e37494", + "objectId": "619b7e95a93b6dfbe2e37495", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -260,12 +260,12 @@ } }, { - "_id": "619b741b8c21191a20ea27c7", - "objectId": "619b741b8c21191a20ea27c8", + "_id": "619b7e95a93b6dfbe2e37496", + "objectId": "619b7e95a93b6dfbe2e37497", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755514, + "modifiedOn": 1637580437178, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -279,13 +279,13 @@ } }, { - "_id": "619b741b8c21191a20ea27c9", + "_id": "619b7e95a93b6dfbe2e37498", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Tx", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "tx", @@ -294,13 +294,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ca", + "_id": "619b7e95a93b6dfbe2e37499", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxBulkWrite", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -308,13 +308,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cb", + "_id": "619b7e95a93b6dfbe2e3749a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -322,13 +322,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cc", + "_id": "619b7e95a93b6dfbe2e3749b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxRemoveDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -336,13 +336,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cd", + "_id": "619b7e95a93b6dfbe2e3749c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxUpdateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -350,13 +350,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ce", + "_id": "619b7e95a93b6dfbe2e3749d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxMixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -364,13 +364,13 @@ } }, { - "_id": "619b741b8c21191a20ea27cf", + "_id": "619b7e95a93b6dfbe2e3749e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxPutBag", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -378,13 +378,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d0", + "_id": "619b7e95a93b6dfbe2e3749f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCollectionCUD", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -392,13 +392,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d1", + "_id": "619b7e95a93b6dfbe2e374a0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:TxCreateDoc", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -406,13 +406,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d2", + "_id": "619b7e95a93b6dfbe2e374a1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Class", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -421,13 +421,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d3", + "_id": "619b7e95a93b6dfbe2e374a2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "core:class:Mixin", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -435,13 +435,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d4", + "_id": "619b7e95a93b6dfbe2e374a3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "activity:class:TxViewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -450,13 +450,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d5", + "_id": "619b7e95a93b6dfbe2e374a4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Sequence", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -465,13 +465,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d6", + "_id": "619b7e95a93b6dfbe2e374a5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Kanban", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "kanban", @@ -480,13 +480,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d7", + "_id": "619b7e95a93b6dfbe2e374a6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ActionTarget", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -495,13 +495,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d8", + "_id": "619b7e95a93b6dfbe2e374a7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Action", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -510,13 +510,13 @@ } }, { - "_id": "619b741b8c21191a20ea27d9", + "_id": "619b7e95a93b6dfbe2e374a8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:Viewlet", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -525,13 +525,13 @@ } }, { - "_id": "619b741b8c21191a20ea27da", + "_id": "619b7e95a93b6dfbe2e374a9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:class:ViewletDescriptor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -540,13 +540,13 @@ } }, { - "_id": "619b741b8c21191a20ea27db", + "_id": "619b7e95a93b6dfbe2e374aa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:ObjectEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -554,13 +554,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dc", + "_id": "619b7e95a93b6dfbe2e374ab", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:KanbanCard", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -568,13 +568,13 @@ } }, { - "_id": "619b741b8c21191a20ea27dd", + "_id": "619b7e95a93b6dfbe2e374ac", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributePresenter", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -582,13 +582,13 @@ } }, { - "_id": "619b741b8c21191a20ea27de", + "_id": "619b7e95a93b6dfbe2e374ad", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:mixin:AttributeEditor", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -596,11 +596,11 @@ } }, { - "_id": "619b741b8c21191a20ea27df", + "_id": "619b7e95a93b6dfbe2e374ae", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -610,11 +610,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e0", + "_id": "619b7e95a93b6dfbe2e374af", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeString", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -624,11 +624,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e1", + "_id": "619b7e95a93b6dfbe2e374b0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -638,11 +638,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e2", + "_id": "619b7e95a93b6dfbe2e374b1", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeBoolean", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -652,11 +652,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e3", + "_id": "619b7e95a93b6dfbe2e374b2", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:TypeTimestamp", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -666,11 +666,11 @@ } }, { - "_id": "619b741b8c21191a20ea27e4", + "_id": "619b7e95a93b6dfbe2e374b3", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "objectId": "core:class:State", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -680,13 +680,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e5", + "_id": "619b7e95a93b6dfbe2e374b4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Table", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Table", @@ -695,13 +695,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e6", + "_id": "619b7e95a93b6dfbe2e374b5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:viewlet:Kanban", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Kanban", @@ -710,13 +710,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e7", + "_id": "619b7e95a93b6dfbe2e374b6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:action:Delete", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "label": "Delete", @@ -725,13 +725,13 @@ } }, { - "_id": "619b741b8c21191a20ea27e8", + "_id": "619b7e95a93b6dfbe2e374b7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea27e9", + "objectId": "619b7e95a93b6dfbe2e374b8", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "target": "core:class:Doc", @@ -739,13 +739,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ea", + "_id": "619b7e95a93b6dfbe2e374b9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "view:space:Sequence", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "name": "Sequences", @@ -755,13 +755,13 @@ } }, { - "_id": "619b741b8c21191a20ea27eb", + "_id": "619b7e95a93b6dfbe2e374ba", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:mixin:SpaceView", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -769,13 +769,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ec", + "_id": "619b7e95a93b6dfbe2e374bb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "workbench:class:Application", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -784,13 +784,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ed", + "_id": "619b7e95a93b6dfbe2e374bc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:EmployeeAccount", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -798,13 +798,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ee", + "_id": "619b7e95a93b6dfbe2e374bd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Contact", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437447, "modifiedBy": "core:account:System", "attributes": { "domain": "contact", @@ -813,12 +813,12 @@ } }, { - "_id": "619b741b8c21191a20ea27ef", - "objectId": "619b741b8c21191a20ea27f0", + "_id": "619b7e95a93b6dfbe2e374be", + "objectId": "619b7e95a93b6dfbe2e374bf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -833,12 +833,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f1", - "objectId": "619b741b8c21191a20ea27f2", + "_id": "619b7e95a93b6dfbe2e374c0", + "objectId": "619b7e95a93b6dfbe2e374c1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -852,13 +852,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f3", + "_id": "619b7e95a93b6dfbe2e374c2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -867,12 +867,12 @@ } }, { - "_id": "619b741b8c21191a20ea27f4", - "objectId": "619b741b8c21191a20ea27f5", + "_id": "619b7e95a93b6dfbe2e374c3", + "objectId": "619b7e95a93b6dfbe2e374c4", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755518, + "modifiedOn": 1637580437205, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -886,13 +886,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f6", + "_id": "619b7e95a93b6dfbe2e374c5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Employee", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -900,13 +900,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f7", + "_id": "619b7e95a93b6dfbe2e374c6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:Organization", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -914,13 +914,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f8", + "_id": "619b7e95a93b6dfbe2e374c7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -928,13 +928,13 @@ } }, { - "_id": "619b741b8c21191a20ea27f9", + "_id": "619b7e95a93b6dfbe2e374c8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:class:ChannelProvider", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -943,11 +943,11 @@ } }, { - "_id": "619b741b8c21191a20ea27fa", + "_id": "619b7e95a93b6dfbe2e374c9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:TypeChannels", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -957,13 +957,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fb", + "_id": "619b7e95a93b6dfbe2e374ca", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Email", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Email", @@ -972,13 +972,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fc", + "_id": "619b7e95a93b6dfbe2e374cb", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Phone", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Phone", @@ -987,13 +987,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fd", + "_id": "619b7e95a93b6dfbe2e374cc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:LinkedIn", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "LinkedIn", @@ -1002,13 +1002,13 @@ } }, { - "_id": "619b741b8c21191a20ea27fe", + "_id": "619b7e95a93b6dfbe2e374cd", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Twitter", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Twitter", @@ -1017,13 +1017,13 @@ } }, { - "_id": "619b741b8c21191a20ea27ff", + "_id": "619b7e95a93b6dfbe2e374ce", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:channelProvider:Telegram", "objectClass": "contact:class:ChannelProvider", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Telegram", @@ -1032,13 +1032,13 @@ } }, { - "_id": "619b741b8c21191a20ea2800", + "_id": "619b7e95a93b6dfbe2e374cf", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "contact:space:Employee", "objectClass": "core:class:Space", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "Employees", @@ -1048,11 +1048,11 @@ } }, { - "_id": "619b741b8c21191a20ea2801", + "_id": "619b7e95a93b6dfbe2e374d0", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "contact:class:Person", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1062,13 +1062,13 @@ } }, { - "_id": "619b741b8c21191a20ea2802", + "_id": "619b7e95a93b6dfbe2e374d1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "attachment", @@ -1078,12 +1078,12 @@ } }, { - "_id": "619b741b8c21191a20ea2803", - "objectId": "619b741b8c21191a20ea2804", + "_id": "619b7e95a93b6dfbe2e374d2", + "objectId": "619b7e95a93b6dfbe2e374d3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1097,12 +1097,12 @@ } }, { - "_id": "619b741b8c21191a20ea2805", - "objectId": "619b741b8c21191a20ea2806", + "_id": "619b7e95a93b6dfbe2e374d4", + "objectId": "619b7e95a93b6dfbe2e374d5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1116,12 +1116,12 @@ } }, { - "_id": "619b741b8c21191a20ea2807", - "objectId": "619b741b8c21191a20ea2808", + "_id": "619b7e95a93b6dfbe2e374d6", + "objectId": "619b7e95a93b6dfbe2e374d7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1135,12 +1135,12 @@ } }, { - "_id": "619b741b8c21191a20ea2809", - "objectId": "619b741b8c21191a20ea280a", + "_id": "619b7e95a93b6dfbe2e374d8", + "objectId": "619b7e95a93b6dfbe2e374d9", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1154,12 +1154,12 @@ } }, { - "_id": "619b741b8c21191a20ea280b", - "objectId": "619b741b8c21191a20ea280c", + "_id": "619b7e95a93b6dfbe2e374da", + "objectId": "619b7e95a93b6dfbe2e374db", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1173,13 +1173,13 @@ } }, { - "_id": "619b741b8c21191a20ea280d", + "_id": "619b7e95a93b6dfbe2e374dc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Comment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "comment", @@ -1188,12 +1188,12 @@ } }, { - "_id": "619b741b8c21191a20ea280e", - "objectId": "619b741b8c21191a20ea280f", + "_id": "619b7e95a93b6dfbe2e374dd", + "objectId": "619b7e95a93b6dfbe2e374de", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1208,13 +1208,13 @@ } }, { - "_id": "619b741b8c21191a20ea2810", + "_id": "619b7e95a93b6dfbe2e374df", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Backlink", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1222,13 +1222,13 @@ } }, { - "_id": "619b741b8c21191a20ea2811", + "_id": "619b7e95a93b6dfbe2e374e0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Message", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "chunter", @@ -1237,12 +1237,12 @@ } }, { - "_id": "619b741b8c21191a20ea2812", - "objectId": "619b741b8c21191a20ea2813", + "_id": "619b7e95a93b6dfbe2e374e1", + "objectId": "619b7e95a93b6dfbe2e374e2", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755569, + "modifiedOn": 1637580437341, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1257,13 +1257,13 @@ } }, { - "_id": "619b741b8c21191a20ea2814", + "_id": "619b7e95a93b6dfbe2e374e3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1273,11 +1273,11 @@ } }, { - "_id": "619b741b8c21191a20ea2815", + "_id": "619b7e95a93b6dfbe2e374e4", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Channel", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1289,13 +1289,13 @@ } }, { - "_id": "619b741b8c21191a20ea2816", + "_id": "619b7e95a93b6dfbe2e374e5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:viewlet:Chat", "objectClass": "view:class:ViewletDescriptor", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Chat", @@ -1304,13 +1304,13 @@ } }, { - "_id": "619b741b8c21191a20ea2817", + "_id": "619b7e95a93b6dfbe2e374e6", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2818", + "objectId": "619b7e95a93b6dfbe2e374e7", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "chunter:class:Message", @@ -1320,17 +1320,18 @@ } }, { - "_id": "619b741b8c21191a20ea2819", + "_id": "619b7e95a93b6dfbe2e374e8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281a", + "objectId": "619b7e95a93b6dfbe2e374e9", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "chunter:string:ApplicationLabelChunter", "icon": "chunter:icon:Chunter", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1344,13 +1345,13 @@ } }, { - "_id": "619b741b8c21191a20ea281b", + "_id": "619b7e95a93b6dfbe2e374ea", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281c", + "objectId": "619b7e95a93b6dfbe2e374eb", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "general", @@ -1360,13 +1361,13 @@ } }, { - "_id": "619b741b8c21191a20ea281d", + "_id": "619b7e95a93b6dfbe2e374ec", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea281e", + "objectId": "619b7e95a93b6dfbe2e374ed", "objectClass": "chunter:class:Channel", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "random", @@ -1376,11 +1377,11 @@ } }, { - "_id": "619b741b8c21191a20ea281f", + "_id": "619b7e95a93b6dfbe2e374ee", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "chunter:class:Attachment", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1390,13 +1391,13 @@ } }, { - "_id": "619b741b8c21191a20ea2820", + "_id": "619b7e95a93b6dfbe2e374ef", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxCommentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Comment", @@ -1408,13 +1409,13 @@ } }, { - "_id": "619b741b8c21191a20ea2821", + "_id": "619b7e95a93b6dfbe2e374f0", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "chunter:ids:TxAttachmentCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "chunter:class:Attachment", @@ -1426,13 +1427,13 @@ } }, { - "_id": "619b741b8c21191a20ea2822", + "_id": "619b7e95a93b6dfbe2e374f1", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Task", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1440,12 +1441,12 @@ } }, { - "_id": "619b741b8c21191a20ea2823", - "objectId": "619b741b8c21191a20ea2824", + "_id": "619b7e95a93b6dfbe2e374f2", + "objectId": "619b7e95a93b6dfbe2e374f3", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1459,12 +1460,12 @@ } }, { - "_id": "619b741b8c21191a20ea2825", - "objectId": "619b741b8c21191a20ea2826", + "_id": "619b7e95a93b6dfbe2e374f4", + "objectId": "619b7e95a93b6dfbe2e374f5", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1478,12 +1479,12 @@ } }, { - "_id": "619b741b8c21191a20ea2827", - "objectId": "619b741b8c21191a20ea2828", + "_id": "619b7e95a93b6dfbe2e374f6", + "objectId": "619b7e95a93b6dfbe2e374f7", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755539, + "modifiedOn": 1637580437262, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1497,13 +1498,13 @@ } }, { - "_id": "619b741b8c21191a20ea2829", + "_id": "619b7e95a93b6dfbe2e374f8", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1513,11 +1514,11 @@ } }, { - "_id": "619b741b8c21191a20ea282a", + "_id": "619b7e95a93b6dfbe2e374f9", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "task:class:Project", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1530,13 +1531,13 @@ } }, { - "_id": "619b741b8c21191a20ea282b", + "_id": "619b7e95a93b6dfbe2e374fa", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282c", + "objectId": "619b7e95a93b6dfbe2e374fb", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "task:class:Task", @@ -1554,17 +1555,18 @@ } }, { - "_id": "619b741b8c21191a20ea282d", + "_id": "619b7e95a93b6dfbe2e374fc", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea282e", + "objectId": "619b7e95a93b6dfbe2e374fd", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "task:string:ApplicationLabelTask", "icon": "task:icon:Task", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1578,13 +1580,13 @@ } }, { - "_id": "619b741b8c21191a20ea282f", + "_id": "619b7e95a93b6dfbe2e374fe", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2830", + "objectId": "619b7e95a93b6dfbe2e374ff", "objectClass": "task:class:Project", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "demo", @@ -1594,13 +1596,13 @@ } }, { - "_id": "619b741b8c21191a20ea2831", + "_id": "619b7e95a93b6dfbe2e37500", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "domain": "recruit", @@ -1612,12 +1614,12 @@ } }, { - "_id": "619b741b8c21191a20ea2832", - "objectId": "619b741b8c21191a20ea2833", + "_id": "619b7e95a93b6dfbe2e37501", + "objectId": "619b7e95a93b6dfbe2e37502", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1631,12 +1633,12 @@ } }, { - "_id": "619b741b8c21191a20ea2834", - "objectId": "619b741b8c21191a20ea2835", + "_id": "619b7e95a93b6dfbe2e37503", + "objectId": "619b7e95a93b6dfbe2e37504", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1650,13 +1652,13 @@ } }, { - "_id": "619b741b8c21191a20ea2836", + "_id": "619b7e95a93b6dfbe2e37505", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1665,12 +1667,12 @@ } }, { - "_id": "619b741b8c21191a20ea2837", - "objectId": "619b741b8c21191a20ea2838", + "_id": "619b7e95a93b6dfbe2e37506", + "objectId": "619b7e95a93b6dfbe2e37507", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1684,12 +1686,12 @@ } }, { - "_id": "619b741b8c21191a20ea2839", - "objectId": "619b741b8c21191a20ea283a", + "_id": "619b7e95a93b6dfbe2e37508", + "objectId": "619b7e95a93b6dfbe2e37509", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1703,12 +1705,12 @@ } }, { - "_id": "619b741b8c21191a20ea283b", - "objectId": "619b741b8c21191a20ea283c", + "_id": "619b7e95a93b6dfbe2e3750a", + "objectId": "619b7e95a93b6dfbe2e3750b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1722,12 +1724,12 @@ } }, { - "_id": "619b741b8c21191a20ea283d", - "objectId": "619b741b8c21191a20ea283e", + "_id": "619b7e95a93b6dfbe2e3750c", + "objectId": "619b7e95a93b6dfbe2e3750d", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1741,12 +1743,12 @@ } }, { - "_id": "619b741b8c21191a20ea283f", - "objectId": "619b741b8c21191a20ea2840", + "_id": "619b7e95a93b6dfbe2e3750e", + "objectId": "619b7e95a93b6dfbe2e3750f", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755588, + "modifiedOn": 1637580437413, "objectSpace": "core:space:Model", "objectClass": "core:class:Attribute", "attributes": { @@ -1760,13 +1762,13 @@ } }, { - "_id": "619b741b8c21191a20ea2841", + "_id": "619b7e95a93b6dfbe2e37510", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1776,13 +1778,13 @@ } }, { - "_id": "619b741b8c21191a20ea2842", + "_id": "619b7e95a93b6dfbe2e37511", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "kind": 0, @@ -1792,11 +1794,11 @@ } }, { - "_id": "619b741b8c21191a20ea2843", + "_id": "619b7e95a93b6dfbe2e37512", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Vacancy", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1809,11 +1811,11 @@ } }, { - "_id": "619b741b8c21191a20ea2844", + "_id": "619b7e95a93b6dfbe2e37513", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidates", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1826,17 +1828,18 @@ } }, { - "_id": "619b741b8c21191a20ea2845", + "_id": "619b7e95a93b6dfbe2e37514", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2846", + "objectId": "619b7e95a93b6dfbe2e37515", "objectClass": "workbench:class:Application", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "recruit:string:RecruitApplication", "icon": "recruit:icon:RecruitApplication", + "hidden": false, "navigatorModel": { "spaces": [ { @@ -1856,13 +1859,13 @@ } }, { - "_id": "619b741b8c21191a20ea2847", + "_id": "619b7e95a93b6dfbe2e37516", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:space:CandidatesPublic", "objectClass": "recruit:class:Candidates", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "name": "public", @@ -1872,13 +1875,13 @@ } }, { - "_id": "619b741b8c21191a20ea2848", + "_id": "619b7e95a93b6dfbe2e37517", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2849", + "objectId": "619b7e95a93b6dfbe2e37518", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Candidate", @@ -1903,13 +1906,13 @@ } }, { - "_id": "619b741b8c21191a20ea284a", + "_id": "619b7e95a93b6dfbe2e37519", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284b", + "objectId": "619b7e95a93b6dfbe2e3751a", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1935,13 +1938,13 @@ } }, { - "_id": "619b741b8c21191a20ea284c", + "_id": "619b7e95a93b6dfbe2e3751b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea284d", + "objectId": "619b7e95a93b6dfbe2e3751c", "objectClass": "view:class:Viewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachTo": "recruit:class:Applicant", @@ -1962,11 +1965,11 @@ } }, { - "_id": "619b741b8c21191a20ea284e", + "_id": "619b7e95a93b6dfbe2e3751d", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1976,11 +1979,11 @@ } }, { - "_id": "619b741b8c21191a20ea284f", + "_id": "619b7e95a93b6dfbe2e3751e", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Candidate", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -1990,11 +1993,11 @@ } }, { - "_id": "619b741b8c21191a20ea2850", + "_id": "619b7e95a93b6dfbe2e3751f", "_class": "core:class:TxMixin", "space": "core:space:Tx", "modifiedBy": "core:account:System", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "objectId": "recruit:class:Applicant", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", @@ -2004,13 +2007,13 @@ } }, { - "_id": "619b741b8c21191a20ea2851", + "_id": "619b7e95a93b6dfbe2e37520", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:action:CreateApplication", "objectClass": "view:class:Action", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "label": "Create Application", @@ -2019,13 +2022,13 @@ } }, { - "_id": "619b741b8c21191a20ea2852", + "_id": "619b7e95a93b6dfbe2e37521", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2853", + "objectId": "619b7e95a93b6dfbe2e37522", "objectClass": "view:class:ActionTarget", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "target": "recruit:class:Candidate", @@ -2033,13 +2036,13 @@ } }, { - "_id": "619b741b8c21191a20ea2854", + "_id": "619b7e95a93b6dfbe2e37523", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2855", + "objectId": "619b7e95a93b6dfbe2e37524", "objectClass": "view:class:Sequence", "objectSpace": "view:space:Sequence", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "attachedTo": "recruit:class:Applicant", @@ -2047,13 +2050,13 @@ } }, { - "_id": "619b741b8c21191a20ea2856", + "_id": "619b7e95a93b6dfbe2e37525", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2065,13 +2068,13 @@ } }, { - "_id": "619b741b8c21191a20ea2857", + "_id": "619b7e95a93b6dfbe2e37526", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxApplicantUpdate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Applicant", @@ -2083,13 +2086,13 @@ } }, { - "_id": "619b741b8c21191a20ea2858", + "_id": "619b7e95a93b6dfbe2e37527", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", "objectId": "recruit:ids:TxCandidateCreate", "objectClass": "activity:class:TxViewlet", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755594, + "modifiedOn": 1637580437448, "modifiedBy": "core:account:System", "attributes": { "objectClass": "recruit:class:Candidate", @@ -2100,13 +2103,13 @@ } }, { - "_id": "619b741b8c21191a20ea2859", + "_id": "619b7e95a93b6dfbe2e37528", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "server-core:class:Trigger", + "objectId": "setting:class:IntegrationType", "objectClass": "core:class:Class", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "domain": "model", @@ -2115,66 +2118,178 @@ } }, { - "_id": "619b741b8c21191a20ea285a", + "_id": "619b7e95a93b6dfbe2e37529", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285b", + "objectId": "setting:class:Integration", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "setting", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752a", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "setting:ids:SettingApp", + "objectClass": "workbench:class:Application", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "hidden": true, + "navigatorModel": { + "specials": [ + { + "id": "setting", + "label": "setting:string:Setting", + "icon": "setting:icon:Setting", + "component": "setting:component:Setting" + }, + { + "id": "integrations", + "label": "setting:string:Integrations", + "icon": "setting:icon:Integrations", + "component": "setting:component:Integrations" + }, + { + "id": "support", + "label": "setting:string:Support", + "icon": "setting:icon:Support", + "component": "setting:component:Support" + }, + { + "id": "privacy", + "label": "setting:string:Privacy", + "icon": "setting:icon:Privacy", + "component": "setting:component:Privacy" + }, + { + "id": "terms", + "label": "setting:string:Terms", + "icon": "setting:icon:Terms", + "component": "setting:component:Terms" + } + ], + "spaces": [] + } + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752b", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752c", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Telegram", + "description": "Use telegram integration", + "icon": "setting:component:IconTelegram", + "createComponent": "setting:component:ConnectTelegram" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752d", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e3752e", + "objectClass": "setting:class:IntegrationType", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "label": "Email", + "description": "Use email integration", + "icon": "setting:component:IconGmail", + "createComponent": "setting:component:ConnectEmail" + } + }, + { + "_id": "619b7e95a93b6dfbe2e3752f", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "server-core:class:Trigger", + "objectClass": "core:class:Class", + "objectSpace": "core:space:Model", + "modifiedOn": 1637580437449, + "modifiedBy": "core:account:System", + "attributes": { + "domain": "model", + "kind": 0, + "extends": "core:class:Doc" + } + }, + { + "_id": "619b7e95a93b6dfbe2e37530", + "_class": "core:class:TxCreateDoc", + "space": "core:space:Tx", + "objectId": "619b7e95a93b6dfbe2e37531", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnMessage" } }, { - "_id": "619b741b8c21191a20ea285c", + "_id": "619b7e95a93b6dfbe2e37532", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285d", + "objectId": "619b7e95a93b6dfbe2e37533", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-chunter:trigger:OnAttachment" } }, { - "_id": "619b741b8c21191a20ea285e", + "_id": "619b7e95a93b6dfbe2e37534", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea285f", + "objectId": "619b7e95a93b6dfbe2e37535", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-recruit:trigger:OnApplication" } }, { - "_id": "619b741b8c21191a20ea2860", + "_id": "619b7e95a93b6dfbe2e37536", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2861", + "objectId": "619b7e95a93b6dfbe2e37537", "objectClass": "server-core:class:Trigger", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, + "modifiedOn": 1637580437449, "modifiedBy": "core:account:System", "attributes": { "trigger": "server-view:trigger:OnDocWithState" } }, { - "_id": "619b741b8c21191a20ea2864", + "_id": "619b7e95a93b6dfbe2e3753a", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2862", + "objectId": "619b7e95a93b6dfbe2e37538", "objectClass": "contact:class:Employee", "objectSpace": "contact:space:Employee", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "Chen,Rosamund", "city": "Mountain View", @@ -2182,29 +2297,29 @@ } }, { - "_id": "619b741b8c21191a20ea2865", + "_id": "619b7e95a93b6dfbe2e3753b", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2863", + "objectId": "619b7e95a93b6dfbe2e37539", "objectClass": "contact:class:EmployeeAccount", "objectSpace": "core:space:Model", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "email": "rosamund@hc.engineering", - "employee": "619b741b8c21191a20ea2862", + "employee": "619b7e95a93b6dfbe2e37538", "name": "Chen,Rosamund" } }, { - "_id": "619b741b8c21191a20ea2866", + "_id": "619b7e95a93b6dfbe2e3753c", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2867", + "objectId": "619b7e95a93b6dfbe2e3753d", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Andrey", "title": "Chief Architect", @@ -2218,14 +2333,14 @@ } }, { - "_id": "619b741b8c21191a20ea2868", + "_id": "619b7e95a93b6dfbe2e3753e", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea2869", + "objectId": "619b7e95a93b6dfbe2e3753f", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "M.,Marina", "title": "Chief Designer", @@ -2239,14 +2354,14 @@ } }, { - "_id": "619b741b8c21191a20ea286a", + "_id": "619b7e95a93b6dfbe2e37540", "_class": "core:class:TxCreateDoc", "space": "core:space:Tx", - "objectId": "619b741b8c21191a20ea286b", + "objectId": "619b7e95a93b6dfbe2e37541", "objectClass": "recruit:class:Candidate", "objectSpace": "recruit:space:CandidatesPublic", - "modifiedOn": 1637577755595, - "modifiedBy": "619b741b8c21191a20ea2863", + "modifiedOn": 1637580437449, + "modifiedBy": "619b7e95a93b6dfbe2e37539", "attributes": { "name": "P.,Alex", "title": "Frontend Engineer",