@leav/ui 0.4.0-fbdf247 → 0.4.0-fd9dcf3f

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 (422) hide show
  1. package/README.md +1 -0
  2. package/dist/__mocks__/common/form.js +5 -1
  3. package/dist/__mocks__/common/form.js.map +1 -1
  4. package/dist/__mocks__/common/value.d.ts +1 -2
  5. package/dist/__mocks__/common/value.js +0 -11
  6. package/dist/__mocks__/common/value.js.map +1 -1
  7. package/dist/_gqlTypes/index.d.ts +1377 -20
  8. package/dist/_gqlTypes/index.js +411 -3
  9. package/dist/_gqlTypes/index.js.map +1 -1
  10. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
  11. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  12. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  13. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  14. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  15. package/dist/_queries/records/getRecordFormQuery.js +13 -0
  16. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  17. package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
  18. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  19. package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
  20. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  21. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  22. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  23. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  24. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  25. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
  26. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
  27. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  28. package/dist/components/Explorer/DataView.d.ts +2 -1
  29. package/dist/components/Explorer/DataView.js +31 -11
  30. package/dist/components/Explorer/DataView.js.map +1 -1
  31. package/dist/components/Explorer/Explorer.d.ts +9 -5
  32. package/dist/components/Explorer/Explorer.js +28 -12
  33. package/dist/components/Explorer/Explorer.js.map +1 -1
  34. package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
  35. package/dist/components/Explorer/ExplorerToolbar.js +5 -4
  36. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  37. package/dist/components/Explorer/IdCard.js +1 -1
  38. package/dist/components/Explorer/IdCard.js.map +1 -1
  39. package/dist/components/Explorer/TableCell.js +22 -11
  40. package/dist/components/Explorer/TableCell.js.map +1 -1
  41. package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
  42. package/dist/components/Explorer/TableTagGroup.js +3 -16
  43. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  44. package/dist/components/Explorer/_constants.d.ts +3 -0
  45. package/dist/components/Explorer/_constants.js +3 -0
  46. package/dist/components/Explorer/_constants.js.map +1 -1
  47. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
  48. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +1 -1
  49. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  50. package/dist/components/Explorer/_queries/useExplorerData.d.ts +4 -2
  51. package/dist/components/Explorer/_queries/useExplorerData.js +24 -14
  52. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  53. package/dist/components/Explorer/_types.d.ts +15 -3
  54. package/dist/components/Explorer/_types.js.map +1 -1
  55. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  56. package/dist/components/Explorer/actions-item/useEditItemAction.js +6 -4
  57. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  58. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
  59. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
  60. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  61. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +21 -0
  62. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
  63. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
  64. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
  65. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
  66. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
  67. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +6 -5
  68. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  69. package/dist/components/Explorer/actions-mass/useMassActions.js +1 -1
  70. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
  71. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +4 -1
  72. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +22 -7
  73. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  74. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +5 -2
  75. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +20 -4
  76. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  77. package/dist/components/Explorer/link-item/LinkModal.d.ts +2 -0
  78. package/dist/components/Explorer/link-item/LinkModal.js +14 -4
  79. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  80. package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
  81. package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
  82. package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
  83. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
  84. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
  85. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
  86. package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
  87. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
  88. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
  89. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  90. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +4 -0
  91. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +4 -0
  92. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  93. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
  94. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  95. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  96. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  97. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
  98. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  99. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
  100. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
  101. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
  102. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  103. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  104. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  105. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  106. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  107. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  108. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  109. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
  110. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  111. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
  112. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  113. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  114. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +4 -2
  115. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  116. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +9 -1
  117. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +30 -0
  118. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  119. package/dist/components/Explorer/useColumnWidth.js +2 -1
  120. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  121. package/dist/components/Explorer/useLoadView.js +4 -2
  122. package/dist/components/Explorer/useLoadView.js.map +1 -1
  123. package/dist/components/Explorer/usePagination.d.ts +2 -1
  124. package/dist/components/Explorer/usePagination.js.map +1 -1
  125. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  126. package/dist/components/Explorer/useSearchInput.js +2 -1
  127. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  128. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  129. package/dist/components/Explorer/useViewSettingsReducer.js +44 -19
  130. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  131. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  132. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  133. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  134. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  135. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  136. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  137. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  138. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  139. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +4 -0
  140. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  141. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  142. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  143. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  144. package/dist/components/LinkSelect/LinkSelect.d.ts +15 -0
  145. package/dist/components/LinkSelect/LinkSelect.js +88 -0
  146. package/dist/components/LinkSelect/LinkSelect.js.map +1 -0
  147. package/dist/components/LinkSelect/index.d.ts +2 -0
  148. package/dist/components/{SelectTreeNodeModal → LinkSelect}/index.js +2 -1
  149. package/dist/components/LinkSelect/index.js.map +1 -0
  150. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -4
  151. package/dist/components/RecordEdition/EditRecord/EditRecord.js +37 -39
  152. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  153. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  154. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  155. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  156. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  157. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  158. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  159. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  160. package/dist/components/RecordEdition/{EditRecordContent/uiElements/TreeField/TreeFieldValue → EditRecordButtons}/index.js +2 -2
  161. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  162. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  163. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +12 -3
  164. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  165. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +5 -0
  166. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  167. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +1 -0
  168. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  169. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  170. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  171. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  172. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  173. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  174. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +39 -11
  175. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  176. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +8 -2
  177. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +103 -92
  178. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  179. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +5 -0
  180. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +39 -0
  181. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +1 -0
  182. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +8 -0
  183. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +23 -0
  184. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +1 -0
  185. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +9 -0
  186. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +23 -0
  187. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +1 -0
  188. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +8 -0
  189. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +26 -0
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +1 -0
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +12 -0
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +24 -0
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +1 -0
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +19 -0
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +103 -0
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +1 -0
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +22 -0
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +104 -0
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +1 -0
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.d.ts +22 -0
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js +85 -0
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +1 -0
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +28 -0
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +311 -0
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +1 -0
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +9 -0
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +15 -0
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +1 -0
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +4 -0
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +22 -0
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -0
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +35 -48
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +4 -2
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +74 -214
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.d.ts +12 -0
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +8 -0
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +1 -0
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +35 -0
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +47 -0
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +24 -0
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +145 -0
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +17 -0
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +76 -0
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  266. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
  267. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +51 -51
  268. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  269. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  270. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +9 -7
  271. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  272. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  273. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  274. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  275. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
  276. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  277. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
  278. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  279. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  280. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  281. package/dist/components/RecordEdition/constants.d.ts +2 -0
  282. package/dist/components/RecordEdition/constants.js +6 -0
  283. package/dist/components/RecordEdition/constants.js.map +1 -0
  284. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +29 -3
  285. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +65 -5
  286. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  287. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
  288. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  289. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  290. package/dist/components/RecordEdition/index.d.ts +3 -0
  291. package/dist/components/RecordEdition/index.js +3 -0
  292. package/dist/components/RecordEdition/index.js.map +1 -1
  293. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +4 -1
  294. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +8 -6
  295. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  296. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +5 -1
  297. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -4
  298. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  299. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +5 -1
  300. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +16 -7
  301. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  302. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  303. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  304. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  305. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  306. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  307. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  308. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  309. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
  310. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  311. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  312. package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
  313. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  314. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
  315. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  316. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
  317. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  318. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  319. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  320. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  321. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  322. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  323. package/dist/components/index.d.ts +1 -2
  324. package/dist/components/index.js +1 -2
  325. package/dist/components/index.js.map +1 -1
  326. package/dist/constants.d.ts +3 -1
  327. package/dist/constants.js +3 -1
  328. package/dist/constants.js.map +1 -1
  329. package/dist/contexts/LangContext/LangContext.d.ts +1 -2
  330. package/dist/contexts/LangContext/LangContext.js +2 -2
  331. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  332. package/dist/hooks/index.d.ts +3 -0
  333. package/dist/hooks/index.js +3 -0
  334. package/dist/hooks/index.js.map +1 -1
  335. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  336. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
  337. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  338. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  339. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  340. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  341. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  342. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  343. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  344. package/dist/hooks/useIFrameMessenger/types.d.ts +118 -0
  345. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  346. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  347. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  348. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +104 -0
  349. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  350. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +4 -0
  351. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +15 -0
  352. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  353. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  354. package/dist/{components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +3 -3
  355. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  356. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  357. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  358. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  359. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  360. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  361. package/dist/locales/en/shared.json +32 -12
  362. package/dist/locales/fr/shared.json +32 -12
  363. package/dist/types/attributes.d.ts +2 -1
  364. package/dist/types/trees.d.ts +1 -0
  365. package/package.json +10 -8
  366. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  367. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
  368. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +0 -14
  369. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
  370. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  371. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.d.ts +0 -2
  372. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  373. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
  374. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
  375. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
  376. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.d.ts +0 -19
  377. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
  378. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
  379. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
  380. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
  381. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
  382. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.d.ts +0 -14
  383. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
  384. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
  385. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -6
  386. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
  387. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  388. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.d.ts +0 -2
  389. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
  390. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  391. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -13
  392. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
  393. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  394. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +0 -2
  395. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -6
  396. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  397. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -9
  398. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
  399. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  400. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.d.ts +0 -2
  401. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  402. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
  403. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +0 -4
  404. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
  405. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
  406. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -10
  407. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  408. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  409. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
  410. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  411. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -9
  412. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  413. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  414. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
  415. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
  416. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  417. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  418. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  419. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  420. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
  421. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
  422. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
@@ -136,11 +136,13 @@ 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
140
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
141
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
142
  readonly?: InputMaybe<Scalars['Boolean']>;
142
143
  required?: InputMaybe<Scalars['Boolean']>;
143
144
  reverse_link?: InputMaybe<Scalars['String']>;
145
+ settings?: InputMaybe<Scalars['JSONObject']>;
144
146
  type?: InputMaybe<AttributeType>;
145
147
  unique?: InputMaybe<Scalars['Boolean']>;
146
148
  values_list?: InputMaybe<ValuesListConfInput>;
@@ -181,6 +183,11 @@ export declare enum AvailableLanguage {
181
183
  en = "en",
182
184
  fr = "fr"
183
185
  }
186
+ export type ChildrenAsRecordValuePermissionFilterInput = {
187
+ action: RecordPermissionsActions;
188
+ attributeId: Scalars['ID'];
189
+ libraryId: Scalars['ID'];
190
+ };
184
191
  export type CreateRecordDataInput = {
185
192
  values?: InputMaybe<Array<ValueBatchInput>>;
186
193
  version?: InputMaybe<Array<ValueVersionInput>>;
@@ -246,6 +253,11 @@ export type FormInput = {
246
253
  id: Scalars['ID'];
247
254
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
255
  library: Scalars['ID'];
256
+ sidePanel?: InputMaybe<FormSidePanelInput>;
257
+ };
258
+ export type FormSidePanelInput = {
259
+ enable: Scalars['Boolean'];
260
+ isOpenByDefault: Scalars['Boolean'];
249
261
  };
250
262
  export declare enum FormsSortableFields {
251
263
  id = "id",
@@ -261,6 +273,7 @@ export type GlobalSettingsInput = {
261
273
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
274
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
275
  name?: InputMaybe<Scalars['String']>;
276
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
277
  };
265
278
  export declare enum IoTypes {
266
279
  boolean = "boolean",
@@ -292,6 +305,7 @@ export declare enum LibrariesSortableFields {
292
305
  export declare enum LibraryBehavior {
293
306
  directories = "directories",
294
307
  files = "files",
308
+ join = "join",
295
309
  standard = "standard"
296
310
  }
297
311
  export type LibraryIconInput = {
@@ -306,9 +320,11 @@ export type LibraryInput = {
306
320
  icon?: InputMaybe<LibraryIconInput>;
307
321
  id: Scalars['ID'];
308
322
  label?: InputMaybe<Scalars['SystemTranslation']>;
323
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
324
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
325
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
326
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
327
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
328
  };
313
329
  export type LibraryPreviewsSettingsInput = {
314
330
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +405,11 @@ export type LogTopicRecordFilterInput = {
389
405
  id?: InputMaybe<Scalars['String']>;
390
406
  libraryId?: InputMaybe<Scalars['String']>;
391
407
  };
408
+ export declare enum MultiLinkDisplayOption {
409
+ avatar = "avatar",
410
+ badge_qty = "badge_qty",
411
+ tag = "tag"
412
+ }
392
413
  export type Pagination = {
393
414
  limit: Scalars['Int'];
394
415
  offset: Scalars['Int'];
@@ -537,6 +558,12 @@ export type RecordInput = {
537
558
  id: Scalars['ID'];
538
559
  library: Scalars['String'];
539
560
  };
561
+ export declare enum RecordPermissionsActions {
562
+ access_record = "access_record",
563
+ create_record = "create_record",
564
+ delete_record = "delete_record",
565
+ edit_record = "edit_record"
566
+ }
540
567
  export type RecordSortInput = {
541
568
  field: Scalars['String'];
542
569
  order: SortOrder;
@@ -640,6 +667,7 @@ export type TreeInput = {
640
667
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
668
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
669
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
670
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
671
  };
644
672
  export type TreeLibraryInput = {
645
673
  library: Scalars['ID'];
@@ -681,11 +709,13 @@ export type ValueBatchInput = {
681
709
  attribute?: InputMaybe<Scalars['ID']>;
682
710
  id_value?: InputMaybe<Scalars['ID']>;
683
711
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
712
+ /** Use "\__empty_value__" to set an empty value */
684
713
  payload?: InputMaybe<Scalars['String']>;
685
714
  };
686
715
  export type ValueInput = {
687
716
  id_value?: InputMaybe<Scalars['ID']>;
688
717
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
718
+ /** Use "\__empty_value__" to set an empty value */
689
719
  payload?: InputMaybe<Scalars['String']>;
690
720
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
721
  };
@@ -823,6 +853,7 @@ export type AttributeDetailsLinkAttributeFragment = {
823
853
  label?: any | null;
824
854
  description?: any | null;
825
855
  multiple_values: boolean;
856
+ multi_link_display_option?: MultiLinkDisplayOption | null;
826
857
  linked_library?: {
827
858
  id: string;
828
859
  label?: any | null;
@@ -860,6 +891,7 @@ export type AttributeDetailsStandardAttributeFragment = {
860
891
  label?: any | null;
861
892
  description?: any | null;
862
893
  multiple_values: boolean;
894
+ multi_link_display_option?: MultiLinkDisplayOption | null;
863
895
  metadata_fields?: Array<{
864
896
  id: string;
865
897
  label?: any | null;
@@ -892,6 +924,7 @@ export type AttributeDetailsTreeAttributeFragment = {
892
924
  label?: any | null;
893
925
  description?: any | null;
894
926
  multiple_values: boolean;
927
+ multi_link_display_option?: MultiLinkDisplayOption | null;
895
928
  linked_tree?: {
896
929
  id: string;
897
930
  label?: any | null;
@@ -1750,6 +1783,261 @@ export type RecordFormElementFragment = {
1750
1783
  key: string;
1751
1784
  value: any;
1752
1785
  }>;
1786
+ joinLibraryContext?: {
1787
+ mandatoryAttribute: {
1788
+ id: string;
1789
+ label?: any | null;
1790
+ description?: any | null;
1791
+ type: AttributeType;
1792
+ format?: AttributeFormat | null;
1793
+ system: boolean;
1794
+ readonly: boolean;
1795
+ required: boolean;
1796
+ multiple_values: boolean;
1797
+ compute: boolean;
1798
+ linked_library?: {
1799
+ id: string;
1800
+ label?: any | null;
1801
+ behavior: LibraryBehavior;
1802
+ permissions?: {
1803
+ create_record: boolean;
1804
+ } | null;
1805
+ } | null;
1806
+ linkValuesList?: {
1807
+ enable: boolean;
1808
+ allowFreeEntry?: boolean | null;
1809
+ allowListUpdate?: boolean | null;
1810
+ values?: Array<{
1811
+ id: string;
1812
+ whoAmI: {
1813
+ id: string;
1814
+ label?: string | null;
1815
+ subLabel?: string | null;
1816
+ color?: string | null;
1817
+ preview?: IPreviewScalar | null;
1818
+ library: {
1819
+ id: string;
1820
+ label?: any | null;
1821
+ };
1822
+ };
1823
+ }> | null;
1824
+ } | null;
1825
+ permissions: {
1826
+ access_attribute: boolean;
1827
+ edit_value: boolean;
1828
+ };
1829
+ versions_conf?: {
1830
+ versionable: boolean;
1831
+ profile?: {
1832
+ id: string;
1833
+ trees: Array<{
1834
+ id: string;
1835
+ label?: any | null;
1836
+ }>;
1837
+ } | null;
1838
+ } | null;
1839
+ metadata_fields?: Array<{
1840
+ id: string;
1841
+ label?: any | null;
1842
+ description?: any | null;
1843
+ type: AttributeType;
1844
+ format?: AttributeFormat | null;
1845
+ system: boolean;
1846
+ readonly: boolean;
1847
+ multiple_values: boolean;
1848
+ permissions: {
1849
+ access_attribute: boolean;
1850
+ edit_value: boolean;
1851
+ };
1852
+ values_list?: {
1853
+ enable: boolean;
1854
+ allowFreeEntry?: boolean | null;
1855
+ allowListUpdate?: boolean | null;
1856
+ dateRangeValues?: Array<{
1857
+ from?: string | null;
1858
+ to?: string | null;
1859
+ }> | null;
1860
+ } | {
1861
+ enable: boolean;
1862
+ allowFreeEntry?: boolean | null;
1863
+ allowListUpdate?: boolean | null;
1864
+ values?: Array<string> | null;
1865
+ } | null;
1866
+ metadata_fields?: Array<{
1867
+ id: string;
1868
+ }> | null;
1869
+ }> | null;
1870
+ } | {
1871
+ character_limit?: number | null;
1872
+ id: string;
1873
+ label?: any | null;
1874
+ description?: any | null;
1875
+ type: AttributeType;
1876
+ format?: AttributeFormat | null;
1877
+ system: boolean;
1878
+ readonly: boolean;
1879
+ required: boolean;
1880
+ multiple_values: boolean;
1881
+ compute: boolean;
1882
+ values_list?: {
1883
+ enable: boolean;
1884
+ allowFreeEntry?: boolean | null;
1885
+ allowListUpdate?: boolean | null;
1886
+ dateRangeValues?: Array<{
1887
+ from?: string | null;
1888
+ to?: string | null;
1889
+ }> | null;
1890
+ } | {
1891
+ enable: boolean;
1892
+ allowFreeEntry?: boolean | null;
1893
+ allowListUpdate?: boolean | null;
1894
+ values?: Array<string> | null;
1895
+ } | null;
1896
+ permissions: {
1897
+ access_attribute: boolean;
1898
+ edit_value: boolean;
1899
+ };
1900
+ versions_conf?: {
1901
+ versionable: boolean;
1902
+ profile?: {
1903
+ id: string;
1904
+ trees: Array<{
1905
+ id: string;
1906
+ label?: any | null;
1907
+ }>;
1908
+ } | null;
1909
+ } | null;
1910
+ metadata_fields?: Array<{
1911
+ id: string;
1912
+ label?: any | null;
1913
+ description?: any | null;
1914
+ type: AttributeType;
1915
+ format?: AttributeFormat | null;
1916
+ system: boolean;
1917
+ readonly: boolean;
1918
+ multiple_values: boolean;
1919
+ permissions: {
1920
+ access_attribute: boolean;
1921
+ edit_value: boolean;
1922
+ };
1923
+ values_list?: {
1924
+ enable: boolean;
1925
+ allowFreeEntry?: boolean | null;
1926
+ allowListUpdate?: boolean | null;
1927
+ dateRangeValues?: Array<{
1928
+ from?: string | null;
1929
+ to?: string | null;
1930
+ }> | null;
1931
+ } | {
1932
+ enable: boolean;
1933
+ allowFreeEntry?: boolean | null;
1934
+ allowListUpdate?: boolean | null;
1935
+ values?: Array<string> | null;
1936
+ } | null;
1937
+ metadata_fields?: Array<{
1938
+ id: string;
1939
+ }> | null;
1940
+ }> | null;
1941
+ } | {
1942
+ id: string;
1943
+ label?: any | null;
1944
+ description?: any | null;
1945
+ type: AttributeType;
1946
+ format?: AttributeFormat | null;
1947
+ system: boolean;
1948
+ readonly: boolean;
1949
+ required: boolean;
1950
+ multiple_values: boolean;
1951
+ compute: boolean;
1952
+ linked_tree?: {
1953
+ id: string;
1954
+ label?: any | null;
1955
+ } | null;
1956
+ treeValuesList?: {
1957
+ enable: boolean;
1958
+ allowFreeEntry?: boolean | null;
1959
+ allowListUpdate?: boolean | null;
1960
+ values?: Array<{
1961
+ id: string;
1962
+ record: {
1963
+ id: string;
1964
+ whoAmI: {
1965
+ id: string;
1966
+ label?: string | null;
1967
+ subLabel?: string | null;
1968
+ color?: string | null;
1969
+ preview?: IPreviewScalar | null;
1970
+ library: {
1971
+ id: string;
1972
+ label?: any | null;
1973
+ };
1974
+ };
1975
+ };
1976
+ ancestors?: Array<{
1977
+ record: {
1978
+ id: string;
1979
+ whoAmI: {
1980
+ id: string;
1981
+ label?: string | null;
1982
+ subLabel?: string | null;
1983
+ color?: string | null;
1984
+ preview?: IPreviewScalar | null;
1985
+ library: {
1986
+ id: string;
1987
+ label?: any | null;
1988
+ };
1989
+ };
1990
+ };
1991
+ }> | null;
1992
+ }> | null;
1993
+ } | null;
1994
+ permissions: {
1995
+ access_attribute: boolean;
1996
+ edit_value: boolean;
1997
+ };
1998
+ versions_conf?: {
1999
+ versionable: boolean;
2000
+ profile?: {
2001
+ id: string;
2002
+ trees: Array<{
2003
+ id: string;
2004
+ label?: any | null;
2005
+ }>;
2006
+ } | null;
2007
+ } | null;
2008
+ metadata_fields?: Array<{
2009
+ id: string;
2010
+ label?: any | null;
2011
+ description?: any | null;
2012
+ type: AttributeType;
2013
+ format?: AttributeFormat | null;
2014
+ system: boolean;
2015
+ readonly: boolean;
2016
+ multiple_values: boolean;
2017
+ permissions: {
2018
+ access_attribute: boolean;
2019
+ edit_value: boolean;
2020
+ };
2021
+ values_list?: {
2022
+ enable: boolean;
2023
+ allowFreeEntry?: boolean | null;
2024
+ allowListUpdate?: boolean | null;
2025
+ dateRangeValues?: Array<{
2026
+ from?: string | null;
2027
+ to?: string | null;
2028
+ }> | null;
2029
+ } | {
2030
+ enable: boolean;
2031
+ allowFreeEntry?: boolean | null;
2032
+ allowListUpdate?: boolean | null;
2033
+ values?: Array<string> | null;
2034
+ } | null;
2035
+ metadata_fields?: Array<{
2036
+ id: string;
2037
+ }> | null;
2038
+ }> | null;
2039
+ };
2040
+ } | null;
1753
2041
  };
1754
2042
  export type ValueDetailsLinkValueFragment = {
1755
2043
  id_value?: string | null;
@@ -2424,9 +2712,264 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2712
  values?: Array<string> | null;
2425
2713
  };
2426
2714
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2427
- export type TreeDetailsFragment = {
2428
- id: string;
2429
- label?: any | null;
2715
+ export type JoinLibraryContextFragment = {
2716
+ mandatoryAttribute: {
2717
+ id: string;
2718
+ label?: any | null;
2719
+ description?: any | null;
2720
+ type: AttributeType;
2721
+ format?: AttributeFormat | null;
2722
+ system: boolean;
2723
+ readonly: boolean;
2724
+ required: boolean;
2725
+ multiple_values: boolean;
2726
+ compute: boolean;
2727
+ linked_library?: {
2728
+ id: string;
2729
+ label?: any | null;
2730
+ behavior: LibraryBehavior;
2731
+ permissions?: {
2732
+ create_record: boolean;
2733
+ } | null;
2734
+ } | null;
2735
+ linkValuesList?: {
2736
+ enable: boolean;
2737
+ allowFreeEntry?: boolean | null;
2738
+ allowListUpdate?: boolean | null;
2739
+ values?: Array<{
2740
+ id: string;
2741
+ whoAmI: {
2742
+ id: string;
2743
+ label?: string | null;
2744
+ subLabel?: string | null;
2745
+ color?: string | null;
2746
+ preview?: IPreviewScalar | null;
2747
+ library: {
2748
+ id: string;
2749
+ label?: any | null;
2750
+ };
2751
+ };
2752
+ }> | null;
2753
+ } | null;
2754
+ permissions: {
2755
+ access_attribute: boolean;
2756
+ edit_value: boolean;
2757
+ };
2758
+ versions_conf?: {
2759
+ versionable: boolean;
2760
+ profile?: {
2761
+ id: string;
2762
+ trees: Array<{
2763
+ id: string;
2764
+ label?: any | null;
2765
+ }>;
2766
+ } | null;
2767
+ } | null;
2768
+ metadata_fields?: Array<{
2769
+ id: string;
2770
+ label?: any | null;
2771
+ description?: any | null;
2772
+ type: AttributeType;
2773
+ format?: AttributeFormat | null;
2774
+ system: boolean;
2775
+ readonly: boolean;
2776
+ multiple_values: boolean;
2777
+ permissions: {
2778
+ access_attribute: boolean;
2779
+ edit_value: boolean;
2780
+ };
2781
+ values_list?: {
2782
+ enable: boolean;
2783
+ allowFreeEntry?: boolean | null;
2784
+ allowListUpdate?: boolean | null;
2785
+ dateRangeValues?: Array<{
2786
+ from?: string | null;
2787
+ to?: string | null;
2788
+ }> | null;
2789
+ } | {
2790
+ enable: boolean;
2791
+ allowFreeEntry?: boolean | null;
2792
+ allowListUpdate?: boolean | null;
2793
+ values?: Array<string> | null;
2794
+ } | null;
2795
+ metadata_fields?: Array<{
2796
+ id: string;
2797
+ }> | null;
2798
+ }> | null;
2799
+ } | {
2800
+ character_limit?: number | null;
2801
+ id: string;
2802
+ label?: any | null;
2803
+ description?: any | null;
2804
+ type: AttributeType;
2805
+ format?: AttributeFormat | null;
2806
+ system: boolean;
2807
+ readonly: boolean;
2808
+ required: boolean;
2809
+ multiple_values: boolean;
2810
+ compute: boolean;
2811
+ values_list?: {
2812
+ enable: boolean;
2813
+ allowFreeEntry?: boolean | null;
2814
+ allowListUpdate?: boolean | null;
2815
+ dateRangeValues?: Array<{
2816
+ from?: string | null;
2817
+ to?: string | null;
2818
+ }> | null;
2819
+ } | {
2820
+ enable: boolean;
2821
+ allowFreeEntry?: boolean | null;
2822
+ allowListUpdate?: boolean | null;
2823
+ values?: Array<string> | null;
2824
+ } | null;
2825
+ permissions: {
2826
+ access_attribute: boolean;
2827
+ edit_value: boolean;
2828
+ };
2829
+ versions_conf?: {
2830
+ versionable: boolean;
2831
+ profile?: {
2832
+ id: string;
2833
+ trees: Array<{
2834
+ id: string;
2835
+ label?: any | null;
2836
+ }>;
2837
+ } | null;
2838
+ } | null;
2839
+ metadata_fields?: Array<{
2840
+ id: string;
2841
+ label?: any | null;
2842
+ description?: any | null;
2843
+ type: AttributeType;
2844
+ format?: AttributeFormat | null;
2845
+ system: boolean;
2846
+ readonly: boolean;
2847
+ multiple_values: boolean;
2848
+ permissions: {
2849
+ access_attribute: boolean;
2850
+ edit_value: boolean;
2851
+ };
2852
+ values_list?: {
2853
+ enable: boolean;
2854
+ allowFreeEntry?: boolean | null;
2855
+ allowListUpdate?: boolean | null;
2856
+ dateRangeValues?: Array<{
2857
+ from?: string | null;
2858
+ to?: string | null;
2859
+ }> | null;
2860
+ } | {
2861
+ enable: boolean;
2862
+ allowFreeEntry?: boolean | null;
2863
+ allowListUpdate?: boolean | null;
2864
+ values?: Array<string> | null;
2865
+ } | null;
2866
+ metadata_fields?: Array<{
2867
+ id: string;
2868
+ }> | null;
2869
+ }> | null;
2870
+ } | {
2871
+ id: string;
2872
+ label?: any | null;
2873
+ description?: any | null;
2874
+ type: AttributeType;
2875
+ format?: AttributeFormat | null;
2876
+ system: boolean;
2877
+ readonly: boolean;
2878
+ required: boolean;
2879
+ multiple_values: boolean;
2880
+ compute: boolean;
2881
+ linked_tree?: {
2882
+ id: string;
2883
+ label?: any | null;
2884
+ } | null;
2885
+ treeValuesList?: {
2886
+ enable: boolean;
2887
+ allowFreeEntry?: boolean | null;
2888
+ allowListUpdate?: boolean | null;
2889
+ values?: Array<{
2890
+ id: string;
2891
+ record: {
2892
+ id: string;
2893
+ whoAmI: {
2894
+ id: string;
2895
+ label?: string | null;
2896
+ subLabel?: string | null;
2897
+ color?: string | null;
2898
+ preview?: IPreviewScalar | null;
2899
+ library: {
2900
+ id: string;
2901
+ label?: any | null;
2902
+ };
2903
+ };
2904
+ };
2905
+ ancestors?: Array<{
2906
+ record: {
2907
+ id: string;
2908
+ whoAmI: {
2909
+ id: string;
2910
+ label?: string | null;
2911
+ subLabel?: string | null;
2912
+ color?: string | null;
2913
+ preview?: IPreviewScalar | null;
2914
+ library: {
2915
+ id: string;
2916
+ label?: any | null;
2917
+ };
2918
+ };
2919
+ };
2920
+ }> | null;
2921
+ }> | null;
2922
+ } | null;
2923
+ permissions: {
2924
+ access_attribute: boolean;
2925
+ edit_value: boolean;
2926
+ };
2927
+ versions_conf?: {
2928
+ versionable: boolean;
2929
+ profile?: {
2930
+ id: string;
2931
+ trees: Array<{
2932
+ id: string;
2933
+ label?: any | null;
2934
+ }>;
2935
+ } | null;
2936
+ } | null;
2937
+ metadata_fields?: Array<{
2938
+ id: string;
2939
+ label?: any | null;
2940
+ description?: any | null;
2941
+ type: AttributeType;
2942
+ format?: AttributeFormat | null;
2943
+ system: boolean;
2944
+ readonly: boolean;
2945
+ multiple_values: boolean;
2946
+ permissions: {
2947
+ access_attribute: boolean;
2948
+ edit_value: boolean;
2949
+ };
2950
+ values_list?: {
2951
+ enable: boolean;
2952
+ allowFreeEntry?: boolean | null;
2953
+ allowListUpdate?: boolean | null;
2954
+ dateRangeValues?: Array<{
2955
+ from?: string | null;
2956
+ to?: string | null;
2957
+ }> | null;
2958
+ } | {
2959
+ enable: boolean;
2960
+ allowFreeEntry?: boolean | null;
2961
+ allowListUpdate?: boolean | null;
2962
+ values?: Array<string> | null;
2963
+ } | null;
2964
+ metadata_fields?: Array<{
2965
+ id: string;
2966
+ }> | null;
2967
+ }> | null;
2968
+ };
2969
+ };
2970
+ export type TreeDetailsFragment = {
2971
+ id: string;
2972
+ label?: any | null;
2430
2973
  behavior: TreeBehavior;
2431
2974
  system: boolean;
2432
2975
  libraries: Array<{
@@ -2561,6 +3104,66 @@ export type ViewDetailsFilterFragment = {
2561
3104
  label?: any | null;
2562
3105
  } | null;
2563
3106
  };
3107
+ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3108
+ id: string;
3109
+ type: AttributeType;
3110
+ format?: AttributeFormat | null;
3111
+ label?: any | null;
3112
+ multiple_values: boolean;
3113
+ system: boolean;
3114
+ readonly: boolean;
3115
+ permissions: {
3116
+ access_attribute: boolean;
3117
+ };
3118
+ linked_library?: {
3119
+ id: string;
3120
+ } | null;
3121
+ };
3122
+ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3123
+ id: string;
3124
+ type: AttributeType;
3125
+ format?: AttributeFormat | null;
3126
+ label?: any | null;
3127
+ multiple_values: boolean;
3128
+ system: boolean;
3129
+ readonly: boolean;
3130
+ embedded_fields?: Array<{
3131
+ id: string;
3132
+ format?: AttributeFormat | null;
3133
+ label?: any | null;
3134
+ } | null> | null;
3135
+ permissions: {
3136
+ access_attribute: boolean;
3137
+ };
3138
+ };
3139
+ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3140
+ id: string;
3141
+ type: AttributeType;
3142
+ format?: AttributeFormat | null;
3143
+ label?: any | null;
3144
+ multiple_values: boolean;
3145
+ system: boolean;
3146
+ readonly: boolean;
3147
+ linked_tree?: {
3148
+ id: string;
3149
+ label?: any | null;
3150
+ libraries: Array<{
3151
+ library: {
3152
+ id: string;
3153
+ label?: any | null;
3154
+ };
3155
+ }>;
3156
+ } | null;
3157
+ permissions: {
3158
+ access_attribute: boolean;
3159
+ };
3160
+ };
3161
+ export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3162
+ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3163
+ linked_library?: {
3164
+ id: string;
3165
+ } | null;
3166
+ };
2564
3167
  export type LinkAttributeDetailsFragment = {
2565
3168
  label?: any | null;
2566
3169
  linked_library?: {
@@ -2574,6 +3177,7 @@ export type AttributePropertiesFragment = {
2574
3177
  type: AttributeType;
2575
3178
  format?: AttributeFormat | null;
2576
3179
  multiple_values: boolean;
3180
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2577
3181
  };
2578
3182
  export type PropertyValueLinkValueFragment = {
2579
3183
  linkPayload?: {
@@ -2626,6 +3230,7 @@ export type LinkPropertyLinkValueFragment = {
2626
3230
  type: AttributeType;
2627
3231
  format?: AttributeFormat | null;
2628
3232
  multiple_values: boolean;
3233
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2629
3234
  };
2630
3235
  values: Array<{
2631
3236
  linkPayload?: {
@@ -2685,6 +3290,9 @@ export type LibraryAttributeLinkAttributeFragment = {
2685
3290
  id: string;
2686
3291
  type: AttributeType;
2687
3292
  label?: any | null;
3293
+ permissions: {
3294
+ access_attribute: boolean;
3295
+ };
2688
3296
  linked_library?: {
2689
3297
  id: string;
2690
3298
  label?: any | null;
@@ -2701,11 +3309,17 @@ export type LibraryAttributeStandardAttributeFragment = {
2701
3309
  id: string;
2702
3310
  type: AttributeType;
2703
3311
  label?: any | null;
3312
+ permissions: {
3313
+ access_attribute: boolean;
3314
+ };
2704
3315
  };
2705
3316
  export type LibraryAttributeTreeAttributeFragment = {
2706
3317
  id: string;
2707
3318
  type: AttributeType;
2708
3319
  label?: any | null;
3320
+ permissions: {
3321
+ access_attribute: boolean;
3322
+ };
2709
3323
  };
2710
3324
  export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2711
3325
  export type LibraryAttributeLinkFragment = {
@@ -2840,6 +3454,7 @@ export type GetAttributeByIdQuery = {
2840
3454
  label?: any | null;
2841
3455
  description?: any | null;
2842
3456
  multiple_values: boolean;
3457
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2843
3458
  linked_library?: {
2844
3459
  id: string;
2845
3460
  label?: any | null;
@@ -2876,6 +3491,7 @@ export type GetAttributeByIdQuery = {
2876
3491
  label?: any | null;
2877
3492
  description?: any | null;
2878
3493
  multiple_values: boolean;
3494
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2879
3495
  metadata_fields?: Array<{
2880
3496
  id: string;
2881
3497
  label?: any | null;
@@ -2907,6 +3523,7 @@ export type GetAttributeByIdQuery = {
2907
3523
  label?: any | null;
2908
3524
  description?: any | null;
2909
3525
  multiple_values: boolean;
3526
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2910
3527
  linked_tree?: {
2911
3528
  id: string;
2912
3529
  label?: any | null;
@@ -3049,6 +3666,7 @@ export type SaveAttributeMutation = {
3049
3666
  label?: any | null;
3050
3667
  description?: any | null;
3051
3668
  multiple_values: boolean;
3669
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3052
3670
  linked_library?: {
3053
3671
  id: string;
3054
3672
  label?: any | null;
@@ -3085,6 +3703,7 @@ export type SaveAttributeMutation = {
3085
3703
  label?: any | null;
3086
3704
  description?: any | null;
3087
3705
  multiple_values: boolean;
3706
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3088
3707
  metadata_fields?: Array<{
3089
3708
  id: string;
3090
3709
  label?: any | null;
@@ -3116,6 +3735,7 @@ export type SaveAttributeMutation = {
3116
3735
  label?: any | null;
3117
3736
  description?: any | null;
3118
3737
  multiple_values: boolean;
3738
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3119
3739
  linked_tree?: {
3120
3740
  id: string;
3121
3741
  label?: any | null;
@@ -3569,6 +4189,27 @@ export type IsAllowedQuery = {
3569
4189
  allowed?: boolean | null;
3570
4190
  }> | null;
3571
4191
  };
4192
+ export type ActivateRecordsMutationVariables = Exact<{
4193
+ libraryId: Scalars['String'];
4194
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4195
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4196
+ }>;
4197
+ export type ActivateRecordsMutation = {
4198
+ activateRecords: Array<{
4199
+ id: string;
4200
+ whoAmI: {
4201
+ id: string;
4202
+ label?: string | null;
4203
+ subLabel?: string | null;
4204
+ color?: string | null;
4205
+ preview?: IPreviewScalar | null;
4206
+ library: {
4207
+ id: string;
4208
+ label?: any | null;
4209
+ };
4210
+ };
4211
+ }>;
4212
+ };
3572
4213
  export type CreateRecordMutationVariables = Exact<{
3573
4214
  library: Scalars['ID'];
3574
4215
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4360,7 +5001,266 @@ export type RecordFormQuery = {
4360
5001
  key: string;
4361
5002
  value: any;
4362
5003
  }>;
5004
+ joinLibraryContext?: {
5005
+ mandatoryAttribute: {
5006
+ id: string;
5007
+ label?: any | null;
5008
+ description?: any | null;
5009
+ type: AttributeType;
5010
+ format?: AttributeFormat | null;
5011
+ system: boolean;
5012
+ readonly: boolean;
5013
+ required: boolean;
5014
+ multiple_values: boolean;
5015
+ compute: boolean;
5016
+ linked_library?: {
5017
+ id: string;
5018
+ label?: any | null;
5019
+ behavior: LibraryBehavior;
5020
+ permissions?: {
5021
+ create_record: boolean;
5022
+ } | null;
5023
+ } | null;
5024
+ linkValuesList?: {
5025
+ enable: boolean;
5026
+ allowFreeEntry?: boolean | null;
5027
+ allowListUpdate?: boolean | null;
5028
+ values?: Array<{
5029
+ id: string;
5030
+ whoAmI: {
5031
+ id: string;
5032
+ label?: string | null;
5033
+ subLabel?: string | null;
5034
+ color?: string | null;
5035
+ preview?: IPreviewScalar | null;
5036
+ library: {
5037
+ id: string;
5038
+ label?: any | null;
5039
+ };
5040
+ };
5041
+ }> | null;
5042
+ } | null;
5043
+ permissions: {
5044
+ access_attribute: boolean;
5045
+ edit_value: boolean;
5046
+ };
5047
+ versions_conf?: {
5048
+ versionable: boolean;
5049
+ profile?: {
5050
+ id: string;
5051
+ trees: Array<{
5052
+ id: string;
5053
+ label?: any | null;
5054
+ }>;
5055
+ } | null;
5056
+ } | null;
5057
+ metadata_fields?: Array<{
5058
+ id: string;
5059
+ label?: any | null;
5060
+ description?: any | null;
5061
+ type: AttributeType;
5062
+ format?: AttributeFormat | null;
5063
+ system: boolean;
5064
+ readonly: boolean;
5065
+ multiple_values: boolean;
5066
+ permissions: {
5067
+ access_attribute: boolean;
5068
+ edit_value: boolean;
5069
+ };
5070
+ values_list?: {
5071
+ enable: boolean;
5072
+ allowFreeEntry?: boolean | null;
5073
+ allowListUpdate?: boolean | null;
5074
+ dateRangeValues?: Array<{
5075
+ from?: string | null;
5076
+ to?: string | null;
5077
+ }> | null;
5078
+ } | {
5079
+ enable: boolean;
5080
+ allowFreeEntry?: boolean | null;
5081
+ allowListUpdate?: boolean | null;
5082
+ values?: Array<string> | null;
5083
+ } | null;
5084
+ metadata_fields?: Array<{
5085
+ id: string;
5086
+ }> | null;
5087
+ }> | null;
5088
+ } | {
5089
+ character_limit?: number | null;
5090
+ id: string;
5091
+ label?: any | null;
5092
+ description?: any | null;
5093
+ type: AttributeType;
5094
+ format?: AttributeFormat | null;
5095
+ system: boolean;
5096
+ readonly: boolean;
5097
+ required: boolean;
5098
+ multiple_values: boolean;
5099
+ compute: boolean;
5100
+ values_list?: {
5101
+ enable: boolean;
5102
+ allowFreeEntry?: boolean | null;
5103
+ allowListUpdate?: boolean | null;
5104
+ dateRangeValues?: Array<{
5105
+ from?: string | null;
5106
+ to?: string | null;
5107
+ }> | null;
5108
+ } | {
5109
+ enable: boolean;
5110
+ allowFreeEntry?: boolean | null;
5111
+ allowListUpdate?: boolean | null;
5112
+ values?: Array<string> | null;
5113
+ } | null;
5114
+ permissions: {
5115
+ access_attribute: boolean;
5116
+ edit_value: boolean;
5117
+ };
5118
+ versions_conf?: {
5119
+ versionable: boolean;
5120
+ profile?: {
5121
+ id: string;
5122
+ trees: Array<{
5123
+ id: string;
5124
+ label?: any | null;
5125
+ }>;
5126
+ } | null;
5127
+ } | null;
5128
+ metadata_fields?: Array<{
5129
+ id: string;
5130
+ label?: any | null;
5131
+ description?: any | null;
5132
+ type: AttributeType;
5133
+ format?: AttributeFormat | null;
5134
+ system: boolean;
5135
+ readonly: boolean;
5136
+ multiple_values: boolean;
5137
+ permissions: {
5138
+ access_attribute: boolean;
5139
+ edit_value: boolean;
5140
+ };
5141
+ values_list?: {
5142
+ enable: boolean;
5143
+ allowFreeEntry?: boolean | null;
5144
+ allowListUpdate?: boolean | null;
5145
+ dateRangeValues?: Array<{
5146
+ from?: string | null;
5147
+ to?: string | null;
5148
+ }> | null;
5149
+ } | {
5150
+ enable: boolean;
5151
+ allowFreeEntry?: boolean | null;
5152
+ allowListUpdate?: boolean | null;
5153
+ values?: Array<string> | null;
5154
+ } | null;
5155
+ metadata_fields?: Array<{
5156
+ id: string;
5157
+ }> | null;
5158
+ }> | null;
5159
+ } | {
5160
+ id: string;
5161
+ label?: any | null;
5162
+ description?: any | null;
5163
+ type: AttributeType;
5164
+ format?: AttributeFormat | null;
5165
+ system: boolean;
5166
+ readonly: boolean;
5167
+ required: boolean;
5168
+ multiple_values: boolean;
5169
+ compute: boolean;
5170
+ linked_tree?: {
5171
+ id: string;
5172
+ label?: any | null;
5173
+ } | null;
5174
+ treeValuesList?: {
5175
+ enable: boolean;
5176
+ allowFreeEntry?: boolean | null;
5177
+ allowListUpdate?: boolean | null;
5178
+ values?: Array<{
5179
+ id: string;
5180
+ record: {
5181
+ id: string;
5182
+ whoAmI: {
5183
+ id: string;
5184
+ label?: string | null;
5185
+ subLabel?: string | null;
5186
+ color?: string | null;
5187
+ preview?: IPreviewScalar | null;
5188
+ library: {
5189
+ id: string;
5190
+ label?: any | null;
5191
+ };
5192
+ };
5193
+ };
5194
+ ancestors?: Array<{
5195
+ record: {
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
+ };
5209
+ }> | null;
5210
+ }> | null;
5211
+ } | null;
5212
+ permissions: {
5213
+ access_attribute: boolean;
5214
+ edit_value: boolean;
5215
+ };
5216
+ versions_conf?: {
5217
+ versionable: boolean;
5218
+ profile?: {
5219
+ id: string;
5220
+ trees: Array<{
5221
+ id: string;
5222
+ label?: any | null;
5223
+ }>;
5224
+ } | null;
5225
+ } | null;
5226
+ metadata_fields?: Array<{
5227
+ id: string;
5228
+ label?: any | null;
5229
+ description?: any | null;
5230
+ type: AttributeType;
5231
+ format?: AttributeFormat | null;
5232
+ system: boolean;
5233
+ readonly: boolean;
5234
+ multiple_values: boolean;
5235
+ permissions: {
5236
+ access_attribute: boolean;
5237
+ edit_value: boolean;
5238
+ };
5239
+ values_list?: {
5240
+ enable: boolean;
5241
+ allowFreeEntry?: boolean | null;
5242
+ allowListUpdate?: boolean | null;
5243
+ dateRangeValues?: Array<{
5244
+ from?: string | null;
5245
+ to?: string | null;
5246
+ }> | null;
5247
+ } | {
5248
+ enable: boolean;
5249
+ allowFreeEntry?: boolean | null;
5250
+ allowListUpdate?: boolean | null;
5251
+ values?: Array<string> | null;
5252
+ } | null;
5253
+ metadata_fields?: Array<{
5254
+ id: string;
5255
+ }> | null;
5256
+ }> | null;
5257
+ };
5258
+ } | null;
4363
5259
  }>;
5260
+ sidePanel?: {
5261
+ enable: boolean;
5262
+ isOpenByDefault?: boolean | null;
5263
+ } | null;
4364
5264
  } | null;
4365
5265
  };
4366
5266
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4785,6 +5685,30 @@ export type RecordUpdateSubscription = {
4785
5685
  }>;
4786
5686
  };
4787
5687
  };
5688
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5689
+ libraryId: Scalars['ID'];
5690
+ pagination?: InputMaybe<RecordsPagination>;
5691
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5692
+ }>;
5693
+ export type GetRecordsFromLibraryQuery = {
5694
+ records: {
5695
+ totalCount?: number | null;
5696
+ list: Array<{
5697
+ id: string;
5698
+ whoAmI: {
5699
+ id: string;
5700
+ label?: string | null;
5701
+ subLabel?: string | null;
5702
+ color?: string | null;
5703
+ preview?: IPreviewScalar | null;
5704
+ library: {
5705
+ id: string;
5706
+ label?: any | null;
5707
+ };
5708
+ };
5709
+ }>;
5710
+ };
5711
+ };
4788
5712
  export type IndexRecordsMutationVariables = Exact<{
4789
5713
  libraryId: Scalars['String'];
4790
5714
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4902,6 +5826,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4902
5826
  treeId: Scalars['ID'];
4903
5827
  node?: InputMaybe<Scalars['ID']>;
4904
5828
  pagination?: InputMaybe<Pagination>;
5829
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4905
5830
  }>;
4906
5831
  export type TreeNodeChildrenQuery = {
4907
5832
  treeNodeChildren: {
@@ -6068,26 +6993,85 @@ export type SaveViewMutation = {
6068
6993
  treeId: string;
6069
6994
  treeNode: {
6070
6995
  id: string;
6071
- record: {
6072
- id: string;
6073
- whoAmI: {
6996
+ record: {
6997
+ id: string;
6998
+ whoAmI: {
6999
+ id: string;
7000
+ label?: string | null;
7001
+ subLabel?: string | null;
7002
+ color?: string | null;
7003
+ preview?: IPreviewScalar | null;
7004
+ library: {
7005
+ id: string;
7006
+ label?: any | null;
7007
+ };
7008
+ };
7009
+ };
7010
+ };
7011
+ }> | null;
7012
+ attributes?: Array<{
7013
+ id: string;
7014
+ }> | null;
7015
+ };
7016
+ };
7017
+ export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
7018
+ library: Scalars['String'];
7019
+ }>;
7020
+ export type GetAttributesByLibWithPermissionsQuery = {
7021
+ attributes?: {
7022
+ list: Array<{
7023
+ id: string;
7024
+ type: AttributeType;
7025
+ format?: AttributeFormat | null;
7026
+ label?: any | null;
7027
+ multiple_values: boolean;
7028
+ system: boolean;
7029
+ readonly: boolean;
7030
+ linked_library?: {
7031
+ id: string;
7032
+ } | null;
7033
+ permissions: {
7034
+ access_attribute: boolean;
7035
+ };
7036
+ } | {
7037
+ id: string;
7038
+ type: AttributeType;
7039
+ format?: AttributeFormat | null;
7040
+ label?: any | null;
7041
+ multiple_values: boolean;
7042
+ system: boolean;
7043
+ readonly: boolean;
7044
+ embedded_fields?: Array<{
7045
+ id: string;
7046
+ format?: AttributeFormat | null;
7047
+ label?: any | null;
7048
+ } | null> | null;
7049
+ permissions: {
7050
+ access_attribute: boolean;
7051
+ };
7052
+ } | {
7053
+ id: string;
7054
+ type: AttributeType;
7055
+ format?: AttributeFormat | null;
7056
+ label?: any | null;
7057
+ multiple_values: boolean;
7058
+ system: boolean;
7059
+ readonly: boolean;
7060
+ linked_tree?: {
7061
+ id: string;
7062
+ label?: any | null;
7063
+ libraries: Array<{
7064
+ library: {
6074
7065
  id: string;
6075
- label?: string | null;
6076
- subLabel?: string | null;
6077
- color?: string | null;
6078
- preview?: IPreviewScalar | null;
6079
- library: {
6080
- id: string;
6081
- label?: any | null;
6082
- };
7066
+ label?: any | null;
6083
7067
  };
6084
- };
7068
+ }>;
7069
+ } | null;
7070
+ permissions: {
7071
+ access_attribute: boolean;
6085
7072
  };
6086
- }> | null;
6087
- attributes?: Array<{
6088
- id: string;
6089
- }> | null;
6090
- };
7073
+ }>;
7074
+ } | null;
6091
7075
  };
6092
7076
  export type ExplorerAttributesQueryVariables = Exact<{
6093
7077
  ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
@@ -6103,11 +7087,17 @@ export type ExplorerAttributesQuery = {
6103
7087
  id: string;
6104
7088
  label?: any | null;
6105
7089
  } | null;
7090
+ permissions: {
7091
+ access_attribute: boolean;
7092
+ };
6106
7093
  } | {
6107
7094
  id: string;
6108
7095
  type: AttributeType;
6109
7096
  format?: AttributeFormat | null;
6110
7097
  label?: any | null;
7098
+ permissions: {
7099
+ access_attribute: boolean;
7100
+ };
6111
7101
  }>;
6112
7102
  } | null;
6113
7103
  };
@@ -6124,9 +7114,17 @@ export type ExplorerLinkAttributeQuery = {
6124
7114
  id: string;
6125
7115
  label?: any | null;
6126
7116
  } | null;
7117
+ permissions: {
7118
+ access_attribute: boolean;
7119
+ edit_value: boolean;
7120
+ };
6127
7121
  } | {
6128
7122
  id: string;
6129
7123
  multiple_values: boolean;
7124
+ permissions: {
7125
+ access_attribute: boolean;
7126
+ edit_value: boolean;
7127
+ };
6130
7128
  }>;
6131
7129
  } | null;
6132
7130
  };
@@ -6143,6 +7141,7 @@ export type ExplorerLibraryDataQuery = {
6143
7141
  totalCount?: number | null;
6144
7142
  list: Array<{
6145
7143
  id: string;
7144
+ active: boolean;
6146
7145
  whoAmI: {
6147
7146
  id: string;
6148
7147
  label?: string | null;
@@ -6154,6 +7153,10 @@ export type ExplorerLibraryDataQuery = {
6154
7153
  label?: any | null;
6155
7154
  };
6156
7155
  };
7156
+ permissions: {
7157
+ create_record: boolean;
7158
+ delete_record: boolean;
7159
+ };
6157
7160
  properties: Array<{
6158
7161
  attributeId: string;
6159
7162
  attributeProperties: {
@@ -6162,6 +7165,7 @@ export type ExplorerLibraryDataQuery = {
6162
7165
  type: AttributeType;
6163
7166
  format?: AttributeFormat | null;
6164
7167
  multiple_values: boolean;
7168
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6165
7169
  };
6166
7170
  values: Array<{
6167
7171
  linkPayload?: {
@@ -6242,6 +7246,7 @@ export type ExplorerLinkDataQuery = {
6242
7246
  type: AttributeType;
6243
7247
  format?: AttributeFormat | null;
6244
7248
  multiple_values: boolean;
7249
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6245
7250
  };
6246
7251
  values: Array<{
6247
7252
  linkPayload?: {
@@ -6308,15 +7313,24 @@ export type GetLibraryAttributesQuery = {
6308
7313
  label?: any | null;
6309
7314
  }> | null;
6310
7315
  } | null;
7316
+ permissions: {
7317
+ access_attribute: boolean;
7318
+ };
6311
7319
  } | {
6312
7320
  format?: AttributeFormat | null;
6313
7321
  id: string;
6314
7322
  type: AttributeType;
6315
7323
  label?: any | null;
7324
+ permissions: {
7325
+ access_attribute: boolean;
7326
+ };
6316
7327
  } | {
6317
7328
  id: string;
6318
7329
  type: AttributeType;
6319
7330
  label?: any | null;
7331
+ permissions: {
7332
+ access_attribute: boolean;
7333
+ };
6320
7334
  }> | null;
6321
7335
  }>;
6322
7336
  } | null;
@@ -6421,6 +7435,23 @@ export type UpdateViewMutation = {
6421
7435
  }> | null;
6422
7436
  };
6423
7437
  };
7438
+ export type GetJoinLibraryMandatoryAttributeValuesQueryVariables = Exact<{
7439
+ joinLibraryId: Scalars['ID'];
7440
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7441
+ mandatoryAttributeId: Scalars['ID'];
7442
+ }>;
7443
+ export type GetJoinLibraryMandatoryAttributeValuesQuery = {
7444
+ records: {
7445
+ list: Array<{
7446
+ id: string;
7447
+ property: Array<{
7448
+ payload?: {
7449
+ id: string;
7450
+ } | null;
7451
+ }>;
7452
+ }>;
7453
+ };
7454
+ };
6424
7455
  export type TreeDataQueryQueryVariables = Exact<{
6425
7456
  treeId: Scalars['ID'];
6426
7457
  }>;
@@ -6446,12 +7477,15 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6446
7477
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6447
7478
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6448
7479
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7480
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6449
7481
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6450
7482
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6451
7483
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6452
7484
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6453
7485
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6454
7486
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7487
+ export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7488
+ export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6455
7489
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6456
7490
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6457
7491
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
@@ -6484,8 +7518,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6484
7518
  id?: InputMaybe<Scalars["ID"]>;
6485
7519
  endpoint?: InputMaybe<Scalars["String"]>;
6486
7520
  }>>;
7521
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7522
+ id?: InputMaybe<Scalars["ID"]>;
7523
+ endpoint?: InputMaybe<Scalars["String"]>;
7524
+ }>>;
6487
7525
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6488
7526
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7527
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6489
7528
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6490
7529
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6491
7530
  /**
@@ -6510,8 +7549,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6510
7549
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6511
7550
  id: Scalars["ID"];
6512
7551
  }>>;
7552
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7553
+ id: Scalars["ID"];
7554
+ }>>;
6513
7555
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6514
7556
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7557
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6515
7558
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6516
7559
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6517
7560
  /**
@@ -6535,8 +7578,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6535
7578
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6536
7579
  [key: string]: never;
6537
7580
  }>>;
7581
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7582
+ [key: string]: never;
7583
+ }>>;
6538
7584
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6539
7585
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7586
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6540
7587
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6541
7588
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6542
7589
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6586,8 +7633,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6586
7633
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6587
7634
  id: Scalars["ID"];
6588
7635
  }>>;
7636
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7637
+ id: Scalars["ID"];
7638
+ }>>;
6589
7639
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6590
7640
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7641
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6591
7642
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6592
7643
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6593
7644
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6637,8 +7688,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6637
7688
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6638
7689
  id?: InputMaybe<Scalars["ID"]>;
6639
7690
  }>>;
7691
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7692
+ id?: InputMaybe<Scalars["ID"]>;
7693
+ }>>;
6640
7694
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6641
7695
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7696
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6642
7697
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6643
7698
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6644
7699
  /**
@@ -6663,8 +7718,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6663
7718
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6664
7719
  library: Scalars["String"];
6665
7720
  }>>;
7721
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7722
+ library: Scalars["String"];
7723
+ }>>;
6666
7724
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6667
7725
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7726
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6668
7727
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6669
7728
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6670
7729
  /**
@@ -6695,8 +7754,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6695
7754
  sort?: InputMaybe<SortAttributes>;
6696
7755
  filters?: InputMaybe<AttributesFiltersInput>;
6697
7756
  }>>;
7757
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7758
+ pagination?: InputMaybe<Pagination>;
7759
+ sort?: InputMaybe<SortAttributes>;
7760
+ filters?: InputMaybe<AttributesFiltersInput>;
7761
+ }>>;
6698
7762
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6699
7763
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7764
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6700
7765
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6701
7766
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6702
7767
  /**
@@ -6724,8 +7789,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6724
7789
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6725
7790
  sort?: InputMaybe<SortVersionProfilesInput>;
6726
7791
  }>>;
7792
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7793
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7794
+ sort?: InputMaybe<SortVersionProfilesInput>;
7795
+ }>>;
6727
7796
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6728
7797
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7798
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6729
7799
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6730
7800
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6731
7801
  /**
@@ -6750,8 +7820,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6750
7820
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6751
7821
  libraryId: Scalars["String"];
6752
7822
  }>>;
7823
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
7824
+ libraryId: Scalars["String"];
7825
+ }>>;
6753
7826
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6754
7827
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
7828
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6755
7829
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6756
7830
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6757
7831
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6807,8 +7881,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6807
7881
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6808
7882
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6809
7883
  }>>;
7884
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
7885
+ library: Scalars["ID"];
7886
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7887
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
7888
+ }>>;
6810
7889
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6811
7890
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
7891
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6812
7892
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6813
7893
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6814
7894
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -6898,8 +7978,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
6898
7978
  library: Scalars["ID"];
6899
7979
  directoryId: Scalars["String"];
6900
7980
  }>>;
7981
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
7982
+ library: Scalars["ID"];
7983
+ directoryId: Scalars["String"];
7984
+ }>>;
6901
7985
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6902
7986
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
7987
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
6903
7988
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6904
7989
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6905
7990
  /**
@@ -7004,8 +8089,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7004
8089
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7005
8090
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7006
8091
  }>>;
8092
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8093
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8094
+ }>>;
7007
8095
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7008
8096
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8097
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7009
8098
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7010
8099
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7011
8100
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7054,8 +8143,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7054
8143
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7055
8144
  [key: string]: never;
7056
8145
  }>>;
8146
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8147
+ [key: string]: never;
8148
+ }>>;
7057
8149
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7058
8150
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8151
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7059
8152
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7060
8153
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7061
8154
  /**
@@ -7080,8 +8173,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7080
8173
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7081
8174
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7082
8175
  }>>;
8176
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8177
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8178
+ }>>;
7083
8179
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7084
8180
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8181
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7085
8182
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7086
8183
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7087
8184
  /**
@@ -7106,8 +8203,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7106
8203
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7107
8204
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7108
8205
  }>>;
8206
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8207
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8208
+ }>>;
7109
8209
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7110
8210
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8211
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7111
8212
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7112
8213
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7113
8214
  /**
@@ -7132,8 +8233,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7132
8233
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7133
8234
  id: Scalars["ID"];
7134
8235
  }>>;
8236
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8237
+ id: Scalars["ID"];
8238
+ }>>;
7135
8239
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7136
8240
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8241
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7137
8242
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7138
8243
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7139
8244
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7192,9 +8297,45 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7192
8297
  applyTo?: InputMaybe<Scalars["ID"]>;
7193
8298
  target?: InputMaybe<PermissionTarget>;
7194
8299
  }>>;
8300
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8301
+ type: PermissionTypes;
8302
+ actions: Array<PermissionsActions> | PermissionsActions;
8303
+ applyTo?: InputMaybe<Scalars["ID"]>;
8304
+ target?: InputMaybe<PermissionTarget>;
8305
+ }>>;
7195
8306
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7196
8307
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8308
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7197
8309
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8310
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8311
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8312
+ /**
8313
+ * __useActivateRecordsMutation__
8314
+ *
8315
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8316
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8317
+ * - A mutate function that you can call at any time to execute the mutation
8318
+ * - An object with fields that represent the current status of the mutation's execution
8319
+ *
8320
+ * @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;
8321
+ *
8322
+ * @example
8323
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8324
+ * variables: {
8325
+ * libraryId: // value for 'libraryId'
8326
+ * recordsIds: // value for 'recordsIds'
8327
+ * filters: // value for 'filters'
8328
+ * },
8329
+ * });
8330
+ */
8331
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8332
+ libraryId: Scalars["String"];
8333
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8334
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8335
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8336
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8337
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8338
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
7198
8339
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7199
8340
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7200
8341
  /**
@@ -7280,8 +8421,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7280
8421
  treeId: Scalars["ID"];
7281
8422
  filename: Scalars["String"];
7282
8423
  }>>;
8424
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8425
+ parentNode?: InputMaybe<Scalars["ID"]>;
8426
+ treeId: Scalars["ID"];
8427
+ filename: Scalars["String"];
8428
+ }>>;
7283
8429
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7284
8430
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8431
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7285
8432
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7286
8433
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7287
8434
  /**
@@ -7312,8 +8459,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7312
8459
  fileId: Scalars["String"];
7313
8460
  previewsStatusAttribute: Scalars["ID"];
7314
8461
  }>>;
8462
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8463
+ library: Scalars["ID"];
8464
+ fileId: Scalars["String"];
8465
+ previewsStatusAttribute: Scalars["ID"];
8466
+ }>>;
7315
8467
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7316
8468
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8469
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7317
8470
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7318
8471
  export declare const RecordFormDocument: Apollo.DocumentNode;
7319
8472
  /**
@@ -7347,8 +8500,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7347
8500
  recordId?: InputMaybe<Scalars["String"]>;
7348
8501
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7349
8502
  }>>;
8503
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8504
+ libraryId: Scalars["String"];
8505
+ formId: Scalars["String"];
8506
+ recordId?: InputMaybe<Scalars["String"]>;
8507
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8508
+ }>>;
7350
8509
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7351
8510
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8511
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7352
8512
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7353
8513
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7354
8514
  /**
@@ -7372,6 +8532,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7372
8532
  }>>;
7373
8533
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7374
8534
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8535
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8536
+ /**
8537
+ * __useGetRecordsFromLibraryQuery__
8538
+ *
8539
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8540
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8541
+ * you can use to render your UI.
8542
+ *
8543
+ * @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;
8544
+ *
8545
+ * @example
8546
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8547
+ * variables: {
8548
+ * libraryId: // value for 'libraryId'
8549
+ * pagination: // value for 'pagination'
8550
+ * filters: // value for 'filters'
8551
+ * },
8552
+ * });
8553
+ */
8554
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8555
+ libraryId: Scalars["ID"];
8556
+ pagination?: InputMaybe<RecordsPagination>;
8557
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8558
+ }>>;
8559
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8560
+ libraryId: Scalars["ID"];
8561
+ pagination?: InputMaybe<RecordsPagination>;
8562
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8563
+ }>>;
8564
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8565
+ libraryId: Scalars["ID"];
8566
+ pagination?: InputMaybe<RecordsPagination>;
8567
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8568
+ }>>;
8569
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8570
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8571
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8572
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7375
8573
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7376
8574
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7377
8575
  /**
@@ -7447,8 +8645,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7447
8645
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7448
8646
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7449
8647
  }>>;
8648
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8649
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8650
+ }>>;
7450
8651
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7451
8652
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8653
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7452
8654
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7453
8655
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7454
8656
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7498,8 +8700,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7498
8700
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7499
8701
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
8702
  }>>;
8703
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8704
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8705
+ }>>;
7501
8706
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7502
8707
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8708
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7503
8709
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7504
8710
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7505
8711
  /**
@@ -7527,8 +8733,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7527
8733
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7528
8734
  library?: InputMaybe<Scalars["String"]>;
7529
8735
  }>>;
8736
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
8737
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8738
+ library?: InputMaybe<Scalars["String"]>;
8739
+ }>>;
7530
8740
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7531
8741
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
8742
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7532
8743
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7533
8744
  export declare const GetTreesDocument: Apollo.DocumentNode;
7534
8745
  /**
@@ -7552,8 +8763,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7552
8763
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7553
8764
  [key: string]: never;
7554
8765
  }>>;
8766
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
8767
+ [key: string]: never;
8768
+ }>>;
7555
8769
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7556
8770
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
8771
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7557
8772
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7558
8773
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7559
8774
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7596,6 +8811,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7596
8811
  * treeId: // value for 'treeId'
7597
8812
  * node: // value for 'node'
7598
8813
  * pagination: // value for 'pagination'
8814
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7599
8815
  * },
7600
8816
  * });
7601
8817
  */
@@ -7603,14 +8819,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7603
8819
  treeId: Scalars["ID"];
7604
8820
  node?: InputMaybe<Scalars["ID"]>;
7605
8821
  pagination?: InputMaybe<Pagination>;
8822
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7606
8823
  }>>;
7607
8824
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7608
8825
  treeId: Scalars["ID"];
7609
8826
  node?: InputMaybe<Scalars["ID"]>;
7610
8827
  pagination?: InputMaybe<Pagination>;
8828
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
8829
+ }>>;
8830
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
8831
+ treeId: Scalars["ID"];
8832
+ node?: InputMaybe<Scalars["ID"]>;
8833
+ pagination?: InputMaybe<Pagination>;
8834
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7611
8835
  }>>;
7612
8836
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7613
8837
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
8838
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7614
8839
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7615
8840
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7616
8841
  /**
@@ -7638,8 +8863,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7638
8863
  keys: Array<Scalars["String"]> | Scalars["String"];
7639
8864
  global?: InputMaybe<Scalars["Boolean"]>;
7640
8865
  }>>;
8866
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
8867
+ keys: Array<Scalars["String"]> | Scalars["String"];
8868
+ global?: InputMaybe<Scalars["Boolean"]>;
8869
+ }>>;
7641
8870
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7642
8871
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
8872
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7643
8873
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7644
8874
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7645
8875
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7730,8 +8960,14 @@ export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?:
7730
8960
  value?: InputMaybe<ValueBatchInput>;
7731
8961
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7732
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
+ }>>;
7733
8968
  export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7734
8969
  export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
8970
+ export type RunActionsListAndFormatOnValueSuspenseQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueSuspenseQuery>;
7735
8971
  export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7736
8972
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7737
8973
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
@@ -7814,8 +9050,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7814
9050
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7815
9051
  viewId: Scalars["String"];
7816
9052
  }>>;
9053
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9054
+ viewId: Scalars["String"];
9055
+ }>>;
7817
9056
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7818
9057
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9058
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7819
9059
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7820
9060
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7821
9061
  /**
@@ -7840,8 +9080,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7840
9080
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7841
9081
  libraryId: Scalars["String"];
7842
9082
  }>>;
9083
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9084
+ libraryId: Scalars["String"];
9085
+ }>>;
7843
9086
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7844
9087
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9088
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
7845
9089
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7846
9090
  export declare const SaveViewDocument: Apollo.DocumentNode;
7847
9091
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -7868,6 +9112,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
7868
9112
  export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7869
9113
  export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7870
9114
  export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
9115
+ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
9116
+ /**
9117
+ * __useGetAttributesByLibWithPermissionsQuery__
9118
+ *
9119
+ * To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
9120
+ * When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
9121
+ * you can use to render your UI.
9122
+ *
9123
+ * @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;
9124
+ *
9125
+ * @example
9126
+ * const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
9127
+ * variables: {
9128
+ * library: // value for 'library'
9129
+ * },
9130
+ * });
9131
+ */
9132
+ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9133
+ library: Scalars["String"];
9134
+ }>>;
9135
+ export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
9136
+ library: Scalars["String"];
9137
+ }>>;
9138
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9139
+ library: Scalars["String"];
9140
+ }>>;
9141
+ export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
9142
+ export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9143
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
9144
+ export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
7871
9145
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7872
9146
  /**
7873
9147
  * __useExplorerAttributesQuery__
@@ -7891,8 +9165,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
7891
9165
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7892
9166
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7893
9167
  }>>;
9168
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9169
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9170
+ }>>;
7894
9171
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7895
9172
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9173
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
7896
9174
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7897
9175
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7898
9176
  /**
@@ -7917,8 +9195,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
7917
9195
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7918
9196
  id: Scalars["ID"];
7919
9197
  }>>;
9198
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9199
+ id: Scalars["ID"];
9200
+ }>>;
7920
9201
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7921
9202
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9203
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
7922
9204
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7923
9205
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7924
9206
  /**
@@ -7958,8 +9240,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
7958
9240
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7959
9241
  searchQuery?: InputMaybe<Scalars["String"]>;
7960
9242
  }>>;
9243
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9244
+ libraryId: Scalars["ID"];
9245
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9246
+ pagination?: InputMaybe<RecordsPagination>;
9247
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9248
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9249
+ searchQuery?: InputMaybe<Scalars["String"]>;
9250
+ }>>;
7961
9251
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7962
9252
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9253
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
7963
9254
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7964
9255
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7965
9256
  /**
@@ -7993,8 +9284,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
7993
9284
  parentRecordId?: InputMaybe<Scalars["String"]>;
7994
9285
  linkAttributeId: Scalars["ID"];
7995
9286
  }>>;
9287
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9288
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9289
+ parentLibraryId: Scalars["ID"];
9290
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9291
+ linkAttributeId: Scalars["ID"];
9292
+ }>>;
7996
9293
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7997
9294
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9295
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
7998
9296
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7999
9297
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8000
9298
  /**
@@ -8019,8 +9317,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8019
9317
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8020
9318
  libraryId: Scalars["ID"];
8021
9319
  }>>;
9320
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9321
+ libraryId: Scalars["ID"];
9322
+ }>>;
8022
9323
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8023
9324
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9325
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8024
9326
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8025
9327
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8026
9328
  /**
@@ -8045,8 +9347,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8045
9347
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8046
9348
  libraryId: Scalars["ID"];
8047
9349
  }>>;
9350
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9351
+ libraryId: Scalars["ID"];
9352
+ }>>;
8048
9353
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8049
9354
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9355
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8050
9356
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8051
9357
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8052
9358
  /**
@@ -8074,8 +9380,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8074
9380
  libraryId: Scalars["ID"];
8075
9381
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8076
9382
  }>>;
9383
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9384
+ libraryId: Scalars["ID"];
9385
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9386
+ }>>;
8077
9387
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8078
9388
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9389
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8079
9390
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8080
9391
  export declare const MeDocument: Apollo.DocumentNode;
8081
9392
  /**
@@ -8099,8 +9410,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8099
9410
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8100
9411
  [key: string]: never;
8101
9412
  }>>;
9413
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9414
+ [key: string]: never;
9415
+ }>>;
8102
9416
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8103
9417
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9418
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8104
9419
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8105
9420
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8106
9421
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8127,6 +9442,44 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
8127
9442
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
8128
9443
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
8129
9444
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
9445
+ export declare const GetJoinLibraryMandatoryAttributeValuesDocument: Apollo.DocumentNode;
9446
+ /**
9447
+ * __useGetJoinLibraryMandatoryAttributeValuesQuery__
9448
+ *
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
9451
+ * you can use to render your UI.
9452
+ *
9453
+ * @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
+ *
9455
+ * @example
9456
+ * const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
9457
+ * variables: {
9458
+ * joinLibraryId: // value for 'joinLibraryId'
9459
+ * filters: // value for 'filters'
9460
+ * mandatoryAttributeId: // value for 'mandatoryAttributeId'
9461
+ * },
9462
+ * });
9463
+ */
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"];
9468
+ }>>;
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"];
9473
+ }>>;
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"];
9478
+ }>>;
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>;
8130
9483
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
8131
9484
  /**
8132
9485
  * __useTreeDataQueryQuery__
@@ -8150,6 +9503,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8150
9503
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8151
9504
  treeId: Scalars["ID"];
8152
9505
  }>>;
9506
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9507
+ treeId: Scalars["ID"];
9508
+ }>>;
8153
9509
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8154
9510
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9511
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8155
9512
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;