@leav/ui 0.4.0-fd9dcf3f → 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 (240) hide show
  1. package/dist/_gqlTypes/index.d.ts +450 -211
  2. package/dist/_gqlTypes/index.js +246 -76
  3. package/dist/_gqlTypes/index.js.map +1 -1
  4. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
  5. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  6. package/dist/_utils/attributeType.d.ts +2 -1
  7. package/dist/_utils/attributeType.js +2 -1
  8. package/dist/_utils/attributeType.js.map +1 -1
  9. package/dist/components/Explorer/DataView.js +3 -3
  10. package/dist/components/Explorer/DataView.js.map +1 -1
  11. package/dist/components/Explorer/Explorer.d.ts +1 -1
  12. package/dist/components/Explorer/Explorer.js +13 -4
  13. package/dist/components/Explorer/Explorer.js.map +1 -1
  14. package/dist/components/Explorer/ExplorerToolbar.js +11 -2
  15. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  16. package/dist/components/Explorer/TableCell.js +25 -9
  17. package/dist/components/Explorer/TableCell.js.map +1 -1
  18. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
  19. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
  20. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  21. package/dist/components/Explorer/_queries/useExplorerData.js +32 -27
  22. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  23. package/dist/components/Explorer/_types.d.ts +74 -8
  24. package/dist/components/Explorer/_types.js +5 -0
  25. package/dist/components/Explorer/_types.js.map +1 -1
  26. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
  27. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
  28. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
  29. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +3 -1
  30. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +9 -19
  31. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  32. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
  33. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
  34. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  35. package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
  36. package/dist/components/Explorer/link-item/LinkModal.js +44 -4
  37. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  38. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
  39. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  40. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +9 -3
  41. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +78 -13
  42. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  43. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
  44. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  45. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  46. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  47. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +9 -1
  48. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  49. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
  50. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  51. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  52. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  53. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  54. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  55. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  56. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
  57. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
  58. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  59. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
  60. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  61. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +2 -1
  62. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  63. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
  64. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +57 -14
  65. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  66. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  67. package/dist/components/Explorer/useLoadView.js +32 -38
  68. package/dist/components/Explorer/useLoadView.js.map +1 -1
  69. package/dist/components/Explorer/useSearchInput.js +2 -0
  70. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  71. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  72. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
  73. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  74. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -1
  75. package/dist/components/RecordEdition/EditRecord/EditRecord.js +33 -214
  76. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  77. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -3
  78. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +15 -22
  79. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  80. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -16
  81. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  82. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  83. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  84. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  85. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  86. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  87. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  88. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  89. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  90. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  91. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  92. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +2 -1
  93. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  94. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  95. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
  96. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  97. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +6 -33
  98. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  99. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  100. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  101. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  102. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
  103. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
  104. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  105. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.d.ts → link-record/useLinkRecords.d.ts} +5 -9
  106. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  107. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  108. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +26 -21
  109. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  110. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  111. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
  112. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +10 -23
  113. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  114. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +3 -4
  115. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  116. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  117. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +1 -9
  118. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -16
  119. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
  120. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +2 -1
  121. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +51 -63
  122. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
  123. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
  124. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
  125. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
  126. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +45 -7
  127. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  128. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +46 -8
  129. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  130. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +1 -1
  131. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  132. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +2 -1
  133. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  134. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +3 -0
  135. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +7 -1
  136. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  137. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -5
  138. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +1 -1
  139. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  140. package/dist/components/RecordEdition/index.d.ts +1 -1
  141. package/dist/components/RecordEdition/index.js +1 -1
  142. package/dist/components/RecordEdition/index.js.map +1 -1
  143. package/dist/components/RecordHistory/RecordHistory.d.ts +8 -0
  144. package/dist/components/RecordHistory/RecordHistory.js +33 -0
  145. package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
  146. package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
  147. package/dist/components/RecordHistory/RecordHistoryLogEntry.js +53 -0
  148. package/dist/components/RecordHistory/RecordHistoryLogEntry.js.map +1 -0
  149. package/dist/components/RecordHistory/_types.d.ts +8 -0
  150. package/dist/components/RecordHistory/_types.js +2 -0
  151. package/dist/components/RecordHistory/_types.js.map +1 -0
  152. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.d.ts +14 -0
  153. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js +25 -0
  154. package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js.map +1 -0
  155. package/dist/components/RecordHistory/index.d.ts +1 -0
  156. package/dist/components/{LinkSelect → RecordHistory}/index.js +1 -2
  157. package/dist/components/RecordHistory/index.js.map +1 -0
  158. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
  159. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
  160. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  161. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +5 -3
  162. package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
  163. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  164. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +3 -1
  165. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +68 -55
  166. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  167. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  168. package/dist/components/SelectTreeNode/_types.js +2 -0
  169. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  170. package/dist/components/index.d.ts +1 -0
  171. package/dist/components/index.js +1 -0
  172. package/dist/components/index.js.map +1 -1
  173. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -1
  174. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +2 -2
  175. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  176. package/dist/hooks/useIFrameMessenger/types.d.ts +2 -0
  177. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +3 -3
  178. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +5 -1
  179. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
  180. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +6 -3
  181. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +1 -3
  182. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -1
  183. package/dist/locales/en/shared.json +14 -1
  184. package/dist/locales/fr/shared.json +13 -0
  185. package/package.json +17 -4
  186. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
  187. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
  188. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
  189. package/dist/components/LinkSelect/LinkSelect.d.ts +0 -15
  190. package/dist/components/LinkSelect/LinkSelect.js +0 -88
  191. package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
  192. package/dist/components/LinkSelect/index.d.ts +0 -2
  193. package/dist/components/LinkSelect/index.js.map +0 -1
  194. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  195. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +0 -7
  196. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  197. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  198. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  199. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  200. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  201. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  202. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +0 -311
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +0 -4
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +0 -22
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +0 -1
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +0 -6
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +0 -1
@@ -136,7 +136,8 @@ 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<MultiLinkDisplayOption>;
139
+ multi_link_display_option?: InputMaybe<MultiDisplayOption>;
140
+ multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
140
141
  multiple_values?: InputMaybe<Scalars['Boolean']>;
141
142
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
142
143
  readonly?: InputMaybe<Scalars['Boolean']>;
@@ -405,7 +406,7 @@ export type LogTopicRecordFilterInput = {
405
406
  id?: InputMaybe<Scalars['String']>;
406
407
  libraryId?: InputMaybe<Scalars['String']>;
407
408
  };
408
- export declare enum MultiLinkDisplayOption {
409
+ export declare enum MultiDisplayOption {
409
410
  avatar = "avatar",
410
411
  badge_qty = "badge_qty",
411
412
  tag = "tag"
@@ -452,6 +453,7 @@ export declare enum PermissionsActions {
452
453
  admin_access_applications = "admin_access_applications",
453
454
  admin_access_attributes = "admin_access_attributes",
454
455
  admin_access_libraries = "admin_access_libraries",
456
+ admin_access_logs = "admin_access_logs",
455
457
  admin_access_permissions = "admin_access_permissions",
456
458
  admin_access_tasks = "admin_access_tasks",
457
459
  admin_access_trees = "admin_access_trees",
@@ -479,6 +481,7 @@ export declare enum PermissionsActions {
479
481
  admin_edit_permission = "admin_edit_permission",
480
482
  admin_edit_tree = "admin_edit_tree",
481
483
  admin_edit_version_profile = "admin_edit_version_profile",
484
+ admin_import_config_clear_database = "admin_import_config_clear_database",
482
485
  admin_library = "admin_library",
483
486
  admin_manage_global_preferences = "admin_manage_global_preferences",
484
487
  create_record = "create_record",
@@ -853,7 +856,8 @@ export type AttributeDetailsLinkAttributeFragment = {
853
856
  label?: any | null;
854
857
  description?: any | null;
855
858
  multiple_values: boolean;
856
- multi_link_display_option?: MultiLinkDisplayOption | null;
859
+ multi_link_display_option?: MultiDisplayOption | null;
860
+ multi_tree_display_option?: MultiDisplayOption | null;
857
861
  linked_library?: {
858
862
  id: string;
859
863
  label?: any | null;
@@ -891,7 +895,8 @@ export type AttributeDetailsStandardAttributeFragment = {
891
895
  label?: any | null;
892
896
  description?: any | null;
893
897
  multiple_values: boolean;
894
- multi_link_display_option?: MultiLinkDisplayOption | null;
898
+ multi_link_display_option?: MultiDisplayOption | null;
899
+ multi_tree_display_option?: MultiDisplayOption | null;
895
900
  metadata_fields?: Array<{
896
901
  id: string;
897
902
  label?: any | null;
@@ -924,7 +929,8 @@ export type AttributeDetailsTreeAttributeFragment = {
924
929
  label?: any | null;
925
930
  description?: any | null;
926
931
  multiple_values: boolean;
927
- multi_link_display_option?: MultiLinkDisplayOption | null;
932
+ multi_link_display_option?: MultiDisplayOption | null;
933
+ multi_tree_display_option?: MultiDisplayOption | null;
928
934
  linked_tree?: {
929
935
  id: string;
930
936
  label?: any | null;
@@ -3115,6 +3121,25 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3115
3121
  permissions: {
3116
3122
  access_attribute: boolean;
3117
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;
3118
3143
  linked_library?: {
3119
3144
  id: string;
3120
3145
  } | null;
@@ -3132,6 +3157,20 @@ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3132
3157
  format?: AttributeFormat | null;
3133
3158
  label?: any | null;
3134
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;
3135
3174
  permissions: {
3136
3175
  access_attribute: boolean;
3137
3176
  };
@@ -3160,16 +3199,73 @@ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3160
3199
  };
3161
3200
  export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3162
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;
3163
3221
  linked_library?: {
3164
3222
  id: string;
3165
3223
  } | null;
3166
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
+ };
3167
3240
  export type LinkAttributeDetailsFragment = {
3168
3241
  label?: any | null;
3242
+ type: AttributeType;
3169
3243
  linked_library?: {
3170
3244
  id: string;
3171
3245
  label?: any | null;
3172
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;
3173
3269
  };
3174
3270
  export type AttributePropertiesFragment = {
3175
3271
  id: string;
@@ -3177,7 +3273,8 @@ export type AttributePropertiesFragment = {
3177
3273
  type: AttributeType;
3178
3274
  format?: AttributeFormat | null;
3179
3275
  multiple_values: boolean;
3180
- multi_link_display_option?: MultiLinkDisplayOption | null;
3276
+ multi_link_display_option?: MultiDisplayOption | null;
3277
+ multi_tree_display_option?: MultiDisplayOption | null;
3181
3278
  };
3182
3279
  export type PropertyValueLinkValueFragment = {
3183
3280
  linkPayload?: {
@@ -3230,7 +3327,8 @@ export type LinkPropertyLinkValueFragment = {
3230
3327
  type: AttributeType;
3231
3328
  format?: AttributeFormat | null;
3232
3329
  multiple_values: boolean;
3233
- multi_link_display_option?: MultiLinkDisplayOption | null;
3330
+ multi_link_display_option?: MultiDisplayOption | null;
3331
+ multi_tree_display_option?: MultiDisplayOption | null;
3234
3332
  };
3235
3333
  values: Array<{
3236
3334
  linkPayload?: {
@@ -3334,6 +3432,13 @@ export type LibraryAttributeLinkFragment = {
3334
3432
  }> | null;
3335
3433
  } | null;
3336
3434
  };
3435
+ export type RecordHistoryLogAttributeFragment = {
3436
+ id: string;
3437
+ label?: any | null;
3438
+ type: AttributeType;
3439
+ format?: AttributeFormat | null;
3440
+ multiple_values: boolean;
3441
+ };
3337
3442
  export type CheckApplicationExistenceQueryVariables = Exact<{
3338
3443
  id?: InputMaybe<Scalars['ID']>;
3339
3444
  endpoint?: InputMaybe<Scalars['String']>;
@@ -3454,7 +3559,8 @@ export type GetAttributeByIdQuery = {
3454
3559
  label?: any | null;
3455
3560
  description?: any | null;
3456
3561
  multiple_values: boolean;
3457
- multi_link_display_option?: MultiLinkDisplayOption | null;
3562
+ multi_link_display_option?: MultiDisplayOption | null;
3563
+ multi_tree_display_option?: MultiDisplayOption | null;
3458
3564
  linked_library?: {
3459
3565
  id: string;
3460
3566
  label?: any | null;
@@ -3491,7 +3597,8 @@ export type GetAttributeByIdQuery = {
3491
3597
  label?: any | null;
3492
3598
  description?: any | null;
3493
3599
  multiple_values: boolean;
3494
- multi_link_display_option?: MultiLinkDisplayOption | null;
3600
+ multi_link_display_option?: MultiDisplayOption | null;
3601
+ multi_tree_display_option?: MultiDisplayOption | null;
3495
3602
  metadata_fields?: Array<{
3496
3603
  id: string;
3497
3604
  label?: any | null;
@@ -3523,7 +3630,8 @@ export type GetAttributeByIdQuery = {
3523
3630
  label?: any | null;
3524
3631
  description?: any | null;
3525
3632
  multiple_values: boolean;
3526
- multi_link_display_option?: MultiLinkDisplayOption | null;
3633
+ multi_link_display_option?: MultiDisplayOption | null;
3634
+ multi_tree_display_option?: MultiDisplayOption | null;
3527
3635
  linked_tree?: {
3528
3636
  id: string;
3529
3637
  label?: any | null;
@@ -3666,7 +3774,8 @@ export type SaveAttributeMutation = {
3666
3774
  label?: any | null;
3667
3775
  description?: any | null;
3668
3776
  multiple_values: boolean;
3669
- multi_link_display_option?: MultiLinkDisplayOption | null;
3777
+ multi_link_display_option?: MultiDisplayOption | null;
3778
+ multi_tree_display_option?: MultiDisplayOption | null;
3670
3779
  linked_library?: {
3671
3780
  id: string;
3672
3781
  label?: any | null;
@@ -3703,7 +3812,8 @@ export type SaveAttributeMutation = {
3703
3812
  label?: any | null;
3704
3813
  description?: any | null;
3705
3814
  multiple_values: boolean;
3706
- multi_link_display_option?: MultiLinkDisplayOption | null;
3815
+ multi_link_display_option?: MultiDisplayOption | null;
3816
+ multi_tree_display_option?: MultiDisplayOption | null;
3707
3817
  metadata_fields?: Array<{
3708
3818
  id: string;
3709
3819
  label?: any | null;
@@ -3735,7 +3845,8 @@ export type SaveAttributeMutation = {
3735
3845
  label?: any | null;
3736
3846
  description?: any | null;
3737
3847
  multiple_values: boolean;
3738
- multi_link_display_option?: MultiLinkDisplayOption | null;
3848
+ multi_link_display_option?: MultiDisplayOption | null;
3849
+ multi_tree_display_option?: MultiDisplayOption | null;
3739
3850
  linked_tree?: {
3740
3851
  id: string;
3741
3852
  label?: any | null;
@@ -4189,6 +4300,35 @@ export type IsAllowedQuery = {
4189
4300
  allowed?: boolean | null;
4190
4301
  }> | null;
4191
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
+ };
4192
4332
  export type ActivateRecordsMutationVariables = Exact<{
4193
4333
  libraryId: Scalars['String'];
4194
4334
  recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4210,6 +4350,33 @@ export type ActivateRecordsMutation = {
4210
4350
  };
4211
4351
  }>;
4212
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
+ };
4213
4380
  export type CreateRecordMutationVariables = Exact<{
4214
4381
  library: Scalars['ID'];
4215
4382
  data?: InputMaybe<CreateRecordDataInput>;
@@ -5716,6 +5883,26 @@ export type IndexRecordsMutationVariables = Exact<{
5716
5883
  export type IndexRecordsMutation = {
5717
5884
  indexRecords: boolean;
5718
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
+ };
5719
5906
  export type CancelTaskMutationVariables = Exact<{
5720
5907
  taskId: Scalars['ID'];
5721
5908
  }>;
@@ -6292,128 +6479,6 @@ export type DeleteValueMutation = {
6292
6479
  } | null> | null;
6293
6480
  }>;
6294
6481
  };
6295
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
6296
- library: Scalars['ID'];
6297
- value?: InputMaybe<ValueBatchInput>;
6298
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
6299
- }>;
6300
- export type RunActionsListAndFormatOnValueQuery = {
6301
- runActionsListAndFormatOnValue: Array<{
6302
- id_value?: string | null;
6303
- isInherited?: boolean | null;
6304
- isCalculated?: boolean | null;
6305
- modified_at?: number | null;
6306
- created_at?: number | null;
6307
- payload?: any | null;
6308
- raw_payload?: any | null;
6309
- value?: any | null;
6310
- raw_value?: any | null;
6311
- modified_by?: {
6312
- id: string;
6313
- whoAmI: {
6314
- id: string;
6315
- label?: string | null;
6316
- subLabel?: string | null;
6317
- color?: string | null;
6318
- preview?: IPreviewScalar | null;
6319
- library: {
6320
- id: string;
6321
- label?: any | null;
6322
- };
6323
- };
6324
- } | null;
6325
- created_by?: {
6326
- id: string;
6327
- whoAmI: {
6328
- id: string;
6329
- label?: string | null;
6330
- subLabel?: string | null;
6331
- color?: string | null;
6332
- preview?: IPreviewScalar | null;
6333
- library: {
6334
- id: string;
6335
- label?: any | null;
6336
- };
6337
- };
6338
- } | null;
6339
- version?: Array<{
6340
- treeId: string;
6341
- treeNode?: {
6342
- id: string;
6343
- record: {
6344
- id: string;
6345
- whoAmI: {
6346
- id: string;
6347
- label?: string | null;
6348
- library: {
6349
- id: string;
6350
- };
6351
- };
6352
- };
6353
- } | null;
6354
- } | null> | null;
6355
- attribute: {
6356
- id: string;
6357
- format?: AttributeFormat | null;
6358
- type: AttributeType;
6359
- system: boolean;
6360
- };
6361
- metadata?: Array<{
6362
- name: string;
6363
- value?: {
6364
- id_value?: string | null;
6365
- modified_at?: number | null;
6366
- created_at?: number | null;
6367
- payload?: any | null;
6368
- raw_payload?: any | null;
6369
- modified_by?: {
6370
- id: string;
6371
- whoAmI: {
6372
- id: string;
6373
- label?: string | null;
6374
- subLabel?: string | null;
6375
- color?: string | null;
6376
- preview?: IPreviewScalar | null;
6377
- library: {
6378
- id: string;
6379
- label?: any | null;
6380
- };
6381
- };
6382
- } | null;
6383
- created_by?: {
6384
- id: string;
6385
- whoAmI: {
6386
- id: string;
6387
- label?: string | null;
6388
- subLabel?: string | null;
6389
- color?: string | null;
6390
- preview?: IPreviewScalar | null;
6391
- library: {
6392
- id: string;
6393
- label?: any | null;
6394
- };
6395
- };
6396
- } | null;
6397
- version?: Array<{
6398
- treeId: string;
6399
- treeNode?: {
6400
- id: string;
6401
- record: {
6402
- id: string;
6403
- whoAmI: {
6404
- id: string;
6405
- label?: string | null;
6406
- library: {
6407
- id: string;
6408
- };
6409
- };
6410
- };
6411
- } | null;
6412
- } | null> | null;
6413
- } | null;
6414
- } | null> | null;
6415
- }>;
6416
- };
6417
6482
  export type SaveValueBatchMutationVariables = Exact<{
6418
6483
  library: Scalars['ID'];
6419
6484
  recordId: Scalars['ID'];
@@ -7027,6 +7092,25 @@ export type GetAttributesByLibWithPermissionsQuery = {
7027
7092
  multiple_values: boolean;
7028
7093
  system: boolean;
7029
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;
7030
7114
  linked_library?: {
7031
7115
  id: string;
7032
7116
  } | null;
@@ -7046,6 +7130,20 @@ export type GetAttributesByLibWithPermissionsQuery = {
7046
7130
  format?: AttributeFormat | null;
7047
7131
  label?: any | null;
7048
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;
7049
7147
  permissions: {
7050
7148
  access_attribute: boolean;
7051
7149
  };
@@ -7087,6 +7185,39 @@ export type ExplorerAttributesQuery = {
7087
7185
  id: string;
7088
7186
  label?: any | null;
7089
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;
7090
7221
  permissions: {
7091
7222
  access_attribute: boolean;
7092
7223
  };
@@ -7095,6 +7226,10 @@ export type ExplorerAttributesQuery = {
7095
7226
  type: AttributeType;
7096
7227
  format?: AttributeFormat | null;
7097
7228
  label?: any | null;
7229
+ linked_tree?: {
7230
+ id: string;
7231
+ label?: any | null;
7232
+ } | null;
7098
7233
  permissions: {
7099
7234
  access_attribute: boolean;
7100
7235
  };
@@ -7108,19 +7243,46 @@ export type ExplorerLinkAttributeQuery = {
7108
7243
  attributes?: {
7109
7244
  list: Array<{
7110
7245
  label?: any | null;
7246
+ type: AttributeType;
7111
7247
  id: string;
7112
7248
  multiple_values: boolean;
7113
7249
  linked_library?: {
7114
7250
  id: string;
7115
7251
  label?: any | null;
7116
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;
7117
7274
  permissions: {
7118
7275
  access_attribute: boolean;
7119
7276
  edit_value: boolean;
7120
7277
  };
7121
7278
  } | {
7279
+ label?: any | null;
7122
7280
  id: string;
7123
7281
  multiple_values: boolean;
7282
+ linked_tree?: {
7283
+ id: string;
7284
+ label?: any | null;
7285
+ } | null;
7124
7286
  permissions: {
7125
7287
  access_attribute: boolean;
7126
7288
  edit_value: boolean;
@@ -7165,7 +7327,8 @@ export type ExplorerLibraryDataQuery = {
7165
7327
  type: AttributeType;
7166
7328
  format?: AttributeFormat | null;
7167
7329
  multiple_values: boolean;
7168
- multi_link_display_option?: MultiLinkDisplayOption | null;
7330
+ multi_link_display_option?: MultiDisplayOption | null;
7331
+ multi_tree_display_option?: MultiDisplayOption | null;
7169
7332
  };
7170
7333
  values: Array<{
7171
7334
  linkPayload?: {
@@ -7246,7 +7409,8 @@ export type ExplorerLinkDataQuery = {
7246
7409
  type: AttributeType;
7247
7410
  format?: AttributeFormat | null;
7248
7411
  multiple_values: boolean;
7249
- multi_link_display_option?: MultiLinkDisplayOption | null;
7412
+ multi_link_display_option?: MultiDisplayOption | null;
7413
+ multi_tree_display_option?: MultiDisplayOption | null;
7250
7414
  };
7251
7415
  values: Array<{
7252
7416
  linkPayload?: {
@@ -7435,22 +7599,47 @@ export type UpdateViewMutation = {
7435
7599
  }> | null;
7436
7600
  };
7437
7601
  };
7438
- export type GetJoinLibraryMandatoryAttributeValuesQueryVariables = Exact<{
7439
- joinLibraryId: Scalars['ID'];
7440
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7441
- mandatoryAttributeId: Scalars['ID'];
7602
+ export type GetRecordHistoryQueryVariables = Exact<{
7603
+ record: LogTopicRecordFilterInput;
7604
+ attributeId?: InputMaybe<Scalars['String']>;
7605
+ actions?: InputMaybe<Array<LogAction> | LogAction>;
7606
+ pagination?: InputMaybe<Pagination>;
7442
7607
  }>;
7443
- export type GetJoinLibraryMandatoryAttributeValuesQuery = {
7444
- records: {
7445
- list: Array<{
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: {
7446
7622
  id: string;
7447
- property: Array<{
7448
- payload?: {
7623
+ whoAmI: {
7624
+ id: string;
7625
+ library: {
7449
7626
  id: string;
7450
- } | null;
7627
+ };
7628
+ };
7629
+ properties: Array<{
7630
+ attributeId: string;
7631
+ values: Array<{
7632
+ payload?: any | null;
7633
+ }>;
7451
7634
  }>;
7452
- }>;
7453
- };
7635
+ };
7636
+ before?: {
7637
+ asString?: string | null;
7638
+ } | null;
7639
+ after?: {
7640
+ asString?: string | null;
7641
+ } | null;
7642
+ }> | null;
7454
7643
  };
7455
7644
  export type TreeDataQueryQueryVariables = Exact<{
7456
7645
  treeId: Scalars['ID'];
@@ -7487,11 +7676,14 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7487
7676
  export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7488
7677
  export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7489
7678
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7679
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7680
+ export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7490
7681
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
7491
7682
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
7492
7683
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
7493
7684
  export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
7494
7685
  export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
7686
+ export declare const RecordHistoryLogAttributeFragmentDoc: Apollo.DocumentNode;
7495
7687
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
7496
7688
  /**
7497
7689
  * __useCheckApplicationExistenceQuery__
@@ -8307,6 +8499,35 @@ export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
8307
8499
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8308
8500
  export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
8309
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>;
8310
8531
  export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8311
8532
  export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8312
8533
  /**
@@ -8336,6 +8557,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
8336
8557
  export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8337
8558
  export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8338
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>;
8339
8585
  export declare const CreateRecordDocument: Apollo.DocumentNode;
8340
8586
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
8341
8587
  /**
@@ -8597,6 +8843,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
8597
8843
  export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
8598
8844
  export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
8599
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>;
8600
8873
  export declare const CancelTaskDocument: Apollo.DocumentNode;
8601
8874
  export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
8602
8875
  /**
@@ -8931,44 +9204,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
8931
9204
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
8932
9205
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
8933
9206
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
8934
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
8935
- /**
8936
- * __useRunActionsListAndFormatOnValueQuery__
8937
- *
8938
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
8939
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
8940
- * you can use to render your UI.
8941
- *
8942
- * @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;
8943
- *
8944
- * @example
8945
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
8946
- * variables: {
8947
- * library: // value for 'library'
8948
- * value: // value for 'value'
8949
- * version: // value for 'version'
8950
- * },
8951
- * });
8952
- */
8953
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
8954
- library: Scalars["ID"];
8955
- value?: InputMaybe<ValueBatchInput>;
8956
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8957
- }>>;
8958
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
8959
- library: Scalars["ID"];
8960
- value?: InputMaybe<ValueBatchInput>;
8961
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8962
- }>>;
8963
- export declare function useRunActionsListAndFormatOnValueSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.UseSuspenseQueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
8964
- library: Scalars["ID"];
8965
- value?: InputMaybe<ValueBatchInput>;
8966
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8967
- }>>;
8968
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
8969
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
8970
- export type RunActionsListAndFormatOnValueSuspenseQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueSuspenseQuery>;
8971
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
8972
9207
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
8973
9208
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
8974
9209
  /**
@@ -9442,44 +9677,48 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
9442
9677
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
9443
9678
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
9444
9679
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
9445
- export declare const GetJoinLibraryMandatoryAttributeValuesDocument: Apollo.DocumentNode;
9680
+ export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
9446
9681
  /**
9447
- * __useGetJoinLibraryMandatoryAttributeValuesQuery__
9682
+ * __useGetRecordHistoryQuery__
9448
9683
  *
9449
- * To run a query within a React component, call `useGetJoinLibraryMandatoryAttributeValuesQuery` and pass it any options that fit your needs.
9450
- * When your component renders, `useGetJoinLibraryMandatoryAttributeValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
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
9451
9686
  * you can use to render your UI.
9452
9687
  *
9453
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;
9454
9689
  *
9455
9690
  * @example
9456
- * const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
9691
+ * const { data, loading, error } = useGetRecordHistoryQuery({
9457
9692
  * variables: {
9458
- * joinLibraryId: // value for 'joinLibraryId'
9459
- * filters: // value for 'filters'
9460
- * mandatoryAttributeId: // value for 'mandatoryAttributeId'
9693
+ * record: // value for 'record'
9694
+ * attributeId: // value for 'attributeId'
9695
+ * actions: // value for 'actions'
9696
+ * pagination: // value for 'pagination'
9461
9697
  * },
9462
9698
  * });
9463
9699
  */
9464
- export declare function useGetJoinLibraryMandatoryAttributeValuesQuery(baseOptions: Apollo.QueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9465
- joinLibraryId: Scalars["ID"];
9466
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9467
- mandatoryAttributeId: Scalars["ID"];
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>;
9468
9705
  }>>;
9469
- export declare function useGetJoinLibraryMandatoryAttributeValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9470
- joinLibraryId: Scalars["ID"];
9471
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9472
- mandatoryAttributeId: Scalars["ID"];
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>;
9473
9711
  }>>;
9474
- export declare function useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9475
- joinLibraryId: Scalars["ID"];
9476
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9477
- mandatoryAttributeId: Scalars["ID"];
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>;
9478
9717
  }>>;
9479
- export type GetJoinLibraryMandatoryAttributeValuesQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesQuery>;
9480
- export type GetJoinLibraryMandatoryAttributeValuesLazyQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesLazyQuery>;
9481
- export type GetJoinLibraryMandatoryAttributeValuesSuspenseQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery>;
9482
- export type GetJoinLibraryMandatoryAttributeValuesQueryResult = Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>;
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>;
9483
9722
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
9484
9723
  /**
9485
9724
  * __useTreeDataQueryQuery__