@aristid/leav-types 1.1.1-ec293470 → 1.2.0-163bd4e1

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.
Files changed (294) hide show
  1. package/apps/core/config/default.d.ts +30 -22
  2. package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/index.d.ts +2 -2
  3. package/apps/core/src/__tests__/e2e/api/e2eUtils.d.ts +4 -4
  4. package/apps/core/src/__tests__/e2e/api/globalSetup.d.ts +3 -3
  5. package/apps/core/src/__tests__/integration/infra/integrationTestRepoUtils.d.ts +3 -3
  6. package/apps/core/src/__tests__/mocks/actionsList.d.ts +1 -1
  7. package/apps/core/src/__tests__/mocks/application.d.ts +1 -1
  8. package/apps/core/src/__tests__/mocks/attribute.d.ts +1 -1
  9. package/apps/core/src/__tests__/mocks/cache.d.ts +2 -2
  10. package/apps/core/src/__tests__/mocks/file.d.ts +1 -1
  11. package/apps/core/src/__tests__/mocks/forms.d.ts +1 -1
  12. package/apps/core/src/__tests__/mocks/globalSettings.d.ts +1 -1
  13. package/apps/core/src/__tests__/mocks/library.d.ts +1 -1
  14. package/apps/core/src/__tests__/mocks/log.d.ts +1 -1
  15. package/apps/core/src/__tests__/mocks/plugins.d.ts +1 -1
  16. package/apps/core/src/__tests__/mocks/record.d.ts +1 -1
  17. package/apps/core/src/__tests__/mocks/shared.d.ts +1 -1
  18. package/apps/core/src/__tests__/mocks/task.d.ts +1 -1
  19. package/apps/core/src/__tests__/mocks/translator.d.ts +1 -1
  20. package/apps/core/src/__tests__/mocks/tree.d.ts +1 -1
  21. package/apps/core/src/__tests__/mocks/value.d.ts +1 -1
  22. package/apps/core/src/__tests__/mocks/versionProfile.d.ts +1 -1
  23. package/apps/core/src/__tests__/mocks/view.d.ts +1 -1
  24. package/apps/core/src/_types/actionsList.d.ts +5 -5
  25. package/apps/core/src/_types/apiKey.d.ts +1 -1
  26. package/apps/core/src/_types/application.d.ts +3 -3
  27. package/apps/core/src/_types/attribute.d.ts +8 -8
  28. package/apps/core/src/_types/config.d.ts +10 -2
  29. package/apps/core/src/_types/dbProfiler.d.ts +1 -1
  30. package/apps/core/src/_types/endpoint.d.ts +1 -1
  31. package/apps/core/src/_types/events.d.ts +11 -11
  32. package/apps/core/src/_types/express.d.ts +2 -2
  33. package/apps/core/src/_types/extensionPoints.d.ts +4 -4
  34. package/apps/core/src/_types/filesManager.d.ts +1 -1
  35. package/apps/core/src/_types/forms.d.ts +3 -3
  36. package/apps/core/src/_types/globalSettings.d.ts +1 -1
  37. package/apps/core/src/_types/import.d.ts +1 -1
  38. package/apps/core/src/_types/library.d.ts +6 -6
  39. package/apps/core/src/_types/log.d.ts +2 -2
  40. package/apps/core/src/_types/migration.d.ts +1 -1
  41. package/apps/core/src/_types/permissions.d.ts +1 -1
  42. package/apps/core/src/_types/plugin.d.ts +1 -1
  43. package/apps/core/src/_types/preview.d.ts +1 -1
  44. package/apps/core/src/_types/queryInfos.d.ts +3 -3
  45. package/apps/core/src/_types/record.d.ts +4 -4
  46. package/apps/core/src/_types/shared.d.ts +3 -3
  47. package/apps/core/src/_types/tasksManager.d.ts +1 -1
  48. package/apps/core/src/_types/tree.d.ts +3 -3
  49. package/apps/core/src/_types/value.d.ts +6 -6
  50. package/apps/core/src/_types/versionProfile.d.ts +2 -2
  51. package/apps/core/src/_types/views.d.ts +2 -2
  52. package/apps/core/src/app/application/applicationApp.d.ts +13 -13
  53. package/apps/core/src/app/auth/authApp.d.ts +17 -17
  54. package/apps/core/src/app/core/actionListApp.d.ts +4 -4
  55. package/apps/core/src/app/core/apiKeyApp/_types.d.ts +2 -2
  56. package/apps/core/src/app/core/apiKeyApp/apiKeyApp.d.ts +3 -3
  57. package/apps/core/src/app/core/attributeApp/attributeApp.d.ts +10 -10
  58. package/apps/core/src/app/core/coreApp.d.ts +8 -8
  59. package/apps/core/src/app/core/eventsManagerApp.d.ts +4 -4
  60. package/apps/core/src/app/core/exportApp.d.ts +2 -2
  61. package/apps/core/src/app/core/filesManagerApp.d.ts +7 -7
  62. package/apps/core/src/app/core/formApp/_types.d.ts +2 -2
  63. package/apps/core/src/app/core/formApp/formApp.d.ts +8 -8
  64. package/apps/core/src/app/core/globalSettingsApp.d.ts +9 -9
  65. package/apps/core/src/app/core/helpers/subscriptions.d.ts +2 -2
  66. package/apps/core/src/app/core/importApp.d.ts +7 -7
  67. package/apps/core/src/app/core/indexationManagerApp.d.ts +2 -2
  68. package/apps/core/src/app/core/libraryApp/_types.d.ts +2 -2
  69. package/apps/core/src/app/core/libraryApp/libraryApp.d.ts +8 -8
  70. package/apps/core/src/app/core/logApp.d.ts +10 -10
  71. package/apps/core/src/app/core/permissionApp/_types.d.ts +1 -1
  72. package/apps/core/src/app/core/permissionApp/permissionApp.d.ts +4 -4
  73. package/apps/core/src/app/core/pluginsApp.d.ts +3 -3
  74. package/apps/core/src/app/core/recordApp/_types.d.ts +3 -3
  75. package/apps/core/src/app/core/recordApp/recordApp.d.ts +11 -11
  76. package/apps/core/src/app/core/tasksManagerApp.d.ts +8 -8
  77. package/apps/core/src/app/core/treeApp/_types.d.ts +4 -4
  78. package/apps/core/src/app/core/treeApp/treeApp.d.ts +9 -9
  79. package/apps/core/src/app/core/userDataApp.d.ts +2 -2
  80. package/apps/core/src/app/core/valueApp.d.ts +6 -6
  81. package/apps/core/src/app/core/versionProfileApp/_types.d.ts +2 -2
  82. package/apps/core/src/app/core/versionProfileApp/versionProfileApp.d.ts +3 -3
  83. package/apps/core/src/app/core/viewApp.d.ts +5 -5
  84. package/apps/core/src/app/endpoint/endpointApp.d.ts +8 -8
  85. package/apps/core/src/app/graphql/customScalars/dateTime/dateTime.d.ts +1 -1
  86. package/apps/core/src/app/graphql/customScalars/helpers/parseLiteral.d.ts +1 -1
  87. package/apps/core/src/app/graphql/customScalars/systemTranslation/systemTranslation.d.ts +1 -1
  88. package/apps/core/src/app/graphql/graphqlApp.d.ts +6 -6
  89. package/apps/core/src/app/helpers/convertVersionFromGqlFormat.d.ts +1 -1
  90. package/apps/core/src/app/helpers/initQueryContext.d.ts +3 -3
  91. package/apps/core/src/app/helpers/validateRequestToken.d.ts +4 -4
  92. package/apps/core/src/config.d.ts +1 -1
  93. package/apps/core/src/depsManager.d.ts +1 -1
  94. package/apps/core/src/domain/actions/dateRangeToNumberAction.d.ts +1 -1
  95. package/apps/core/src/domain/actions/encryptAction.d.ts +1 -1
  96. package/apps/core/src/domain/actions/excelCalculationAction.d.ts +3 -3
  97. package/apps/core/src/domain/actions/formatDateAction.d.ts +1 -1
  98. package/apps/core/src/domain/actions/formatDateRangeAction.d.ts +1 -1
  99. package/apps/core/src/domain/actions/formatNumberAction.d.ts +1 -1
  100. package/apps/core/src/domain/actions/inheritanceCalculationAction.d.ts +3 -3
  101. package/apps/core/src/domain/actions/maskValueAction.d.ts +1 -1
  102. package/apps/core/src/domain/actions/parseJSONAction.d.ts +1 -1
  103. package/apps/core/src/domain/actions/toBooleanAction.d.ts +1 -1
  104. package/apps/core/src/domain/actions/toJSONAction.d.ts +1 -1
  105. package/apps/core/src/domain/actions/toNumberAction.d.ts +1 -1
  106. package/apps/core/src/domain/actions/toStringAction.d.ts +1 -1
  107. package/apps/core/src/domain/actions/toUppercaseAction.d.ts +1 -1
  108. package/apps/core/src/domain/actions/validateEmailAction.d.ts +1 -1
  109. package/apps/core/src/domain/actions/validateFormatAction.d.ts +1 -1
  110. package/apps/core/src/domain/actions/validateRegexAction.d.ts +1 -1
  111. package/apps/core/src/domain/actions/validateURLAction.d.ts +1 -1
  112. package/apps/core/src/domain/actionsList/actionsListDomain.d.ts +8 -8
  113. package/apps/core/src/domain/apiKey/apiKeyDomain.d.ts +9 -9
  114. package/apps/core/src/domain/application/applicationDomain.d.ts +10 -10
  115. package/apps/core/src/domain/attribute/attributeDomain.d.ts +15 -15
  116. package/apps/core/src/domain/attribute/helpers/attributeALHelper.d.ts +3 -3
  117. package/apps/core/src/domain/attribute/helpers/attributeValidationHelper.d.ts +8 -8
  118. package/apps/core/src/domain/attribute/helpers/ifLibraryJoinLinkAttribute.d.ts +4 -4
  119. package/apps/core/src/domain/eventsManager/eventsManagerDomain.d.ts +10 -10
  120. package/apps/core/src/domain/export/exportDomain.d.ts +13 -13
  121. package/apps/core/src/domain/filesManager/_constants.d.ts +1 -1
  122. package/apps/core/src/domain/filesManager/filesManagerDomain.d.ts +21 -21
  123. package/apps/core/src/domain/filesManager/helpers/extractFileMetadata.d.ts +2 -2
  124. package/apps/core/src/domain/filesManager/helpers/getRootPathByKey.d.ts +1 -1
  125. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/_types.d.ts +14 -14
  126. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleCreateEvent.d.ts +3 -3
  127. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleFileSystemEvent.d.ts +12 -12
  128. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleMoveEvent.d.ts +3 -3
  129. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleRemoveEvent.d.ts +3 -3
  130. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleUpdateEvent.d.ts +3 -3
  131. package/apps/core/src/domain/filesManager/helpers/handleFileUtilsHelper.d.ts +10 -10
  132. package/apps/core/src/domain/filesManager/helpers/handlePreview.d.ts +4 -4
  133. package/apps/core/src/domain/filesManager/helpers/handlePreviewResponse.d.ts +9 -9
  134. package/apps/core/src/domain/filesManager/helpers/messagesHandler/messagesHandler.d.ts +5 -5
  135. package/apps/core/src/domain/form/formDomain.d.ts +17 -17
  136. package/apps/core/src/domain/form/helpers/getElementValues.d.ts +6 -6
  137. package/apps/core/src/domain/form/helpers/mustIncludeElement.d.ts +4 -4
  138. package/apps/core/src/domain/globalSettings/globalSettingsDomain.d.ts +7 -7
  139. package/apps/core/src/domain/helpers/calculationVariable/index.d.ts +3 -3
  140. package/apps/core/src/domain/helpers/calculationsVariableFunctions/index.d.ts +4 -4
  141. package/apps/core/src/domain/helpers/createDirectory.d.ts +3 -3
  142. package/apps/core/src/domain/helpers/getCoreEntityById.d.ts +8 -8
  143. package/apps/core/src/domain/helpers/storeUploadFile.d.ts +2 -2
  144. package/apps/core/src/domain/helpers/updateRecordLastModif.d.ts +5 -5
  145. package/apps/core/src/domain/helpers/updateTaskProgress.d.ts +4 -4
  146. package/apps/core/src/domain/helpers/validate.d.ts +8 -8
  147. package/apps/core/src/domain/import/importDomain.d.ts +20 -20
  148. package/apps/core/src/domain/indexationManager/indexationManagerDomain.d.ts +14 -14
  149. package/apps/core/src/domain/library/helpers/checkSavePermission.d.ts +2 -2
  150. package/apps/core/src/domain/library/helpers/deleteAssociatedValues.d.ts +5 -5
  151. package/apps/core/src/domain/library/helpers/runBehaviorPostSave.d.ts +8 -8
  152. package/apps/core/src/domain/library/helpers/runPreDelete.d.ts +5 -5
  153. package/apps/core/src/domain/library/helpers/updateAssociatedForms.d.ts +2 -2
  154. package/apps/core/src/domain/library/helpers/validateLibAttributes.d.ts +4 -4
  155. package/apps/core/src/domain/library/helpers/validateLibFullTextAttributes.d.ts +2 -2
  156. package/apps/core/src/domain/library/helpers/validatePermConf.d.ts +5 -5
  157. package/apps/core/src/domain/library/helpers/validatePreviewsSettings.d.ts +3 -3
  158. package/apps/core/src/domain/library/helpers/validateRecordIdentityConf.d.ts +4 -4
  159. package/apps/core/src/domain/library/libraryDomain.d.ts +20 -20
  160. package/apps/core/src/domain/log/logDomain.d.ts +5 -5
  161. package/apps/core/src/domain/permission/_types.d.ts +3 -3
  162. package/apps/core/src/domain/permission/adminPermissionDomain.d.ts +2 -2
  163. package/apps/core/src/domain/permission/applicationPermissionDomain.d.ts +2 -2
  164. package/apps/core/src/domain/permission/attributePermissionDomain.d.ts +2 -2
  165. package/apps/core/src/domain/permission/helpers/defaultPermission.d.ts +1 -1
  166. package/apps/core/src/domain/permission/helpers/getPermissionCacheKey.d.ts +1 -1
  167. package/apps/core/src/domain/permission/helpers/getPermissionCachePatternKey.d.ts +1 -1
  168. package/apps/core/src/domain/permission/helpers/globalPermission.d.ts +5 -5
  169. package/apps/core/src/domain/permission/helpers/permissionByUserGroups.d.ts +8 -8
  170. package/apps/core/src/domain/permission/helpers/permissionsByActions.d.ts +2 -2
  171. package/apps/core/src/domain/permission/helpers/simplePermission.d.ts +2 -2
  172. package/apps/core/src/domain/permission/helpers/treeBasedPermissions.d.ts +7 -7
  173. package/apps/core/src/domain/permission/libraryPermissionDomain.d.ts +2 -2
  174. package/apps/core/src/domain/permission/permissionDomain.d.ts +17 -17
  175. package/apps/core/src/domain/permission/recordAttributePermissionDomain.d.ts +9 -9
  176. package/apps/core/src/domain/permission/recordPermissionDomain.d.ts +9 -9
  177. package/apps/core/src/domain/permission/treeLibraryPermissionDomain.d.ts +2 -2
  178. package/apps/core/src/domain/permission/treeNodePermissionDomain.d.ts +10 -10
  179. package/apps/core/src/domain/permission/treePermissionDomain.d.ts +2 -2
  180. package/apps/core/src/domain/record/_types.d.ts +5 -5
  181. package/apps/core/src/domain/record/helpers/createRecord.d.ts +5 -5
  182. package/apps/core/src/domain/record/helpers/deleteRecord.d.ts +8 -8
  183. package/apps/core/src/domain/record/helpers/getAccessPermissionFilters.d.ts +7 -7
  184. package/apps/core/src/domain/record/helpers/getAttributesFromField.d.ts +6 -6
  185. package/apps/core/src/domain/record/helpers/sendRecordUpdateEvent.d.ts +3 -3
  186. package/apps/core/src/domain/record/helpers/validateLibrary.d.ts +2 -2
  187. package/apps/core/src/domain/record/recordDomain.d.ts +30 -30
  188. package/apps/core/src/domain/tasksManager/tasksManagerDomain.d.ts +12 -12
  189. package/apps/core/src/domain/tree/helpers/elementAncestors.d.ts +3 -3
  190. package/apps/core/src/domain/tree/helpers/getDefaultElement.d.ts +4 -4
  191. package/apps/core/src/domain/tree/helpers/handleRemovedLibraries.d.ts +3 -3
  192. package/apps/core/src/domain/tree/helpers/treeDataValidation.d.ts +4 -4
  193. package/apps/core/src/domain/tree/treeDomain.d.ts +20 -20
  194. package/apps/core/src/domain/user/userDomain.d.ts +9 -9
  195. package/apps/core/src/domain/value/_types.d.ts +5 -5
  196. package/apps/core/src/domain/value/helpers/canSaveRecordValue.d.ts +7 -7
  197. package/apps/core/src/domain/value/helpers/doesValueExist.d.ts +2 -2
  198. package/apps/core/src/domain/value/helpers/findValue.d.ts +1 -1
  199. package/apps/core/src/domain/value/helpers/formatLogValue.d.ts +10 -10
  200. package/apps/core/src/domain/value/helpers/isEmptyValue.d.ts +1 -1
  201. package/apps/core/src/domain/value/helpers/prepareValue.d.ts +6 -6
  202. package/apps/core/src/domain/value/helpers/saveOneValue.d.ts +10 -10
  203. package/apps/core/src/domain/value/helpers/validateValue.d.ts +8 -8
  204. package/apps/core/src/domain/value/valueDomain.d.ts +26 -26
  205. package/apps/core/src/domain/versionProfile/versionProfileDomain.d.ts +12 -12
  206. package/apps/core/src/domain/view/viewDomain.d.ts +7 -7
  207. package/apps/core/src/errors/GraphQLAuthenticationError.d.ts +2 -2
  208. package/apps/core/src/errors/LeavError.d.ts +1 -1
  209. package/apps/core/src/errors/PermissionError.d.ts +2 -2
  210. package/apps/core/src/errors/ValidationError.d.ts +1 -1
  211. package/apps/core/src/errors/typeguards.d.ts +2 -2
  212. package/apps/core/src/i18nextInit.d.ts +2 -2
  213. package/apps/core/src/infra/apiKey/apiKeyRepo.d.ts +5 -5
  214. package/apps/core/src/infra/application/applicationRepo.d.ts +8 -8
  215. package/apps/core/src/infra/attribute/attributeRepo.d.ts +8 -8
  216. package/apps/core/src/infra/attributeTypes/attributeAdvancedLinkRepo.d.ts +7 -7
  217. package/apps/core/src/infra/attributeTypes/attributeAdvancedRepo.d.ts +6 -6
  218. package/apps/core/src/infra/attributeTypes/attributeSimpleLinkRepo.d.ts +6 -6
  219. package/apps/core/src/infra/attributeTypes/attributeSimpleRepo.d.ts +5 -5
  220. package/apps/core/src/infra/attributeTypes/attributeTreeRepo.d.ts +7 -7
  221. package/apps/core/src/infra/attributeTypes/attributeTypesRepo.d.ts +10 -10
  222. package/apps/core/src/infra/attributeTypes/helpers/getConditionPart.d.ts +2 -2
  223. package/apps/core/src/infra/cache/cacheService.d.ts +1 -1
  224. package/apps/core/src/infra/cache/diskService.d.ts +2 -2
  225. package/apps/core/src/infra/cache/ramService.d.ts +3 -3
  226. package/apps/core/src/infra/cache/redis.d.ts +1 -1
  227. package/apps/core/src/infra/db/_types.d.ts +2 -2
  228. package/apps/core/src/infra/db/db.d.ts +1 -1
  229. package/apps/core/src/infra/db/dbService.d.ts +6 -6
  230. package/apps/core/src/infra/db/dbUtils.d.ts +9 -9
  231. package/apps/core/src/infra/db/helpers/runMigrationFiles.d.ts +4 -4
  232. package/apps/core/src/infra/db/migrations/000-init/index.d.ts +7 -7
  233. package/apps/core/src/infra/db/migrations/000-init/systemApplications.d.ts +1 -1
  234. package/apps/core/src/infra/db/migrations/000-init/systemAttributes.d.ts +1 -1
  235. package/apps/core/src/infra/db/migrations/000-init/systemLibraries.d.ts +2 -2
  236. package/apps/core/src/infra/db/migrations/000-init/systemTrees.d.ts +1 -1
  237. package/apps/core/src/infra/db/migrations/001-delInstallApps.d.ts +2 -2
  238. package/apps/core/src/infra/db/migrations/002-previewsSettings.d.ts +6 -6
  239. package/apps/core/src/infra/db/migrations/003-filesMetadata.d.ts +4 -4
  240. package/apps/core/src/infra/db/migrations/004-formsLabels.d.ts +2 -2
  241. package/apps/core/src/infra/db/migrations/005-viewSortToArray.d.ts +2 -2
  242. package/apps/core/src/infra/db/migrations/007-updateHexColor.d.ts +1 -1
  243. package/apps/core/src/infra/db/migrations/010-formSidePanel.d.ts +2 -2
  244. package/apps/core/src/infra/elasticSearch/elasticSearchClient.d.ts +1 -1
  245. package/apps/core/src/infra/elasticSearch/elasticSearchService.d.ts +3 -3
  246. package/apps/core/src/infra/filesManager/filesManagerRepo.d.ts +5 -5
  247. package/apps/core/src/infra/form/formRepo.d.ts +6 -6
  248. package/apps/core/src/infra/globalSettings/globalSettingsRepo.d.ts +3 -3
  249. package/apps/core/src/infra/indexation/helpers/getSearchQuery.d.ts +2 -2
  250. package/apps/core/src/infra/indexation/indexationService.d.ts +5 -5
  251. package/apps/core/src/infra/library/libraryRepo.d.ts +7 -7
  252. package/apps/core/src/infra/log/logRepo.d.ts +4 -4
  253. package/apps/core/src/infra/mailer/mailer.d.ts +1 -1
  254. package/apps/core/src/infra/mailer/mailerService.d.ts +4 -4
  255. package/apps/core/src/infra/oidc/oidcClient.d.ts +2 -2
  256. package/apps/core/src/infra/oidc/oidcClientService.d.ts +3 -3
  257. package/apps/core/src/infra/permission/permissionRepo.d.ts +4 -4
  258. package/apps/core/src/infra/record/helpers/filterTypes.d.ts +1 -1
  259. package/apps/core/src/infra/record/helpers/getClassifyingFiltersVariableQueryPart.d.ts +4 -4
  260. package/apps/core/src/infra/record/helpers/getSearchVariableName.d.ts +2 -2
  261. package/apps/core/src/infra/record/helpers/getSearchVariablesQueryPart.d.ts +6 -6
  262. package/apps/core/src/infra/record/recordRepo.d.ts +14 -14
  263. package/apps/core/src/infra/task/taskRepo.d.ts +7 -7
  264. package/apps/core/src/infra/tree/_types.d.ts +1 -1
  265. package/apps/core/src/infra/tree/treeRepo.d.ts +6 -6
  266. package/apps/core/src/infra/userData/userDataRepo.d.ts +3 -3
  267. package/apps/core/src/infra/value/valueRepo.d.ts +6 -6
  268. package/apps/core/src/infra/versionProfile/versionProfileRepo.d.ts +6 -6
  269. package/apps/core/src/infra/view/_types.d.ts +6 -6
  270. package/apps/core/src/infra/view/viewRepo.d.ts +1 -1
  271. package/apps/core/src/interface/cli.d.ts +1 -1
  272. package/apps/core/src/interface/filesManager.d.ts +1 -1
  273. package/apps/core/src/interface/helpers/handleGraphqlError.d.ts +5 -5
  274. package/apps/core/src/interface/indexationManager.d.ts +1 -1
  275. package/apps/core/src/interface/server.d.ts +12 -12
  276. package/apps/core/src/interface/tasksManager.d.ts +1 -1
  277. package/apps/core/src/pluginsLoader.d.ts +1 -1
  278. package/apps/core/src/utils/dataloader.d.ts +2 -2
  279. package/apps/core/src/utils/helpers/getDefaultActionsList.d.ts +2 -2
  280. package/apps/core/src/utils/helpers/getSystemQueryContext.d.ts +2 -2
  281. package/apps/core/src/utils/helpers/getValuesToDisplay.d.ts +1 -1
  282. package/apps/core/src/utils/logger/logger.d.ts +2 -35
  283. package/apps/core/src/utils/typeGuards/index.d.ts +2 -2
  284. package/apps/core/src/utils/utils.d.ts +8 -8
  285. package/libs/config-manager/src/envTo.d.ts +8 -0
  286. package/libs/config-manager/src/index.d.ts +1 -0
  287. package/libs/message-broker/src/amqpService.d.ts +4 -4
  288. package/libs/message-broker/src/types/amqp.d.ts +1 -1
  289. package/libs/monitoring-server/src/index.d.ts +1 -0
  290. package/libs/monitoring-server/src/monitoringServer.d.ts +12 -0
  291. package/libs/utils/src/types/forms.d.ts +1 -1
  292. package/libs/utils/src/types/logs.d.ts +1 -1
  293. package/libs/utils/src/utils.d.ts +2 -2
  294. package/package.json +6 -6
@@ -2,10 +2,10 @@ export declare let instanceId: string;
2
2
  export declare let coreMode: string;
3
3
  export declare namespace server {
4
4
  let host: string;
5
- let port: string | number;
5
+ let port: number;
6
6
  let publicUrl: string;
7
7
  let wsUrl: string;
8
- let allowIntrospection: string | boolean;
8
+ let allowIntrospection: boolean;
9
9
  let uploadLimit: string;
10
10
  let supportEmail: string;
11
11
  namespace admin {
@@ -28,8 +28,8 @@ export declare namespace diskCache {
28
28
  export declare namespace dataLoaders {
29
29
  namespace valueRepo {
30
30
  namespace getValues {
31
- let enableCache: string | boolean;
32
- let useBatch: string | boolean;
31
+ let enableCache: boolean;
32
+ let useBatch: boolean;
33
33
  }
34
34
  }
35
35
  }
@@ -41,26 +41,26 @@ export declare namespace auth {
41
41
  let refreshTokenExpiration: string;
42
42
  namespace cookie {
43
43
  let sameSite: string;
44
- let secure: string | boolean;
44
+ let secure: boolean;
45
45
  }
46
46
  let resetPasswordExpiration: string;
47
47
  namespace oidc {
48
- let enable: string | boolean;
48
+ let enable: boolean;
49
49
  let wellKnownEndpoint: string;
50
50
  let clientId: string;
51
51
  let postLogoutRedirectUri: string;
52
- let skipLogoutConfirmationPage: string | boolean;
52
+ let skipLogoutConfirmationPage: boolean;
53
53
  let idTokenUserClaim: string;
54
- let enableAutoProvisioning: string | boolean;
54
+ let enableAutoProvisioning: boolean;
55
55
  }
56
56
  let testApiKey: string;
57
57
  }
58
58
  export declare namespace mailer {
59
59
  let host_1: string;
60
60
  export { host_1 as host };
61
- let port_1: string | number;
61
+ let port_1: number;
62
62
  export { port_1 as port };
63
- let secure_1: string | boolean;
63
+ let secure_1: boolean;
64
64
  export { secure_1 as secure };
65
65
  export namespace auth_1 {
66
66
  export let user: string;
@@ -69,6 +69,13 @@ export declare namespace mailer {
69
69
  }
70
70
  export { auth_1 as auth };
71
71
  }
72
+ export declare namespace bugsnag {
73
+ let enable_1: string | boolean;
74
+ export { enable_1 as enable };
75
+ export let apiKey: string;
76
+ export let appVersion: string;
77
+ export let appType: string;
78
+ }
72
79
  export declare namespace lang {
73
80
  export let available: string | string[];
74
81
  let _default: string;
@@ -78,12 +85,12 @@ export declare namespace logs {
78
85
  let level: string;
79
86
  let transport: string;
80
87
  let destinationFile: string;
81
- let useJsonFormat: string | boolean;
88
+ let useJsonFormat: boolean;
82
89
  }
83
90
  export declare namespace permissions {
84
91
  let _default_1: boolean;
85
92
  export { _default_1 as default };
86
- let enableCache_1: string | boolean;
93
+ let enableCache_1: boolean;
87
94
  export { enableCache_1 as enableCache };
88
95
  }
89
96
  export declare namespace amqp {
@@ -98,14 +105,14 @@ export declare namespace amqp {
98
105
  }
99
106
  let exchange: string;
100
107
  let type: string;
101
- let prefetch: string | number;
108
+ let prefetch: number;
102
109
  }
103
110
  export declare namespace redis {
104
111
  let host_2: string;
105
112
  export { host_2 as host };
106
113
  let port_3: string;
107
114
  export { port_3 as port };
108
- export let database: string | number;
115
+ export let database: number;
109
116
  }
110
117
  export declare namespace filesManager {
111
118
  namespace queues {
@@ -132,7 +139,7 @@ export declare namespace filesManager {
132
139
  export declare namespace tasksManager {
133
140
  export let checkingInterval: number;
134
141
  export let workerPrefetch: number;
135
- export let restartWorker: string | boolean;
142
+ export let restartWorker: boolean;
136
143
  export namespace queues_1 {
137
144
  let execOrders: string;
138
145
  let cancelOrders: string;
@@ -165,7 +172,7 @@ export declare namespace indexationManager {
165
172
  }
166
173
  export { queues_3 as queues };
167
174
  }
168
- export declare let debug: string | boolean;
175
+ export declare let debug: boolean;
169
176
  export declare let defaultUserId: string;
170
177
  export declare namespace _export {
171
178
  let directory_1: string;
@@ -177,10 +184,10 @@ export declare namespace _import {
177
184
  export { directory_2 as directory };
178
185
  let endpoint_1: string;
179
186
  export { endpoint_1 as endpoint };
180
- export let sizeLimit: string | number;
181
- export let groupData: string | number;
182
- export let maxStackedElements: string | number;
183
- export let delayTaskExecMs: string | number;
187
+ export let sizeLimit: number;
188
+ export let groupData: number;
189
+ export let maxStackedElements: number;
190
+ export let delayTaskExecMs: number;
184
191
  }
185
192
  export declare namespace preview {
186
193
  let directory_3: string;
@@ -194,10 +201,11 @@ export declare namespace files {
194
201
  let originalsPathPrefix: string;
195
202
  }
196
203
  export declare namespace dbProfiler {
197
- let enable_1: boolean;
198
- export { enable_1 as enable };
204
+ let enable_2: boolean;
205
+ export { enable_2 as enable };
199
206
  }
200
207
  export declare namespace elasticSearch {
208
+ export let indexPrefix: string;
201
209
  let url_1: string;
202
210
  export { url_1 as url };
203
211
  }
@@ -1,5 +1,5 @@
1
- import { i18n } from 'i18next';
2
- import { IPluginInitModule } from '_types/plugin';
1
+ import { type i18n } from 'i18next';
2
+ import { type IPluginInitModule } from '_types/plugin';
3
3
  interface IDeps {
4
4
  translator: i18n;
5
5
  }
@@ -1,7 +1,7 @@
1
- import FormData from 'form-data';
2
- import { ActionsListConfig } from '_types/actionsList';
3
- import { ITreeElement } from '_types/tree';
4
- import { AttributeFormats, AttributeTypes, IAttributeVersionsConf, IEmbeddedAttribute } from '../../../_types/attribute';
1
+ import type FormData from 'form-data';
2
+ import { type ActionsListConfig } from '_types/actionsList';
3
+ import { type ITreeElement } from '_types/tree';
4
+ import { AttributeFormats, type AttributeTypes, type IAttributeVersionsConf, type IEmbeddedAttribute } from '../../../_types/attribute';
5
5
  export declare function getGraphQLUrl(): Promise<string>;
6
6
  export declare function makeGraphQlCall(query: string | FormData, throwOnErrors?: boolean): Promise<any>;
7
7
  export declare function gqlSaveLibrary(id: string, label: string, additionalAttributes?: string[]): Promise<any>;
@@ -1,6 +1,6 @@
1
- import { AwilixContainer } from 'awilix';
2
- import { IConfig } from '../../../_types/config';
3
- import { IDbUtils } from 'infra/db/dbUtils';
1
+ import { type AwilixContainer } from 'awilix';
2
+ import { type IConfig } from '../../../_types/config';
3
+ import { type IDbUtils } from 'infra/db/dbUtils';
4
4
  export declare const init: (conf: IConfig) => Promise<{
5
5
  coreContainer: AwilixContainer;
6
6
  dbUtils: IDbUtils;
@@ -1,6 +1,6 @@
1
- import { ILibraryRepo } from 'infra/library/libraryRepo';
2
- import { IRecordRepo } from 'infra/record/recordRepo';
3
- import { ITreeRepo } from 'infra/tree/treeRepo';
1
+ import { type ILibraryRepo } from 'infra/library/libraryRepo';
2
+ import { type IRecordRepo } from 'infra/record/recordRepo';
3
+ import { type ITreeRepo } from 'infra/tree/treeRepo';
4
4
  export declare const getCoreDep: <T>(path: any) => T;
5
5
  export declare const getLibraryRepo: () => ILibraryRepo;
6
6
  export declare const getRecordRepo: () => IRecordRepo;
@@ -1,4 +1,4 @@
1
- import { ActionsListIOTypes, ActionsListConfig, IActionsListFunction } from '../../_types/actionsList';
1
+ import { ActionsListIOTypes, type ActionsListConfig, type IActionsListFunction } from '../../_types/actionsList';
2
2
  export declare const mockActionStringOutput: {
3
3
  id: string;
4
4
  name: string;
@@ -1,3 +1,3 @@
1
- import { IApplication } from '../../_types/application';
1
+ import { type IApplication } from '../../_types/application';
2
2
  export declare const mockApplication: MandatoryId<IApplication>;
3
3
  export declare const mockApplicationExternal: IApplication;
@@ -1,4 +1,4 @@
1
- import { AttributeFormats, AttributeTypes, MultiDisplayOption, IAttribute } from '../../_types/attribute';
1
+ import { AttributeFormats, AttributeTypes, MultiDisplayOption, type IAttribute } from '../../_types/attribute';
2
2
  export declare const mockAttrSimple: IAttribute;
3
3
  export declare const mockUniqueAttrSimple: IAttribute;
4
4
  export declare const mockAttrId: IAttribute;
@@ -1,4 +1,4 @@
1
- import { Mockify } from '@leav/utils';
2
- import { ICacheService, ICachesService } from '../../infra/cache/cacheService';
1
+ import { type Mockify } from '@leav/utils';
2
+ import { type ICacheService, type ICachesService } from '../../infra/cache/cacheService';
3
3
  export declare const mockCacheService: Mockify<ICacheService>;
4
4
  export declare const mockCachesService: Mockify<ICachesService>;
@@ -1,4 +1,4 @@
1
- import { IFileMetadata } from '../../_types/filesManager';
1
+ import { type IFileMetadata } from '../../_types/filesManager';
2
2
  export declare const mockFileMetadataRaw: {
3
3
  MIMEType: string;
4
4
  XResolution: number;
@@ -1,4 +1,4 @@
1
- import { IFormElement, IFormStrict } from '../../_types/forms';
1
+ import { type IFormElement, type IFormStrict } from '../../_types/forms';
2
2
  export declare const formField: IFormElement;
3
3
  export declare const formLayoutElement: IFormElement;
4
4
  export declare const mockForm: IFormStrict;
@@ -1,2 +1,2 @@
1
- import { IGlobalSettings } from '_types/globalSettings';
1
+ import { type IGlobalSettings } from '_types/globalSettings';
2
2
  export declare const mockGlobalSettings: IGlobalSettings;
@@ -1,4 +1,4 @@
1
- import { ILibrary } from '_types/library';
1
+ import { type ILibrary } from '_types/library';
2
2
  export declare const mockLibrary: ILibrary;
3
3
  export declare const mockLibraryFiles: ILibrary;
4
4
  export declare const mockLibraryDirectories: MandatoryId<ILibrary>;
@@ -1,2 +1,2 @@
1
- import { Log } from '@leav/utils';
1
+ import { type Log } from '@leav/utils';
2
2
  export declare const mockLog: Log;
@@ -1,2 +1,2 @@
1
- import { IPluginInfos } from '_types/plugin';
1
+ import { type IPluginInfos } from '_types/plugin';
2
2
  export declare const mockPlugin: IPluginInfos;
@@ -1,3 +1,3 @@
1
- import { IRecord } from '_types/record';
1
+ import { type IRecord } from '_types/record';
2
2
  export declare const mockRecord: IRecord;
3
3
  export declare const mockFileRecord: IRecord;
@@ -1,2 +1,2 @@
1
- import { IQueryInfos } from '_types/queryInfos';
1
+ import { type IQueryInfos } from '_types/queryInfos';
2
2
  export declare const mockCtx: IQueryInfos;
@@ -1,2 +1,2 @@
1
- import { ITask } from '../../_types/tasksManager';
1
+ import { type ITask } from '../../_types/tasksManager';
2
2
  export declare const mockTask: ITask;
@@ -1,3 +1,3 @@
1
- import { i18n } from 'i18next';
1
+ import { type i18n } from 'i18next';
2
2
  export declare const mockTranslator: Mockify<i18n>;
3
3
  export declare const mockTranslatorWithOptions: Mockify<i18n>;
@@ -1,3 +1,3 @@
1
- import { ITree } from '../../_types/tree';
1
+ import { type ITree } from '../../_types/tree';
2
2
  export declare const mockTree: MandatoryId<ITree>;
3
3
  export declare const mockFilesTree: ITree;
@@ -1,2 +1,2 @@
1
- import { IStandardValue } from '_types/value';
1
+ import { type IStandardValue } from '_types/value';
2
2
  export declare const mockStandardValue: IStandardValue;
@@ -1,2 +1,2 @@
1
- import { IVersionProfile } from '_types/versionProfile';
1
+ import { type IVersionProfile } from '_types/versionProfile';
2
2
  export declare const mockVersionProfile: IVersionProfile;
@@ -1,3 +1,3 @@
1
- import { IView } from '../../_types/views';
1
+ import { type IView } from '../../_types/views';
2
2
  export declare const mockViewBeforeCreation: IView;
3
3
  export declare const mockView: MandatoryId<IView>;
@@ -1,8 +1,8 @@
1
- import { IQueryInfos } from '_types/queryInfos';
2
- import { IAttribute } from './attribute';
3
- import { ISystemTranslation } from './systemTranslation';
4
- import { IValue } from './value';
5
- import { Errors } from './errors';
1
+ import { type IQueryInfos } from '_types/queryInfos';
2
+ import { type IAttribute } from './attribute';
3
+ import { type ISystemTranslation } from './systemTranslation';
4
+ import { type IValue } from './value';
5
+ import { type Errors } from './errors';
6
6
  export declare enum ActionsListEvents {
7
7
  SAVE_VALUE = "saveValue",
8
8
  DELETE_VALUE = "deleteValue",
@@ -1,4 +1,4 @@
1
- import { IGetCoreEntitiesParams } from './shared';
1
+ import { type IGetCoreEntitiesParams } from './shared';
2
2
  export interface IApiKey {
3
3
  id?: string;
4
4
  label: string;
@@ -1,6 +1,6 @@
1
- import { IRecord } from './record';
2
- import { IGetCoreEntitiesParams, IKeyValue } from './shared';
3
- import { ISystemTranslation } from './systemTranslation';
1
+ import { type IRecord } from './record';
2
+ import { type IGetCoreEntitiesParams, type IKeyValue } from './shared';
3
+ import { type ISystemTranslation } from './systemTranslation';
4
4
  export declare const APPS_URL_PREFIX = "app";
5
5
  export declare enum ApplicationTypes {
6
6
  INTERNAL = "internal",
@@ -1,11 +1,11 @@
1
- import { ActionsListEvents, ActionsListIOTypes, ActionsListConfig } from './actionsList';
2
- import { ITreePermissionsConf } from './permissions';
3
- import { IQueryInfos } from './queryInfos';
4
- import { IRecord } from './record';
5
- import { IGetCoreEntitiesParams, IKeyValue } from './shared';
6
- import { ISystemTranslation } from './systemTranslation';
7
- import { ITreeElement } from './tree';
8
- import { IDateRangeValue } from './value';
1
+ import { type ActionsListEvents, type ActionsListIOTypes, type ActionsListConfig } from './actionsList';
2
+ import { type ITreePermissionsConf } from './permissions';
3
+ import { type IQueryInfos } from './queryInfos';
4
+ import { type IRecord } from './record';
5
+ import { type IGetCoreEntitiesParams, type IKeyValue } from './shared';
6
+ import { type ISystemTranslation } from './systemTranslation';
7
+ import { type ITreeElement } from './tree';
8
+ import { type IDateRangeValue } from './value';
9
9
  export interface IAttribute extends ICoreEntity {
10
10
  system?: boolean;
11
11
  readonly?: boolean;
@@ -1,5 +1,5 @@
1
- import { Options } from 'amqplib';
2
- import { IKeyValue } from './shared';
1
+ import { type Options } from 'amqplib';
2
+ import { type IKeyValue } from './shared';
3
3
  export interface IConfig {
4
4
  coreMode: CoreMode;
5
5
  server: IServer;
@@ -30,6 +30,7 @@ export interface IConfig {
30
30
  instanceId: string;
31
31
  elasticSearch: IElasticSearchConfig;
32
32
  pluginsPath: string[];
33
+ bugsnag: IBugsnag;
33
34
  }
34
35
  export declare enum CoreMode {
35
36
  SERVER = "server",
@@ -226,5 +227,12 @@ export interface IDbProfilerConfig {
226
227
  enable: boolean;
227
228
  }
228
229
  export interface IElasticSearchConfig {
230
+ indexPrefix: string;
229
231
  url: string;
230
232
  }
233
+ export interface IBugsnag {
234
+ enable: boolean;
235
+ apiKey?: string;
236
+ appVersion?: string;
237
+ appType?: string;
238
+ }
@@ -1,4 +1,4 @@
1
- import { AqlQuery } from 'arangojs/aql';
1
+ import { type AqlQuery } from 'arangojs/aql';
2
2
  export interface IDbProfilerQuery {
3
3
  count: number;
4
4
  query: string | AqlQuery;
@@ -1,4 +1,4 @@
1
- import { RequestHandler } from 'express';
1
+ import { type RequestHandler } from 'express';
2
2
  /**
3
3
  * Duplicate type from express-serve-static-core/IRouterMatcher second generic type
4
4
  */
@@ -1,14 +1,14 @@
1
- import { EventAction, IDbPayload } from '@leav/utils';
2
- import { IApiKey } from './apiKey';
3
- import { IApplication } from './application';
4
- import { IAttribute } from './attribute';
5
- import { IGlobalSettings } from './globalSettings';
6
- import { ILibraryDbEvent } from './library';
7
- import { IRecord } from './record';
8
- import { IValue } from './value';
9
- import { IVersionProfile } from './versionProfile';
10
- import { IPermission } from './permissions';
11
- import { ITree } from './tree';
1
+ import { type EventAction, type IDbPayload } from '@leav/utils';
2
+ import { type IApiKey } from './apiKey';
3
+ import { type IApplication } from './application';
4
+ import { type IAttribute } from './attribute';
5
+ import { type IGlobalSettings } from './globalSettings';
6
+ import { type ILibraryDbEvent } from './library';
7
+ import { type IRecord } from './record';
8
+ import { type IValue } from './value';
9
+ import { type IVersionProfile } from './versionProfile';
10
+ import { type IPermission } from './permissions';
11
+ import { type ITree } from './tree';
12
12
  /**
13
13
  * Maybe move all DBPayloadData types in @leav/utils type to allow event consumers outside core to use them
14
14
  * without having to redeclare them. For now before and after are any in @leav/utils
@@ -1,5 +1,5 @@
1
- import { Request } from 'express';
2
- import { IQueryInfos } from './queryInfos';
1
+ import { type Request } from 'express';
2
+ import { type IQueryInfos } from './queryInfos';
3
3
  type Context = IQueryInfos & {
4
4
  appFolder?: string;
5
5
  };
@@ -1,7 +1,7 @@
1
- import { IActionsListFunction } from './actionsList';
2
- import { IAppGraphQLSchema } from './graphql';
3
- import { PermissionTypes } from './permissions';
4
- import { PluginRegisterRoute } from './endpoint';
1
+ import { type IActionsListFunction } from './actionsList';
2
+ import { type IAppGraphQLSchema } from './graphql';
3
+ import { type PermissionTypes } from './permissions';
4
+ import { type PluginRegisterRoute } from './endpoint';
5
5
  export interface IExtensionPoints {
6
6
  [name: string]: (...args: any[]) => void;
7
7
  }
@@ -1,4 +1,4 @@
1
- import { IEmbeddedAttribute } from './attribute';
1
+ import { type IEmbeddedAttribute } from './attribute';
2
2
  export declare enum FileEvents {
3
3
  CREATE = "CREATE",
4
4
  REMOVE = "REMOVE",
@@ -1,6 +1,6 @@
1
- import { IAttribute } from './attribute';
2
- import { IKeyValue } from './shared';
3
- import { IValue } from './value';
1
+ import { type IAttribute } from './attribute';
2
+ import { type IKeyValue } from './shared';
3
+ import { type IValue } from './value';
4
4
  export interface IForm extends ICoreEntity {
5
5
  library: string;
6
6
  system?: boolean;
@@ -1,4 +1,4 @@
1
- import { IKeyValue } from './shared';
1
+ import { type IKeyValue } from './shared';
2
2
  export interface IGlobalSettings {
3
3
  defaultApp: string;
4
4
  name: string;
@@ -1,4 +1,4 @@
1
- import { IValueMetadata } from './value';
1
+ import { type IValueMetadata } from './value';
2
2
  export declare enum ImportType {
3
3
  IGNORE = "IGNORE",
4
4
  STANDARD = "STANDARD",
@@ -1,9 +1,9 @@
1
- import { IAttribute } from './attribute';
2
- import { IPreviewVersion } from './filesManager';
3
- import { ITreePermissionsConf } from './permissions';
4
- import { IRecordIdentityConf } from './record';
5
- import { ISystemTranslation } from './systemTranslation';
6
- import { IKeyValue } from './shared';
1
+ import { type IAttribute } from './attribute';
2
+ import { type IPreviewVersion } from './filesManager';
3
+ import { type ITreePermissionsConf } from './permissions';
4
+ import { type IRecordIdentityConf } from './record';
5
+ import { type ISystemTranslation } from './systemTranslation';
6
+ import { type IKeyValue } from './shared';
7
7
  export interface ILibrary extends ICoreEntity {
8
8
  system?: boolean;
9
9
  behavior?: LibraryBehavior;
@@ -1,5 +1,5 @@
1
- import { EventAction, Log as LogExternal } from '@leav/utils';
2
- import { IDbPayloadInternal } from './events';
1
+ import { type EventAction, type Log as LogExternal } from '@leav/utils';
2
+ import { type IDbPayloadInternal } from './events';
3
3
  export interface ILogTopicFilter {
4
4
  record?: {
5
5
  id: string;
@@ -1,4 +1,4 @@
1
- import { IQueryInfos } from '_types/queryInfos';
1
+ import { type IQueryInfos } from '_types/queryInfos';
2
2
  export interface IMigration {
3
3
  run(ctx: IQueryInfos): Promise<void>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { ISystemTranslation } from './systemTranslation';
1
+ import { type ISystemTranslation } from './systemTranslation';
2
2
  export declare enum PermissionTypes {
3
3
  RECORD = "record",
4
4
  RECORD_ATTRIBUTE = "record_attribute",
@@ -1,4 +1,4 @@
1
- import { IExtensionPointsFunctions } from './extensionPoints';
1
+ import { type IExtensionPointsFunctions } from './extensionPoints';
2
2
  export interface IPluginInfos {
3
3
  name: string;
4
4
  description: string;
@@ -1,4 +1,4 @@
1
- import { IRecord } from './record';
1
+ import { type IRecord } from './record';
2
2
  export type IPreview = {
3
3
  [x: string]: string;
4
4
  } & {
@@ -1,7 +1,7 @@
1
- import DataLoader from 'dataloader';
1
+ import type DataLoader from 'dataloader';
2
2
  import type LeavError from 'errors/LeavError';
3
- import { IDbProfiler } from './dbProfiler';
4
- import { IValueVersion } from './value';
3
+ import { type IDbProfiler } from './dbProfiler';
4
+ import { type IValueVersion } from './value';
5
5
  export interface IQueryInfos {
6
6
  userId: string;
7
7
  groupsId?: string[];
@@ -1,7 +1,7 @@
1
- import { IAttributeWithRevLink } from 'infra/attributeTypes/attributeTypesRepo';
2
- import { ILibrary } from './library';
3
- import { IPreview } from './preview';
4
- import { IValue } from './value';
1
+ import { type IAttributeWithRevLink } from 'infra/attributeTypes/attributeTypesRepo';
2
+ import { type ILibrary } from './library';
3
+ import { type IPreview } from './preview';
4
+ import { type IValue } from './value';
5
5
  export interface IRecord {
6
6
  id?: string;
7
7
  library?: string;
@@ -1,6 +1,6 @@
1
- import { IExtensionPoints } from './extensionPoints';
2
- import { IPaginationParams, ISortParams } from './list';
3
- import { ISystemTranslation } from './systemTranslation';
1
+ import { type IExtensionPoints } from './extensionPoints';
2
+ import { type IPaginationParams, type ISortParams } from './list';
3
+ import { type ISystemTranslation } from './systemTranslation';
4
4
  export interface IGetCoreEntitiesParams {
5
5
  filters?: ICoreEntityFilterOptions;
6
6
  strictFilters?: boolean;
@@ -1,4 +1,4 @@
1
- import { ISystemTranslation } from './systemTranslation';
1
+ import { type ISystemTranslation } from './systemTranslation';
2
2
  export declare enum OrderType {
3
3
  CREATE = "CREATE",
4
4
  CANCEL = "CANCEL",
@@ -1,6 +1,6 @@
1
- import { ITreeNodePermissionsConf } from './permissions';
2
- import { IRecord } from './record';
3
- import { IGetCoreEntitiesParams, IKeyValue } from './shared';
1
+ import { type ITreeNodePermissionsConf } from './permissions';
2
+ import { type IRecord } from './record';
3
+ import { type IGetCoreEntitiesParams, type IKeyValue } from './shared';
4
4
  export interface ITreeLibrarySettings {
5
5
  allowMultiplePositions: boolean;
6
6
  allowedChildren: string[];
@@ -1,9 +1,9 @@
1
- import { AnyPrimitive, Override } from '@leav/utils';
2
- import { IDbEdge } from 'infra/db/_types';
3
- import { IRecord } from './record';
4
- import { ITreeNode, TreePath } from './tree';
5
- import { EMPTY_VALUE } from 'infra/value/valueRepo';
6
- import { AttributeTypes } from './attribute';
1
+ import { type AnyPrimitive, type Override } from '@leav/utils';
2
+ import { type IDbEdge } from 'infra/db/_types';
3
+ import { type IRecord } from './record';
4
+ import { type ITreeNode, type TreePath } from './tree';
5
+ import { type EMPTY_VALUE } from 'infra/value/valueRepo';
6
+ import { type AttributeTypes } from './attribute';
7
7
  export type IValueFromGql = Override<Omit<IValue, 'version'>, {
8
8
  value: IValue['payload'];
9
9
  metadata: Array<{
@@ -1,5 +1,5 @@
1
- import { IGetCoreEntitiesParams } from './shared';
2
- import { ISystemTranslation } from './systemTranslation';
1
+ import { type IGetCoreEntitiesParams } from './shared';
2
+ import { type ISystemTranslation } from './systemTranslation';
3
3
  export interface IVersionProfile {
4
4
  id: string;
5
5
  label: ISystemTranslation;