@leav/ui 0.4.0 → 1.0.0-6e54bb6d

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 (979) hide show
  1. package/README.md +1 -0
  2. package/dist/__mocks__/common/application.d.ts +3 -0
  3. package/dist/__mocks__/common/filter.d.ts +4 -0
  4. package/dist/__mocks__/common/form.js +5 -1
  5. package/dist/__mocks__/common/form.js.map +1 -1
  6. package/dist/__mocks__/common/import.d.ts +2 -0
  7. package/dist/__mocks__/common/label.d.ts +4 -0
  8. package/dist/__mocks__/common/library.d.ts +109 -0
  9. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  10. package/dist/__mocks__/common/record.d.ts +15 -0
  11. package/dist/__mocks__/common/tree.d.ts +3 -0
  12. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  13. package/dist/__mocks__/common/value.d.ts +4 -0
  14. package/dist/__mocks__/common/value.js +0 -11
  15. package/dist/__mocks__/common/value.js.map +1 -1
  16. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  17. package/dist/__mocks__/common/view.d.ts +2 -0
  18. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  19. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  20. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  21. package/dist/__mocks__/react-i18next.d.ts +31 -0
  22. package/dist/_gqlTypes/index.d.ts +1841 -245
  23. package/dist/_gqlTypes/index.js +620 -42
  24. package/dist/_gqlTypes/index.js.map +1 -1
  25. package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
  26. package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
  27. package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
  28. package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
  29. package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
  30. package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
  31. package/dist/_queries/attributes/attributeDetailsFragment.js +2 -0
  32. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  33. package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
  34. package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
  35. package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
  36. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
  37. package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
  38. package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
  39. package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
  40. package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
  41. package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
  42. package/dist/_queries/export/exportQuery.d.ts +1 -0
  43. package/dist/_queries/files/createDirectory.d.ts +1 -0
  44. package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
  45. package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
  46. package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
  47. package/dist/_queries/files/uploadMutation.d.ts +1 -0
  48. package/dist/_queries/import/importExcel.d.ts +1 -0
  49. package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
  50. package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
  51. package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
  52. package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
  53. package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
  54. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
  55. package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
  56. package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
  57. package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
  58. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  59. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  60. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  61. package/dist/_queries/records/createRecordMutation.d.ts +2 -0
  62. package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
  63. package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
  64. package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
  65. package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
  66. package/dist/_queries/records/getRecordFormQuery.js +13 -0
  67. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  68. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +83 -0
  69. package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
  70. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
  71. package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
  72. package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
  73. package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
  74. package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
  75. package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
  76. package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
  77. package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
  78. package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
  79. package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
  80. package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
  81. package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
  82. package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
  83. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  84. package/dist/_queries/userData/getUserData.d.ts +1 -0
  85. package/dist/_queries/userData/saveUserData.d.ts +1 -0
  86. package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
  87. package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
  88. package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
  89. package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
  90. package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
  91. package/dist/_queries/views/getViewById.d.ts +1 -0
  92. package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
  93. package/dist/_queries/views/saveViewMutation.d.ts +2 -0
  94. package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
  95. package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
  96. package/dist/_utils/attributeType.d.ts +2 -1
  97. package/dist/_utils/attributeType.js +2 -1
  98. package/dist/_utils/attributeType.js.map +1 -1
  99. package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
  100. package/dist/_utils/getRequestFromFilter.d.ts +3 -0
  101. package/dist/_utils/index.d.ts +33 -0
  102. package/dist/_utils/isDevEnv.d.ts +1 -0
  103. package/dist/_utils/typeguards.d.ts +2 -0
  104. package/dist/antdTheme/types.d.ts +2 -0
  105. package/dist/components/AttributePicker/AttributePicker.d.ts +12 -0
  106. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +10 -0
  107. package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
  108. package/dist/components/AttributePicker/index.d.ts +1 -0
  109. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +3 -0
  110. package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
  111. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +10 -0
  112. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +7 -0
  113. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
  114. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +2 -0
  115. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
  116. package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
  117. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
  118. package/dist/components/AttributesSelectionList/index.d.ts +2 -0
  119. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  120. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
  121. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
  122. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -0
  123. package/dist/components/BasicButton/BasicButton.d.ts +7 -0
  124. package/dist/components/BasicButton/index.d.ts +1 -0
  125. package/dist/components/CreateDirectory/CreateDirectory.d.ts +9 -0
  126. package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
  127. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  128. package/dist/components/CreateDirectory/index.d.ts +1 -0
  129. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
  130. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  131. package/dist/components/Dimmer/Dimmer.d.ts +5 -0
  132. package/dist/components/Dimmer/index.d.ts +2 -0
  133. package/dist/components/EditApplication/EditApplication.d.ts +3 -0
  134. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +7 -0
  135. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +11 -0
  136. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +6 -0
  137. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
  138. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
  139. package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
  140. package/dist/components/EditApplication/_types.d.ts +8 -0
  141. package/dist/components/EditApplication/index.d.ts +2 -0
  142. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +8 -0
  143. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +8 -0
  144. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +12 -0
  145. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
  146. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
  147. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
  148. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
  149. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
  150. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
  151. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
  152. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
  153. package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
  154. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +11 -0
  155. package/dist/components/EditAttributeModal/index.d.ts +1 -0
  156. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +9 -0
  157. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +6 -0
  158. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
  159. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +15 -0
  160. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +8 -0
  161. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  162. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  163. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
  164. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
  165. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +7 -0
  166. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
  167. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +8 -0
  168. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
  169. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +8 -0
  170. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +12 -0
  171. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
  172. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
  173. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +7 -0
  174. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +10 -0
  175. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +8 -0
  176. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
  177. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
  178. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +8 -0
  179. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
  180. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
  181. package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
  182. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +12 -0
  183. package/dist/components/EditLibraryModal/index.d.ts +1 -0
  184. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +8 -0
  185. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +8 -0
  186. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
  187. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  188. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  189. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
  190. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
  191. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
  192. package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
  193. package/dist/components/EditTreeModal/EditTreeModal.d.ts +11 -0
  194. package/dist/components/EditTreeModal/index.d.ts +1 -0
  195. package/dist/components/EntityCard/EntityCard.d.ts +16 -0
  196. package/dist/components/EntityCard/_types.d.ts +6 -0
  197. package/dist/components/EntityCard/index.d.ts +2 -0
  198. package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
  199. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +3 -0
  200. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +5 -0
  201. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
  202. package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
  203. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +3 -0
  204. package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
  205. package/dist/components/EntityPreview/_types.d.ts +20 -0
  206. package/dist/components/EntityPreview/index.d.ts +2 -0
  207. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  208. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
  209. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
  210. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  211. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
  212. package/dist/components/ErrorBoundary/index.d.ts +1 -0
  213. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
  214. package/dist/components/ErrorDisplay/index.d.ts +1 -0
  215. package/dist/components/ErrorMessage/ErrorMessage.d.ts +6 -0
  216. package/dist/components/ErrorMessage/index.d.ts +2 -0
  217. package/dist/components/Explorer/DataView.d.ts +2 -1
  218. package/dist/components/Explorer/DataView.js +32 -12
  219. package/dist/components/Explorer/DataView.js.map +1 -1
  220. package/dist/components/Explorer/Explorer.d.ts +10 -6
  221. package/dist/components/Explorer/Explorer.js +38 -13
  222. package/dist/components/Explorer/Explorer.js.map +1 -1
  223. package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
  224. package/dist/components/Explorer/ExplorerToolbar.js +15 -5
  225. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  226. package/dist/components/Explorer/IdCard.d.ts +7 -0
  227. package/dist/components/Explorer/IdCard.js +1 -1
  228. package/dist/components/Explorer/IdCard.js.map +1 -1
  229. package/dist/components/Explorer/TableCell.js +43 -16
  230. package/dist/components/Explorer/TableCell.js.map +1 -1
  231. package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
  232. package/dist/components/Explorer/TableTagGroup.js +3 -16
  233. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  234. package/dist/components/Explorer/_constants.d.ts +3 -0
  235. package/dist/components/Explorer/_constants.js +3 -0
  236. package/dist/components/Explorer/_constants.js.map +1 -1
  237. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
  238. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
  239. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  240. package/dist/components/Explorer/_queries/useExplorerData.d.ts +4 -2
  241. package/dist/components/Explorer/_queries/useExplorerData.js +46 -31
  242. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  243. package/dist/components/Explorer/_types.d.ts +88 -10
  244. package/dist/components/Explorer/_types.js +5 -0
  245. package/dist/components/Explorer/_types.js.map +1 -1
  246. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  247. package/dist/components/Explorer/actions-item/useEditItemAction.js +6 -4
  248. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  249. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
  250. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
  251. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  252. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
  253. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
  254. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
  255. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
  256. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
  257. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
  258. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +6 -5
  259. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  260. package/dist/components/Explorer/actions-mass/useMassActions.js +1 -1
  261. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
  262. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +6 -1
  263. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +26 -21
  264. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  265. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +7 -1
  266. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +7 -5
  267. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  268. package/dist/components/Explorer/index.d.ts +9 -0
  269. package/dist/components/Explorer/link-item/LinkModal.d.ts +5 -0
  270. package/dist/components/Explorer/link-item/LinkModal.js +55 -5
  271. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  272. package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
  273. package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
  274. package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
  275. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
  276. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
  277. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
  278. package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
  279. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
  280. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
  281. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  282. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
  283. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  284. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +13 -3
  285. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +81 -12
  286. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  287. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  288. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  289. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  290. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
  291. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  292. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  293. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  294. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +9 -1
  295. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  296. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
  297. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  298. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  299. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  300. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  301. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  302. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  303. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
  304. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
  305. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  306. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
  307. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  308. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  309. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  310. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  311. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  312. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  313. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
  314. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  315. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
  316. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
  317. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
  318. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  319. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
  320. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  321. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  322. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  323. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  324. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  325. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  326. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  327. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
  328. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  329. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
  330. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  331. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  332. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  333. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  334. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  335. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  336. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +6 -3
  337. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  338. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +12 -3
  339. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +87 -14
  340. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  341. package/dist/components/Explorer/useColumnWidth.js +2 -1
  342. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  343. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  344. package/dist/components/Explorer/useLoadView.js +31 -35
  345. package/dist/components/Explorer/useLoadView.js.map +1 -1
  346. package/dist/components/Explorer/usePagination.d.ts +2 -1
  347. package/dist/components/Explorer/usePagination.js.map +1 -1
  348. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  349. package/dist/components/Explorer/useSearchInput.js +4 -1
  350. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  351. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  352. package/dist/components/Explorer/useViewSettingsReducer.js +44 -19
  353. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  354. package/dist/components/ExportModal/ExportModal.d.ts +10 -0
  355. package/dist/components/ExportModal/index.d.ts +1 -0
  356. package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
  357. package/dist/components/FieldsGroup/index.d.ts +2 -0
  358. package/dist/components/FloatingMenu/FloatingMenu.d.ts +10 -0
  359. package/dist/components/FloatingMenu/_types.d.ts +13 -0
  360. package/dist/components/FloatingMenu/index.d.ts +2 -0
  361. package/dist/components/ImageLoading/ImageLoading.d.ts +5 -0
  362. package/dist/components/ImageLoading/index.d.ts +1 -0
  363. package/dist/components/ImageMissing/ImageMissing.d.ts +5 -0
  364. package/dist/components/ImageMissing/index.d.ts +1 -0
  365. package/dist/components/ImportModal/ImportModal.d.ts +10 -0
  366. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +8 -0
  367. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
  368. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +6 -0
  369. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
  370. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +7 -0
  371. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  372. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  373. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +10 -0
  374. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
  375. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +12 -0
  376. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
  377. package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
  378. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +5 -0
  379. package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
  380. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +2 -0
  381. package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
  382. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +6 -0
  383. package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
  384. package/dist/components/ImportModal/_types.d.ts +34 -0
  385. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +10 -0
  386. package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
  387. package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
  388. package/dist/components/ImportModal/index.d.ts +1 -0
  389. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +13 -0
  390. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  391. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  392. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +2 -0
  393. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +2 -0
  394. package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
  395. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +2 -0
  396. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
  397. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +13 -0
  398. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
  399. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  400. package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
  401. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +13 -0
  402. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  403. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  404. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
  405. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  406. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  407. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +7 -0
  408. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
  409. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +3 -0
  410. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
  411. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +3 -0
  412. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
  413. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +3 -0
  414. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
  415. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +3 -0
  416. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
  417. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +3 -0
  418. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
  419. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
  420. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
  421. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
  422. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +6 -0
  423. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
  424. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
  425. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +2 -0
  426. package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
  427. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
  428. package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
  429. package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
  430. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
  431. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
  432. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
  433. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +6 -0
  434. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
  435. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +2 -0
  436. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
  437. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +8 -0
  438. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
  439. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +7 -0
  440. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
  441. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
  442. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
  443. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
  444. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +9 -0
  445. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
  446. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +5 -0
  447. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
  448. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +5 -0
  449. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +3 -0
  450. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
  451. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
  452. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +12 -0
  453. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  454. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  455. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +12 -0
  456. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +2 -0
  457. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +6 -0
  458. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
  459. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
  460. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
  461. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +2 -0
  462. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
  463. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +9 -0
  464. package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
  465. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +2 -0
  466. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  467. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +5 -0
  468. package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
  469. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +2 -0
  470. package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
  471. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +6 -0
  472. package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
  473. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +2 -0
  474. package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
  475. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +2 -0
  476. package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
  477. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +6 -0
  478. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
  479. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +2 -0
  480. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
  481. package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
  482. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +2 -0
  483. package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
  484. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +9 -0
  485. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
  486. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +9 -0
  487. package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
  488. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +2 -0
  489. package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
  490. package/dist/components/LibraryItemsList/constants.d.ts +12 -0
  491. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
  492. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
  493. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
  494. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
  495. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
  496. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
  497. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
  498. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
  499. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
  500. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
  501. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +5 -0
  502. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
  503. package/dist/components/LibraryItemsList/index.d.ts +1 -0
  504. package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
  505. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +7 -0
  506. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  507. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  508. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
  509. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +12 -0
  510. package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
  511. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +9 -0
  512. package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
  513. package/dist/components/LibraryPicker/LibraryPicker.d.ts +11 -0
  514. package/dist/components/LibraryPicker/index.d.ts +1 -0
  515. package/dist/components/List/List.d.ts +12 -0
  516. package/dist/components/List/index.d.ts +2 -0
  517. package/dist/components/Loading/Loading.d.ts +5 -0
  518. package/dist/components/Loading/index.d.ts +1 -0
  519. package/dist/components/RecordCard/RecordCard.d.ts +3 -0
  520. package/dist/components/RecordCard/_types.d.ts +15 -0
  521. package/dist/components/RecordCard/index.d.ts +2 -0
  522. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
  523. package/dist/components/RecordEdition/EditRecord/EditRecord.js +55 -238
  524. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  525. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +8 -0
  526. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.d.ts +2 -0
  527. package/dist/components/RecordEdition/EditRecord/index.d.ts +1 -0
  528. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +9 -0
  529. package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
  530. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  531. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  532. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  533. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  534. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  535. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  536. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  537. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → EditRecordButtons}/index.js +2 -2
  538. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  539. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  540. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
  541. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  542. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
  543. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  544. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +2 -0
  545. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  546. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  547. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.d.ts +2 -0
  548. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
  549. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.d.ts +1 -0
  550. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.d.ts +1 -0
  551. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
  552. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  553. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  554. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
  555. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  556. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  557. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  558. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
  559. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
  560. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -0
  561. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  562. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  563. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  564. package/dist/components/RecordEdition/EditRecordContent/index.d.ts +2 -0
  565. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.d.ts +2 -0
  566. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  567. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +9 -0
  568. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.d.ts +2 -0
  569. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +5 -0
  570. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.d.ts +2 -0
  571. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +6 -0
  572. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.d.ts +2 -0
  573. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.d.ts +9 -0
  574. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.d.ts +2 -0
  575. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +6 -0
  576. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.d.ts +2 -0
  577. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +7 -0
  578. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.d.ts +2 -0
  579. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +2 -0
  580. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.d.ts +2 -0
  581. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +10 -0
  582. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.d.ts +2 -0
  583. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +13 -0
  584. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.d.ts +2 -0
  585. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +8 -0
  586. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.d.ts +2 -0
  587. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  588. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  589. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  590. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.d.ts +2 -0
  591. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +4 -0
  592. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.d.ts +2 -0
  593. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +4 -0
  594. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  595. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.d.ts +2 -0
  596. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +5 -0
  597. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  598. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  599. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.d.ts +2 -0
  600. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  601. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
  602. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  603. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +14 -0
  604. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
  605. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  606. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.d.ts +2 -0
  607. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  608. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  609. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  610. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.d.ts +22 -0
  611. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
  612. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  613. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  614. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  615. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  616. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  617. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  618. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  619. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
  620. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  621. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
  622. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
  623. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  624. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  625. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
  626. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  627. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +4 -0
  628. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
  629. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  630. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
  631. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
  632. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  633. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +4 -0
  634. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
  635. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  636. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +4 -0
  637. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  638. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  639. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +4 -0
  640. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
  641. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  642. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
  643. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
  644. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  645. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
  646. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
  647. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  648. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
  649. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  650. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
  651. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
  652. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.d.ts +2 -0
  653. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +4 -0
  654. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  655. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.d.ts +2 -0
  656. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +6 -0
  657. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
  658. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  659. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  660. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  661. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  662. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  663. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  664. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  665. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
  666. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  667. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  668. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.d.ts +2 -0
  669. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
  670. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
  671. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  672. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
  673. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +133 -0
  674. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  675. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +5 -0
  676. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
  677. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  678. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  679. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
  680. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  681. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  682. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
  683. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
  684. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  685. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
  686. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +88 -50
  687. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  688. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +1 -0
  689. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  690. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +53 -13
  691. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  692. package/dist/components/RecordEdition/EditRecordPage/index.d.ts +1 -0
  693. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  694. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  695. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  696. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +19 -13
  697. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  698. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
  699. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +2 -1
  700. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  701. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
  702. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +3 -0
  703. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +10 -1
  704. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  705. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +2 -0
  706. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  707. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  708. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
  709. package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
  710. package/dist/components/RecordEdition/_types.d.ts +2 -0
  711. package/dist/components/RecordEdition/constants.d.ts +2 -0
  712. package/dist/components/RecordEdition/constants.js +6 -0
  713. package/dist/components/RecordEdition/constants.js.map +1 -0
  714. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +30 -7
  715. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
  716. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  717. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.d.ts +7 -0
  718. package/dist/components/RecordEdition/editRecordReducer/index.d.ts +2 -0
  719. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.d.ts +1 -0
  720. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
  721. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
  722. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
  723. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  724. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  725. package/dist/components/RecordEdition/index.d.ts +3 -0
  726. package/dist/components/RecordEdition/index.js +3 -0
  727. package/dist/components/RecordEdition/index.js.map +1 -1
  728. package/dist/components/RecordHistory/RecordHistory.d.ts +8 -0
  729. package/dist/components/RecordHistory/RecordHistory.js +33 -0
  730. package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
  731. package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
  732. package/dist/components/RecordHistory/RecordHistoryLogEntry.js +53 -0
  733. package/dist/components/RecordHistory/RecordHistoryLogEntry.js.map +1 -0
  734. package/dist/components/RecordHistory/_types.d.ts +8 -0
  735. package/dist/components/RecordHistory/_types.js +2 -0
  736. package/dist/components/RecordHistory/_types.js.map +1 -0
  737. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.d.ts +14 -0
  738. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js +25 -0
  739. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js.map +1 -0
  740. package/dist/components/RecordHistory/index.d.ts +1 -0
  741. package/dist/components/{SelectTreeNodeModal → RecordHistory}/index.js +1 -1
  742. package/dist/components/RecordHistory/index.js.map +1 -0
  743. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +8 -0
  744. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +3 -0
  745. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
  746. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +3 -0
  747. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
  748. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +6 -0
  749. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +6 -0
  750. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
  751. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +3 -0
  752. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
  753. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +6 -0
  754. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
  755. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +3 -0
  756. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
  757. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
  758. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
  759. package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
  760. package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
  761. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
  762. package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
  763. package/dist/components/SearchModal/SearchModal.d.ts +10 -0
  764. package/dist/components/SearchModal/index.d.ts +1 -0
  765. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
  766. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
  767. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  768. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
  769. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
  770. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  771. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
  772. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
  773. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  774. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  775. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  776. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  777. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  778. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  779. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  780. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  781. package/dist/components/SelectTreeNode/_types.js +2 -0
  782. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  783. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  784. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
  785. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  786. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  787. package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
  788. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  789. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  790. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  791. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  792. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  793. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  794. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  795. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  796. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +7 -0
  797. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
  798. package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
  799. package/dist/components/TreePicker/TreePicker.d.ts +11 -0
  800. package/dist/components/TreePicker/TreesList/TreesList.d.ts +9 -0
  801. package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
  802. package/dist/components/TreePicker/index.d.ts +1 -0
  803. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +10 -0
  804. package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
  805. package/dist/components/UploadFiles/UploadFiles.d.ts +13 -0
  806. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  807. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  808. package/dist/components/UploadFiles/index.d.ts +1 -0
  809. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +9 -0
  810. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +10 -0
  811. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  812. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  813. package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
  814. package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
  815. package/dist/components/index.d.ts +39 -0
  816. package/dist/components/index.js +2 -2
  817. package/dist/components/index.js.map +1 -1
  818. package/dist/constants.d.ts +3 -1
  819. package/dist/constants.js +3 -1
  820. package/dist/constants.js.map +1 -1
  821. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
  822. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  823. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  824. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  825. package/dist/contexts/LangContext/LangContext.d.ts +2 -0
  826. package/dist/contexts/LangContext/LangContext.js +2 -2
  827. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  828. package/dist/contexts/LangContext/index.d.ts +2 -0
  829. package/dist/contexts/LangContext/types.d.ts +6 -0
  830. package/dist/contexts/UserContext/UserContext.d.ts +3 -0
  831. package/dist/contexts/UserContext/index.d.ts +2 -0
  832. package/dist/contexts/UserContext/types.d.ts +9 -0
  833. package/dist/contexts/index.d.ts +2 -0
  834. package/dist/gqlFragments/index.d.ts +1 -0
  835. package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
  836. package/dist/gqlPossibleTypes/index.d.ts +20 -0
  837. package/dist/hooks/index.d.ts +17 -0
  838. package/dist/hooks/index.js +3 -0
  839. package/dist/hooks/index.js.map +1 -1
  840. package/dist/hooks/useAntdLocale/index.d.ts +1 -0
  841. package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
  842. package/dist/hooks/useAppLang/index.d.ts +1 -0
  843. package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
  844. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  845. package/dist/hooks/useAuth/index.d.ts +1 -0
  846. package/dist/hooks/useAuth/useAuth.d.ts +5 -0
  847. package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
  848. package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
  849. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  850. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +1 -0
  851. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
  852. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
  853. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
  854. package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
  855. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +55 -0
  856. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
  857. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  858. package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
  859. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
  860. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  861. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  862. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  863. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  864. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  865. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  866. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  867. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  868. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  869. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  870. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  871. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  872. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  873. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  874. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  875. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  876. package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
  877. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  878. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  879. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  880. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  881. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  882. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  883. package/dist/hooks/useLang/index.d.ts +2 -0
  884. package/dist/hooks/useLang/useLang.d.ts +3 -0
  885. package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
  886. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
  887. package/dist/hooks/useLocalStorage/index.d.ts +1 -0
  888. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
  889. package/dist/hooks/useLoginChecker/index.d.ts +1 -0
  890. package/dist/hooks/useLoginChecker/useLoginChecker.d.ts +3 -0
  891. package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
  892. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
  893. package/dist/hooks/useRedirectToLogin/index.d.ts +1 -0
  894. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.d.ts +3 -0
  895. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  896. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  897. package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
  898. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
  899. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  900. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  901. package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
  902. package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
  903. package/dist/hooks/useUser/index.d.ts +1 -0
  904. package/dist/hooks/useUser/useUser.d.ts +1 -0
  905. package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
  906. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
  907. package/dist/index.d.ts +9 -0
  908. package/dist/locales/en/shared.json +46 -13
  909. package/dist/locales/fr/shared.json +45 -12
  910. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +4 -0
  911. package/dist/testing/MockedLangContextProvider/index.d.ts +2 -0
  912. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +4 -0
  913. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  914. package/dist/testing/index.d.ts +1 -0
  915. package/dist/types/attributes.d.ts +22 -0
  916. package/dist/types/index.d.ts +8 -0
  917. package/dist/types/misc.d.ts +2 -0
  918. package/dist/types/records.d.ts +25 -0
  919. package/dist/types/scalars.d.ts +1 -0
  920. package/dist/types/search.d.ts +205 -0
  921. package/dist/types/trees.d.ts +18 -0
  922. package/dist/types/values.d.ts +7 -0
  923. package/package.json +23 -8
  924. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  925. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
  926. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
  927. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
  928. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
  929. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  930. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  931. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  932. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  933. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  934. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  935. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
  936. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  937. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
  938. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  939. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
  940. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
  941. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
  942. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
  943. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
  944. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
  945. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
  946. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
  947. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
  948. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
  949. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
  950. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  951. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
  952. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  953. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
  954. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  955. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -6
  956. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  957. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
  958. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  959. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  960. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
  961. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
  962. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  963. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  964. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  965. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
  966. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  967. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  968. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
  969. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  970. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  971. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  972. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
  973. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  974. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  975. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  976. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  977. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
  978. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
  979. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
@@ -136,11 +136,14 @@ export type AttributeInput = {
136
136
  linked_library?: InputMaybe<Scalars['String']>;
137
137
  linked_tree?: InputMaybe<Scalars['String']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
+ multi_link_display_option?: InputMaybe<MultiDisplayOption>;
140
+ multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
139
141
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
142
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
143
  readonly?: InputMaybe<Scalars['Boolean']>;
142
144
  required?: InputMaybe<Scalars['Boolean']>;
143
145
  reverse_link?: InputMaybe<Scalars['String']>;
146
+ settings?: InputMaybe<Scalars['JSONObject']>;
144
147
  type?: InputMaybe<AttributeType>;
145
148
  unique?: InputMaybe<Scalars['Boolean']>;
146
149
  values_list?: InputMaybe<ValuesListConfInput>;
@@ -181,6 +184,11 @@ export declare enum AvailableLanguage {
181
184
  en = "en",
182
185
  fr = "fr"
183
186
  }
187
+ export type ChildrenAsRecordValuePermissionFilterInput = {
188
+ action: RecordPermissionsActions;
189
+ attributeId: Scalars['ID'];
190
+ libraryId: Scalars['ID'];
191
+ };
184
192
  export type CreateRecordDataInput = {
185
193
  values?: InputMaybe<Array<ValueBatchInput>>;
186
194
  version?: InputMaybe<Array<ValueVersionInput>>;
@@ -246,6 +254,11 @@ export type FormInput = {
246
254
  id: Scalars['ID'];
247
255
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
256
  library: Scalars['ID'];
257
+ sidePanel?: InputMaybe<FormSidePanelInput>;
258
+ };
259
+ export type FormSidePanelInput = {
260
+ enable: Scalars['Boolean'];
261
+ isOpenByDefault: Scalars['Boolean'];
249
262
  };
250
263
  export declare enum FormsSortableFields {
251
264
  id = "id",
@@ -261,6 +274,7 @@ export type GlobalSettingsInput = {
261
274
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
275
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
276
  name?: InputMaybe<Scalars['String']>;
277
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
278
  };
265
279
  export declare enum IoTypes {
266
280
  boolean = "boolean",
@@ -292,6 +306,7 @@ export declare enum LibrariesSortableFields {
292
306
  export declare enum LibraryBehavior {
293
307
  directories = "directories",
294
308
  files = "files",
309
+ join = "join",
295
310
  standard = "standard"
296
311
  }
297
312
  export type LibraryIconInput = {
@@ -306,9 +321,11 @@ export type LibraryInput = {
306
321
  icon?: InputMaybe<LibraryIconInput>;
307
322
  id: Scalars['ID'];
308
323
  label?: InputMaybe<Scalars['SystemTranslation']>;
324
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
325
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
326
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
327
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
328
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
329
  };
313
330
  export type LibraryPreviewsSettingsInput = {
314
331
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +406,11 @@ export type LogTopicRecordFilterInput = {
389
406
  id?: InputMaybe<Scalars['String']>;
390
407
  libraryId?: InputMaybe<Scalars['String']>;
391
408
  };
409
+ export declare enum MultiDisplayOption {
410
+ avatar = "avatar",
411
+ badge_qty = "badge_qty",
412
+ tag = "tag"
413
+ }
392
414
  export type Pagination = {
393
415
  limit: Scalars['Int'];
394
416
  offset: Scalars['Int'];
@@ -431,6 +453,7 @@ export declare enum PermissionsActions {
431
453
  admin_access_applications = "admin_access_applications",
432
454
  admin_access_attributes = "admin_access_attributes",
433
455
  admin_access_libraries = "admin_access_libraries",
456
+ admin_access_logs = "admin_access_logs",
434
457
  admin_access_permissions = "admin_access_permissions",
435
458
  admin_access_tasks = "admin_access_tasks",
436
459
  admin_access_trees = "admin_access_trees",
@@ -458,6 +481,7 @@ export declare enum PermissionsActions {
458
481
  admin_edit_permission = "admin_edit_permission",
459
482
  admin_edit_tree = "admin_edit_tree",
460
483
  admin_edit_version_profile = "admin_edit_version_profile",
484
+ admin_import_config_clear_database = "admin_import_config_clear_database",
461
485
  admin_library = "admin_library",
462
486
  admin_manage_global_preferences = "admin_manage_global_preferences",
463
487
  create_record = "create_record",
@@ -537,6 +561,12 @@ export type RecordInput = {
537
561
  id: Scalars['ID'];
538
562
  library: Scalars['String'];
539
563
  };
564
+ export declare enum RecordPermissionsActions {
565
+ access_record = "access_record",
566
+ create_record = "create_record",
567
+ delete_record = "delete_record",
568
+ edit_record = "edit_record"
569
+ }
540
570
  export type RecordSortInput = {
541
571
  field: Scalars['String'];
542
572
  order: SortOrder;
@@ -640,6 +670,7 @@ export type TreeInput = {
640
670
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
671
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
672
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
673
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
674
  };
644
675
  export type TreeLibraryInput = {
645
676
  library: Scalars['ID'];
@@ -681,11 +712,13 @@ export type ValueBatchInput = {
681
712
  attribute?: InputMaybe<Scalars['ID']>;
682
713
  id_value?: InputMaybe<Scalars['ID']>;
683
714
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
715
+ /** Use "\__empty_value__" to set an empty value */
684
716
  payload?: InputMaybe<Scalars['String']>;
685
717
  };
686
718
  export type ValueInput = {
687
719
  id_value?: InputMaybe<Scalars['ID']>;
688
720
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
721
+ /** Use "\__empty_value__" to set an empty value */
689
722
  payload?: InputMaybe<Scalars['String']>;
690
723
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
724
  };
@@ -823,6 +856,8 @@ export type AttributeDetailsLinkAttributeFragment = {
823
856
  label?: any | null;
824
857
  description?: any | null;
825
858
  multiple_values: boolean;
859
+ multi_link_display_option?: MultiDisplayOption | null;
860
+ multi_tree_display_option?: MultiDisplayOption | null;
826
861
  linked_library?: {
827
862
  id: string;
828
863
  label?: any | null;
@@ -860,6 +895,8 @@ export type AttributeDetailsStandardAttributeFragment = {
860
895
  label?: any | null;
861
896
  description?: any | null;
862
897
  multiple_values: boolean;
898
+ multi_link_display_option?: MultiDisplayOption | null;
899
+ multi_tree_display_option?: MultiDisplayOption | null;
863
900
  metadata_fields?: Array<{
864
901
  id: string;
865
902
  label?: any | null;
@@ -892,6 +929,8 @@ export type AttributeDetailsTreeAttributeFragment = {
892
929
  label?: any | null;
893
930
  description?: any | null;
894
931
  multiple_values: boolean;
932
+ multi_link_display_option?: MultiDisplayOption | null;
933
+ multi_tree_display_option?: MultiDisplayOption | null;
895
934
  linked_tree?: {
896
935
  id: string;
897
936
  label?: any | null;
@@ -1750,6 +1789,261 @@ export type RecordFormElementFragment = {
1750
1789
  key: string;
1751
1790
  value: any;
1752
1791
  }>;
1792
+ joinLibraryContext?: {
1793
+ mandatoryAttribute: {
1794
+ id: string;
1795
+ label?: any | null;
1796
+ description?: any | null;
1797
+ type: AttributeType;
1798
+ format?: AttributeFormat | null;
1799
+ system: boolean;
1800
+ readonly: boolean;
1801
+ required: boolean;
1802
+ multiple_values: boolean;
1803
+ compute: boolean;
1804
+ linked_library?: {
1805
+ id: string;
1806
+ label?: any | null;
1807
+ behavior: LibraryBehavior;
1808
+ permissions?: {
1809
+ create_record: boolean;
1810
+ } | null;
1811
+ } | null;
1812
+ linkValuesList?: {
1813
+ enable: boolean;
1814
+ allowFreeEntry?: boolean | null;
1815
+ allowListUpdate?: boolean | null;
1816
+ values?: Array<{
1817
+ id: string;
1818
+ whoAmI: {
1819
+ id: string;
1820
+ label?: string | null;
1821
+ subLabel?: string | null;
1822
+ color?: string | null;
1823
+ preview?: IPreviewScalar | null;
1824
+ library: {
1825
+ id: string;
1826
+ label?: any | null;
1827
+ };
1828
+ };
1829
+ }> | null;
1830
+ } | null;
1831
+ permissions: {
1832
+ access_attribute: boolean;
1833
+ edit_value: boolean;
1834
+ };
1835
+ versions_conf?: {
1836
+ versionable: boolean;
1837
+ profile?: {
1838
+ id: string;
1839
+ trees: Array<{
1840
+ id: string;
1841
+ label?: any | null;
1842
+ }>;
1843
+ } | null;
1844
+ } | null;
1845
+ metadata_fields?: Array<{
1846
+ id: string;
1847
+ label?: any | null;
1848
+ description?: any | null;
1849
+ type: AttributeType;
1850
+ format?: AttributeFormat | null;
1851
+ system: boolean;
1852
+ readonly: boolean;
1853
+ multiple_values: boolean;
1854
+ permissions: {
1855
+ access_attribute: boolean;
1856
+ edit_value: boolean;
1857
+ };
1858
+ values_list?: {
1859
+ enable: boolean;
1860
+ allowFreeEntry?: boolean | null;
1861
+ allowListUpdate?: boolean | null;
1862
+ dateRangeValues?: Array<{
1863
+ from?: string | null;
1864
+ to?: string | null;
1865
+ }> | null;
1866
+ } | {
1867
+ enable: boolean;
1868
+ allowFreeEntry?: boolean | null;
1869
+ allowListUpdate?: boolean | null;
1870
+ values?: Array<string> | null;
1871
+ } | null;
1872
+ metadata_fields?: Array<{
1873
+ id: string;
1874
+ }> | null;
1875
+ }> | null;
1876
+ } | {
1877
+ character_limit?: number | null;
1878
+ id: string;
1879
+ label?: any | null;
1880
+ description?: any | null;
1881
+ type: AttributeType;
1882
+ format?: AttributeFormat | null;
1883
+ system: boolean;
1884
+ readonly: boolean;
1885
+ required: boolean;
1886
+ multiple_values: boolean;
1887
+ compute: boolean;
1888
+ values_list?: {
1889
+ enable: boolean;
1890
+ allowFreeEntry?: boolean | null;
1891
+ allowListUpdate?: boolean | null;
1892
+ dateRangeValues?: Array<{
1893
+ from?: string | null;
1894
+ to?: string | null;
1895
+ }> | null;
1896
+ } | {
1897
+ enable: boolean;
1898
+ allowFreeEntry?: boolean | null;
1899
+ allowListUpdate?: boolean | null;
1900
+ values?: Array<string> | null;
1901
+ } | null;
1902
+ permissions: {
1903
+ access_attribute: boolean;
1904
+ edit_value: boolean;
1905
+ };
1906
+ versions_conf?: {
1907
+ versionable: boolean;
1908
+ profile?: {
1909
+ id: string;
1910
+ trees: Array<{
1911
+ id: string;
1912
+ label?: any | null;
1913
+ }>;
1914
+ } | null;
1915
+ } | null;
1916
+ metadata_fields?: Array<{
1917
+ id: string;
1918
+ label?: any | null;
1919
+ description?: any | null;
1920
+ type: AttributeType;
1921
+ format?: AttributeFormat | null;
1922
+ system: boolean;
1923
+ readonly: boolean;
1924
+ multiple_values: boolean;
1925
+ permissions: {
1926
+ access_attribute: boolean;
1927
+ edit_value: boolean;
1928
+ };
1929
+ values_list?: {
1930
+ enable: boolean;
1931
+ allowFreeEntry?: boolean | null;
1932
+ allowListUpdate?: boolean | null;
1933
+ dateRangeValues?: Array<{
1934
+ from?: string | null;
1935
+ to?: string | null;
1936
+ }> | null;
1937
+ } | {
1938
+ enable: boolean;
1939
+ allowFreeEntry?: boolean | null;
1940
+ allowListUpdate?: boolean | null;
1941
+ values?: Array<string> | null;
1942
+ } | null;
1943
+ metadata_fields?: Array<{
1944
+ id: string;
1945
+ }> | null;
1946
+ }> | null;
1947
+ } | {
1948
+ id: string;
1949
+ label?: any | null;
1950
+ description?: any | null;
1951
+ type: AttributeType;
1952
+ format?: AttributeFormat | null;
1953
+ system: boolean;
1954
+ readonly: boolean;
1955
+ required: boolean;
1956
+ multiple_values: boolean;
1957
+ compute: boolean;
1958
+ linked_tree?: {
1959
+ id: string;
1960
+ label?: any | null;
1961
+ } | null;
1962
+ treeValuesList?: {
1963
+ enable: boolean;
1964
+ allowFreeEntry?: boolean | null;
1965
+ allowListUpdate?: boolean | null;
1966
+ values?: Array<{
1967
+ id: string;
1968
+ record: {
1969
+ id: string;
1970
+ whoAmI: {
1971
+ id: string;
1972
+ label?: string | null;
1973
+ subLabel?: string | null;
1974
+ color?: string | null;
1975
+ preview?: IPreviewScalar | null;
1976
+ library: {
1977
+ id: string;
1978
+ label?: any | null;
1979
+ };
1980
+ };
1981
+ };
1982
+ ancestors?: Array<{
1983
+ record: {
1984
+ id: string;
1985
+ whoAmI: {
1986
+ id: string;
1987
+ label?: string | null;
1988
+ subLabel?: string | null;
1989
+ color?: string | null;
1990
+ preview?: IPreviewScalar | null;
1991
+ library: {
1992
+ id: string;
1993
+ label?: any | null;
1994
+ };
1995
+ };
1996
+ };
1997
+ }> | null;
1998
+ }> | null;
1999
+ } | null;
2000
+ permissions: {
2001
+ access_attribute: boolean;
2002
+ edit_value: boolean;
2003
+ };
2004
+ versions_conf?: {
2005
+ versionable: boolean;
2006
+ profile?: {
2007
+ id: string;
2008
+ trees: Array<{
2009
+ id: string;
2010
+ label?: any | null;
2011
+ }>;
2012
+ } | null;
2013
+ } | null;
2014
+ metadata_fields?: Array<{
2015
+ id: string;
2016
+ label?: any | null;
2017
+ description?: any | null;
2018
+ type: AttributeType;
2019
+ format?: AttributeFormat | null;
2020
+ system: boolean;
2021
+ readonly: boolean;
2022
+ multiple_values: boolean;
2023
+ permissions: {
2024
+ access_attribute: boolean;
2025
+ edit_value: boolean;
2026
+ };
2027
+ values_list?: {
2028
+ enable: boolean;
2029
+ allowFreeEntry?: boolean | null;
2030
+ allowListUpdate?: boolean | null;
2031
+ dateRangeValues?: Array<{
2032
+ from?: string | null;
2033
+ to?: string | null;
2034
+ }> | null;
2035
+ } | {
2036
+ enable: boolean;
2037
+ allowFreeEntry?: boolean | null;
2038
+ allowListUpdate?: boolean | null;
2039
+ values?: Array<string> | null;
2040
+ } | null;
2041
+ metadata_fields?: Array<{
2042
+ id: string;
2043
+ }> | null;
2044
+ }> | null;
2045
+ };
2046
+ } | null;
1753
2047
  };
1754
2048
  export type ValueDetailsLinkValueFragment = {
1755
2049
  id_value?: string | null;
@@ -2424,9 +2718,264 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2718
  values?: Array<string> | null;
2425
2719
  };
2426
2720
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2427
- export type TreeDetailsFragment = {
2428
- id: string;
2429
- label?: any | null;
2721
+ export type JoinLibraryContextFragment = {
2722
+ mandatoryAttribute: {
2723
+ id: string;
2724
+ label?: any | null;
2725
+ description?: any | null;
2726
+ type: AttributeType;
2727
+ format?: AttributeFormat | null;
2728
+ system: boolean;
2729
+ readonly: boolean;
2730
+ required: boolean;
2731
+ multiple_values: boolean;
2732
+ compute: boolean;
2733
+ linked_library?: {
2734
+ id: string;
2735
+ label?: any | null;
2736
+ behavior: LibraryBehavior;
2737
+ permissions?: {
2738
+ create_record: boolean;
2739
+ } | null;
2740
+ } | null;
2741
+ linkValuesList?: {
2742
+ enable: boolean;
2743
+ allowFreeEntry?: boolean | null;
2744
+ allowListUpdate?: boolean | null;
2745
+ values?: Array<{
2746
+ id: string;
2747
+ whoAmI: {
2748
+ id: string;
2749
+ label?: string | null;
2750
+ subLabel?: string | null;
2751
+ color?: string | null;
2752
+ preview?: IPreviewScalar | null;
2753
+ library: {
2754
+ id: string;
2755
+ label?: any | null;
2756
+ };
2757
+ };
2758
+ }> | null;
2759
+ } | null;
2760
+ permissions: {
2761
+ access_attribute: boolean;
2762
+ edit_value: boolean;
2763
+ };
2764
+ versions_conf?: {
2765
+ versionable: boolean;
2766
+ profile?: {
2767
+ id: string;
2768
+ trees: Array<{
2769
+ id: string;
2770
+ label?: any | null;
2771
+ }>;
2772
+ } | null;
2773
+ } | null;
2774
+ metadata_fields?: Array<{
2775
+ id: string;
2776
+ label?: any | null;
2777
+ description?: any | null;
2778
+ type: AttributeType;
2779
+ format?: AttributeFormat | null;
2780
+ system: boolean;
2781
+ readonly: boolean;
2782
+ multiple_values: boolean;
2783
+ permissions: {
2784
+ access_attribute: boolean;
2785
+ edit_value: boolean;
2786
+ };
2787
+ values_list?: {
2788
+ enable: boolean;
2789
+ allowFreeEntry?: boolean | null;
2790
+ allowListUpdate?: boolean | null;
2791
+ dateRangeValues?: Array<{
2792
+ from?: string | null;
2793
+ to?: string | null;
2794
+ }> | null;
2795
+ } | {
2796
+ enable: boolean;
2797
+ allowFreeEntry?: boolean | null;
2798
+ allowListUpdate?: boolean | null;
2799
+ values?: Array<string> | null;
2800
+ } | null;
2801
+ metadata_fields?: Array<{
2802
+ id: string;
2803
+ }> | null;
2804
+ }> | null;
2805
+ } | {
2806
+ character_limit?: number | null;
2807
+ id: string;
2808
+ label?: any | null;
2809
+ description?: any | null;
2810
+ type: AttributeType;
2811
+ format?: AttributeFormat | null;
2812
+ system: boolean;
2813
+ readonly: boolean;
2814
+ required: boolean;
2815
+ multiple_values: boolean;
2816
+ compute: boolean;
2817
+ values_list?: {
2818
+ enable: boolean;
2819
+ allowFreeEntry?: boolean | null;
2820
+ allowListUpdate?: boolean | null;
2821
+ dateRangeValues?: Array<{
2822
+ from?: string | null;
2823
+ to?: string | null;
2824
+ }> | null;
2825
+ } | {
2826
+ enable: boolean;
2827
+ allowFreeEntry?: boolean | null;
2828
+ allowListUpdate?: boolean | null;
2829
+ values?: Array<string> | null;
2830
+ } | null;
2831
+ permissions: {
2832
+ access_attribute: boolean;
2833
+ edit_value: boolean;
2834
+ };
2835
+ versions_conf?: {
2836
+ versionable: boolean;
2837
+ profile?: {
2838
+ id: string;
2839
+ trees: Array<{
2840
+ id: string;
2841
+ label?: any | null;
2842
+ }>;
2843
+ } | null;
2844
+ } | null;
2845
+ metadata_fields?: Array<{
2846
+ id: string;
2847
+ label?: any | null;
2848
+ description?: any | null;
2849
+ type: AttributeType;
2850
+ format?: AttributeFormat | null;
2851
+ system: boolean;
2852
+ readonly: boolean;
2853
+ multiple_values: boolean;
2854
+ permissions: {
2855
+ access_attribute: boolean;
2856
+ edit_value: boolean;
2857
+ };
2858
+ values_list?: {
2859
+ enable: boolean;
2860
+ allowFreeEntry?: boolean | null;
2861
+ allowListUpdate?: boolean | null;
2862
+ dateRangeValues?: Array<{
2863
+ from?: string | null;
2864
+ to?: string | null;
2865
+ }> | null;
2866
+ } | {
2867
+ enable: boolean;
2868
+ allowFreeEntry?: boolean | null;
2869
+ allowListUpdate?: boolean | null;
2870
+ values?: Array<string> | null;
2871
+ } | null;
2872
+ metadata_fields?: Array<{
2873
+ id: string;
2874
+ }> | null;
2875
+ }> | null;
2876
+ } | {
2877
+ id: string;
2878
+ label?: any | null;
2879
+ description?: any | null;
2880
+ type: AttributeType;
2881
+ format?: AttributeFormat | null;
2882
+ system: boolean;
2883
+ readonly: boolean;
2884
+ required: boolean;
2885
+ multiple_values: boolean;
2886
+ compute: boolean;
2887
+ linked_tree?: {
2888
+ id: string;
2889
+ label?: any | null;
2890
+ } | null;
2891
+ treeValuesList?: {
2892
+ enable: boolean;
2893
+ allowFreeEntry?: boolean | null;
2894
+ allowListUpdate?: boolean | null;
2895
+ values?: Array<{
2896
+ id: string;
2897
+ record: {
2898
+ id: string;
2899
+ whoAmI: {
2900
+ id: string;
2901
+ label?: string | null;
2902
+ subLabel?: string | null;
2903
+ color?: string | null;
2904
+ preview?: IPreviewScalar | null;
2905
+ library: {
2906
+ id: string;
2907
+ label?: any | null;
2908
+ };
2909
+ };
2910
+ };
2911
+ ancestors?: Array<{
2912
+ record: {
2913
+ id: string;
2914
+ whoAmI: {
2915
+ id: string;
2916
+ label?: string | null;
2917
+ subLabel?: string | null;
2918
+ color?: string | null;
2919
+ preview?: IPreviewScalar | null;
2920
+ library: {
2921
+ id: string;
2922
+ label?: any | null;
2923
+ };
2924
+ };
2925
+ };
2926
+ }> | null;
2927
+ }> | null;
2928
+ } | null;
2929
+ permissions: {
2930
+ access_attribute: boolean;
2931
+ edit_value: boolean;
2932
+ };
2933
+ versions_conf?: {
2934
+ versionable: boolean;
2935
+ profile?: {
2936
+ id: string;
2937
+ trees: Array<{
2938
+ id: string;
2939
+ label?: any | null;
2940
+ }>;
2941
+ } | null;
2942
+ } | null;
2943
+ metadata_fields?: Array<{
2944
+ id: string;
2945
+ label?: any | null;
2946
+ description?: any | null;
2947
+ type: AttributeType;
2948
+ format?: AttributeFormat | null;
2949
+ system: boolean;
2950
+ readonly: boolean;
2951
+ multiple_values: boolean;
2952
+ permissions: {
2953
+ access_attribute: boolean;
2954
+ edit_value: boolean;
2955
+ };
2956
+ values_list?: {
2957
+ enable: boolean;
2958
+ allowFreeEntry?: boolean | null;
2959
+ allowListUpdate?: boolean | null;
2960
+ dateRangeValues?: Array<{
2961
+ from?: string | null;
2962
+ to?: string | null;
2963
+ }> | null;
2964
+ } | {
2965
+ enable: boolean;
2966
+ allowFreeEntry?: boolean | null;
2967
+ allowListUpdate?: boolean | null;
2968
+ values?: Array<string> | null;
2969
+ } | null;
2970
+ metadata_fields?: Array<{
2971
+ id: string;
2972
+ }> | null;
2973
+ }> | null;
2974
+ };
2975
+ };
2976
+ export type TreeDetailsFragment = {
2977
+ id: string;
2978
+ label?: any | null;
2430
2979
  behavior: TreeBehavior;
2431
2980
  system: boolean;
2432
2981
  libraries: Array<{
@@ -2561,12 +3110,162 @@ export type ViewDetailsFilterFragment = {
2561
3110
  label?: any | null;
2562
3111
  } | null;
2563
3112
  };
3113
+ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3114
+ id: string;
3115
+ type: AttributeType;
3116
+ format?: AttributeFormat | null;
3117
+ label?: any | null;
3118
+ multiple_values: boolean;
3119
+ system: boolean;
3120
+ readonly: boolean;
3121
+ permissions: {
3122
+ access_attribute: boolean;
3123
+ };
3124
+ valuesList?: {
3125
+ enable: boolean;
3126
+ allowFreeEntry?: boolean | null;
3127
+ allowListUpdate?: boolean | null;
3128
+ linkedValues?: Array<{
3129
+ id: string;
3130
+ whoAmI: {
3131
+ id: string;
3132
+ label?: string | null;
3133
+ subLabel?: string | null;
3134
+ color?: string | null;
3135
+ preview?: IPreviewScalar | null;
3136
+ library: {
3137
+ id: string;
3138
+ label?: any | null;
3139
+ };
3140
+ };
3141
+ }> | null;
3142
+ } | null;
3143
+ linked_library?: {
3144
+ id: string;
3145
+ } | null;
3146
+ };
3147
+ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3148
+ id: string;
3149
+ type: AttributeType;
3150
+ format?: AttributeFormat | null;
3151
+ label?: any | null;
3152
+ multiple_values: boolean;
3153
+ system: boolean;
3154
+ readonly: boolean;
3155
+ embedded_fields?: Array<{
3156
+ id: string;
3157
+ format?: AttributeFormat | null;
3158
+ label?: any | null;
3159
+ } | null> | null;
3160
+ valuesList?: {
3161
+ enable: boolean;
3162
+ allowFreeEntry?: boolean | null;
3163
+ allowListUpdate?: boolean | null;
3164
+ dateRangeValues?: Array<{
3165
+ from?: string | null;
3166
+ to?: string | null;
3167
+ }> | null;
3168
+ } | {
3169
+ enable: boolean;
3170
+ allowFreeEntry?: boolean | null;
3171
+ allowListUpdate?: boolean | null;
3172
+ values?: Array<string> | null;
3173
+ } | null;
3174
+ permissions: {
3175
+ access_attribute: boolean;
3176
+ };
3177
+ };
3178
+ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3179
+ id: string;
3180
+ type: AttributeType;
3181
+ format?: AttributeFormat | null;
3182
+ label?: any | null;
3183
+ multiple_values: boolean;
3184
+ system: boolean;
3185
+ readonly: boolean;
3186
+ linked_tree?: {
3187
+ id: string;
3188
+ label?: any | null;
3189
+ libraries: Array<{
3190
+ library: {
3191
+ id: string;
3192
+ label?: any | null;
3193
+ };
3194
+ }>;
3195
+ } | null;
3196
+ permissions: {
3197
+ access_attribute: boolean;
3198
+ };
3199
+ };
3200
+ export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3201
+ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3202
+ valuesList?: {
3203
+ enable: boolean;
3204
+ allowFreeEntry?: boolean | null;
3205
+ allowListUpdate?: boolean | null;
3206
+ linkedValues?: Array<{
3207
+ id: string;
3208
+ whoAmI: {
3209
+ id: string;
3210
+ label?: string | null;
3211
+ subLabel?: string | null;
3212
+ color?: string | null;
3213
+ preview?: IPreviewScalar | null;
3214
+ library: {
3215
+ id: string;
3216
+ label?: any | null;
3217
+ };
3218
+ };
3219
+ }> | null;
3220
+ } | null;
3221
+ linked_library?: {
3222
+ id: string;
3223
+ } | null;
3224
+ };
3225
+ export type StandardAttributeDetailsFragment = {
3226
+ id: string;
3227
+ type: AttributeType;
3228
+ embedded_fields?: Array<{
3229
+ id: string;
3230
+ format?: AttributeFormat | null;
3231
+ label?: any | null;
3232
+ } | null> | null;
3233
+ valuesList?: {
3234
+ enable: boolean;
3235
+ allowFreeEntry?: boolean | null;
3236
+ allowListUpdate?: boolean | null;
3237
+ values?: Array<string> | null;
3238
+ } | null;
3239
+ };
2564
3240
  export type LinkAttributeDetailsFragment = {
2565
3241
  label?: any | null;
3242
+ type: AttributeType;
2566
3243
  linked_library?: {
2567
3244
  id: string;
2568
3245
  label?: any | null;
2569
3246
  } | null;
3247
+ valuesList?: {
3248
+ allowFreeEntry?: boolean | null;
3249
+ enable: boolean;
3250
+ linkedValues?: Array<{
3251
+ id: string;
3252
+ whoAmI: {
3253
+ id: string;
3254
+ label?: string | null;
3255
+ library: {
3256
+ id: string;
3257
+ };
3258
+ };
3259
+ }> | null;
3260
+ } | null;
3261
+ };
3262
+ export type TreeAttributeDetailsFragment = {
3263
+ id: string;
3264
+ label?: any | null;
3265
+ linked_tree?: {
3266
+ id: string;
3267
+ label?: any | null;
3268
+ } | null;
2570
3269
  };
2571
3270
  export type AttributePropertiesFragment = {
2572
3271
  id: string;
@@ -2574,6 +3273,8 @@ export type AttributePropertiesFragment = {
2574
3273
  type: AttributeType;
2575
3274
  format?: AttributeFormat | null;
2576
3275
  multiple_values: boolean;
3276
+ multi_link_display_option?: MultiDisplayOption | null;
3277
+ multi_tree_display_option?: MultiDisplayOption | null;
2577
3278
  };
2578
3279
  export type PropertyValueLinkValueFragment = {
2579
3280
  linkPayload?: {
@@ -2626,6 +3327,8 @@ export type LinkPropertyLinkValueFragment = {
2626
3327
  type: AttributeType;
2627
3328
  format?: AttributeFormat | null;
2628
3329
  multiple_values: boolean;
3330
+ multi_link_display_option?: MultiDisplayOption | null;
3331
+ multi_tree_display_option?: MultiDisplayOption | null;
2629
3332
  };
2630
3333
  values: Array<{
2631
3334
  linkPayload?: {
@@ -2685,6 +3388,9 @@ export type LibraryAttributeLinkAttributeFragment = {
2685
3388
  id: string;
2686
3389
  type: AttributeType;
2687
3390
  label?: any | null;
3391
+ permissions: {
3392
+ access_attribute: boolean;
3393
+ };
2688
3394
  linked_library?: {
2689
3395
  id: string;
2690
3396
  label?: any | null;
@@ -2701,11 +3407,17 @@ export type LibraryAttributeStandardAttributeFragment = {
2701
3407
  id: string;
2702
3408
  type: AttributeType;
2703
3409
  label?: any | null;
3410
+ permissions: {
3411
+ access_attribute: boolean;
3412
+ };
2704
3413
  };
2705
3414
  export type LibraryAttributeTreeAttributeFragment = {
2706
3415
  id: string;
2707
3416
  type: AttributeType;
2708
3417
  label?: any | null;
3418
+ permissions: {
3419
+ access_attribute: boolean;
3420
+ };
2709
3421
  };
2710
3422
  export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2711
3423
  export type LibraryAttributeLinkFragment = {
@@ -2720,6 +3432,13 @@ export type LibraryAttributeLinkFragment = {
2720
3432
  }> | null;
2721
3433
  } | null;
2722
3434
  };
3435
+ export type RecordHistoryLogAttributeFragment = {
3436
+ id: string;
3437
+ label?: any | null;
3438
+ type: AttributeType;
3439
+ format?: AttributeFormat | null;
3440
+ multiple_values: boolean;
3441
+ };
2723
3442
  export type CheckApplicationExistenceQueryVariables = Exact<{
2724
3443
  id?: InputMaybe<Scalars['ID']>;
2725
3444
  endpoint?: InputMaybe<Scalars['String']>;
@@ -2840,6 +3559,8 @@ export type GetAttributeByIdQuery = {
2840
3559
  label?: any | null;
2841
3560
  description?: any | null;
2842
3561
  multiple_values: boolean;
3562
+ multi_link_display_option?: MultiDisplayOption | null;
3563
+ multi_tree_display_option?: MultiDisplayOption | null;
2843
3564
  linked_library?: {
2844
3565
  id: string;
2845
3566
  label?: any | null;
@@ -2876,6 +3597,8 @@ export type GetAttributeByIdQuery = {
2876
3597
  label?: any | null;
2877
3598
  description?: any | null;
2878
3599
  multiple_values: boolean;
3600
+ multi_link_display_option?: MultiDisplayOption | null;
3601
+ multi_tree_display_option?: MultiDisplayOption | null;
2879
3602
  metadata_fields?: Array<{
2880
3603
  id: string;
2881
3604
  label?: any | null;
@@ -2907,6 +3630,8 @@ export type GetAttributeByIdQuery = {
2907
3630
  label?: any | null;
2908
3631
  description?: any | null;
2909
3632
  multiple_values: boolean;
3633
+ multi_link_display_option?: MultiDisplayOption | null;
3634
+ multi_tree_display_option?: MultiDisplayOption | null;
2910
3635
  linked_tree?: {
2911
3636
  id: string;
2912
3637
  label?: any | null;
@@ -3049,6 +3774,8 @@ export type SaveAttributeMutation = {
3049
3774
  label?: any | null;
3050
3775
  description?: any | null;
3051
3776
  multiple_values: boolean;
3777
+ multi_link_display_option?: MultiDisplayOption | null;
3778
+ multi_tree_display_option?: MultiDisplayOption | null;
3052
3779
  linked_library?: {
3053
3780
  id: string;
3054
3781
  label?: any | null;
@@ -3085,6 +3812,8 @@ export type SaveAttributeMutation = {
3085
3812
  label?: any | null;
3086
3813
  description?: any | null;
3087
3814
  multiple_values: boolean;
3815
+ multi_link_display_option?: MultiDisplayOption | null;
3816
+ multi_tree_display_option?: MultiDisplayOption | null;
3088
3817
  metadata_fields?: Array<{
3089
3818
  id: string;
3090
3819
  label?: any | null;
@@ -3116,6 +3845,8 @@ export type SaveAttributeMutation = {
3116
3845
  label?: any | null;
3117
3846
  description?: any | null;
3118
3847
  multiple_values: boolean;
3848
+ multi_link_display_option?: MultiDisplayOption | null;
3849
+ multi_tree_display_option?: MultiDisplayOption | null;
3119
3850
  linked_tree?: {
3120
3851
  id: string;
3121
3852
  label?: any | null;
@@ -3569,6 +4300,83 @@ export type IsAllowedQuery = {
3569
4300
  allowed?: boolean | null;
3570
4301
  }> | null;
3571
4302
  };
4303
+ export type ActivateNewRecordMutationVariables = Exact<{
4304
+ libraryId: Scalars['ID'];
4305
+ recordId: Scalars['ID'];
4306
+ formId?: InputMaybe<Scalars['String']>;
4307
+ }>;
4308
+ export type ActivateNewRecordMutation = {
4309
+ activateNewRecord: {
4310
+ record?: {
4311
+ id: string;
4312
+ whoAmI: {
4313
+ id: string;
4314
+ label?: string | null;
4315
+ subLabel?: string | null;
4316
+ color?: string | null;
4317
+ preview?: IPreviewScalar | null;
4318
+ library: {
4319
+ id: string;
4320
+ label?: any | null;
4321
+ };
4322
+ };
4323
+ } | null;
4324
+ valuesErrors?: Array<{
4325
+ type: string;
4326
+ attribute: string;
4327
+ input?: string | null;
4328
+ message: string;
4329
+ }> | null;
4330
+ };
4331
+ };
4332
+ export type ActivateRecordsMutationVariables = Exact<{
4333
+ libraryId: Scalars['String'];
4334
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4335
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4336
+ }>;
4337
+ export type ActivateRecordsMutation = {
4338
+ activateRecords: Array<{
4339
+ id: string;
4340
+ whoAmI: {
4341
+ id: string;
4342
+ label?: string | null;
4343
+ subLabel?: string | null;
4344
+ color?: string | null;
4345
+ preview?: IPreviewScalar | null;
4346
+ library: {
4347
+ id: string;
4348
+ label?: any | null;
4349
+ };
4350
+ };
4351
+ }>;
4352
+ };
4353
+ export type CreateEmptyRecordMutationVariables = Exact<{
4354
+ library: Scalars['ID'];
4355
+ }>;
4356
+ export type CreateEmptyRecordMutation = {
4357
+ createEmptyRecord: {
4358
+ record?: {
4359
+ id: string;
4360
+ whoAmI: {
4361
+ id: string;
4362
+ label?: string | null;
4363
+ subLabel?: string | null;
4364
+ color?: string | null;
4365
+ preview?: IPreviewScalar | null;
4366
+ library: {
4367
+ id: string;
4368
+ label?: any | null;
4369
+ };
4370
+ };
4371
+ } | null;
4372
+ valuesErrors?: Array<{
4373
+ type: string;
4374
+ attribute: string;
4375
+ input?: string | null;
4376
+ message: string;
4377
+ }> | null;
4378
+ };
4379
+ };
3572
4380
  export type CreateRecordMutationVariables = Exact<{
3573
4381
  library: Scalars['ID'];
3574
4382
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4303,64 +5111,323 @@ export type RecordFormQuery = {
4303
5111
  preview?: IPreviewScalar | null;
4304
5112
  library: {
4305
5113
  id: string;
4306
- label?: any | null;
5114
+ label?: any | null;
5115
+ };
5116
+ };
5117
+ };
5118
+ }> | null;
5119
+ }> | null;
5120
+ } | null;
5121
+ permissions: {
5122
+ access_attribute: boolean;
5123
+ edit_value: boolean;
5124
+ };
5125
+ versions_conf?: {
5126
+ versionable: boolean;
5127
+ profile?: {
5128
+ id: string;
5129
+ trees: Array<{
5130
+ id: string;
5131
+ label?: any | null;
5132
+ }>;
5133
+ } | null;
5134
+ } | null;
5135
+ metadata_fields?: Array<{
5136
+ id: string;
5137
+ label?: any | null;
5138
+ description?: any | null;
5139
+ type: AttributeType;
5140
+ format?: AttributeFormat | null;
5141
+ system: boolean;
5142
+ readonly: boolean;
5143
+ multiple_values: boolean;
5144
+ permissions: {
5145
+ access_attribute: boolean;
5146
+ edit_value: boolean;
5147
+ };
5148
+ values_list?: {
5149
+ enable: boolean;
5150
+ allowFreeEntry?: boolean | null;
5151
+ allowListUpdate?: boolean | null;
5152
+ dateRangeValues?: Array<{
5153
+ from?: string | null;
5154
+ to?: string | null;
5155
+ }> | null;
5156
+ } | {
5157
+ enable: boolean;
5158
+ allowFreeEntry?: boolean | null;
5159
+ allowListUpdate?: boolean | null;
5160
+ values?: Array<string> | null;
5161
+ } | null;
5162
+ metadata_fields?: Array<{
5163
+ id: string;
5164
+ }> | null;
5165
+ }> | null;
5166
+ } | null;
5167
+ settings: Array<{
5168
+ key: string;
5169
+ value: any;
5170
+ }>;
5171
+ joinLibraryContext?: {
5172
+ mandatoryAttribute: {
5173
+ id: string;
5174
+ label?: any | null;
5175
+ description?: any | null;
5176
+ type: AttributeType;
5177
+ format?: AttributeFormat | null;
5178
+ system: boolean;
5179
+ readonly: boolean;
5180
+ required: boolean;
5181
+ multiple_values: boolean;
5182
+ compute: boolean;
5183
+ linked_library?: {
5184
+ id: string;
5185
+ label?: any | null;
5186
+ behavior: LibraryBehavior;
5187
+ permissions?: {
5188
+ create_record: boolean;
5189
+ } | null;
5190
+ } | null;
5191
+ linkValuesList?: {
5192
+ enable: boolean;
5193
+ allowFreeEntry?: boolean | null;
5194
+ allowListUpdate?: boolean | null;
5195
+ values?: Array<{
5196
+ id: string;
5197
+ whoAmI: {
5198
+ id: string;
5199
+ label?: string | null;
5200
+ subLabel?: string | null;
5201
+ color?: string | null;
5202
+ preview?: IPreviewScalar | null;
5203
+ library: {
5204
+ id: string;
5205
+ label?: any | null;
5206
+ };
5207
+ };
5208
+ }> | null;
5209
+ } | null;
5210
+ permissions: {
5211
+ access_attribute: boolean;
5212
+ edit_value: boolean;
5213
+ };
5214
+ versions_conf?: {
5215
+ versionable: boolean;
5216
+ profile?: {
5217
+ id: string;
5218
+ trees: Array<{
5219
+ id: string;
5220
+ label?: any | null;
5221
+ }>;
5222
+ } | null;
5223
+ } | null;
5224
+ metadata_fields?: Array<{
5225
+ id: string;
5226
+ label?: any | null;
5227
+ description?: any | null;
5228
+ type: AttributeType;
5229
+ format?: AttributeFormat | null;
5230
+ system: boolean;
5231
+ readonly: boolean;
5232
+ multiple_values: boolean;
5233
+ permissions: {
5234
+ access_attribute: boolean;
5235
+ edit_value: boolean;
5236
+ };
5237
+ values_list?: {
5238
+ enable: boolean;
5239
+ allowFreeEntry?: boolean | null;
5240
+ allowListUpdate?: boolean | null;
5241
+ dateRangeValues?: Array<{
5242
+ from?: string | null;
5243
+ to?: string | null;
5244
+ }> | null;
5245
+ } | {
5246
+ enable: boolean;
5247
+ allowFreeEntry?: boolean | null;
5248
+ allowListUpdate?: boolean | null;
5249
+ values?: Array<string> | null;
5250
+ } | null;
5251
+ metadata_fields?: Array<{
5252
+ id: string;
5253
+ }> | null;
5254
+ }> | null;
5255
+ } | {
5256
+ character_limit?: number | null;
5257
+ id: string;
5258
+ label?: any | null;
5259
+ description?: any | null;
5260
+ type: AttributeType;
5261
+ format?: AttributeFormat | null;
5262
+ system: boolean;
5263
+ readonly: boolean;
5264
+ required: boolean;
5265
+ multiple_values: boolean;
5266
+ compute: boolean;
5267
+ values_list?: {
5268
+ enable: boolean;
5269
+ allowFreeEntry?: boolean | null;
5270
+ allowListUpdate?: boolean | null;
5271
+ dateRangeValues?: Array<{
5272
+ from?: string | null;
5273
+ to?: string | null;
5274
+ }> | null;
5275
+ } | {
5276
+ enable: boolean;
5277
+ allowFreeEntry?: boolean | null;
5278
+ allowListUpdate?: boolean | null;
5279
+ values?: Array<string> | null;
5280
+ } | null;
5281
+ permissions: {
5282
+ access_attribute: boolean;
5283
+ edit_value: boolean;
5284
+ };
5285
+ versions_conf?: {
5286
+ versionable: boolean;
5287
+ profile?: {
5288
+ id: string;
5289
+ trees: Array<{
5290
+ id: string;
5291
+ label?: any | null;
5292
+ }>;
5293
+ } | null;
5294
+ } | null;
5295
+ metadata_fields?: Array<{
5296
+ id: string;
5297
+ label?: any | null;
5298
+ description?: any | null;
5299
+ type: AttributeType;
5300
+ format?: AttributeFormat | null;
5301
+ system: boolean;
5302
+ readonly: boolean;
5303
+ multiple_values: boolean;
5304
+ permissions: {
5305
+ access_attribute: boolean;
5306
+ edit_value: boolean;
5307
+ };
5308
+ values_list?: {
5309
+ enable: boolean;
5310
+ allowFreeEntry?: boolean | null;
5311
+ allowListUpdate?: boolean | null;
5312
+ dateRangeValues?: Array<{
5313
+ from?: string | null;
5314
+ to?: string | null;
5315
+ }> | null;
5316
+ } | {
5317
+ enable: boolean;
5318
+ allowFreeEntry?: boolean | null;
5319
+ allowListUpdate?: boolean | null;
5320
+ values?: Array<string> | null;
5321
+ } | null;
5322
+ metadata_fields?: Array<{
5323
+ id: string;
5324
+ }> | null;
5325
+ }> | null;
5326
+ } | {
5327
+ id: string;
5328
+ label?: any | null;
5329
+ description?: any | null;
5330
+ type: AttributeType;
5331
+ format?: AttributeFormat | null;
5332
+ system: boolean;
5333
+ readonly: boolean;
5334
+ required: boolean;
5335
+ multiple_values: boolean;
5336
+ compute: boolean;
5337
+ linked_tree?: {
5338
+ id: string;
5339
+ label?: any | null;
5340
+ } | null;
5341
+ treeValuesList?: {
5342
+ enable: boolean;
5343
+ allowFreeEntry?: boolean | null;
5344
+ allowListUpdate?: boolean | null;
5345
+ values?: Array<{
5346
+ id: string;
5347
+ record: {
5348
+ id: string;
5349
+ whoAmI: {
5350
+ id: string;
5351
+ label?: string | null;
5352
+ subLabel?: string | null;
5353
+ color?: string | null;
5354
+ preview?: IPreviewScalar | null;
5355
+ library: {
5356
+ id: string;
5357
+ label?: any | null;
5358
+ };
5359
+ };
5360
+ };
5361
+ ancestors?: Array<{
5362
+ record: {
5363
+ id: string;
5364
+ whoAmI: {
5365
+ id: string;
5366
+ label?: string | null;
5367
+ subLabel?: string | null;
5368
+ color?: string | null;
5369
+ preview?: IPreviewScalar | null;
5370
+ library: {
5371
+ id: string;
5372
+ label?: any | null;
5373
+ };
4307
5374
  };
4308
5375
  };
4309
- };
5376
+ }> | null;
4310
5377
  }> | null;
4311
- }> | null;
4312
- } | null;
4313
- permissions: {
4314
- access_attribute: boolean;
4315
- edit_value: boolean;
4316
- };
4317
- versions_conf?: {
4318
- versionable: boolean;
4319
- profile?: {
4320
- id: string;
4321
- trees: Array<{
4322
- id: string;
4323
- label?: any | null;
4324
- }>;
4325
5378
  } | null;
4326
- } | null;
4327
- metadata_fields?: Array<{
4328
- id: string;
4329
- label?: any | null;
4330
- description?: any | null;
4331
- type: AttributeType;
4332
- format?: AttributeFormat | null;
4333
- system: boolean;
4334
- readonly: boolean;
4335
- multiple_values: boolean;
4336
5379
  permissions: {
4337
5380
  access_attribute: boolean;
4338
5381
  edit_value: boolean;
4339
5382
  };
4340
- values_list?: {
4341
- enable: boolean;
4342
- allowFreeEntry?: boolean | null;
4343
- allowListUpdate?: boolean | null;
4344
- dateRangeValues?: Array<{
4345
- from?: string | null;
4346
- to?: string | null;
4347
- }> | null;
4348
- } | {
4349
- enable: boolean;
4350
- allowFreeEntry?: boolean | null;
4351
- allowListUpdate?: boolean | null;
4352
- values?: Array<string> | null;
5383
+ versions_conf?: {
5384
+ versionable: boolean;
5385
+ profile?: {
5386
+ id: string;
5387
+ trees: Array<{
5388
+ id: string;
5389
+ label?: any | null;
5390
+ }>;
5391
+ } | null;
4353
5392
  } | null;
4354
5393
  metadata_fields?: Array<{
4355
5394
  id: string;
5395
+ label?: any | null;
5396
+ description?: any | null;
5397
+ type: AttributeType;
5398
+ format?: AttributeFormat | null;
5399
+ system: boolean;
5400
+ readonly: boolean;
5401
+ multiple_values: boolean;
5402
+ permissions: {
5403
+ access_attribute: boolean;
5404
+ edit_value: boolean;
5405
+ };
5406
+ values_list?: {
5407
+ enable: boolean;
5408
+ allowFreeEntry?: boolean | null;
5409
+ allowListUpdate?: boolean | null;
5410
+ dateRangeValues?: Array<{
5411
+ from?: string | null;
5412
+ to?: string | null;
5413
+ }> | null;
5414
+ } | {
5415
+ enable: boolean;
5416
+ allowFreeEntry?: boolean | null;
5417
+ allowListUpdate?: boolean | null;
5418
+ values?: Array<string> | null;
5419
+ } | null;
5420
+ metadata_fields?: Array<{
5421
+ id: string;
5422
+ }> | null;
4356
5423
  }> | null;
4357
- }> | null;
5424
+ };
4358
5425
  } | null;
4359
- settings: Array<{
4360
- key: string;
4361
- value: any;
4362
- }>;
4363
5426
  }>;
5427
+ sidePanel?: {
5428
+ enable: boolean;
5429
+ isOpenByDefault?: boolean | null;
5430
+ } | null;
4364
5431
  } | null;
4365
5432
  };
4366
5433
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4785,6 +5852,30 @@ export type RecordUpdateSubscription = {
4785
5852
  }>;
4786
5853
  };
4787
5854
  };
5855
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5856
+ libraryId: Scalars['ID'];
5857
+ pagination?: InputMaybe<RecordsPagination>;
5858
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5859
+ }>;
5860
+ export type GetRecordsFromLibraryQuery = {
5861
+ records: {
5862
+ totalCount?: number | null;
5863
+ list: Array<{
5864
+ id: string;
5865
+ whoAmI: {
5866
+ id: string;
5867
+ label?: string | null;
5868
+ subLabel?: string | null;
5869
+ color?: string | null;
5870
+ preview?: IPreviewScalar | null;
5871
+ library: {
5872
+ id: string;
5873
+ label?: any | null;
5874
+ };
5875
+ };
5876
+ }>;
5877
+ };
5878
+ };
4788
5879
  export type IndexRecordsMutationVariables = Exact<{
4789
5880
  libraryId: Scalars['String'];
4790
5881
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4792,6 +5883,26 @@ export type IndexRecordsMutationVariables = Exact<{
4792
5883
  export type IndexRecordsMutation = {
4793
5884
  indexRecords: boolean;
4794
5885
  };
5886
+ export type PurgeRecordMutationVariables = Exact<{
5887
+ libraryId: Scalars['ID'];
5888
+ recordId: Scalars['ID'];
5889
+ }>;
5890
+ export type PurgeRecordMutation = {
5891
+ purgeRecord: {
5892
+ id: string;
5893
+ whoAmI: {
5894
+ id: string;
5895
+ label?: string | null;
5896
+ subLabel?: string | null;
5897
+ color?: string | null;
5898
+ preview?: IPreviewScalar | null;
5899
+ library: {
5900
+ id: string;
5901
+ label?: any | null;
5902
+ };
5903
+ };
5904
+ };
5905
+ };
4795
5906
  export type CancelTaskMutationVariables = Exact<{
4796
5907
  taskId: Scalars['ID'];
4797
5908
  }>;
@@ -4902,6 +6013,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4902
6013
  treeId: Scalars['ID'];
4903
6014
  node?: InputMaybe<Scalars['ID']>;
4904
6015
  pagination?: InputMaybe<Pagination>;
6016
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4905
6017
  }>;
4906
6018
  export type TreeNodeChildrenQuery = {
4907
6019
  treeNodeChildren: {
@@ -4996,156 +6108,13 @@ export type DeleteValueMutation = {
4996
6108
  id: string;
4997
6109
  label?: string | null;
4998
6110
  subLabel?: string | null;
4999
- color?: string | null;
5000
- preview?: IPreviewScalar | null;
5001
- library: {
5002
- id: string;
5003
- label?: any | null;
5004
- };
5005
- };
5006
- } | null;
5007
- modified_by?: {
5008
- id: string;
5009
- whoAmI: {
5010
- id: string;
5011
- label?: string | null;
5012
- subLabel?: string | null;
5013
- color?: string | null;
5014
- preview?: IPreviewScalar | null;
5015
- library: {
5016
- id: string;
5017
- label?: any | null;
5018
- };
5019
- };
5020
- } | null;
5021
- created_by?: {
5022
- id: string;
5023
- whoAmI: {
5024
- id: string;
5025
- label?: string | null;
5026
- subLabel?: string | null;
5027
- color?: string | null;
5028
- preview?: IPreviewScalar | null;
5029
- library: {
5030
- id: string;
5031
- label?: any | null;
5032
- };
5033
- };
5034
- } | null;
5035
- version?: Array<{
5036
- treeId: string;
5037
- treeNode?: {
5038
- id: string;
5039
- record: {
5040
- id: string;
5041
- whoAmI: {
5042
- id: string;
5043
- label?: string | null;
5044
- library: {
5045
- id: string;
5046
- };
5047
- };
5048
- };
5049
- } | null;
5050
- } | null> | null;
5051
- attribute: {
5052
- id: string;
5053
- format?: AttributeFormat | null;
5054
- type: AttributeType;
5055
- system: boolean;
5056
- };
5057
- metadata?: Array<{
5058
- name: string;
5059
- value?: {
5060
- id_value?: string | null;
5061
- modified_at?: number | null;
5062
- created_at?: number | null;
5063
- payload?: any | null;
5064
- raw_payload?: any | null;
5065
- modified_by?: {
5066
- id: string;
5067
- whoAmI: {
5068
- id: string;
5069
- label?: string | null;
5070
- subLabel?: string | null;
5071
- color?: string | null;
5072
- preview?: IPreviewScalar | null;
5073
- library: {
5074
- id: string;
5075
- label?: any | null;
5076
- };
5077
- };
5078
- } | null;
5079
- created_by?: {
5080
- id: string;
5081
- whoAmI: {
5082
- id: string;
5083
- label?: string | null;
5084
- subLabel?: string | null;
5085
- color?: string | null;
5086
- preview?: IPreviewScalar | null;
5087
- library: {
5088
- id: string;
5089
- label?: any | null;
5090
- };
5091
- };
5092
- } | null;
5093
- version?: Array<{
5094
- treeId: string;
5095
- treeNode?: {
5096
- id: string;
5097
- record: {
5098
- id: string;
5099
- whoAmI: {
5100
- id: string;
5101
- label?: string | null;
5102
- library: {
5103
- id: string;
5104
- };
5105
- };
5106
- };
5107
- } | null;
5108
- } | null> | null;
5109
- } | null;
5110
- } | null> | null;
5111
- } | {
5112
- id_value?: string | null;
5113
- isInherited?: boolean | null;
5114
- isCalculated?: boolean | null;
5115
- modified_at?: number | null;
5116
- created_at?: number | null;
5117
- treeValue?: {
5118
- id: string;
5119
- record: {
5120
- id: string;
5121
- whoAmI: {
5122
- id: string;
5123
- label?: string | null;
5124
- subLabel?: string | null;
5125
- color?: string | null;
5126
- preview?: IPreviewScalar | null;
5127
- library: {
5128
- id: string;
5129
- label?: any | null;
5130
- };
5131
- };
5132
- };
5133
- ancestors?: Array<{
5134
- record: {
5135
- id: string;
5136
- whoAmI: {
5137
- id: string;
5138
- label?: string | null;
5139
- subLabel?: string | null;
5140
- color?: string | null;
5141
- preview?: IPreviewScalar | null;
5142
- library: {
5143
- id: string;
5144
- label?: any | null;
5145
- };
5146
- };
6111
+ color?: string | null;
6112
+ preview?: IPreviewScalar | null;
6113
+ library: {
6114
+ id: string;
6115
+ label?: any | null;
5147
6116
  };
5148
- }> | null;
6117
+ };
5149
6118
  } | null;
5150
6119
  modified_by?: {
5151
6120
  id: string;
@@ -5252,15 +6221,44 @@ export type DeleteValueMutation = {
5252
6221
  } | null;
5253
6222
  } | null> | null;
5254
6223
  } | {
5255
- payload?: any | null;
5256
- raw_payload?: any | null;
5257
- value?: any | null;
5258
- raw_value?: any | null;
5259
6224
  id_value?: string | null;
5260
6225
  isInherited?: boolean | null;
5261
6226
  isCalculated?: boolean | null;
5262
6227
  modified_at?: number | null;
5263
6228
  created_at?: number | null;
6229
+ treeValue?: {
6230
+ id: string;
6231
+ record: {
6232
+ id: string;
6233
+ whoAmI: {
6234
+ id: string;
6235
+ label?: string | null;
6236
+ subLabel?: string | null;
6237
+ color?: string | null;
6238
+ preview?: IPreviewScalar | null;
6239
+ library: {
6240
+ id: string;
6241
+ label?: any | null;
6242
+ };
6243
+ };
6244
+ };
6245
+ ancestors?: Array<{
6246
+ record: {
6247
+ id: string;
6248
+ whoAmI: {
6249
+ id: string;
6250
+ label?: string | null;
6251
+ subLabel?: string | null;
6252
+ color?: string | null;
6253
+ preview?: IPreviewScalar | null;
6254
+ library: {
6255
+ id: string;
6256
+ label?: any | null;
6257
+ };
6258
+ };
6259
+ };
6260
+ }> | null;
6261
+ } | null;
5264
6262
  modified_by?: {
5265
6263
  id: string;
5266
6264
  whoAmI: {
@@ -5365,24 +6363,16 @@ export type DeleteValueMutation = {
5365
6363
  } | null> | null;
5366
6364
  } | null;
5367
6365
  } | null> | null;
5368
- }>;
5369
- };
5370
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5371
- library: Scalars['ID'];
5372
- value?: InputMaybe<ValueBatchInput>;
5373
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5374
- }>;
5375
- export type RunActionsListAndFormatOnValueQuery = {
5376
- runActionsListAndFormatOnValue: Array<{
6366
+ } | {
6367
+ payload?: any | null;
6368
+ raw_payload?: any | null;
6369
+ value?: any | null;
6370
+ raw_value?: any | null;
5377
6371
  id_value?: string | null;
5378
6372
  isInherited?: boolean | null;
5379
6373
  isCalculated?: boolean | null;
5380
6374
  modified_at?: number | null;
5381
6375
  created_at?: number | null;
5382
- payload?: any | null;
5383
- raw_payload?: any | null;
5384
- value?: any | null;
5385
- raw_value?: any | null;
5386
6376
  modified_by?: {
5387
6377
  id: string;
5388
6378
  whoAmI: {
@@ -6089,6 +7079,98 @@ export type SaveViewMutation = {
6089
7079
  }> | null;
6090
7080
  };
6091
7081
  };
7082
+ export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
7083
+ library: Scalars['String'];
7084
+ }>;
7085
+ export type GetAttributesByLibWithPermissionsQuery = {
7086
+ attributes?: {
7087
+ list: Array<{
7088
+ id: string;
7089
+ type: AttributeType;
7090
+ format?: AttributeFormat | null;
7091
+ label?: any | null;
7092
+ multiple_values: boolean;
7093
+ system: boolean;
7094
+ readonly: boolean;
7095
+ valuesList?: {
7096
+ enable: boolean;
7097
+ allowFreeEntry?: boolean | null;
7098
+ allowListUpdate?: boolean | null;
7099
+ linkedValues?: Array<{
7100
+ id: string;
7101
+ whoAmI: {
7102
+ id: string;
7103
+ label?: string | null;
7104
+ subLabel?: string | null;
7105
+ color?: string | null;
7106
+ preview?: IPreviewScalar | null;
7107
+ library: {
7108
+ id: string;
7109
+ label?: any | null;
7110
+ };
7111
+ };
7112
+ }> | null;
7113
+ } | null;
7114
+ linked_library?: {
7115
+ id: string;
7116
+ } | null;
7117
+ permissions: {
7118
+ access_attribute: boolean;
7119
+ };
7120
+ } | {
7121
+ id: string;
7122
+ type: AttributeType;
7123
+ format?: AttributeFormat | null;
7124
+ label?: any | null;
7125
+ multiple_values: boolean;
7126
+ system: boolean;
7127
+ readonly: boolean;
7128
+ embedded_fields?: Array<{
7129
+ id: string;
7130
+ format?: AttributeFormat | null;
7131
+ label?: any | null;
7132
+ } | null> | null;
7133
+ valuesList?: {
7134
+ enable: boolean;
7135
+ allowFreeEntry?: boolean | null;
7136
+ allowListUpdate?: boolean | null;
7137
+ dateRangeValues?: Array<{
7138
+ from?: string | null;
7139
+ to?: string | null;
7140
+ }> | null;
7141
+ } | {
7142
+ enable: boolean;
7143
+ allowFreeEntry?: boolean | null;
7144
+ allowListUpdate?: boolean | null;
7145
+ values?: Array<string> | null;
7146
+ } | null;
7147
+ permissions: {
7148
+ access_attribute: boolean;
7149
+ };
7150
+ } | {
7151
+ id: string;
7152
+ type: AttributeType;
7153
+ format?: AttributeFormat | null;
7154
+ label?: any | null;
7155
+ multiple_values: boolean;
7156
+ system: boolean;
7157
+ readonly: boolean;
7158
+ linked_tree?: {
7159
+ id: string;
7160
+ label?: any | null;
7161
+ libraries: Array<{
7162
+ library: {
7163
+ id: string;
7164
+ label?: any | null;
7165
+ };
7166
+ }>;
7167
+ } | null;
7168
+ permissions: {
7169
+ access_attribute: boolean;
7170
+ };
7171
+ }>;
7172
+ } | null;
7173
+ };
6092
7174
  export type ExplorerAttributesQueryVariables = Exact<{
6093
7175
  ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6094
7176
  }>;
@@ -6103,11 +7185,54 @@ export type ExplorerAttributesQuery = {
6103
7185
  id: string;
6104
7186
  label?: any | null;
6105
7187
  } | null;
7188
+ valuesList?: {
7189
+ allowFreeEntry?: boolean | null;
7190
+ enable: boolean;
7191
+ linkedValues?: Array<{
7192
+ id: string;
7193
+ whoAmI: {
7194
+ id: string;
7195
+ label?: string | null;
7196
+ library: {
7197
+ id: string;
7198
+ };
7199
+ };
7200
+ }> | null;
7201
+ } | null;
7202
+ permissions: {
7203
+ access_attribute: boolean;
7204
+ };
7205
+ } | {
7206
+ id: string;
7207
+ type: AttributeType;
7208
+ format?: AttributeFormat | null;
7209
+ label?: any | null;
7210
+ embedded_fields?: Array<{
7211
+ id: string;
7212
+ format?: AttributeFormat | null;
7213
+ label?: any | null;
7214
+ } | null> | null;
7215
+ valuesList?: {
7216
+ enable: boolean;
7217
+ allowFreeEntry?: boolean | null;
7218
+ allowListUpdate?: boolean | null;
7219
+ values?: Array<string> | null;
7220
+ } | null;
7221
+ permissions: {
7222
+ access_attribute: boolean;
7223
+ };
6106
7224
  } | {
6107
7225
  id: string;
6108
7226
  type: AttributeType;
6109
7227
  format?: AttributeFormat | null;
6110
7228
  label?: any | null;
7229
+ linked_tree?: {
7230
+ id: string;
7231
+ label?: any | null;
7232
+ } | null;
7233
+ permissions: {
7234
+ access_attribute: boolean;
7235
+ };
6111
7236
  }>;
6112
7237
  } | null;
6113
7238
  };
@@ -6118,15 +7243,50 @@ export type ExplorerLinkAttributeQuery = {
6118
7243
  attributes?: {
6119
7244
  list: Array<{
6120
7245
  label?: any | null;
7246
+ type: AttributeType;
6121
7247
  id: string;
6122
7248
  multiple_values: boolean;
6123
7249
  linked_library?: {
6124
7250
  id: string;
6125
7251
  label?: any | null;
6126
7252
  } | null;
7253
+ valuesList?: {
7254
+ allowFreeEntry?: boolean | null;
7255
+ enable: boolean;
7256
+ linkedValues?: Array<{
7257
+ id: string;
7258
+ whoAmI: {
7259
+ id: string;
7260
+ label?: string | null;
7261
+ library: {
7262
+ id: string;
7263
+ };
7264
+ };
7265
+ }> | null;
7266
+ } | null;
7267
+ permissions: {
7268
+ access_attribute: boolean;
7269
+ edit_value: boolean;
7270
+ };
7271
+ } | {
7272
+ id: string;
7273
+ multiple_values: boolean;
7274
+ permissions: {
7275
+ access_attribute: boolean;
7276
+ edit_value: boolean;
7277
+ };
6127
7278
  } | {
7279
+ label?: any | null;
6128
7280
  id: string;
6129
7281
  multiple_values: boolean;
7282
+ linked_tree?: {
7283
+ id: string;
7284
+ label?: any | null;
7285
+ } | null;
7286
+ permissions: {
7287
+ access_attribute: boolean;
7288
+ edit_value: boolean;
7289
+ };
6130
7290
  }>;
6131
7291
  } | null;
6132
7292
  };
@@ -6143,6 +7303,7 @@ export type ExplorerLibraryDataQuery = {
6143
7303
  totalCount?: number | null;
6144
7304
  list: Array<{
6145
7305
  id: string;
7306
+ active: boolean;
6146
7307
  whoAmI: {
6147
7308
  id: string;
6148
7309
  label?: string | null;
@@ -6154,6 +7315,10 @@ export type ExplorerLibraryDataQuery = {
6154
7315
  label?: any | null;
6155
7316
  };
6156
7317
  };
7318
+ permissions: {
7319
+ create_record: boolean;
7320
+ delete_record: boolean;
7321
+ };
6157
7322
  properties: Array<{
6158
7323
  attributeId: string;
6159
7324
  attributeProperties: {
@@ -6162,6 +7327,8 @@ export type ExplorerLibraryDataQuery = {
6162
7327
  type: AttributeType;
6163
7328
  format?: AttributeFormat | null;
6164
7329
  multiple_values: boolean;
7330
+ multi_link_display_option?: MultiDisplayOption | null;
7331
+ multi_tree_display_option?: MultiDisplayOption | null;
6165
7332
  };
6166
7333
  values: Array<{
6167
7334
  linkPayload?: {
@@ -6242,6 +7409,8 @@ export type ExplorerLinkDataQuery = {
6242
7409
  type: AttributeType;
6243
7410
  format?: AttributeFormat | null;
6244
7411
  multiple_values: boolean;
7412
+ multi_link_display_option?: MultiDisplayOption | null;
7413
+ multi_tree_display_option?: MultiDisplayOption | null;
6245
7414
  };
6246
7415
  values: Array<{
6247
7416
  linkPayload?: {
@@ -6308,15 +7477,24 @@ export type GetLibraryAttributesQuery = {
6308
7477
  label?: any | null;
6309
7478
  }> | null;
6310
7479
  } | null;
7480
+ permissions: {
7481
+ access_attribute: boolean;
7482
+ };
6311
7483
  } | {
6312
7484
  format?: AttributeFormat | null;
6313
7485
  id: string;
6314
7486
  type: AttributeType;
6315
7487
  label?: any | null;
7488
+ permissions: {
7489
+ access_attribute: boolean;
7490
+ };
6316
7491
  } | {
6317
7492
  id: string;
6318
7493
  type: AttributeType;
6319
7494
  label?: any | null;
7495
+ permissions: {
7496
+ access_attribute: boolean;
7497
+ };
6320
7498
  }> | null;
6321
7499
  }>;
6322
7500
  } | null;
@@ -6421,6 +7599,48 @@ export type UpdateViewMutation = {
6421
7599
  }> | null;
6422
7600
  };
6423
7601
  };
7602
+ export type GetRecordHistoryQueryVariables = Exact<{
7603
+ record: LogTopicRecordFilterInput;
7604
+ attributeId?: InputMaybe<Scalars['String']>;
7605
+ actions?: InputMaybe<Array<LogAction> | LogAction>;
7606
+ pagination?: InputMaybe<Pagination>;
7607
+ }>;
7608
+ export type GetRecordHistoryQuery = {
7609
+ logs?: Array<{
7610
+ action?: LogAction | null;
7611
+ time: number;
7612
+ topic?: {
7613
+ attribute?: {
7614
+ id: string;
7615
+ label?: any | null;
7616
+ type: AttributeType;
7617
+ format?: AttributeFormat | null;
7618
+ multiple_values: boolean;
7619
+ } | null;
7620
+ } | null;
7621
+ user: {
7622
+ id: string;
7623
+ whoAmI: {
7624
+ id: string;
7625
+ library: {
7626
+ id: string;
7627
+ };
7628
+ };
7629
+ properties: Array<{
7630
+ attributeId: string;
7631
+ values: Array<{
7632
+ payload?: any | null;
7633
+ }>;
7634
+ }>;
7635
+ };
7636
+ before?: {
7637
+ asString?: string | null;
7638
+ } | null;
7639
+ after?: {
7640
+ asString?: string | null;
7641
+ } | null;
7642
+ }> | null;
7643
+ };
6424
7644
  export type TreeDataQueryQueryVariables = Exact<{
6425
7645
  treeId: Scalars['ID'];
6426
7646
  }>;
@@ -6446,18 +7666,24 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6446
7666
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6447
7667
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6448
7668
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7669
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6449
7670
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6450
7671
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6451
7672
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6452
7673
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6453
7674
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6454
7675
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7676
+ export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7677
+ export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6455
7678
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7679
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7680
+ export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6456
7681
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6457
7682
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6458
7683
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6459
7684
  export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6460
7685
  export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
7686
+ export declare const RecordHistoryLogAttributeFragmentDoc: Apollo.DocumentNode;
6461
7687
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6462
7688
  /**
6463
7689
  * __useCheckApplicationExistenceQuery__
@@ -6484,8 +7710,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6484
7710
  id?: InputMaybe<Scalars["ID"]>;
6485
7711
  endpoint?: InputMaybe<Scalars["String"]>;
6486
7712
  }>>;
7713
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7714
+ id?: InputMaybe<Scalars["ID"]>;
7715
+ endpoint?: InputMaybe<Scalars["String"]>;
7716
+ }>>;
6487
7717
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6488
7718
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7719
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6489
7720
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6490
7721
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6491
7722
  /**
@@ -6510,8 +7741,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6510
7741
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6511
7742
  id: Scalars["ID"];
6512
7743
  }>>;
7744
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7745
+ id: Scalars["ID"];
7746
+ }>>;
6513
7747
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6514
7748
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7749
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6515
7750
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6516
7751
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6517
7752
  /**
@@ -6535,8 +7770,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6535
7770
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6536
7771
  [key: string]: never;
6537
7772
  }>>;
7773
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7774
+ [key: string]: never;
7775
+ }>>;
6538
7776
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6539
7777
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7778
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6540
7779
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6541
7780
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6542
7781
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6586,8 +7825,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6586
7825
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6587
7826
  id: Scalars["ID"];
6588
7827
  }>>;
7828
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7829
+ id: Scalars["ID"];
7830
+ }>>;
6589
7831
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6590
7832
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7833
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6591
7834
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6592
7835
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6593
7836
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6637,8 +7880,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6637
7880
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6638
7881
  id?: InputMaybe<Scalars["ID"]>;
6639
7882
  }>>;
7883
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7884
+ id?: InputMaybe<Scalars["ID"]>;
7885
+ }>>;
6640
7886
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6641
7887
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7888
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6642
7889
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6643
7890
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6644
7891
  /**
@@ -6663,8 +7910,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6663
7910
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6664
7911
  library: Scalars["String"];
6665
7912
  }>>;
7913
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7914
+ library: Scalars["String"];
7915
+ }>>;
6666
7916
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6667
7917
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7918
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6668
7919
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6669
7920
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6670
7921
  /**
@@ -6695,8 +7946,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6695
7946
  sort?: InputMaybe<SortAttributes>;
6696
7947
  filters?: InputMaybe<AttributesFiltersInput>;
6697
7948
  }>>;
7949
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7950
+ pagination?: InputMaybe<Pagination>;
7951
+ sort?: InputMaybe<SortAttributes>;
7952
+ filters?: InputMaybe<AttributesFiltersInput>;
7953
+ }>>;
6698
7954
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6699
7955
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7956
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6700
7957
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6701
7958
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6702
7959
  /**
@@ -6724,8 +7981,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6724
7981
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6725
7982
  sort?: InputMaybe<SortVersionProfilesInput>;
6726
7983
  }>>;
7984
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7985
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7986
+ sort?: InputMaybe<SortVersionProfilesInput>;
7987
+ }>>;
6727
7988
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6728
7989
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7990
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6729
7991
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6730
7992
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6731
7993
  /**
@@ -6750,8 +8012,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6750
8012
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6751
8013
  libraryId: Scalars["String"];
6752
8014
  }>>;
8015
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
8016
+ libraryId: Scalars["String"];
8017
+ }>>;
6753
8018
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6754
8019
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
8020
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6755
8021
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6756
8022
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6757
8023
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6807,8 +8073,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6807
8073
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6808
8074
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6809
8075
  }>>;
8076
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
8077
+ library: Scalars["ID"];
8078
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8079
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8080
+ }>>;
6810
8081
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6811
8082
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
8083
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6812
8084
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6813
8085
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6814
8086
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -6898,8 +8170,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
6898
8170
  library: Scalars["ID"];
6899
8171
  directoryId: Scalars["String"];
6900
8172
  }>>;
8173
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
8174
+ library: Scalars["ID"];
8175
+ directoryId: Scalars["String"];
8176
+ }>>;
6901
8177
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6902
8178
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
8179
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
6903
8180
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6904
8181
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6905
8182
  /**
@@ -7004,8 +8281,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7004
8281
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7005
8282
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7006
8283
  }>>;
8284
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8285
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8286
+ }>>;
7007
8287
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7008
8288
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8289
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7009
8290
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7010
8291
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7011
8292
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7054,8 +8335,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7054
8335
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7055
8336
  [key: string]: never;
7056
8337
  }>>;
8338
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8339
+ [key: string]: never;
8340
+ }>>;
7057
8341
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7058
8342
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8343
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7059
8344
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7060
8345
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7061
8346
  /**
@@ -7080,8 +8365,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7080
8365
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7081
8366
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7082
8367
  }>>;
8368
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8369
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8370
+ }>>;
7083
8371
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7084
8372
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8373
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7085
8374
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7086
8375
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7087
8376
  /**
@@ -7106,8 +8395,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7106
8395
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7107
8396
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7108
8397
  }>>;
8398
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8399
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8400
+ }>>;
7109
8401
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7110
8402
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8403
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7111
8404
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7112
8405
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7113
8406
  /**
@@ -7132,8 +8425,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7132
8425
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7133
8426
  id: Scalars["ID"];
7134
8427
  }>>;
8428
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8429
+ id: Scalars["ID"];
8430
+ }>>;
7135
8431
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7136
8432
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8433
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7137
8434
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7138
8435
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7139
8436
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7192,9 +8489,99 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7192
8489
  applyTo?: InputMaybe<Scalars["ID"]>;
7193
8490
  target?: InputMaybe<PermissionTarget>;
7194
8491
  }>>;
8492
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8493
+ type: PermissionTypes;
8494
+ actions: Array<PermissionsActions> | PermissionsActions;
8495
+ applyTo?: InputMaybe<Scalars["ID"]>;
8496
+ target?: InputMaybe<PermissionTarget>;
8497
+ }>>;
7195
8498
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7196
8499
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8500
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7197
8501
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8502
+ export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
8503
+ export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8504
+ /**
8505
+ * __useActivateNewRecordMutation__
8506
+ *
8507
+ * To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
8508
+ * When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
8509
+ * - A mutate function that you can call at any time to execute the mutation
8510
+ * - An object with fields that represent the current status of the mutation's execution
8511
+ *
8512
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8513
+ *
8514
+ * @example
8515
+ * const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
8516
+ * variables: {
8517
+ * libraryId: // value for 'libraryId'
8518
+ * recordId: // value for 'recordId'
8519
+ * formId: // value for 'formId'
8520
+ * },
8521
+ * });
8522
+ */
8523
+ export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
8524
+ libraryId: Scalars["ID"];
8525
+ recordId: Scalars["ID"];
8526
+ formId?: InputMaybe<Scalars["String"]>;
8527
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8528
+ export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
8529
+ export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
8530
+ export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8531
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8532
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8533
+ /**
8534
+ * __useActivateRecordsMutation__
8535
+ *
8536
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8537
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8538
+ * - A mutate function that you can call at any time to execute the mutation
8539
+ * - An object with fields that represent the current status of the mutation's execution
8540
+ *
8541
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8542
+ *
8543
+ * @example
8544
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8545
+ * variables: {
8546
+ * libraryId: // value for 'libraryId'
8547
+ * recordsIds: // value for 'recordsIds'
8548
+ * filters: // value for 'filters'
8549
+ * },
8550
+ * });
8551
+ */
8552
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8553
+ libraryId: Scalars["String"];
8554
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8555
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8556
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8557
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8558
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8559
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8560
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8561
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8562
+ /**
8563
+ * __useCreateEmptyRecordMutation__
8564
+ *
8565
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8566
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8567
+ * - A mutate function that you can call at any time to execute the mutation
8568
+ * - An object with fields that represent the current status of the mutation's execution
8569
+ *
8570
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8571
+ *
8572
+ * @example
8573
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8574
+ * variables: {
8575
+ * library: // value for 'library'
8576
+ * },
8577
+ * });
8578
+ */
8579
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8580
+ library: Scalars["ID"];
8581
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8582
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8583
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8584
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
7198
8585
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7199
8586
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7200
8587
  /**
@@ -7280,8 +8667,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7280
8667
  treeId: Scalars["ID"];
7281
8668
  filename: Scalars["String"];
7282
8669
  }>>;
8670
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8671
+ parentNode?: InputMaybe<Scalars["ID"]>;
8672
+ treeId: Scalars["ID"];
8673
+ filename: Scalars["String"];
8674
+ }>>;
7283
8675
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7284
8676
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8677
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7285
8678
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7286
8679
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7287
8680
  /**
@@ -7312,8 +8705,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7312
8705
  fileId: Scalars["String"];
7313
8706
  previewsStatusAttribute: Scalars["ID"];
7314
8707
  }>>;
8708
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8709
+ library: Scalars["ID"];
8710
+ fileId: Scalars["String"];
8711
+ previewsStatusAttribute: Scalars["ID"];
8712
+ }>>;
7315
8713
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7316
8714
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8715
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7317
8716
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7318
8717
  export declare const RecordFormDocument: Apollo.DocumentNode;
7319
8718
  /**
@@ -7347,8 +8746,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7347
8746
  recordId?: InputMaybe<Scalars["String"]>;
7348
8747
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7349
8748
  }>>;
8749
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8750
+ libraryId: Scalars["String"];
8751
+ formId: Scalars["String"];
8752
+ recordId?: InputMaybe<Scalars["String"]>;
8753
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8754
+ }>>;
7350
8755
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7351
8756
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8757
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7352
8758
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7353
8759
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7354
8760
  /**
@@ -7372,6 +8778,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7372
8778
  }>>;
7373
8779
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7374
8780
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8781
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8782
+ /**
8783
+ * __useGetRecordsFromLibraryQuery__
8784
+ *
8785
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8786
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8787
+ * you can use to render your UI.
8788
+ *
8789
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
8790
+ *
8791
+ * @example
8792
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8793
+ * variables: {
8794
+ * libraryId: // value for 'libraryId'
8795
+ * pagination: // value for 'pagination'
8796
+ * filters: // value for 'filters'
8797
+ * },
8798
+ * });
8799
+ */
8800
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8801
+ libraryId: Scalars["ID"];
8802
+ pagination?: InputMaybe<RecordsPagination>;
8803
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8804
+ }>>;
8805
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8806
+ libraryId: Scalars["ID"];
8807
+ pagination?: InputMaybe<RecordsPagination>;
8808
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8809
+ }>>;
8810
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8811
+ libraryId: Scalars["ID"];
8812
+ pagination?: InputMaybe<RecordsPagination>;
8813
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8814
+ }>>;
8815
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8816
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8817
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8818
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7375
8819
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7376
8820
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7377
8821
  /**
@@ -7399,6 +8843,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
7399
8843
  export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
7400
8844
  export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
7401
8845
  export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
8846
+ export declare const PurgeRecordDocument: Apollo.DocumentNode;
8847
+ export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
8848
+ /**
8849
+ * __usePurgeRecordMutation__
8850
+ *
8851
+ * To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
8852
+ * When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
8853
+ * - A mutate function that you can call at any time to execute the mutation
8854
+ * - An object with fields that represent the current status of the mutation's execution
8855
+ *
8856
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8857
+ *
8858
+ * @example
8859
+ * const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
8860
+ * variables: {
8861
+ * libraryId: // value for 'libraryId'
8862
+ * recordId: // value for 'recordId'
8863
+ * },
8864
+ * });
8865
+ */
8866
+ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
8867
+ libraryId: Scalars["ID"];
8868
+ recordId: Scalars["ID"];
8869
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8870
+ export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
8871
+ export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
8872
+ export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
7402
8873
  export declare const CancelTaskDocument: Apollo.DocumentNode;
7403
8874
  export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
7404
8875
  /**
@@ -7447,8 +8918,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7447
8918
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7448
8919
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7449
8920
  }>>;
8921
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8922
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8923
+ }>>;
7450
8924
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7451
8925
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8926
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7452
8927
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7453
8928
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7454
8929
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7498,8 +8973,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7498
8973
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7499
8974
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
8975
  }>>;
8976
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8977
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8978
+ }>>;
7501
8979
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7502
8980
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8981
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7503
8982
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7504
8983
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7505
8984
  /**
@@ -7527,8 +9006,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7527
9006
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7528
9007
  library?: InputMaybe<Scalars["String"]>;
7529
9008
  }>>;
9009
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
9010
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9011
+ library?: InputMaybe<Scalars["String"]>;
9012
+ }>>;
7530
9013
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7531
9014
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
9015
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7532
9016
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7533
9017
  export declare const GetTreesDocument: Apollo.DocumentNode;
7534
9018
  /**
@@ -7552,8 +9036,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7552
9036
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7553
9037
  [key: string]: never;
7554
9038
  }>>;
9039
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
9040
+ [key: string]: never;
9041
+ }>>;
7555
9042
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7556
9043
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
9044
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7557
9045
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7558
9046
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7559
9047
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7596,6 +9084,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7596
9084
  * treeId: // value for 'treeId'
7597
9085
  * node: // value for 'node'
7598
9086
  * pagination: // value for 'pagination'
9087
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7599
9088
  * },
7600
9089
  * });
7601
9090
  */
@@ -7603,14 +9092,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7603
9092
  treeId: Scalars["ID"];
7604
9093
  node?: InputMaybe<Scalars["ID"]>;
7605
9094
  pagination?: InputMaybe<Pagination>;
9095
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7606
9096
  }>>;
7607
9097
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7608
9098
  treeId: Scalars["ID"];
7609
9099
  node?: InputMaybe<Scalars["ID"]>;
7610
9100
  pagination?: InputMaybe<Pagination>;
9101
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
9102
+ }>>;
9103
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
9104
+ treeId: Scalars["ID"];
9105
+ node?: InputMaybe<Scalars["ID"]>;
9106
+ pagination?: InputMaybe<Pagination>;
9107
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7611
9108
  }>>;
7612
9109
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7613
9110
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
9111
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7614
9112
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7615
9113
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7616
9114
  /**
@@ -7638,8 +9136,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7638
9136
  keys: Array<Scalars["String"]> | Scalars["String"];
7639
9137
  global?: InputMaybe<Scalars["Boolean"]>;
7640
9138
  }>>;
9139
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
9140
+ keys: Array<Scalars["String"]> | Scalars["String"];
9141
+ global?: InputMaybe<Scalars["Boolean"]>;
9142
+ }>>;
7641
9143
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7642
9144
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
9145
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7643
9146
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7644
9147
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7645
9148
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7701,38 +9204,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7701
9204
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7702
9205
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7703
9206
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7704
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7705
- /**
7706
- * __useRunActionsListAndFormatOnValueQuery__
7707
- *
7708
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7709
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7710
- * you can use to render your UI.
7711
- *
7712
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7713
- *
7714
- * @example
7715
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7716
- * variables: {
7717
- * library: // value for 'library'
7718
- * value: // value for 'value'
7719
- * version: // value for 'version'
7720
- * },
7721
- * });
7722
- */
7723
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7724
- library: Scalars["ID"];
7725
- value?: InputMaybe<ValueBatchInput>;
7726
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7727
- }>>;
7728
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7729
- library: Scalars["ID"];
7730
- value?: InputMaybe<ValueBatchInput>;
7731
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7732
- }>>;
7733
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7734
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7735
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7736
9207
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7737
9208
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7738
9209
  /**
@@ -7814,8 +9285,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7814
9285
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7815
9286
  viewId: Scalars["String"];
7816
9287
  }>>;
9288
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9289
+ viewId: Scalars["String"];
9290
+ }>>;
7817
9291
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7818
9292
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9293
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7819
9294
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7820
9295
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7821
9296
  /**
@@ -7840,8 +9315,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7840
9315
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7841
9316
  libraryId: Scalars["String"];
7842
9317
  }>>;
9318
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9319
+ libraryId: Scalars["String"];
9320
+ }>>;
7843
9321
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7844
9322
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9323
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
7845
9324
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7846
9325
  export declare const SaveViewDocument: Apollo.DocumentNode;
7847
9326
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -7868,6 +9347,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
7868
9347
  export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7869
9348
  export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7870
9349
  export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
9350
+ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
9351
+ /**
9352
+ * __useGetAttributesByLibWithPermissionsQuery__
9353
+ *
9354
+ * To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
9355
+ * When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
9356
+ * you can use to render your UI.
9357
+ *
9358
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
9359
+ *
9360
+ * @example
9361
+ * const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
9362
+ * variables: {
9363
+ * library: // value for 'library'
9364
+ * },
9365
+ * });
9366
+ */
9367
+ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9368
+ library: Scalars["String"];
9369
+ }>>;
9370
+ export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
9371
+ library: Scalars["String"];
9372
+ }>>;
9373
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9374
+ library: Scalars["String"];
9375
+ }>>;
9376
+ export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
9377
+ export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9378
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
9379
+ export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
7871
9380
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7872
9381
  /**
7873
9382
  * __useExplorerAttributesQuery__
@@ -7891,8 +9400,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
7891
9400
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7892
9401
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7893
9402
  }>>;
9403
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9404
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9405
+ }>>;
7894
9406
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7895
9407
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9408
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
7896
9409
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7897
9410
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7898
9411
  /**
@@ -7917,8 +9430,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
7917
9430
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7918
9431
  id: Scalars["ID"];
7919
9432
  }>>;
9433
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9434
+ id: Scalars["ID"];
9435
+ }>>;
7920
9436
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7921
9437
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9438
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
7922
9439
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7923
9440
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7924
9441
  /**
@@ -7958,8 +9475,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
7958
9475
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7959
9476
  searchQuery?: InputMaybe<Scalars["String"]>;
7960
9477
  }>>;
9478
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9479
+ libraryId: Scalars["ID"];
9480
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9481
+ pagination?: InputMaybe<RecordsPagination>;
9482
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9483
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9484
+ searchQuery?: InputMaybe<Scalars["String"]>;
9485
+ }>>;
7961
9486
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7962
9487
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9488
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
7963
9489
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7964
9490
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7965
9491
  /**
@@ -7993,8 +9519,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
7993
9519
  parentRecordId?: InputMaybe<Scalars["String"]>;
7994
9520
  linkAttributeId: Scalars["ID"];
7995
9521
  }>>;
9522
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9523
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9524
+ parentLibraryId: Scalars["ID"];
9525
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9526
+ linkAttributeId: Scalars["ID"];
9527
+ }>>;
7996
9528
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7997
9529
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9530
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
7998
9531
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7999
9532
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8000
9533
  /**
@@ -8019,8 +9552,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8019
9552
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8020
9553
  libraryId: Scalars["ID"];
8021
9554
  }>>;
9555
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9556
+ libraryId: Scalars["ID"];
9557
+ }>>;
8022
9558
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8023
9559
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9560
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8024
9561
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8025
9562
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8026
9563
  /**
@@ -8045,8 +9582,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8045
9582
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8046
9583
  libraryId: Scalars["ID"];
8047
9584
  }>>;
9585
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9586
+ libraryId: Scalars["ID"];
9587
+ }>>;
8048
9588
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8049
9589
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9590
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8050
9591
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8051
9592
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8052
9593
  /**
@@ -8074,8 +9615,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8074
9615
  libraryId: Scalars["ID"];
8075
9616
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8076
9617
  }>>;
9618
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9619
+ libraryId: Scalars["ID"];
9620
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9621
+ }>>;
8077
9622
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8078
9623
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9624
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8079
9625
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8080
9626
  export declare const MeDocument: Apollo.DocumentNode;
8081
9627
  /**
@@ -8099,8 +9645,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8099
9645
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8100
9646
  [key: string]: never;
8101
9647
  }>>;
9648
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9649
+ [key: string]: never;
9650
+ }>>;
8102
9651
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8103
9652
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9653
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8104
9654
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8105
9655
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8106
9656
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8127,6 +9677,48 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
8127
9677
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
8128
9678
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
8129
9679
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
9680
+ export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
9681
+ /**
9682
+ * __useGetRecordHistoryQuery__
9683
+ *
9684
+ * To run a query within a React component, call `useGetRecordHistoryQuery` and pass it any options that fit your needs.
9685
+ * When your component renders, `useGetRecordHistoryQuery` returns an object from Apollo Client that contains loading, error, and data properties
9686
+ * you can use to render your UI.
9687
+ *
9688
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
9689
+ *
9690
+ * @example
9691
+ * const { data, loading, error } = useGetRecordHistoryQuery({
9692
+ * variables: {
9693
+ * record: // value for 'record'
9694
+ * attributeId: // value for 'attributeId'
9695
+ * actions: // value for 'actions'
9696
+ * pagination: // value for 'pagination'
9697
+ * },
9698
+ * });
9699
+ */
9700
+ export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
9701
+ record: LogTopicRecordFilterInput;
9702
+ attributeId?: InputMaybe<Scalars["String"]>;
9703
+ actions?: InputMaybe<Array<LogAction> | LogAction>;
9704
+ pagination?: InputMaybe<Pagination>;
9705
+ }>>;
9706
+ export declare function useGetRecordHistoryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordHistoryQuery, Exact<{
9707
+ record: LogTopicRecordFilterInput;
9708
+ attributeId?: InputMaybe<Scalars["String"]>;
9709
+ actions?: InputMaybe<Array<LogAction> | LogAction>;
9710
+ pagination?: InputMaybe<Pagination>;
9711
+ }>>;
9712
+ export declare function useGetRecordHistorySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordHistoryQuery, Exact<{
9713
+ record: LogTopicRecordFilterInput;
9714
+ attributeId?: InputMaybe<Scalars["String"]>;
9715
+ actions?: InputMaybe<Array<LogAction> | LogAction>;
9716
+ pagination?: InputMaybe<Pagination>;
9717
+ }>>;
9718
+ export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHistoryQuery>;
9719
+ export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
9720
+ export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
9721
+ export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
8130
9722
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
8131
9723
  /**
8132
9724
  * __useTreeDataQueryQuery__
@@ -8150,6 +9742,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8150
9742
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8151
9743
  treeId: Scalars["ID"];
8152
9744
  }>>;
9745
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9746
+ treeId: Scalars["ID"];
9747
+ }>>;
8153
9748
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8154
9749
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9750
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8155
9751
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;