@leav/ui 0.4.0-80a4e22 → 0.4.0-8949ab51

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 (451) 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 +1702 -298
  8. package/dist/_gqlTypes/index.js +483 -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 +39 -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 +15 -5
  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 +99 -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 +81 -10
  57. package/dist/components/Explorer/_types.js +5 -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 +4 -4
  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 +13 -3
  95. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +81 -12
  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 +21 -8
  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 +9 -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/FilterValueListDropDown.d.ts +9 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  110. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  113. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
  114. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  115. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  116. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  117. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
  118. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  119. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
  120. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
  121. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
  122. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  123. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
  124. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  125. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  126. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  127. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  128. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  129. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  130. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  131. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
  132. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  133. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
  134. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  135. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  136. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +5 -3
  137. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  138. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +11 -3
  139. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +87 -14
  140. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  141. package/dist/components/Explorer/useColumnWidth.js +2 -1
  142. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  143. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  144. package/dist/components/Explorer/useLoadView.js +31 -35
  145. package/dist/components/Explorer/useLoadView.js.map +1 -1
  146. package/dist/components/Explorer/usePagination.d.ts +2 -1
  147. package/dist/components/Explorer/usePagination.js.map +1 -1
  148. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  149. package/dist/components/Explorer/useSearchInput.js +4 -1
  150. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  151. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  152. package/dist/components/Explorer/useViewSettingsReducer.js +43 -19
  153. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  154. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  155. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  156. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  157. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  158. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
  159. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  160. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  161. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  162. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  163. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  164. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +4 -0
  165. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  166. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  167. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  168. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  169. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
  170. package/dist/components/RecordEdition/EditRecord/EditRecord.js +84 -239
  171. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  172. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  173. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  174. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  175. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  176. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  177. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  178. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  179. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → EditRecordButtons}/index.js +2 -2
  180. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  181. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  182. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
  183. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  184. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
  185. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  186. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +1 -0
  187. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  188. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  189. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  190. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  191. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  192. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  193. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  194. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +2 -1
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +8 -2
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.d.ts +22 -0
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +3 -1
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +132 -0
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
  270. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
  271. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  272. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
  273. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +71 -53
  274. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  275. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  276. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +30 -10
  277. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  278. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  279. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  280. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  281. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
  282. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  283. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
  284. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  285. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  286. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  287. package/dist/components/RecordEdition/constants.d.ts +2 -0
  288. package/dist/components/RecordEdition/constants.js +6 -0
  289. package/dist/components/RecordEdition/constants.js.map +1 -0
  290. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +30 -7
  291. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
  292. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  293. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
  294. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  295. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  296. package/dist/components/RecordEdition/index.d.ts +3 -0
  297. package/dist/components/RecordEdition/index.js +3 -0
  298. package/dist/components/RecordEdition/index.js.map +1 -1
  299. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
  300. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
  301. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  302. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
  303. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
  304. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  305. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
  306. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
  307. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  308. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  309. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  310. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  311. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  312. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  313. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  314. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  315. package/dist/components/SelectTreeNode/_types.js +2 -0
  316. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  317. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  318. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
  319. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  320. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  321. package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
  322. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  323. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
  324. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  325. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
  326. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  327. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  328. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  329. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  330. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  331. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  332. package/dist/components/index.d.ts +1 -2
  333. package/dist/components/index.js +1 -2
  334. package/dist/components/index.js.map +1 -1
  335. package/dist/constants.d.ts +3 -1
  336. package/dist/constants.js +3 -1
  337. package/dist/constants.js.map +1 -1
  338. package/dist/contexts/LangContext/LangContext.d.ts +1 -2
  339. package/dist/contexts/LangContext/LangContext.js +2 -2
  340. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  341. package/dist/hooks/index.d.ts +3 -0
  342. package/dist/hooks/index.js +3 -0
  343. package/dist/hooks/index.js.map +1 -1
  344. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  345. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -1
  346. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
  347. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  348. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  349. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  350. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  351. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  352. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  353. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  354. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  355. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  356. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  357. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  358. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  359. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  360. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  361. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  362. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  363. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  364. package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
  365. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  366. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  367. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  368. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  369. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  370. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  371. package/dist/locales/en/shared.json +34 -13
  372. package/dist/locales/fr/shared.json +33 -12
  373. package/dist/types/attributes.d.ts +2 -1
  374. package/dist/types/trees.d.ts +1 -0
  375. package/package.json +24 -9
  376. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  377. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
  378. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
  379. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
  380. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
  381. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  382. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  383. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  384. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  385. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  386. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  387. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  388. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  389. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +0 -14
  390. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
  391. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  392. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.d.ts +0 -2
  393. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
  394. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  395. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
  396. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
  397. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
  398. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.d.ts +0 -19
  399. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
  400. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
  401. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
  402. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
  403. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
  404. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.d.ts +0 -14
  405. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
  406. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
  407. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -6
  408. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
  409. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  410. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.d.ts +0 -2
  411. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
  412. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  413. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -13
  414. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
  415. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  416. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +0 -2
  417. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -6
  418. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  419. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -9
  420. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
  421. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  422. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.d.ts +0 -2
  423. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  424. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
  425. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +0 -4
  426. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
  427. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  428. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  429. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  430. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  431. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  432. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
  433. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -10
  434. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  435. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  436. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
  437. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
  438. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  439. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -9
  440. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  441. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  442. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
  443. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
  444. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  445. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  446. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  447. package/dist/components/SelectTreeNodeModal/index.js +0 -5
  448. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  449. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
  450. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
  451. /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,12 +262,27 @@ 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",
252
273
  library = "library",
253
274
  system = "system"
254
275
  }
276
+ export declare enum GenerationStatus {
277
+ DONE = "DONE",
278
+ GENERATION_FAILED = "GENERATION_FAILED",
279
+ GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
280
+ GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
281
+ PREPARATION_FAILED = "PREPARATION_FAILED",
282
+ PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
283
+ TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
284
+ TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
285
+ }
255
286
  export type GlobalSettingsFileInput = {
256
287
  library: Scalars['String'];
257
288
  recordId: Scalars['String'];
@@ -261,6 +292,7 @@ export type GlobalSettingsInput = {
261
292
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
293
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
294
  name?: InputMaybe<Scalars['String']>;
295
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
296
  };
265
297
  export declare enum IoTypes {
266
298
  boolean = "boolean",
@@ -292,6 +324,7 @@ export declare enum LibrariesSortableFields {
292
324
  export declare enum LibraryBehavior {
293
325
  directories = "directories",
294
326
  files = "files",
327
+ join = "join",
295
328
  standard = "standard"
296
329
  }
297
330
  export type LibraryIconInput = {
@@ -306,9 +339,11 @@ export type LibraryInput = {
306
339
  icon?: InputMaybe<LibraryIconInput>;
307
340
  id: Scalars['ID'];
308
341
  label?: InputMaybe<Scalars['SystemTranslation']>;
342
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
343
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
344
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
345
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
346
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
347
  };
313
348
  export type LibraryPreviewsSettingsInput = {
314
349
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +424,11 @@ export type LogTopicRecordFilterInput = {
389
424
  id?: InputMaybe<Scalars['String']>;
390
425
  libraryId?: InputMaybe<Scalars['String']>;
391
426
  };
427
+ export declare enum MultiLinkDisplayOption {
428
+ avatar = "avatar",
429
+ badge_qty = "badge_qty",
430
+ tag = "tag"
431
+ }
392
432
  export type Pagination = {
393
433
  limit: Scalars['Int'];
394
434
  offset: Scalars['Int'];
@@ -431,6 +471,7 @@ export declare enum PermissionsActions {
431
471
  admin_access_applications = "admin_access_applications",
432
472
  admin_access_attributes = "admin_access_attributes",
433
473
  admin_access_libraries = "admin_access_libraries",
474
+ admin_access_logs = "admin_access_logs",
434
475
  admin_access_permissions = "admin_access_permissions",
435
476
  admin_access_tasks = "admin_access_tasks",
436
477
  admin_access_trees = "admin_access_trees",
@@ -458,6 +499,7 @@ export declare enum PermissionsActions {
458
499
  admin_edit_permission = "admin_edit_permission",
459
500
  admin_edit_tree = "admin_edit_tree",
460
501
  admin_edit_version_profile = "admin_edit_version_profile",
502
+ admin_import_config_clear_database = "admin_import_config_clear_database",
461
503
  admin_library = "admin_library",
462
504
  admin_manage_global_preferences = "admin_manage_global_preferences",
463
505
  create_record = "create_record",
@@ -537,6 +579,12 @@ export type RecordInput = {
537
579
  id: Scalars['ID'];
538
580
  library: Scalars['String'];
539
581
  };
582
+ export declare enum RecordPermissionsActions {
583
+ access_record = "access_record",
584
+ create_record = "create_record",
585
+ delete_record = "delete_record",
586
+ edit_record = "edit_record"
587
+ }
540
588
  export type RecordSortInput = {
541
589
  field: Scalars['String'];
542
590
  order: SortOrder;
@@ -640,6 +688,7 @@ export type TreeInput = {
640
688
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
689
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
690
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
691
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
692
  };
644
693
  export type TreeLibraryInput = {
645
694
  library: Scalars['ID'];
@@ -681,11 +730,13 @@ export type ValueBatchInput = {
681
730
  attribute?: InputMaybe<Scalars['ID']>;
682
731
  id_value?: InputMaybe<Scalars['ID']>;
683
732
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
733
+ /** Use "\__empty_value__" to set an empty value */
684
734
  payload?: InputMaybe<Scalars['String']>;
685
735
  };
686
736
  export type ValueInput = {
687
737
  id_value?: InputMaybe<Scalars['ID']>;
688
738
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
739
+ /** Use "\__empty_value__" to set an empty value */
689
740
  payload?: InputMaybe<Scalars['String']>;
690
741
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
742
  };
@@ -823,6 +874,7 @@ export type AttributeDetailsLinkAttributeFragment = {
823
874
  label?: any | null;
824
875
  description?: any | null;
825
876
  multiple_values: boolean;
877
+ multi_link_display_option?: MultiLinkDisplayOption | null;
826
878
  linked_library?: {
827
879
  id: string;
828
880
  label?: any | null;
@@ -860,6 +912,7 @@ export type AttributeDetailsStandardAttributeFragment = {
860
912
  label?: any | null;
861
913
  description?: any | null;
862
914
  multiple_values: boolean;
915
+ multi_link_display_option?: MultiLinkDisplayOption | null;
863
916
  metadata_fields?: Array<{
864
917
  id: string;
865
918
  label?: any | null;
@@ -892,6 +945,7 @@ export type AttributeDetailsTreeAttributeFragment = {
892
945
  label?: any | null;
893
946
  description?: any | null;
894
947
  multiple_values: boolean;
948
+ multi_link_display_option?: MultiLinkDisplayOption | null;
895
949
  linked_tree?: {
896
950
  id: string;
897
951
  label?: any | null;
@@ -1750,124 +1804,379 @@ export type RecordFormElementFragment = {
1750
1804
  key: string;
1751
1805
  value: any;
1752
1806
  }>;
1753
- };
1754
- export type ValueDetailsLinkValueFragment = {
1755
- id_value?: string | null;
1756
- isInherited?: boolean | null;
1757
- isCalculated?: boolean | null;
1758
- modified_at?: number | null;
1759
- created_at?: number | null;
1760
- linkValue?: {
1761
- id: string;
1762
- whoAmI: {
1763
- id: string;
1764
- label?: string | null;
1765
- subLabel?: string | null;
1766
- color?: string | null;
1767
- preview?: IPreviewScalar | null;
1768
- library: {
1769
- id: string;
1770
- label?: any | null;
1771
- };
1772
- };
1773
- } | null;
1774
- modified_by?: {
1775
- id: string;
1776
- whoAmI: {
1777
- id: string;
1778
- label?: string | null;
1779
- subLabel?: string | null;
1780
- color?: string | null;
1781
- preview?: IPreviewScalar | null;
1782
- library: {
1783
- id: string;
1784
- label?: any | null;
1785
- };
1786
- };
1787
- } | null;
1788
- created_by?: {
1789
- id: string;
1790
- whoAmI: {
1807
+ joinLibraryContext?: {
1808
+ mandatoryAttribute: {
1791
1809
  id: string;
1792
- label?: string | null;
1793
- subLabel?: string | null;
1794
- color?: string | null;
1795
- preview?: IPreviewScalar | null;
1796
- library: {
1810
+ label?: any | null;
1811
+ description?: any | null;
1812
+ type: AttributeType;
1813
+ format?: AttributeFormat | null;
1814
+ system: boolean;
1815
+ readonly: boolean;
1816
+ required: boolean;
1817
+ multiple_values: boolean;
1818
+ compute: boolean;
1819
+ linked_library?: {
1797
1820
  id: string;
1798
1821
  label?: any | null;
1799
- };
1800
- };
1801
- } | null;
1802
- version?: Array<{
1803
- treeId: string;
1804
- treeNode?: {
1805
- id: string;
1806
- record: {
1807
- id: string;
1808
- whoAmI: {
1822
+ behavior: LibraryBehavior;
1823
+ permissions?: {
1824
+ create_record: boolean;
1825
+ } | null;
1826
+ } | null;
1827
+ linkValuesList?: {
1828
+ enable: boolean;
1829
+ allowFreeEntry?: boolean | null;
1830
+ allowListUpdate?: boolean | null;
1831
+ values?: Array<{
1809
1832
  id: string;
1810
- label?: string | null;
1811
- library: {
1833
+ whoAmI: {
1812
1834
  id: string;
1835
+ label?: string | null;
1836
+ subLabel?: string | null;
1837
+ color?: string | null;
1838
+ preview?: IPreviewScalar | null;
1839
+ library: {
1840
+ id: string;
1841
+ label?: any | null;
1842
+ };
1813
1843
  };
1814
- };
1844
+ }> | null;
1845
+ } | null;
1846
+ permissions: {
1847
+ access_attribute: boolean;
1848
+ edit_value: boolean;
1815
1849
  };
1816
- } | null;
1817
- } | null> | null;
1818
- attribute: {
1819
- id: string;
1820
- format?: AttributeFormat | null;
1821
- type: AttributeType;
1822
- system: boolean;
1823
- };
1824
- metadata?: Array<{
1825
- name: string;
1826
- value?: {
1827
- id_value?: string | null;
1828
- modified_at?: number | null;
1829
- created_at?: number | null;
1830
- payload?: any | null;
1831
- raw_payload?: any | null;
1832
- modified_by?: {
1833
- id: string;
1834
- whoAmI: {
1850
+ versions_conf?: {
1851
+ versionable: boolean;
1852
+ profile?: {
1835
1853
  id: string;
1836
- label?: string | null;
1837
- subLabel?: string | null;
1838
- color?: string | null;
1839
- preview?: IPreviewScalar | null;
1840
- library: {
1854
+ trees: Array<{
1841
1855
  id: string;
1842
1856
  label?: any | null;
1843
- };
1844
- };
1857
+ }>;
1858
+ } | null;
1845
1859
  } | null;
1846
- created_by?: {
1860
+ metadata_fields?: Array<{
1847
1861
  id: string;
1848
- whoAmI: {
1862
+ label?: any | null;
1863
+ description?: any | null;
1864
+ type: AttributeType;
1865
+ format?: AttributeFormat | null;
1866
+ system: boolean;
1867
+ readonly: boolean;
1868
+ multiple_values: boolean;
1869
+ permissions: {
1870
+ access_attribute: boolean;
1871
+ edit_value: boolean;
1872
+ };
1873
+ values_list?: {
1874
+ enable: boolean;
1875
+ allowFreeEntry?: boolean | null;
1876
+ allowListUpdate?: boolean | null;
1877
+ dateRangeValues?: Array<{
1878
+ from?: string | null;
1879
+ to?: string | null;
1880
+ }> | null;
1881
+ } | {
1882
+ enable: boolean;
1883
+ allowFreeEntry?: boolean | null;
1884
+ allowListUpdate?: boolean | null;
1885
+ values?: Array<string> | null;
1886
+ } | null;
1887
+ metadata_fields?: Array<{
1849
1888
  id: string;
1850
- label?: string | null;
1851
- subLabel?: string | null;
1852
- color?: string | null;
1853
- preview?: IPreviewScalar | null;
1854
- library: {
1889
+ }> | null;
1890
+ }> | null;
1891
+ } | {
1892
+ character_limit?: number | null;
1893
+ id: string;
1894
+ label?: any | null;
1895
+ description?: any | null;
1896
+ type: AttributeType;
1897
+ format?: AttributeFormat | null;
1898
+ system: boolean;
1899
+ readonly: boolean;
1900
+ required: boolean;
1901
+ multiple_values: boolean;
1902
+ compute: boolean;
1903
+ values_list?: {
1904
+ enable: boolean;
1905
+ allowFreeEntry?: boolean | null;
1906
+ allowListUpdate?: boolean | null;
1907
+ dateRangeValues?: Array<{
1908
+ from?: string | null;
1909
+ to?: string | null;
1910
+ }> | null;
1911
+ } | {
1912
+ enable: boolean;
1913
+ allowFreeEntry?: boolean | null;
1914
+ allowListUpdate?: boolean | null;
1915
+ values?: Array<string> | null;
1916
+ } | null;
1917
+ permissions: {
1918
+ access_attribute: boolean;
1919
+ edit_value: boolean;
1920
+ };
1921
+ versions_conf?: {
1922
+ versionable: boolean;
1923
+ profile?: {
1924
+ id: string;
1925
+ trees: Array<{
1855
1926
  id: string;
1856
1927
  label?: any | null;
1857
- };
1928
+ }>;
1929
+ } | null;
1930
+ } | null;
1931
+ metadata_fields?: Array<{
1932
+ id: string;
1933
+ label?: any | null;
1934
+ description?: any | null;
1935
+ type: AttributeType;
1936
+ format?: AttributeFormat | null;
1937
+ system: boolean;
1938
+ readonly: boolean;
1939
+ multiple_values: boolean;
1940
+ permissions: {
1941
+ access_attribute: boolean;
1942
+ edit_value: boolean;
1858
1943
  };
1944
+ values_list?: {
1945
+ enable: boolean;
1946
+ allowFreeEntry?: boolean | null;
1947
+ allowListUpdate?: boolean | null;
1948
+ dateRangeValues?: Array<{
1949
+ from?: string | null;
1950
+ to?: string | null;
1951
+ }> | null;
1952
+ } | {
1953
+ enable: boolean;
1954
+ allowFreeEntry?: boolean | null;
1955
+ allowListUpdate?: boolean | null;
1956
+ values?: Array<string> | null;
1957
+ } | null;
1958
+ metadata_fields?: Array<{
1959
+ id: string;
1960
+ }> | null;
1961
+ }> | null;
1962
+ } | {
1963
+ id: string;
1964
+ label?: any | null;
1965
+ description?: any | null;
1966
+ type: AttributeType;
1967
+ format?: AttributeFormat | null;
1968
+ system: boolean;
1969
+ readonly: boolean;
1970
+ required: boolean;
1971
+ multiple_values: boolean;
1972
+ compute: boolean;
1973
+ linked_tree?: {
1974
+ id: string;
1975
+ label?: any | null;
1859
1976
  } | null;
1860
- version?: Array<{
1861
- treeId: string;
1862
- treeNode?: {
1977
+ treeValuesList?: {
1978
+ enable: boolean;
1979
+ allowFreeEntry?: boolean | null;
1980
+ allowListUpdate?: boolean | null;
1981
+ values?: Array<{
1863
1982
  id: string;
1864
1983
  record: {
1865
1984
  id: string;
1866
1985
  whoAmI: {
1867
1986
  id: string;
1868
1987
  label?: string | null;
1869
- library: {
1870
- id: string;
1988
+ subLabel?: string | null;
1989
+ color?: string | null;
1990
+ preview?: IPreviewScalar | null;
1991
+ library: {
1992
+ id: string;
1993
+ label?: any | null;
1994
+ };
1995
+ };
1996
+ };
1997
+ ancestors?: Array<{
1998
+ record: {
1999
+ id: string;
2000
+ whoAmI: {
2001
+ id: string;
2002
+ label?: string | null;
2003
+ subLabel?: string | null;
2004
+ color?: string | null;
2005
+ preview?: IPreviewScalar | null;
2006
+ library: {
2007
+ id: string;
2008
+ label?: any | null;
2009
+ };
2010
+ };
2011
+ };
2012
+ }> | null;
2013
+ }> | null;
2014
+ } | null;
2015
+ permissions: {
2016
+ access_attribute: boolean;
2017
+ edit_value: boolean;
2018
+ };
2019
+ versions_conf?: {
2020
+ versionable: boolean;
2021
+ profile?: {
2022
+ id: string;
2023
+ trees: Array<{
2024
+ id: string;
2025
+ label?: any | null;
2026
+ }>;
2027
+ } | null;
2028
+ } | null;
2029
+ metadata_fields?: Array<{
2030
+ id: string;
2031
+ label?: any | null;
2032
+ description?: any | null;
2033
+ type: AttributeType;
2034
+ format?: AttributeFormat | null;
2035
+ system: boolean;
2036
+ readonly: boolean;
2037
+ multiple_values: boolean;
2038
+ permissions: {
2039
+ access_attribute: boolean;
2040
+ edit_value: boolean;
2041
+ };
2042
+ values_list?: {
2043
+ enable: boolean;
2044
+ allowFreeEntry?: boolean | null;
2045
+ allowListUpdate?: boolean | null;
2046
+ dateRangeValues?: Array<{
2047
+ from?: string | null;
2048
+ to?: string | null;
2049
+ }> | null;
2050
+ } | {
2051
+ enable: boolean;
2052
+ allowFreeEntry?: boolean | null;
2053
+ allowListUpdate?: boolean | null;
2054
+ values?: Array<string> | null;
2055
+ } | null;
2056
+ metadata_fields?: Array<{
2057
+ id: string;
2058
+ }> | null;
2059
+ }> | null;
2060
+ };
2061
+ } | null;
2062
+ };
2063
+ export type ValueDetailsLinkValueFragment = {
2064
+ id_value?: string | null;
2065
+ isInherited?: boolean | null;
2066
+ isCalculated?: boolean | null;
2067
+ modified_at?: number | null;
2068
+ created_at?: number | null;
2069
+ linkValue?: {
2070
+ id: string;
2071
+ whoAmI: {
2072
+ id: string;
2073
+ label?: string | null;
2074
+ subLabel?: string | null;
2075
+ color?: string | null;
2076
+ preview?: IPreviewScalar | null;
2077
+ library: {
2078
+ id: string;
2079
+ label?: any | null;
2080
+ };
2081
+ };
2082
+ } | null;
2083
+ modified_by?: {
2084
+ id: string;
2085
+ whoAmI: {
2086
+ id: string;
2087
+ label?: string | null;
2088
+ subLabel?: string | null;
2089
+ color?: string | null;
2090
+ preview?: IPreviewScalar | null;
2091
+ library: {
2092
+ id: string;
2093
+ label?: any | null;
2094
+ };
2095
+ };
2096
+ } | null;
2097
+ created_by?: {
2098
+ id: string;
2099
+ whoAmI: {
2100
+ id: string;
2101
+ label?: string | null;
2102
+ subLabel?: string | null;
2103
+ color?: string | null;
2104
+ preview?: IPreviewScalar | null;
2105
+ library: {
2106
+ id: string;
2107
+ label?: any | null;
2108
+ };
2109
+ };
2110
+ } | null;
2111
+ version?: Array<{
2112
+ treeId: string;
2113
+ treeNode?: {
2114
+ id: string;
2115
+ record: {
2116
+ id: string;
2117
+ whoAmI: {
2118
+ id: string;
2119
+ label?: string | null;
2120
+ library: {
2121
+ id: string;
2122
+ };
2123
+ };
2124
+ };
2125
+ } | null;
2126
+ } | null> | null;
2127
+ attribute: {
2128
+ id: string;
2129
+ format?: AttributeFormat | null;
2130
+ type: AttributeType;
2131
+ system: boolean;
2132
+ };
2133
+ metadata?: Array<{
2134
+ name: string;
2135
+ value?: {
2136
+ id_value?: string | null;
2137
+ modified_at?: number | null;
2138
+ created_at?: number | null;
2139
+ payload?: any | null;
2140
+ raw_payload?: any | null;
2141
+ modified_by?: {
2142
+ id: string;
2143
+ whoAmI: {
2144
+ id: string;
2145
+ label?: string | null;
2146
+ subLabel?: string | null;
2147
+ color?: string | null;
2148
+ preview?: IPreviewScalar | null;
2149
+ library: {
2150
+ id: string;
2151
+ label?: any | null;
2152
+ };
2153
+ };
2154
+ } | null;
2155
+ created_by?: {
2156
+ id: string;
2157
+ whoAmI: {
2158
+ id: string;
2159
+ label?: string | null;
2160
+ subLabel?: string | null;
2161
+ color?: string | null;
2162
+ preview?: IPreviewScalar | null;
2163
+ library: {
2164
+ id: string;
2165
+ label?: any | null;
2166
+ };
2167
+ };
2168
+ } | null;
2169
+ version?: Array<{
2170
+ treeId: string;
2171
+ treeNode?: {
2172
+ id: string;
2173
+ record: {
2174
+ id: string;
2175
+ whoAmI: {
2176
+ id: string;
2177
+ label?: string | null;
2178
+ library: {
2179
+ id: string;
1871
2180
  };
1872
2181
  };
1873
2182
  };
@@ -2424,52 +2733,307 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2733
  values?: Array<string> | null;
2425
2734
  };
2426
2735
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2427
- export type TreeDetailsFragment = {
2428
- id: string;
2429
- label?: any | null;
2430
- behavior: TreeBehavior;
2431
- system: boolean;
2432
- libraries: Array<{
2433
- library: {
2434
- id: string;
2435
- label?: any | null;
2436
- };
2437
- settings: {
2438
- allowMultiplePositions: boolean;
2439
- allowedAtRoot: boolean;
2440
- allowedChildren: Array<string>;
2441
- };
2442
- }>;
2443
- };
2444
- export type TreeLightFragment = {
2445
- id: string;
2446
- label?: any | null;
2447
- };
2448
- export type TreeNodeChildFragment = {
2449
- id: string;
2450
- order?: number | null;
2451
- childrenCount?: number | null;
2452
- record: {
2736
+ export type JoinLibraryContextFragment = {
2737
+ mandatoryAttribute: {
2453
2738
  id: string;
2454
- active: Array<{
2455
- value?: any | null;
2456
- }>;
2457
- whoAmI: {
2739
+ label?: any | null;
2740
+ description?: any | null;
2741
+ type: AttributeType;
2742
+ format?: AttributeFormat | null;
2743
+ system: boolean;
2744
+ readonly: boolean;
2745
+ required: boolean;
2746
+ multiple_values: boolean;
2747
+ compute: boolean;
2748
+ linked_library?: {
2458
2749
  id: string;
2459
- label?: string | null;
2460
- subLabel?: string | null;
2461
- color?: string | null;
2462
- preview?: IPreviewScalar | null;
2463
- library: {
2750
+ label?: any | null;
2751
+ behavior: LibraryBehavior;
2752
+ permissions?: {
2753
+ create_record: boolean;
2754
+ } | null;
2755
+ } | null;
2756
+ linkValuesList?: {
2757
+ enable: boolean;
2758
+ allowFreeEntry?: boolean | null;
2759
+ allowListUpdate?: boolean | null;
2760
+ values?: Array<{
2464
2761
  id: string;
2465
- label?: any | null;
2466
- };
2467
- };
2468
- };
2469
- ancestors?: Array<{
2470
- id: string;
2471
- record: {
2472
- id: string;
2762
+ whoAmI: {
2763
+ id: string;
2764
+ label?: string | null;
2765
+ subLabel?: string | null;
2766
+ color?: string | null;
2767
+ preview?: IPreviewScalar | null;
2768
+ library: {
2769
+ id: string;
2770
+ label?: any | null;
2771
+ };
2772
+ };
2773
+ }> | null;
2774
+ } | null;
2775
+ permissions: {
2776
+ access_attribute: boolean;
2777
+ edit_value: boolean;
2778
+ };
2779
+ versions_conf?: {
2780
+ versionable: boolean;
2781
+ profile?: {
2782
+ id: string;
2783
+ trees: Array<{
2784
+ id: string;
2785
+ label?: any | null;
2786
+ }>;
2787
+ } | null;
2788
+ } | null;
2789
+ metadata_fields?: Array<{
2790
+ id: string;
2791
+ label?: any | null;
2792
+ description?: any | null;
2793
+ type: AttributeType;
2794
+ format?: AttributeFormat | null;
2795
+ system: boolean;
2796
+ readonly: boolean;
2797
+ multiple_values: boolean;
2798
+ permissions: {
2799
+ access_attribute: boolean;
2800
+ edit_value: boolean;
2801
+ };
2802
+ values_list?: {
2803
+ enable: boolean;
2804
+ allowFreeEntry?: boolean | null;
2805
+ allowListUpdate?: boolean | null;
2806
+ dateRangeValues?: Array<{
2807
+ from?: string | null;
2808
+ to?: string | null;
2809
+ }> | null;
2810
+ } | {
2811
+ enable: boolean;
2812
+ allowFreeEntry?: boolean | null;
2813
+ allowListUpdate?: boolean | null;
2814
+ values?: Array<string> | null;
2815
+ } | null;
2816
+ metadata_fields?: Array<{
2817
+ id: string;
2818
+ }> | null;
2819
+ }> | null;
2820
+ } | {
2821
+ character_limit?: number | null;
2822
+ id: string;
2823
+ label?: any | null;
2824
+ description?: any | null;
2825
+ type: AttributeType;
2826
+ format?: AttributeFormat | null;
2827
+ system: boolean;
2828
+ readonly: boolean;
2829
+ required: boolean;
2830
+ multiple_values: boolean;
2831
+ compute: boolean;
2832
+ values_list?: {
2833
+ enable: boolean;
2834
+ allowFreeEntry?: boolean | null;
2835
+ allowListUpdate?: boolean | null;
2836
+ dateRangeValues?: Array<{
2837
+ from?: string | null;
2838
+ to?: string | null;
2839
+ }> | null;
2840
+ } | {
2841
+ enable: boolean;
2842
+ allowFreeEntry?: boolean | null;
2843
+ allowListUpdate?: boolean | null;
2844
+ values?: Array<string> | null;
2845
+ } | null;
2846
+ permissions: {
2847
+ access_attribute: boolean;
2848
+ edit_value: boolean;
2849
+ };
2850
+ versions_conf?: {
2851
+ versionable: boolean;
2852
+ profile?: {
2853
+ id: string;
2854
+ trees: Array<{
2855
+ id: string;
2856
+ label?: any | null;
2857
+ }>;
2858
+ } | null;
2859
+ } | null;
2860
+ metadata_fields?: Array<{
2861
+ id: string;
2862
+ label?: any | null;
2863
+ description?: any | null;
2864
+ type: AttributeType;
2865
+ format?: AttributeFormat | null;
2866
+ system: boolean;
2867
+ readonly: boolean;
2868
+ multiple_values: boolean;
2869
+ permissions: {
2870
+ access_attribute: boolean;
2871
+ edit_value: boolean;
2872
+ };
2873
+ values_list?: {
2874
+ enable: boolean;
2875
+ allowFreeEntry?: boolean | null;
2876
+ allowListUpdate?: boolean | null;
2877
+ dateRangeValues?: Array<{
2878
+ from?: string | null;
2879
+ to?: string | null;
2880
+ }> | null;
2881
+ } | {
2882
+ enable: boolean;
2883
+ allowFreeEntry?: boolean | null;
2884
+ allowListUpdate?: boolean | null;
2885
+ values?: Array<string> | null;
2886
+ } | null;
2887
+ metadata_fields?: Array<{
2888
+ id: string;
2889
+ }> | null;
2890
+ }> | null;
2891
+ } | {
2892
+ id: string;
2893
+ label?: any | null;
2894
+ description?: any | null;
2895
+ type: AttributeType;
2896
+ format?: AttributeFormat | null;
2897
+ system: boolean;
2898
+ readonly: boolean;
2899
+ required: boolean;
2900
+ multiple_values: boolean;
2901
+ compute: boolean;
2902
+ linked_tree?: {
2903
+ id: string;
2904
+ label?: any | null;
2905
+ } | null;
2906
+ treeValuesList?: {
2907
+ enable: boolean;
2908
+ allowFreeEntry?: boolean | null;
2909
+ allowListUpdate?: boolean | null;
2910
+ values?: Array<{
2911
+ id: string;
2912
+ record: {
2913
+ id: string;
2914
+ whoAmI: {
2915
+ id: string;
2916
+ label?: string | null;
2917
+ subLabel?: string | null;
2918
+ color?: string | null;
2919
+ preview?: IPreviewScalar | null;
2920
+ library: {
2921
+ id: string;
2922
+ label?: any | null;
2923
+ };
2924
+ };
2925
+ };
2926
+ ancestors?: Array<{
2927
+ record: {
2928
+ id: string;
2929
+ whoAmI: {
2930
+ id: string;
2931
+ label?: string | null;
2932
+ subLabel?: string | null;
2933
+ color?: string | null;
2934
+ preview?: IPreviewScalar | null;
2935
+ library: {
2936
+ id: string;
2937
+ label?: any | null;
2938
+ };
2939
+ };
2940
+ };
2941
+ }> | null;
2942
+ }> | null;
2943
+ } | null;
2944
+ permissions: {
2945
+ access_attribute: boolean;
2946
+ edit_value: boolean;
2947
+ };
2948
+ versions_conf?: {
2949
+ versionable: boolean;
2950
+ profile?: {
2951
+ id: string;
2952
+ trees: Array<{
2953
+ id: string;
2954
+ label?: any | null;
2955
+ }>;
2956
+ } | null;
2957
+ } | null;
2958
+ metadata_fields?: Array<{
2959
+ id: string;
2960
+ label?: any | null;
2961
+ description?: any | null;
2962
+ type: AttributeType;
2963
+ format?: AttributeFormat | null;
2964
+ system: boolean;
2965
+ readonly: boolean;
2966
+ multiple_values: boolean;
2967
+ permissions: {
2968
+ access_attribute: boolean;
2969
+ edit_value: boolean;
2970
+ };
2971
+ values_list?: {
2972
+ enable: boolean;
2973
+ allowFreeEntry?: boolean | null;
2974
+ allowListUpdate?: boolean | null;
2975
+ dateRangeValues?: Array<{
2976
+ from?: string | null;
2977
+ to?: string | null;
2978
+ }> | null;
2979
+ } | {
2980
+ enable: boolean;
2981
+ allowFreeEntry?: boolean | null;
2982
+ allowListUpdate?: boolean | null;
2983
+ values?: Array<string> | null;
2984
+ } | null;
2985
+ metadata_fields?: Array<{
2986
+ id: string;
2987
+ }> | null;
2988
+ }> | null;
2989
+ };
2990
+ };
2991
+ export type TreeDetailsFragment = {
2992
+ id: string;
2993
+ label?: any | null;
2994
+ behavior: TreeBehavior;
2995
+ system: boolean;
2996
+ libraries: Array<{
2997
+ library: {
2998
+ id: string;
2999
+ label?: any | null;
3000
+ };
3001
+ settings: {
3002
+ allowMultiplePositions: boolean;
3003
+ allowedAtRoot: boolean;
3004
+ allowedChildren: Array<string>;
3005
+ };
3006
+ }>;
3007
+ };
3008
+ export type TreeLightFragment = {
3009
+ id: string;
3010
+ label?: any | null;
3011
+ };
3012
+ export type TreeNodeChildFragment = {
3013
+ id: string;
3014
+ order?: number | null;
3015
+ childrenCount?: number | null;
3016
+ record: {
3017
+ id: string;
3018
+ active: Array<{
3019
+ value?: any | null;
3020
+ }>;
3021
+ whoAmI: {
3022
+ id: string;
3023
+ label?: string | null;
3024
+ subLabel?: string | null;
3025
+ color?: string | null;
3026
+ preview?: IPreviewScalar | null;
3027
+ library: {
3028
+ id: string;
3029
+ label?: any | null;
3030
+ };
3031
+ };
3032
+ };
3033
+ ancestors?: Array<{
3034
+ id: string;
3035
+ record: {
3036
+ id: string;
2473
3037
  library: {
2474
3038
  id: string;
2475
3039
  label?: any | null;
@@ -2561,12 +3125,162 @@ export type ViewDetailsFilterFragment = {
2561
3125
  label?: any | null;
2562
3126
  } | null;
2563
3127
  };
3128
+ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3129
+ id: string;
3130
+ type: AttributeType;
3131
+ format?: AttributeFormat | null;
3132
+ label?: any | null;
3133
+ multiple_values: boolean;
3134
+ system: boolean;
3135
+ readonly: boolean;
3136
+ permissions: {
3137
+ access_attribute: boolean;
3138
+ };
3139
+ valuesList?: {
3140
+ enable: boolean;
3141
+ allowFreeEntry?: boolean | null;
3142
+ allowListUpdate?: boolean | null;
3143
+ linkedValues?: Array<{
3144
+ id: string;
3145
+ whoAmI: {
3146
+ id: string;
3147
+ label?: string | null;
3148
+ subLabel?: string | null;
3149
+ color?: string | null;
3150
+ preview?: IPreviewScalar | null;
3151
+ library: {
3152
+ id: string;
3153
+ label?: any | null;
3154
+ };
3155
+ };
3156
+ }> | null;
3157
+ } | null;
3158
+ linked_library?: {
3159
+ id: string;
3160
+ } | null;
3161
+ };
3162
+ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3163
+ id: string;
3164
+ type: AttributeType;
3165
+ format?: AttributeFormat | null;
3166
+ label?: any | null;
3167
+ multiple_values: boolean;
3168
+ system: boolean;
3169
+ readonly: boolean;
3170
+ embedded_fields?: Array<{
3171
+ id: string;
3172
+ format?: AttributeFormat | null;
3173
+ label?: any | null;
3174
+ } | null> | null;
3175
+ valuesList?: {
3176
+ enable: boolean;
3177
+ allowFreeEntry?: boolean | null;
3178
+ allowListUpdate?: boolean | null;
3179
+ dateRangeValues?: Array<{
3180
+ from?: string | null;
3181
+ to?: string | null;
3182
+ }> | null;
3183
+ } | {
3184
+ enable: boolean;
3185
+ allowFreeEntry?: boolean | null;
3186
+ allowListUpdate?: boolean | null;
3187
+ values?: Array<string> | null;
3188
+ } | null;
3189
+ permissions: {
3190
+ access_attribute: boolean;
3191
+ };
3192
+ };
3193
+ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3194
+ id: string;
3195
+ type: AttributeType;
3196
+ format?: AttributeFormat | null;
3197
+ label?: any | null;
3198
+ multiple_values: boolean;
3199
+ system: boolean;
3200
+ readonly: boolean;
3201
+ linked_tree?: {
3202
+ id: string;
3203
+ label?: any | null;
3204
+ libraries: Array<{
3205
+ library: {
3206
+ id: string;
3207
+ label?: any | null;
3208
+ };
3209
+ }>;
3210
+ } | null;
3211
+ permissions: {
3212
+ access_attribute: boolean;
3213
+ };
3214
+ };
3215
+ export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3216
+ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3217
+ valuesList?: {
3218
+ enable: boolean;
3219
+ allowFreeEntry?: boolean | null;
3220
+ allowListUpdate?: boolean | null;
3221
+ linkedValues?: Array<{
3222
+ id: string;
3223
+ whoAmI: {
3224
+ id: string;
3225
+ label?: string | null;
3226
+ subLabel?: string | null;
3227
+ color?: string | null;
3228
+ preview?: IPreviewScalar | null;
3229
+ library: {
3230
+ id: string;
3231
+ label?: any | null;
3232
+ };
3233
+ };
3234
+ }> | null;
3235
+ } | null;
3236
+ linked_library?: {
3237
+ id: string;
3238
+ } | null;
3239
+ };
3240
+ export type StandardAttributeDetailsFragment = {
3241
+ id: string;
3242
+ type: AttributeType;
3243
+ embedded_fields?: Array<{
3244
+ id: string;
3245
+ format?: AttributeFormat | null;
3246
+ label?: any | null;
3247
+ } | null> | null;
3248
+ valuesList?: {
3249
+ enable: boolean;
3250
+ allowFreeEntry?: boolean | null;
3251
+ allowListUpdate?: boolean | null;
3252
+ values?: Array<string> | null;
3253
+ } | null;
3254
+ };
2564
3255
  export type LinkAttributeDetailsFragment = {
2565
3256
  label?: any | null;
3257
+ type: AttributeType;
2566
3258
  linked_library?: {
2567
3259
  id: string;
2568
3260
  label?: any | null;
2569
3261
  } | null;
3262
+ valuesList?: {
3263
+ allowFreeEntry?: boolean | null;
3264
+ enable: boolean;
3265
+ linkedValues?: Array<{
3266
+ id: string;
3267
+ whoAmI: {
3268
+ id: string;
3269
+ label?: string | null;
3270
+ library: {
3271
+ id: string;
3272
+ };
3273
+ };
3274
+ }> | null;
3275
+ } | null;
3276
+ };
3277
+ export type TreeAttributeDetailsFragment = {
3278
+ id: string;
3279
+ label?: any | null;
3280
+ linked_tree?: {
3281
+ id: string;
3282
+ label?: any | null;
3283
+ } | null;
2570
3284
  };
2571
3285
  export type AttributePropertiesFragment = {
2572
3286
  id: string;
@@ -2574,6 +3288,7 @@ export type AttributePropertiesFragment = {
2574
3288
  type: AttributeType;
2575
3289
  format?: AttributeFormat | null;
2576
3290
  multiple_values: boolean;
3291
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2577
3292
  };
2578
3293
  export type PropertyValueLinkValueFragment = {
2579
3294
  linkPayload?: {
@@ -2626,6 +3341,7 @@ export type LinkPropertyLinkValueFragment = {
2626
3341
  type: AttributeType;
2627
3342
  format?: AttributeFormat | null;
2628
3343
  multiple_values: boolean;
3344
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2629
3345
  };
2630
3346
  values: Array<{
2631
3347
  linkPayload?: {
@@ -2685,6 +3401,9 @@ export type LibraryAttributeLinkAttributeFragment = {
2685
3401
  id: string;
2686
3402
  type: AttributeType;
2687
3403
  label?: any | null;
3404
+ permissions: {
3405
+ access_attribute: boolean;
3406
+ };
2688
3407
  linked_library?: {
2689
3408
  id: string;
2690
3409
  label?: any | null;
@@ -2701,11 +3420,17 @@ export type LibraryAttributeStandardAttributeFragment = {
2701
3420
  id: string;
2702
3421
  type: AttributeType;
2703
3422
  label?: any | null;
3423
+ permissions: {
3424
+ access_attribute: boolean;
3425
+ };
2704
3426
  };
2705
3427
  export type LibraryAttributeTreeAttributeFragment = {
2706
3428
  id: string;
2707
3429
  type: AttributeType;
2708
3430
  label?: any | null;
3431
+ permissions: {
3432
+ access_attribute: boolean;
3433
+ };
2709
3434
  };
2710
3435
  export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2711
3436
  export type LibraryAttributeLinkFragment = {
@@ -2840,6 +3565,7 @@ export type GetAttributeByIdQuery = {
2840
3565
  label?: any | null;
2841
3566
  description?: any | null;
2842
3567
  multiple_values: boolean;
3568
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2843
3569
  linked_library?: {
2844
3570
  id: string;
2845
3571
  label?: any | null;
@@ -2876,6 +3602,7 @@ export type GetAttributeByIdQuery = {
2876
3602
  label?: any | null;
2877
3603
  description?: any | null;
2878
3604
  multiple_values: boolean;
3605
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2879
3606
  metadata_fields?: Array<{
2880
3607
  id: string;
2881
3608
  label?: any | null;
@@ -2907,6 +3634,7 @@ export type GetAttributeByIdQuery = {
2907
3634
  label?: any | null;
2908
3635
  description?: any | null;
2909
3636
  multiple_values: boolean;
3637
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2910
3638
  linked_tree?: {
2911
3639
  id: string;
2912
3640
  label?: any | null;
@@ -3049,6 +3777,7 @@ export type SaveAttributeMutation = {
3049
3777
  label?: any | null;
3050
3778
  description?: any | null;
3051
3779
  multiple_values: boolean;
3780
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3052
3781
  linked_library?: {
3053
3782
  id: string;
3054
3783
  label?: any | null;
@@ -3085,6 +3814,7 @@ export type SaveAttributeMutation = {
3085
3814
  label?: any | null;
3086
3815
  description?: any | null;
3087
3816
  multiple_values: boolean;
3817
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3088
3818
  metadata_fields?: Array<{
3089
3819
  id: string;
3090
3820
  label?: any | null;
@@ -3116,6 +3846,7 @@ export type SaveAttributeMutation = {
3116
3846
  label?: any | null;
3117
3847
  description?: any | null;
3118
3848
  multiple_values: boolean;
3849
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3119
3850
  linked_tree?: {
3120
3851
  id: string;
3121
3852
  label?: any | null;
@@ -3569,6 +4300,54 @@ export type IsAllowedQuery = {
3569
4300
  allowed?: boolean | null;
3570
4301
  }> | null;
3571
4302
  };
4303
+ export type ActivateRecordsMutationVariables = Exact<{
4304
+ libraryId: Scalars['String'];
4305
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4306
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4307
+ }>;
4308
+ export type ActivateRecordsMutation = {
4309
+ activateRecords: Array<{
4310
+ id: string;
4311
+ whoAmI: {
4312
+ id: string;
4313
+ label?: string | null;
4314
+ subLabel?: string | null;
4315
+ color?: string | null;
4316
+ preview?: IPreviewScalar | null;
4317
+ library: {
4318
+ id: string;
4319
+ label?: any | null;
4320
+ };
4321
+ };
4322
+ }>;
4323
+ };
4324
+ export type CreateEmptyRecordMutationVariables = Exact<{
4325
+ library: Scalars['ID'];
4326
+ }>;
4327
+ export type CreateEmptyRecordMutation = {
4328
+ createEmptyRecord: {
4329
+ record?: {
4330
+ id: string;
4331
+ whoAmI: {
4332
+ id: string;
4333
+ label?: string | null;
4334
+ subLabel?: string | null;
4335
+ color?: string | null;
4336
+ preview?: IPreviewScalar | null;
4337
+ library: {
4338
+ id: string;
4339
+ label?: any | null;
4340
+ };
4341
+ };
4342
+ } | null;
4343
+ valuesErrors?: Array<{
4344
+ type: string;
4345
+ attribute: string;
4346
+ input?: string | null;
4347
+ message: string;
4348
+ }> | null;
4349
+ };
4350
+ };
3572
4351
  export type CreateRecordMutationVariables = Exact<{
3573
4352
  library: Scalars['ID'];
3574
4353
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4360,7 +5139,266 @@ export type RecordFormQuery = {
4360
5139
  key: string;
4361
5140
  value: any;
4362
5141
  }>;
5142
+ joinLibraryContext?: {
5143
+ mandatoryAttribute: {
5144
+ id: string;
5145
+ label?: any | null;
5146
+ description?: any | null;
5147
+ type: AttributeType;
5148
+ format?: AttributeFormat | null;
5149
+ system: boolean;
5150
+ readonly: boolean;
5151
+ required: boolean;
5152
+ multiple_values: boolean;
5153
+ compute: boolean;
5154
+ linked_library?: {
5155
+ id: string;
5156
+ label?: any | null;
5157
+ behavior: LibraryBehavior;
5158
+ permissions?: {
5159
+ create_record: boolean;
5160
+ } | null;
5161
+ } | null;
5162
+ linkValuesList?: {
5163
+ enable: boolean;
5164
+ allowFreeEntry?: boolean | null;
5165
+ allowListUpdate?: boolean | null;
5166
+ values?: Array<{
5167
+ id: string;
5168
+ whoAmI: {
5169
+ id: string;
5170
+ label?: string | null;
5171
+ subLabel?: string | null;
5172
+ color?: string | null;
5173
+ preview?: IPreviewScalar | null;
5174
+ library: {
5175
+ id: string;
5176
+ label?: any | null;
5177
+ };
5178
+ };
5179
+ }> | null;
5180
+ } | null;
5181
+ permissions: {
5182
+ access_attribute: boolean;
5183
+ edit_value: boolean;
5184
+ };
5185
+ versions_conf?: {
5186
+ versionable: boolean;
5187
+ profile?: {
5188
+ id: string;
5189
+ trees: Array<{
5190
+ id: string;
5191
+ label?: any | null;
5192
+ }>;
5193
+ } | null;
5194
+ } | null;
5195
+ metadata_fields?: Array<{
5196
+ id: string;
5197
+ label?: any | null;
5198
+ description?: any | null;
5199
+ type: AttributeType;
5200
+ format?: AttributeFormat | null;
5201
+ system: boolean;
5202
+ readonly: boolean;
5203
+ multiple_values: boolean;
5204
+ permissions: {
5205
+ access_attribute: boolean;
5206
+ edit_value: boolean;
5207
+ };
5208
+ values_list?: {
5209
+ enable: boolean;
5210
+ allowFreeEntry?: boolean | null;
5211
+ allowListUpdate?: boolean | null;
5212
+ dateRangeValues?: Array<{
5213
+ from?: string | null;
5214
+ to?: string | null;
5215
+ }> | null;
5216
+ } | {
5217
+ enable: boolean;
5218
+ allowFreeEntry?: boolean | null;
5219
+ allowListUpdate?: boolean | null;
5220
+ values?: Array<string> | null;
5221
+ } | null;
5222
+ metadata_fields?: Array<{
5223
+ id: string;
5224
+ }> | null;
5225
+ }> | null;
5226
+ } | {
5227
+ character_limit?: number | null;
5228
+ id: string;
5229
+ label?: any | null;
5230
+ description?: any | null;
5231
+ type: AttributeType;
5232
+ format?: AttributeFormat | null;
5233
+ system: boolean;
5234
+ readonly: boolean;
5235
+ required: boolean;
5236
+ multiple_values: boolean;
5237
+ compute: boolean;
5238
+ values_list?: {
5239
+ enable: boolean;
5240
+ allowFreeEntry?: boolean | null;
5241
+ allowListUpdate?: boolean | null;
5242
+ dateRangeValues?: Array<{
5243
+ from?: string | null;
5244
+ to?: string | null;
5245
+ }> | null;
5246
+ } | {
5247
+ enable: boolean;
5248
+ allowFreeEntry?: boolean | null;
5249
+ allowListUpdate?: boolean | null;
5250
+ values?: Array<string> | null;
5251
+ } | null;
5252
+ permissions: {
5253
+ access_attribute: boolean;
5254
+ edit_value: boolean;
5255
+ };
5256
+ versions_conf?: {
5257
+ versionable: boolean;
5258
+ profile?: {
5259
+ id: string;
5260
+ trees: Array<{
5261
+ id: string;
5262
+ label?: any | null;
5263
+ }>;
5264
+ } | null;
5265
+ } | null;
5266
+ metadata_fields?: Array<{
5267
+ id: string;
5268
+ label?: any | null;
5269
+ description?: any | null;
5270
+ type: AttributeType;
5271
+ format?: AttributeFormat | null;
5272
+ system: boolean;
5273
+ readonly: boolean;
5274
+ multiple_values: boolean;
5275
+ permissions: {
5276
+ access_attribute: boolean;
5277
+ edit_value: boolean;
5278
+ };
5279
+ values_list?: {
5280
+ enable: boolean;
5281
+ allowFreeEntry?: boolean | null;
5282
+ allowListUpdate?: boolean | null;
5283
+ dateRangeValues?: Array<{
5284
+ from?: string | null;
5285
+ to?: string | null;
5286
+ }> | null;
5287
+ } | {
5288
+ enable: boolean;
5289
+ allowFreeEntry?: boolean | null;
5290
+ allowListUpdate?: boolean | null;
5291
+ values?: Array<string> | null;
5292
+ } | null;
5293
+ metadata_fields?: Array<{
5294
+ id: string;
5295
+ }> | null;
5296
+ }> | null;
5297
+ } | {
5298
+ id: string;
5299
+ label?: any | null;
5300
+ description?: any | null;
5301
+ type: AttributeType;
5302
+ format?: AttributeFormat | null;
5303
+ system: boolean;
5304
+ readonly: boolean;
5305
+ required: boolean;
5306
+ multiple_values: boolean;
5307
+ compute: boolean;
5308
+ linked_tree?: {
5309
+ id: string;
5310
+ label?: any | null;
5311
+ } | null;
5312
+ treeValuesList?: {
5313
+ enable: boolean;
5314
+ allowFreeEntry?: boolean | null;
5315
+ allowListUpdate?: boolean | null;
5316
+ values?: Array<{
5317
+ id: string;
5318
+ record: {
5319
+ id: string;
5320
+ whoAmI: {
5321
+ id: string;
5322
+ label?: string | null;
5323
+ subLabel?: string | null;
5324
+ color?: string | null;
5325
+ preview?: IPreviewScalar | null;
5326
+ library: {
5327
+ id: string;
5328
+ label?: any | null;
5329
+ };
5330
+ };
5331
+ };
5332
+ ancestors?: Array<{
5333
+ record: {
5334
+ id: string;
5335
+ whoAmI: {
5336
+ id: string;
5337
+ label?: string | null;
5338
+ subLabel?: string | null;
5339
+ color?: string | null;
5340
+ preview?: IPreviewScalar | null;
5341
+ library: {
5342
+ id: string;
5343
+ label?: any | null;
5344
+ };
5345
+ };
5346
+ };
5347
+ }> | null;
5348
+ }> | null;
5349
+ } | null;
5350
+ permissions: {
5351
+ access_attribute: boolean;
5352
+ edit_value: boolean;
5353
+ };
5354
+ versions_conf?: {
5355
+ versionable: boolean;
5356
+ profile?: {
5357
+ id: string;
5358
+ trees: Array<{
5359
+ id: string;
5360
+ label?: any | null;
5361
+ }>;
5362
+ } | null;
5363
+ } | null;
5364
+ metadata_fields?: Array<{
5365
+ id: string;
5366
+ label?: any | null;
5367
+ description?: any | null;
5368
+ type: AttributeType;
5369
+ format?: AttributeFormat | null;
5370
+ system: boolean;
5371
+ readonly: boolean;
5372
+ multiple_values: boolean;
5373
+ permissions: {
5374
+ access_attribute: boolean;
5375
+ edit_value: boolean;
5376
+ };
5377
+ values_list?: {
5378
+ enable: boolean;
5379
+ allowFreeEntry?: boolean | null;
5380
+ allowListUpdate?: boolean | null;
5381
+ dateRangeValues?: Array<{
5382
+ from?: string | null;
5383
+ to?: string | null;
5384
+ }> | null;
5385
+ } | {
5386
+ enable: boolean;
5387
+ allowFreeEntry?: boolean | null;
5388
+ allowListUpdate?: boolean | null;
5389
+ values?: Array<string> | null;
5390
+ } | null;
5391
+ metadata_fields?: Array<{
5392
+ id: string;
5393
+ }> | null;
5394
+ }> | null;
5395
+ };
5396
+ } | null;
4363
5397
  }>;
5398
+ sidePanel?: {
5399
+ enable: boolean;
5400
+ isOpenByDefault?: boolean | null;
5401
+ } | null;
4364
5402
  } | null;
4365
5403
  };
4366
5404
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4785,6 +5823,30 @@ export type RecordUpdateSubscription = {
4785
5823
  }>;
4786
5824
  };
4787
5825
  };
5826
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5827
+ libraryId: Scalars['ID'];
5828
+ pagination?: InputMaybe<RecordsPagination>;
5829
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5830
+ }>;
5831
+ export type GetRecordsFromLibraryQuery = {
5832
+ records: {
5833
+ totalCount?: number | null;
5834
+ list: Array<{
5835
+ id: string;
5836
+ whoAmI: {
5837
+ id: string;
5838
+ label?: string | null;
5839
+ subLabel?: string | null;
5840
+ color?: string | null;
5841
+ preview?: IPreviewScalar | null;
5842
+ library: {
5843
+ id: string;
5844
+ label?: any | null;
5845
+ };
5846
+ };
5847
+ }>;
5848
+ };
5849
+ };
4788
5850
  export type IndexRecordsMutationVariables = Exact<{
4789
5851
  libraryId: Scalars['String'];
4790
5852
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4902,6 +5964,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4902
5964
  treeId: Scalars['ID'];
4903
5965
  node?: InputMaybe<Scalars['ID']>;
4904
5966
  pagination?: InputMaybe<Pagination>;
5967
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4905
5968
  }>;
4906
5969
  export type TreeNodeChildrenQuery = {
4907
5970
  treeNodeChildren: {
@@ -5367,128 +6430,6 @@ export type DeleteValueMutation = {
5367
6430
  } | null> | null;
5368
6431
  }>;
5369
6432
  };
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
6433
  export type SaveValueBatchMutationVariables = Exact<{
5493
6434
  library: Scalars['ID'];
5494
6435
  recordId: Scalars['ID'];
@@ -6089,6 +7030,98 @@ export type SaveViewMutation = {
6089
7030
  }> | null;
6090
7031
  };
6091
7032
  };
7033
+ export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
7034
+ library: Scalars['String'];
7035
+ }>;
7036
+ export type GetAttributesByLibWithPermissionsQuery = {
7037
+ attributes?: {
7038
+ list: Array<{
7039
+ id: string;
7040
+ type: AttributeType;
7041
+ format?: AttributeFormat | null;
7042
+ label?: any | null;
7043
+ multiple_values: boolean;
7044
+ system: boolean;
7045
+ readonly: boolean;
7046
+ valuesList?: {
7047
+ enable: boolean;
7048
+ allowFreeEntry?: boolean | null;
7049
+ allowListUpdate?: boolean | null;
7050
+ linkedValues?: Array<{
7051
+ id: string;
7052
+ whoAmI: {
7053
+ id: string;
7054
+ label?: string | null;
7055
+ subLabel?: string | null;
7056
+ color?: string | null;
7057
+ preview?: IPreviewScalar | null;
7058
+ library: {
7059
+ id: string;
7060
+ label?: any | null;
7061
+ };
7062
+ };
7063
+ }> | null;
7064
+ } | null;
7065
+ linked_library?: {
7066
+ id: string;
7067
+ } | null;
7068
+ permissions: {
7069
+ access_attribute: boolean;
7070
+ };
7071
+ } | {
7072
+ id: string;
7073
+ type: AttributeType;
7074
+ format?: AttributeFormat | null;
7075
+ label?: any | null;
7076
+ multiple_values: boolean;
7077
+ system: boolean;
7078
+ readonly: boolean;
7079
+ embedded_fields?: Array<{
7080
+ id: string;
7081
+ format?: AttributeFormat | null;
7082
+ label?: any | null;
7083
+ } | null> | null;
7084
+ valuesList?: {
7085
+ enable: boolean;
7086
+ allowFreeEntry?: boolean | null;
7087
+ allowListUpdate?: boolean | null;
7088
+ dateRangeValues?: Array<{
7089
+ from?: string | null;
7090
+ to?: string | null;
7091
+ }> | null;
7092
+ } | {
7093
+ enable: boolean;
7094
+ allowFreeEntry?: boolean | null;
7095
+ allowListUpdate?: boolean | null;
7096
+ values?: Array<string> | null;
7097
+ } | null;
7098
+ permissions: {
7099
+ access_attribute: boolean;
7100
+ };
7101
+ } | {
7102
+ id: string;
7103
+ type: AttributeType;
7104
+ format?: AttributeFormat | null;
7105
+ label?: any | null;
7106
+ multiple_values: boolean;
7107
+ system: boolean;
7108
+ readonly: boolean;
7109
+ linked_tree?: {
7110
+ id: string;
7111
+ label?: any | null;
7112
+ libraries: Array<{
7113
+ library: {
7114
+ id: string;
7115
+ label?: any | null;
7116
+ };
7117
+ }>;
7118
+ } | null;
7119
+ permissions: {
7120
+ access_attribute: boolean;
7121
+ };
7122
+ }>;
7123
+ } | null;
7124
+ };
6092
7125
  export type ExplorerAttributesQueryVariables = Exact<{
6093
7126
  ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6094
7127
  }>;
@@ -6099,15 +7132,58 @@ export type ExplorerAttributesQuery = {
6099
7132
  type: AttributeType;
6100
7133
  format?: AttributeFormat | null;
6101
7134
  label?: any | null;
6102
- linked_library?: {
7135
+ linked_library?: {
7136
+ id: string;
7137
+ label?: any | null;
7138
+ } | null;
7139
+ valuesList?: {
7140
+ allowFreeEntry?: boolean | null;
7141
+ enable: boolean;
7142
+ linkedValues?: Array<{
7143
+ id: string;
7144
+ whoAmI: {
7145
+ id: string;
7146
+ label?: string | null;
7147
+ library: {
7148
+ id: string;
7149
+ };
7150
+ };
7151
+ }> | null;
7152
+ } | null;
7153
+ permissions: {
7154
+ access_attribute: boolean;
7155
+ };
7156
+ } | {
7157
+ id: string;
7158
+ type: AttributeType;
7159
+ format?: AttributeFormat | null;
7160
+ label?: any | null;
7161
+ embedded_fields?: Array<{
7162
+ id: string;
7163
+ format?: AttributeFormat | null;
7164
+ label?: any | null;
7165
+ } | null> | null;
7166
+ valuesList?: {
7167
+ enable: boolean;
7168
+ allowFreeEntry?: boolean | null;
7169
+ allowListUpdate?: boolean | null;
7170
+ values?: Array<string> | null;
7171
+ } | null;
7172
+ permissions: {
7173
+ access_attribute: boolean;
7174
+ };
7175
+ } | {
7176
+ id: string;
7177
+ type: AttributeType;
7178
+ format?: AttributeFormat | null;
7179
+ label?: any | null;
7180
+ linked_tree?: {
6103
7181
  id: string;
6104
7182
  label?: any | null;
6105
7183
  } | null;
6106
- } | {
6107
- id: string;
6108
- type: AttributeType;
6109
- format?: AttributeFormat | null;
6110
- label?: any | null;
7184
+ permissions: {
7185
+ access_attribute: boolean;
7186
+ };
6111
7187
  }>;
6112
7188
  } | null;
6113
7189
  };
@@ -6118,15 +7194,50 @@ export type ExplorerLinkAttributeQuery = {
6118
7194
  attributes?: {
6119
7195
  list: Array<{
6120
7196
  label?: any | null;
7197
+ type: AttributeType;
6121
7198
  id: string;
6122
7199
  multiple_values: boolean;
6123
7200
  linked_library?: {
6124
7201
  id: string;
6125
7202
  label?: any | null;
6126
7203
  } | null;
7204
+ valuesList?: {
7205
+ allowFreeEntry?: boolean | null;
7206
+ enable: boolean;
7207
+ linkedValues?: Array<{
7208
+ id: string;
7209
+ whoAmI: {
7210
+ id: string;
7211
+ label?: string | null;
7212
+ library: {
7213
+ id: string;
7214
+ };
7215
+ };
7216
+ }> | null;
7217
+ } | null;
7218
+ permissions: {
7219
+ access_attribute: boolean;
7220
+ edit_value: boolean;
7221
+ };
7222
+ } | {
7223
+ id: string;
7224
+ multiple_values: boolean;
7225
+ permissions: {
7226
+ access_attribute: boolean;
7227
+ edit_value: boolean;
7228
+ };
6127
7229
  } | {
7230
+ label?: any | null;
6128
7231
  id: string;
6129
7232
  multiple_values: boolean;
7233
+ linked_tree?: {
7234
+ id: string;
7235
+ label?: any | null;
7236
+ } | null;
7237
+ permissions: {
7238
+ access_attribute: boolean;
7239
+ edit_value: boolean;
7240
+ };
6130
7241
  }>;
6131
7242
  } | null;
6132
7243
  };
@@ -6143,6 +7254,7 @@ export type ExplorerLibraryDataQuery = {
6143
7254
  totalCount?: number | null;
6144
7255
  list: Array<{
6145
7256
  id: string;
7257
+ active: boolean;
6146
7258
  whoAmI: {
6147
7259
  id: string;
6148
7260
  label?: string | null;
@@ -6154,6 +7266,10 @@ export type ExplorerLibraryDataQuery = {
6154
7266
  label?: any | null;
6155
7267
  };
6156
7268
  };
7269
+ permissions: {
7270
+ create_record: boolean;
7271
+ delete_record: boolean;
7272
+ };
6157
7273
  properties: Array<{
6158
7274
  attributeId: string;
6159
7275
  attributeProperties: {
@@ -6162,6 +7278,7 @@ export type ExplorerLibraryDataQuery = {
6162
7278
  type: AttributeType;
6163
7279
  format?: AttributeFormat | null;
6164
7280
  multiple_values: boolean;
7281
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6165
7282
  };
6166
7283
  values: Array<{
6167
7284
  linkPayload?: {
@@ -6242,6 +7359,7 @@ export type ExplorerLinkDataQuery = {
6242
7359
  type: AttributeType;
6243
7360
  format?: AttributeFormat | null;
6244
7361
  multiple_values: boolean;
7362
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6245
7363
  };
6246
7364
  values: Array<{
6247
7365
  linkPayload?: {
@@ -6308,15 +7426,24 @@ export type GetLibraryAttributesQuery = {
6308
7426
  label?: any | null;
6309
7427
  }> | null;
6310
7428
  } | null;
7429
+ permissions: {
7430
+ access_attribute: boolean;
7431
+ };
6311
7432
  } | {
6312
7433
  format?: AttributeFormat | null;
6313
7434
  id: string;
6314
7435
  type: AttributeType;
6315
7436
  label?: any | null;
7437
+ permissions: {
7438
+ access_attribute: boolean;
7439
+ };
6316
7440
  } | {
6317
7441
  id: string;
6318
7442
  type: AttributeType;
6319
7443
  label?: any | null;
7444
+ permissions: {
7445
+ access_attribute: boolean;
7446
+ };
6320
7447
  }> | null;
6321
7448
  }>;
6322
7449
  } | null;
@@ -6446,13 +7573,18 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6446
7573
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6447
7574
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6448
7575
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7576
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6449
7577
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6450
7578
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6451
7579
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6452
7580
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6453
7581
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6454
7582
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7583
+ export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7584
+ export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6455
7585
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7586
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7587
+ export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6456
7588
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6457
7589
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6458
7590
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -6484,8 +7616,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6484
7616
  id?: InputMaybe<Scalars["ID"]>;
6485
7617
  endpoint?: InputMaybe<Scalars["String"]>;
6486
7618
  }>>;
7619
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7620
+ id?: InputMaybe<Scalars["ID"]>;
7621
+ endpoint?: InputMaybe<Scalars["String"]>;
7622
+ }>>;
6487
7623
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6488
7624
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7625
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6489
7626
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6490
7627
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6491
7628
  /**
@@ -6510,8 +7647,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6510
7647
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6511
7648
  id: Scalars["ID"];
6512
7649
  }>>;
7650
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7651
+ id: Scalars["ID"];
7652
+ }>>;
6513
7653
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6514
7654
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7655
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6515
7656
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6516
7657
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6517
7658
  /**
@@ -6535,8 +7676,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6535
7676
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6536
7677
  [key: string]: never;
6537
7678
  }>>;
7679
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7680
+ [key: string]: never;
7681
+ }>>;
6538
7682
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6539
7683
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7684
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6540
7685
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6541
7686
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6542
7687
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6586,8 +7731,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6586
7731
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6587
7732
  id: Scalars["ID"];
6588
7733
  }>>;
7734
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7735
+ id: Scalars["ID"];
7736
+ }>>;
6589
7737
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6590
7738
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7739
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6591
7740
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6592
7741
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6593
7742
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6637,8 +7786,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6637
7786
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6638
7787
  id?: InputMaybe<Scalars["ID"]>;
6639
7788
  }>>;
7789
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7790
+ id?: InputMaybe<Scalars["ID"]>;
7791
+ }>>;
6640
7792
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6641
7793
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7794
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6642
7795
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6643
7796
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6644
7797
  /**
@@ -6663,8 +7816,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6663
7816
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6664
7817
  library: Scalars["String"];
6665
7818
  }>>;
7819
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7820
+ library: Scalars["String"];
7821
+ }>>;
6666
7822
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6667
7823
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7824
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6668
7825
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6669
7826
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6670
7827
  /**
@@ -6695,8 +7852,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6695
7852
  sort?: InputMaybe<SortAttributes>;
6696
7853
  filters?: InputMaybe<AttributesFiltersInput>;
6697
7854
  }>>;
7855
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7856
+ pagination?: InputMaybe<Pagination>;
7857
+ sort?: InputMaybe<SortAttributes>;
7858
+ filters?: InputMaybe<AttributesFiltersInput>;
7859
+ }>>;
6698
7860
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6699
7861
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7862
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6700
7863
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6701
7864
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6702
7865
  /**
@@ -6724,8 +7887,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6724
7887
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6725
7888
  sort?: InputMaybe<SortVersionProfilesInput>;
6726
7889
  }>>;
7890
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7891
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7892
+ sort?: InputMaybe<SortVersionProfilesInput>;
7893
+ }>>;
6727
7894
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6728
7895
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7896
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6729
7897
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6730
7898
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6731
7899
  /**
@@ -6750,8 +7918,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6750
7918
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6751
7919
  libraryId: Scalars["String"];
6752
7920
  }>>;
7921
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
7922
+ libraryId: Scalars["String"];
7923
+ }>>;
6753
7924
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6754
7925
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
7926
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6755
7927
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6756
7928
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6757
7929
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6807,8 +7979,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6807
7979
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6808
7980
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6809
7981
  }>>;
7982
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
7983
+ library: Scalars["ID"];
7984
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7985
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
7986
+ }>>;
6810
7987
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6811
7988
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
7989
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6812
7990
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6813
7991
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6814
7992
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -6898,8 +8076,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
6898
8076
  library: Scalars["ID"];
6899
8077
  directoryId: Scalars["String"];
6900
8078
  }>>;
8079
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
8080
+ library: Scalars["ID"];
8081
+ directoryId: Scalars["String"];
8082
+ }>>;
6901
8083
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6902
8084
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
8085
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
6903
8086
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6904
8087
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6905
8088
  /**
@@ -7004,8 +8187,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7004
8187
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7005
8188
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7006
8189
  }>>;
8190
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8191
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8192
+ }>>;
7007
8193
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7008
8194
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8195
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7009
8196
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7010
8197
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7011
8198
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7054,8 +8241,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7054
8241
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7055
8242
  [key: string]: never;
7056
8243
  }>>;
8244
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8245
+ [key: string]: never;
8246
+ }>>;
7057
8247
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7058
8248
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8249
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7059
8250
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7060
8251
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7061
8252
  /**
@@ -7080,8 +8271,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7080
8271
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7081
8272
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7082
8273
  }>>;
8274
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8275
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8276
+ }>>;
7083
8277
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7084
8278
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8279
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7085
8280
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7086
8281
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7087
8282
  /**
@@ -7106,8 +8301,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7106
8301
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7107
8302
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7108
8303
  }>>;
8304
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8305
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8306
+ }>>;
7109
8307
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7110
8308
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8309
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7111
8310
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7112
8311
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7113
8312
  /**
@@ -7132,8 +8331,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7132
8331
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7133
8332
  id: Scalars["ID"];
7134
8333
  }>>;
8334
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8335
+ id: Scalars["ID"];
8336
+ }>>;
7135
8337
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7136
8338
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8339
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7137
8340
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7138
8341
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7139
8342
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7192,9 +8395,70 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7192
8395
  applyTo?: InputMaybe<Scalars["ID"]>;
7193
8396
  target?: InputMaybe<PermissionTarget>;
7194
8397
  }>>;
8398
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8399
+ type: PermissionTypes;
8400
+ actions: Array<PermissionsActions> | PermissionsActions;
8401
+ applyTo?: InputMaybe<Scalars["ID"]>;
8402
+ target?: InputMaybe<PermissionTarget>;
8403
+ }>>;
7195
8404
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7196
8405
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8406
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7197
8407
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8408
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8409
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8410
+ /**
8411
+ * __useActivateRecordsMutation__
8412
+ *
8413
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8414
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8415
+ * - A mutate function that you can call at any time to execute the mutation
8416
+ * - An object with fields that represent the current status of the mutation's execution
8417
+ *
8418
+ * @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;
8419
+ *
8420
+ * @example
8421
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8422
+ * variables: {
8423
+ * libraryId: // value for 'libraryId'
8424
+ * recordsIds: // value for 'recordsIds'
8425
+ * filters: // value for 'filters'
8426
+ * },
8427
+ * });
8428
+ */
8429
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8430
+ libraryId: Scalars["String"];
8431
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8432
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8433
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8434
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8435
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8436
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8437
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8438
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8439
+ /**
8440
+ * __useCreateEmptyRecordMutation__
8441
+ *
8442
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8443
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8444
+ * - A mutate function that you can call at any time to execute the mutation
8445
+ * - An object with fields that represent the current status of the mutation's execution
8446
+ *
8447
+ * @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;
8448
+ *
8449
+ * @example
8450
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8451
+ * variables: {
8452
+ * library: // value for 'library'
8453
+ * },
8454
+ * });
8455
+ */
8456
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8457
+ library: Scalars["ID"];
8458
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8459
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8460
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8461
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
7198
8462
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7199
8463
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7200
8464
  /**
@@ -7280,8 +8544,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7280
8544
  treeId: Scalars["ID"];
7281
8545
  filename: Scalars["String"];
7282
8546
  }>>;
8547
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8548
+ parentNode?: InputMaybe<Scalars["ID"]>;
8549
+ treeId: Scalars["ID"];
8550
+ filename: Scalars["String"];
8551
+ }>>;
7283
8552
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7284
8553
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8554
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7285
8555
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7286
8556
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7287
8557
  /**
@@ -7312,8 +8582,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7312
8582
  fileId: Scalars["String"];
7313
8583
  previewsStatusAttribute: Scalars["ID"];
7314
8584
  }>>;
8585
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8586
+ library: Scalars["ID"];
8587
+ fileId: Scalars["String"];
8588
+ previewsStatusAttribute: Scalars["ID"];
8589
+ }>>;
7315
8590
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7316
8591
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8592
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7317
8593
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7318
8594
  export declare const RecordFormDocument: Apollo.DocumentNode;
7319
8595
  /**
@@ -7347,8 +8623,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7347
8623
  recordId?: InputMaybe<Scalars["String"]>;
7348
8624
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7349
8625
  }>>;
8626
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8627
+ libraryId: Scalars["String"];
8628
+ formId: Scalars["String"];
8629
+ recordId?: InputMaybe<Scalars["String"]>;
8630
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8631
+ }>>;
7350
8632
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7351
8633
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8634
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7352
8635
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7353
8636
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7354
8637
  /**
@@ -7372,6 +8655,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7372
8655
  }>>;
7373
8656
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7374
8657
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8658
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8659
+ /**
8660
+ * __useGetRecordsFromLibraryQuery__
8661
+ *
8662
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8663
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8664
+ * you can use to render your UI.
8665
+ *
8666
+ * @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;
8667
+ *
8668
+ * @example
8669
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8670
+ * variables: {
8671
+ * libraryId: // value for 'libraryId'
8672
+ * pagination: // value for 'pagination'
8673
+ * filters: // value for 'filters'
8674
+ * },
8675
+ * });
8676
+ */
8677
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8678
+ libraryId: Scalars["ID"];
8679
+ pagination?: InputMaybe<RecordsPagination>;
8680
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8681
+ }>>;
8682
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8683
+ libraryId: Scalars["ID"];
8684
+ pagination?: InputMaybe<RecordsPagination>;
8685
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8686
+ }>>;
8687
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8688
+ libraryId: Scalars["ID"];
8689
+ pagination?: InputMaybe<RecordsPagination>;
8690
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8691
+ }>>;
8692
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8693
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8694
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8695
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7375
8696
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7376
8697
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7377
8698
  /**
@@ -7447,8 +8768,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7447
8768
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7448
8769
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7449
8770
  }>>;
8771
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8772
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8773
+ }>>;
7450
8774
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7451
8775
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8776
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7452
8777
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7453
8778
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7454
8779
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7498,8 +8823,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7498
8823
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7499
8824
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
8825
  }>>;
8826
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8827
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8828
+ }>>;
7501
8829
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7502
8830
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8831
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7503
8832
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7504
8833
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7505
8834
  /**
@@ -7527,8 +8856,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7527
8856
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7528
8857
  library?: InputMaybe<Scalars["String"]>;
7529
8858
  }>>;
8859
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
8860
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8861
+ library?: InputMaybe<Scalars["String"]>;
8862
+ }>>;
7530
8863
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7531
8864
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
8865
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7532
8866
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7533
8867
  export declare const GetTreesDocument: Apollo.DocumentNode;
7534
8868
  /**
@@ -7552,8 +8886,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7552
8886
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7553
8887
  [key: string]: never;
7554
8888
  }>>;
8889
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
8890
+ [key: string]: never;
8891
+ }>>;
7555
8892
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7556
8893
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
8894
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7557
8895
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7558
8896
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7559
8897
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7596,6 +8934,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7596
8934
  * treeId: // value for 'treeId'
7597
8935
  * node: // value for 'node'
7598
8936
  * pagination: // value for 'pagination'
8937
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7599
8938
  * },
7600
8939
  * });
7601
8940
  */
@@ -7603,14 +8942,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7603
8942
  treeId: Scalars["ID"];
7604
8943
  node?: InputMaybe<Scalars["ID"]>;
7605
8944
  pagination?: InputMaybe<Pagination>;
8945
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7606
8946
  }>>;
7607
8947
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7608
8948
  treeId: Scalars["ID"];
7609
8949
  node?: InputMaybe<Scalars["ID"]>;
7610
8950
  pagination?: InputMaybe<Pagination>;
8951
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
8952
+ }>>;
8953
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
8954
+ treeId: Scalars["ID"];
8955
+ node?: InputMaybe<Scalars["ID"]>;
8956
+ pagination?: InputMaybe<Pagination>;
8957
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7611
8958
  }>>;
7612
8959
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7613
8960
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
8961
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7614
8962
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7615
8963
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7616
8964
  /**
@@ -7638,8 +8986,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7638
8986
  keys: Array<Scalars["String"]> | Scalars["String"];
7639
8987
  global?: InputMaybe<Scalars["Boolean"]>;
7640
8988
  }>>;
8989
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
8990
+ keys: Array<Scalars["String"]> | Scalars["String"];
8991
+ global?: InputMaybe<Scalars["Boolean"]>;
8992
+ }>>;
7641
8993
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7642
8994
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
8995
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7643
8996
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7644
8997
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7645
8998
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7701,38 +9054,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7701
9054
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7702
9055
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7703
9056
  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
9057
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7737
9058
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7738
9059
  /**
@@ -7814,8 +9135,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7814
9135
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7815
9136
  viewId: Scalars["String"];
7816
9137
  }>>;
9138
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9139
+ viewId: Scalars["String"];
9140
+ }>>;
7817
9141
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7818
9142
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9143
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7819
9144
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7820
9145
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7821
9146
  /**
@@ -7840,8 +9165,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7840
9165
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7841
9166
  libraryId: Scalars["String"];
7842
9167
  }>>;
9168
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9169
+ libraryId: Scalars["String"];
9170
+ }>>;
7843
9171
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7844
9172
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9173
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
7845
9174
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7846
9175
  export declare const SaveViewDocument: Apollo.DocumentNode;
7847
9176
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -7868,6 +9197,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
7868
9197
  export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7869
9198
  export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7870
9199
  export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
9200
+ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
9201
+ /**
9202
+ * __useGetAttributesByLibWithPermissionsQuery__
9203
+ *
9204
+ * To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
9205
+ * When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
9206
+ * you can use to render your UI.
9207
+ *
9208
+ * @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;
9209
+ *
9210
+ * @example
9211
+ * const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
9212
+ * variables: {
9213
+ * library: // value for 'library'
9214
+ * },
9215
+ * });
9216
+ */
9217
+ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9218
+ library: Scalars["String"];
9219
+ }>>;
9220
+ export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
9221
+ library: Scalars["String"];
9222
+ }>>;
9223
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9224
+ library: Scalars["String"];
9225
+ }>>;
9226
+ export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
9227
+ export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9228
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
9229
+ export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
7871
9230
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7872
9231
  /**
7873
9232
  * __useExplorerAttributesQuery__
@@ -7891,8 +9250,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
7891
9250
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7892
9251
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7893
9252
  }>>;
9253
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9254
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9255
+ }>>;
7894
9256
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7895
9257
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9258
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
7896
9259
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7897
9260
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7898
9261
  /**
@@ -7917,8 +9280,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
7917
9280
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7918
9281
  id: Scalars["ID"];
7919
9282
  }>>;
9283
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9284
+ id: Scalars["ID"];
9285
+ }>>;
7920
9286
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7921
9287
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9288
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
7922
9289
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7923
9290
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7924
9291
  /**
@@ -7958,8 +9325,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
7958
9325
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7959
9326
  searchQuery?: InputMaybe<Scalars["String"]>;
7960
9327
  }>>;
9328
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9329
+ libraryId: Scalars["ID"];
9330
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9331
+ pagination?: InputMaybe<RecordsPagination>;
9332
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9333
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9334
+ searchQuery?: InputMaybe<Scalars["String"]>;
9335
+ }>>;
7961
9336
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7962
9337
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9338
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
7963
9339
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7964
9340
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7965
9341
  /**
@@ -7993,8 +9369,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
7993
9369
  parentRecordId?: InputMaybe<Scalars["String"]>;
7994
9370
  linkAttributeId: Scalars["ID"];
7995
9371
  }>>;
9372
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9373
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9374
+ parentLibraryId: Scalars["ID"];
9375
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9376
+ linkAttributeId: Scalars["ID"];
9377
+ }>>;
7996
9378
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7997
9379
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9380
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
7998
9381
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7999
9382
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8000
9383
  /**
@@ -8019,8 +9402,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8019
9402
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8020
9403
  libraryId: Scalars["ID"];
8021
9404
  }>>;
9405
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9406
+ libraryId: Scalars["ID"];
9407
+ }>>;
8022
9408
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8023
9409
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9410
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8024
9411
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8025
9412
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8026
9413
  /**
@@ -8045,8 +9432,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8045
9432
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8046
9433
  libraryId: Scalars["ID"];
8047
9434
  }>>;
9435
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9436
+ libraryId: Scalars["ID"];
9437
+ }>>;
8048
9438
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8049
9439
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9440
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8050
9441
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8051
9442
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8052
9443
  /**
@@ -8074,8 +9465,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8074
9465
  libraryId: Scalars["ID"];
8075
9466
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8076
9467
  }>>;
9468
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9469
+ libraryId: Scalars["ID"];
9470
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9471
+ }>>;
8077
9472
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8078
9473
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9474
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8079
9475
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8080
9476
  export declare const MeDocument: Apollo.DocumentNode;
8081
9477
  /**
@@ -8099,8 +9495,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8099
9495
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8100
9496
  [key: string]: never;
8101
9497
  }>>;
9498
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9499
+ [key: string]: never;
9500
+ }>>;
8102
9501
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8103
9502
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9503
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8104
9504
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8105
9505
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8106
9506
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8150,6 +9550,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8150
9550
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8151
9551
  treeId: Scalars["ID"];
8152
9552
  }>>;
9553
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9554
+ treeId: Scalars["ID"];
9555
+ }>>;
8153
9556
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8154
9557
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9558
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8155
9559
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;