@leav/ui 0.4.0-c0da988 → 0.4.0-c3ee29dd

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 (304) 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/_gqlTypes/index.d.ts +1326 -231
  5. package/dist/_gqlTypes/index.js +337 -42
  6. package/dist/_gqlTypes/index.js.map +1 -1
  7. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
  8. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  9. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  10. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  11. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  12. package/dist/_queries/records/getRecordFormQuery.js +13 -0
  13. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  14. package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
  15. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  16. package/dist/_utils/attributeType.d.ts +2 -1
  17. package/dist/_utils/attributeType.js +2 -1
  18. package/dist/_utils/attributeType.js.map +1 -1
  19. package/dist/components/CreateDirectory/CreateDirectory.js +3 -3
  20. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  21. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  22. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  23. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  24. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  25. package/dist/components/Explorer/DataView.d.ts +2 -1
  26. package/dist/components/Explorer/DataView.js +21 -12
  27. package/dist/components/Explorer/DataView.js.map +1 -1
  28. package/dist/components/Explorer/Explorer.d.ts +9 -6
  29. package/dist/components/Explorer/Explorer.js +22 -11
  30. package/dist/components/Explorer/Explorer.js.map +1 -1
  31. package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
  32. package/dist/components/Explorer/ExplorerToolbar.js +5 -4
  33. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  34. package/dist/components/Explorer/TableCell.js +22 -11
  35. package/dist/components/Explorer/TableCell.js.map +1 -1
  36. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
  37. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +82 -31
  38. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  39. package/dist/components/Explorer/_queries/useExplorerData.js +35 -26
  40. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  41. package/dist/components/Explorer/_types.d.ts +41 -5
  42. package/dist/components/Explorer/_types.js +1 -0
  43. package/dist/components/Explorer/_types.js.map +1 -1
  44. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  45. package/dist/components/Explorer/actions-item/useEditItemAction.js +2 -1
  46. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  47. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +2 -2
  48. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +71 -24
  49. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  50. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
  51. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
  52. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
  53. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +5 -1
  54. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +20 -22
  55. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  56. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
  57. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
  58. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  59. package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
  60. package/dist/components/Explorer/link-item/LinkModal.js +44 -4
  61. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  62. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
  63. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  64. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +26 -2
  65. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  66. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +10 -7
  67. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  68. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  69. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  70. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +5 -1
  71. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  72. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  73. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  74. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  75. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  76. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +2 -0
  77. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +31 -4
  78. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  79. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +19 -8
  80. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  81. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +3 -2
  82. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  83. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
  84. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +38 -12
  85. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  86. package/dist/components/Explorer/useColumnWidth.js +2 -1
  87. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  88. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  89. package/dist/components/Explorer/useLoadView.js +32 -38
  90. package/dist/components/Explorer/useLoadView.js.map +1 -1
  91. package/dist/components/Explorer/usePagination.d.ts +2 -1
  92. package/dist/components/Explorer/usePagination.js.map +1 -1
  93. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  94. package/dist/components/Explorer/useSearchInput.js +4 -1
  95. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  96. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  97. package/dist/components/Explorer/useViewSettingsReducer.js +31 -16
  98. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  99. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  100. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  101. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  102. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  103. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  104. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  105. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  106. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  107. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  108. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  109. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +3 -5
  110. package/dist/components/RecordEdition/EditRecord/EditRecord.js +84 -249
  111. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  112. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  113. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  114. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  115. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  116. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  117. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  118. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  119. package/dist/components/{SelectTreeNodeModal → RecordEdition/EditRecordButtons}/index.js +2 -1
  120. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  121. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -2
  122. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +13 -11
  123. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  124. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +2 -5
  125. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  126. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  127. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  128. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  129. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  130. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  131. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  132. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  133. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  134. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  135. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
  136. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  137. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +2 -2
  138. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +11 -35
  139. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  140. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  141. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  142. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  143. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
  144. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
  145. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  146. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  147. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.js → link-record/useLinkRecords.js} +19 -49
  148. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  149. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +1 -0
  150. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -1
  151. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +19 -15
  152. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  153. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +3 -3
  154. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  155. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  156. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
  157. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +19 -24
  158. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  159. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +2 -1
  160. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +2 -2
  161. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -1
  162. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +4 -4
  163. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  164. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  165. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +16 -4
  166. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -13
  167. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
  168. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +4 -2
  169. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +49 -62
  170. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
  171. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
  172. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
  173. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
  174. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +3 -0
  175. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +68 -52
  176. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  177. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  178. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +27 -9
  179. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  180. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  181. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  182. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  183. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +13 -12
  184. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  185. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  186. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  187. package/dist/components/RecordEdition/constants.d.ts +2 -0
  188. package/dist/components/RecordEdition/constants.js +6 -0
  189. package/dist/components/RecordEdition/constants.js.map +1 -0
  190. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +27 -1
  191. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +43 -2
  192. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  193. package/dist/components/RecordEdition/index.d.ts +3 -0
  194. package/dist/components/RecordEdition/index.js +3 -0
  195. package/dist/components/RecordEdition/index.js.map +1 -1
  196. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +4 -1
  197. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
  198. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  199. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +7 -3
  200. package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
  201. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  202. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +5 -1
  203. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +70 -56
  204. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  205. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  206. package/dist/components/SelectTreeNode/_types.js +2 -0
  207. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  208. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  209. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +4 -2
  210. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  211. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  212. package/dist/components/{RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → SelectTreeNodeModalOld}/index.js +1 -2
  213. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  214. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
  215. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  216. package/dist/components/UploadFiles/UploadFiles.js +3 -3
  217. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  218. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  219. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  220. package/dist/components/index.d.ts +1 -2
  221. package/dist/components/index.js +1 -2
  222. package/dist/components/index.js.map +1 -1
  223. package/dist/contexts/LangContext/LangContext.d.ts +1 -2
  224. package/dist/contexts/LangContext/LangContext.js +2 -2
  225. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  226. package/dist/hooks/index.d.ts +3 -0
  227. package/dist/hooks/index.js +3 -0
  228. package/dist/hooks/index.js.map +1 -1
  229. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  230. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
  231. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  232. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  233. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  234. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  235. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  236. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  237. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  238. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  239. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  240. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  241. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  242. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  243. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  244. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  245. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  246. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  247. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  248. package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
  249. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  250. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  251. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  252. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  253. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  254. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  255. package/dist/locales/en/shared.json +11 -2
  256. package/dist/locales/fr/shared.json +10 -1
  257. package/dist/types/attributes.d.ts +2 -1
  258. package/package.json +23 -8
  259. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  260. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  261. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  262. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  263. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  264. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  265. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  266. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  267. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
  270. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
  271. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
  272. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
  273. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
  274. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
  275. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
  276. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
  277. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
  278. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
  279. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
  280. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
  281. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
  282. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
  283. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
  284. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
  285. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
  286. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
  287. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
  288. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
  289. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
  290. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +0 -26
  291. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
  292. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
  293. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
  294. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
  295. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  296. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  297. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  298. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  299. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  300. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
  301. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +0 -1
  302. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  303. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  304. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
@@ -136,11 +136,13 @@ export type AttributeInput = {
136
136
  linked_library?: InputMaybe<Scalars['String']>;
137
137
  linked_tree?: InputMaybe<Scalars['String']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
+ multi_link_display_option?: InputMaybe<MultiLinkDisplayOption>;
139
140
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
141
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
142
  readonly?: InputMaybe<Scalars['Boolean']>;
142
143
  required?: InputMaybe<Scalars['Boolean']>;
143
144
  reverse_link?: InputMaybe<Scalars['String']>;
145
+ settings?: InputMaybe<Scalars['JSONObject']>;
144
146
  type?: InputMaybe<AttributeType>;
145
147
  unique?: InputMaybe<Scalars['Boolean']>;
146
148
  values_list?: InputMaybe<ValuesListConfInput>;
@@ -181,6 +183,20 @@ export declare enum AvailableLanguage {
181
183
  en = "en",
182
184
  fr = "fr"
183
185
  }
186
+ export type CampaignToRenew = {
187
+ category: Scalars['String'];
188
+ endDate: Scalars['String'];
189
+ id: Scalars['String'];
190
+ label: Scalars['String'];
191
+ startDate: Scalars['String'];
192
+ thematics: Array<InputMaybe<Scalars['String']>>;
193
+ type: Scalars['String'];
194
+ };
195
+ export type ChildrenAsRecordValuePermissionFilterInput = {
196
+ action: RecordPermissionsActions;
197
+ attributeId: Scalars['ID'];
198
+ libraryId: Scalars['ID'];
199
+ };
184
200
  export type CreateRecordDataInput = {
185
201
  values?: InputMaybe<Array<ValueBatchInput>>;
186
202
  version?: InputMaybe<Array<ValueVersionInput>>;
@@ -246,6 +262,11 @@ export type FormInput = {
246
262
  id: Scalars['ID'];
247
263
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
264
  library: Scalars['ID'];
265
+ sidePanel?: InputMaybe<FormSidePanelInput>;
266
+ };
267
+ export type FormSidePanelInput = {
268
+ enable: Scalars['Boolean'];
269
+ isOpenByDefault: Scalars['Boolean'];
249
270
  };
250
271
  export declare enum FormsSortableFields {
251
272
  id = "id",
@@ -261,6 +282,7 @@ export type GlobalSettingsInput = {
261
282
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
283
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
284
  name?: InputMaybe<Scalars['String']>;
285
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
286
  };
265
287
  export declare enum IoTypes {
266
288
  boolean = "boolean",
@@ -292,6 +314,7 @@ export declare enum LibrariesSortableFields {
292
314
  export declare enum LibraryBehavior {
293
315
  directories = "directories",
294
316
  files = "files",
317
+ join = "join",
295
318
  standard = "standard"
296
319
  }
297
320
  export type LibraryIconInput = {
@@ -306,9 +329,11 @@ export type LibraryInput = {
306
329
  icon?: InputMaybe<LibraryIconInput>;
307
330
  id: Scalars['ID'];
308
331
  label?: InputMaybe<Scalars['SystemTranslation']>;
332
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
333
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
334
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
335
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
336
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
337
  };
313
338
  export type LibraryPreviewsSettingsInput = {
314
339
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +414,11 @@ export type LogTopicRecordFilterInput = {
389
414
  id?: InputMaybe<Scalars['String']>;
390
415
  libraryId?: InputMaybe<Scalars['String']>;
391
416
  };
417
+ export declare enum MultiLinkDisplayOption {
418
+ avatar = "avatar",
419
+ badge_qty = "badge_qty",
420
+ tag = "tag"
421
+ }
392
422
  export type Pagination = {
393
423
  limit: Scalars['Int'];
394
424
  offset: Scalars['Int'];
@@ -431,6 +461,7 @@ export declare enum PermissionsActions {
431
461
  admin_access_applications = "admin_access_applications",
432
462
  admin_access_attributes = "admin_access_attributes",
433
463
  admin_access_libraries = "admin_access_libraries",
464
+ admin_access_logs = "admin_access_logs",
434
465
  admin_access_permissions = "admin_access_permissions",
435
466
  admin_access_tasks = "admin_access_tasks",
436
467
  admin_access_trees = "admin_access_trees",
@@ -458,6 +489,7 @@ export declare enum PermissionsActions {
458
489
  admin_edit_permission = "admin_edit_permission",
459
490
  admin_edit_tree = "admin_edit_tree",
460
491
  admin_edit_version_profile = "admin_edit_version_profile",
492
+ admin_import_config_clear_database = "admin_import_config_clear_database",
461
493
  admin_library = "admin_library",
462
494
  admin_manage_global_preferences = "admin_manage_global_preferences",
463
495
  create_record = "create_record",
@@ -537,6 +569,12 @@ export type RecordInput = {
537
569
  id: Scalars['ID'];
538
570
  library: Scalars['String'];
539
571
  };
572
+ export declare enum RecordPermissionsActions {
573
+ access_record = "access_record",
574
+ create_record = "create_record",
575
+ delete_record = "delete_record",
576
+ edit_record = "edit_record"
577
+ }
540
578
  export type RecordSortInput = {
541
579
  field: Scalars['String'];
542
580
  order: SortOrder;
@@ -640,6 +678,7 @@ export type TreeInput = {
640
678
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
679
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
680
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
681
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
682
  };
644
683
  export type TreeLibraryInput = {
645
684
  library: Scalars['ID'];
@@ -681,11 +720,13 @@ export type ValueBatchInput = {
681
720
  attribute?: InputMaybe<Scalars['ID']>;
682
721
  id_value?: InputMaybe<Scalars['ID']>;
683
722
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
723
+ /** Use "\__empty_value__" to set an empty value */
684
724
  payload?: InputMaybe<Scalars['String']>;
685
725
  };
686
726
  export type ValueInput = {
687
727
  id_value?: InputMaybe<Scalars['ID']>;
688
728
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
729
+ /** Use "\__empty_value__" to set an empty value */
689
730
  payload?: InputMaybe<Scalars['String']>;
690
731
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
732
  };
@@ -823,6 +864,7 @@ export type AttributeDetailsLinkAttributeFragment = {
823
864
  label?: any | null;
824
865
  description?: any | null;
825
866
  multiple_values: boolean;
867
+ multi_link_display_option?: MultiLinkDisplayOption | null;
826
868
  linked_library?: {
827
869
  id: string;
828
870
  label?: any | null;
@@ -860,6 +902,7 @@ export type AttributeDetailsStandardAttributeFragment = {
860
902
  label?: any | null;
861
903
  description?: any | null;
862
904
  multiple_values: boolean;
905
+ multi_link_display_option?: MultiLinkDisplayOption | null;
863
906
  metadata_fields?: Array<{
864
907
  id: string;
865
908
  label?: any | null;
@@ -892,6 +935,7 @@ export type AttributeDetailsTreeAttributeFragment = {
892
935
  label?: any | null;
893
936
  description?: any | null;
894
937
  multiple_values: boolean;
938
+ multi_link_display_option?: MultiLinkDisplayOption | null;
895
939
  linked_tree?: {
896
940
  id: string;
897
941
  label?: any | null;
@@ -1750,6 +1794,261 @@ export type RecordFormElementFragment = {
1750
1794
  key: string;
1751
1795
  value: any;
1752
1796
  }>;
1797
+ joinLibraryContext?: {
1798
+ mandatoryAttribute: {
1799
+ id: string;
1800
+ label?: any | null;
1801
+ description?: any | null;
1802
+ type: AttributeType;
1803
+ format?: AttributeFormat | null;
1804
+ system: boolean;
1805
+ readonly: boolean;
1806
+ required: boolean;
1807
+ multiple_values: boolean;
1808
+ compute: boolean;
1809
+ linked_library?: {
1810
+ id: string;
1811
+ label?: any | null;
1812
+ behavior: LibraryBehavior;
1813
+ permissions?: {
1814
+ create_record: boolean;
1815
+ } | null;
1816
+ } | null;
1817
+ linkValuesList?: {
1818
+ enable: boolean;
1819
+ allowFreeEntry?: boolean | null;
1820
+ allowListUpdate?: boolean | null;
1821
+ values?: Array<{
1822
+ id: string;
1823
+ whoAmI: {
1824
+ id: string;
1825
+ label?: string | null;
1826
+ subLabel?: string | null;
1827
+ color?: string | null;
1828
+ preview?: IPreviewScalar | null;
1829
+ library: {
1830
+ id: string;
1831
+ label?: any | null;
1832
+ };
1833
+ };
1834
+ }> | null;
1835
+ } | null;
1836
+ permissions: {
1837
+ access_attribute: boolean;
1838
+ edit_value: boolean;
1839
+ };
1840
+ versions_conf?: {
1841
+ versionable: boolean;
1842
+ profile?: {
1843
+ id: string;
1844
+ trees: Array<{
1845
+ id: string;
1846
+ label?: any | null;
1847
+ }>;
1848
+ } | null;
1849
+ } | null;
1850
+ metadata_fields?: Array<{
1851
+ id: string;
1852
+ label?: any | null;
1853
+ description?: any | null;
1854
+ type: AttributeType;
1855
+ format?: AttributeFormat | null;
1856
+ system: boolean;
1857
+ readonly: boolean;
1858
+ multiple_values: boolean;
1859
+ permissions: {
1860
+ access_attribute: boolean;
1861
+ edit_value: boolean;
1862
+ };
1863
+ values_list?: {
1864
+ enable: boolean;
1865
+ allowFreeEntry?: boolean | null;
1866
+ allowListUpdate?: boolean | null;
1867
+ dateRangeValues?: Array<{
1868
+ from?: string | null;
1869
+ to?: string | null;
1870
+ }> | null;
1871
+ } | {
1872
+ enable: boolean;
1873
+ allowFreeEntry?: boolean | null;
1874
+ allowListUpdate?: boolean | null;
1875
+ values?: Array<string> | null;
1876
+ } | null;
1877
+ metadata_fields?: Array<{
1878
+ id: string;
1879
+ }> | null;
1880
+ }> | null;
1881
+ } | {
1882
+ character_limit?: number | null;
1883
+ id: string;
1884
+ label?: any | null;
1885
+ description?: any | null;
1886
+ type: AttributeType;
1887
+ format?: AttributeFormat | null;
1888
+ system: boolean;
1889
+ readonly: boolean;
1890
+ required: boolean;
1891
+ multiple_values: boolean;
1892
+ compute: boolean;
1893
+ values_list?: {
1894
+ enable: boolean;
1895
+ allowFreeEntry?: boolean | null;
1896
+ allowListUpdate?: boolean | null;
1897
+ dateRangeValues?: Array<{
1898
+ from?: string | null;
1899
+ to?: string | null;
1900
+ }> | null;
1901
+ } | {
1902
+ enable: boolean;
1903
+ allowFreeEntry?: boolean | null;
1904
+ allowListUpdate?: boolean | null;
1905
+ values?: Array<string> | null;
1906
+ } | null;
1907
+ permissions: {
1908
+ access_attribute: boolean;
1909
+ edit_value: boolean;
1910
+ };
1911
+ versions_conf?: {
1912
+ versionable: boolean;
1913
+ profile?: {
1914
+ id: string;
1915
+ trees: Array<{
1916
+ id: string;
1917
+ label?: any | null;
1918
+ }>;
1919
+ } | null;
1920
+ } | null;
1921
+ metadata_fields?: Array<{
1922
+ id: string;
1923
+ label?: any | null;
1924
+ description?: any | null;
1925
+ type: AttributeType;
1926
+ format?: AttributeFormat | null;
1927
+ system: boolean;
1928
+ readonly: boolean;
1929
+ multiple_values: boolean;
1930
+ permissions: {
1931
+ access_attribute: boolean;
1932
+ edit_value: boolean;
1933
+ };
1934
+ values_list?: {
1935
+ enable: boolean;
1936
+ allowFreeEntry?: boolean | null;
1937
+ allowListUpdate?: boolean | null;
1938
+ dateRangeValues?: Array<{
1939
+ from?: string | null;
1940
+ to?: string | null;
1941
+ }> | null;
1942
+ } | {
1943
+ enable: boolean;
1944
+ allowFreeEntry?: boolean | null;
1945
+ allowListUpdate?: boolean | null;
1946
+ values?: Array<string> | null;
1947
+ } | null;
1948
+ metadata_fields?: Array<{
1949
+ id: string;
1950
+ }> | null;
1951
+ }> | null;
1952
+ } | {
1953
+ id: string;
1954
+ label?: any | null;
1955
+ description?: any | null;
1956
+ type: AttributeType;
1957
+ format?: AttributeFormat | null;
1958
+ system: boolean;
1959
+ readonly: boolean;
1960
+ required: boolean;
1961
+ multiple_values: boolean;
1962
+ compute: boolean;
1963
+ linked_tree?: {
1964
+ id: string;
1965
+ label?: any | null;
1966
+ } | null;
1967
+ treeValuesList?: {
1968
+ enable: boolean;
1969
+ allowFreeEntry?: boolean | null;
1970
+ allowListUpdate?: boolean | null;
1971
+ values?: Array<{
1972
+ id: string;
1973
+ record: {
1974
+ id: string;
1975
+ whoAmI: {
1976
+ id: string;
1977
+ label?: string | null;
1978
+ subLabel?: string | null;
1979
+ color?: string | null;
1980
+ preview?: IPreviewScalar | null;
1981
+ library: {
1982
+ id: string;
1983
+ label?: any | null;
1984
+ };
1985
+ };
1986
+ };
1987
+ ancestors?: Array<{
1988
+ record: {
1989
+ id: string;
1990
+ whoAmI: {
1991
+ id: string;
1992
+ label?: string | null;
1993
+ subLabel?: string | null;
1994
+ color?: string | null;
1995
+ preview?: IPreviewScalar | null;
1996
+ library: {
1997
+ id: string;
1998
+ label?: any | null;
1999
+ };
2000
+ };
2001
+ };
2002
+ }> | null;
2003
+ }> | null;
2004
+ } | null;
2005
+ permissions: {
2006
+ access_attribute: boolean;
2007
+ edit_value: boolean;
2008
+ };
2009
+ versions_conf?: {
2010
+ versionable: boolean;
2011
+ profile?: {
2012
+ id: string;
2013
+ trees: Array<{
2014
+ id: string;
2015
+ label?: any | null;
2016
+ }>;
2017
+ } | null;
2018
+ } | null;
2019
+ metadata_fields?: Array<{
2020
+ id: string;
2021
+ label?: any | null;
2022
+ description?: any | null;
2023
+ type: AttributeType;
2024
+ format?: AttributeFormat | null;
2025
+ system: boolean;
2026
+ readonly: boolean;
2027
+ multiple_values: boolean;
2028
+ permissions: {
2029
+ access_attribute: boolean;
2030
+ edit_value: boolean;
2031
+ };
2032
+ values_list?: {
2033
+ enable: boolean;
2034
+ allowFreeEntry?: boolean | null;
2035
+ allowListUpdate?: boolean | null;
2036
+ dateRangeValues?: Array<{
2037
+ from?: string | null;
2038
+ to?: string | null;
2039
+ }> | null;
2040
+ } | {
2041
+ enable: boolean;
2042
+ allowFreeEntry?: boolean | null;
2043
+ allowListUpdate?: boolean | null;
2044
+ values?: Array<string> | null;
2045
+ } | null;
2046
+ metadata_fields?: Array<{
2047
+ id: string;
2048
+ }> | null;
2049
+ }> | null;
2050
+ };
2051
+ } | null;
1753
2052
  };
1754
2053
  export type ValueDetailsLinkValueFragment = {
1755
2054
  id_value?: string | null;
@@ -2424,6 +2723,261 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2723
  values?: Array<string> | null;
2425
2724
  };
2426
2725
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2726
+ export type JoinLibraryContextFragment = {
2727
+ mandatoryAttribute: {
2728
+ id: string;
2729
+ label?: any | null;
2730
+ description?: any | null;
2731
+ type: AttributeType;
2732
+ format?: AttributeFormat | null;
2733
+ system: boolean;
2734
+ readonly: boolean;
2735
+ required: boolean;
2736
+ multiple_values: boolean;
2737
+ compute: boolean;
2738
+ linked_library?: {
2739
+ id: string;
2740
+ label?: any | null;
2741
+ behavior: LibraryBehavior;
2742
+ permissions?: {
2743
+ create_record: boolean;
2744
+ } | null;
2745
+ } | null;
2746
+ linkValuesList?: {
2747
+ enable: boolean;
2748
+ allowFreeEntry?: boolean | null;
2749
+ allowListUpdate?: boolean | null;
2750
+ values?: Array<{
2751
+ id: string;
2752
+ whoAmI: {
2753
+ id: string;
2754
+ label?: string | null;
2755
+ subLabel?: string | null;
2756
+ color?: string | null;
2757
+ preview?: IPreviewScalar | null;
2758
+ library: {
2759
+ id: string;
2760
+ label?: any | null;
2761
+ };
2762
+ };
2763
+ }> | null;
2764
+ } | null;
2765
+ permissions: {
2766
+ access_attribute: boolean;
2767
+ edit_value: boolean;
2768
+ };
2769
+ versions_conf?: {
2770
+ versionable: boolean;
2771
+ profile?: {
2772
+ id: string;
2773
+ trees: Array<{
2774
+ id: string;
2775
+ label?: any | null;
2776
+ }>;
2777
+ } | null;
2778
+ } | null;
2779
+ metadata_fields?: Array<{
2780
+ id: string;
2781
+ label?: any | null;
2782
+ description?: any | null;
2783
+ type: AttributeType;
2784
+ format?: AttributeFormat | null;
2785
+ system: boolean;
2786
+ readonly: boolean;
2787
+ multiple_values: boolean;
2788
+ permissions: {
2789
+ access_attribute: boolean;
2790
+ edit_value: boolean;
2791
+ };
2792
+ values_list?: {
2793
+ enable: boolean;
2794
+ allowFreeEntry?: boolean | null;
2795
+ allowListUpdate?: boolean | null;
2796
+ dateRangeValues?: Array<{
2797
+ from?: string | null;
2798
+ to?: string | null;
2799
+ }> | null;
2800
+ } | {
2801
+ enable: boolean;
2802
+ allowFreeEntry?: boolean | null;
2803
+ allowListUpdate?: boolean | null;
2804
+ values?: Array<string> | null;
2805
+ } | null;
2806
+ metadata_fields?: Array<{
2807
+ id: string;
2808
+ }> | null;
2809
+ }> | null;
2810
+ } | {
2811
+ character_limit?: number | null;
2812
+ id: string;
2813
+ label?: any | null;
2814
+ description?: any | null;
2815
+ type: AttributeType;
2816
+ format?: AttributeFormat | null;
2817
+ system: boolean;
2818
+ readonly: boolean;
2819
+ required: boolean;
2820
+ multiple_values: boolean;
2821
+ compute: boolean;
2822
+ values_list?: {
2823
+ enable: boolean;
2824
+ allowFreeEntry?: boolean | null;
2825
+ allowListUpdate?: boolean | null;
2826
+ dateRangeValues?: Array<{
2827
+ from?: string | null;
2828
+ to?: string | null;
2829
+ }> | null;
2830
+ } | {
2831
+ enable: boolean;
2832
+ allowFreeEntry?: boolean | null;
2833
+ allowListUpdate?: boolean | null;
2834
+ values?: Array<string> | null;
2835
+ } | null;
2836
+ permissions: {
2837
+ access_attribute: boolean;
2838
+ edit_value: boolean;
2839
+ };
2840
+ versions_conf?: {
2841
+ versionable: boolean;
2842
+ profile?: {
2843
+ id: string;
2844
+ trees: Array<{
2845
+ id: string;
2846
+ label?: any | null;
2847
+ }>;
2848
+ } | null;
2849
+ } | null;
2850
+ metadata_fields?: Array<{
2851
+ id: string;
2852
+ label?: any | null;
2853
+ description?: any | null;
2854
+ type: AttributeType;
2855
+ format?: AttributeFormat | null;
2856
+ system: boolean;
2857
+ readonly: boolean;
2858
+ multiple_values: boolean;
2859
+ permissions: {
2860
+ access_attribute: boolean;
2861
+ edit_value: boolean;
2862
+ };
2863
+ values_list?: {
2864
+ enable: boolean;
2865
+ allowFreeEntry?: boolean | null;
2866
+ allowListUpdate?: boolean | null;
2867
+ dateRangeValues?: Array<{
2868
+ from?: string | null;
2869
+ to?: string | null;
2870
+ }> | null;
2871
+ } | {
2872
+ enable: boolean;
2873
+ allowFreeEntry?: boolean | null;
2874
+ allowListUpdate?: boolean | null;
2875
+ values?: Array<string> | null;
2876
+ } | null;
2877
+ metadata_fields?: Array<{
2878
+ id: string;
2879
+ }> | null;
2880
+ }> | null;
2881
+ } | {
2882
+ id: string;
2883
+ label?: any | null;
2884
+ description?: any | null;
2885
+ type: AttributeType;
2886
+ format?: AttributeFormat | null;
2887
+ system: boolean;
2888
+ readonly: boolean;
2889
+ required: boolean;
2890
+ multiple_values: boolean;
2891
+ compute: boolean;
2892
+ linked_tree?: {
2893
+ id: string;
2894
+ label?: any | null;
2895
+ } | null;
2896
+ treeValuesList?: {
2897
+ enable: boolean;
2898
+ allowFreeEntry?: boolean | null;
2899
+ allowListUpdate?: boolean | null;
2900
+ values?: Array<{
2901
+ id: string;
2902
+ record: {
2903
+ id: string;
2904
+ whoAmI: {
2905
+ id: string;
2906
+ label?: string | null;
2907
+ subLabel?: string | null;
2908
+ color?: string | null;
2909
+ preview?: IPreviewScalar | null;
2910
+ library: {
2911
+ id: string;
2912
+ label?: any | null;
2913
+ };
2914
+ };
2915
+ };
2916
+ ancestors?: Array<{
2917
+ record: {
2918
+ id: string;
2919
+ whoAmI: {
2920
+ id: string;
2921
+ label?: string | null;
2922
+ subLabel?: string | null;
2923
+ color?: string | null;
2924
+ preview?: IPreviewScalar | null;
2925
+ library: {
2926
+ id: string;
2927
+ label?: any | null;
2928
+ };
2929
+ };
2930
+ };
2931
+ }> | null;
2932
+ }> | null;
2933
+ } | null;
2934
+ permissions: {
2935
+ access_attribute: boolean;
2936
+ edit_value: boolean;
2937
+ };
2938
+ versions_conf?: {
2939
+ versionable: boolean;
2940
+ profile?: {
2941
+ id: string;
2942
+ trees: Array<{
2943
+ id: string;
2944
+ label?: any | null;
2945
+ }>;
2946
+ } | null;
2947
+ } | null;
2948
+ metadata_fields?: Array<{
2949
+ id: string;
2950
+ label?: any | null;
2951
+ description?: any | null;
2952
+ type: AttributeType;
2953
+ format?: AttributeFormat | null;
2954
+ system: boolean;
2955
+ readonly: boolean;
2956
+ multiple_values: boolean;
2957
+ permissions: {
2958
+ access_attribute: boolean;
2959
+ edit_value: boolean;
2960
+ };
2961
+ values_list?: {
2962
+ enable: boolean;
2963
+ allowFreeEntry?: boolean | null;
2964
+ allowListUpdate?: boolean | null;
2965
+ dateRangeValues?: Array<{
2966
+ from?: string | null;
2967
+ to?: string | null;
2968
+ }> | null;
2969
+ } | {
2970
+ enable: boolean;
2971
+ allowFreeEntry?: boolean | null;
2972
+ allowListUpdate?: boolean | null;
2973
+ values?: Array<string> | null;
2974
+ } | null;
2975
+ metadata_fields?: Array<{
2976
+ id: string;
2977
+ }> | null;
2978
+ }> | null;
2979
+ };
2980
+ };
2427
2981
  export type TreeDetailsFragment = {
2428
2982
  id: string;
2429
2983
  label?: any | null;
@@ -2627,6 +3181,27 @@ export type LinkAttributeDetailsFragment = {
2627
3181
  id: string;
2628
3182
  label?: any | null;
2629
3183
  } | null;
3184
+ values_list?: {
3185
+ allowFreeEntry?: boolean | null;
3186
+ enable: boolean;
3187
+ values?: Array<{
3188
+ id: string;
3189
+ whoAmI: {
3190
+ id: string;
3191
+ library: {
3192
+ id: string;
3193
+ };
3194
+ };
3195
+ }> | null;
3196
+ } | null;
3197
+ };
3198
+ export type TreeAttributeDetailsFragment = {
3199
+ id: string;
3200
+ label?: any | null;
3201
+ linked_tree?: {
3202
+ id: string;
3203
+ label?: any | null;
3204
+ } | null;
2630
3205
  };
2631
3206
  export type AttributePropertiesFragment = {
2632
3207
  id: string;
@@ -2634,6 +3209,7 @@ export type AttributePropertiesFragment = {
2634
3209
  type: AttributeType;
2635
3210
  format?: AttributeFormat | null;
2636
3211
  multiple_values: boolean;
3212
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2637
3213
  };
2638
3214
  export type PropertyValueLinkValueFragment = {
2639
3215
  linkPayload?: {
@@ -2686,6 +3262,7 @@ export type LinkPropertyLinkValueFragment = {
2686
3262
  type: AttributeType;
2687
3263
  format?: AttributeFormat | null;
2688
3264
  multiple_values: boolean;
3265
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2689
3266
  };
2690
3267
  values: Array<{
2691
3268
  linkPayload?: {
@@ -2909,6 +3486,7 @@ export type GetAttributeByIdQuery = {
2909
3486
  label?: any | null;
2910
3487
  description?: any | null;
2911
3488
  multiple_values: boolean;
3489
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2912
3490
  linked_library?: {
2913
3491
  id: string;
2914
3492
  label?: any | null;
@@ -2945,6 +3523,7 @@ export type GetAttributeByIdQuery = {
2945
3523
  label?: any | null;
2946
3524
  description?: any | null;
2947
3525
  multiple_values: boolean;
3526
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2948
3527
  metadata_fields?: Array<{
2949
3528
  id: string;
2950
3529
  label?: any | null;
@@ -2976,6 +3555,7 @@ export type GetAttributeByIdQuery = {
2976
3555
  label?: any | null;
2977
3556
  description?: any | null;
2978
3557
  multiple_values: boolean;
3558
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2979
3559
  linked_tree?: {
2980
3560
  id: string;
2981
3561
  label?: any | null;
@@ -3118,6 +3698,7 @@ export type SaveAttributeMutation = {
3118
3698
  label?: any | null;
3119
3699
  description?: any | null;
3120
3700
  multiple_values: boolean;
3701
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3121
3702
  linked_library?: {
3122
3703
  id: string;
3123
3704
  label?: any | null;
@@ -3154,6 +3735,7 @@ export type SaveAttributeMutation = {
3154
3735
  label?: any | null;
3155
3736
  description?: any | null;
3156
3737
  multiple_values: boolean;
3738
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3157
3739
  metadata_fields?: Array<{
3158
3740
  id: string;
3159
3741
  label?: any | null;
@@ -3185,6 +3767,7 @@ export type SaveAttributeMutation = {
3185
3767
  label?: any | null;
3186
3768
  description?: any | null;
3187
3769
  multiple_values: boolean;
3770
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3188
3771
  linked_tree?: {
3189
3772
  id: string;
3190
3773
  label?: any | null;
@@ -3638,6 +4221,54 @@ export type IsAllowedQuery = {
3638
4221
  allowed?: boolean | null;
3639
4222
  }> | null;
3640
4223
  };
4224
+ export type ActivateRecordsMutationVariables = Exact<{
4225
+ libraryId: Scalars['String'];
4226
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4227
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4228
+ }>;
4229
+ export type ActivateRecordsMutation = {
4230
+ activateRecords: Array<{
4231
+ id: string;
4232
+ whoAmI: {
4233
+ id: string;
4234
+ label?: string | null;
4235
+ subLabel?: string | null;
4236
+ color?: string | null;
4237
+ preview?: IPreviewScalar | null;
4238
+ library: {
4239
+ id: string;
4240
+ label?: any | null;
4241
+ };
4242
+ };
4243
+ }>;
4244
+ };
4245
+ export type CreateEmptyRecordMutationVariables = Exact<{
4246
+ library: Scalars['ID'];
4247
+ }>;
4248
+ export type CreateEmptyRecordMutation = {
4249
+ createEmptyRecord: {
4250
+ record?: {
4251
+ id: string;
4252
+ whoAmI: {
4253
+ id: string;
4254
+ label?: string | null;
4255
+ subLabel?: string | null;
4256
+ color?: string | null;
4257
+ preview?: IPreviewScalar | null;
4258
+ library: {
4259
+ id: string;
4260
+ label?: any | null;
4261
+ };
4262
+ };
4263
+ } | null;
4264
+ valuesErrors?: Array<{
4265
+ type: string;
4266
+ attribute: string;
4267
+ input?: string | null;
4268
+ message: string;
4269
+ }> | null;
4270
+ };
4271
+ };
3641
4272
  export type CreateRecordMutationVariables = Exact<{
3642
4273
  library: Scalars['ID'];
3643
4274
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4340,28 +4971,271 @@ export type RecordFormQuery = {
4340
4971
  linked_tree?: {
4341
4972
  id: string;
4342
4973
  label?: any | null;
4343
- } | null;
4344
- treeValuesList?: {
4345
- enable: boolean;
4346
- allowFreeEntry?: boolean | null;
4347
- allowListUpdate?: boolean | null;
4348
- values?: Array<{
4974
+ } | null;
4975
+ treeValuesList?: {
4976
+ enable: boolean;
4977
+ allowFreeEntry?: boolean | null;
4978
+ allowListUpdate?: boolean | null;
4979
+ values?: Array<{
4980
+ id: string;
4981
+ record: {
4982
+ id: string;
4983
+ whoAmI: {
4984
+ id: string;
4985
+ label?: string | null;
4986
+ subLabel?: string | null;
4987
+ color?: string | null;
4988
+ preview?: IPreviewScalar | null;
4989
+ library: {
4990
+ id: string;
4991
+ label?: any | null;
4992
+ };
4993
+ };
4994
+ };
4995
+ ancestors?: Array<{
4996
+ record: {
4997
+ id: string;
4998
+ whoAmI: {
4999
+ id: string;
5000
+ label?: string | null;
5001
+ subLabel?: string | null;
5002
+ color?: string | null;
5003
+ preview?: IPreviewScalar | null;
5004
+ library: {
5005
+ id: string;
5006
+ label?: any | null;
5007
+ };
5008
+ };
5009
+ };
5010
+ }> | null;
5011
+ }> | null;
5012
+ } | null;
5013
+ permissions: {
5014
+ access_attribute: boolean;
5015
+ edit_value: boolean;
5016
+ };
5017
+ versions_conf?: {
5018
+ versionable: boolean;
5019
+ profile?: {
5020
+ id: string;
5021
+ trees: Array<{
5022
+ id: string;
5023
+ label?: any | null;
5024
+ }>;
5025
+ } | null;
5026
+ } | null;
5027
+ metadata_fields?: Array<{
5028
+ id: string;
5029
+ label?: any | null;
5030
+ description?: any | null;
5031
+ type: AttributeType;
5032
+ format?: AttributeFormat | null;
5033
+ system: boolean;
5034
+ readonly: boolean;
5035
+ multiple_values: boolean;
5036
+ permissions: {
5037
+ access_attribute: boolean;
5038
+ edit_value: boolean;
5039
+ };
5040
+ values_list?: {
5041
+ enable: boolean;
5042
+ allowFreeEntry?: boolean | null;
5043
+ allowListUpdate?: boolean | null;
5044
+ dateRangeValues?: Array<{
5045
+ from?: string | null;
5046
+ to?: string | null;
5047
+ }> | null;
5048
+ } | {
5049
+ enable: boolean;
5050
+ allowFreeEntry?: boolean | null;
5051
+ allowListUpdate?: boolean | null;
5052
+ values?: Array<string> | null;
5053
+ } | null;
5054
+ metadata_fields?: Array<{
5055
+ id: string;
5056
+ }> | null;
5057
+ }> | null;
5058
+ } | null;
5059
+ settings: Array<{
5060
+ key: string;
5061
+ value: any;
5062
+ }>;
5063
+ joinLibraryContext?: {
5064
+ mandatoryAttribute: {
5065
+ id: string;
5066
+ label?: any | null;
5067
+ description?: any | null;
5068
+ type: AttributeType;
5069
+ format?: AttributeFormat | null;
5070
+ system: boolean;
5071
+ readonly: boolean;
5072
+ required: boolean;
5073
+ multiple_values: boolean;
5074
+ compute: boolean;
5075
+ linked_library?: {
5076
+ id: string;
5077
+ label?: any | null;
5078
+ behavior: LibraryBehavior;
5079
+ permissions?: {
5080
+ create_record: boolean;
5081
+ } | null;
5082
+ } | null;
5083
+ linkValuesList?: {
5084
+ enable: boolean;
5085
+ allowFreeEntry?: boolean | null;
5086
+ allowListUpdate?: boolean | null;
5087
+ values?: Array<{
5088
+ id: string;
5089
+ whoAmI: {
5090
+ id: string;
5091
+ label?: string | null;
5092
+ subLabel?: string | null;
5093
+ color?: string | null;
5094
+ preview?: IPreviewScalar | null;
5095
+ library: {
5096
+ id: string;
5097
+ label?: any | null;
5098
+ };
5099
+ };
5100
+ }> | null;
5101
+ } | null;
5102
+ permissions: {
5103
+ access_attribute: boolean;
5104
+ edit_value: boolean;
5105
+ };
5106
+ versions_conf?: {
5107
+ versionable: boolean;
5108
+ profile?: {
5109
+ id: string;
5110
+ trees: Array<{
5111
+ id: string;
5112
+ label?: any | null;
5113
+ }>;
5114
+ } | null;
5115
+ } | null;
5116
+ metadata_fields?: Array<{
5117
+ id: string;
5118
+ label?: any | null;
5119
+ description?: any | null;
5120
+ type: AttributeType;
5121
+ format?: AttributeFormat | null;
5122
+ system: boolean;
5123
+ readonly: boolean;
5124
+ multiple_values: boolean;
5125
+ permissions: {
5126
+ access_attribute: boolean;
5127
+ edit_value: boolean;
5128
+ };
5129
+ values_list?: {
5130
+ enable: boolean;
5131
+ allowFreeEntry?: boolean | null;
5132
+ allowListUpdate?: boolean | null;
5133
+ dateRangeValues?: Array<{
5134
+ from?: string | null;
5135
+ to?: string | null;
5136
+ }> | null;
5137
+ } | {
5138
+ enable: boolean;
5139
+ allowFreeEntry?: boolean | null;
5140
+ allowListUpdate?: boolean | null;
5141
+ values?: Array<string> | null;
5142
+ } | null;
5143
+ metadata_fields?: Array<{
5144
+ id: string;
5145
+ }> | null;
5146
+ }> | null;
5147
+ } | {
5148
+ character_limit?: number | null;
5149
+ id: string;
5150
+ label?: any | null;
5151
+ description?: any | null;
5152
+ type: AttributeType;
5153
+ format?: AttributeFormat | null;
5154
+ system: boolean;
5155
+ readonly: boolean;
5156
+ required: boolean;
5157
+ multiple_values: boolean;
5158
+ compute: boolean;
5159
+ values_list?: {
5160
+ enable: boolean;
5161
+ allowFreeEntry?: boolean | null;
5162
+ allowListUpdate?: boolean | null;
5163
+ dateRangeValues?: Array<{
5164
+ from?: string | null;
5165
+ to?: string | null;
5166
+ }> | null;
5167
+ } | {
5168
+ enable: boolean;
5169
+ allowFreeEntry?: boolean | null;
5170
+ allowListUpdate?: boolean | null;
5171
+ values?: Array<string> | null;
5172
+ } | null;
5173
+ permissions: {
5174
+ access_attribute: boolean;
5175
+ edit_value: boolean;
5176
+ };
5177
+ versions_conf?: {
5178
+ versionable: boolean;
5179
+ profile?: {
5180
+ id: string;
5181
+ trees: Array<{
5182
+ id: string;
5183
+ label?: any | null;
5184
+ }>;
5185
+ } | null;
5186
+ } | null;
5187
+ metadata_fields?: Array<{
5188
+ id: string;
5189
+ label?: any | null;
5190
+ description?: any | null;
5191
+ type: AttributeType;
5192
+ format?: AttributeFormat | null;
5193
+ system: boolean;
5194
+ readonly: boolean;
5195
+ multiple_values: boolean;
5196
+ permissions: {
5197
+ access_attribute: boolean;
5198
+ edit_value: boolean;
5199
+ };
5200
+ values_list?: {
5201
+ enable: boolean;
5202
+ allowFreeEntry?: boolean | null;
5203
+ allowListUpdate?: boolean | null;
5204
+ dateRangeValues?: Array<{
5205
+ from?: string | null;
5206
+ to?: string | null;
5207
+ }> | null;
5208
+ } | {
5209
+ enable: boolean;
5210
+ allowFreeEntry?: boolean | null;
5211
+ allowListUpdate?: boolean | null;
5212
+ values?: Array<string> | null;
5213
+ } | null;
5214
+ metadata_fields?: Array<{
5215
+ id: string;
5216
+ }> | null;
5217
+ }> | null;
5218
+ } | {
5219
+ id: string;
5220
+ label?: any | null;
5221
+ description?: any | null;
5222
+ type: AttributeType;
5223
+ format?: AttributeFormat | null;
5224
+ system: boolean;
5225
+ readonly: boolean;
5226
+ required: boolean;
5227
+ multiple_values: boolean;
5228
+ compute: boolean;
5229
+ linked_tree?: {
4349
5230
  id: string;
4350
- record: {
5231
+ label?: any | null;
5232
+ } | null;
5233
+ treeValuesList?: {
5234
+ enable: boolean;
5235
+ allowFreeEntry?: boolean | null;
5236
+ allowListUpdate?: boolean | null;
5237
+ values?: Array<{
4351
5238
  id: string;
4352
- whoAmI: {
4353
- id: string;
4354
- label?: string | null;
4355
- subLabel?: string | null;
4356
- color?: string | null;
4357
- preview?: IPreviewScalar | null;
4358
- library: {
4359
- id: string;
4360
- label?: any | null;
4361
- };
4362
- };
4363
- };
4364
- ancestors?: Array<{
4365
5239
  record: {
4366
5240
  id: string;
4367
5241
  whoAmI: {
@@ -4376,60 +5250,76 @@ export type RecordFormQuery = {
4376
5250
  };
4377
5251
  };
4378
5252
  };
5253
+ ancestors?: Array<{
5254
+ record: {
5255
+ id: string;
5256
+ whoAmI: {
5257
+ id: string;
5258
+ label?: string | null;
5259
+ subLabel?: string | null;
5260
+ color?: string | null;
5261
+ preview?: IPreviewScalar | null;
5262
+ library: {
5263
+ id: string;
5264
+ label?: any | null;
5265
+ };
5266
+ };
5267
+ };
5268
+ }> | null;
4379
5269
  }> | null;
4380
- }> | null;
4381
- } | null;
4382
- permissions: {
4383
- access_attribute: boolean;
4384
- edit_value: boolean;
4385
- };
4386
- versions_conf?: {
4387
- versionable: boolean;
4388
- profile?: {
4389
- id: string;
4390
- trees: Array<{
4391
- id: string;
4392
- label?: any | null;
4393
- }>;
4394
5270
  } | null;
4395
- } | null;
4396
- metadata_fields?: Array<{
4397
- id: string;
4398
- label?: any | null;
4399
- description?: any | null;
4400
- type: AttributeType;
4401
- format?: AttributeFormat | null;
4402
- system: boolean;
4403
- readonly: boolean;
4404
- multiple_values: boolean;
4405
5271
  permissions: {
4406
5272
  access_attribute: boolean;
4407
5273
  edit_value: boolean;
4408
5274
  };
4409
- values_list?: {
4410
- enable: boolean;
4411
- allowFreeEntry?: boolean | null;
4412
- allowListUpdate?: boolean | null;
4413
- dateRangeValues?: Array<{
4414
- from?: string | null;
4415
- to?: string | null;
4416
- }> | null;
4417
- } | {
4418
- enable: boolean;
4419
- allowFreeEntry?: boolean | null;
4420
- allowListUpdate?: boolean | null;
4421
- values?: Array<string> | null;
5275
+ versions_conf?: {
5276
+ versionable: boolean;
5277
+ profile?: {
5278
+ id: string;
5279
+ trees: Array<{
5280
+ id: string;
5281
+ label?: any | null;
5282
+ }>;
5283
+ } | null;
4422
5284
  } | null;
4423
5285
  metadata_fields?: Array<{
4424
5286
  id: string;
5287
+ label?: any | null;
5288
+ description?: any | null;
5289
+ type: AttributeType;
5290
+ format?: AttributeFormat | null;
5291
+ system: boolean;
5292
+ readonly: boolean;
5293
+ multiple_values: boolean;
5294
+ permissions: {
5295
+ access_attribute: boolean;
5296
+ edit_value: boolean;
5297
+ };
5298
+ values_list?: {
5299
+ enable: boolean;
5300
+ allowFreeEntry?: boolean | null;
5301
+ allowListUpdate?: boolean | null;
5302
+ dateRangeValues?: Array<{
5303
+ from?: string | null;
5304
+ to?: string | null;
5305
+ }> | null;
5306
+ } | {
5307
+ enable: boolean;
5308
+ allowFreeEntry?: boolean | null;
5309
+ allowListUpdate?: boolean | null;
5310
+ values?: Array<string> | null;
5311
+ } | null;
5312
+ metadata_fields?: Array<{
5313
+ id: string;
5314
+ }> | null;
4425
5315
  }> | null;
4426
- }> | null;
5316
+ };
4427
5317
  } | null;
4428
- settings: Array<{
4429
- key: string;
4430
- value: any;
4431
- }>;
4432
5318
  }>;
5319
+ sidePanel?: {
5320
+ enable: boolean;
5321
+ isOpenByDefault?: boolean | null;
5322
+ } | null;
4433
5323
  } | null;
4434
5324
  };
4435
5325
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4854,6 +5744,30 @@ export type RecordUpdateSubscription = {
4854
5744
  }>;
4855
5745
  };
4856
5746
  };
5747
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5748
+ libraryId: Scalars['ID'];
5749
+ pagination?: InputMaybe<RecordsPagination>;
5750
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5751
+ }>;
5752
+ export type GetRecordsFromLibraryQuery = {
5753
+ records: {
5754
+ totalCount?: number | null;
5755
+ list: Array<{
5756
+ id: string;
5757
+ whoAmI: {
5758
+ id: string;
5759
+ label?: string | null;
5760
+ subLabel?: string | null;
5761
+ color?: string | null;
5762
+ preview?: IPreviewScalar | null;
5763
+ library: {
5764
+ id: string;
5765
+ label?: any | null;
5766
+ };
5767
+ };
5768
+ }>;
5769
+ };
5770
+ };
4857
5771
  export type IndexRecordsMutationVariables = Exact<{
4858
5772
  libraryId: Scalars['String'];
4859
5773
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4971,6 +5885,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4971
5885
  treeId: Scalars['ID'];
4972
5886
  node?: InputMaybe<Scalars['ID']>;
4973
5887
  pagination?: InputMaybe<Pagination>;
5888
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4974
5889
  }>;
4975
5890
  export type TreeNodeChildrenQuery = {
4976
5891
  treeNodeChildren: {
@@ -5206,130 +6121,16 @@ export type DeleteValueMutation = {
5206
6121
  id: string;
5207
6122
  label?: string | null;
5208
6123
  subLabel?: string | null;
5209
- color?: string | null;
5210
- preview?: IPreviewScalar | null;
5211
- library: {
5212
- id: string;
5213
- label?: any | null;
5214
- };
5215
- };
5216
- };
5217
- }> | null;
5218
- } | null;
5219
- modified_by?: {
5220
- id: string;
5221
- whoAmI: {
5222
- id: string;
5223
- label?: string | null;
5224
- subLabel?: string | null;
5225
- color?: string | null;
5226
- preview?: IPreviewScalar | null;
5227
- library: {
5228
- id: string;
5229
- label?: any | null;
5230
- };
5231
- };
5232
- } | null;
5233
- created_by?: {
5234
- id: string;
5235
- whoAmI: {
5236
- id: string;
5237
- label?: string | null;
5238
- subLabel?: string | null;
5239
- color?: string | null;
5240
- preview?: IPreviewScalar | null;
5241
- library: {
5242
- id: string;
5243
- label?: any | null;
5244
- };
5245
- };
5246
- } | null;
5247
- version?: Array<{
5248
- treeId: string;
5249
- treeNode?: {
5250
- id: string;
5251
- record: {
5252
- id: string;
5253
- whoAmI: {
5254
- id: string;
5255
- label?: string | null;
5256
- library: {
5257
- id: string;
5258
- };
5259
- };
5260
- };
5261
- } | null;
5262
- } | null> | null;
5263
- attribute: {
5264
- id: string;
5265
- format?: AttributeFormat | null;
5266
- type: AttributeType;
5267
- system: boolean;
5268
- };
5269
- metadata?: Array<{
5270
- name: string;
5271
- value?: {
5272
- id_value?: string | null;
5273
- modified_at?: number | null;
5274
- created_at?: number | null;
5275
- payload?: any | null;
5276
- raw_payload?: any | null;
5277
- modified_by?: {
5278
- id: string;
5279
- whoAmI: {
5280
- id: string;
5281
- label?: string | null;
5282
- subLabel?: string | null;
5283
- color?: string | null;
5284
- preview?: IPreviewScalar | null;
5285
- library: {
5286
- id: string;
5287
- label?: any | null;
5288
- };
5289
- };
5290
- } | null;
5291
- created_by?: {
5292
- id: string;
5293
- whoAmI: {
5294
- id: string;
5295
- label?: string | null;
5296
- subLabel?: string | null;
5297
- color?: string | null;
5298
- preview?: IPreviewScalar | null;
5299
- library: {
5300
- id: string;
5301
- label?: any | null;
5302
- };
5303
- };
5304
- } | null;
5305
- version?: Array<{
5306
- treeId: string;
5307
- treeNode?: {
5308
- id: string;
5309
- record: {
5310
- id: string;
5311
- whoAmI: {
5312
- id: string;
5313
- label?: string | null;
5314
- library: {
5315
- id: string;
5316
- };
5317
- };
5318
- };
5319
- } | null;
5320
- } | null> | null;
5321
- } | null;
5322
- } | null> | null;
5323
- } | {
5324
- payload?: any | null;
5325
- raw_payload?: any | null;
5326
- value?: any | null;
5327
- raw_value?: any | null;
5328
- id_value?: string | null;
5329
- isInherited?: boolean | null;
5330
- isCalculated?: boolean | null;
5331
- modified_at?: number | null;
5332
- created_at?: number | null;
6124
+ color?: string | null;
6125
+ preview?: IPreviewScalar | null;
6126
+ library: {
6127
+ id: string;
6128
+ label?: any | null;
6129
+ };
6130
+ };
6131
+ };
6132
+ }> | null;
6133
+ } | null;
5333
6134
  modified_by?: {
5334
6135
  id: string;
5335
6136
  whoAmI: {
@@ -5434,24 +6235,16 @@ export type DeleteValueMutation = {
5434
6235
  } | null> | null;
5435
6236
  } | null;
5436
6237
  } | null> | null;
5437
- }>;
5438
- };
5439
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5440
- library: Scalars['ID'];
5441
- value?: InputMaybe<ValueBatchInput>;
5442
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5443
- }>;
5444
- export type RunActionsListAndFormatOnValueQuery = {
5445
- runActionsListAndFormatOnValue: Array<{
6238
+ } | {
6239
+ payload?: any | null;
6240
+ raw_payload?: any | null;
6241
+ value?: any | null;
6242
+ raw_value?: any | null;
5446
6243
  id_value?: string | null;
5447
6244
  isInherited?: boolean | null;
5448
6245
  isCalculated?: boolean | null;
5449
6246
  modified_at?: number | null;
5450
6247
  created_at?: number | null;
5451
- payload?: any | null;
5452
- raw_payload?: any | null;
5453
- value?: any | null;
5454
- raw_value?: any | null;
5455
6248
  modified_by?: {
5456
6249
  id: string;
5457
6250
  whoAmI: {
@@ -6231,6 +7024,27 @@ export type ExplorerAttributesQuery = {
6231
7024
  id: string;
6232
7025
  label?: any | null;
6233
7026
  } | null;
7027
+ values_list?: {
7028
+ allowFreeEntry?: boolean | null;
7029
+ enable: boolean;
7030
+ values?: Array<{
7031
+ id: string;
7032
+ whoAmI: {
7033
+ id: string;
7034
+ library: {
7035
+ id: string;
7036
+ };
7037
+ };
7038
+ }> | null;
7039
+ } | null;
7040
+ permissions: {
7041
+ access_attribute: boolean;
7042
+ };
7043
+ } | {
7044
+ id: string;
7045
+ type: AttributeType;
7046
+ format?: AttributeFormat | null;
7047
+ label?: any | null;
6234
7048
  permissions: {
6235
7049
  access_attribute: boolean;
6236
7050
  };
@@ -6239,6 +7053,10 @@ export type ExplorerAttributesQuery = {
6239
7053
  type: AttributeType;
6240
7054
  format?: AttributeFormat | null;
6241
7055
  label?: any | null;
7056
+ linked_tree?: {
7057
+ id: string;
7058
+ label?: any | null;
7059
+ } | null;
6242
7060
  permissions: {
6243
7061
  access_attribute: boolean;
6244
7062
  };
@@ -6258,13 +7076,38 @@ export type ExplorerLinkAttributeQuery = {
6258
7076
  id: string;
6259
7077
  label?: any | null;
6260
7078
  } | null;
7079
+ values_list?: {
7080
+ allowFreeEntry?: boolean | null;
7081
+ enable: boolean;
7082
+ values?: Array<{
7083
+ id: string;
7084
+ whoAmI: {
7085
+ id: string;
7086
+ library: {
7087
+ id: string;
7088
+ };
7089
+ };
7090
+ }> | null;
7091
+ } | null;
7092
+ permissions: {
7093
+ access_attribute: boolean;
7094
+ edit_value: boolean;
7095
+ };
7096
+ } | {
7097
+ id: string;
7098
+ multiple_values: boolean;
6261
7099
  permissions: {
6262
7100
  access_attribute: boolean;
6263
7101
  edit_value: boolean;
6264
7102
  };
6265
7103
  } | {
7104
+ label?: any | null;
6266
7105
  id: string;
6267
7106
  multiple_values: boolean;
7107
+ linked_tree?: {
7108
+ id: string;
7109
+ label?: any | null;
7110
+ } | null;
6268
7111
  permissions: {
6269
7112
  access_attribute: boolean;
6270
7113
  edit_value: boolean;
@@ -6285,6 +7128,7 @@ export type ExplorerLibraryDataQuery = {
6285
7128
  totalCount?: number | null;
6286
7129
  list: Array<{
6287
7130
  id: string;
7131
+ active: boolean;
6288
7132
  whoAmI: {
6289
7133
  id: string;
6290
7134
  label?: string | null;
@@ -6297,6 +7141,7 @@ export type ExplorerLibraryDataQuery = {
6297
7141
  };
6298
7142
  };
6299
7143
  permissions: {
7144
+ create_record: boolean;
6300
7145
  delete_record: boolean;
6301
7146
  };
6302
7147
  properties: Array<{
@@ -6307,6 +7152,7 @@ export type ExplorerLibraryDataQuery = {
6307
7152
  type: AttributeType;
6308
7153
  format?: AttributeFormat | null;
6309
7154
  multiple_values: boolean;
7155
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6310
7156
  };
6311
7157
  values: Array<{
6312
7158
  linkPayload?: {
@@ -6387,6 +7233,7 @@ export type ExplorerLinkDataQuery = {
6387
7233
  type: AttributeType;
6388
7234
  format?: AttributeFormat | null;
6389
7235
  multiple_values: boolean;
7236
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6390
7237
  };
6391
7238
  values: Array<{
6392
7239
  linkPayload?: {
@@ -6600,6 +7447,7 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6600
7447
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6601
7448
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6602
7449
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7450
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6603
7451
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6604
7452
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6605
7453
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -6609,6 +7457,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6609
7457
  export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6610
7458
  export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6611
7459
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7460
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6612
7461
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6613
7462
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6614
7463
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -6640,8 +7489,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6640
7489
  id?: InputMaybe<Scalars["ID"]>;
6641
7490
  endpoint?: InputMaybe<Scalars["String"]>;
6642
7491
  }>>;
7492
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7493
+ id?: InputMaybe<Scalars["ID"]>;
7494
+ endpoint?: InputMaybe<Scalars["String"]>;
7495
+ }>>;
6643
7496
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6644
7497
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7498
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6645
7499
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6646
7500
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6647
7501
  /**
@@ -6666,8 +7520,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6666
7520
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6667
7521
  id: Scalars["ID"];
6668
7522
  }>>;
7523
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7524
+ id: Scalars["ID"];
7525
+ }>>;
6669
7526
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6670
7527
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7528
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6671
7529
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6672
7530
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6673
7531
  /**
@@ -6691,8 +7549,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6691
7549
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6692
7550
  [key: string]: never;
6693
7551
  }>>;
7552
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7553
+ [key: string]: never;
7554
+ }>>;
6694
7555
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6695
7556
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7557
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6696
7558
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6697
7559
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6698
7560
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6742,8 +7604,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6742
7604
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6743
7605
  id: Scalars["ID"];
6744
7606
  }>>;
7607
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7608
+ id: Scalars["ID"];
7609
+ }>>;
6745
7610
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6746
7611
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7612
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6747
7613
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6748
7614
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6749
7615
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6793,8 +7659,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6793
7659
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6794
7660
  id?: InputMaybe<Scalars["ID"]>;
6795
7661
  }>>;
7662
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7663
+ id?: InputMaybe<Scalars["ID"]>;
7664
+ }>>;
6796
7665
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6797
7666
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7667
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6798
7668
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6799
7669
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6800
7670
  /**
@@ -6819,8 +7689,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6819
7689
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6820
7690
  library: Scalars["String"];
6821
7691
  }>>;
7692
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7693
+ library: Scalars["String"];
7694
+ }>>;
6822
7695
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6823
7696
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7697
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6824
7698
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6825
7699
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6826
7700
  /**
@@ -6851,8 +7725,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6851
7725
  sort?: InputMaybe<SortAttributes>;
6852
7726
  filters?: InputMaybe<AttributesFiltersInput>;
6853
7727
  }>>;
7728
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7729
+ pagination?: InputMaybe<Pagination>;
7730
+ sort?: InputMaybe<SortAttributes>;
7731
+ filters?: InputMaybe<AttributesFiltersInput>;
7732
+ }>>;
6854
7733
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6855
7734
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7735
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6856
7736
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6857
7737
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6858
7738
  /**
@@ -6880,8 +7760,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6880
7760
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6881
7761
  sort?: InputMaybe<SortVersionProfilesInput>;
6882
7762
  }>>;
7763
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7764
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7765
+ sort?: InputMaybe<SortVersionProfilesInput>;
7766
+ }>>;
6883
7767
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6884
7768
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7769
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6885
7770
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6886
7771
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6887
7772
  /**
@@ -6906,8 +7791,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6906
7791
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6907
7792
  libraryId: Scalars["String"];
6908
7793
  }>>;
7794
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
7795
+ libraryId: Scalars["String"];
7796
+ }>>;
6909
7797
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6910
7798
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
7799
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6911
7800
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6912
7801
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6913
7802
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6963,8 +7852,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6963
7852
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6964
7853
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6965
7854
  }>>;
7855
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
7856
+ library: Scalars["ID"];
7857
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7858
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
7859
+ }>>;
6966
7860
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6967
7861
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
7862
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6968
7863
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6969
7864
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6970
7865
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -7054,8 +7949,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
7054
7949
  library: Scalars["ID"];
7055
7950
  directoryId: Scalars["String"];
7056
7951
  }>>;
7952
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
7953
+ library: Scalars["ID"];
7954
+ directoryId: Scalars["String"];
7955
+ }>>;
7057
7956
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
7058
7957
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
7958
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
7059
7959
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
7060
7960
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
7061
7961
  /**
@@ -7160,8 +8060,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7160
8060
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7161
8061
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7162
8062
  }>>;
8063
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8064
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8065
+ }>>;
7163
8066
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7164
8067
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8068
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7165
8069
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7166
8070
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7167
8071
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7210,8 +8114,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7210
8114
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7211
8115
  [key: string]: never;
7212
8116
  }>>;
8117
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8118
+ [key: string]: never;
8119
+ }>>;
7213
8120
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7214
8121
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8122
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7215
8123
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7216
8124
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7217
8125
  /**
@@ -7236,8 +8144,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7236
8144
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7237
8145
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7238
8146
  }>>;
8147
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8148
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8149
+ }>>;
7239
8150
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7240
8151
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8152
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7241
8153
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7242
8154
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7243
8155
  /**
@@ -7262,8 +8174,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7262
8174
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7263
8175
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7264
8176
  }>>;
8177
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8178
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8179
+ }>>;
7265
8180
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7266
8181
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8182
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7267
8183
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7268
8184
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7269
8185
  /**
@@ -7288,8 +8204,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7288
8204
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7289
8205
  id: Scalars["ID"];
7290
8206
  }>>;
8207
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8208
+ id: Scalars["ID"];
8209
+ }>>;
7291
8210
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7292
8211
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8212
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7293
8213
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7294
8214
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7295
8215
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7348,9 +8268,70 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7348
8268
  applyTo?: InputMaybe<Scalars["ID"]>;
7349
8269
  target?: InputMaybe<PermissionTarget>;
7350
8270
  }>>;
8271
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8272
+ type: PermissionTypes;
8273
+ actions: Array<PermissionsActions> | PermissionsActions;
8274
+ applyTo?: InputMaybe<Scalars["ID"]>;
8275
+ target?: InputMaybe<PermissionTarget>;
8276
+ }>>;
7351
8277
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7352
8278
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8279
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7353
8280
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8281
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8282
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8283
+ /**
8284
+ * __useActivateRecordsMutation__
8285
+ *
8286
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8287
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8288
+ * - A mutate function that you can call at any time to execute the mutation
8289
+ * - An object with fields that represent the current status of the mutation's execution
8290
+ *
8291
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8292
+ *
8293
+ * @example
8294
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8295
+ * variables: {
8296
+ * libraryId: // value for 'libraryId'
8297
+ * recordsIds: // value for 'recordsIds'
8298
+ * filters: // value for 'filters'
8299
+ * },
8300
+ * });
8301
+ */
8302
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8303
+ libraryId: Scalars["String"];
8304
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8305
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8306
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8307
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8308
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8309
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8310
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8311
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8312
+ /**
8313
+ * __useCreateEmptyRecordMutation__
8314
+ *
8315
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8316
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8317
+ * - A mutate function that you can call at any time to execute the mutation
8318
+ * - An object with fields that represent the current status of the mutation's execution
8319
+ *
8320
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
8321
+ *
8322
+ * @example
8323
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8324
+ * variables: {
8325
+ * library: // value for 'library'
8326
+ * },
8327
+ * });
8328
+ */
8329
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8330
+ library: Scalars["ID"];
8331
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8332
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8333
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8334
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
7354
8335
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7355
8336
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7356
8337
  /**
@@ -7436,8 +8417,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7436
8417
  treeId: Scalars["ID"];
7437
8418
  filename: Scalars["String"];
7438
8419
  }>>;
8420
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8421
+ parentNode?: InputMaybe<Scalars["ID"]>;
8422
+ treeId: Scalars["ID"];
8423
+ filename: Scalars["String"];
8424
+ }>>;
7439
8425
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7440
8426
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8427
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7441
8428
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7442
8429
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7443
8430
  /**
@@ -7468,8 +8455,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7468
8455
  fileId: Scalars["String"];
7469
8456
  previewsStatusAttribute: Scalars["ID"];
7470
8457
  }>>;
8458
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8459
+ library: Scalars["ID"];
8460
+ fileId: Scalars["String"];
8461
+ previewsStatusAttribute: Scalars["ID"];
8462
+ }>>;
7471
8463
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7472
8464
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8465
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7473
8466
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7474
8467
  export declare const RecordFormDocument: Apollo.DocumentNode;
7475
8468
  /**
@@ -7503,8 +8496,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7503
8496
  recordId?: InputMaybe<Scalars["String"]>;
7504
8497
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7505
8498
  }>>;
8499
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8500
+ libraryId: Scalars["String"];
8501
+ formId: Scalars["String"];
8502
+ recordId?: InputMaybe<Scalars["String"]>;
8503
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8504
+ }>>;
7506
8505
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7507
8506
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8507
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7508
8508
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7509
8509
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7510
8510
  /**
@@ -7528,6 +8528,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7528
8528
  }>>;
7529
8529
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7530
8530
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8531
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8532
+ /**
8533
+ * __useGetRecordsFromLibraryQuery__
8534
+ *
8535
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8536
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8537
+ * you can use to render your UI.
8538
+ *
8539
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
8540
+ *
8541
+ * @example
8542
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8543
+ * variables: {
8544
+ * libraryId: // value for 'libraryId'
8545
+ * pagination: // value for 'pagination'
8546
+ * filters: // value for 'filters'
8547
+ * },
8548
+ * });
8549
+ */
8550
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8551
+ libraryId: Scalars["ID"];
8552
+ pagination?: InputMaybe<RecordsPagination>;
8553
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8554
+ }>>;
8555
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8556
+ libraryId: Scalars["ID"];
8557
+ pagination?: InputMaybe<RecordsPagination>;
8558
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8559
+ }>>;
8560
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8561
+ libraryId: Scalars["ID"];
8562
+ pagination?: InputMaybe<RecordsPagination>;
8563
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8564
+ }>>;
8565
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8566
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8567
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8568
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7531
8569
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7532
8570
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7533
8571
  /**
@@ -7603,8 +8641,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7603
8641
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7604
8642
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7605
8643
  }>>;
8644
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8645
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8646
+ }>>;
7606
8647
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7607
8648
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8649
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7608
8650
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7609
8651
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7610
8652
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7654,8 +8696,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7654
8696
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7655
8697
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7656
8698
  }>>;
8699
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8700
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8701
+ }>>;
7657
8702
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7658
8703
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8704
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7659
8705
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7660
8706
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7661
8707
  /**
@@ -7683,8 +8729,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7683
8729
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7684
8730
  library?: InputMaybe<Scalars["String"]>;
7685
8731
  }>>;
8732
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
8733
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8734
+ library?: InputMaybe<Scalars["String"]>;
8735
+ }>>;
7686
8736
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7687
8737
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
8738
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7688
8739
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7689
8740
  export declare const GetTreesDocument: Apollo.DocumentNode;
7690
8741
  /**
@@ -7708,8 +8759,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7708
8759
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7709
8760
  [key: string]: never;
7710
8761
  }>>;
8762
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
8763
+ [key: string]: never;
8764
+ }>>;
7711
8765
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7712
8766
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
8767
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7713
8768
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7714
8769
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7715
8770
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7752,6 +8807,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7752
8807
  * treeId: // value for 'treeId'
7753
8808
  * node: // value for 'node'
7754
8809
  * pagination: // value for 'pagination'
8810
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7755
8811
  * },
7756
8812
  * });
7757
8813
  */
@@ -7759,14 +8815,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7759
8815
  treeId: Scalars["ID"];
7760
8816
  node?: InputMaybe<Scalars["ID"]>;
7761
8817
  pagination?: InputMaybe<Pagination>;
8818
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7762
8819
  }>>;
7763
8820
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7764
8821
  treeId: Scalars["ID"];
7765
8822
  node?: InputMaybe<Scalars["ID"]>;
7766
8823
  pagination?: InputMaybe<Pagination>;
8824
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
8825
+ }>>;
8826
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
8827
+ treeId: Scalars["ID"];
8828
+ node?: InputMaybe<Scalars["ID"]>;
8829
+ pagination?: InputMaybe<Pagination>;
8830
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7767
8831
  }>>;
7768
8832
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7769
8833
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
8834
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7770
8835
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7771
8836
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7772
8837
  /**
@@ -7794,8 +8859,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7794
8859
  keys: Array<Scalars["String"]> | Scalars["String"];
7795
8860
  global?: InputMaybe<Scalars["Boolean"]>;
7796
8861
  }>>;
8862
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
8863
+ keys: Array<Scalars["String"]> | Scalars["String"];
8864
+ global?: InputMaybe<Scalars["Boolean"]>;
8865
+ }>>;
7797
8866
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7798
8867
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
8868
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7799
8869
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7800
8870
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7801
8871
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7857,38 +8927,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7857
8927
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7858
8928
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7859
8929
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7860
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7861
- /**
7862
- * __useRunActionsListAndFormatOnValueQuery__
7863
- *
7864
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7865
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7866
- * you can use to render your UI.
7867
- *
7868
- * @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;
7869
- *
7870
- * @example
7871
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7872
- * variables: {
7873
- * library: // value for 'library'
7874
- * value: // value for 'value'
7875
- * version: // value for 'version'
7876
- * },
7877
- * });
7878
- */
7879
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7880
- library: Scalars["ID"];
7881
- value?: InputMaybe<ValueBatchInput>;
7882
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7883
- }>>;
7884
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7885
- library: Scalars["ID"];
7886
- value?: InputMaybe<ValueBatchInput>;
7887
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7888
- }>>;
7889
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7890
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7891
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7892
8930
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7893
8931
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7894
8932
  /**
@@ -7970,8 +9008,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7970
9008
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7971
9009
  viewId: Scalars["String"];
7972
9010
  }>>;
9011
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9012
+ viewId: Scalars["String"];
9013
+ }>>;
7973
9014
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7974
9015
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9016
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7975
9017
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7976
9018
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7977
9019
  /**
@@ -7996,8 +9038,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7996
9038
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7997
9039
  libraryId: Scalars["String"];
7998
9040
  }>>;
9041
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9042
+ libraryId: Scalars["String"];
9043
+ }>>;
7999
9044
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
8000
9045
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9046
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
8001
9047
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
8002
9048
  export declare const SaveViewDocument: Apollo.DocumentNode;
8003
9049
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -8047,8 +9093,12 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
8047
9093
  export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
8048
9094
  library: Scalars["String"];
8049
9095
  }>>;
9096
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9097
+ library: Scalars["String"];
9098
+ }>>;
8050
9099
  export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
8051
9100
  export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9101
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
8052
9102
  export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
8053
9103
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
8054
9104
  /**
@@ -8073,8 +9123,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
8073
9123
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
8074
9124
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8075
9125
  }>>;
9126
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9127
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9128
+ }>>;
8076
9129
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
8077
9130
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9131
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
8078
9132
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
8079
9133
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
8080
9134
  /**
@@ -8099,8 +9153,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
8099
9153
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
8100
9154
  id: Scalars["ID"];
8101
9155
  }>>;
9156
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9157
+ id: Scalars["ID"];
9158
+ }>>;
8102
9159
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
8103
9160
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9161
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
8104
9162
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
8105
9163
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
8106
9164
  /**
@@ -8140,8 +9198,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
8140
9198
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
8141
9199
  searchQuery?: InputMaybe<Scalars["String"]>;
8142
9200
  }>>;
9201
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9202
+ libraryId: Scalars["ID"];
9203
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9204
+ pagination?: InputMaybe<RecordsPagination>;
9205
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9206
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9207
+ searchQuery?: InputMaybe<Scalars["String"]>;
9208
+ }>>;
8143
9209
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
8144
9210
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9211
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
8145
9212
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
8146
9213
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
8147
9214
  /**
@@ -8175,8 +9242,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
8175
9242
  parentRecordId?: InputMaybe<Scalars["String"]>;
8176
9243
  linkAttributeId: Scalars["ID"];
8177
9244
  }>>;
9245
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9246
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9247
+ parentLibraryId: Scalars["ID"];
9248
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9249
+ linkAttributeId: Scalars["ID"];
9250
+ }>>;
8178
9251
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
8179
9252
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9253
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
8180
9254
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
8181
9255
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8182
9256
  /**
@@ -8201,8 +9275,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8201
9275
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8202
9276
  libraryId: Scalars["ID"];
8203
9277
  }>>;
9278
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9279
+ libraryId: Scalars["ID"];
9280
+ }>>;
8204
9281
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8205
9282
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9283
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8206
9284
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8207
9285
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8208
9286
  /**
@@ -8227,8 +9305,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8227
9305
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8228
9306
  libraryId: Scalars["ID"];
8229
9307
  }>>;
9308
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9309
+ libraryId: Scalars["ID"];
9310
+ }>>;
8230
9311
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8231
9312
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9313
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8232
9314
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8233
9315
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8234
9316
  /**
@@ -8256,8 +9338,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8256
9338
  libraryId: Scalars["ID"];
8257
9339
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8258
9340
  }>>;
9341
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9342
+ libraryId: Scalars["ID"];
9343
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9344
+ }>>;
8259
9345
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8260
9346
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9347
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8261
9348
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8262
9349
  export declare const MeDocument: Apollo.DocumentNode;
8263
9350
  /**
@@ -8281,8 +9368,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8281
9368
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8282
9369
  [key: string]: never;
8283
9370
  }>>;
9371
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9372
+ [key: string]: never;
9373
+ }>>;
8284
9374
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8285
9375
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9376
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8286
9377
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8287
9378
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8288
9379
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8332,6 +9423,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8332
9423
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8333
9424
  treeId: Scalars["ID"];
8334
9425
  }>>;
9426
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9427
+ treeId: Scalars["ID"];
9428
+ }>>;
8335
9429
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8336
9430
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9431
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8337
9432
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;