@aristid/leav-types 1.2.0-163bd4e1 → 1.2.0-9b00d2ab
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/index.d.ts +2 -2
- package/apps/core/src/__tests__/e2e/api/e2eUtils.d.ts +4 -4
- package/apps/core/src/__tests__/e2e/api/globalSetup.d.ts +3 -3
- package/apps/core/src/__tests__/integration/infra/integrationTestRepoUtils.d.ts +3 -3
- package/apps/core/src/__tests__/mocks/actionsList.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/application.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/attribute.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/cache.d.ts +2 -2
- package/apps/core/src/__tests__/mocks/file.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/forms.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/globalSettings.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/library.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/log.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/plugins.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/record.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/shared.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/task.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/translator.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/tree.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/value.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/versionProfile.d.ts +1 -1
- package/apps/core/src/__tests__/mocks/view.d.ts +1 -1
- package/apps/core/src/_types/actionsList.d.ts +5 -5
- package/apps/core/src/_types/apiKey.d.ts +1 -1
- package/apps/core/src/_types/application.d.ts +3 -3
- package/apps/core/src/_types/attribute.d.ts +8 -8
- package/apps/core/src/_types/config.d.ts +2 -2
- package/apps/core/src/_types/dbProfiler.d.ts +1 -1
- package/apps/core/src/_types/endpoint.d.ts +1 -1
- package/apps/core/src/_types/events.d.ts +11 -11
- package/apps/core/src/_types/express.d.ts +2 -2
- package/apps/core/src/_types/extensionPoints.d.ts +4 -4
- package/apps/core/src/_types/filesManager.d.ts +1 -1
- package/apps/core/src/_types/forms.d.ts +3 -3
- package/apps/core/src/_types/globalSettings.d.ts +1 -1
- package/apps/core/src/_types/import.d.ts +1 -1
- package/apps/core/src/_types/library.d.ts +6 -6
- package/apps/core/src/_types/log.d.ts +2 -2
- package/apps/core/src/_types/migration.d.ts +1 -1
- package/apps/core/src/_types/permissions.d.ts +1 -1
- package/apps/core/src/_types/plugin.d.ts +1 -1
- package/apps/core/src/_types/preview.d.ts +1 -1
- package/apps/core/src/_types/queryInfos.d.ts +3 -3
- package/apps/core/src/_types/record.d.ts +4 -4
- package/apps/core/src/_types/shared.d.ts +3 -3
- package/apps/core/src/_types/tasksManager.d.ts +1 -1
- package/apps/core/src/_types/tree.d.ts +3 -3
- package/apps/core/src/_types/value.d.ts +6 -6
- package/apps/core/src/_types/versionProfile.d.ts +2 -2
- package/apps/core/src/_types/views.d.ts +2 -2
- package/apps/core/src/app/application/applicationApp.d.ts +13 -13
- package/apps/core/src/app/auth/authApp.d.ts +17 -17
- package/apps/core/src/app/core/actionListApp.d.ts +4 -4
- package/apps/core/src/app/core/apiKeyApp/_types.d.ts +2 -2
- package/apps/core/src/app/core/apiKeyApp/apiKeyApp.d.ts +3 -3
- package/apps/core/src/app/core/attributeApp/attributeApp.d.ts +10 -10
- package/apps/core/src/app/core/coreApp.d.ts +8 -8
- package/apps/core/src/app/core/eventsManagerApp.d.ts +4 -4
- package/apps/core/src/app/core/exportApp.d.ts +2 -2
- package/apps/core/src/app/core/filesManagerApp.d.ts +7 -7
- package/apps/core/src/app/core/formApp/_types.d.ts +2 -2
- package/apps/core/src/app/core/formApp/formApp.d.ts +8 -8
- package/apps/core/src/app/core/globalSettingsApp.d.ts +9 -9
- package/apps/core/src/app/core/helpers/subscriptions.d.ts +2 -2
- package/apps/core/src/app/core/importApp.d.ts +7 -7
- package/apps/core/src/app/core/indexationManagerApp.d.ts +2 -2
- package/apps/core/src/app/core/libraryApp/_types.d.ts +2 -2
- package/apps/core/src/app/core/libraryApp/libraryApp.d.ts +8 -8
- package/apps/core/src/app/core/logApp.d.ts +10 -10
- package/apps/core/src/app/core/permissionApp/_types.d.ts +1 -1
- package/apps/core/src/app/core/permissionApp/permissionApp.d.ts +4 -4
- package/apps/core/src/app/core/pluginsApp.d.ts +3 -3
- package/apps/core/src/app/core/recordApp/_types.d.ts +3 -3
- package/apps/core/src/app/core/recordApp/recordApp.d.ts +11 -11
- package/apps/core/src/app/core/tasksManagerApp.d.ts +8 -8
- package/apps/core/src/app/core/treeApp/_types.d.ts +4 -4
- package/apps/core/src/app/core/treeApp/treeApp.d.ts +9 -9
- package/apps/core/src/app/core/userDataApp.d.ts +2 -2
- package/apps/core/src/app/core/valueApp.d.ts +6 -6
- package/apps/core/src/app/core/versionProfileApp/_types.d.ts +2 -2
- package/apps/core/src/app/core/versionProfileApp/versionProfileApp.d.ts +3 -3
- package/apps/core/src/app/core/viewApp.d.ts +5 -5
- package/apps/core/src/app/endpoint/endpointApp.d.ts +8 -8
- package/apps/core/src/app/graphql/customScalars/dateTime/dateTime.d.ts +1 -1
- package/apps/core/src/app/graphql/customScalars/helpers/parseLiteral.d.ts +1 -1
- package/apps/core/src/app/graphql/customScalars/systemTranslation/systemTranslation.d.ts +1 -1
- package/apps/core/src/app/graphql/graphqlApp.d.ts +6 -6
- package/apps/core/src/app/helpers/convertVersionFromGqlFormat.d.ts +1 -1
- package/apps/core/src/app/helpers/initQueryContext.d.ts +3 -3
- package/apps/core/src/app/helpers/validateRequestToken.d.ts +4 -4
- package/apps/core/src/config.d.ts +1 -1
- package/apps/core/src/depsManager.d.ts +1 -1
- package/apps/core/src/domain/actions/dateRangeToNumberAction.d.ts +1 -1
- package/apps/core/src/domain/actions/encryptAction.d.ts +1 -1
- package/apps/core/src/domain/actions/excelCalculationAction.d.ts +3 -3
- package/apps/core/src/domain/actions/formatDateAction.d.ts +1 -1
- package/apps/core/src/domain/actions/formatDateRangeAction.d.ts +1 -1
- package/apps/core/src/domain/actions/formatNumberAction.d.ts +1 -1
- package/apps/core/src/domain/actions/inheritanceCalculationAction.d.ts +3 -3
- package/apps/core/src/domain/actions/maskValueAction.d.ts +1 -1
- package/apps/core/src/domain/actions/parseJSONAction.d.ts +1 -1
- package/apps/core/src/domain/actions/toBooleanAction.d.ts +1 -1
- package/apps/core/src/domain/actions/toJSONAction.d.ts +1 -1
- package/apps/core/src/domain/actions/toNumberAction.d.ts +1 -1
- package/apps/core/src/domain/actions/toStringAction.d.ts +1 -1
- package/apps/core/src/domain/actions/toUppercaseAction.d.ts +1 -1
- package/apps/core/src/domain/actions/validateEmailAction.d.ts +1 -1
- package/apps/core/src/domain/actions/validateFormatAction.d.ts +1 -1
- package/apps/core/src/domain/actions/validateRegexAction.d.ts +1 -1
- package/apps/core/src/domain/actions/validateURLAction.d.ts +1 -1
- package/apps/core/src/domain/actionsList/actionsListDomain.d.ts +8 -8
- package/apps/core/src/domain/apiKey/apiKeyDomain.d.ts +9 -9
- package/apps/core/src/domain/application/applicationDomain.d.ts +10 -10
- package/apps/core/src/domain/attribute/attributeDomain.d.ts +15 -15
- package/apps/core/src/domain/attribute/helpers/attributeALHelper.d.ts +3 -3
- package/apps/core/src/domain/attribute/helpers/attributeValidationHelper.d.ts +8 -8
- package/apps/core/src/domain/attribute/helpers/ifLibraryJoinLinkAttribute.d.ts +4 -4
- package/apps/core/src/domain/eventsManager/eventsManagerDomain.d.ts +8 -8
- package/apps/core/src/domain/export/exportDomain.d.ts +13 -13
- package/apps/core/src/domain/filesManager/_constants.d.ts +1 -1
- package/apps/core/src/domain/filesManager/filesManagerDomain.d.ts +21 -21
- package/apps/core/src/domain/filesManager/helpers/extractFileMetadata.d.ts +2 -2
- package/apps/core/src/domain/filesManager/helpers/getRootPathByKey.d.ts +1 -1
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/_types.d.ts +14 -14
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleCreateEvent.d.ts +3 -3
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleFileSystemEvent.d.ts +12 -12
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleMoveEvent.d.ts +3 -3
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleRemoveEvent.d.ts +3 -3
- package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleUpdateEvent.d.ts +3 -3
- package/apps/core/src/domain/filesManager/helpers/handleFileUtilsHelper.d.ts +10 -10
- package/apps/core/src/domain/filesManager/helpers/handlePreview.d.ts +4 -4
- package/apps/core/src/domain/filesManager/helpers/handlePreviewResponse.d.ts +9 -9
- package/apps/core/src/domain/filesManager/helpers/messagesHandler/messagesHandler.d.ts +5 -5
- package/apps/core/src/domain/form/formDomain.d.ts +17 -17
- package/apps/core/src/domain/form/helpers/getElementValues.d.ts +6 -6
- package/apps/core/src/domain/form/helpers/mustIncludeElement.d.ts +4 -4
- package/apps/core/src/domain/globalSettings/globalSettingsDomain.d.ts +7 -7
- package/apps/core/src/domain/helpers/calculationVariable/index.d.ts +3 -3
- package/apps/core/src/domain/helpers/calculationsVariableFunctions/index.d.ts +4 -4
- package/apps/core/src/domain/helpers/getCoreEntityById.d.ts +8 -8
- package/apps/core/src/domain/helpers/storeUploadFile.d.ts +2 -2
- package/apps/core/src/domain/helpers/updateRecordLastModif.d.ts +5 -5
- package/apps/core/src/domain/helpers/updateTaskProgress.d.ts +4 -4
- package/apps/core/src/domain/helpers/validate.d.ts +8 -8
- package/apps/core/src/domain/import/importDomain.d.ts +20 -20
- package/apps/core/src/domain/indexationManager/indexationManagerDomain.d.ts +14 -14
- package/apps/core/src/domain/library/helpers/checkSavePermission.d.ts +2 -2
- package/apps/core/src/domain/library/helpers/deleteAssociatedValues.d.ts +5 -5
- package/apps/core/src/domain/library/helpers/runBehaviorPostSave.d.ts +8 -8
- package/apps/core/src/domain/library/helpers/runPreDelete.d.ts +5 -5
- package/apps/core/src/domain/library/helpers/updateAssociatedForms.d.ts +2 -2
- package/apps/core/src/domain/library/helpers/validateLibAttributes.d.ts +4 -4
- package/apps/core/src/domain/library/helpers/validateLibFullTextAttributes.d.ts +2 -2
- package/apps/core/src/domain/library/helpers/validatePermConf.d.ts +5 -5
- package/apps/core/src/domain/library/helpers/validatePreviewsSettings.d.ts +3 -3
- package/apps/core/src/domain/library/helpers/validateRecordIdentityConf.d.ts +4 -4
- package/apps/core/src/domain/library/libraryDomain.d.ts +20 -20
- package/apps/core/src/domain/log/logDomain.d.ts +5 -5
- package/apps/core/src/domain/permission/_types.d.ts +3 -3
- package/apps/core/src/domain/permission/adminPermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/permission/applicationPermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/permission/attributePermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/permission/helpers/defaultPermission.d.ts +1 -1
- package/apps/core/src/domain/permission/helpers/getPermissionCacheKey.d.ts +1 -1
- package/apps/core/src/domain/permission/helpers/getPermissionCachePatternKey.d.ts +1 -1
- package/apps/core/src/domain/permission/helpers/globalPermission.d.ts +5 -5
- package/apps/core/src/domain/permission/helpers/permissionByUserGroups.d.ts +8 -8
- package/apps/core/src/domain/permission/helpers/permissionsByActions.d.ts +2 -2
- package/apps/core/src/domain/permission/helpers/simplePermission.d.ts +2 -2
- package/apps/core/src/domain/permission/helpers/treeBasedPermissions.d.ts +7 -7
- package/apps/core/src/domain/permission/libraryPermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/permission/permissionDomain.d.ts +17 -17
- package/apps/core/src/domain/permission/recordAttributePermissionDomain.d.ts +9 -9
- package/apps/core/src/domain/permission/recordPermissionDomain.d.ts +9 -9
- package/apps/core/src/domain/permission/treeLibraryPermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/permission/treeNodePermissionDomain.d.ts +10 -10
- package/apps/core/src/domain/permission/treePermissionDomain.d.ts +2 -2
- package/apps/core/src/domain/record/_types.d.ts +5 -5
- package/apps/core/src/domain/record/helpers/createRecord.d.ts +5 -5
- package/apps/core/src/domain/record/helpers/deleteRecord.d.ts +8 -8
- package/apps/core/src/domain/record/helpers/getAccessPermissionFilters.d.ts +7 -7
- package/apps/core/src/domain/record/helpers/getAttributesFromField.d.ts +6 -6
- package/apps/core/src/domain/record/helpers/sendRecordUpdateEvent.d.ts +3 -3
- package/apps/core/src/domain/record/helpers/validateLibrary.d.ts +2 -2
- package/apps/core/src/domain/record/recordDomain.d.ts +30 -30
- package/apps/core/src/domain/tasksManager/tasksManagerDomain.d.ts +12 -12
- package/apps/core/src/domain/tree/helpers/elementAncestors.d.ts +3 -3
- package/apps/core/src/domain/tree/helpers/getDefaultElement.d.ts +4 -4
- package/apps/core/src/domain/tree/helpers/handleRemovedLibraries.d.ts +3 -3
- package/apps/core/src/domain/tree/helpers/treeDataValidation.d.ts +4 -4
- package/apps/core/src/domain/tree/treeDomain.d.ts +20 -20
- package/apps/core/src/domain/user/userDomain.d.ts +9 -9
- package/apps/core/src/domain/value/_types.d.ts +5 -5
- package/apps/core/src/domain/value/helpers/canSaveRecordValue.d.ts +7 -7
- package/apps/core/src/domain/value/helpers/doesValueExist.d.ts +2 -2
- package/apps/core/src/domain/value/helpers/findValue.d.ts +1 -1
- package/apps/core/src/domain/value/helpers/formatLogValue.d.ts +10 -10
- package/apps/core/src/domain/value/helpers/isEmptyValue.d.ts +1 -1
- package/apps/core/src/domain/value/helpers/prepareValue.d.ts +6 -6
- package/apps/core/src/domain/value/helpers/saveOneValue.d.ts +10 -10
- package/apps/core/src/domain/value/helpers/validateValue.d.ts +8 -8
- package/apps/core/src/domain/value/valueDomain.d.ts +26 -26
- package/apps/core/src/domain/versionProfile/versionProfileDomain.d.ts +12 -12
- package/apps/core/src/domain/view/viewDomain.d.ts +7 -7
- package/apps/core/src/errors/GraphQLAuthenticationError.d.ts +2 -2
- package/apps/core/src/errors/LeavError.d.ts +1 -1
- package/apps/core/src/errors/PermissionError.d.ts +2 -2
- package/apps/core/src/errors/ValidationError.d.ts +1 -1
- package/apps/core/src/errors/typeguards.d.ts +2 -2
- package/apps/core/src/i18nextInit.d.ts +2 -2
- package/apps/core/src/infra/apiKey/apiKeyRepo.d.ts +5 -5
- package/apps/core/src/infra/application/applicationRepo.d.ts +8 -8
- package/apps/core/src/infra/attribute/attributeRepo.d.ts +8 -8
- package/apps/core/src/infra/attributeTypes/attributeAdvancedLinkRepo.d.ts +7 -7
- package/apps/core/src/infra/attributeTypes/attributeAdvancedRepo.d.ts +6 -6
- package/apps/core/src/infra/attributeTypes/attributeSimpleLinkRepo.d.ts +6 -6
- package/apps/core/src/infra/attributeTypes/attributeSimpleRepo.d.ts +5 -5
- package/apps/core/src/infra/attributeTypes/attributeTreeRepo.d.ts +7 -7
- package/apps/core/src/infra/attributeTypes/attributeTypesRepo.d.ts +10 -10
- package/apps/core/src/infra/attributeTypes/helpers/getConditionPart.d.ts +2 -2
- package/apps/core/src/infra/cache/cacheService.d.ts +1 -1
- package/apps/core/src/infra/cache/diskService.d.ts +2 -2
- package/apps/core/src/infra/cache/ramService.d.ts +3 -3
- package/apps/core/src/infra/cache/redis.d.ts +1 -1
- package/apps/core/src/infra/db/_types.d.ts +2 -2
- package/apps/core/src/infra/db/db.d.ts +1 -1
- package/apps/core/src/infra/db/dbService.d.ts +6 -6
- package/apps/core/src/infra/db/dbUtils.d.ts +9 -9
- package/apps/core/src/infra/db/helpers/runMigrationFiles.d.ts +4 -4
- package/apps/core/src/infra/db/migrations/000-init/index.d.ts +7 -7
- package/apps/core/src/infra/db/migrations/000-init/systemApplications.d.ts +1 -1
- package/apps/core/src/infra/db/migrations/000-init/systemAttributes.d.ts +1 -1
- package/apps/core/src/infra/db/migrations/000-init/systemLibraries.d.ts +2 -2
- package/apps/core/src/infra/db/migrations/000-init/systemTrees.d.ts +1 -1
- package/apps/core/src/infra/db/migrations/001-delInstallApps.d.ts +2 -2
- package/apps/core/src/infra/db/migrations/002-previewsSettings.d.ts +6 -6
- package/apps/core/src/infra/db/migrations/003-filesMetadata.d.ts +4 -4
- package/apps/core/src/infra/db/migrations/004-formsLabels.d.ts +2 -2
- package/apps/core/src/infra/db/migrations/005-viewSortToArray.d.ts +2 -2
- package/apps/core/src/infra/db/migrations/007-updateHexColor.d.ts +1 -1
- package/apps/core/src/infra/db/migrations/010-formSidePanel.d.ts +2 -2
- package/apps/core/src/infra/elasticSearch/elasticSearchClient.d.ts +1 -1
- package/apps/core/src/infra/elasticSearch/elasticSearchService.d.ts +3 -3
- package/apps/core/src/infra/filesManager/filesManagerRepo.d.ts +5 -5
- package/apps/core/src/infra/form/formRepo.d.ts +6 -6
- package/apps/core/src/infra/globalSettings/globalSettingsRepo.d.ts +3 -3
- package/apps/core/src/infra/indexation/helpers/getSearchQuery.d.ts +2 -2
- package/apps/core/src/infra/indexation/indexationService.d.ts +5 -5
- package/apps/core/src/infra/library/libraryRepo.d.ts +7 -7
- package/apps/core/src/infra/log/logRepo.d.ts +4 -4
- package/apps/core/src/infra/mailer/mailer.d.ts +1 -1
- package/apps/core/src/infra/mailer/mailerService.d.ts +4 -4
- package/apps/core/src/infra/oidc/oidcClient.d.ts +2 -2
- package/apps/core/src/infra/oidc/oidcClientService.d.ts +3 -3
- package/apps/core/src/infra/permission/permissionRepo.d.ts +4 -4
- package/apps/core/src/infra/record/helpers/filterTypes.d.ts +1 -1
- package/apps/core/src/infra/record/helpers/getClassifyingFiltersVariableQueryPart.d.ts +4 -4
- package/apps/core/src/infra/record/helpers/getSearchVariableName.d.ts +2 -2
- package/apps/core/src/infra/record/helpers/getSearchVariablesQueryPart.d.ts +6 -6
- package/apps/core/src/infra/record/recordRepo.d.ts +14 -14
- package/apps/core/src/infra/task/taskRepo.d.ts +7 -7
- package/apps/core/src/infra/tree/_types.d.ts +1 -1
- package/apps/core/src/infra/tree/treeRepo.d.ts +6 -6
- package/apps/core/src/infra/userData/userDataRepo.d.ts +3 -3
- package/apps/core/src/infra/value/valueRepo.d.ts +6 -6
- package/apps/core/src/infra/versionProfile/versionProfileRepo.d.ts +6 -6
- package/apps/core/src/infra/view/_types.d.ts +6 -6
- package/apps/core/src/infra/view/viewRepo.d.ts +1 -1
- package/apps/core/src/interface/cli.d.ts +1 -1
- package/apps/core/src/interface/filesManager.d.ts +1 -1
- package/apps/core/src/interface/helpers/handleGraphqlError.d.ts +5 -5
- package/apps/core/src/interface/indexationManager.d.ts +1 -1
- package/apps/core/src/interface/server.d.ts +12 -12
- package/apps/core/src/interface/tasksManager.d.ts +1 -1
- package/apps/core/src/pluginsLoader.d.ts +1 -1
- package/apps/core/src/utils/dataloader.d.ts +2 -2
- package/apps/core/src/utils/helpers/getDefaultActionsList.d.ts +2 -2
- package/apps/core/src/utils/helpers/getSystemQueryContext.d.ts +2 -2
- package/apps/core/src/utils/helpers/getValuesToDisplay.d.ts +1 -1
- package/apps/core/src/utils/typeGuards/index.d.ts +2 -2
- package/apps/core/src/utils/utils.d.ts +8 -8
- package/libs/message-broker/src/amqpService.d.ts +1 -1
- package/libs/message-broker/src/types/amqp.d.ts +1 -1
- package/libs/utils/src/types/forms.d.ts +1 -1
- package/libs/utils/src/types/logs.d.ts +1 -1
- package/libs/utils/src/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { IAttributeRepo } from 'infra/attribute/attributeRepo';
|
|
2
|
+
import { ILibraryRepo } from 'infra/library/libraryRepo';
|
|
3
|
+
import { ITreeRepo } from 'infra/tree/treeRepo';
|
|
4
|
+
import { IVersionProfileRepo } from 'infra/versionProfile/versionProfileRepo';
|
|
5
|
+
import { IViewRepo } from 'infra/view/_types';
|
|
6
|
+
import { IUtils } from 'utils/utils';
|
|
7
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
8
|
+
import { ICachesService } from '../../infra/cache/cacheService';
|
|
9
9
|
interface IDeps {
|
|
10
10
|
'core.infra.library': ILibraryRepo;
|
|
11
11
|
'core.infra.attribute': IAttributeRepo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { FileUpload } from 'graphql-upload';
|
|
2
|
+
import { Progress } from 'progress-stream';
|
|
3
3
|
export type StoreUploadFileFunc = (fileData: FileUpload, path: string, onProgress?: (progress: Progress) => Promise<void>, size?: number) => Promise<void>;
|
|
4
4
|
export default function (): (fileData: FileUpload, path: string, onProgress?: (progress: Progress) => void, size?: number) => Promise<void>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { IRecordRepo } from 'infra/record/recordRepo';
|
|
2
|
+
import { IUtils } from 'utils/utils';
|
|
3
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
4
|
+
import { IRecord } from '_types/record';
|
|
5
|
+
import { ICachesService } from '../../infra/cache/cacheService';
|
|
6
6
|
interface IDeps {
|
|
7
7
|
'core.infra.record': IRecordRepo;
|
|
8
8
|
'core.infra.cache.cacheService': ICachesService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
1
|
+
import { ITasksManagerDomain } from 'domain/tasksManager/tasksManagerDomain';
|
|
2
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
3
|
+
import * as Config from '_types/config';
|
|
4
|
+
import { i18n } from 'i18next';
|
|
5
5
|
interface IDeps {
|
|
6
6
|
'core.domain.tasksManager': ITasksManagerDomain;
|
|
7
7
|
config: Config.IConfig;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { ICachesService } from 'infra/cache/cacheService';
|
|
2
|
+
import { ILibraryRepo } from 'infra/library/libraryRepo';
|
|
3
|
+
import { IRecordRepo } from 'infra/record/recordRepo';
|
|
4
|
+
import { IUtils } from 'utils/utils';
|
|
5
|
+
import { ILibrary } from '_types/library';
|
|
6
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
7
|
+
import { IRecord } from '../../_types/record';
|
|
8
|
+
import { GetCoreEntityByIdFunc } from './getCoreEntityById';
|
|
9
9
|
interface IDeps {
|
|
10
10
|
'core.domain.helpers.getCoreEntityById': GetCoreEntityByIdFunc;
|
|
11
11
|
'core.infra.record': IRecordRepo;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
1
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
2
|
+
import { IEventsManagerDomain } from 'domain/eventsManager/eventsManagerDomain';
|
|
3
|
+
import { UpdateTaskProgress } from 'domain/helpers/updateTaskProgress';
|
|
4
|
+
import { ILibraryDomain } from 'domain/library/libraryDomain';
|
|
5
|
+
import { IRecordDomain } from 'domain/record/recordDomain';
|
|
6
|
+
import { ITasksManagerDomain } from 'domain/tasksManager/tasksManagerDomain';
|
|
7
|
+
import { ITreeDomain } from 'domain/tree/treeDomain';
|
|
8
|
+
import { IValueDomain } from 'domain/value/valueDomain';
|
|
9
|
+
import { IPermissionDomain } from 'domain/permission/permissionDomain';
|
|
10
|
+
import { AwilixContainer } from 'awilix';
|
|
11
|
+
import { i18n } from 'i18next';
|
|
12
|
+
import { IUtils } from 'utils/utils';
|
|
13
|
+
import * as Config from '_types/config';
|
|
14
|
+
import { ICachesService } from '../../infra/cache/cacheService';
|
|
15
|
+
import { IDbUtils } from '../../infra/db/dbUtils';
|
|
16
16
|
import { ImportMode, ImportType } from '../../_types/import';
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import
|
|
17
|
+
import { IQueryInfos } from '../../_types/queryInfos';
|
|
18
|
+
import { ITaskFuncParams } from '../../_types/tasksManager';
|
|
19
|
+
import { IValidateHelper } from '../helpers/validate';
|
|
20
|
+
import { IVersionProfileDomain } from '../versionProfile/versionProfileDomain';
|
|
21
|
+
import winston from 'winston';
|
|
22
22
|
export declare const IMPORT_DATA_SCHEMA_PATH: string;
|
|
23
23
|
export declare const IMPORT_CONFIG_SCHEMA_PATH: string;
|
|
24
24
|
export interface IImportExcelParams {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
1
|
+
import { IAmqpService } from '@leav/message-broker';
|
|
2
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
3
|
+
import { IEventsManagerDomain } from 'domain/eventsManager/eventsManagerDomain';
|
|
4
|
+
import { ILibraryDomain } from 'domain/library/libraryDomain';
|
|
5
|
+
import { IRecordDomain } from 'domain/record/recordDomain';
|
|
6
|
+
import { IFindRecordParams } from 'domain/record/_types';
|
|
7
|
+
import { ITasksManagerDomain } from 'domain/tasksManager/tasksManagerDomain';
|
|
8
|
+
import { i18n } from 'i18next';
|
|
9
|
+
import winston from 'winston';
|
|
10
|
+
import * as Config from '_types/config';
|
|
11
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
12
|
+
import { IIndexationService } from '../../infra/indexation/indexationService';
|
|
13
|
+
import { ITaskFuncParams } from '../../_types/tasksManager';
|
|
14
|
+
import { GetSystemQueryContext } from '../../utils/helpers/getSystemQueryContext';
|
|
15
15
|
interface IIndexDatabaseParams {
|
|
16
16
|
findRecordParams: IFindRecordParams | IFindRecordParams[];
|
|
17
17
|
attributes?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IAdminPermissionDomain } from 'domain/permission/adminPermissionDomain';
|
|
2
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
3
3
|
import { AdminPermissionsActions } from '../../../_types/permissions';
|
|
4
4
|
declare const _default: (existingLib: boolean, userId: string, deps: {
|
|
5
5
|
adminPermissionDomain: IAdminPermissionDomain;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { IRecordDomain } from 'domain/record/recordDomain';
|
|
2
|
+
import { IValueDomain } from 'domain/value/valueDomain';
|
|
3
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
4
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
5
|
+
import { IValueRepo } from 'infra/value/valueRepo';
|
|
6
6
|
interface IDeps {
|
|
7
7
|
'core.domain.record'?: IRecordDomain;
|
|
8
8
|
'core.domain.value'?: IValueDomain;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { i18n } from 'i18next';
|
|
2
|
+
import { IAttributeRepo } from 'infra/attribute/attributeRepo';
|
|
3
|
+
import { ILibraryRepo } from 'infra/library/libraryRepo';
|
|
4
|
+
import { ITreeRepo } from 'infra/tree/treeRepo';
|
|
5
|
+
import { IUtils } from 'utils/utils';
|
|
6
|
+
import { IConfig } from '_types/config';
|
|
7
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
8
|
+
import { ILibrary } from '../../../_types/library';
|
|
9
9
|
interface IDeps {
|
|
10
10
|
treeRepo: ITreeRepo;
|
|
11
11
|
libraryRepo: ILibraryRepo;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { ITreeDomain } from 'domain/tree/treeDomain';
|
|
2
|
+
import { ITreeRepo } from 'infra/tree/treeRepo';
|
|
3
|
+
import { IUtils } from 'utils/utils';
|
|
4
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
5
|
+
import { ILibrary } from '../../../_types/library';
|
|
6
6
|
interface IDeps {
|
|
7
7
|
'core.domain.tree'?: ITreeDomain;
|
|
8
8
|
'core.infra.tree'?: ITreeRepo;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
2
|
+
import { IFormDomain } from 'domain/form/formDomain';
|
|
3
3
|
interface IDeps {
|
|
4
4
|
'core.domain.form'?: IFormDomain;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
2
|
+
import { ILibrary } from '_types/library';
|
|
3
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
4
|
+
import { ErrorFieldDetail } from '../../../_types/errors';
|
|
5
5
|
declare const _default: (libraryData: ILibrary, attributes: string[], deps: {
|
|
6
6
|
attributeDomain: IAttributeDomain;
|
|
7
7
|
}, ctx: IQueryInfos) => Promise<ErrorFieldDetail<ILibrary>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ILibrary } from '_types/library';
|
|
2
|
+
import { ErrorFieldDetail } from '../../../_types/errors';
|
|
3
3
|
declare const _default: (attributes: string[], fullTextAttributes: string[]) => ErrorFieldDetail<ILibrary>;
|
|
4
4
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
2
|
+
import { ILibrary } from '_types/library';
|
|
3
|
+
import { ITreePermissionsConf } from '_types/permissions';
|
|
4
|
+
import { ErrorFieldDetail } from '../../../_types/errors';
|
|
5
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
6
6
|
declare const _default: (permissionsConf: ITreePermissionsConf, deps: {
|
|
7
7
|
attributeDomain: IAttributeDomain;
|
|
8
8
|
}, ctx: IQueryInfos) => Promise<ErrorFieldDetail<ILibrary>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
2
|
+
import { ErrorFieldDetail } from '../../../_types/errors';
|
|
3
|
+
import { ILibrary } from '../../../_types/library';
|
|
4
4
|
declare const _default: (libData: ILibrary, ctx: IQueryInfos) => Promise<ErrorFieldDetail<ILibrary>>;
|
|
5
5
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
2
|
+
import { ILibrary } from '_types/library';
|
|
3
|
+
import { ErrorFieldDetail } from '../../../_types/errors';
|
|
4
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
5
5
|
declare const _default: (libData: ILibrary, libAttributes: string[], deps: {
|
|
6
6
|
attributeDomain: IAttributeDomain;
|
|
7
7
|
}, ctx: IQueryInfos) => Promise<ErrorFieldDetail<ILibrary>>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
1
|
+
import { IEventsManagerDomain } from 'domain/eventsManager/eventsManagerDomain';
|
|
2
|
+
import { GetCoreEntityByIdFunc } from 'domain/helpers/getCoreEntityById';
|
|
3
|
+
import { IValidateHelper } from 'domain/helpers/validate';
|
|
4
|
+
import { IAdminPermissionDomain } from 'domain/permission/adminPermissionDomain';
|
|
5
|
+
import { i18n } from 'i18next';
|
|
6
|
+
import { IAttributeRepo } from 'infra/attribute/attributeRepo';
|
|
7
|
+
import { ILibraryRepo } from 'infra/library/libraryRepo';
|
|
8
|
+
import { ITreeRepo } from 'infra/tree/treeRepo';
|
|
9
|
+
import { IUtils } from 'utils/utils';
|
|
10
|
+
import { IConfig } from '_types/config';
|
|
11
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
12
|
+
import { IGetCoreEntitiesParams } from '_types/shared';
|
|
13
|
+
import { ICachesService } from '../../infra/cache/cacheService';
|
|
14
|
+
import { ILibrary } from '../../_types/library';
|
|
15
|
+
import { IList } from '../../_types/list';
|
|
16
|
+
import { IAttributeDomain } from '../attribute/attributeDomain';
|
|
17
|
+
import { IRecordDomain } from '../record/recordDomain';
|
|
18
|
+
import { IDeleteAssociatedValuesHelper } from './helpers/deleteAssociatedValues';
|
|
19
|
+
import { RunPreDeleteFunc } from './helpers/runPreDelete';
|
|
20
|
+
import { IUpdateAssociatedFormsHelper } from './helpers/updateAssociatedForms';
|
|
21
21
|
export interface ILibraryDomain {
|
|
22
22
|
getLibraries({ params, ctx }: {
|
|
23
23
|
params?: IGetCoreEntitiesParams;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { ILogRepo } from 'infra/log/logRepo';
|
|
2
|
+
import { ILogFilters, ILogPagination, ILogResponse, ILogSort } from '_types/log';
|
|
3
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
4
|
+
import { IPermissionDomain } from 'domain/permission/permissionDomain';
|
|
5
|
+
import { IRecordPermissionDomain } from 'domain/permission/recordPermissionDomain';
|
|
6
6
|
export interface ILogDomain {
|
|
7
7
|
getLogs: (params: {
|
|
8
8
|
filters?: ILogFilters;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { AdminPermissionsActions, ApplicationPermissionsActions, AttributePermissionsActions, IPermissionsTreeTarget, ITreePermissionsConf, LibraryPermissionsActions, PermissionsActions, PermissionTypes, RecordAttributePermissionsActions, RecordPermissionsActions, TreeNodePermissionsActions, TreePermissionsActions } from '_types/permissions';
|
|
2
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
3
|
+
import { TreePath } from '_types/tree';
|
|
4
4
|
export declare const PERMISSIONS_CACHE_HEADER = "permissions";
|
|
5
5
|
export declare const PERMISSIONS_NULL_PLACEHOLDER = "__null__";
|
|
6
6
|
export interface IPermissionTarget {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGlobalPermissionHelper } from './helpers/globalPermission';
|
|
2
|
+
import { IGetAdminPermissionParams, IGetInheritedAdminPermissionParams } from './_types';
|
|
3
3
|
export interface IAdminPermissionDomain {
|
|
4
4
|
getAdminPermission({ action, userId, ctx }: IGetAdminPermissionParams): Promise<boolean>;
|
|
5
5
|
getInheritedAdminPermission({ action, userGroupId, ctx }: IGetInheritedAdminPermissionParams): Promise<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGlobalPermissionHelper } from './helpers/globalPermission';
|
|
2
|
+
import { IGetApplicationPermissionParams, IGetInheritedApplicationPermissionParams } from './_types';
|
|
3
3
|
export interface IApplicationPermissionDomain {
|
|
4
4
|
getApplicationPermission(params: IGetApplicationPermissionParams): Promise<boolean>;
|
|
5
5
|
getInheritedApplicationPermission(params: IGetInheritedApplicationPermissionParams): Promise<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGlobalPermissionHelper } from './helpers/globalPermission';
|
|
2
|
+
import { IGetAttributePermissionParams, IGetInheritedAttributePermissionParams } from './_types';
|
|
3
3
|
export interface IAttributePermissionDomain {
|
|
4
4
|
getAttributePermission(params: IGetAttributePermissionParams): Promise<boolean>;
|
|
5
5
|
getInheritedAttributePermission(params: IGetInheritedAttributePermissionParams): Promise<boolean>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PermissionsActions, PermissionTypes } from '_types/permissions';
|
|
2
2
|
export default function (groupsId?: string[] | null, permissionType?: PermissionTypes | null, applyTo?: string | null, permissionAction?: PermissionsActions | null, key?: string | null): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PermissionsActions, PermissionTypes } from '_types/permissions';
|
|
2
2
|
export default function ({ groupsId, permissionType, applyTo, permissionAction, key }: {
|
|
3
3
|
groupsId?: string[];
|
|
4
4
|
permissionType?: PermissionTypes;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
2
|
+
import { PermissionsActions, PermissionTypes } from '../../../_types/permissions';
|
|
3
|
+
import { IDefaultPermissionHelper } from './defaultPermission';
|
|
4
|
+
import { IPermissionByUserGroupsHelper } from './permissionByUserGroups';
|
|
5
|
+
import { IElementAncestorsHelper } from 'domain/tree/helpers/elementAncestors';
|
|
6
6
|
interface IGetGlobalPermissionParams {
|
|
7
7
|
type: PermissionTypes;
|
|
8
8
|
applyTo?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { IReducePermissionsArrayHelper } from './reducePermissionsArray';
|
|
2
|
+
import { ISimplePermissionHelper } from './simplePermission';
|
|
3
|
+
import { IDefaultPermissionHelper } from './defaultPermission';
|
|
4
|
+
import { TreePath } from '../../../_types/tree';
|
|
5
|
+
import { PermissionsActions, PermissionTypes } from '../../../_types/permissions';
|
|
6
|
+
import { IQueryInfos } from '../../../_types/queryInfos';
|
|
7
|
+
import { ICachesService } from '../../../infra/cache/cacheService';
|
|
8
|
+
import { IConfig } from '_types/config';
|
|
9
9
|
export interface IPermissionByUserGroupsHelperDeps {
|
|
10
10
|
'core.domain.permission.helpers.simplePermission': ISimplePermissionHelper;
|
|
11
11
|
'core.domain.permission.helpers.reducePermissionsArray': IReducePermissionsArrayHelper;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IPermissionRepo } from 'infra/permission/permissionRepo';
|
|
2
|
+
import { IGetPermissionsByActionsParams } from '../_types';
|
|
3
3
|
interface IDeps {
|
|
4
4
|
'core.infra.permission': IPermissionRepo;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGetSimplePermissionsParams } from '../_types';
|
|
2
|
+
import { IPermissionsByActionsHelper } from './permissionsByActions';
|
|
3
3
|
interface IDeps {
|
|
4
4
|
'core.domain.permission.helpers.permissionsByActions': IPermissionsByActionsHelper;
|
|
5
5
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import { IAttributeDomain } from 'domain/attribute/attributeDomain';
|
|
2
|
+
import { IElementAncestorsHelper } from 'domain/tree/helpers/elementAncestors';
|
|
3
|
+
import { IPermissionRepo } from 'infra/permission/permissionRepo';
|
|
4
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
5
|
+
import { IGetInheritedTreeBasedPermissionParams, IGetTreeBasedPermissionParams } from '../_types';
|
|
6
|
+
import { IPermissionByUserGroupsHelper } from './permissionByUserGroups';
|
|
7
|
+
import { IReducePermissionsArrayHelper } from './reducePermissionsArray';
|
|
8
8
|
export interface ITreeBasedPermissionsDeps {
|
|
9
9
|
'core.domain.attribute': IAttributeDomain;
|
|
10
10
|
'core.domain.permission.helpers.permissionByUserGroups': IPermissionByUserGroupsHelper;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGlobalPermissionHelper } from './helpers/globalPermission';
|
|
2
|
+
import { IGetInheritedLibraryPermissionParams, IGetLibraryPermissionParams } from './_types';
|
|
3
3
|
export interface ILibraryPermissionDomain {
|
|
4
4
|
getLibraryPermission(params: IGetLibraryPermissionParams): Promise<boolean>;
|
|
5
5
|
getInheritedLibraryPermission({ action, userGroupId, ctx }: IGetInheritedLibraryPermissionParams): Promise<boolean>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
1
|
+
import { IEventsManagerDomain } from 'domain/eventsManager/eventsManagerDomain';
|
|
2
|
+
import { i18n } from 'i18next';
|
|
3
|
+
import { IPermissionRepo } from 'infra/permission/permissionRepo';
|
|
4
|
+
import { IConfig } from '_types/config';
|
|
5
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
6
|
+
import { ICachesService } from '../../infra/cache/cacheService';
|
|
7
|
+
import { ILabeledPermissionsAction, IPermission, PermissionTypes } from '../../_types/permissions';
|
|
8
|
+
import { IAdminPermissionDomain } from './adminPermissionDomain';
|
|
9
|
+
import { IApplicationPermissionDomain } from './applicationPermissionDomain';
|
|
10
|
+
import { IAttributePermissionDomain } from './attributePermissionDomain';
|
|
11
|
+
import { ILibraryPermissionDomain } from './libraryPermissionDomain';
|
|
12
|
+
import { IRecordAttributePermissionDomain } from './recordAttributePermissionDomain';
|
|
13
|
+
import { IRecordPermissionDomain } from './recordPermissionDomain';
|
|
14
|
+
import { ITreeLibraryPermissionDomain } from './treeLibraryPermissionDomain';
|
|
15
|
+
import { ITreeNodePermissionDomain } from './treeNodePermissionDomain';
|
|
16
|
+
import { ITreePermissionDomain } from './treePermissionDomain';
|
|
17
|
+
import { IGetActionsByTypeParams, IGetInheritedPermissionsParams, IGetPermissionsByActionsParams, IIsAllowedParams, PermByActionsRes } from './_types';
|
|
18
18
|
export interface IPermissionDomain {
|
|
19
19
|
savePermission(permData: IPermission, ctx: IQueryInfos): Promise<IPermission>;
|
|
20
20
|
getPermissionsByActions({ type, applyTo, actions, usersGroupNodeId, permissionTreeTarget, ctx }: IGetPermissionsByActionsParams): Promise<PermByActionsRes>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
1
|
+
import { IValueRepo } from 'infra/value/valueRepo';
|
|
2
|
+
import { IQueryInfos } from '_types/queryInfos';
|
|
3
|
+
import { RecordAttributePermissionsActions } from '../../_types/permissions';
|
|
4
|
+
import { IAttributeDomain } from '../attribute/attributeDomain';
|
|
5
|
+
import { IAttributePermissionDomain } from './attributePermissionDomain';
|
|
6
|
+
import { IDefaultPermissionHelper } from './helpers/defaultPermission';
|
|
7
|
+
import { IPermissionByUserGroupsHelper } from './helpers/permissionByUserGroups';
|
|
8
|
+
import { ITreeBasedPermissionHelper } from './helpers/treeBasedPermissions';
|
|
9
|
+
import { IGetRecordAttributeHeritedPermissionsParams as IGetRecordAttributeInheritedPermissionsParams } from './_types';
|
|
10
10
|
export interface IRecordAttributePermissionDomain {
|
|
11
11
|
getRecordAttributePermission(action: RecordAttributePermissionsActions, userGroupId: string, attributeId: string, recordLibrary: string, recordId: string, ctx: IQueryInfos): Promise<boolean>;
|
|
12
12
|
getInheritedRecordAttributePermission(params: IGetRecordAttributeInheritedPermissionsParams, ctx: IQueryInfos): Promise<boolean>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
1
|
+
import { GetCoreEntityByIdFunc } from 'domain/helpers/getCoreEntityById';
|
|
2
|
+
import { IValueRepo } from 'infra/value/valueRepo';
|
|
3
|
+
import { IAttributeDomain } from '../attribute/attributeDomain';
|
|
4
|
+
import { IDefaultPermissionHelper } from './helpers/defaultPermission';
|
|
5
|
+
import { IPermissionByUserGroupsHelper } from './helpers/permissionByUserGroups';
|
|
6
|
+
import { ITreeBasedPermissionHelper } from './helpers/treeBasedPermissions';
|
|
7
|
+
import { ILibraryPermissionDomain } from './libraryPermissionDomain';
|
|
8
|
+
import { IGetInheritedRecordPermissionParams, IGetRecordPermissionParams, IEstimateTreeValueRecordPermissionParams } from './_types';
|
|
9
|
+
import { ITreeRepo } from '../../infra/tree/treeRepo';
|
|
10
10
|
export interface IRecordPermissionDomain {
|
|
11
11
|
getRecordPermission(params: IGetRecordPermissionParams): Promise<boolean>;
|
|
12
12
|
getInheritedRecordPermission(params: IGetInheritedRecordPermissionParams): Promise<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IGlobalPermissionHelper } from './helpers/globalPermission';
|
|
2
|
+
import { IGetInheritedTreeLibraryPermissionParams, IGetTreeLibraryPermissionParams } from './_types';
|
|
3
3
|
export interface ITreeLibraryPermissionDomain {
|
|
4
4
|
getTreeLibraryPermission(params: IGetTreeLibraryPermissionParams): Promise<boolean>;
|
|
5
5
|
getInheritedTreeLibraryPermission(params: IGetInheritedTreeLibraryPermissionParams): Promise<boolean>;
|