@aristid/leav-types 1.11.0 → 1.12.0-1365cdb4

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 (501) hide show
  1. package/CLAUDE.md +42 -0
  2. package/apps/core/config/default.d.ts +4 -0
  3. package/apps/core/config/development.d.ts +4 -0
  4. package/apps/core/config/test.d.ts +4 -0
  5. package/apps/core/src/_types/actionsList.d.ts +1 -1
  6. package/apps/core/src/_types/auth.d.ts +4 -0
  7. package/apps/core/src/_types/automation.d.ts +48 -0
  8. package/apps/core/src/_types/config.d.ts +4 -0
  9. package/apps/core/src/_types/cronTask.d.ts +14 -0
  10. package/apps/core/src/_types/errors.d.ts +1 -0
  11. package/apps/core/src/_types/events.d.ts +3 -0
  12. package/apps/core/src/_types/extensionPoints.d.ts +12 -0
  13. package/apps/core/src/_types/migration.d.ts +1 -1
  14. package/apps/core/src/_types/permissions.d.ts +1 -0
  15. package/apps/core/src/_types/queryInfos.d.ts +1 -1
  16. package/apps/core/src/_types/record.d.ts +1 -1
  17. package/apps/core/src/_types/value.d.ts +2 -2
  18. package/apps/core/src/app/application/applicationApp.d.ts +9 -9
  19. package/apps/core/src/app/auth/authApp.d.ts +10 -8
  20. package/apps/core/src/app/core/actionListApp.d.ts +3 -3
  21. package/apps/core/src/app/core/apiKeyApp/_types.d.ts +2 -2
  22. package/apps/core/src/app/core/apiKeyApp/apiKeyApp.d.ts +3 -3
  23. package/apps/core/src/app/core/attributeApp/attributeApp.d.ts +11 -9
  24. package/apps/core/src/app/core/automationApp.d.ts +22 -0
  25. package/apps/core/src/app/core/coreApp.d.ts +5 -5
  26. package/apps/core/src/app/core/discussionApp.d.ts +2 -2
  27. package/apps/core/src/app/core/eventsManagerApp.d.ts +6 -5
  28. package/apps/core/src/app/core/exportApp.d.ts +2 -2
  29. package/apps/core/src/app/core/filesManagerApp.d.ts +8 -6
  30. package/apps/core/src/app/core/formApp/_types.d.ts +2 -2
  31. package/apps/core/src/app/core/formApp/formApp.d.ts +8 -8
  32. package/apps/core/src/app/core/globalSettingsApp.d.ts +7 -7
  33. package/apps/core/src/app/core/helpers/subscriptions.d.ts +1 -1
  34. package/apps/core/src/app/core/importApp.d.ts +4 -4
  35. package/apps/core/src/app/core/index.d.ts +1 -0
  36. package/apps/core/src/app/core/indexationManagerApp.d.ts +2 -2
  37. package/apps/core/src/app/core/libraryApp/_types.d.ts +2 -2
  38. package/apps/core/src/app/core/libraryApp/libraryApp.d.ts +7 -7
  39. package/apps/core/src/app/core/logApp.d.ts +15 -13
  40. package/apps/core/src/app/core/logsCollectorApp.d.ts +1 -1
  41. package/apps/core/src/app/core/notificationApp.d.ts +3 -3
  42. package/apps/core/src/app/core/permissionApp/_types.d.ts +1 -1
  43. package/apps/core/src/app/core/permissionApp/permissionApp.d.ts +4 -4
  44. package/apps/core/src/app/core/pluginsApp.d.ts +3 -3
  45. package/apps/core/src/app/core/recordApp/_types.d.ts +2 -2
  46. package/apps/core/src/app/core/recordApp/recordApp.d.ts +8 -8
  47. package/apps/core/src/app/core/tasksManagerApp.d.ts +11 -9
  48. package/apps/core/src/app/core/treeApp/_types.d.ts +4 -4
  49. package/apps/core/src/app/core/treeApp/treeApp.d.ts +5 -5
  50. package/apps/core/src/app/core/userDataApp.d.ts +1 -1
  51. package/apps/core/src/app/core/valueApp.d.ts +6 -6
  52. package/apps/core/src/app/core/versionProfileApp/_types.d.ts +2 -2
  53. package/apps/core/src/app/core/versionProfileApp/versionProfileApp.d.ts +3 -3
  54. package/apps/core/src/app/core/viewApp.d.ts +5 -5
  55. package/apps/core/src/app/endpoint/endpointApp.d.ts +3 -3
  56. package/apps/core/src/app/graphql/customScalars/dateTime/dateTime.d.ts +1 -1
  57. package/apps/core/src/app/graphql/customScalars/systemTranslation/systemTranslation.d.ts +1 -1
  58. package/apps/core/src/app/graphql/graphqlApp.d.ts +3 -3
  59. package/apps/core/src/app/helpers/convertVersionFromGqlFormat.d.ts +1 -1
  60. package/apps/core/src/app/helpers/initQueryContext.d.ts +2 -2
  61. package/apps/core/src/domain/actions/excelCalculationAction.d.ts +2 -2
  62. package/apps/core/src/domain/actions/inheritanceCalculationAction.d.ts +2 -2
  63. package/apps/core/src/domain/actions/replaceAnotherAttributeAction.d.ts +3 -3
  64. package/apps/core/src/domain/apiKey/apiKeyDomain.d.ts +6 -6
  65. package/apps/core/src/domain/application/applicationDomain.d.ts +7 -7
  66. package/apps/core/src/domain/application/helpers/getLibrarySystemPanels.d.ts +2 -2
  67. package/apps/core/src/domain/attribute/attributeDomain.d.ts +12 -12
  68. package/apps/core/src/domain/attribute/helpers/attributeALHelper.d.ts +1 -1
  69. package/apps/core/src/domain/attribute/helpers/attributeValidationHelper.d.ts +6 -6
  70. package/apps/core/src/domain/attribute/helpers/ifLibraryJoinLinkAttribute.d.ts +2 -2
  71. package/apps/core/src/domain/automation/actions/conditionAction.d.ts +8 -0
  72. package/apps/core/src/domain/automation/actions/errorAction.d.ts +8 -0
  73. package/apps/core/src/domain/automation/actions/index.d.ts +3 -0
  74. package/apps/core/src/domain/automation/actions/logAction.d.ts +16 -0
  75. package/apps/core/src/domain/automation/automationDomain.d.ts +43 -0
  76. package/apps/core/src/domain/automation/fakeRulesToTrigger.d.ts +7 -0
  77. package/apps/core/src/domain/automation/index.d.ts +2 -0
  78. package/apps/core/src/domain/automation/pipelineExecutor.d.ts +16 -0
  79. package/apps/core/src/domain/automation/types.d.ts +22 -0
  80. package/apps/core/src/domain/discussion/discussionDomain.d.ts +7 -7
  81. package/apps/core/src/domain/eventsManager/eventsManagerDomain.d.ts +4 -4
  82. package/apps/core/src/domain/export/exportDomain.d.ts +8 -8
  83. package/apps/core/src/domain/export/exportProfileDomain.d.ts +2 -2
  84. package/apps/core/src/domain/filesManager/_constants.d.ts +1 -1
  85. package/apps/core/src/domain/filesManager/filesManagerDomain.d.ts +13 -13
  86. package/apps/core/src/domain/filesManager/helpers/extractFileMetadata.d.ts +1 -1
  87. package/apps/core/src/domain/filesManager/helpers/getRootPathByKey.d.ts +1 -1
  88. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/_types.d.ts +12 -12
  89. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleCreateEvent.d.ts +1 -1
  90. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleFileSystemEvent.d.ts +10 -10
  91. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleMoveEvent.d.ts +1 -1
  92. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleRemoveEvent.d.ts +1 -1
  93. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleUpdateEvent.d.ts +1 -1
  94. package/apps/core/src/domain/filesManager/helpers/handleFileUtilsHelper.d.ts +7 -7
  95. package/apps/core/src/domain/filesManager/helpers/handlePreview.d.ts +1 -1
  96. package/apps/core/src/domain/filesManager/helpers/handlePreviewResponse.d.ts +9 -9
  97. package/apps/core/src/domain/filesManager/helpers/messagesHandler/messagesHandler.d.ts +3 -3
  98. package/apps/core/src/domain/form/formDomain.d.ts +12 -12
  99. package/apps/core/src/domain/form/helpers/getElementValues.d.ts +4 -4
  100. package/apps/core/src/domain/form/helpers/mustIncludeElement.d.ts +4 -4
  101. package/apps/core/src/domain/globalSettings/globalSettingsDomain.d.ts +5 -5
  102. package/apps/core/src/domain/helpers/calculations/calculationVariable.d.ts +1 -1
  103. package/apps/core/src/domain/helpers/calculations/calculationsVariableFunctions.d.ts +4 -4
  104. package/apps/core/src/domain/helpers/createDirectory.d.ts +2 -2
  105. package/apps/core/src/domain/helpers/getCoreEntityById.d.ts +7 -7
  106. package/apps/core/src/domain/helpers/updateRecordLastModif.d.ts +4 -4
  107. package/apps/core/src/domain/helpers/updateTaskProgress.d.ts +3 -3
  108. package/apps/core/src/domain/helpers/validate.d.ts +6 -6
  109. package/apps/core/src/domain/import/importDomain.d.ts +11 -11
  110. package/apps/core/src/domain/indexationManager/indexationManagerDomain.d.ts +9 -9
  111. package/apps/core/src/domain/library/helpers/checkSavePermission.d.ts +2 -2
  112. package/apps/core/src/domain/library/helpers/deleteAssociatedValues.d.ts +5 -5
  113. package/apps/core/src/domain/library/helpers/index.d.ts +0 -1
  114. package/apps/core/src/domain/library/helpers/runBehaviorPostSave.d.ts +6 -6
  115. package/apps/core/src/domain/library/helpers/runPreDelete.d.ts +4 -4
  116. package/apps/core/src/domain/library/helpers/updateAssociatedForms.d.ts +2 -2
  117. package/apps/core/src/domain/library/helpers/validateLibAttributes.d.ts +3 -3
  118. package/apps/core/src/domain/library/helpers/validateLibFullTextAttributes.d.ts +1 -1
  119. package/apps/core/src/domain/library/helpers/validatePermConf.d.ts +4 -4
  120. package/apps/core/src/domain/library/helpers/validatePreviewsSettings.d.ts +1 -1
  121. package/apps/core/src/domain/library/helpers/validateRecordIdentityConf.d.ts +3 -3
  122. package/apps/core/src/domain/library/libraryDomain.d.ts +11 -11
  123. package/apps/core/src/domain/log/logDomain.d.ts +5 -5
  124. package/apps/core/src/domain/logsCollector/logsCollectorDomain.d.ts +1 -1
  125. package/apps/core/src/domain/notification/channels/emailChannel.d.ts +4 -4
  126. package/apps/core/src/domain/notification/channels/webSocketChannel.d.ts +1 -1
  127. package/apps/core/src/domain/notification/notificationDomain.d.ts +3 -3
  128. package/apps/core/src/domain/permission/_types.d.ts +2 -2
  129. package/apps/core/src/domain/permission/attributeDependentValuesPermissionDomain.d.ts +3 -3
  130. package/apps/core/src/domain/permission/helpers/defaultPermission.d.ts +3 -3
  131. package/apps/core/src/domain/permission/helpers/getPermissionCacheKey.d.ts +1 -1
  132. package/apps/core/src/domain/permission/helpers/getPermissionCachePatternKey.d.ts +1 -1
  133. package/apps/core/src/domain/permission/helpers/globalPermission.d.ts +2 -2
  134. package/apps/core/src/domain/permission/helpers/permissionByUserGroups.d.ts +1 -1
  135. package/apps/core/src/domain/permission/helpers/permissionsByActions.d.ts +1 -1
  136. package/apps/core/src/domain/permission/helpers/treeBasedPermissions.d.ts +4 -4
  137. package/apps/core/src/domain/permission/permissionDomain.d.ts +4 -4
  138. package/apps/core/src/domain/permission/recordAttributePermissionDomain.d.ts +2 -2
  139. package/apps/core/src/domain/permission/recordPermissionDomain.d.ts +3 -3
  140. package/apps/core/src/domain/permission/treeNodePermissionDomain.d.ts +4 -4
  141. package/apps/core/src/domain/plugins/pluginsDomain.d.ts +3 -3
  142. package/apps/core/src/domain/record/_types.d.ts +4 -4
  143. package/apps/core/src/domain/record/helpers/createRecord.d.ts +6 -4
  144. package/apps/core/src/domain/record/helpers/deleteRecord.d.ts +12 -10
  145. package/apps/core/src/domain/record/helpers/findRecords.d.ts +2 -2
  146. package/apps/core/src/domain/record/helpers/getAccessPermissionFilters.d.ts +7 -7
  147. package/apps/core/src/domain/record/helpers/getAttributesFromField.d.ts +4 -4
  148. package/apps/core/src/domain/record/helpers/getRecordIdentity.d.ts +27 -0
  149. package/apps/core/src/domain/record/helpers/index.d.ts +1 -1
  150. package/apps/core/src/domain/record/helpers/sendRecordUpdateEvent.d.ts +3 -3
  151. package/apps/core/src/domain/record/recordDomain.d.ts +10 -18
  152. package/apps/core/src/domain/tasksManager/cronTasksManagerDomain.d.ts +13 -0
  153. package/apps/core/src/domain/tasksManager/index.d.ts +1 -0
  154. package/apps/core/src/domain/tasksManager/tasksManagerDomain.d.ts +7 -7
  155. package/apps/core/src/domain/tree/helpers/elementAncestors.d.ts +2 -2
  156. package/apps/core/src/domain/tree/helpers/getDefaultElement.d.ts +3 -3
  157. package/apps/core/src/domain/tree/helpers/handleRemovedLibraries.d.ts +3 -3
  158. package/apps/core/src/domain/tree/helpers/treeDataValidation.d.ts +3 -3
  159. package/apps/core/src/domain/tree/treeDomain.d.ts +10 -10
  160. package/apps/core/src/domain/user/userDomain.d.ts +10 -10
  161. package/apps/core/src/domain/value/_types.d.ts +5 -5
  162. package/apps/core/src/domain/value/helpers/areValuesIdentical.d.ts +1 -1
  163. package/apps/core/src/domain/value/helpers/canSaveRecordValue.d.ts +6 -6
  164. package/apps/core/src/domain/value/helpers/doesValueExist.d.ts +1 -1
  165. package/apps/core/src/domain/value/helpers/findValue.d.ts +1 -1
  166. package/apps/core/src/domain/value/helpers/formatLogValue.d.ts +6 -6
  167. package/apps/core/src/domain/value/helpers/formatValue.d.ts +17 -0
  168. package/apps/core/src/domain/value/helpers/getRecordFieldValue.d.ts +27 -0
  169. package/apps/core/src/domain/value/helpers/getValues.d.ts +26 -0
  170. package/apps/core/src/domain/value/helpers/index.d.ts +7 -0
  171. package/apps/core/src/domain/value/helpers/isEmptyValue.d.ts +1 -1
  172. package/apps/core/src/domain/value/helpers/manageEventMetadata.d.ts +4 -0
  173. package/apps/core/src/domain/value/helpers/postDeleteValue.d.ts +6 -6
  174. package/apps/core/src/domain/value/helpers/postSaveValue.d.ts +6 -6
  175. package/apps/core/src/domain/value/helpers/prepareValue.d.ts +6 -6
  176. package/apps/core/src/domain/value/helpers/runActionsList.d.ts +10 -0
  177. package/apps/core/src/domain/value/helpers/saveOneValue.d.ts +8 -8
  178. package/apps/core/src/domain/value/helpers/validateValue.d.ts +4 -4
  179. package/apps/core/src/domain/value/tasks/purgeMultipleValues.d.ts +1 -1
  180. package/apps/core/src/domain/value/tasks/saveValueBulk.d.ts +10 -7
  181. package/apps/core/src/domain/value/valueDomain.d.ts +27 -19
  182. package/apps/core/src/domain/versionProfile/versionProfileDomain.d.ts +10 -10
  183. package/apps/core/src/domain/view/viewDomain.d.ts +7 -7
  184. package/apps/core/src/i18nextInit.d.ts +1 -1
  185. package/apps/core/src/infra/apiKey/apiKeyRepo.d.ts +5 -5
  186. package/apps/core/src/infra/application/applicationRepo.d.ts +3 -3
  187. package/apps/core/src/infra/attribute/attributeRepo.d.ts +4 -4
  188. package/apps/core/src/infra/attributeTypes/attributeAdvancedLinkRepo.d.ts +2 -2
  189. package/apps/core/src/infra/attributeTypes/attributeAdvancedRepo.d.ts +2 -2
  190. package/apps/core/src/infra/attributeTypes/attributeSimpleLinkRepo.d.ts +2 -2
  191. package/apps/core/src/infra/attributeTypes/attributeSimpleRepo.d.ts +1 -1
  192. package/apps/core/src/infra/attributeTypes/attributeTreeRepo.d.ts +2 -2
  193. package/apps/core/src/infra/attributeTypes/attributeTypesRepo.d.ts +1 -1
  194. package/apps/core/src/infra/automation/automationRuleRepo.d.ts +29 -0
  195. package/apps/core/src/infra/automation/index.d.ts +1 -0
  196. package/apps/core/src/infra/cache/cacheService.d.ts +2 -2
  197. package/apps/core/src/infra/cache/diskService.d.ts +1 -1
  198. package/apps/core/src/infra/cache/redis.d.ts +1 -1
  199. package/apps/core/src/infra/db/_types.d.ts +1 -1
  200. package/apps/core/src/infra/db/db.d.ts +1 -1
  201. package/apps/core/src/infra/db/dbService.d.ts +2 -2
  202. package/apps/core/src/infra/db/dbUtils.d.ts +9 -5
  203. package/apps/core/src/infra/db/helpers/runMigrationFiles.d.ts +1 -1
  204. package/apps/core/src/infra/db/migrations/000-init/index.d.ts +3 -3
  205. package/apps/core/src/infra/db/migrations/000-init/systemAttributes.d.ts +1 -1
  206. package/apps/core/src/infra/db/migrations/001-delInstallApps.d.ts +1 -1
  207. package/apps/core/src/infra/db/migrations/002-previewsSettings.d.ts +4 -4
  208. package/apps/core/src/infra/db/migrations/003-filesMetadata.d.ts +3 -3
  209. package/apps/core/src/infra/db/migrations/004-formsLabels.d.ts +2 -2
  210. package/apps/core/src/infra/db/migrations/005-viewSortToArray.d.ts +1 -1
  211. package/apps/core/src/infra/db/migrations/007-updateHexColor.d.ts +1 -1
  212. package/apps/core/src/infra/db/migrations/010-formSidePanel.d.ts +2 -2
  213. package/apps/core/src/infra/db/migrations/013-passwordAttributeMaskValue.d.ts +1 -1
  214. package/apps/core/src/infra/db/migrations/014-notificationsCollection.d.ts +1 -1
  215. package/apps/core/src/infra/db/migrations/019-automationRuleCollection.d.ts +7 -0
  216. package/apps/core/src/infra/elasticsearch/elasticsearchClient.d.ts +1 -1
  217. package/apps/core/src/infra/elasticsearch/elasticsearchService.d.ts +1 -1
  218. package/apps/core/src/infra/filesManager/filesManagerRepo.d.ts +4 -4
  219. package/apps/core/src/infra/form/formRepo.d.ts +6 -6
  220. package/apps/core/src/infra/globalSettings/globalSettingsRepo.d.ts +3 -3
  221. package/apps/core/src/infra/indexation/helpers/getSearchQuery.d.ts +1 -1
  222. package/apps/core/src/infra/indexation/indexationService.d.ts +3 -3
  223. package/apps/core/src/infra/library/libraryRepo.d.ts +2 -2
  224. package/apps/core/src/infra/log/logRepo.d.ts +4 -4
  225. package/apps/core/src/infra/mailer/mailer.d.ts +1 -1
  226. package/apps/core/src/infra/mailer/mailerService.d.ts +3 -3
  227. package/apps/core/src/infra/notification/notificationRepo.d.ts +3 -3
  228. package/apps/core/src/infra/permission/permissionRepo.d.ts +1 -1
  229. package/apps/core/src/infra/plugins/pluginsRepo.d.ts +1 -1
  230. package/apps/core/src/infra/record/helpers/getClassifyingFiltersVariableQueryPart.d.ts +2 -2
  231. package/apps/core/src/infra/record/helpers/getSearchVariablesQueryPart.d.ts +1 -1
  232. package/apps/core/src/infra/record/recordRepo.d.ts +5 -5
  233. package/apps/core/src/infra/task/taskRepo.d.ts +6 -6
  234. package/apps/core/src/infra/tree/_types.d.ts +1 -1
  235. package/apps/core/src/infra/tree/treeRepo.d.ts +5 -5
  236. package/apps/core/src/infra/userData/userDataRepo.d.ts +2 -2
  237. package/apps/core/src/infra/value/valueRepo.d.ts +5 -5
  238. package/apps/core/src/infra/versionProfile/versionProfileRepo.d.ts +6 -6
  239. package/apps/core/src/infra/view/_types.d.ts +5 -5
  240. package/apps/core/src/interface/cli.d.ts +1 -1
  241. package/apps/core/src/interface/filesManager.d.ts +1 -1
  242. package/apps/core/src/interface/helpers/handleGraphqlError.d.ts +3 -3
  243. package/apps/core/src/interface/indexationManager.d.ts +1 -1
  244. package/apps/core/src/interface/logsCollector.d.ts +1 -1
  245. package/apps/core/src/interface/server.d.ts +7 -7
  246. package/apps/core/src/interface/tasksManager.d.ts +1 -1
  247. package/apps/core/src/pluginsLoader.d.ts +1 -0
  248. package/apps/core/src/utils/configureDayjs.d.ts +1 -1
  249. package/apps/core/src/utils/dataloader.d.ts +1 -1
  250. package/apps/core/src/utils/helpers/getSystemQueryContext.d.ts +2 -2
  251. package/apps/core/src/utils/helpers/getValuesToDisplay.d.ts +1 -1
  252. package/apps/core/src/utils/logger/logger.d.ts +1 -1
  253. package/apps/core/src/utils/utils.d.ts +3 -3
  254. package/apps/core/tsconfig.types.tsbuildinfo +1 -1
  255. package/apps/core/vitest.unit.config.d.ts +2 -0
  256. package/libs/utils/src/types/events.d.ts +3 -0
  257. package/libs/utils/src/types/helpers.d.ts +0 -3
  258. package/package.json +2 -2
  259. package/apps/core/scripts/build.d.ts +0 -2
  260. package/apps/core/scripts/utils.d.ts +0 -3
  261. package/apps/core/src/__tests__/e2e/_gqlTypes/index.d.ts +0 -1048
  262. package/apps/core/src/__tests__/e2e/api/_fixtures/applications/login/index-hashed.d.ts +0 -0
  263. package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/_types/_types.d.ts +0 -3
  264. package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/domain/fakeDomain.d.ts +0 -13
  265. package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/domain/index.d.ts +0 -1
  266. package/apps/core/src/__tests__/e2e/api/_fixtures/fakeplugin/index.d.ts +0 -21
  267. package/apps/core/src/__tests__/e2e/api/actionLists/actionLists.test.d.ts +0 -1
  268. package/apps/core/src/__tests__/e2e/api/actionLists/actions/inheritanceCalculationAction.test.d.ts +0 -1
  269. package/apps/core/src/__tests__/e2e/api/actionLists/actions/replaceAnotherAttributeAction.test.d.ts +0 -1
  270. package/apps/core/src/__tests__/e2e/api/apiKey/apiKey.test.d.ts +0 -1
  271. package/apps/core/src/__tests__/e2e/api/applications/applications.test.d.ts +0 -1
  272. package/apps/core/src/__tests__/e2e/api/attributes/attributes.test.d.ts +0 -1
  273. package/apps/core/src/__tests__/e2e/api/auth/auth.test.d.ts +0 -1
  274. package/apps/core/src/__tests__/e2e/api/constants.d.ts +0 -2
  275. package/apps/core/src/__tests__/e2e/api/discussions/discussions.test.d.ts +0 -1
  276. package/apps/core/src/__tests__/e2e/api/e2eUtils.d.ts +0 -117
  277. package/apps/core/src/__tests__/e2e/api/export/export.test.d.ts +0 -1
  278. package/apps/core/src/__tests__/e2e/api/export/exportNestedAttributes.test.d.ts +0 -1
  279. package/apps/core/src/__tests__/e2e/api/files/files.test.d.ts +0 -1
  280. package/apps/core/src/__tests__/e2e/api/forms/forms.test.d.ts +0 -1
  281. package/apps/core/src/__tests__/e2e/api/getConditionPart/getConditionPart.test.d.ts +0 -1
  282. package/apps/core/src/__tests__/e2e/api/globalSettings/globalSettings.test.d.ts +0 -1
  283. package/apps/core/src/__tests__/e2e/api/globalSetup.d.ts +0 -8
  284. package/apps/core/src/__tests__/e2e/api/globalSetupHook.d.ts +0 -1
  285. package/apps/core/src/__tests__/e2e/api/graphql/graphql.test.d.ts +0 -1
  286. package/apps/core/src/__tests__/e2e/api/import/import.test.d.ts +0 -1
  287. package/apps/core/src/__tests__/e2e/api/joinLibraries/joinLibraries.test.d.ts +0 -1
  288. package/apps/core/src/__tests__/e2e/api/libraries/libraries.test.d.ts +0 -1
  289. package/apps/core/src/__tests__/e2e/api/mailpitUtils.d.ts +0 -37
  290. package/apps/core/src/__tests__/e2e/api/notificationUtils.d.ts +0 -7
  291. package/apps/core/src/__tests__/e2e/api/notifications/notifications.test.d.ts +0 -1
  292. package/apps/core/src/__tests__/e2e/api/permissions/admin/apiKeyAdminPermissions.test.d.ts +0 -1
  293. package/apps/core/src/__tests__/e2e/api/permissions/admin/applicationsAdminPermissions.test.d.ts +0 -1
  294. package/apps/core/src/__tests__/e2e/api/permissions/admin/attributesAdminPermissions.test.d.ts +0 -1
  295. package/apps/core/src/__tests__/e2e/api/permissions/admin/formsAdminPermissions.test.d.ts +0 -1
  296. package/apps/core/src/__tests__/e2e/api/permissions/admin/globalSettingsAdminPermissions.test.d.ts +0 -1
  297. package/apps/core/src/__tests__/e2e/api/permissions/admin/librariesAdminPermissions.test.d.ts +0 -1
  298. package/apps/core/src/__tests__/e2e/api/permissions/admin/permissionsAdminPermissions.test.d.ts +0 -1
  299. package/apps/core/src/__tests__/e2e/api/permissions/admin/treesAdminPermissions.test.d.ts +0 -1
  300. package/apps/core/src/__tests__/e2e/api/permissions/admin/versionProfilesAdminPermissions.test.d.ts +0 -1
  301. package/apps/core/src/__tests__/e2e/api/permissions/applicationsPermissions.test.d.ts +0 -1
  302. package/apps/core/src/__tests__/e2e/api/permissions/attributePermissions.test.d.ts +0 -1
  303. package/apps/core/src/__tests__/e2e/api/permissions/dependentValuesTreeAttributePermissions.test.d.ts +0 -1
  304. package/apps/core/src/__tests__/e2e/api/permissions/extendedLibraryPermissions.test.d.ts +0 -1
  305. package/apps/core/src/__tests__/e2e/api/permissions/permissions.test.d.ts +0 -1
  306. package/apps/core/src/__tests__/e2e/api/permissions/recordAttributePermissions.test.d.ts +0 -1
  307. package/apps/core/src/__tests__/e2e/api/permissions/recordPermissions.test.d.ts +0 -1
  308. package/apps/core/src/__tests__/e2e/api/permissions/treeLibraryPermissions.test.d.ts +0 -1
  309. package/apps/core/src/__tests__/e2e/api/permissions/treeNodePermissions.test.d.ts +0 -1
  310. package/apps/core/src/__tests__/e2e/api/permissions/treePermissions.test.d.ts +0 -1
  311. package/apps/core/src/__tests__/e2e/api/plugins/plugins.test.d.ts +0 -1
  312. package/apps/core/src/__tests__/e2e/api/records/recordIdentity.test.d.ts +0 -1
  313. package/apps/core/src/__tests__/e2e/api/records/records.test.d.ts +0 -1
  314. package/apps/core/src/__tests__/e2e/api/records/recordsDeletion.test.d.ts +0 -1
  315. package/apps/core/src/__tests__/e2e/api/records/searchFilters.test.d.ts +0 -1
  316. package/apps/core/src/__tests__/e2e/api/task/taskSubscription.test.d.ts +0 -1
  317. package/apps/core/src/__tests__/e2e/api/task/tasksAdminPermissions.test.d.ts +0 -1
  318. package/apps/core/src/__tests__/e2e/api/taskUtils.d.ts +0 -4
  319. package/apps/core/src/__tests__/e2e/api/teardown.d.ts +0 -2
  320. package/apps/core/src/__tests__/e2e/api/trees/treeNodeChildrenAndContentQuery.test.d.ts +0 -1
  321. package/apps/core/src/__tests__/e2e/api/trees/trees.test.d.ts +0 -1
  322. package/apps/core/src/__tests__/e2e/api/userData/maskUserPassword.test.d.ts +0 -1
  323. package/apps/core/src/__tests__/e2e/api/userData/userData.test.d.ts +0 -1
  324. package/apps/core/src/__tests__/e2e/api/values/listDistinctValues.test.d.ts +0 -1
  325. package/apps/core/src/__tests__/e2e/api/values/metadata.test.d.ts +0 -1
  326. package/apps/core/src/__tests__/e2e/api/values/purgeMultipleValues.test.d.ts +0 -1
  327. package/apps/core/src/__tests__/e2e/api/values/saveValueBulk.test.d.ts +0 -1
  328. package/apps/core/src/__tests__/e2e/api/values/values.test.d.ts +0 -1
  329. package/apps/core/src/__tests__/e2e/api/values/versions.test.d.ts +0 -1
  330. package/apps/core/src/__tests__/e2e/api/versionProfile/versionProfile.test.d.ts +0 -1
  331. package/apps/core/src/__tests__/e2e/api/views/views.test.d.ts +0 -1
  332. package/apps/core/src/__tests__/e2e/filesManager/filesManager/filesManager.test.d.ts +0 -1
  333. package/apps/core/src/__tests__/e2e/filesManager/globalSetup.d.ts +0 -1
  334. package/apps/core/src/__tests__/e2e/filesManager/globalSetupHook.d.ts +0 -1
  335. package/apps/core/src/__tests__/e2e/indexationManager/globalSetup.d.ts +0 -1
  336. package/apps/core/src/__tests__/e2e/indexationManager/globalSetupHook.d.ts +0 -1
  337. package/apps/core/src/__tests__/e2e/indexationManager/indexation.test.d.ts +0 -1
  338. package/apps/core/src/__tests__/global-setup.d.ts +0 -0
  339. package/apps/core/src/__tests__/integration/domain/tasksManagerDomain.test.d.ts +0 -1
  340. package/apps/core/src/__tests__/integration/globalSetup.d.ts +0 -1
  341. package/apps/core/src/__tests__/integration/globalSetupHook.d.ts +0 -1
  342. package/apps/core/src/__tests__/integration/infra/attributeAdvancedLinkRepo.test.d.ts +0 -1
  343. package/apps/core/src/__tests__/integration/infra/attributeAdvancedRepo.test.d.ts +0 -1
  344. package/apps/core/src/__tests__/integration/infra/attributeSimpleLinkRepo.test.d.ts +0 -1
  345. package/apps/core/src/__tests__/integration/infra/attributeSimpleRepo.test.d.ts +0 -1
  346. package/apps/core/src/__tests__/integration/infra/attributeTreeRepo.test.d.ts +0 -1
  347. package/apps/core/src/__tests__/integration/infra/integrationTestRepoUtils.d.ts +0 -11
  348. package/apps/core/src/__tests__/integration/infra/notificationRepo.test.d.ts +0 -1
  349. package/apps/core/src/__tests__/integration/infra/permissionRepo.test.d.ts +0 -1
  350. package/apps/core/src/__tests__/integration/infra/ramService.test.d.ts +0 -1
  351. package/apps/core/src/__tests__/integration/infra/recordRepo.test.d.ts +0 -1
  352. package/apps/core/src/__tests__/integration/infra/treeRepo.test.d.ts +0 -1
  353. package/apps/core/src/__tests__/integration/integrationTestUtils.d.ts +0 -7
  354. package/apps/core/src/__tests__/integration/teardown.d.ts +0 -1
  355. package/apps/core/src/__tests__/jestUtils.d.ts +0 -12
  356. package/apps/core/src/__tests__/mockers/amqp.d.ts +0 -8
  357. package/apps/core/src/__tests__/mockers/logger.d.ts +0 -7
  358. package/apps/core/src/__tests__/mocks/actionsList.d.ts +0 -73
  359. package/apps/core/src/__tests__/mocks/apiKey.d.ts +0 -11
  360. package/apps/core/src/__tests__/mocks/application.d.ts +0 -3
  361. package/apps/core/src/__tests__/mocks/attribute.d.ts +0 -45
  362. package/apps/core/src/__tests__/mocks/cache.d.ts +0 -4
  363. package/apps/core/src/__tests__/mocks/file.d.ts +0 -29
  364. package/apps/core/src/__tests__/mocks/forms.d.ts +0 -4
  365. package/apps/core/src/__tests__/mocks/globalSettings.d.ts +0 -2
  366. package/apps/core/src/__tests__/mocks/graphql-upload.d.ts +0 -3
  367. package/apps/core/src/__tests__/mocks/library.d.ts +0 -4
  368. package/apps/core/src/__tests__/mocks/log.d.ts +0 -2
  369. package/apps/core/src/__tests__/mocks/plugins.d.ts +0 -2
  370. package/apps/core/src/__tests__/mocks/record.d.ts +0 -3
  371. package/apps/core/src/__tests__/mocks/shared.d.ts +0 -3
  372. package/apps/core/src/__tests__/mocks/task.d.ts +0 -2
  373. package/apps/core/src/__tests__/mocks/translator.d.ts +0 -3
  374. package/apps/core/src/__tests__/mocks/tree.d.ts +0 -3
  375. package/apps/core/src/__tests__/mocks/value.d.ts +0 -2
  376. package/apps/core/src/__tests__/mocks/versionProfile.d.ts +0 -2
  377. package/apps/core/src/__tests__/mocks/view.d.ts +0 -3
  378. package/apps/core/src/__tests__/setup.d.ts +0 -1
  379. package/apps/core/src/app/application/__tests__/applicationApp.spec.d.ts +0 -1
  380. package/apps/core/src/app/auth/__tests__/authApp.spec.d.ts +0 -1
  381. package/apps/core/src/app/core/coreApp.spec.d.ts +0 -1
  382. package/apps/core/src/app/endpoint/endpointApp.spec.d.ts +0 -1
  383. package/apps/core/src/app/graphql/customScalars/any/any.spec.d.ts +0 -1
  384. package/apps/core/src/app/graphql/customScalars/dateTime/dateTime.spec.d.ts +0 -1
  385. package/apps/core/src/app/graphql/customScalars/systemTranslation/systemTranslation.spec.d.ts +0 -1
  386. package/apps/core/src/app/graphql/graphqlApp.spec.d.ts +0 -1
  387. package/apps/core/src/app/helpers/convertOIDCIdentifier.spec.d.ts +0 -1
  388. package/apps/core/src/app/helpers/convertVersionFromGqlFormat.spec.d.ts +0 -1
  389. package/apps/core/src/app/helpers/validateRequestToken.spec.d.ts +0 -1
  390. package/apps/core/src/domain/actions/dateRangeToNumberAction.spec.d.ts +0 -1
  391. package/apps/core/src/domain/actions/encryptAction.spec.d.ts +0 -1
  392. package/apps/core/src/domain/actions/excelCalculationAction.spec.d.ts +0 -1
  393. package/apps/core/src/domain/actions/formatDateAction.spec.d.ts +0 -1
  394. package/apps/core/src/domain/actions/formatDateRangeAction.spec.d.ts +0 -1
  395. package/apps/core/src/domain/actions/formatNumberAction.spec.d.ts +0 -1
  396. package/apps/core/src/domain/actions/inheritanceCalculationAction.spec.d.ts +0 -1
  397. package/apps/core/src/domain/actions/maskValueAction.spec.d.ts +0 -1
  398. package/apps/core/src/domain/actions/parseJSONAction.spec.d.ts +0 -1
  399. package/apps/core/src/domain/actions/toBooleanAction.spec.d.ts +0 -1
  400. package/apps/core/src/domain/actions/toJSONAction.spec.d.ts +0 -1
  401. package/apps/core/src/domain/actions/toLowercaseAction.spec.d.ts +0 -1
  402. package/apps/core/src/domain/actions/toNumberAction.spec.d.ts +0 -1
  403. package/apps/core/src/domain/actions/toStringAction.spec.d.ts +0 -1
  404. package/apps/core/src/domain/actions/toUppercaseAction.spec.d.ts +0 -1
  405. package/apps/core/src/domain/actions/validateEmailAction.spec.d.ts +0 -1
  406. package/apps/core/src/domain/actions/validateFormatAction.spec.d.ts +0 -1
  407. package/apps/core/src/domain/actions/validateRegexAction.spec.d.ts +0 -1
  408. package/apps/core/src/domain/actions/validateURLAction.spec.d.ts +0 -1
  409. package/apps/core/src/domain/actionsList/actionsListDomain.spec.d.ts +0 -1
  410. package/apps/core/src/domain/apiKey/apiKeyDomain.spec.d.ts +0 -1
  411. package/apps/core/src/domain/application/applicationDomain.spec.d.ts +0 -1
  412. package/apps/core/src/domain/attribute/attributeDomain.spec.d.ts +0 -1
  413. package/apps/core/src/domain/attribute/helpers/ifLibraryJoinLinkAttribute.spec.d.ts +0 -1
  414. package/apps/core/src/domain/core/coreDomain.spec.d.ts +0 -1
  415. package/apps/core/src/domain/eventsManager/eventsManagerDomain.spec.d.ts +0 -1
  416. package/apps/core/src/domain/export/exportDomain.spec.d.ts +0 -1
  417. package/apps/core/src/domain/export/exportProfileDomain.spec.d.ts +0 -1
  418. package/apps/core/src/domain/filesManager/filesManagerDomain.spec.d.ts +0 -1
  419. package/apps/core/src/domain/filesManager/helpers/handleFileSystemEvent/handleFileSystemEvent.spec.d.ts +0 -1
  420. package/apps/core/src/domain/filesManager/helpers/messagesHandler/messagesHandler.spec.d.ts +0 -1
  421. package/apps/core/src/domain/form/formDomain.spec.d.ts +0 -1
  422. package/apps/core/src/domain/globalSettings/globalSettingsDomain.spec.d.ts +0 -1
  423. package/apps/core/src/domain/helpers/calculations/calculationVariable.spec.d.ts +0 -1
  424. package/apps/core/src/domain/helpers/calculations/calculationsVariableFunctions.spec.d.ts +0 -1
  425. package/apps/core/src/domain/import/importDomain.spec.d.ts +0 -1
  426. package/apps/core/src/domain/indexationManager/indexationManagerDomain.spec.d.ts +0 -1
  427. package/apps/core/src/domain/library/helpers/runPreDelete.spec.d.ts +0 -1
  428. package/apps/core/src/domain/library/libraryDomain.spec.d.ts +0 -1
  429. package/apps/core/src/domain/log/logDomain.spec.d.ts +0 -1
  430. package/apps/core/src/domain/permission/adminPermissionDomain.spec.d.ts +0 -1
  431. package/apps/core/src/domain/permission/applicationPermissionDomain.spec.d.ts +0 -1
  432. package/apps/core/src/domain/permission/attributePermissionDomain.spec.d.ts +0 -1
  433. package/apps/core/src/domain/permission/helpers/defaultPermission.spec.d.ts +0 -1
  434. package/apps/core/src/domain/permission/helpers/getPermissionCacheKey.spec.d.ts +0 -1
  435. package/apps/core/src/domain/permission/helpers/getPermissionCachePatternKey.spec.d.ts +0 -1
  436. package/apps/core/src/domain/permission/helpers/globalPermission.spec.d.ts +0 -1
  437. package/apps/core/src/domain/permission/helpers/permissionByUserGroups.spec.d.ts +0 -1
  438. package/apps/core/src/domain/permission/helpers/permissionsByActions.spec.d.ts +0 -1
  439. package/apps/core/src/domain/permission/helpers/reducePermissionsArray.spec.d.ts +0 -1
  440. package/apps/core/src/domain/permission/helpers/simplePermission.spec.d.ts +0 -1
  441. package/apps/core/src/domain/permission/helpers/treeBasedPermissions.spec.d.ts +0 -1
  442. package/apps/core/src/domain/permission/libraryPermissionDomain.spec.d.ts +0 -1
  443. package/apps/core/src/domain/permission/permissionDomain.spec.d.ts +0 -1
  444. package/apps/core/src/domain/permission/recordAttributePermissionDomain.spec.d.ts +0 -1
  445. package/apps/core/src/domain/permission/recordPermissionDomain.spec.d.ts +0 -1
  446. package/apps/core/src/domain/permission/treeLibraryPermissionDomain.spec.d.ts +0 -1
  447. package/apps/core/src/domain/permission/treeNodePermissionDomain.spec.d.ts +0 -1
  448. package/apps/core/src/domain/permission/treePermissionDomain.spec.d.ts +0 -1
  449. package/apps/core/src/domain/plugins/pluginsDomain.spec.d.ts +0 -1
  450. package/apps/core/src/domain/record/helpers/findRecords.spec.d.ts +0 -1
  451. package/apps/core/src/domain/record/helpers/getRecordFieldValue.spec.d.ts +0 -0
  452. package/apps/core/src/domain/record/recordDomain.spec.d.ts +0 -1
  453. package/apps/core/src/domain/tasksManager/tasksManagerDomain.spec.d.ts +0 -1
  454. package/apps/core/src/domain/tree/helpers/getDefaultElement.spec.d.ts +0 -1
  455. package/apps/core/src/domain/tree/helpers/handleRemovedLibraries.spec.d.ts +0 -1
  456. package/apps/core/src/domain/tree/helpers/treeDataValidation.spec.d.ts +0 -1
  457. package/apps/core/src/domain/tree/treeDomain.spec.d.ts +0 -1
  458. package/apps/core/src/domain/user/userDomain.spec.d.ts +0 -1
  459. package/apps/core/src/domain/value/helpers/areValuesIdentical.spec.d.ts +0 -1
  460. package/apps/core/src/domain/value/helpers/formatLogValue.spec.d.ts +0 -1
  461. package/apps/core/src/domain/value/valueDomain.spec.d.ts +0 -1
  462. package/apps/core/src/domain/versionProfile/versionProfileDomain.spec.d.ts +0 -1
  463. package/apps/core/src/domain/view/viewDomain.spec.d.ts +0 -1
  464. package/apps/core/src/infra/apiKey/apiKeyRepo.spec.d.ts +0 -1
  465. package/apps/core/src/infra/application/applicationRepo.spec.d.ts +0 -1
  466. package/apps/core/src/infra/attribute/attributeRepo.spec.d.ts +0 -1
  467. package/apps/core/src/infra/attributeTypes/attributeAdvancedLinkRepo.spec.d.ts +0 -1
  468. package/apps/core/src/infra/attributeTypes/attributeAdvancedRepo.spec.d.ts +0 -1
  469. package/apps/core/src/infra/attributeTypes/attributeSimpleLinkRepo.spec.d.ts +0 -1
  470. package/apps/core/src/infra/attributeTypes/attributeSimpleRepo.spec.d.ts +0 -1
  471. package/apps/core/src/infra/attributeTypes/attributeTreeRepo.spec.d.ts +0 -1
  472. package/apps/core/src/infra/attributeTypes/attributeTypesRepo.spec.d.ts +0 -1
  473. package/apps/core/src/infra/db/dbService.spec.d.ts +0 -1
  474. package/apps/core/src/infra/db/dbUtils.spec.d.ts +0 -1
  475. package/apps/core/src/infra/filesManager/filesManagerRepo.spec.d.ts +0 -1
  476. package/apps/core/src/infra/form/formRepo.spec.d.ts +0 -1
  477. package/apps/core/src/infra/globalSettings/globalSettingsRepo.spec.d.ts +0 -1
  478. package/apps/core/src/infra/indexation/helpers/getSearchQuery.spec.d.ts +0 -1
  479. package/apps/core/src/infra/library/libraryRepo.spec.d.ts +0 -1
  480. package/apps/core/src/infra/log/logRepo.spec.d.ts +0 -1
  481. package/apps/core/src/infra/oidc/__tests__/oidcClient.spec.d.ts +0 -1
  482. package/apps/core/src/infra/oidc/__tests__/oidcClientService.spec.d.ts +0 -1
  483. package/apps/core/src/infra/permission/permissionRepo.spec.d.ts +0 -1
  484. package/apps/core/src/infra/plugins/pluginsRepo.spec.d.ts +0 -1
  485. package/apps/core/src/infra/record/helpers/filterTypes.spec.d.ts +0 -1
  486. package/apps/core/src/infra/record/helpers/getClassifyingFiltersVariableQueryPart.spec.d.ts +0 -1
  487. package/apps/core/src/infra/record/helpers/getSearchVariableName.spec.d.ts +0 -1
  488. package/apps/core/src/infra/record/helpers/getSearchVariablesQueryPart.spec.d.ts +0 -1
  489. package/apps/core/src/infra/record/recordRepo.spec.d.ts +0 -1
  490. package/apps/core/src/infra/task/taskRepo.spec.d.ts +0 -1
  491. package/apps/core/src/infra/tree/treeRepo.spec.d.ts +0 -1
  492. package/apps/core/src/infra/userData/userDataRepo.spec.d.ts +0 -1
  493. package/apps/core/src/infra/value/valueRepo.spec.d.ts +0 -1
  494. package/apps/core/src/infra/versionProfile/versionProfileRepo.spec.d.ts +0 -1
  495. package/apps/core/src/infra/view/viewRepo.spec.d.ts +0 -1
  496. package/apps/core/src/interface/helpers/handleGraphqlError.spec.d.ts +0 -1
  497. package/apps/core/src/utils/dataloader.spec.d.ts +0 -1
  498. package/apps/core/src/utils/helpers/getValuesToDisplay.spec.d.ts +0 -1
  499. package/apps/core/src/utils/typeGuards/typeGuards.spec.d.ts +0 -1
  500. package/apps/core/src/utils/utils.spec.d.ts +0 -1
  501. /package/apps/core/{scripts/preload.d.ts → src/pluginsModuleResolver.d.ts} +0 -0
@@ -1,1048 +0,0 @@
1
- import { IPreviewScalar } from '@leav/utils';
2
- import { GraphQLClient, RequestOptions } from 'graphql-request';
3
- export type Maybe<T> = T | null;
4
- export type InputMaybe<T> = Maybe<T>;
5
- export type Exact<T extends {
6
- [key: string]: unknown;
7
- }> = {
8
- [K in keyof T]: T[K];
9
- };
10
- export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
11
- [SubKey in K]?: Maybe<T[SubKey]>;
12
- };
13
- export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
14
- [SubKey in K]: Maybe<T[SubKey]>;
15
- };
16
- export type MakeEmpty<T extends {
17
- [key: string]: unknown;
18
- }, K extends keyof T> = {
19
- [_ in K]?: never;
20
- };
21
- export type Incremental<T> = T | {
22
- [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
23
- };
24
- type GraphQLClientRequestHeaders = RequestOptions['requestHeaders'];
25
- /** All built-in and custom scalars, mapped to their actual values */
26
- export type Scalars = {
27
- ID: {
28
- input: string;
29
- output: string;
30
- };
31
- String: {
32
- input: string;
33
- output: string;
34
- };
35
- Boolean: {
36
- input: boolean;
37
- output: boolean;
38
- };
39
- Int: {
40
- input: number;
41
- output: number;
42
- };
43
- Float: {
44
- input: number;
45
- output: number;
46
- };
47
- Any: {
48
- input: any;
49
- output: any;
50
- };
51
- DateTime: {
52
- input: any;
53
- output: any;
54
- };
55
- FullTreeContent: {
56
- input: any;
57
- output: any;
58
- };
59
- JSON: {
60
- input: any;
61
- output: any;
62
- };
63
- JSONObject: {
64
- input: any;
65
- output: any;
66
- };
67
- Preview: {
68
- input: IPreviewScalar;
69
- output: IPreviewScalar;
70
- };
71
- SystemTranslation: {
72
- input: any;
73
- output: any;
74
- };
75
- SystemTranslationOptional: {
76
- input: any;
77
- output: any;
78
- };
79
- TaskPriority: {
80
- input: any;
81
- output: any;
82
- };
83
- Upload: {
84
- input: any;
85
- output: any;
86
- };
87
- };
88
- export type AccessRecordByDefaultPermissionInput = {
89
- attributeId: Scalars['ID']['input'];
90
- libraryId: Scalars['ID']['input'];
91
- };
92
- export type ActionConfigurationInput = {
93
- error_message?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
94
- id: Scalars['ID']['input'];
95
- params?: InputMaybe<Array<ActionConfigurationParamInput>>;
96
- };
97
- export type ActionConfigurationParamInput = {
98
- name: Scalars['String']['input'];
99
- value: Scalars['String']['input'];
100
- };
101
- export declare enum ActionIoTypes {
102
- boolean = "boolean",
103
- number = "number",
104
- object = "object",
105
- string = "string"
106
- }
107
- export type ActionsListConfigurationInput = {
108
- deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
109
- getValue?: InputMaybe<Array<ActionConfigurationInput>>;
110
- postDeleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
111
- postSaveValue?: InputMaybe<Array<ActionConfigurationInput>>;
112
- saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
113
- };
114
- export type ApiKeyInput = {
115
- expiresAt?: InputMaybe<Scalars['Int']['input']>;
116
- id?: InputMaybe<Scalars['String']['input']>;
117
- label: Scalars['String']['input'];
118
- userId: Scalars['String']['input'];
119
- };
120
- export type ApiKeysFiltersInput = {
121
- createdBy?: InputMaybe<Scalars['Int']['input']>;
122
- label?: InputMaybe<Scalars['String']['input']>;
123
- modifiedBy?: InputMaybe<Scalars['Int']['input']>;
124
- user_id?: InputMaybe<Scalars['String']['input']>;
125
- };
126
- export declare enum ApiKeysSortableFields {
127
- createdAt = "createdAt",
128
- createdBy = "createdBy",
129
- expiresAt = "expiresAt",
130
- label = "label",
131
- modifiedAt = "modifiedAt",
132
- modifiedBy = "modifiedBy"
133
- }
134
- export type ApplicationEventFiltersInput = {
135
- applicationId?: InputMaybe<Scalars['ID']['input']>;
136
- events?: InputMaybe<Array<ApplicationEventTypes>>;
137
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
138
- };
139
- export declare enum ApplicationEventTypes {
140
- DELETE = "DELETE",
141
- SAVE = "SAVE"
142
- }
143
- export type ApplicationIconInput = {
144
- libraryId: Scalars['String']['input'];
145
- recordId: Scalars['String']['input'];
146
- };
147
- export type ApplicationInput = {
148
- color?: InputMaybe<Scalars['String']['input']>;
149
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
150
- endpoint?: InputMaybe<Scalars['String']['input']>;
151
- icon?: InputMaybe<ApplicationIconInput>;
152
- id: Scalars['ID']['input'];
153
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
154
- module?: InputMaybe<Scalars['String']['input']>;
155
- settings?: InputMaybe<Scalars['JSONObject']['input']>;
156
- type?: InputMaybe<ApplicationType>;
157
- };
158
- export declare enum ApplicationSortableFields {
159
- endpoint = "endpoint",
160
- id = "id",
161
- module = "module",
162
- system = "system",
163
- type = "type"
164
- }
165
- export declare enum ApplicationType {
166
- external = "external",
167
- internal = "internal"
168
- }
169
- export type ApplicationsFiltersInput = {
170
- endpoint?: InputMaybe<Scalars['String']['input']>;
171
- id?: InputMaybe<Scalars['ID']['input']>;
172
- label?: InputMaybe<Scalars['String']['input']>;
173
- module?: InputMaybe<Scalars['String']['input']>;
174
- system?: InputMaybe<Scalars['Boolean']['input']>;
175
- type?: InputMaybe<Array<InputMaybe<ApplicationType>>>;
176
- };
177
- export declare enum AttributeFormat {
178
- boolean = "boolean",
179
- color = "color",
180
- date = "date",
181
- date_range = "date_range",
182
- encrypted = "encrypted",
183
- extended = "extended",
184
- numeric = "numeric",
185
- rich_text = "rich_text",
186
- text = "text"
187
- }
188
- export type AttributeInput = {
189
- actions_list?: InputMaybe<ActionsListConfigurationInput>;
190
- character_limit?: InputMaybe<Scalars['Int']['input']>;
191
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
192
- embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
193
- format?: InputMaybe<AttributeFormat>;
194
- id: Scalars['ID']['input'];
195
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
196
- linked_library?: InputMaybe<Scalars['String']['input']>;
197
- linked_tree?: InputMaybe<Scalars['String']['input']>;
198
- metadata_fields?: InputMaybe<Array<Scalars['String']['input']>>;
199
- multi_link_display_option?: InputMaybe<MultiDisplayOption>;
200
- multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
201
- multiple_values?: InputMaybe<Scalars['Boolean']['input']>;
202
- permissions_conf?: InputMaybe<TreepermissionsConfInput>;
203
- permissions_conf_dependent_values?: InputMaybe<TreePermissionsDependentValuesConfInput>;
204
- readonly?: InputMaybe<Scalars['Boolean']['input']>;
205
- required?: InputMaybe<Scalars['Boolean']['input']>;
206
- reverse_link?: InputMaybe<Scalars['String']['input']>;
207
- settings?: InputMaybe<Scalars['JSONObject']['input']>;
208
- /** only for link attribute */
209
- smart_filter?: InputMaybe<SmartFilterConfInput>;
210
- type?: InputMaybe<AttributeType>;
211
- unique?: InputMaybe<Scalars['Boolean']['input']>;
212
- values_list?: InputMaybe<ValuesListConfInput>;
213
- versions_conf?: InputMaybe<ValuesVersionsConfInput>;
214
- };
215
- export type AttributePermissionsRecord = {
216
- id?: InputMaybe<Scalars['String']['input']>;
217
- library: Scalars['String']['input'];
218
- };
219
- export declare enum AttributeType {
220
- advanced = "advanced",
221
- advanced_link = "advanced_link",
222
- simple = "simple",
223
- simple_link = "simple_link",
224
- tree = "tree"
225
- }
226
- export type AttributesFiltersInput = {
227
- format?: InputMaybe<Array<AttributeFormat>>;
228
- id?: InputMaybe<Scalars['ID']['input']>;
229
- ids?: InputMaybe<Array<Scalars['ID']['input']>>;
230
- label?: InputMaybe<Scalars['String']['input']>;
231
- libraries?: InputMaybe<Array<Scalars['String']['input']>>;
232
- librariesExcluded?: InputMaybe<Array<Scalars['String']['input']>>;
233
- multiple_values?: InputMaybe<Scalars['Boolean']['input']>;
234
- system?: InputMaybe<Scalars['Boolean']['input']>;
235
- type?: InputMaybe<Array<AttributeType>>;
236
- versionable?: InputMaybe<Scalars['Boolean']['input']>;
237
- };
238
- export declare enum AttributesSortableFields {
239
- format = "format",
240
- id = "id",
241
- linked_library = "linked_library",
242
- linked_tree = "linked_tree",
243
- multiple_values = "multiple_values",
244
- type = "type"
245
- }
246
- export declare enum AvailableLanguage {
247
- en = "en",
248
- fr = "fr"
249
- }
250
- export type CampaignToRenew = {
251
- endDate: Scalars['String']['input'];
252
- id: Scalars['String']['input'];
253
- startDate: Scalars['String']['input'];
254
- };
255
- export type CampaignToUpdateDates = {
256
- endDate: Scalars['String']['input'];
257
- id: Scalars['String']['input'];
258
- startDate: Scalars['String']['input'];
259
- };
260
- export type ChildrenAsRecordValuePermissionFilterInput = {
261
- action: RecordPermissionsActions;
262
- attributeId: Scalars['ID']['input'];
263
- libraryId: Scalars['ID']['input'];
264
- };
265
- export type CreateRecordDataInput = {
266
- values?: InputMaybe<Array<ValueBatchInput>>;
267
- version?: InputMaybe<Array<ValueVersionInput>>;
268
- };
269
- export type DeleteTaskInput = {
270
- archive: Scalars['Boolean']['input'];
271
- id: Scalars['ID']['input'];
272
- };
273
- export type DependentValuesPermissionFilterInput = {
274
- attributeId: Scalars['ID']['input'];
275
- libraryId: Scalars['ID']['input'];
276
- recordId: Scalars['ID']['input'];
277
- };
278
- export type DiscussionCommentInput = {
279
- mentions?: InputMaybe<DiscussionMentionsInput>;
280
- message: Scalars['String']['input'];
281
- targetRecord: DiscussionTargetRecordInput;
282
- threadId?: InputMaybe<Scalars['String']['input']>;
283
- };
284
- export type DiscussionMentionsInput = {
285
- url: Scalars['String']['input'];
286
- users?: InputMaybe<Array<Scalars['String']['input']>>;
287
- };
288
- export type DiscussionTargetRecordInput = {
289
- id: Scalars['String']['input'];
290
- libraryId: Scalars['String']['input'];
291
- };
292
- export type EmbeddedAttributeInput = {
293
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
294
- embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
295
- format?: InputMaybe<AttributeFormat>;
296
- id: Scalars['ID']['input'];
297
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
298
- validation_regex?: InputMaybe<Scalars['String']['input']>;
299
- };
300
- export type FileInput = {
301
- data: Scalars['Upload']['input'];
302
- replace?: InputMaybe<Scalars['Boolean']['input']>;
303
- size?: InputMaybe<Scalars['Int']['input']>;
304
- uid: Scalars['String']['input'];
305
- };
306
- export declare enum FileType {
307
- audio = "audio",
308
- document = "document",
309
- image = "image",
310
- other = "other",
311
- video = "video"
312
- }
313
- export type FormDependencyValueInput = {
314
- attribute: Scalars['ID']['input'];
315
- value: Scalars['ID']['input'];
316
- };
317
- export type FormElementInput = {
318
- containerId: Scalars['ID']['input'];
319
- id: Scalars['ID']['input'];
320
- order: Scalars['Int']['input'];
321
- settings: Array<FormElementSettingsInput>;
322
- type: FormElementTypes;
323
- uiElementType: Scalars['String']['input'];
324
- };
325
- export type FormElementSettingsInput = {
326
- key: Scalars['String']['input'];
327
- value: Scalars['Any']['input'];
328
- };
329
- export declare enum FormElementTypes {
330
- field = "field",
331
- layout = "layout"
332
- }
333
- export type FormElementsByDepsInput = {
334
- dependencyValue?: InputMaybe<FormDependencyValueInput>;
335
- elements: Array<FormElementInput>;
336
- };
337
- export type FormFiltersInput = {
338
- id?: InputMaybe<Scalars['ID']['input']>;
339
- label?: InputMaybe<Scalars['String']['input']>;
340
- library: Scalars['ID']['input'];
341
- system?: InputMaybe<Scalars['Boolean']['input']>;
342
- };
343
- export type FormInput = {
344
- dependencyAttributes?: InputMaybe<Array<Scalars['ID']['input']>>;
345
- elements?: InputMaybe<Array<FormElementsByDepsInput>>;
346
- id: Scalars['ID']['input'];
347
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
348
- library: Scalars['ID']['input'];
349
- sidePanel?: InputMaybe<FormSidePanelInput>;
350
- };
351
- export type FormSidePanelInput = {
352
- enable: Scalars['Boolean']['input'];
353
- isOpenByDefault: Scalars['Boolean']['input'];
354
- };
355
- export declare enum FormsSortableFields {
356
- id = "id",
357
- library = "library",
358
- system = "system"
359
- }
360
- export type GlobalSettingsFileInput = {
361
- library: Scalars['String']['input'];
362
- recordId: Scalars['String']['input'];
363
- };
364
- export type GlobalSettingsInput = {
365
- defaultApp?: InputMaybe<Scalars['String']['input']>;
366
- favicon?: InputMaybe<GlobalSettingsFileInput>;
367
- icon?: InputMaybe<GlobalSettingsFileInput>;
368
- name?: InputMaybe<Scalars['String']['input']>;
369
- settings?: InputMaybe<Scalars['JSONObject']['input']>;
370
- };
371
- export declare enum IoTypes {
372
- boolean = "boolean",
373
- number = "number",
374
- object = "object",
375
- string = "string"
376
- }
377
- export declare enum ImportMode {
378
- insert = "insert",
379
- update = "update",
380
- upsert = "upsert"
381
- }
382
- export declare enum ImportType {
383
- IGNORE = "IGNORE",
384
- LINK = "LINK",
385
- STANDARD = "STANDARD"
386
- }
387
- export type LibrariesFiltersInput = {
388
- behavior?: InputMaybe<Array<LibraryBehavior>>;
389
- id?: InputMaybe<Array<Scalars['ID']['input']>>;
390
- label?: InputMaybe<Array<Scalars['String']['input']>>;
391
- system?: InputMaybe<Scalars['Boolean']['input']>;
392
- };
393
- export declare enum LibrariesSortableFields {
394
- behavior = "behavior",
395
- id = "id",
396
- system = "system"
397
- }
398
- export declare enum LibraryBehavior {
399
- directories = "directories",
400
- files = "files",
401
- join = "join",
402
- standard = "standard"
403
- }
404
- export type LibraryIconInput = {
405
- libraryId: Scalars['String']['input'];
406
- recordId: Scalars['String']['input'];
407
- };
408
- export type LibraryInput = {
409
- attributes?: InputMaybe<Array<Scalars['ID']['input']>>;
410
- behavior?: InputMaybe<LibraryBehavior>;
411
- defaultView?: InputMaybe<Scalars['ID']['input']>;
412
- fullTextAttributes?: InputMaybe<Array<Scalars['ID']['input']>>;
413
- icon?: InputMaybe<LibraryIconInput>;
414
- id: Scalars['ID']['input'];
415
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
416
- mandatoryAttribute?: InputMaybe<Scalars['ID']['input']>;
417
- permissions_conf?: InputMaybe<TreepermissionsConfInput>;
418
- previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
419
- recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
420
- settings?: InputMaybe<Scalars['JSONObject']['input']>;
421
- };
422
- export type LibraryPreviewsSettingsInput = {
423
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
424
- label: Scalars['SystemTranslation']['input'];
425
- versions: PreviewVersionInput;
426
- };
427
- export declare enum LogAction {
428
- API_KEY_DELETE = "API_KEY_DELETE",
429
- API_KEY_SAVE = "API_KEY_SAVE",
430
- APP_DELETE = "APP_DELETE",
431
- APP_SAVE = "APP_SAVE",
432
- ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
433
- ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
434
- CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
435
- CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
436
- DATA_IMPORT_END = "DATA_IMPORT_END",
437
- DATA_IMPORT_START = "DATA_IMPORT_START",
438
- EXPORT_END = "EXPORT_END",
439
- EXPORT_START = "EXPORT_START",
440
- GLOBAL_SETTINGS_SAVE = "GLOBAL_SETTINGS_SAVE",
441
- LIBRARY_DELETE = "LIBRARY_DELETE",
442
- LIBRARY_PURGE = "LIBRARY_PURGE",
443
- LIBRARY_SAVE = "LIBRARY_SAVE",
444
- PERMISSION_SAVE = "PERMISSION_SAVE",
445
- RECORD_DELETE = "RECORD_DELETE",
446
- RECORD_SAVE = "RECORD_SAVE",
447
- TASKS_DELETE = "TASKS_DELETE",
448
- TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
449
- TREE_DELETE = "TREE_DELETE",
450
- TREE_DELETE_ELEMENT = "TREE_DELETE_ELEMENT",
451
- TREE_MOVE_ELEMENT = "TREE_MOVE_ELEMENT",
452
- TREE_SAVE = "TREE_SAVE",
453
- VALUE_DELETE = "VALUE_DELETE",
454
- VALUE_SAVE = "VALUE_SAVE",
455
- VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
456
- VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
457
- }
458
- export type LogFilterInput = {
459
- actions?: InputMaybe<Array<LogAction>>;
460
- instanceId?: InputMaybe<Scalars['String']['input']>;
461
- queryId?: InputMaybe<Scalars['String']['input']>;
462
- time?: InputMaybe<LogFilterTimeInput>;
463
- topic?: InputMaybe<LogTopicFilterInput>;
464
- trigger?: InputMaybe<Scalars['String']['input']>;
465
- userId?: InputMaybe<Scalars['String']['input']>;
466
- };
467
- export type LogFilterTimeInput = {
468
- from?: InputMaybe<Scalars['Int']['input']>;
469
- to?: InputMaybe<Scalars['Int']['input']>;
470
- };
471
- export type LogSortInput = {
472
- field: LogSortableField;
473
- order: SortOrder;
474
- };
475
- export declare enum LogSortableField {
476
- action = "action",
477
- instanceId = "instanceId",
478
- queryId = "queryId",
479
- time = "time",
480
- trigger = "trigger",
481
- userId = "userId"
482
- }
483
- export type LogTopicFilterInput = {
484
- apiKey?: InputMaybe<Scalars['String']['input']>;
485
- attribute?: InputMaybe<Scalars['String']['input']>;
486
- filename?: InputMaybe<Scalars['String']['input']>;
487
- library?: InputMaybe<Scalars['String']['input']>;
488
- permission?: InputMaybe<LogTopicPermissionFilterInput>;
489
- profile?: InputMaybe<Scalars['String']['input']>;
490
- record?: InputMaybe<LogTopicRecordFilterInput>;
491
- tree?: InputMaybe<Scalars['String']['input']>;
492
- };
493
- export type LogTopicPermissionFilterInput = {
494
- applyTo?: InputMaybe<Scalars['String']['input']>;
495
- type?: InputMaybe<Scalars['String']['input']>;
496
- };
497
- export type LogTopicRecordFilterInput = {
498
- id?: InputMaybe<Scalars['String']['input']>;
499
- libraryId?: InputMaybe<Scalars['String']['input']>;
500
- };
501
- export type MapValueInput = {
502
- after?: InputMaybe<Scalars['ID']['input']>;
503
- before?: InputMaybe<Scalars['ID']['input']>;
504
- };
505
- export declare enum MultiDisplayOption {
506
- avatar = "avatar",
507
- badge_qty = "badge_qty",
508
- tag = "tag"
509
- }
510
- export declare enum NotificationLevel {
511
- error = "error",
512
- info = "info",
513
- success = "success",
514
- warning = "warning"
515
- }
516
- export type Pagination = {
517
- limit: Scalars['Int']['input'];
518
- offset: Scalars['Int']['input'];
519
- };
520
- export type PermissionActionInput = {
521
- allowed?: InputMaybe<Scalars['Boolean']['input']>;
522
- name: PermissionsActions;
523
- };
524
- export type PermissionInput = {
525
- actions: Array<PermissionActionInput>;
526
- applyTo?: InputMaybe<Scalars['ID']['input']>;
527
- dependenciesTreeTargets?: InputMaybe<Array<PermissionsDependenciesTreeTargetInput>>;
528
- permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
529
- type: PermissionTypes;
530
- usersGroup?: InputMaybe<Scalars['ID']['input']>;
531
- };
532
- export type PermissionTarget = {
533
- attributeId?: InputMaybe<Scalars['ID']['input']>;
534
- libraryId?: InputMaybe<Scalars['ID']['input']>;
535
- nodeId?: InputMaybe<Scalars['ID']['input']>;
536
- recordId?: InputMaybe<Scalars['ID']['input']>;
537
- };
538
- export declare enum PermissionTypes {
539
- admin = "admin",
540
- application = "application",
541
- attribute = "attribute",
542
- attribute_dependent_values = "attribute_dependent_values",
543
- library = "library",
544
- record = "record",
545
- record_attribute = "record_attribute",
546
- tree = "tree",
547
- tree_library = "tree_library",
548
- tree_node = "tree_node"
549
- }
550
- export declare enum PermissionsActions {
551
- access_application = "access_application",
552
- access_attribute = "access_attribute",
553
- access_library = "access_library",
554
- access_record = "access_record",
555
- access_record_by_default = "access_record_by_default",
556
- access_tree = "access_tree",
557
- admin_access_api_keys = "admin_access_api_keys",
558
- admin_access_applications = "admin_access_applications",
559
- admin_access_attributes = "admin_access_attributes",
560
- admin_access_libraries = "admin_access_libraries",
561
- admin_access_logs = "admin_access_logs",
562
- admin_access_permissions = "admin_access_permissions",
563
- admin_access_tasks = "admin_access_tasks",
564
- admin_access_trees = "admin_access_trees",
565
- admin_access_version_profiles = "admin_access_version_profiles",
566
- admin_application = "admin_application",
567
- admin_cancel_task = "admin_cancel_task",
568
- admin_create_api_key = "admin_create_api_key",
569
- admin_create_application = "admin_create_application",
570
- admin_create_attribute = "admin_create_attribute",
571
- admin_create_library = "admin_create_library",
572
- admin_create_tree = "admin_create_tree",
573
- admin_create_version_profile = "admin_create_version_profile",
574
- admin_delete_api_key = "admin_delete_api_key",
575
- admin_delete_application = "admin_delete_application",
576
- admin_delete_attribute = "admin_delete_attribute",
577
- admin_delete_library = "admin_delete_library",
578
- admin_delete_task = "admin_delete_task",
579
- admin_delete_tree = "admin_delete_tree",
580
- admin_delete_version_profile = "admin_delete_version_profile",
581
- admin_edit_api_key = "admin_edit_api_key",
582
- admin_edit_application = "admin_edit_application",
583
- admin_edit_attribute = "admin_edit_attribute",
584
- admin_edit_global_settings = "admin_edit_global_settings",
585
- admin_edit_library = "admin_edit_library",
586
- admin_edit_permission = "admin_edit_permission",
587
- admin_edit_tree = "admin_edit_tree",
588
- admin_edit_version_profile = "admin_edit_version_profile",
589
- admin_import_config_clear_database = "admin_import_config_clear_database",
590
- admin_library = "admin_library",
591
- admin_list_plugins = "admin_list_plugins",
592
- admin_manage_global_preferences = "admin_manage_global_preferences",
593
- create_record = "create_record",
594
- delete_record = "delete_record",
595
- detach = "detach",
596
- edit_children = "edit_children",
597
- edit_record = "edit_record",
598
- edit_value = "edit_value",
599
- set_value = "set_value"
600
- }
601
- export type PermissionsDependenciesTreeTargetInput = {
602
- attributeId: Scalars['ID']['input'];
603
- nodeId?: InputMaybe<Scalars['ID']['input']>;
604
- tree: Scalars['ID']['input'];
605
- };
606
- export declare enum PermissionsRelation {
607
- and = "and",
608
- or = "or"
609
- }
610
- export type PermissionsTreeTargetInput = {
611
- nodeId?: InputMaybe<Scalars['ID']['input']>;
612
- tree: Scalars['ID']['input'];
613
- };
614
- export type PreviewVersionInput = {
615
- background: Scalars['String']['input'];
616
- density: Scalars['Int']['input'];
617
- sizes: Array<PreviewVersionSizeInput>;
618
- };
619
- export type PreviewVersionSizeInput = {
620
- name: Scalars['String']['input'];
621
- size: Scalars['Int']['input'];
622
- };
623
- export declare enum RecordFilterCondition {
624
- BEGIN_WITH = "BEGIN_WITH",
625
- BETWEEN = "BETWEEN",
626
- CLASSIFIED_IN = "CLASSIFIED_IN",
627
- CONTAINS = "CONTAINS",
628
- END_AFTER = "END_AFTER",
629
- END_BEFORE = "END_BEFORE",
630
- END_ON = "END_ON",
631
- END_WITH = "END_WITH",
632
- EQUAL = "EQUAL",
633
- GREATER_THAN = "GREATER_THAN",
634
- IS_EMPTY = "IS_EMPTY",
635
- IS_NOT_EMPTY = "IS_NOT_EMPTY",
636
- LAST_MONTH = "LAST_MONTH",
637
- LESS_THAN = "LESS_THAN",
638
- NEXT_MONTH = "NEXT_MONTH",
639
- NOT_CLASSIFIED_IN = "NOT_CLASSIFIED_IN",
640
- NOT_CONTAINS = "NOT_CONTAINS",
641
- NOT_EQUAL = "NOT_EQUAL",
642
- START_AFTER = "START_AFTER",
643
- START_BEFORE = "START_BEFORE",
644
- START_ON = "START_ON",
645
- TODAY = "TODAY",
646
- TOMORROW = "TOMORROW",
647
- VALUES_COUNT_EQUAL = "VALUES_COUNT_EQUAL",
648
- VALUES_COUNT_GREATER_THAN = "VALUES_COUNT_GREATER_THAN",
649
- VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
650
- YESTERDAY = "YESTERDAY"
651
- }
652
- export type RecordFilterInput = {
653
- condition?: InputMaybe<RecordFilterCondition>;
654
- field?: InputMaybe<Scalars['String']['input']>;
655
- operator?: InputMaybe<RecordFilterOperator>;
656
- treeId?: InputMaybe<Scalars['String']['input']>;
657
- value?: InputMaybe<Scalars['String']['input']>;
658
- withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
659
- };
660
- export declare enum RecordFilterOperator {
661
- AND = "AND",
662
- CLOSE_BRACKET = "CLOSE_BRACKET",
663
- OPEN_BRACKET = "OPEN_BRACKET",
664
- OR = "OR"
665
- }
666
- export type RecordIdentityConfInput = {
667
- color?: InputMaybe<Scalars['ID']['input']>;
668
- label?: InputMaybe<Scalars['ID']['input']>;
669
- parentContext?: InputMaybe<Scalars['ID']['input']>;
670
- preview?: InputMaybe<Scalars['ID']['input']>;
671
- subLabel?: InputMaybe<Scalars['ID']['input']>;
672
- treeColorPreview?: InputMaybe<Scalars['ID']['input']>;
673
- };
674
- export type RecordInput = {
675
- id: Scalars['ID']['input'];
676
- library: Scalars['String']['input'];
677
- };
678
- export declare enum RecordPermissionsActions {
679
- access_record = "access_record",
680
- access_record_by_default = "access_record_by_default",
681
- create_record = "create_record",
682
- delete_record = "delete_record",
683
- edit_record = "edit_record"
684
- }
685
- export type RecordSortInput = {
686
- field: Scalars['String']['input'];
687
- order: SortOrder;
688
- };
689
- export type RecordUpdateFilterInput = {
690
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
691
- libraries?: InputMaybe<Array<Scalars['ID']['input']>>;
692
- records?: InputMaybe<Array<Scalars['ID']['input']>>;
693
- };
694
- export type RecordsPagination = {
695
- cursor?: InputMaybe<Scalars['String']['input']>;
696
- limit: Scalars['Int']['input'];
697
- offset?: InputMaybe<Scalars['Int']['input']>;
698
- };
699
- export type ReportFramingAttributeFilterItemInput = {
700
- attributeId: Scalars['String']['input'];
701
- values: Array<ReportFramingAttributeFilterValueItemInput>;
702
- withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
703
- };
704
- export type ReportFramingAttributeFilterValueItemInput = {
705
- formattedValue?: InputMaybe<Scalars['String']['input']>;
706
- rawValue: Scalars['String']['input'];
707
- };
708
- export type ReportFramingCampaignInput = {
709
- computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
710
- framing?: InputMaybe<Array<ReportFramingItemInput>>;
711
- id: Scalars['String']['input'];
712
- label?: InputMaybe<Scalars['String']['input']>;
713
- thematics: Array<ReportFramingThematicInput>;
714
- };
715
- export type ReportFramingCategoryInput = {
716
- categoryId: Scalars['String']['input'];
717
- children: Array<ReportFramingCategoryInput>;
718
- computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
719
- framing?: InputMaybe<Array<ReportFramingItemInput>>;
720
- id?: InputMaybe<Scalars['String']['input']>;
721
- label?: InputMaybe<Scalars['String']['input']>;
722
- };
723
- export type ReportFramingContentInput = {
724
- campaigns: Array<ReportFramingCampaignInput>;
725
- filters?: InputMaybe<ReportFramingFiltersInput>;
726
- };
727
- export type ReportFramingFiltersInput = {
728
- attributes?: InputMaybe<Array<ReportFramingAttributeFilterItemInput>>;
729
- search?: InputMaybe<Scalars['String']['input']>;
730
- };
731
- export type ReportFramingItemInput = {
732
- columnId: Scalars['String']['input'];
733
- referenceValue?: InputMaybe<Scalars['Int']['input']>;
734
- value?: InputMaybe<Scalars['Int']['input']>;
735
- };
736
- export type ReportFramingThematicInput = {
737
- categories: Array<ReportFramingCategoryInput>;
738
- computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
739
- framing?: InputMaybe<Array<ReportFramingItemInput>>;
740
- id: Scalars['String']['input'];
741
- label?: InputMaybe<Scalars['String']['input']>;
742
- };
743
- export type SheetInput = {
744
- keyIndex?: InputMaybe<Scalars['Int']['input']>;
745
- keyToIndex?: InputMaybe<Scalars['Int']['input']>;
746
- library: Scalars['String']['input'];
747
- linkAttribute?: InputMaybe<Scalars['String']['input']>;
748
- mapping?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
749
- mode: ImportMode;
750
- treeLinkLibrary?: InputMaybe<Scalars['String']['input']>;
751
- type: ImportType;
752
- };
753
- export type SmartFilterConfInput = {
754
- enable: Scalars['Boolean']['input'];
755
- };
756
- export type SortApiKeysInput = {
757
- field: ApiKeysSortableFields;
758
- order?: InputMaybe<SortOrder>;
759
- };
760
- export type SortApplications = {
761
- field: ApplicationSortableFields;
762
- order?: InputMaybe<SortOrder>;
763
- };
764
- export type SortAttributes = {
765
- field: AttributesSortableFields;
766
- order?: InputMaybe<SortOrder>;
767
- };
768
- export type SortForms = {
769
- field: FormsSortableFields;
770
- order?: InputMaybe<SortOrder>;
771
- };
772
- export type SortLibraries = {
773
- field: LibrariesSortableFields;
774
- order?: InputMaybe<SortOrder>;
775
- };
776
- export declare enum SortOrder {
777
- asc = "asc",
778
- desc = "desc"
779
- }
780
- export type SortTrees = {
781
- field: TreesSortableFields;
782
- order?: InputMaybe<SortOrder>;
783
- };
784
- export type SortVersionProfilesInput = {
785
- field: VersionProfilesSortableFields;
786
- order?: InputMaybe<SortOrder>;
787
- };
788
- export type TaskFiltersInput = {
789
- archive?: InputMaybe<Scalars['Boolean']['input']>;
790
- created_by?: InputMaybe<Scalars['ID']['input']>;
791
- id?: InputMaybe<Scalars['ID']['input']>;
792
- status?: InputMaybe<TaskStatus>;
793
- type?: InputMaybe<TaskType>;
794
- };
795
- export declare enum TaskStatus {
796
- CANCELED = "CANCELED",
797
- CREATED = "CREATED",
798
- DONE = "DONE",
799
- FAILED = "FAILED",
800
- PENDING = "PENDING",
801
- PENDING_CANCEL = "PENDING_CANCEL",
802
- RUNNING = "RUNNING"
803
- }
804
- export declare enum TaskType {
805
- EXPORT = "EXPORT",
806
- FRAMING_REPORT = "FRAMING_REPORT",
807
- IMPORT_CONFIG = "IMPORT_CONFIG",
808
- IMPORT_DATA = "IMPORT_DATA",
809
- INDEXATION = "INDEXATION",
810
- PURGE_MULTIPLE_VALUES = "PURGE_MULTIPLE_VALUES",
811
- RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
812
- SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
813
- }
814
- export declare enum TreeBehavior {
815
- files = "files",
816
- standard = "standard"
817
- }
818
- export type TreeElementInput = {
819
- id: Scalars['ID']['input'];
820
- library: Scalars['String']['input'];
821
- };
822
- export type TreeEventFiltersInput = {
823
- events?: InputMaybe<Array<TreeEventTypes>>;
824
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
825
- nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
826
- treeId: Scalars['ID']['input'];
827
- };
828
- export declare enum TreeEventTypes {
829
- add = "add",
830
- move = "move",
831
- remove = "remove"
832
- }
833
- export type TreeInput = {
834
- behavior?: InputMaybe<TreeBehavior>;
835
- id: Scalars['ID']['input'];
836
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
837
- libraries?: InputMaybe<Array<TreeLibraryInput>>;
838
- permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
839
- settings?: InputMaybe<Scalars['JSONObject']['input']>;
840
- };
841
- export type TreeLibraryInput = {
842
- library: Scalars['ID']['input'];
843
- settings: TreeLibrarySettingsInput;
844
- };
845
- export type TreeLibrarySettingsInput = {
846
- allowMultiplePositions: Scalars['Boolean']['input'];
847
- allowedAtRoot: Scalars['Boolean']['input'];
848
- allowedChildren: Array<Scalars['String']['input']>;
849
- };
850
- export type TreeNodePermissionsConfInput = {
851
- libraryId: Scalars['ID']['input'];
852
- permissionsConf: TreepermissionsConfInput;
853
- };
854
- export type TreePermissionsDependentValuesConfInput = {
855
- allowByDefault: Scalars['Boolean']['input'];
856
- dependenciesTreeAttributes: Array<Scalars['ID']['input']>;
857
- };
858
- export type TreepermissionsConfInput = {
859
- permissionTreeAttributes: Array<Scalars['ID']['input']>;
860
- relation: PermissionsRelation;
861
- };
862
- export type TreesFiltersInput = {
863
- behavior?: InputMaybe<TreeBehavior>;
864
- id?: InputMaybe<Array<Scalars['ID']['input']>>;
865
- label?: InputMaybe<Array<Scalars['String']['input']>>;
866
- library?: InputMaybe<Scalars['String']['input']>;
867
- system?: InputMaybe<Scalars['Boolean']['input']>;
868
- };
869
- export declare enum TreesSortableFields {
870
- behavior = "behavior",
871
- id = "id",
872
- system = "system"
873
- }
874
- export type UploadFiltersInput = {
875
- uid?: InputMaybe<Scalars['String']['input']>;
876
- userId?: InputMaybe<Scalars['ID']['input']>;
877
- };
878
- export declare enum UserCoreDataKeys {
879
- applications_consultation = "applications_consultation"
880
- }
881
- export type ValueBatchInput = {
882
- attribute?: InputMaybe<Scalars['ID']['input']>;
883
- id_value?: InputMaybe<Scalars['ID']['input']>;
884
- metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
885
- /** Use "\__empty_value__" to set an empty value */
886
- payload?: InputMaybe<Scalars['String']['input']>;
887
- };
888
- export type ValueInput = {
889
- id_value?: InputMaybe<Scalars['ID']['input']>;
890
- metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
891
- /** Use "\__empty_value__" to set an empty value */
892
- payload?: InputMaybe<Scalars['String']['input']>;
893
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
894
- };
895
- export type ValueMetadataInput = {
896
- name: Scalars['String']['input'];
897
- value?: InputMaybe<Scalars['String']['input']>;
898
- };
899
- export type ValueVersionInput = {
900
- treeId: Scalars['String']['input'];
901
- treeNodeId: Scalars['String']['input'];
902
- };
903
- export declare enum ValueVersionMode {
904
- simple = "simple",
905
- smart = "smart"
906
- }
907
- export type ValuesListConfInput = {
908
- allowFreeEntry?: InputMaybe<Scalars['Boolean']['input']>;
909
- allowListUpdate?: InputMaybe<Scalars['Boolean']['input']>;
910
- enable: Scalars['Boolean']['input'];
911
- values?: InputMaybe<Array<Scalars['String']['input']>>;
912
- };
913
- export type ValuesVersionsConfInput = {
914
- mode?: InputMaybe<ValueVersionMode>;
915
- profile?: InputMaybe<Scalars['String']['input']>;
916
- versionable: Scalars['Boolean']['input'];
917
- };
918
- export type VersionProfileInput = {
919
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
920
- id: Scalars['String']['input'];
921
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
922
- trees?: InputMaybe<Array<Scalars['String']['input']>>;
923
- };
924
- export type VersionProfilesFiltersInput = {
925
- id?: InputMaybe<Scalars['ID']['input']>;
926
- label?: InputMaybe<Scalars['String']['input']>;
927
- trees?: InputMaybe<Scalars['String']['input']>;
928
- };
929
- export declare enum VersionProfilesSortableFields {
930
- id = "id"
931
- }
932
- export type ViewDisplayInput = {
933
- size?: InputMaybe<ViewSizes>;
934
- type: ViewTypes;
935
- };
936
- export type ViewInput = {
937
- attributes?: InputMaybe<Array<Scalars['String']['input']>>;
938
- color?: InputMaybe<Scalars['String']['input']>;
939
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
940
- display: ViewDisplayInput;
941
- filters?: InputMaybe<Array<RecordFilterInput>>;
942
- id?: InputMaybe<Scalars['String']['input']>;
943
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
944
- library: Scalars['String']['input'];
945
- shared: Scalars['Boolean']['input'];
946
- sort?: InputMaybe<Array<RecordSortInput>>;
947
- valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
948
- };
949
- export type ViewInputPartial = {
950
- attributes?: InputMaybe<Array<Scalars['String']['input']>>;
951
- color?: InputMaybe<Scalars['String']['input']>;
952
- description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
953
- display?: InputMaybe<ViewDisplayInput>;
954
- filters?: InputMaybe<Array<RecordFilterInput>>;
955
- id: Scalars['String']['input'];
956
- label?: InputMaybe<Scalars['SystemTranslation']['input']>;
957
- library?: InputMaybe<Scalars['String']['input']>;
958
- shared?: InputMaybe<Scalars['Boolean']['input']>;
959
- sort?: InputMaybe<Array<RecordSortInput>>;
960
- valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
961
- };
962
- export declare enum ViewSizes {
963
- BIG = "BIG",
964
- MEDIUM = "MEDIUM",
965
- SMALL = "SMALL"
966
- }
967
- export declare enum ViewTypes {
968
- cards = "cards",
969
- list = "list",
970
- timeline = "timeline"
971
- }
972
- export type ViewValuesVersionInput = {
973
- treeId: Scalars['String']['input'];
974
- treeNode: Scalars['String']['input'];
975
- };
976
- export type SaveApiKeyMutationVariables = Exact<{
977
- apiKey: ApiKeyInput;
978
- }>;
979
- export type SaveApiKeyMutation = {
980
- saveApiKey: {
981
- id: string;
982
- label?: string | null;
983
- key?: string | null;
984
- expiresAt?: number | null;
985
- user: {
986
- id: string;
987
- };
988
- };
989
- };
990
- export type GetApiKeysQueryVariables = Exact<{
991
- [key: string]: never;
992
- }>;
993
- export type GetApiKeysQuery = {
994
- apiKeys: {
995
- list: Array<{
996
- id: string;
997
- label?: string | null;
998
- key?: string | null;
999
- expiresAt?: number | null;
1000
- user: {
1001
- id: string;
1002
- };
1003
- }>;
1004
- };
1005
- };
1006
- export type DeleteApiKeyMutationVariables = Exact<{
1007
- id: Scalars['String']['input'];
1008
- }>;
1009
- export type DeleteApiKeyMutation = {
1010
- deleteApiKey: {
1011
- id: string;
1012
- };
1013
- };
1014
- export type MeQueryVariables = Exact<{
1015
- [key: string]: never;
1016
- }>;
1017
- export type MeQuery = {
1018
- me?: {
1019
- id: string;
1020
- } | null;
1021
- };
1022
- export type GetRecordQueryVariables = Exact<{
1023
- libraryId: Scalars['ID']['input'];
1024
- recordId: Scalars['String']['input'];
1025
- }>;
1026
- export type GetRecordQuery = {
1027
- records: {
1028
- list: Array<{
1029
- id: string;
1030
- modified_at: number;
1031
- }>;
1032
- };
1033
- };
1034
- export declare const SaveApiKeyDocument: import("graphql").DocumentNode;
1035
- export declare const GetApiKeysDocument: import("graphql").DocumentNode;
1036
- export declare const DeleteApiKeyDocument: import("graphql").DocumentNode;
1037
- export declare const MeDocument: import("graphql").DocumentNode;
1038
- export declare const GetRecordDocument: import("graphql").DocumentNode;
1039
- export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
1040
- export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
1041
- SaveApiKey(variables: SaveApiKeyMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SaveApiKeyMutation>;
1042
- GetApiKeys(variables?: GetApiKeysQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetApiKeysQuery>;
1043
- DeleteApiKey(variables: DeleteApiKeyMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteApiKeyMutation>;
1044
- Me(variables?: MeQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MeQuery>;
1045
- GetRecord(variables: GetRecordQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetRecordQuery>;
1046
- };
1047
- export type Sdk = ReturnType<typeof getSdk>;
1048
- export {};