@leav/ui 0.4.0-80a4e22 → 0.4.0-8a9f5492

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 (446) 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 +1449 -172
  8. package/dist/_gqlTypes/index.js +424 -42
  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/_utils/attributeType.d.ts +2 -1
  20. package/dist/_utils/attributeType.js +2 -1
  21. package/dist/_utils/attributeType.js.map +1 -1
  22. package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
  23. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  24. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  25. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  26. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  27. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  28. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
  29. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
  30. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  31. package/dist/components/Explorer/DataView.d.ts +2 -1
  32. package/dist/components/Explorer/DataView.js +32 -12
  33. package/dist/components/Explorer/DataView.js.map +1 -1
  34. package/dist/components/Explorer/Explorer.d.ts +10 -6
  35. package/dist/components/Explorer/Explorer.js +36 -13
  36. package/dist/components/Explorer/Explorer.js.map +1 -1
  37. package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
  38. package/dist/components/Explorer/ExplorerToolbar.js +5 -4
  39. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  40. package/dist/components/Explorer/IdCard.js +1 -1
  41. package/dist/components/Explorer/IdCard.js.map +1 -1
  42. package/dist/components/Explorer/TableCell.js +22 -11
  43. package/dist/components/Explorer/TableCell.js.map +1 -1
  44. package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
  45. package/dist/components/Explorer/TableTagGroup.js +3 -16
  46. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  47. package/dist/components/Explorer/_constants.d.ts +3 -0
  48. package/dist/components/Explorer/_constants.js +3 -0
  49. package/dist/components/Explorer/_constants.js.map +1 -1
  50. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
  51. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +82 -31
  52. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  53. package/dist/components/Explorer/_queries/useExplorerData.d.ts +1 -0
  54. package/dist/components/Explorer/_queries/useExplorerData.js +45 -30
  55. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  56. package/dist/components/Explorer/_types.d.ts +47 -6
  57. package/dist/components/Explorer/_types.js +1 -0
  58. package/dist/components/Explorer/_types.js.map +1 -1
  59. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  60. package/dist/components/Explorer/actions-item/useEditItemAction.js +6 -4
  61. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  62. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
  63. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
  64. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  65. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
  66. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
  67. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
  68. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
  69. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
  70. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
  71. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +5 -5
  72. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  73. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +6 -1
  74. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +26 -21
  75. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  76. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +7 -1
  77. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +7 -5
  78. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  79. package/dist/components/Explorer/link-item/LinkModal.d.ts +5 -0
  80. package/dist/components/Explorer/link-item/LinkModal.js +55 -5
  81. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  82. package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
  83. package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
  84. package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
  85. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
  86. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
  87. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
  88. package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
  89. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
  90. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
  91. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  92. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
  93. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  94. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +4 -0
  95. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +26 -2
  96. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  97. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +10 -7
  98. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  99. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  100. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  101. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +5 -1
  102. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  103. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +2 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +31 -4
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  110. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
  111. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  112. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  113. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  114. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
  115. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  116. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
  117. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
  118. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +19 -8
  119. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  120. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
  121. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  122. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  123. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  124. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  125. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  126. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  127. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  128. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
  129. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  130. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
  131. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  132. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  133. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +5 -3
  134. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  135. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +11 -3
  136. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +68 -12
  137. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  138. package/dist/components/Explorer/useColumnWidth.js +2 -1
  139. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  140. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  141. package/dist/components/Explorer/useLoadView.js +31 -35
  142. package/dist/components/Explorer/useLoadView.js.map +1 -1
  143. package/dist/components/Explorer/usePagination.d.ts +2 -1
  144. package/dist/components/Explorer/usePagination.js.map +1 -1
  145. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  146. package/dist/components/Explorer/useSearchInput.js +4 -1
  147. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  148. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  149. package/dist/components/Explorer/useViewSettingsReducer.js +43 -19
  150. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  151. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  152. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  153. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  154. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  155. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  156. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  157. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  158. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  159. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +4 -0
  160. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  161. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  162. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  163. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  164. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
  165. package/dist/components/RecordEdition/EditRecord/EditRecord.js +84 -239
  166. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  167. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  168. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  169. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  170. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  171. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  172. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  173. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  174. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → EditRecordButtons}/index.js +2 -2
  175. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  176. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  177. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
  178. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  179. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
  180. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  181. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +1 -0
  182. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  183. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  184. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  185. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  186. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  187. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  188. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  189. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +2 -1
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +8 -2
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.d.ts +22 -0
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +4 -0
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +23 -0
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -0
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +3 -1
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +132 -0
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  270. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
  271. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +71 -53
  272. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  273. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  274. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +30 -10
  275. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  276. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  277. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  278. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  279. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
  280. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  281. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
  282. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  283. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  284. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  285. package/dist/components/RecordEdition/constants.d.ts +2 -0
  286. package/dist/components/RecordEdition/constants.js +6 -0
  287. package/dist/components/RecordEdition/constants.js.map +1 -0
  288. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +30 -7
  289. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
  290. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  291. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
  292. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  293. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  294. package/dist/components/RecordEdition/index.d.ts +3 -0
  295. package/dist/components/RecordEdition/index.js +3 -0
  296. package/dist/components/RecordEdition/index.js.map +1 -1
  297. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
  298. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
  299. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  300. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
  301. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
  302. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  303. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
  304. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
  305. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  306. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  307. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  308. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  309. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  310. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  311. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  312. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  313. package/dist/components/SelectTreeNode/_types.js +2 -0
  314. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  315. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  316. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
  317. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  318. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  319. package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
  320. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  321. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
  322. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  323. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
  324. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  325. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  326. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  327. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  328. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  329. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  330. package/dist/components/index.d.ts +1 -2
  331. package/dist/components/index.js +1 -2
  332. package/dist/components/index.js.map +1 -1
  333. package/dist/constants.d.ts +3 -1
  334. package/dist/constants.js +3 -1
  335. package/dist/constants.js.map +1 -1
  336. package/dist/contexts/LangContext/LangContext.d.ts +1 -2
  337. package/dist/contexts/LangContext/LangContext.js +2 -2
  338. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  339. package/dist/hooks/index.d.ts +3 -0
  340. package/dist/hooks/index.js +3 -0
  341. package/dist/hooks/index.js.map +1 -1
  342. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  343. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -1
  344. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
  345. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  346. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  347. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  348. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  349. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  350. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  351. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  352. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  353. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  354. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  355. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  356. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  357. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  358. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  359. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  360. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  361. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  362. package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
  363. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  364. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  365. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  366. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  367. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  368. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  369. package/dist/locales/en/shared.json +34 -13
  370. package/dist/locales/fr/shared.json +33 -12
  371. package/dist/types/attributes.d.ts +2 -1
  372. package/dist/types/trees.d.ts +1 -0
  373. package/package.json +24 -9
  374. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  375. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
  376. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  377. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  378. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  379. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  380. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  381. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  382. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  383. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  384. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +0 -14
  385. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
  386. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  387. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.d.ts +0 -2
  388. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
  389. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  390. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
  391. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
  392. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
  393. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.d.ts +0 -19
  394. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
  395. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
  396. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
  397. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
  398. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
  399. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.d.ts +0 -14
  400. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
  401. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
  402. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -6
  403. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
  404. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  405. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.d.ts +0 -2
  406. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
  407. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  408. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -13
  409. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
  410. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  411. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +0 -2
  412. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -6
  413. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  414. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -9
  415. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
  416. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  417. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.d.ts +0 -2
  418. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  419. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
  420. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +0 -4
  421. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
  422. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  423. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  424. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  425. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  426. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  427. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
  428. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -10
  429. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  430. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  431. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
  432. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
  433. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  434. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -9
  435. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  436. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  437. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
  438. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
  439. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  440. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  441. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  442. package/dist/components/SelectTreeNodeModal/index.js +0 -5
  443. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  444. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
  445. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
  446. /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,20 @@ export declare enum AvailableLanguage {
181
183
  en = "en",
182
184
  fr = "fr"
183
185
  }
186
+ export type CampaignToRenew = {
187
+ category: Scalars['String'];
188
+ endDate: Scalars['String'];
189
+ id: Scalars['String'];
190
+ label: Scalars['String'];
191
+ startDate: Scalars['String'];
192
+ thematics: Array<InputMaybe<Scalars['String']>>;
193
+ type: Scalars['String'];
194
+ };
195
+ export type ChildrenAsRecordValuePermissionFilterInput = {
196
+ action: RecordPermissionsActions;
197
+ attributeId: Scalars['ID'];
198
+ libraryId: Scalars['ID'];
199
+ };
184
200
  export type CreateRecordDataInput = {
185
201
  values?: InputMaybe<Array<ValueBatchInput>>;
186
202
  version?: InputMaybe<Array<ValueVersionInput>>;
@@ -246,6 +262,11 @@ export type FormInput = {
246
262
  id: Scalars['ID'];
247
263
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
264
  library: Scalars['ID'];
265
+ sidePanel?: InputMaybe<FormSidePanelInput>;
266
+ };
267
+ export type FormSidePanelInput = {
268
+ enable: Scalars['Boolean'];
269
+ isOpenByDefault: Scalars['Boolean'];
249
270
  };
250
271
  export declare enum FormsSortableFields {
251
272
  id = "id",
@@ -261,6 +282,7 @@ export type GlobalSettingsInput = {
261
282
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
283
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
284
  name?: InputMaybe<Scalars['String']>;
285
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
286
  };
265
287
  export declare enum IoTypes {
266
288
  boolean = "boolean",
@@ -292,6 +314,7 @@ export declare enum LibrariesSortableFields {
292
314
  export declare enum LibraryBehavior {
293
315
  directories = "directories",
294
316
  files = "files",
317
+ join = "join",
295
318
  standard = "standard"
296
319
  }
297
320
  export type LibraryIconInput = {
@@ -306,9 +329,11 @@ export type LibraryInput = {
306
329
  icon?: InputMaybe<LibraryIconInput>;
307
330
  id: Scalars['ID'];
308
331
  label?: InputMaybe<Scalars['SystemTranslation']>;
332
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
333
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
334
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
335
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
336
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
337
  };
313
338
  export type LibraryPreviewsSettingsInput = {
314
339
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +414,11 @@ export type LogTopicRecordFilterInput = {
389
414
  id?: InputMaybe<Scalars['String']>;
390
415
  libraryId?: InputMaybe<Scalars['String']>;
391
416
  };
417
+ export declare enum MultiLinkDisplayOption {
418
+ avatar = "avatar",
419
+ badge_qty = "badge_qty",
420
+ tag = "tag"
421
+ }
392
422
  export type Pagination = {
393
423
  limit: Scalars['Int'];
394
424
  offset: Scalars['Int'];
@@ -431,6 +461,7 @@ export declare enum PermissionsActions {
431
461
  admin_access_applications = "admin_access_applications",
432
462
  admin_access_attributes = "admin_access_attributes",
433
463
  admin_access_libraries = "admin_access_libraries",
464
+ admin_access_logs = "admin_access_logs",
434
465
  admin_access_permissions = "admin_access_permissions",
435
466
  admin_access_tasks = "admin_access_tasks",
436
467
  admin_access_trees = "admin_access_trees",
@@ -458,6 +489,7 @@ export declare enum PermissionsActions {
458
489
  admin_edit_permission = "admin_edit_permission",
459
490
  admin_edit_tree = "admin_edit_tree",
460
491
  admin_edit_version_profile = "admin_edit_version_profile",
492
+ admin_import_config_clear_database = "admin_import_config_clear_database",
461
493
  admin_library = "admin_library",
462
494
  admin_manage_global_preferences = "admin_manage_global_preferences",
463
495
  create_record = "create_record",
@@ -537,6 +569,12 @@ export type RecordInput = {
537
569
  id: Scalars['ID'];
538
570
  library: Scalars['String'];
539
571
  };
572
+ export declare enum RecordPermissionsActions {
573
+ access_record = "access_record",
574
+ create_record = "create_record",
575
+ delete_record = "delete_record",
576
+ edit_record = "edit_record"
577
+ }
540
578
  export type RecordSortInput = {
541
579
  field: Scalars['String'];
542
580
  order: SortOrder;
@@ -640,6 +678,7 @@ export type TreeInput = {
640
678
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
679
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
680
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
681
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
682
  };
644
683
  export type TreeLibraryInput = {
645
684
  library: Scalars['ID'];
@@ -681,11 +720,13 @@ export type ValueBatchInput = {
681
720
  attribute?: InputMaybe<Scalars['ID']>;
682
721
  id_value?: InputMaybe<Scalars['ID']>;
683
722
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
723
+ /** Use "\__empty_value__" to set an empty value */
684
724
  payload?: InputMaybe<Scalars['String']>;
685
725
  };
686
726
  export type ValueInput = {
687
727
  id_value?: InputMaybe<Scalars['ID']>;
688
728
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
729
+ /** Use "\__empty_value__" to set an empty value */
689
730
  payload?: InputMaybe<Scalars['String']>;
690
731
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
732
  };
@@ -823,6 +864,7 @@ export type AttributeDetailsLinkAttributeFragment = {
823
864
  label?: any | null;
824
865
  description?: any | null;
825
866
  multiple_values: boolean;
867
+ multi_link_display_option?: MultiLinkDisplayOption | null;
826
868
  linked_library?: {
827
869
  id: string;
828
870
  label?: any | null;
@@ -860,6 +902,7 @@ export type AttributeDetailsStandardAttributeFragment = {
860
902
  label?: any | null;
861
903
  description?: any | null;
862
904
  multiple_values: boolean;
905
+ multi_link_display_option?: MultiLinkDisplayOption | null;
863
906
  metadata_fields?: Array<{
864
907
  id: string;
865
908
  label?: any | null;
@@ -892,6 +935,7 @@ export type AttributeDetailsTreeAttributeFragment = {
892
935
  label?: any | null;
893
936
  description?: any | null;
894
937
  multiple_values: boolean;
938
+ multi_link_display_option?: MultiLinkDisplayOption | null;
895
939
  linked_tree?: {
896
940
  id: string;
897
941
  label?: any | null;
@@ -1750,6 +1794,261 @@ export type RecordFormElementFragment = {
1750
1794
  key: string;
1751
1795
  value: any;
1752
1796
  }>;
1797
+ joinLibraryContext?: {
1798
+ mandatoryAttribute: {
1799
+ id: string;
1800
+ label?: any | null;
1801
+ description?: any | null;
1802
+ type: AttributeType;
1803
+ format?: AttributeFormat | null;
1804
+ system: boolean;
1805
+ readonly: boolean;
1806
+ required: boolean;
1807
+ multiple_values: boolean;
1808
+ compute: boolean;
1809
+ linked_library?: {
1810
+ id: string;
1811
+ label?: any | null;
1812
+ behavior: LibraryBehavior;
1813
+ permissions?: {
1814
+ create_record: boolean;
1815
+ } | null;
1816
+ } | null;
1817
+ linkValuesList?: {
1818
+ enable: boolean;
1819
+ allowFreeEntry?: boolean | null;
1820
+ allowListUpdate?: boolean | null;
1821
+ values?: Array<{
1822
+ id: string;
1823
+ whoAmI: {
1824
+ id: string;
1825
+ label?: string | null;
1826
+ subLabel?: string | null;
1827
+ color?: string | null;
1828
+ preview?: IPreviewScalar | null;
1829
+ library: {
1830
+ id: string;
1831
+ label?: any | null;
1832
+ };
1833
+ };
1834
+ }> | null;
1835
+ } | null;
1836
+ permissions: {
1837
+ access_attribute: boolean;
1838
+ edit_value: boolean;
1839
+ };
1840
+ versions_conf?: {
1841
+ versionable: boolean;
1842
+ profile?: {
1843
+ id: string;
1844
+ trees: Array<{
1845
+ id: string;
1846
+ label?: any | null;
1847
+ }>;
1848
+ } | null;
1849
+ } | null;
1850
+ metadata_fields?: Array<{
1851
+ id: string;
1852
+ label?: any | null;
1853
+ description?: any | null;
1854
+ type: AttributeType;
1855
+ format?: AttributeFormat | null;
1856
+ system: boolean;
1857
+ readonly: boolean;
1858
+ multiple_values: boolean;
1859
+ permissions: {
1860
+ access_attribute: boolean;
1861
+ edit_value: boolean;
1862
+ };
1863
+ values_list?: {
1864
+ enable: boolean;
1865
+ allowFreeEntry?: boolean | null;
1866
+ allowListUpdate?: boolean | null;
1867
+ dateRangeValues?: Array<{
1868
+ from?: string | null;
1869
+ to?: string | null;
1870
+ }> | null;
1871
+ } | {
1872
+ enable: boolean;
1873
+ allowFreeEntry?: boolean | null;
1874
+ allowListUpdate?: boolean | null;
1875
+ values?: Array<string> | null;
1876
+ } | null;
1877
+ metadata_fields?: Array<{
1878
+ id: string;
1879
+ }> | null;
1880
+ }> | null;
1881
+ } | {
1882
+ character_limit?: number | null;
1883
+ id: string;
1884
+ label?: any | null;
1885
+ description?: any | null;
1886
+ type: AttributeType;
1887
+ format?: AttributeFormat | null;
1888
+ system: boolean;
1889
+ readonly: boolean;
1890
+ required: boolean;
1891
+ multiple_values: boolean;
1892
+ compute: boolean;
1893
+ values_list?: {
1894
+ enable: boolean;
1895
+ allowFreeEntry?: boolean | null;
1896
+ allowListUpdate?: boolean | null;
1897
+ dateRangeValues?: Array<{
1898
+ from?: string | null;
1899
+ to?: string | null;
1900
+ }> | null;
1901
+ } | {
1902
+ enable: boolean;
1903
+ allowFreeEntry?: boolean | null;
1904
+ allowListUpdate?: boolean | null;
1905
+ values?: Array<string> | null;
1906
+ } | null;
1907
+ permissions: {
1908
+ access_attribute: boolean;
1909
+ edit_value: boolean;
1910
+ };
1911
+ versions_conf?: {
1912
+ versionable: boolean;
1913
+ profile?: {
1914
+ id: string;
1915
+ trees: Array<{
1916
+ id: string;
1917
+ label?: any | null;
1918
+ }>;
1919
+ } | null;
1920
+ } | null;
1921
+ metadata_fields?: Array<{
1922
+ id: string;
1923
+ label?: any | null;
1924
+ description?: any | null;
1925
+ type: AttributeType;
1926
+ format?: AttributeFormat | null;
1927
+ system: boolean;
1928
+ readonly: boolean;
1929
+ multiple_values: boolean;
1930
+ permissions: {
1931
+ access_attribute: boolean;
1932
+ edit_value: boolean;
1933
+ };
1934
+ values_list?: {
1935
+ enable: boolean;
1936
+ allowFreeEntry?: boolean | null;
1937
+ allowListUpdate?: boolean | null;
1938
+ dateRangeValues?: Array<{
1939
+ from?: string | null;
1940
+ to?: string | null;
1941
+ }> | null;
1942
+ } | {
1943
+ enable: boolean;
1944
+ allowFreeEntry?: boolean | null;
1945
+ allowListUpdate?: boolean | null;
1946
+ values?: Array<string> | null;
1947
+ } | null;
1948
+ metadata_fields?: Array<{
1949
+ id: string;
1950
+ }> | null;
1951
+ }> | null;
1952
+ } | {
1953
+ id: string;
1954
+ label?: any | null;
1955
+ description?: any | null;
1956
+ type: AttributeType;
1957
+ format?: AttributeFormat | null;
1958
+ system: boolean;
1959
+ readonly: boolean;
1960
+ required: boolean;
1961
+ multiple_values: boolean;
1962
+ compute: boolean;
1963
+ linked_tree?: {
1964
+ id: string;
1965
+ label?: any | null;
1966
+ } | null;
1967
+ treeValuesList?: {
1968
+ enable: boolean;
1969
+ allowFreeEntry?: boolean | null;
1970
+ allowListUpdate?: boolean | null;
1971
+ values?: Array<{
1972
+ id: string;
1973
+ record: {
1974
+ id: string;
1975
+ whoAmI: {
1976
+ id: string;
1977
+ label?: string | null;
1978
+ subLabel?: string | null;
1979
+ color?: string | null;
1980
+ preview?: IPreviewScalar | null;
1981
+ library: {
1982
+ id: string;
1983
+ label?: any | null;
1984
+ };
1985
+ };
1986
+ };
1987
+ ancestors?: Array<{
1988
+ record: {
1989
+ id: string;
1990
+ whoAmI: {
1991
+ id: string;
1992
+ label?: string | null;
1993
+ subLabel?: string | null;
1994
+ color?: string | null;
1995
+ preview?: IPreviewScalar | null;
1996
+ library: {
1997
+ id: string;
1998
+ label?: any | null;
1999
+ };
2000
+ };
2001
+ };
2002
+ }> | null;
2003
+ }> | null;
2004
+ } | null;
2005
+ permissions: {
2006
+ access_attribute: boolean;
2007
+ edit_value: boolean;
2008
+ };
2009
+ versions_conf?: {
2010
+ versionable: boolean;
2011
+ profile?: {
2012
+ id: string;
2013
+ trees: Array<{
2014
+ id: string;
2015
+ label?: any | null;
2016
+ }>;
2017
+ } | null;
2018
+ } | null;
2019
+ metadata_fields?: Array<{
2020
+ id: string;
2021
+ label?: any | null;
2022
+ description?: any | null;
2023
+ type: AttributeType;
2024
+ format?: AttributeFormat | null;
2025
+ system: boolean;
2026
+ readonly: boolean;
2027
+ multiple_values: boolean;
2028
+ permissions: {
2029
+ access_attribute: boolean;
2030
+ edit_value: boolean;
2031
+ };
2032
+ values_list?: {
2033
+ enable: boolean;
2034
+ allowFreeEntry?: boolean | null;
2035
+ allowListUpdate?: boolean | null;
2036
+ dateRangeValues?: Array<{
2037
+ from?: string | null;
2038
+ to?: string | null;
2039
+ }> | null;
2040
+ } | {
2041
+ enable: boolean;
2042
+ allowFreeEntry?: boolean | null;
2043
+ allowListUpdate?: boolean | null;
2044
+ values?: Array<string> | null;
2045
+ } | null;
2046
+ metadata_fields?: Array<{
2047
+ id: string;
2048
+ }> | null;
2049
+ }> | null;
2050
+ };
2051
+ } | null;
1753
2052
  };
1754
2053
  export type ValueDetailsLinkValueFragment = {
1755
2054
  id_value?: string | null;
@@ -2424,6 +2723,261 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2723
  values?: Array<string> | null;
2425
2724
  };
2426
2725
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2726
+ export type JoinLibraryContextFragment = {
2727
+ mandatoryAttribute: {
2728
+ id: string;
2729
+ label?: any | null;
2730
+ description?: any | null;
2731
+ type: AttributeType;
2732
+ format?: AttributeFormat | null;
2733
+ system: boolean;
2734
+ readonly: boolean;
2735
+ required: boolean;
2736
+ multiple_values: boolean;
2737
+ compute: boolean;
2738
+ linked_library?: {
2739
+ id: string;
2740
+ label?: any | null;
2741
+ behavior: LibraryBehavior;
2742
+ permissions?: {
2743
+ create_record: boolean;
2744
+ } | null;
2745
+ } | null;
2746
+ linkValuesList?: {
2747
+ enable: boolean;
2748
+ allowFreeEntry?: boolean | null;
2749
+ allowListUpdate?: boolean | null;
2750
+ values?: Array<{
2751
+ id: string;
2752
+ whoAmI: {
2753
+ id: string;
2754
+ label?: string | null;
2755
+ subLabel?: string | null;
2756
+ color?: string | null;
2757
+ preview?: IPreviewScalar | null;
2758
+ library: {
2759
+ id: string;
2760
+ label?: any | null;
2761
+ };
2762
+ };
2763
+ }> | null;
2764
+ } | null;
2765
+ permissions: {
2766
+ access_attribute: boolean;
2767
+ edit_value: boolean;
2768
+ };
2769
+ versions_conf?: {
2770
+ versionable: boolean;
2771
+ profile?: {
2772
+ id: string;
2773
+ trees: Array<{
2774
+ id: string;
2775
+ label?: any | null;
2776
+ }>;
2777
+ } | null;
2778
+ } | null;
2779
+ metadata_fields?: Array<{
2780
+ id: string;
2781
+ label?: any | null;
2782
+ description?: any | null;
2783
+ type: AttributeType;
2784
+ format?: AttributeFormat | null;
2785
+ system: boolean;
2786
+ readonly: boolean;
2787
+ multiple_values: boolean;
2788
+ permissions: {
2789
+ access_attribute: boolean;
2790
+ edit_value: boolean;
2791
+ };
2792
+ values_list?: {
2793
+ enable: boolean;
2794
+ allowFreeEntry?: boolean | null;
2795
+ allowListUpdate?: boolean | null;
2796
+ dateRangeValues?: Array<{
2797
+ from?: string | null;
2798
+ to?: string | null;
2799
+ }> | null;
2800
+ } | {
2801
+ enable: boolean;
2802
+ allowFreeEntry?: boolean | null;
2803
+ allowListUpdate?: boolean | null;
2804
+ values?: Array<string> | null;
2805
+ } | null;
2806
+ metadata_fields?: Array<{
2807
+ id: string;
2808
+ }> | null;
2809
+ }> | null;
2810
+ } | {
2811
+ character_limit?: number | null;
2812
+ id: string;
2813
+ label?: any | null;
2814
+ description?: any | null;
2815
+ type: AttributeType;
2816
+ format?: AttributeFormat | null;
2817
+ system: boolean;
2818
+ readonly: boolean;
2819
+ required: boolean;
2820
+ multiple_values: boolean;
2821
+ compute: boolean;
2822
+ values_list?: {
2823
+ enable: boolean;
2824
+ allowFreeEntry?: boolean | null;
2825
+ allowListUpdate?: boolean | null;
2826
+ dateRangeValues?: Array<{
2827
+ from?: string | null;
2828
+ to?: string | null;
2829
+ }> | null;
2830
+ } | {
2831
+ enable: boolean;
2832
+ allowFreeEntry?: boolean | null;
2833
+ allowListUpdate?: boolean | null;
2834
+ values?: Array<string> | null;
2835
+ } | null;
2836
+ permissions: {
2837
+ access_attribute: boolean;
2838
+ edit_value: boolean;
2839
+ };
2840
+ versions_conf?: {
2841
+ versionable: boolean;
2842
+ profile?: {
2843
+ id: string;
2844
+ trees: Array<{
2845
+ id: string;
2846
+ label?: any | null;
2847
+ }>;
2848
+ } | null;
2849
+ } | null;
2850
+ metadata_fields?: Array<{
2851
+ id: string;
2852
+ label?: any | null;
2853
+ description?: any | null;
2854
+ type: AttributeType;
2855
+ format?: AttributeFormat | null;
2856
+ system: boolean;
2857
+ readonly: boolean;
2858
+ multiple_values: boolean;
2859
+ permissions: {
2860
+ access_attribute: boolean;
2861
+ edit_value: boolean;
2862
+ };
2863
+ values_list?: {
2864
+ enable: boolean;
2865
+ allowFreeEntry?: boolean | null;
2866
+ allowListUpdate?: boolean | null;
2867
+ dateRangeValues?: Array<{
2868
+ from?: string | null;
2869
+ to?: string | null;
2870
+ }> | null;
2871
+ } | {
2872
+ enable: boolean;
2873
+ allowFreeEntry?: boolean | null;
2874
+ allowListUpdate?: boolean | null;
2875
+ values?: Array<string> | null;
2876
+ } | null;
2877
+ metadata_fields?: Array<{
2878
+ id: string;
2879
+ }> | null;
2880
+ }> | null;
2881
+ } | {
2882
+ id: string;
2883
+ label?: any | null;
2884
+ description?: any | null;
2885
+ type: AttributeType;
2886
+ format?: AttributeFormat | null;
2887
+ system: boolean;
2888
+ readonly: boolean;
2889
+ required: boolean;
2890
+ multiple_values: boolean;
2891
+ compute: boolean;
2892
+ linked_tree?: {
2893
+ id: string;
2894
+ label?: any | null;
2895
+ } | null;
2896
+ treeValuesList?: {
2897
+ enable: boolean;
2898
+ allowFreeEntry?: boolean | null;
2899
+ allowListUpdate?: boolean | null;
2900
+ values?: Array<{
2901
+ id: string;
2902
+ record: {
2903
+ id: string;
2904
+ whoAmI: {
2905
+ id: string;
2906
+ label?: string | null;
2907
+ subLabel?: string | null;
2908
+ color?: string | null;
2909
+ preview?: IPreviewScalar | null;
2910
+ library: {
2911
+ id: string;
2912
+ label?: any | null;
2913
+ };
2914
+ };
2915
+ };
2916
+ ancestors?: Array<{
2917
+ record: {
2918
+ id: string;
2919
+ whoAmI: {
2920
+ id: string;
2921
+ label?: string | null;
2922
+ subLabel?: string | null;
2923
+ color?: string | null;
2924
+ preview?: IPreviewScalar | null;
2925
+ library: {
2926
+ id: string;
2927
+ label?: any | null;
2928
+ };
2929
+ };
2930
+ };
2931
+ }> | null;
2932
+ }> | null;
2933
+ } | null;
2934
+ permissions: {
2935
+ access_attribute: boolean;
2936
+ edit_value: boolean;
2937
+ };
2938
+ versions_conf?: {
2939
+ versionable: boolean;
2940
+ profile?: {
2941
+ id: string;
2942
+ trees: Array<{
2943
+ id: string;
2944
+ label?: any | null;
2945
+ }>;
2946
+ } | null;
2947
+ } | null;
2948
+ metadata_fields?: Array<{
2949
+ id: string;
2950
+ label?: any | null;
2951
+ description?: any | null;
2952
+ type: AttributeType;
2953
+ format?: AttributeFormat | null;
2954
+ system: boolean;
2955
+ readonly: boolean;
2956
+ multiple_values: boolean;
2957
+ permissions: {
2958
+ access_attribute: boolean;
2959
+ edit_value: boolean;
2960
+ };
2961
+ values_list?: {
2962
+ enable: boolean;
2963
+ allowFreeEntry?: boolean | null;
2964
+ allowListUpdate?: boolean | null;
2965
+ dateRangeValues?: Array<{
2966
+ from?: string | null;
2967
+ to?: string | null;
2968
+ }> | null;
2969
+ } | {
2970
+ enable: boolean;
2971
+ allowFreeEntry?: boolean | null;
2972
+ allowListUpdate?: boolean | null;
2973
+ values?: Array<string> | null;
2974
+ } | null;
2975
+ metadata_fields?: Array<{
2976
+ id: string;
2977
+ }> | null;
2978
+ }> | null;
2979
+ };
2980
+ };
2427
2981
  export type TreeDetailsFragment = {
2428
2982
  id: string;
2429
2983
  label?: any | null;
@@ -2549,16 +3103,76 @@ export type ViewDetailsFragment = {
2549
3103
  }> | null;
2550
3104
  attributes?: Array<{
2551
3105
  id: string;
2552
- }> | null;
3106
+ }> | null;
3107
+ };
3108
+ export type ViewDetailsFilterFragment = {
3109
+ field?: string | null;
3110
+ value?: string | null;
3111
+ condition?: RecordFilterCondition | null;
3112
+ operator?: RecordFilterOperator | null;
3113
+ tree?: {
3114
+ id: string;
3115
+ label?: any | null;
3116
+ } | null;
3117
+ };
3118
+ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3119
+ id: string;
3120
+ type: AttributeType;
3121
+ format?: AttributeFormat | null;
3122
+ label?: any | null;
3123
+ multiple_values: boolean;
3124
+ system: boolean;
3125
+ readonly: boolean;
3126
+ permissions: {
3127
+ access_attribute: boolean;
3128
+ };
3129
+ linked_library?: {
3130
+ id: string;
3131
+ } | null;
3132
+ };
3133
+ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3134
+ id: string;
3135
+ type: AttributeType;
3136
+ format?: AttributeFormat | null;
3137
+ label?: any | null;
3138
+ multiple_values: boolean;
3139
+ system: boolean;
3140
+ readonly: boolean;
3141
+ embedded_fields?: Array<{
3142
+ id: string;
3143
+ format?: AttributeFormat | null;
3144
+ label?: any | null;
3145
+ } | null> | null;
3146
+ permissions: {
3147
+ access_attribute: boolean;
3148
+ };
2553
3149
  };
2554
- export type ViewDetailsFilterFragment = {
2555
- field?: string | null;
2556
- value?: string | null;
2557
- condition?: RecordFilterCondition | null;
2558
- operator?: RecordFilterOperator | null;
2559
- tree?: {
3150
+ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3151
+ id: string;
3152
+ type: AttributeType;
3153
+ format?: AttributeFormat | null;
3154
+ label?: any | null;
3155
+ multiple_values: boolean;
3156
+ system: boolean;
3157
+ readonly: boolean;
3158
+ linked_tree?: {
2560
3159
  id: string;
2561
3160
  label?: any | null;
3161
+ libraries: Array<{
3162
+ library: {
3163
+ id: string;
3164
+ label?: any | null;
3165
+ };
3166
+ }>;
3167
+ } | null;
3168
+ permissions: {
3169
+ access_attribute: boolean;
3170
+ };
3171
+ };
3172
+ export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3173
+ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3174
+ linked_library?: {
3175
+ id: string;
2562
3176
  } | null;
2563
3177
  };
2564
3178
  export type LinkAttributeDetailsFragment = {
@@ -2567,6 +3181,27 @@ export type LinkAttributeDetailsFragment = {
2567
3181
  id: string;
2568
3182
  label?: any | null;
2569
3183
  } | null;
3184
+ values_list?: {
3185
+ allowFreeEntry?: boolean | null;
3186
+ enable: boolean;
3187
+ values?: Array<{
3188
+ id: string;
3189
+ whoAmI: {
3190
+ id: string;
3191
+ library: {
3192
+ id: string;
3193
+ };
3194
+ };
3195
+ }> | null;
3196
+ } | null;
3197
+ };
3198
+ export type TreeAttributeDetailsFragment = {
3199
+ id: string;
3200
+ label?: any | null;
3201
+ linked_tree?: {
3202
+ id: string;
3203
+ label?: any | null;
3204
+ } | null;
2570
3205
  };
2571
3206
  export type AttributePropertiesFragment = {
2572
3207
  id: string;
@@ -2574,6 +3209,7 @@ export type AttributePropertiesFragment = {
2574
3209
  type: AttributeType;
2575
3210
  format?: AttributeFormat | null;
2576
3211
  multiple_values: boolean;
3212
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2577
3213
  };
2578
3214
  export type PropertyValueLinkValueFragment = {
2579
3215
  linkPayload?: {
@@ -2626,6 +3262,7 @@ export type LinkPropertyLinkValueFragment = {
2626
3262
  type: AttributeType;
2627
3263
  format?: AttributeFormat | null;
2628
3264
  multiple_values: boolean;
3265
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2629
3266
  };
2630
3267
  values: Array<{
2631
3268
  linkPayload?: {
@@ -2685,6 +3322,9 @@ export type LibraryAttributeLinkAttributeFragment = {
2685
3322
  id: string;
2686
3323
  type: AttributeType;
2687
3324
  label?: any | null;
3325
+ permissions: {
3326
+ access_attribute: boolean;
3327
+ };
2688
3328
  linked_library?: {
2689
3329
  id: string;
2690
3330
  label?: any | null;
@@ -2701,11 +3341,17 @@ export type LibraryAttributeStandardAttributeFragment = {
2701
3341
  id: string;
2702
3342
  type: AttributeType;
2703
3343
  label?: any | null;
3344
+ permissions: {
3345
+ access_attribute: boolean;
3346
+ };
2704
3347
  };
2705
3348
  export type LibraryAttributeTreeAttributeFragment = {
2706
3349
  id: string;
2707
3350
  type: AttributeType;
2708
3351
  label?: any | null;
3352
+ permissions: {
3353
+ access_attribute: boolean;
3354
+ };
2709
3355
  };
2710
3356
  export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2711
3357
  export type LibraryAttributeLinkFragment = {
@@ -2840,6 +3486,7 @@ export type GetAttributeByIdQuery = {
2840
3486
  label?: any | null;
2841
3487
  description?: any | null;
2842
3488
  multiple_values: boolean;
3489
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2843
3490
  linked_library?: {
2844
3491
  id: string;
2845
3492
  label?: any | null;
@@ -2876,6 +3523,7 @@ export type GetAttributeByIdQuery = {
2876
3523
  label?: any | null;
2877
3524
  description?: any | null;
2878
3525
  multiple_values: boolean;
3526
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2879
3527
  metadata_fields?: Array<{
2880
3528
  id: string;
2881
3529
  label?: any | null;
@@ -2907,6 +3555,7 @@ export type GetAttributeByIdQuery = {
2907
3555
  label?: any | null;
2908
3556
  description?: any | null;
2909
3557
  multiple_values: boolean;
3558
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2910
3559
  linked_tree?: {
2911
3560
  id: string;
2912
3561
  label?: any | null;
@@ -3049,6 +3698,7 @@ export type SaveAttributeMutation = {
3049
3698
  label?: any | null;
3050
3699
  description?: any | null;
3051
3700
  multiple_values: boolean;
3701
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3052
3702
  linked_library?: {
3053
3703
  id: string;
3054
3704
  label?: any | null;
@@ -3085,6 +3735,7 @@ export type SaveAttributeMutation = {
3085
3735
  label?: any | null;
3086
3736
  description?: any | null;
3087
3737
  multiple_values: boolean;
3738
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3088
3739
  metadata_fields?: Array<{
3089
3740
  id: string;
3090
3741
  label?: any | null;
@@ -3116,6 +3767,7 @@ export type SaveAttributeMutation = {
3116
3767
  label?: any | null;
3117
3768
  description?: any | null;
3118
3769
  multiple_values: boolean;
3770
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3119
3771
  linked_tree?: {
3120
3772
  id: string;
3121
3773
  label?: any | null;
@@ -3569,6 +4221,54 @@ export type IsAllowedQuery = {
3569
4221
  allowed?: boolean | null;
3570
4222
  }> | null;
3571
4223
  };
4224
+ export type ActivateRecordsMutationVariables = Exact<{
4225
+ libraryId: Scalars['String'];
4226
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4227
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4228
+ }>;
4229
+ export type ActivateRecordsMutation = {
4230
+ activateRecords: Array<{
4231
+ id: string;
4232
+ whoAmI: {
4233
+ id: string;
4234
+ label?: string | null;
4235
+ subLabel?: string | null;
4236
+ color?: string | null;
4237
+ preview?: IPreviewScalar | null;
4238
+ library: {
4239
+ id: string;
4240
+ label?: any | null;
4241
+ };
4242
+ };
4243
+ }>;
4244
+ };
4245
+ export type CreateEmptyRecordMutationVariables = Exact<{
4246
+ library: Scalars['ID'];
4247
+ }>;
4248
+ export type CreateEmptyRecordMutation = {
4249
+ createEmptyRecord: {
4250
+ record?: {
4251
+ id: string;
4252
+ whoAmI: {
4253
+ id: string;
4254
+ label?: string | null;
4255
+ subLabel?: string | null;
4256
+ color?: string | null;
4257
+ preview?: IPreviewScalar | null;
4258
+ library: {
4259
+ id: string;
4260
+ label?: any | null;
4261
+ };
4262
+ };
4263
+ } | null;
4264
+ valuesErrors?: Array<{
4265
+ type: string;
4266
+ attribute: string;
4267
+ input?: string | null;
4268
+ message: string;
4269
+ }> | null;
4270
+ };
4271
+ };
3572
4272
  export type CreateRecordMutationVariables = Exact<{
3573
4273
  library: Scalars['ID'];
3574
4274
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4354,13 +5054,272 @@ export type RecordFormQuery = {
4354
5054
  metadata_fields?: Array<{
4355
5055
  id: string;
4356
5056
  }> | null;
4357
- }> | null;
5057
+ }> | null;
5058
+ } | null;
5059
+ settings: Array<{
5060
+ key: string;
5061
+ value: any;
5062
+ }>;
5063
+ joinLibraryContext?: {
5064
+ mandatoryAttribute: {
5065
+ id: string;
5066
+ label?: any | null;
5067
+ description?: any | null;
5068
+ type: AttributeType;
5069
+ format?: AttributeFormat | null;
5070
+ system: boolean;
5071
+ readonly: boolean;
5072
+ required: boolean;
5073
+ multiple_values: boolean;
5074
+ compute: boolean;
5075
+ linked_library?: {
5076
+ id: string;
5077
+ label?: any | null;
5078
+ behavior: LibraryBehavior;
5079
+ permissions?: {
5080
+ create_record: boolean;
5081
+ } | null;
5082
+ } | null;
5083
+ linkValuesList?: {
5084
+ enable: boolean;
5085
+ allowFreeEntry?: boolean | null;
5086
+ allowListUpdate?: boolean | null;
5087
+ values?: Array<{
5088
+ id: string;
5089
+ whoAmI: {
5090
+ id: string;
5091
+ label?: string | null;
5092
+ subLabel?: string | null;
5093
+ color?: string | null;
5094
+ preview?: IPreviewScalar | null;
5095
+ library: {
5096
+ id: string;
5097
+ label?: any | null;
5098
+ };
5099
+ };
5100
+ }> | null;
5101
+ } | null;
5102
+ permissions: {
5103
+ access_attribute: boolean;
5104
+ edit_value: boolean;
5105
+ };
5106
+ versions_conf?: {
5107
+ versionable: boolean;
5108
+ profile?: {
5109
+ id: string;
5110
+ trees: Array<{
5111
+ id: string;
5112
+ label?: any | null;
5113
+ }>;
5114
+ } | null;
5115
+ } | null;
5116
+ metadata_fields?: Array<{
5117
+ id: string;
5118
+ label?: any | null;
5119
+ description?: any | null;
5120
+ type: AttributeType;
5121
+ format?: AttributeFormat | null;
5122
+ system: boolean;
5123
+ readonly: boolean;
5124
+ multiple_values: boolean;
5125
+ permissions: {
5126
+ access_attribute: boolean;
5127
+ edit_value: boolean;
5128
+ };
5129
+ values_list?: {
5130
+ enable: boolean;
5131
+ allowFreeEntry?: boolean | null;
5132
+ allowListUpdate?: boolean | null;
5133
+ dateRangeValues?: Array<{
5134
+ from?: string | null;
5135
+ to?: string | null;
5136
+ }> | null;
5137
+ } | {
5138
+ enable: boolean;
5139
+ allowFreeEntry?: boolean | null;
5140
+ allowListUpdate?: boolean | null;
5141
+ values?: Array<string> | null;
5142
+ } | null;
5143
+ metadata_fields?: Array<{
5144
+ id: string;
5145
+ }> | null;
5146
+ }> | null;
5147
+ } | {
5148
+ character_limit?: number | null;
5149
+ id: string;
5150
+ label?: any | null;
5151
+ description?: any | null;
5152
+ type: AttributeType;
5153
+ format?: AttributeFormat | null;
5154
+ system: boolean;
5155
+ readonly: boolean;
5156
+ required: boolean;
5157
+ multiple_values: boolean;
5158
+ compute: boolean;
5159
+ values_list?: {
5160
+ enable: boolean;
5161
+ allowFreeEntry?: boolean | null;
5162
+ allowListUpdate?: boolean | null;
5163
+ dateRangeValues?: Array<{
5164
+ from?: string | null;
5165
+ to?: string | null;
5166
+ }> | null;
5167
+ } | {
5168
+ enable: boolean;
5169
+ allowFreeEntry?: boolean | null;
5170
+ allowListUpdate?: boolean | null;
5171
+ values?: Array<string> | null;
5172
+ } | null;
5173
+ permissions: {
5174
+ access_attribute: boolean;
5175
+ edit_value: boolean;
5176
+ };
5177
+ versions_conf?: {
5178
+ versionable: boolean;
5179
+ profile?: {
5180
+ id: string;
5181
+ trees: Array<{
5182
+ id: string;
5183
+ label?: any | null;
5184
+ }>;
5185
+ } | null;
5186
+ } | null;
5187
+ metadata_fields?: Array<{
5188
+ id: string;
5189
+ label?: any | null;
5190
+ description?: any | null;
5191
+ type: AttributeType;
5192
+ format?: AttributeFormat | null;
5193
+ system: boolean;
5194
+ readonly: boolean;
5195
+ multiple_values: boolean;
5196
+ permissions: {
5197
+ access_attribute: boolean;
5198
+ edit_value: boolean;
5199
+ };
5200
+ values_list?: {
5201
+ enable: boolean;
5202
+ allowFreeEntry?: boolean | null;
5203
+ allowListUpdate?: boolean | null;
5204
+ dateRangeValues?: Array<{
5205
+ from?: string | null;
5206
+ to?: string | null;
5207
+ }> | null;
5208
+ } | {
5209
+ enable: boolean;
5210
+ allowFreeEntry?: boolean | null;
5211
+ allowListUpdate?: boolean | null;
5212
+ values?: Array<string> | null;
5213
+ } | null;
5214
+ metadata_fields?: Array<{
5215
+ id: string;
5216
+ }> | null;
5217
+ }> | null;
5218
+ } | {
5219
+ id: string;
5220
+ label?: any | null;
5221
+ description?: any | null;
5222
+ type: AttributeType;
5223
+ format?: AttributeFormat | null;
5224
+ system: boolean;
5225
+ readonly: boolean;
5226
+ required: boolean;
5227
+ multiple_values: boolean;
5228
+ compute: boolean;
5229
+ linked_tree?: {
5230
+ id: string;
5231
+ label?: any | null;
5232
+ } | null;
5233
+ treeValuesList?: {
5234
+ enable: boolean;
5235
+ allowFreeEntry?: boolean | null;
5236
+ allowListUpdate?: boolean | null;
5237
+ values?: Array<{
5238
+ id: string;
5239
+ record: {
5240
+ id: string;
5241
+ whoAmI: {
5242
+ id: string;
5243
+ label?: string | null;
5244
+ subLabel?: string | null;
5245
+ color?: string | null;
5246
+ preview?: IPreviewScalar | null;
5247
+ library: {
5248
+ id: string;
5249
+ label?: any | null;
5250
+ };
5251
+ };
5252
+ };
5253
+ ancestors?: Array<{
5254
+ record: {
5255
+ id: string;
5256
+ whoAmI: {
5257
+ id: string;
5258
+ label?: string | null;
5259
+ subLabel?: string | null;
5260
+ color?: string | null;
5261
+ preview?: IPreviewScalar | null;
5262
+ library: {
5263
+ id: string;
5264
+ label?: any | null;
5265
+ };
5266
+ };
5267
+ };
5268
+ }> | null;
5269
+ }> | null;
5270
+ } | null;
5271
+ permissions: {
5272
+ access_attribute: boolean;
5273
+ edit_value: boolean;
5274
+ };
5275
+ versions_conf?: {
5276
+ versionable: boolean;
5277
+ profile?: {
5278
+ id: string;
5279
+ trees: Array<{
5280
+ id: string;
5281
+ label?: any | null;
5282
+ }>;
5283
+ } | null;
5284
+ } | null;
5285
+ metadata_fields?: Array<{
5286
+ id: string;
5287
+ label?: any | null;
5288
+ description?: any | null;
5289
+ type: AttributeType;
5290
+ format?: AttributeFormat | null;
5291
+ system: boolean;
5292
+ readonly: boolean;
5293
+ multiple_values: boolean;
5294
+ permissions: {
5295
+ access_attribute: boolean;
5296
+ edit_value: boolean;
5297
+ };
5298
+ values_list?: {
5299
+ enable: boolean;
5300
+ allowFreeEntry?: boolean | null;
5301
+ allowListUpdate?: boolean | null;
5302
+ dateRangeValues?: Array<{
5303
+ from?: string | null;
5304
+ to?: string | null;
5305
+ }> | null;
5306
+ } | {
5307
+ enable: boolean;
5308
+ allowFreeEntry?: boolean | null;
5309
+ allowListUpdate?: boolean | null;
5310
+ values?: Array<string> | null;
5311
+ } | null;
5312
+ metadata_fields?: Array<{
5313
+ id: string;
5314
+ }> | null;
5315
+ }> | null;
5316
+ };
4358
5317
  } | null;
4359
- settings: Array<{
4360
- key: string;
4361
- value: any;
4362
- }>;
4363
5318
  }>;
5319
+ sidePanel?: {
5320
+ enable: boolean;
5321
+ isOpenByDefault?: boolean | null;
5322
+ } | null;
4364
5323
  } | null;
4365
5324
  };
4366
5325
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4785,6 +5744,30 @@ export type RecordUpdateSubscription = {
4785
5744
  }>;
4786
5745
  };
4787
5746
  };
5747
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5748
+ libraryId: Scalars['ID'];
5749
+ pagination?: InputMaybe<RecordsPagination>;
5750
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5751
+ }>;
5752
+ export type GetRecordsFromLibraryQuery = {
5753
+ records: {
5754
+ totalCount?: number | null;
5755
+ list: Array<{
5756
+ id: string;
5757
+ whoAmI: {
5758
+ id: string;
5759
+ label?: string | null;
5760
+ subLabel?: string | null;
5761
+ color?: string | null;
5762
+ preview?: IPreviewScalar | null;
5763
+ library: {
5764
+ id: string;
5765
+ label?: any | null;
5766
+ };
5767
+ };
5768
+ }>;
5769
+ };
5770
+ };
4788
5771
  export type IndexRecordsMutationVariables = Exact<{
4789
5772
  libraryId: Scalars['String'];
4790
5773
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4902,6 +5885,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4902
5885
  treeId: Scalars['ID'];
4903
5886
  node?: InputMaybe<Scalars['ID']>;
4904
5887
  pagination?: InputMaybe<Pagination>;
5888
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4905
5889
  }>;
4906
5890
  export type TreeNodeChildrenQuery = {
4907
5891
  treeNodeChildren: {
@@ -5367,128 +6351,6 @@ export type DeleteValueMutation = {
5367
6351
  } | null> | null;
5368
6352
  }>;
5369
6353
  };
5370
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5371
- library: Scalars['ID'];
5372
- value?: InputMaybe<ValueBatchInput>;
5373
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5374
- }>;
5375
- export type RunActionsListAndFormatOnValueQuery = {
5376
- runActionsListAndFormatOnValue: Array<{
5377
- id_value?: string | null;
5378
- isInherited?: boolean | null;
5379
- isCalculated?: boolean | null;
5380
- modified_at?: number | null;
5381
- created_at?: number | null;
5382
- payload?: any | null;
5383
- raw_payload?: any | null;
5384
- value?: any | null;
5385
- raw_value?: any | null;
5386
- modified_by?: {
5387
- id: string;
5388
- whoAmI: {
5389
- id: string;
5390
- label?: string | null;
5391
- subLabel?: string | null;
5392
- color?: string | null;
5393
- preview?: IPreviewScalar | null;
5394
- library: {
5395
- id: string;
5396
- label?: any | null;
5397
- };
5398
- };
5399
- } | null;
5400
- created_by?: {
5401
- id: string;
5402
- whoAmI: {
5403
- id: string;
5404
- label?: string | null;
5405
- subLabel?: string | null;
5406
- color?: string | null;
5407
- preview?: IPreviewScalar | null;
5408
- library: {
5409
- id: string;
5410
- label?: any | null;
5411
- };
5412
- };
5413
- } | null;
5414
- version?: Array<{
5415
- treeId: string;
5416
- treeNode?: {
5417
- id: string;
5418
- record: {
5419
- id: string;
5420
- whoAmI: {
5421
- id: string;
5422
- label?: string | null;
5423
- library: {
5424
- id: string;
5425
- };
5426
- };
5427
- };
5428
- } | null;
5429
- } | null> | null;
5430
- attribute: {
5431
- id: string;
5432
- format?: AttributeFormat | null;
5433
- type: AttributeType;
5434
- system: boolean;
5435
- };
5436
- metadata?: Array<{
5437
- name: string;
5438
- value?: {
5439
- id_value?: string | null;
5440
- modified_at?: number | null;
5441
- created_at?: number | null;
5442
- payload?: any | null;
5443
- raw_payload?: any | null;
5444
- modified_by?: {
5445
- id: string;
5446
- whoAmI: {
5447
- id: string;
5448
- label?: string | null;
5449
- subLabel?: string | null;
5450
- color?: string | null;
5451
- preview?: IPreviewScalar | null;
5452
- library: {
5453
- id: string;
5454
- label?: any | null;
5455
- };
5456
- };
5457
- } | null;
5458
- created_by?: {
5459
- id: string;
5460
- whoAmI: {
5461
- id: string;
5462
- label?: string | null;
5463
- subLabel?: string | null;
5464
- color?: string | null;
5465
- preview?: IPreviewScalar | null;
5466
- library: {
5467
- id: string;
5468
- label?: any | null;
5469
- };
5470
- };
5471
- } | null;
5472
- version?: Array<{
5473
- treeId: string;
5474
- treeNode?: {
5475
- id: string;
5476
- record: {
5477
- id: string;
5478
- whoAmI: {
5479
- id: string;
5480
- label?: string | null;
5481
- library: {
5482
- id: string;
5483
- };
5484
- };
5485
- };
5486
- } | null;
5487
- } | null> | null;
5488
- } | null;
5489
- } | null> | null;
5490
- }>;
5491
- };
5492
6354
  export type SaveValueBatchMutationVariables = Exact<{
5493
6355
  library: Scalars['ID'];
5494
6356
  recordId: Scalars['ID'];
@@ -6089,6 +6951,65 @@ export type SaveViewMutation = {
6089
6951
  }> | null;
6090
6952
  };
6091
6953
  };
6954
+ export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
6955
+ library: Scalars['String'];
6956
+ }>;
6957
+ export type GetAttributesByLibWithPermissionsQuery = {
6958
+ attributes?: {
6959
+ list: Array<{
6960
+ id: string;
6961
+ type: AttributeType;
6962
+ format?: AttributeFormat | null;
6963
+ label?: any | null;
6964
+ multiple_values: boolean;
6965
+ system: boolean;
6966
+ readonly: boolean;
6967
+ linked_library?: {
6968
+ id: string;
6969
+ } | null;
6970
+ permissions: {
6971
+ access_attribute: boolean;
6972
+ };
6973
+ } | {
6974
+ id: string;
6975
+ type: AttributeType;
6976
+ format?: AttributeFormat | null;
6977
+ label?: any | null;
6978
+ multiple_values: boolean;
6979
+ system: boolean;
6980
+ readonly: boolean;
6981
+ embedded_fields?: Array<{
6982
+ id: string;
6983
+ format?: AttributeFormat | null;
6984
+ label?: any | null;
6985
+ } | null> | null;
6986
+ permissions: {
6987
+ access_attribute: boolean;
6988
+ };
6989
+ } | {
6990
+ id: string;
6991
+ type: AttributeType;
6992
+ format?: AttributeFormat | null;
6993
+ label?: any | null;
6994
+ multiple_values: boolean;
6995
+ system: boolean;
6996
+ readonly: boolean;
6997
+ linked_tree?: {
6998
+ id: string;
6999
+ label?: any | null;
7000
+ libraries: Array<{
7001
+ library: {
7002
+ id: string;
7003
+ label?: any | null;
7004
+ };
7005
+ }>;
7006
+ } | null;
7007
+ permissions: {
7008
+ access_attribute: boolean;
7009
+ };
7010
+ }>;
7011
+ } | null;
7012
+ };
6092
7013
  export type ExplorerAttributesQueryVariables = Exact<{
6093
7014
  ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6094
7015
  }>;
@@ -6099,15 +7020,46 @@ export type ExplorerAttributesQuery = {
6099
7020
  type: AttributeType;
6100
7021
  format?: AttributeFormat | null;
6101
7022
  label?: any | null;
6102
- linked_library?: {
7023
+ linked_library?: {
7024
+ id: string;
7025
+ label?: any | null;
7026
+ } | null;
7027
+ values_list?: {
7028
+ allowFreeEntry?: boolean | null;
7029
+ enable: boolean;
7030
+ values?: Array<{
7031
+ id: string;
7032
+ whoAmI: {
7033
+ id: string;
7034
+ library: {
7035
+ id: string;
7036
+ };
7037
+ };
7038
+ }> | null;
7039
+ } | null;
7040
+ permissions: {
7041
+ access_attribute: boolean;
7042
+ };
7043
+ } | {
7044
+ id: string;
7045
+ type: AttributeType;
7046
+ format?: AttributeFormat | null;
7047
+ label?: any | null;
7048
+ permissions: {
7049
+ access_attribute: boolean;
7050
+ };
7051
+ } | {
7052
+ id: string;
7053
+ type: AttributeType;
7054
+ format?: AttributeFormat | null;
7055
+ label?: any | null;
7056
+ linked_tree?: {
6103
7057
  id: string;
6104
7058
  label?: any | null;
6105
7059
  } | null;
6106
- } | {
6107
- id: string;
6108
- type: AttributeType;
6109
- format?: AttributeFormat | null;
6110
- label?: any | null;
7060
+ permissions: {
7061
+ access_attribute: boolean;
7062
+ };
6111
7063
  }>;
6112
7064
  } | null;
6113
7065
  };
@@ -6124,9 +7076,42 @@ export type ExplorerLinkAttributeQuery = {
6124
7076
  id: string;
6125
7077
  label?: any | null;
6126
7078
  } | null;
7079
+ values_list?: {
7080
+ allowFreeEntry?: boolean | null;
7081
+ enable: boolean;
7082
+ values?: Array<{
7083
+ id: string;
7084
+ whoAmI: {
7085
+ id: string;
7086
+ library: {
7087
+ id: string;
7088
+ };
7089
+ };
7090
+ }> | null;
7091
+ } | null;
7092
+ permissions: {
7093
+ access_attribute: boolean;
7094
+ edit_value: boolean;
7095
+ };
7096
+ } | {
7097
+ id: string;
7098
+ multiple_values: boolean;
7099
+ permissions: {
7100
+ access_attribute: boolean;
7101
+ edit_value: boolean;
7102
+ };
6127
7103
  } | {
7104
+ label?: any | null;
6128
7105
  id: string;
6129
7106
  multiple_values: boolean;
7107
+ linked_tree?: {
7108
+ id: string;
7109
+ label?: any | null;
7110
+ } | null;
7111
+ permissions: {
7112
+ access_attribute: boolean;
7113
+ edit_value: boolean;
7114
+ };
6130
7115
  }>;
6131
7116
  } | null;
6132
7117
  };
@@ -6143,6 +7128,7 @@ export type ExplorerLibraryDataQuery = {
6143
7128
  totalCount?: number | null;
6144
7129
  list: Array<{
6145
7130
  id: string;
7131
+ active: boolean;
6146
7132
  whoAmI: {
6147
7133
  id: string;
6148
7134
  label?: string | null;
@@ -6154,6 +7140,10 @@ export type ExplorerLibraryDataQuery = {
6154
7140
  label?: any | null;
6155
7141
  };
6156
7142
  };
7143
+ permissions: {
7144
+ create_record: boolean;
7145
+ delete_record: boolean;
7146
+ };
6157
7147
  properties: Array<{
6158
7148
  attributeId: string;
6159
7149
  attributeProperties: {
@@ -6162,6 +7152,7 @@ export type ExplorerLibraryDataQuery = {
6162
7152
  type: AttributeType;
6163
7153
  format?: AttributeFormat | null;
6164
7154
  multiple_values: boolean;
7155
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6165
7156
  };
6166
7157
  values: Array<{
6167
7158
  linkPayload?: {
@@ -6242,6 +7233,7 @@ export type ExplorerLinkDataQuery = {
6242
7233
  type: AttributeType;
6243
7234
  format?: AttributeFormat | null;
6244
7235
  multiple_values: boolean;
7236
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6245
7237
  };
6246
7238
  values: Array<{
6247
7239
  linkPayload?: {
@@ -6308,15 +7300,24 @@ export type GetLibraryAttributesQuery = {
6308
7300
  label?: any | null;
6309
7301
  }> | null;
6310
7302
  } | null;
7303
+ permissions: {
7304
+ access_attribute: boolean;
7305
+ };
6311
7306
  } | {
6312
7307
  format?: AttributeFormat | null;
6313
7308
  id: string;
6314
7309
  type: AttributeType;
6315
7310
  label?: any | null;
7311
+ permissions: {
7312
+ access_attribute: boolean;
7313
+ };
6316
7314
  } | {
6317
7315
  id: string;
6318
7316
  type: AttributeType;
6319
7317
  label?: any | null;
7318
+ permissions: {
7319
+ access_attribute: boolean;
7320
+ };
6320
7321
  }> | null;
6321
7322
  }>;
6322
7323
  } | null;
@@ -6446,13 +7447,17 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6446
7447
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6447
7448
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6448
7449
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7450
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6449
7451
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6450
7452
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6451
7453
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6452
7454
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6453
7455
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6454
7456
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7457
+ export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7458
+ export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6455
7459
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7460
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6456
7461
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6457
7462
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6458
7463
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -6484,8 +7489,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6484
7489
  id?: InputMaybe<Scalars["ID"]>;
6485
7490
  endpoint?: InputMaybe<Scalars["String"]>;
6486
7491
  }>>;
7492
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7493
+ id?: InputMaybe<Scalars["ID"]>;
7494
+ endpoint?: InputMaybe<Scalars["String"]>;
7495
+ }>>;
6487
7496
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6488
7497
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7498
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6489
7499
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6490
7500
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6491
7501
  /**
@@ -6510,8 +7520,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6510
7520
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6511
7521
  id: Scalars["ID"];
6512
7522
  }>>;
7523
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7524
+ id: Scalars["ID"];
7525
+ }>>;
6513
7526
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6514
7527
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7528
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6515
7529
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6516
7530
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6517
7531
  /**
@@ -6535,8 +7549,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6535
7549
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6536
7550
  [key: string]: never;
6537
7551
  }>>;
7552
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7553
+ [key: string]: never;
7554
+ }>>;
6538
7555
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6539
7556
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7557
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6540
7558
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6541
7559
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6542
7560
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6586,8 +7604,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6586
7604
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6587
7605
  id: Scalars["ID"];
6588
7606
  }>>;
7607
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7608
+ id: Scalars["ID"];
7609
+ }>>;
6589
7610
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6590
7611
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7612
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6591
7613
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6592
7614
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6593
7615
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6637,8 +7659,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6637
7659
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6638
7660
  id?: InputMaybe<Scalars["ID"]>;
6639
7661
  }>>;
7662
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7663
+ id?: InputMaybe<Scalars["ID"]>;
7664
+ }>>;
6640
7665
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6641
7666
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7667
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6642
7668
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6643
7669
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6644
7670
  /**
@@ -6663,8 +7689,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6663
7689
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6664
7690
  library: Scalars["String"];
6665
7691
  }>>;
7692
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7693
+ library: Scalars["String"];
7694
+ }>>;
6666
7695
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6667
7696
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7697
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6668
7698
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6669
7699
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6670
7700
  /**
@@ -6695,8 +7725,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6695
7725
  sort?: InputMaybe<SortAttributes>;
6696
7726
  filters?: InputMaybe<AttributesFiltersInput>;
6697
7727
  }>>;
7728
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7729
+ pagination?: InputMaybe<Pagination>;
7730
+ sort?: InputMaybe<SortAttributes>;
7731
+ filters?: InputMaybe<AttributesFiltersInput>;
7732
+ }>>;
6698
7733
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6699
7734
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7735
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6700
7736
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6701
7737
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6702
7738
  /**
@@ -6724,8 +7760,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6724
7760
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6725
7761
  sort?: InputMaybe<SortVersionProfilesInput>;
6726
7762
  }>>;
7763
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7764
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7765
+ sort?: InputMaybe<SortVersionProfilesInput>;
7766
+ }>>;
6727
7767
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6728
7768
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7769
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6729
7770
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6730
7771
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6731
7772
  /**
@@ -6750,8 +7791,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6750
7791
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6751
7792
  libraryId: Scalars["String"];
6752
7793
  }>>;
7794
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
7795
+ libraryId: Scalars["String"];
7796
+ }>>;
6753
7797
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6754
7798
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
7799
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6755
7800
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6756
7801
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6757
7802
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6807,8 +7852,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6807
7852
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6808
7853
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6809
7854
  }>>;
7855
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
7856
+ library: Scalars["ID"];
7857
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7858
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
7859
+ }>>;
6810
7860
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6811
7861
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
7862
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6812
7863
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6813
7864
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6814
7865
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -6898,8 +7949,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
6898
7949
  library: Scalars["ID"];
6899
7950
  directoryId: Scalars["String"];
6900
7951
  }>>;
7952
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
7953
+ library: Scalars["ID"];
7954
+ directoryId: Scalars["String"];
7955
+ }>>;
6901
7956
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6902
7957
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
7958
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
6903
7959
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6904
7960
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6905
7961
  /**
@@ -7004,8 +8060,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7004
8060
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7005
8061
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7006
8062
  }>>;
8063
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8064
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8065
+ }>>;
7007
8066
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7008
8067
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8068
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7009
8069
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7010
8070
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7011
8071
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7054,8 +8114,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7054
8114
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7055
8115
  [key: string]: never;
7056
8116
  }>>;
8117
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8118
+ [key: string]: never;
8119
+ }>>;
7057
8120
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7058
8121
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8122
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7059
8123
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7060
8124
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7061
8125
  /**
@@ -7080,8 +8144,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7080
8144
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7081
8145
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7082
8146
  }>>;
8147
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8148
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8149
+ }>>;
7083
8150
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7084
8151
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8152
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7085
8153
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7086
8154
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7087
8155
  /**
@@ -7106,8 +8174,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7106
8174
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7107
8175
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7108
8176
  }>>;
8177
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8178
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8179
+ }>>;
7109
8180
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7110
8181
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8182
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7111
8183
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7112
8184
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7113
8185
  /**
@@ -7132,8 +8204,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7132
8204
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7133
8205
  id: Scalars["ID"];
7134
8206
  }>>;
8207
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8208
+ id: Scalars["ID"];
8209
+ }>>;
7135
8210
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7136
8211
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8212
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7137
8213
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7138
8214
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7139
8215
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7192,9 +8268,70 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7192
8268
  applyTo?: InputMaybe<Scalars["ID"]>;
7193
8269
  target?: InputMaybe<PermissionTarget>;
7194
8270
  }>>;
8271
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8272
+ type: PermissionTypes;
8273
+ actions: Array<PermissionsActions> | PermissionsActions;
8274
+ applyTo?: InputMaybe<Scalars["ID"]>;
8275
+ target?: InputMaybe<PermissionTarget>;
8276
+ }>>;
7195
8277
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7196
8278
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8279
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7197
8280
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8281
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8282
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8283
+ /**
8284
+ * __useActivateRecordsMutation__
8285
+ *
8286
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8287
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8288
+ * - A mutate function that you can call at any time to execute the mutation
8289
+ * - An object with fields that represent the current status of the mutation's execution
8290
+ *
8291
+ * @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;
8292
+ *
8293
+ * @example
8294
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8295
+ * variables: {
8296
+ * libraryId: // value for 'libraryId'
8297
+ * recordsIds: // value for 'recordsIds'
8298
+ * filters: // value for 'filters'
8299
+ * },
8300
+ * });
8301
+ */
8302
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8303
+ libraryId: Scalars["String"];
8304
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8305
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8306
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8307
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8308
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8309
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8310
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8311
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8312
+ /**
8313
+ * __useCreateEmptyRecordMutation__
8314
+ *
8315
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8316
+ * When your component renders, `useCreateEmptyRecordMutation` 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 [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8324
+ * variables: {
8325
+ * library: // value for 'library'
8326
+ * },
8327
+ * });
8328
+ */
8329
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8330
+ library: Scalars["ID"];
8331
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8332
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8333
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8334
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
7198
8335
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7199
8336
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7200
8337
  /**
@@ -7280,8 +8417,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7280
8417
  treeId: Scalars["ID"];
7281
8418
  filename: Scalars["String"];
7282
8419
  }>>;
8420
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8421
+ parentNode?: InputMaybe<Scalars["ID"]>;
8422
+ treeId: Scalars["ID"];
8423
+ filename: Scalars["String"];
8424
+ }>>;
7283
8425
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7284
8426
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8427
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7285
8428
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7286
8429
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7287
8430
  /**
@@ -7312,8 +8455,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7312
8455
  fileId: Scalars["String"];
7313
8456
  previewsStatusAttribute: Scalars["ID"];
7314
8457
  }>>;
8458
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8459
+ library: Scalars["ID"];
8460
+ fileId: Scalars["String"];
8461
+ previewsStatusAttribute: Scalars["ID"];
8462
+ }>>;
7315
8463
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7316
8464
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8465
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7317
8466
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7318
8467
  export declare const RecordFormDocument: Apollo.DocumentNode;
7319
8468
  /**
@@ -7347,8 +8496,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7347
8496
  recordId?: InputMaybe<Scalars["String"]>;
7348
8497
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7349
8498
  }>>;
8499
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8500
+ libraryId: Scalars["String"];
8501
+ formId: Scalars["String"];
8502
+ recordId?: InputMaybe<Scalars["String"]>;
8503
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8504
+ }>>;
7350
8505
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7351
8506
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8507
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7352
8508
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7353
8509
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7354
8510
  /**
@@ -7372,6 +8528,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7372
8528
  }>>;
7373
8529
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7374
8530
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8531
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8532
+ /**
8533
+ * __useGetRecordsFromLibraryQuery__
8534
+ *
8535
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8536
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8537
+ * you can use to render your UI.
8538
+ *
8539
+ * @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;
8540
+ *
8541
+ * @example
8542
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8543
+ * variables: {
8544
+ * libraryId: // value for 'libraryId'
8545
+ * pagination: // value for 'pagination'
8546
+ * filters: // value for 'filters'
8547
+ * },
8548
+ * });
8549
+ */
8550
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8551
+ libraryId: Scalars["ID"];
8552
+ pagination?: InputMaybe<RecordsPagination>;
8553
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8554
+ }>>;
8555
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8556
+ libraryId: Scalars["ID"];
8557
+ pagination?: InputMaybe<RecordsPagination>;
8558
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8559
+ }>>;
8560
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8561
+ libraryId: Scalars["ID"];
8562
+ pagination?: InputMaybe<RecordsPagination>;
8563
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8564
+ }>>;
8565
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8566
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8567
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8568
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7375
8569
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7376
8570
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7377
8571
  /**
@@ -7447,8 +8641,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7447
8641
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7448
8642
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7449
8643
  }>>;
8644
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8645
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8646
+ }>>;
7450
8647
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7451
8648
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8649
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7452
8650
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7453
8651
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7454
8652
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7498,8 +8696,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7498
8696
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7499
8697
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
8698
  }>>;
8699
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8700
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8701
+ }>>;
7501
8702
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7502
8703
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8704
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7503
8705
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7504
8706
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7505
8707
  /**
@@ -7527,8 +8729,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7527
8729
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7528
8730
  library?: InputMaybe<Scalars["String"]>;
7529
8731
  }>>;
8732
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
8733
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8734
+ library?: InputMaybe<Scalars["String"]>;
8735
+ }>>;
7530
8736
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7531
8737
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
8738
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7532
8739
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7533
8740
  export declare const GetTreesDocument: Apollo.DocumentNode;
7534
8741
  /**
@@ -7552,8 +8759,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7552
8759
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7553
8760
  [key: string]: never;
7554
8761
  }>>;
8762
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
8763
+ [key: string]: never;
8764
+ }>>;
7555
8765
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7556
8766
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
8767
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7557
8768
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7558
8769
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7559
8770
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7596,6 +8807,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7596
8807
  * treeId: // value for 'treeId'
7597
8808
  * node: // value for 'node'
7598
8809
  * pagination: // value for 'pagination'
8810
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7599
8811
  * },
7600
8812
  * });
7601
8813
  */
@@ -7603,14 +8815,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7603
8815
  treeId: Scalars["ID"];
7604
8816
  node?: InputMaybe<Scalars["ID"]>;
7605
8817
  pagination?: InputMaybe<Pagination>;
8818
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7606
8819
  }>>;
7607
8820
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7608
8821
  treeId: Scalars["ID"];
7609
8822
  node?: InputMaybe<Scalars["ID"]>;
7610
8823
  pagination?: InputMaybe<Pagination>;
8824
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
8825
+ }>>;
8826
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
8827
+ treeId: Scalars["ID"];
8828
+ node?: InputMaybe<Scalars["ID"]>;
8829
+ pagination?: InputMaybe<Pagination>;
8830
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7611
8831
  }>>;
7612
8832
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7613
8833
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
8834
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7614
8835
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7615
8836
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7616
8837
  /**
@@ -7638,8 +8859,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7638
8859
  keys: Array<Scalars["String"]> | Scalars["String"];
7639
8860
  global?: InputMaybe<Scalars["Boolean"]>;
7640
8861
  }>>;
8862
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
8863
+ keys: Array<Scalars["String"]> | Scalars["String"];
8864
+ global?: InputMaybe<Scalars["Boolean"]>;
8865
+ }>>;
7641
8866
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7642
8867
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
8868
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7643
8869
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7644
8870
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7645
8871
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7701,38 +8927,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7701
8927
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7702
8928
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7703
8929
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7704
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7705
- /**
7706
- * __useRunActionsListAndFormatOnValueQuery__
7707
- *
7708
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7709
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7710
- * you can use to render your UI.
7711
- *
7712
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7713
- *
7714
- * @example
7715
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7716
- * variables: {
7717
- * library: // value for 'library'
7718
- * value: // value for 'value'
7719
- * version: // value for 'version'
7720
- * },
7721
- * });
7722
- */
7723
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7724
- library: Scalars["ID"];
7725
- value?: InputMaybe<ValueBatchInput>;
7726
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7727
- }>>;
7728
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7729
- library: Scalars["ID"];
7730
- value?: InputMaybe<ValueBatchInput>;
7731
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7732
- }>>;
7733
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7734
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7735
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7736
8930
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7737
8931
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7738
8932
  /**
@@ -7814,8 +9008,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7814
9008
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7815
9009
  viewId: Scalars["String"];
7816
9010
  }>>;
9011
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9012
+ viewId: Scalars["String"];
9013
+ }>>;
7817
9014
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7818
9015
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9016
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7819
9017
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7820
9018
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7821
9019
  /**
@@ -7840,8 +9038,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7840
9038
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7841
9039
  libraryId: Scalars["String"];
7842
9040
  }>>;
9041
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9042
+ libraryId: Scalars["String"];
9043
+ }>>;
7843
9044
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7844
9045
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9046
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
7845
9047
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7846
9048
  export declare const SaveViewDocument: Apollo.DocumentNode;
7847
9049
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -7868,6 +9070,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
7868
9070
  export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7869
9071
  export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7870
9072
  export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
9073
+ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
9074
+ /**
9075
+ * __useGetAttributesByLibWithPermissionsQuery__
9076
+ *
9077
+ * To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
9078
+ * When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
9079
+ * you can use to render your UI.
9080
+ *
9081
+ * @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;
9082
+ *
9083
+ * @example
9084
+ * const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
9085
+ * variables: {
9086
+ * library: // value for 'library'
9087
+ * },
9088
+ * });
9089
+ */
9090
+ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9091
+ library: Scalars["String"];
9092
+ }>>;
9093
+ export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
9094
+ library: Scalars["String"];
9095
+ }>>;
9096
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9097
+ library: Scalars["String"];
9098
+ }>>;
9099
+ export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
9100
+ export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9101
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
9102
+ export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
7871
9103
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7872
9104
  /**
7873
9105
  * __useExplorerAttributesQuery__
@@ -7891,8 +9123,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
7891
9123
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7892
9124
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7893
9125
  }>>;
9126
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9127
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9128
+ }>>;
7894
9129
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7895
9130
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9131
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
7896
9132
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7897
9133
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7898
9134
  /**
@@ -7917,8 +9153,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
7917
9153
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7918
9154
  id: Scalars["ID"];
7919
9155
  }>>;
9156
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9157
+ id: Scalars["ID"];
9158
+ }>>;
7920
9159
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7921
9160
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9161
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
7922
9162
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7923
9163
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7924
9164
  /**
@@ -7958,8 +9198,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
7958
9198
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7959
9199
  searchQuery?: InputMaybe<Scalars["String"]>;
7960
9200
  }>>;
9201
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9202
+ libraryId: Scalars["ID"];
9203
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9204
+ pagination?: InputMaybe<RecordsPagination>;
9205
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9206
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9207
+ searchQuery?: InputMaybe<Scalars["String"]>;
9208
+ }>>;
7961
9209
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7962
9210
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9211
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
7963
9212
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7964
9213
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7965
9214
  /**
@@ -7993,8 +9242,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
7993
9242
  parentRecordId?: InputMaybe<Scalars["String"]>;
7994
9243
  linkAttributeId: Scalars["ID"];
7995
9244
  }>>;
9245
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9246
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9247
+ parentLibraryId: Scalars["ID"];
9248
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9249
+ linkAttributeId: Scalars["ID"];
9250
+ }>>;
7996
9251
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7997
9252
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9253
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
7998
9254
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7999
9255
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8000
9256
  /**
@@ -8019,8 +9275,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8019
9275
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8020
9276
  libraryId: Scalars["ID"];
8021
9277
  }>>;
9278
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9279
+ libraryId: Scalars["ID"];
9280
+ }>>;
8022
9281
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8023
9282
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9283
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8024
9284
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8025
9285
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8026
9286
  /**
@@ -8045,8 +9305,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8045
9305
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8046
9306
  libraryId: Scalars["ID"];
8047
9307
  }>>;
9308
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9309
+ libraryId: Scalars["ID"];
9310
+ }>>;
8048
9311
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8049
9312
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9313
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8050
9314
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8051
9315
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8052
9316
  /**
@@ -8074,8 +9338,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8074
9338
  libraryId: Scalars["ID"];
8075
9339
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8076
9340
  }>>;
9341
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9342
+ libraryId: Scalars["ID"];
9343
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9344
+ }>>;
8077
9345
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8078
9346
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9347
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8079
9348
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8080
9349
  export declare const MeDocument: Apollo.DocumentNode;
8081
9350
  /**
@@ -8099,8 +9368,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8099
9368
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8100
9369
  [key: string]: never;
8101
9370
  }>>;
9371
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9372
+ [key: string]: never;
9373
+ }>>;
8102
9374
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8103
9375
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9376
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8104
9377
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8105
9378
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8106
9379
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8150,6 +9423,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8150
9423
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8151
9424
  treeId: Scalars["ID"];
8152
9425
  }>>;
9426
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9427
+ treeId: Scalars["ID"];
9428
+ }>>;
8153
9429
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8154
9430
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9431
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8155
9432
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;