@leav/ui 0.4.0-9b47d86 → 0.4.0-9d2fc695
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.
- package/README.md +1 -0
- package/dist/__mocks__/common/form.js +5 -1
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +1434 -327
- package/dist/_gqlTypes/index.js +349 -42
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.js +15 -0
- package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
- package/dist/_queries/records/getRecordFormQuery.js +13 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +2 -1
- package/dist/_utils/attributeType.js +2 -1
- package/dist/_utils/attributeType.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +3 -3
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +2 -1
- package/dist/components/Explorer/DataView.js +21 -12
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +9 -6
- package/dist/components/Explorer/Explorer.js +22 -11
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
- package/dist/components/Explorer/ExplorerToolbar.js +5 -4
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +22 -11
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +82 -31
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.js +34 -26
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +27 -5
- package/dist/components/Explorer/_types.js +1 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.js +2 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +2 -2
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +71 -24
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +5 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +16 -21
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
- package/dist/components/Explorer/link-item/LinkModal.js +14 -4
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +26 -2
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +10 -7
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +5 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +31 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +19 -8
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +3 -2
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +38 -12
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.js +2 -1
- package/dist/components/Explorer/useColumnWidth.js.map +1 -1
- package/dist/components/Explorer/useLoadView.d.ts +1 -1
- package/dist/components/Explorer/useLoadView.js +32 -38
- package/dist/components/Explorer/useLoadView.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +2 -1
- package/dist/components/Explorer/usePagination.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.d.ts +3 -1
- package/dist/components/Explorer/useSearchInput.js +3 -1
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.js +31 -16
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +3 -5
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +84 -249
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
- package/dist/components/{SelectTreeNodeModal → RecordEdition/EditRecordButtons}/index.js +2 -1
- package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +13 -11
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +2 -5
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +11 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.js → link-record/useLinkRecords.js} +19 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +7 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +19 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +16 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +50 -62
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +68 -52
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +27 -9
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +13 -12
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/constants.d.ts +2 -0
- package/dist/components/RecordEdition/constants.js +6 -0
- package/dist/components/RecordEdition/constants.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +27 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +43 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +3 -0
- package/dist/components/RecordEdition/index.js +3 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +4 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +7 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +5 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +60 -54
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/_types.d.ts +18 -0
- package/dist/components/SelectTreeNode/_types.js +2 -0
- package/dist/components/SelectTreeNode/_types.js.map +1 -0
- package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
- package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +4 -2
- package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
- package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → SelectTreeNodeModalOld}/index.js +1 -2
- package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +3 -3
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +1 -2
- package/dist/components/index.js.map +1 -1
- package/dist/contexts/LangContext/LangContext.d.ts +1 -2
- package/dist/contexts/LangContext/LangContext.js +2 -2
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
- package/dist/hooks/useIFrameMessenger/schema.js +76 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
- package/dist/hooks/useIFrameMessenger/types.js +2 -0
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
- package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/locales/en/shared.json +9 -1
- package/dist/locales/fr/shared.json +9 -1
- package/dist/types/attributes.d.ts +2 -1
- package/package.json +23 -8
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
- 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,12 +262,27 @@ export type FormInput = {
|
|
|
246
262
|
id: Scalars['ID'];
|
|
247
263
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
248
264
|
library: Scalars['ID'];
|
|
265
|
+
sidePanel?: InputMaybe<FormSidePanelInput>;
|
|
266
|
+
};
|
|
267
|
+
export type FormSidePanelInput = {
|
|
268
|
+
enable: Scalars['Boolean'];
|
|
269
|
+
isOpenByDefault: Scalars['Boolean'];
|
|
249
270
|
};
|
|
250
271
|
export declare enum FormsSortableFields {
|
|
251
272
|
id = "id",
|
|
252
273
|
library = "library",
|
|
253
274
|
system = "system"
|
|
254
275
|
}
|
|
276
|
+
export declare enum GenerationStatus {
|
|
277
|
+
DONE = "DONE",
|
|
278
|
+
GENERATION_FAILED = "GENERATION_FAILED",
|
|
279
|
+
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
280
|
+
GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
|
|
281
|
+
PREPARATION_FAILED = "PREPARATION_FAILED",
|
|
282
|
+
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
283
|
+
TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
|
|
284
|
+
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
285
|
+
}
|
|
255
286
|
export type GlobalSettingsFileInput = {
|
|
256
287
|
library: Scalars['String'];
|
|
257
288
|
recordId: Scalars['String'];
|
|
@@ -261,6 +292,7 @@ export type GlobalSettingsInput = {
|
|
|
261
292
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
262
293
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
263
294
|
name?: InputMaybe<Scalars['String']>;
|
|
295
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
264
296
|
};
|
|
265
297
|
export declare enum IoTypes {
|
|
266
298
|
boolean = "boolean",
|
|
@@ -292,6 +324,7 @@ export declare enum LibrariesSortableFields {
|
|
|
292
324
|
export declare enum LibraryBehavior {
|
|
293
325
|
directories = "directories",
|
|
294
326
|
files = "files",
|
|
327
|
+
join = "join",
|
|
295
328
|
standard = "standard"
|
|
296
329
|
}
|
|
297
330
|
export type LibraryIconInput = {
|
|
@@ -306,9 +339,11 @@ export type LibraryInput = {
|
|
|
306
339
|
icon?: InputMaybe<LibraryIconInput>;
|
|
307
340
|
id: Scalars['ID'];
|
|
308
341
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
342
|
+
mandatoryAttribute?: InputMaybe<Scalars['ID']>;
|
|
309
343
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
310
344
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
311
345
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
346
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
312
347
|
};
|
|
313
348
|
export type LibraryPreviewsSettingsInput = {
|
|
314
349
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
@@ -335,6 +370,9 @@ export declare enum LogAction {
|
|
|
335
370
|
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
336
371
|
RECORD_DELETE = "RECORD_DELETE",
|
|
337
372
|
RECORD_SAVE = "RECORD_SAVE",
|
|
373
|
+
SDO_LOG_ERROR = "SDO_LOG_ERROR",
|
|
374
|
+
SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
|
|
375
|
+
SDO_LOG_IMPORT_RECORD = "SDO_LOG_IMPORT_RECORD",
|
|
338
376
|
TASKS_DELETE = "TASKS_DELETE",
|
|
339
377
|
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
340
378
|
TREE_DELETE = "TREE_DELETE",
|
|
@@ -389,6 +427,11 @@ export type LogTopicRecordFilterInput = {
|
|
|
389
427
|
id?: InputMaybe<Scalars['String']>;
|
|
390
428
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
391
429
|
};
|
|
430
|
+
export declare enum MultiLinkDisplayOption {
|
|
431
|
+
avatar = "avatar",
|
|
432
|
+
badge_qty = "badge_qty",
|
|
433
|
+
tag = "tag"
|
|
434
|
+
}
|
|
392
435
|
export type Pagination = {
|
|
393
436
|
limit: Scalars['Int'];
|
|
394
437
|
offset: Scalars['Int'];
|
|
@@ -431,6 +474,7 @@ export declare enum PermissionsActions {
|
|
|
431
474
|
admin_access_applications = "admin_access_applications",
|
|
432
475
|
admin_access_attributes = "admin_access_attributes",
|
|
433
476
|
admin_access_libraries = "admin_access_libraries",
|
|
477
|
+
admin_access_logs = "admin_access_logs",
|
|
434
478
|
admin_access_permissions = "admin_access_permissions",
|
|
435
479
|
admin_access_tasks = "admin_access_tasks",
|
|
436
480
|
admin_access_trees = "admin_access_trees",
|
|
@@ -537,6 +581,12 @@ export type RecordInput = {
|
|
|
537
581
|
id: Scalars['ID'];
|
|
538
582
|
library: Scalars['String'];
|
|
539
583
|
};
|
|
584
|
+
export declare enum RecordPermissionsActions {
|
|
585
|
+
access_record = "access_record",
|
|
586
|
+
create_record = "create_record",
|
|
587
|
+
delete_record = "delete_record",
|
|
588
|
+
edit_record = "edit_record"
|
|
589
|
+
}
|
|
540
590
|
export type RecordSortInput = {
|
|
541
591
|
field: Scalars['String'];
|
|
542
592
|
order: SortOrder;
|
|
@@ -640,6 +690,7 @@ export type TreeInput = {
|
|
|
640
690
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
641
691
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
642
692
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
693
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
643
694
|
};
|
|
644
695
|
export type TreeLibraryInput = {
|
|
645
696
|
library: Scalars['ID'];
|
|
@@ -681,11 +732,13 @@ export type ValueBatchInput = {
|
|
|
681
732
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
682
733
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
683
734
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
735
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
684
736
|
payload?: InputMaybe<Scalars['String']>;
|
|
685
737
|
};
|
|
686
738
|
export type ValueInput = {
|
|
687
739
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
688
740
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
741
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
689
742
|
payload?: InputMaybe<Scalars['String']>;
|
|
690
743
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
691
744
|
};
|
|
@@ -823,6 +876,7 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
823
876
|
label?: any | null;
|
|
824
877
|
description?: any | null;
|
|
825
878
|
multiple_values: boolean;
|
|
879
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
826
880
|
linked_library?: {
|
|
827
881
|
id: string;
|
|
828
882
|
label?: any | null;
|
|
@@ -860,6 +914,7 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
860
914
|
label?: any | null;
|
|
861
915
|
description?: any | null;
|
|
862
916
|
multiple_values: boolean;
|
|
917
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
863
918
|
metadata_fields?: Array<{
|
|
864
919
|
id: string;
|
|
865
920
|
label?: any | null;
|
|
@@ -892,6 +947,7 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
892
947
|
label?: any | null;
|
|
893
948
|
description?: any | null;
|
|
894
949
|
multiple_values: boolean;
|
|
950
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
895
951
|
linked_tree?: {
|
|
896
952
|
id: string;
|
|
897
953
|
label?: any | null;
|
|
@@ -1750,124 +1806,379 @@ export type RecordFormElementFragment = {
|
|
|
1750
1806
|
key: string;
|
|
1751
1807
|
value: any;
|
|
1752
1808
|
}>;
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
id_value?: string | null;
|
|
1756
|
-
isInherited?: boolean | null;
|
|
1757
|
-
isCalculated?: boolean | null;
|
|
1758
|
-
modified_at?: number | null;
|
|
1759
|
-
created_at?: number | null;
|
|
1760
|
-
linkValue?: {
|
|
1761
|
-
id: string;
|
|
1762
|
-
whoAmI: {
|
|
1763
|
-
id: string;
|
|
1764
|
-
label?: string | null;
|
|
1765
|
-
subLabel?: string | null;
|
|
1766
|
-
color?: string | null;
|
|
1767
|
-
preview?: IPreviewScalar | null;
|
|
1768
|
-
library: {
|
|
1769
|
-
id: string;
|
|
1770
|
-
label?: any | null;
|
|
1771
|
-
};
|
|
1772
|
-
};
|
|
1773
|
-
} | null;
|
|
1774
|
-
modified_by?: {
|
|
1775
|
-
id: string;
|
|
1776
|
-
whoAmI: {
|
|
1777
|
-
id: string;
|
|
1778
|
-
label?: string | null;
|
|
1779
|
-
subLabel?: string | null;
|
|
1780
|
-
color?: string | null;
|
|
1781
|
-
preview?: IPreviewScalar | null;
|
|
1782
|
-
library: {
|
|
1783
|
-
id: string;
|
|
1784
|
-
label?: any | null;
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
} | null;
|
|
1788
|
-
created_by?: {
|
|
1789
|
-
id: string;
|
|
1790
|
-
whoAmI: {
|
|
1809
|
+
joinLibraryContext?: {
|
|
1810
|
+
mandatoryAttribute: {
|
|
1791
1811
|
id: string;
|
|
1792
|
-
label?:
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1812
|
+
label?: any | null;
|
|
1813
|
+
description?: any | null;
|
|
1814
|
+
type: AttributeType;
|
|
1815
|
+
format?: AttributeFormat | null;
|
|
1816
|
+
system: boolean;
|
|
1817
|
+
readonly: boolean;
|
|
1818
|
+
required: boolean;
|
|
1819
|
+
multiple_values: boolean;
|
|
1820
|
+
compute: boolean;
|
|
1821
|
+
linked_library?: {
|
|
1797
1822
|
id: string;
|
|
1798
1823
|
label?: any | null;
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1824
|
+
behavior: LibraryBehavior;
|
|
1825
|
+
permissions?: {
|
|
1826
|
+
create_record: boolean;
|
|
1827
|
+
} | null;
|
|
1828
|
+
} | null;
|
|
1829
|
+
linkValuesList?: {
|
|
1830
|
+
enable: boolean;
|
|
1831
|
+
allowFreeEntry?: boolean | null;
|
|
1832
|
+
allowListUpdate?: boolean | null;
|
|
1833
|
+
values?: Array<{
|
|
1809
1834
|
id: string;
|
|
1810
|
-
|
|
1811
|
-
library: {
|
|
1835
|
+
whoAmI: {
|
|
1812
1836
|
id: string;
|
|
1837
|
+
label?: string | null;
|
|
1838
|
+
subLabel?: string | null;
|
|
1839
|
+
color?: string | null;
|
|
1840
|
+
preview?: IPreviewScalar | null;
|
|
1841
|
+
library: {
|
|
1842
|
+
id: string;
|
|
1843
|
+
label?: any | null;
|
|
1844
|
+
};
|
|
1813
1845
|
};
|
|
1814
|
-
};
|
|
1846
|
+
}> | null;
|
|
1847
|
+
} | null;
|
|
1848
|
+
permissions: {
|
|
1849
|
+
access_attribute: boolean;
|
|
1850
|
+
edit_value: boolean;
|
|
1815
1851
|
};
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
id: string;
|
|
1820
|
-
format?: AttributeFormat | null;
|
|
1821
|
-
type: AttributeType;
|
|
1822
|
-
system: boolean;
|
|
1823
|
-
};
|
|
1824
|
-
metadata?: Array<{
|
|
1825
|
-
name: string;
|
|
1826
|
-
value?: {
|
|
1827
|
-
id_value?: string | null;
|
|
1828
|
-
modified_at?: number | null;
|
|
1829
|
-
created_at?: number | null;
|
|
1830
|
-
payload?: any | null;
|
|
1831
|
-
raw_payload?: any | null;
|
|
1832
|
-
modified_by?: {
|
|
1833
|
-
id: string;
|
|
1834
|
-
whoAmI: {
|
|
1852
|
+
versions_conf?: {
|
|
1853
|
+
versionable: boolean;
|
|
1854
|
+
profile?: {
|
|
1835
1855
|
id: string;
|
|
1836
|
-
|
|
1837
|
-
subLabel?: string | null;
|
|
1838
|
-
color?: string | null;
|
|
1839
|
-
preview?: IPreviewScalar | null;
|
|
1840
|
-
library: {
|
|
1856
|
+
trees: Array<{
|
|
1841
1857
|
id: string;
|
|
1842
1858
|
label?: any | null;
|
|
1843
|
-
}
|
|
1844
|
-
};
|
|
1859
|
+
}>;
|
|
1860
|
+
} | null;
|
|
1845
1861
|
} | null;
|
|
1846
|
-
|
|
1862
|
+
metadata_fields?: Array<{
|
|
1847
1863
|
id: string;
|
|
1848
|
-
|
|
1864
|
+
label?: any | null;
|
|
1865
|
+
description?: any | null;
|
|
1866
|
+
type: AttributeType;
|
|
1867
|
+
format?: AttributeFormat | null;
|
|
1868
|
+
system: boolean;
|
|
1869
|
+
readonly: boolean;
|
|
1870
|
+
multiple_values: boolean;
|
|
1871
|
+
permissions: {
|
|
1872
|
+
access_attribute: boolean;
|
|
1873
|
+
edit_value: boolean;
|
|
1874
|
+
};
|
|
1875
|
+
values_list?: {
|
|
1876
|
+
enable: boolean;
|
|
1877
|
+
allowFreeEntry?: boolean | null;
|
|
1878
|
+
allowListUpdate?: boolean | null;
|
|
1879
|
+
dateRangeValues?: Array<{
|
|
1880
|
+
from?: string | null;
|
|
1881
|
+
to?: string | null;
|
|
1882
|
+
}> | null;
|
|
1883
|
+
} | {
|
|
1884
|
+
enable: boolean;
|
|
1885
|
+
allowFreeEntry?: boolean | null;
|
|
1886
|
+
allowListUpdate?: boolean | null;
|
|
1887
|
+
values?: Array<string> | null;
|
|
1888
|
+
} | null;
|
|
1889
|
+
metadata_fields?: Array<{
|
|
1849
1890
|
id: string;
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1891
|
+
}> | null;
|
|
1892
|
+
}> | null;
|
|
1893
|
+
} | {
|
|
1894
|
+
character_limit?: number | null;
|
|
1895
|
+
id: string;
|
|
1896
|
+
label?: any | null;
|
|
1897
|
+
description?: any | null;
|
|
1898
|
+
type: AttributeType;
|
|
1899
|
+
format?: AttributeFormat | null;
|
|
1900
|
+
system: boolean;
|
|
1901
|
+
readonly: boolean;
|
|
1902
|
+
required: boolean;
|
|
1903
|
+
multiple_values: boolean;
|
|
1904
|
+
compute: boolean;
|
|
1905
|
+
values_list?: {
|
|
1906
|
+
enable: boolean;
|
|
1907
|
+
allowFreeEntry?: boolean | null;
|
|
1908
|
+
allowListUpdate?: boolean | null;
|
|
1909
|
+
dateRangeValues?: Array<{
|
|
1910
|
+
from?: string | null;
|
|
1911
|
+
to?: string | null;
|
|
1912
|
+
}> | null;
|
|
1913
|
+
} | {
|
|
1914
|
+
enable: boolean;
|
|
1915
|
+
allowFreeEntry?: boolean | null;
|
|
1916
|
+
allowListUpdate?: boolean | null;
|
|
1917
|
+
values?: Array<string> | null;
|
|
1918
|
+
} | null;
|
|
1919
|
+
permissions: {
|
|
1920
|
+
access_attribute: boolean;
|
|
1921
|
+
edit_value: boolean;
|
|
1922
|
+
};
|
|
1923
|
+
versions_conf?: {
|
|
1924
|
+
versionable: boolean;
|
|
1925
|
+
profile?: {
|
|
1926
|
+
id: string;
|
|
1927
|
+
trees: Array<{
|
|
1855
1928
|
id: string;
|
|
1856
1929
|
label?: any | null;
|
|
1857
|
-
}
|
|
1930
|
+
}>;
|
|
1931
|
+
} | null;
|
|
1932
|
+
} | null;
|
|
1933
|
+
metadata_fields?: Array<{
|
|
1934
|
+
id: string;
|
|
1935
|
+
label?: any | null;
|
|
1936
|
+
description?: any | null;
|
|
1937
|
+
type: AttributeType;
|
|
1938
|
+
format?: AttributeFormat | null;
|
|
1939
|
+
system: boolean;
|
|
1940
|
+
readonly: boolean;
|
|
1941
|
+
multiple_values: boolean;
|
|
1942
|
+
permissions: {
|
|
1943
|
+
access_attribute: boolean;
|
|
1944
|
+
edit_value: boolean;
|
|
1858
1945
|
};
|
|
1946
|
+
values_list?: {
|
|
1947
|
+
enable: boolean;
|
|
1948
|
+
allowFreeEntry?: boolean | null;
|
|
1949
|
+
allowListUpdate?: boolean | null;
|
|
1950
|
+
dateRangeValues?: Array<{
|
|
1951
|
+
from?: string | null;
|
|
1952
|
+
to?: string | null;
|
|
1953
|
+
}> | null;
|
|
1954
|
+
} | {
|
|
1955
|
+
enable: boolean;
|
|
1956
|
+
allowFreeEntry?: boolean | null;
|
|
1957
|
+
allowListUpdate?: boolean | null;
|
|
1958
|
+
values?: Array<string> | null;
|
|
1959
|
+
} | null;
|
|
1960
|
+
metadata_fields?: Array<{
|
|
1961
|
+
id: string;
|
|
1962
|
+
}> | null;
|
|
1963
|
+
}> | null;
|
|
1964
|
+
} | {
|
|
1965
|
+
id: string;
|
|
1966
|
+
label?: any | null;
|
|
1967
|
+
description?: any | null;
|
|
1968
|
+
type: AttributeType;
|
|
1969
|
+
format?: AttributeFormat | null;
|
|
1970
|
+
system: boolean;
|
|
1971
|
+
readonly: boolean;
|
|
1972
|
+
required: boolean;
|
|
1973
|
+
multiple_values: boolean;
|
|
1974
|
+
compute: boolean;
|
|
1975
|
+
linked_tree?: {
|
|
1976
|
+
id: string;
|
|
1977
|
+
label?: any | null;
|
|
1859
1978
|
} | null;
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1979
|
+
treeValuesList?: {
|
|
1980
|
+
enable: boolean;
|
|
1981
|
+
allowFreeEntry?: boolean | null;
|
|
1982
|
+
allowListUpdate?: boolean | null;
|
|
1983
|
+
values?: Array<{
|
|
1863
1984
|
id: string;
|
|
1864
1985
|
record: {
|
|
1865
1986
|
id: string;
|
|
1866
1987
|
whoAmI: {
|
|
1867
1988
|
id: string;
|
|
1868
1989
|
label?: string | null;
|
|
1869
|
-
|
|
1870
|
-
|
|
1990
|
+
subLabel?: string | null;
|
|
1991
|
+
color?: string | null;
|
|
1992
|
+
preview?: IPreviewScalar | null;
|
|
1993
|
+
library: {
|
|
1994
|
+
id: string;
|
|
1995
|
+
label?: any | null;
|
|
1996
|
+
};
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1999
|
+
ancestors?: Array<{
|
|
2000
|
+
record: {
|
|
2001
|
+
id: string;
|
|
2002
|
+
whoAmI: {
|
|
2003
|
+
id: string;
|
|
2004
|
+
label?: string | null;
|
|
2005
|
+
subLabel?: string | null;
|
|
2006
|
+
color?: string | null;
|
|
2007
|
+
preview?: IPreviewScalar | null;
|
|
2008
|
+
library: {
|
|
2009
|
+
id: string;
|
|
2010
|
+
label?: any | null;
|
|
2011
|
+
};
|
|
2012
|
+
};
|
|
2013
|
+
};
|
|
2014
|
+
}> | null;
|
|
2015
|
+
}> | null;
|
|
2016
|
+
} | null;
|
|
2017
|
+
permissions: {
|
|
2018
|
+
access_attribute: boolean;
|
|
2019
|
+
edit_value: boolean;
|
|
2020
|
+
};
|
|
2021
|
+
versions_conf?: {
|
|
2022
|
+
versionable: boolean;
|
|
2023
|
+
profile?: {
|
|
2024
|
+
id: string;
|
|
2025
|
+
trees: Array<{
|
|
2026
|
+
id: string;
|
|
2027
|
+
label?: any | null;
|
|
2028
|
+
}>;
|
|
2029
|
+
} | null;
|
|
2030
|
+
} | null;
|
|
2031
|
+
metadata_fields?: Array<{
|
|
2032
|
+
id: string;
|
|
2033
|
+
label?: any | null;
|
|
2034
|
+
description?: any | null;
|
|
2035
|
+
type: AttributeType;
|
|
2036
|
+
format?: AttributeFormat | null;
|
|
2037
|
+
system: boolean;
|
|
2038
|
+
readonly: boolean;
|
|
2039
|
+
multiple_values: boolean;
|
|
2040
|
+
permissions: {
|
|
2041
|
+
access_attribute: boolean;
|
|
2042
|
+
edit_value: boolean;
|
|
2043
|
+
};
|
|
2044
|
+
values_list?: {
|
|
2045
|
+
enable: boolean;
|
|
2046
|
+
allowFreeEntry?: boolean | null;
|
|
2047
|
+
allowListUpdate?: boolean | null;
|
|
2048
|
+
dateRangeValues?: Array<{
|
|
2049
|
+
from?: string | null;
|
|
2050
|
+
to?: string | null;
|
|
2051
|
+
}> | null;
|
|
2052
|
+
} | {
|
|
2053
|
+
enable: boolean;
|
|
2054
|
+
allowFreeEntry?: boolean | null;
|
|
2055
|
+
allowListUpdate?: boolean | null;
|
|
2056
|
+
values?: Array<string> | null;
|
|
2057
|
+
} | null;
|
|
2058
|
+
metadata_fields?: Array<{
|
|
2059
|
+
id: string;
|
|
2060
|
+
}> | null;
|
|
2061
|
+
}> | null;
|
|
2062
|
+
};
|
|
2063
|
+
} | null;
|
|
2064
|
+
};
|
|
2065
|
+
export type ValueDetailsLinkValueFragment = {
|
|
2066
|
+
id_value?: string | null;
|
|
2067
|
+
isInherited?: boolean | null;
|
|
2068
|
+
isCalculated?: boolean | null;
|
|
2069
|
+
modified_at?: number | null;
|
|
2070
|
+
created_at?: number | null;
|
|
2071
|
+
linkValue?: {
|
|
2072
|
+
id: string;
|
|
2073
|
+
whoAmI: {
|
|
2074
|
+
id: string;
|
|
2075
|
+
label?: string | null;
|
|
2076
|
+
subLabel?: string | null;
|
|
2077
|
+
color?: string | null;
|
|
2078
|
+
preview?: IPreviewScalar | null;
|
|
2079
|
+
library: {
|
|
2080
|
+
id: string;
|
|
2081
|
+
label?: any | null;
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
} | null;
|
|
2085
|
+
modified_by?: {
|
|
2086
|
+
id: string;
|
|
2087
|
+
whoAmI: {
|
|
2088
|
+
id: string;
|
|
2089
|
+
label?: string | null;
|
|
2090
|
+
subLabel?: string | null;
|
|
2091
|
+
color?: string | null;
|
|
2092
|
+
preview?: IPreviewScalar | null;
|
|
2093
|
+
library: {
|
|
2094
|
+
id: string;
|
|
2095
|
+
label?: any | null;
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
} | null;
|
|
2099
|
+
created_by?: {
|
|
2100
|
+
id: string;
|
|
2101
|
+
whoAmI: {
|
|
2102
|
+
id: string;
|
|
2103
|
+
label?: string | null;
|
|
2104
|
+
subLabel?: string | null;
|
|
2105
|
+
color?: string | null;
|
|
2106
|
+
preview?: IPreviewScalar | null;
|
|
2107
|
+
library: {
|
|
2108
|
+
id: string;
|
|
2109
|
+
label?: any | null;
|
|
2110
|
+
};
|
|
2111
|
+
};
|
|
2112
|
+
} | null;
|
|
2113
|
+
version?: Array<{
|
|
2114
|
+
treeId: string;
|
|
2115
|
+
treeNode?: {
|
|
2116
|
+
id: string;
|
|
2117
|
+
record: {
|
|
2118
|
+
id: string;
|
|
2119
|
+
whoAmI: {
|
|
2120
|
+
id: string;
|
|
2121
|
+
label?: string | null;
|
|
2122
|
+
library: {
|
|
2123
|
+
id: string;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
};
|
|
2127
|
+
} | null;
|
|
2128
|
+
} | null> | null;
|
|
2129
|
+
attribute: {
|
|
2130
|
+
id: string;
|
|
2131
|
+
format?: AttributeFormat | null;
|
|
2132
|
+
type: AttributeType;
|
|
2133
|
+
system: boolean;
|
|
2134
|
+
};
|
|
2135
|
+
metadata?: Array<{
|
|
2136
|
+
name: string;
|
|
2137
|
+
value?: {
|
|
2138
|
+
id_value?: string | null;
|
|
2139
|
+
modified_at?: number | null;
|
|
2140
|
+
created_at?: number | null;
|
|
2141
|
+
payload?: any | null;
|
|
2142
|
+
raw_payload?: any | null;
|
|
2143
|
+
modified_by?: {
|
|
2144
|
+
id: string;
|
|
2145
|
+
whoAmI: {
|
|
2146
|
+
id: string;
|
|
2147
|
+
label?: string | null;
|
|
2148
|
+
subLabel?: string | null;
|
|
2149
|
+
color?: string | null;
|
|
2150
|
+
preview?: IPreviewScalar | null;
|
|
2151
|
+
library: {
|
|
2152
|
+
id: string;
|
|
2153
|
+
label?: any | null;
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
} | null;
|
|
2157
|
+
created_by?: {
|
|
2158
|
+
id: string;
|
|
2159
|
+
whoAmI: {
|
|
2160
|
+
id: string;
|
|
2161
|
+
label?: string | null;
|
|
2162
|
+
subLabel?: string | null;
|
|
2163
|
+
color?: string | null;
|
|
2164
|
+
preview?: IPreviewScalar | null;
|
|
2165
|
+
library: {
|
|
2166
|
+
id: string;
|
|
2167
|
+
label?: any | null;
|
|
2168
|
+
};
|
|
2169
|
+
};
|
|
2170
|
+
} | null;
|
|
2171
|
+
version?: Array<{
|
|
2172
|
+
treeId: string;
|
|
2173
|
+
treeNode?: {
|
|
2174
|
+
id: string;
|
|
2175
|
+
record: {
|
|
2176
|
+
id: string;
|
|
2177
|
+
whoAmI: {
|
|
2178
|
+
id: string;
|
|
2179
|
+
label?: string | null;
|
|
2180
|
+
library: {
|
|
2181
|
+
id: string;
|
|
1871
2182
|
};
|
|
1872
2183
|
};
|
|
1873
2184
|
};
|
|
@@ -2423,7 +2734,262 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
|
2423
2734
|
allowListUpdate?: boolean | null;
|
|
2424
2735
|
values?: Array<string> | null;
|
|
2425
2736
|
};
|
|
2426
|
-
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2737
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2738
|
+
export type JoinLibraryContextFragment = {
|
|
2739
|
+
mandatoryAttribute: {
|
|
2740
|
+
id: string;
|
|
2741
|
+
label?: any | null;
|
|
2742
|
+
description?: any | null;
|
|
2743
|
+
type: AttributeType;
|
|
2744
|
+
format?: AttributeFormat | null;
|
|
2745
|
+
system: boolean;
|
|
2746
|
+
readonly: boolean;
|
|
2747
|
+
required: boolean;
|
|
2748
|
+
multiple_values: boolean;
|
|
2749
|
+
compute: boolean;
|
|
2750
|
+
linked_library?: {
|
|
2751
|
+
id: string;
|
|
2752
|
+
label?: any | null;
|
|
2753
|
+
behavior: LibraryBehavior;
|
|
2754
|
+
permissions?: {
|
|
2755
|
+
create_record: boolean;
|
|
2756
|
+
} | null;
|
|
2757
|
+
} | null;
|
|
2758
|
+
linkValuesList?: {
|
|
2759
|
+
enable: boolean;
|
|
2760
|
+
allowFreeEntry?: boolean | null;
|
|
2761
|
+
allowListUpdate?: boolean | null;
|
|
2762
|
+
values?: Array<{
|
|
2763
|
+
id: string;
|
|
2764
|
+
whoAmI: {
|
|
2765
|
+
id: string;
|
|
2766
|
+
label?: string | null;
|
|
2767
|
+
subLabel?: string | null;
|
|
2768
|
+
color?: string | null;
|
|
2769
|
+
preview?: IPreviewScalar | null;
|
|
2770
|
+
library: {
|
|
2771
|
+
id: string;
|
|
2772
|
+
label?: any | null;
|
|
2773
|
+
};
|
|
2774
|
+
};
|
|
2775
|
+
}> | null;
|
|
2776
|
+
} | null;
|
|
2777
|
+
permissions: {
|
|
2778
|
+
access_attribute: boolean;
|
|
2779
|
+
edit_value: boolean;
|
|
2780
|
+
};
|
|
2781
|
+
versions_conf?: {
|
|
2782
|
+
versionable: boolean;
|
|
2783
|
+
profile?: {
|
|
2784
|
+
id: string;
|
|
2785
|
+
trees: Array<{
|
|
2786
|
+
id: string;
|
|
2787
|
+
label?: any | null;
|
|
2788
|
+
}>;
|
|
2789
|
+
} | null;
|
|
2790
|
+
} | null;
|
|
2791
|
+
metadata_fields?: Array<{
|
|
2792
|
+
id: string;
|
|
2793
|
+
label?: any | null;
|
|
2794
|
+
description?: any | null;
|
|
2795
|
+
type: AttributeType;
|
|
2796
|
+
format?: AttributeFormat | null;
|
|
2797
|
+
system: boolean;
|
|
2798
|
+
readonly: boolean;
|
|
2799
|
+
multiple_values: boolean;
|
|
2800
|
+
permissions: {
|
|
2801
|
+
access_attribute: boolean;
|
|
2802
|
+
edit_value: boolean;
|
|
2803
|
+
};
|
|
2804
|
+
values_list?: {
|
|
2805
|
+
enable: boolean;
|
|
2806
|
+
allowFreeEntry?: boolean | null;
|
|
2807
|
+
allowListUpdate?: boolean | null;
|
|
2808
|
+
dateRangeValues?: Array<{
|
|
2809
|
+
from?: string | null;
|
|
2810
|
+
to?: string | null;
|
|
2811
|
+
}> | null;
|
|
2812
|
+
} | {
|
|
2813
|
+
enable: boolean;
|
|
2814
|
+
allowFreeEntry?: boolean | null;
|
|
2815
|
+
allowListUpdate?: boolean | null;
|
|
2816
|
+
values?: Array<string> | null;
|
|
2817
|
+
} | null;
|
|
2818
|
+
metadata_fields?: Array<{
|
|
2819
|
+
id: string;
|
|
2820
|
+
}> | null;
|
|
2821
|
+
}> | null;
|
|
2822
|
+
} | {
|
|
2823
|
+
character_limit?: number | null;
|
|
2824
|
+
id: string;
|
|
2825
|
+
label?: any | null;
|
|
2826
|
+
description?: any | null;
|
|
2827
|
+
type: AttributeType;
|
|
2828
|
+
format?: AttributeFormat | null;
|
|
2829
|
+
system: boolean;
|
|
2830
|
+
readonly: boolean;
|
|
2831
|
+
required: boolean;
|
|
2832
|
+
multiple_values: boolean;
|
|
2833
|
+
compute: boolean;
|
|
2834
|
+
values_list?: {
|
|
2835
|
+
enable: boolean;
|
|
2836
|
+
allowFreeEntry?: boolean | null;
|
|
2837
|
+
allowListUpdate?: boolean | null;
|
|
2838
|
+
dateRangeValues?: Array<{
|
|
2839
|
+
from?: string | null;
|
|
2840
|
+
to?: string | null;
|
|
2841
|
+
}> | null;
|
|
2842
|
+
} | {
|
|
2843
|
+
enable: boolean;
|
|
2844
|
+
allowFreeEntry?: boolean | null;
|
|
2845
|
+
allowListUpdate?: boolean | null;
|
|
2846
|
+
values?: Array<string> | null;
|
|
2847
|
+
} | null;
|
|
2848
|
+
permissions: {
|
|
2849
|
+
access_attribute: boolean;
|
|
2850
|
+
edit_value: boolean;
|
|
2851
|
+
};
|
|
2852
|
+
versions_conf?: {
|
|
2853
|
+
versionable: boolean;
|
|
2854
|
+
profile?: {
|
|
2855
|
+
id: string;
|
|
2856
|
+
trees: Array<{
|
|
2857
|
+
id: string;
|
|
2858
|
+
label?: any | null;
|
|
2859
|
+
}>;
|
|
2860
|
+
} | null;
|
|
2861
|
+
} | null;
|
|
2862
|
+
metadata_fields?: Array<{
|
|
2863
|
+
id: string;
|
|
2864
|
+
label?: any | null;
|
|
2865
|
+
description?: any | null;
|
|
2866
|
+
type: AttributeType;
|
|
2867
|
+
format?: AttributeFormat | null;
|
|
2868
|
+
system: boolean;
|
|
2869
|
+
readonly: boolean;
|
|
2870
|
+
multiple_values: boolean;
|
|
2871
|
+
permissions: {
|
|
2872
|
+
access_attribute: boolean;
|
|
2873
|
+
edit_value: boolean;
|
|
2874
|
+
};
|
|
2875
|
+
values_list?: {
|
|
2876
|
+
enable: boolean;
|
|
2877
|
+
allowFreeEntry?: boolean | null;
|
|
2878
|
+
allowListUpdate?: boolean | null;
|
|
2879
|
+
dateRangeValues?: Array<{
|
|
2880
|
+
from?: string | null;
|
|
2881
|
+
to?: string | null;
|
|
2882
|
+
}> | null;
|
|
2883
|
+
} | {
|
|
2884
|
+
enable: boolean;
|
|
2885
|
+
allowFreeEntry?: boolean | null;
|
|
2886
|
+
allowListUpdate?: boolean | null;
|
|
2887
|
+
values?: Array<string> | null;
|
|
2888
|
+
} | null;
|
|
2889
|
+
metadata_fields?: Array<{
|
|
2890
|
+
id: string;
|
|
2891
|
+
}> | null;
|
|
2892
|
+
}> | null;
|
|
2893
|
+
} | {
|
|
2894
|
+
id: string;
|
|
2895
|
+
label?: any | null;
|
|
2896
|
+
description?: any | null;
|
|
2897
|
+
type: AttributeType;
|
|
2898
|
+
format?: AttributeFormat | null;
|
|
2899
|
+
system: boolean;
|
|
2900
|
+
readonly: boolean;
|
|
2901
|
+
required: boolean;
|
|
2902
|
+
multiple_values: boolean;
|
|
2903
|
+
compute: boolean;
|
|
2904
|
+
linked_tree?: {
|
|
2905
|
+
id: string;
|
|
2906
|
+
label?: any | null;
|
|
2907
|
+
} | null;
|
|
2908
|
+
treeValuesList?: {
|
|
2909
|
+
enable: boolean;
|
|
2910
|
+
allowFreeEntry?: boolean | null;
|
|
2911
|
+
allowListUpdate?: boolean | null;
|
|
2912
|
+
values?: Array<{
|
|
2913
|
+
id: string;
|
|
2914
|
+
record: {
|
|
2915
|
+
id: string;
|
|
2916
|
+
whoAmI: {
|
|
2917
|
+
id: string;
|
|
2918
|
+
label?: string | null;
|
|
2919
|
+
subLabel?: string | null;
|
|
2920
|
+
color?: string | null;
|
|
2921
|
+
preview?: IPreviewScalar | null;
|
|
2922
|
+
library: {
|
|
2923
|
+
id: string;
|
|
2924
|
+
label?: any | null;
|
|
2925
|
+
};
|
|
2926
|
+
};
|
|
2927
|
+
};
|
|
2928
|
+
ancestors?: Array<{
|
|
2929
|
+
record: {
|
|
2930
|
+
id: string;
|
|
2931
|
+
whoAmI: {
|
|
2932
|
+
id: string;
|
|
2933
|
+
label?: string | null;
|
|
2934
|
+
subLabel?: string | null;
|
|
2935
|
+
color?: string | null;
|
|
2936
|
+
preview?: IPreviewScalar | null;
|
|
2937
|
+
library: {
|
|
2938
|
+
id: string;
|
|
2939
|
+
label?: any | null;
|
|
2940
|
+
};
|
|
2941
|
+
};
|
|
2942
|
+
};
|
|
2943
|
+
}> | null;
|
|
2944
|
+
}> | null;
|
|
2945
|
+
} | null;
|
|
2946
|
+
permissions: {
|
|
2947
|
+
access_attribute: boolean;
|
|
2948
|
+
edit_value: boolean;
|
|
2949
|
+
};
|
|
2950
|
+
versions_conf?: {
|
|
2951
|
+
versionable: boolean;
|
|
2952
|
+
profile?: {
|
|
2953
|
+
id: string;
|
|
2954
|
+
trees: Array<{
|
|
2955
|
+
id: string;
|
|
2956
|
+
label?: any | null;
|
|
2957
|
+
}>;
|
|
2958
|
+
} | null;
|
|
2959
|
+
} | null;
|
|
2960
|
+
metadata_fields?: Array<{
|
|
2961
|
+
id: string;
|
|
2962
|
+
label?: any | null;
|
|
2963
|
+
description?: any | null;
|
|
2964
|
+
type: AttributeType;
|
|
2965
|
+
format?: AttributeFormat | null;
|
|
2966
|
+
system: boolean;
|
|
2967
|
+
readonly: boolean;
|
|
2968
|
+
multiple_values: boolean;
|
|
2969
|
+
permissions: {
|
|
2970
|
+
access_attribute: boolean;
|
|
2971
|
+
edit_value: boolean;
|
|
2972
|
+
};
|
|
2973
|
+
values_list?: {
|
|
2974
|
+
enable: boolean;
|
|
2975
|
+
allowFreeEntry?: boolean | null;
|
|
2976
|
+
allowListUpdate?: boolean | null;
|
|
2977
|
+
dateRangeValues?: Array<{
|
|
2978
|
+
from?: string | null;
|
|
2979
|
+
to?: string | null;
|
|
2980
|
+
}> | null;
|
|
2981
|
+
} | {
|
|
2982
|
+
enable: boolean;
|
|
2983
|
+
allowFreeEntry?: boolean | null;
|
|
2984
|
+
allowListUpdate?: boolean | null;
|
|
2985
|
+
values?: Array<string> | null;
|
|
2986
|
+
} | null;
|
|
2987
|
+
metadata_fields?: Array<{
|
|
2988
|
+
id: string;
|
|
2989
|
+
}> | null;
|
|
2990
|
+
}> | null;
|
|
2991
|
+
};
|
|
2992
|
+
};
|
|
2427
2993
|
export type TreeDetailsFragment = {
|
|
2428
2994
|
id: string;
|
|
2429
2995
|
label?: any | null;
|
|
@@ -2627,6 +3193,27 @@ export type LinkAttributeDetailsFragment = {
|
|
|
2627
3193
|
id: string;
|
|
2628
3194
|
label?: any | null;
|
|
2629
3195
|
} | null;
|
|
3196
|
+
values_list?: {
|
|
3197
|
+
allowFreeEntry?: boolean | null;
|
|
3198
|
+
enable: boolean;
|
|
3199
|
+
values?: Array<{
|
|
3200
|
+
id: string;
|
|
3201
|
+
whoAmI: {
|
|
3202
|
+
id: string;
|
|
3203
|
+
library: {
|
|
3204
|
+
id: string;
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
}> | null;
|
|
3208
|
+
} | null;
|
|
3209
|
+
};
|
|
3210
|
+
export type TreeAttributeDetailsFragment = {
|
|
3211
|
+
id: string;
|
|
3212
|
+
label?: any | null;
|
|
3213
|
+
linked_tree?: {
|
|
3214
|
+
id: string;
|
|
3215
|
+
label?: any | null;
|
|
3216
|
+
} | null;
|
|
2630
3217
|
};
|
|
2631
3218
|
export type AttributePropertiesFragment = {
|
|
2632
3219
|
id: string;
|
|
@@ -2634,6 +3221,7 @@ export type AttributePropertiesFragment = {
|
|
|
2634
3221
|
type: AttributeType;
|
|
2635
3222
|
format?: AttributeFormat | null;
|
|
2636
3223
|
multiple_values: boolean;
|
|
3224
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2637
3225
|
};
|
|
2638
3226
|
export type PropertyValueLinkValueFragment = {
|
|
2639
3227
|
linkPayload?: {
|
|
@@ -2686,6 +3274,7 @@ export type LinkPropertyLinkValueFragment = {
|
|
|
2686
3274
|
type: AttributeType;
|
|
2687
3275
|
format?: AttributeFormat | null;
|
|
2688
3276
|
multiple_values: boolean;
|
|
3277
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2689
3278
|
};
|
|
2690
3279
|
values: Array<{
|
|
2691
3280
|
linkPayload?: {
|
|
@@ -2909,6 +3498,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2909
3498
|
label?: any | null;
|
|
2910
3499
|
description?: any | null;
|
|
2911
3500
|
multiple_values: boolean;
|
|
3501
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2912
3502
|
linked_library?: {
|
|
2913
3503
|
id: string;
|
|
2914
3504
|
label?: any | null;
|
|
@@ -2945,6 +3535,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2945
3535
|
label?: any | null;
|
|
2946
3536
|
description?: any | null;
|
|
2947
3537
|
multiple_values: boolean;
|
|
3538
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2948
3539
|
metadata_fields?: Array<{
|
|
2949
3540
|
id: string;
|
|
2950
3541
|
label?: any | null;
|
|
@@ -2976,6 +3567,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2976
3567
|
label?: any | null;
|
|
2977
3568
|
description?: any | null;
|
|
2978
3569
|
multiple_values: boolean;
|
|
3570
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2979
3571
|
linked_tree?: {
|
|
2980
3572
|
id: string;
|
|
2981
3573
|
label?: any | null;
|
|
@@ -3118,6 +3710,7 @@ export type SaveAttributeMutation = {
|
|
|
3118
3710
|
label?: any | null;
|
|
3119
3711
|
description?: any | null;
|
|
3120
3712
|
multiple_values: boolean;
|
|
3713
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3121
3714
|
linked_library?: {
|
|
3122
3715
|
id: string;
|
|
3123
3716
|
label?: any | null;
|
|
@@ -3154,6 +3747,7 @@ export type SaveAttributeMutation = {
|
|
|
3154
3747
|
label?: any | null;
|
|
3155
3748
|
description?: any | null;
|
|
3156
3749
|
multiple_values: boolean;
|
|
3750
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3157
3751
|
metadata_fields?: Array<{
|
|
3158
3752
|
id: string;
|
|
3159
3753
|
label?: any | null;
|
|
@@ -3185,6 +3779,7 @@ export type SaveAttributeMutation = {
|
|
|
3185
3779
|
label?: any | null;
|
|
3186
3780
|
description?: any | null;
|
|
3187
3781
|
multiple_values: boolean;
|
|
3782
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3188
3783
|
linked_tree?: {
|
|
3189
3784
|
id: string;
|
|
3190
3785
|
label?: any | null;
|
|
@@ -3638,6 +4233,54 @@ export type IsAllowedQuery = {
|
|
|
3638
4233
|
allowed?: boolean | null;
|
|
3639
4234
|
}> | null;
|
|
3640
4235
|
};
|
|
4236
|
+
export type ActivateRecordsMutationVariables = Exact<{
|
|
4237
|
+
libraryId: Scalars['String'];
|
|
4238
|
+
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4239
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4240
|
+
}>;
|
|
4241
|
+
export type ActivateRecordsMutation = {
|
|
4242
|
+
activateRecords: Array<{
|
|
4243
|
+
id: string;
|
|
4244
|
+
whoAmI: {
|
|
4245
|
+
id: string;
|
|
4246
|
+
label?: string | null;
|
|
4247
|
+
subLabel?: string | null;
|
|
4248
|
+
color?: string | null;
|
|
4249
|
+
preview?: IPreviewScalar | null;
|
|
4250
|
+
library: {
|
|
4251
|
+
id: string;
|
|
4252
|
+
label?: any | null;
|
|
4253
|
+
};
|
|
4254
|
+
};
|
|
4255
|
+
}>;
|
|
4256
|
+
};
|
|
4257
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4258
|
+
library: Scalars['ID'];
|
|
4259
|
+
}>;
|
|
4260
|
+
export type CreateEmptyRecordMutation = {
|
|
4261
|
+
createEmptyRecord: {
|
|
4262
|
+
record?: {
|
|
4263
|
+
id: string;
|
|
4264
|
+
whoAmI: {
|
|
4265
|
+
id: string;
|
|
4266
|
+
label?: string | null;
|
|
4267
|
+
subLabel?: string | null;
|
|
4268
|
+
color?: string | null;
|
|
4269
|
+
preview?: IPreviewScalar | null;
|
|
4270
|
+
library: {
|
|
4271
|
+
id: string;
|
|
4272
|
+
label?: any | null;
|
|
4273
|
+
};
|
|
4274
|
+
};
|
|
4275
|
+
} | null;
|
|
4276
|
+
valuesErrors?: Array<{
|
|
4277
|
+
type: string;
|
|
4278
|
+
attribute: string;
|
|
4279
|
+
input?: string | null;
|
|
4280
|
+
message: string;
|
|
4281
|
+
}> | null;
|
|
4282
|
+
};
|
|
4283
|
+
};
|
|
3641
4284
|
export type CreateRecordMutationVariables = Exact<{
|
|
3642
4285
|
library: Scalars['ID'];
|
|
3643
4286
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4340,28 +4983,271 @@ export type RecordFormQuery = {
|
|
|
4340
4983
|
linked_tree?: {
|
|
4341
4984
|
id: string;
|
|
4342
4985
|
label?: any | null;
|
|
4343
|
-
} | null;
|
|
4344
|
-
treeValuesList?: {
|
|
4345
|
-
enable: boolean;
|
|
4346
|
-
allowFreeEntry?: boolean | null;
|
|
4347
|
-
allowListUpdate?: boolean | null;
|
|
4348
|
-
values?: Array<{
|
|
4986
|
+
} | null;
|
|
4987
|
+
treeValuesList?: {
|
|
4988
|
+
enable: boolean;
|
|
4989
|
+
allowFreeEntry?: boolean | null;
|
|
4990
|
+
allowListUpdate?: boolean | null;
|
|
4991
|
+
values?: Array<{
|
|
4992
|
+
id: string;
|
|
4993
|
+
record: {
|
|
4994
|
+
id: string;
|
|
4995
|
+
whoAmI: {
|
|
4996
|
+
id: string;
|
|
4997
|
+
label?: string | null;
|
|
4998
|
+
subLabel?: string | null;
|
|
4999
|
+
color?: string | null;
|
|
5000
|
+
preview?: IPreviewScalar | null;
|
|
5001
|
+
library: {
|
|
5002
|
+
id: string;
|
|
5003
|
+
label?: any | null;
|
|
5004
|
+
};
|
|
5005
|
+
};
|
|
5006
|
+
};
|
|
5007
|
+
ancestors?: Array<{
|
|
5008
|
+
record: {
|
|
5009
|
+
id: string;
|
|
5010
|
+
whoAmI: {
|
|
5011
|
+
id: string;
|
|
5012
|
+
label?: string | null;
|
|
5013
|
+
subLabel?: string | null;
|
|
5014
|
+
color?: string | null;
|
|
5015
|
+
preview?: IPreviewScalar | null;
|
|
5016
|
+
library: {
|
|
5017
|
+
id: string;
|
|
5018
|
+
label?: any | null;
|
|
5019
|
+
};
|
|
5020
|
+
};
|
|
5021
|
+
};
|
|
5022
|
+
}> | null;
|
|
5023
|
+
}> | null;
|
|
5024
|
+
} | null;
|
|
5025
|
+
permissions: {
|
|
5026
|
+
access_attribute: boolean;
|
|
5027
|
+
edit_value: boolean;
|
|
5028
|
+
};
|
|
5029
|
+
versions_conf?: {
|
|
5030
|
+
versionable: boolean;
|
|
5031
|
+
profile?: {
|
|
5032
|
+
id: string;
|
|
5033
|
+
trees: Array<{
|
|
5034
|
+
id: string;
|
|
5035
|
+
label?: any | null;
|
|
5036
|
+
}>;
|
|
5037
|
+
} | null;
|
|
5038
|
+
} | null;
|
|
5039
|
+
metadata_fields?: Array<{
|
|
5040
|
+
id: string;
|
|
5041
|
+
label?: any | null;
|
|
5042
|
+
description?: any | null;
|
|
5043
|
+
type: AttributeType;
|
|
5044
|
+
format?: AttributeFormat | null;
|
|
5045
|
+
system: boolean;
|
|
5046
|
+
readonly: boolean;
|
|
5047
|
+
multiple_values: boolean;
|
|
5048
|
+
permissions: {
|
|
5049
|
+
access_attribute: boolean;
|
|
5050
|
+
edit_value: boolean;
|
|
5051
|
+
};
|
|
5052
|
+
values_list?: {
|
|
5053
|
+
enable: boolean;
|
|
5054
|
+
allowFreeEntry?: boolean | null;
|
|
5055
|
+
allowListUpdate?: boolean | null;
|
|
5056
|
+
dateRangeValues?: Array<{
|
|
5057
|
+
from?: string | null;
|
|
5058
|
+
to?: string | null;
|
|
5059
|
+
}> | null;
|
|
5060
|
+
} | {
|
|
5061
|
+
enable: boolean;
|
|
5062
|
+
allowFreeEntry?: boolean | null;
|
|
5063
|
+
allowListUpdate?: boolean | null;
|
|
5064
|
+
values?: Array<string> | null;
|
|
5065
|
+
} | null;
|
|
5066
|
+
metadata_fields?: Array<{
|
|
5067
|
+
id: string;
|
|
5068
|
+
}> | null;
|
|
5069
|
+
}> | null;
|
|
5070
|
+
} | null;
|
|
5071
|
+
settings: Array<{
|
|
5072
|
+
key: string;
|
|
5073
|
+
value: any;
|
|
5074
|
+
}>;
|
|
5075
|
+
joinLibraryContext?: {
|
|
5076
|
+
mandatoryAttribute: {
|
|
5077
|
+
id: string;
|
|
5078
|
+
label?: any | null;
|
|
5079
|
+
description?: any | null;
|
|
5080
|
+
type: AttributeType;
|
|
5081
|
+
format?: AttributeFormat | null;
|
|
5082
|
+
system: boolean;
|
|
5083
|
+
readonly: boolean;
|
|
5084
|
+
required: boolean;
|
|
5085
|
+
multiple_values: boolean;
|
|
5086
|
+
compute: boolean;
|
|
5087
|
+
linked_library?: {
|
|
5088
|
+
id: string;
|
|
5089
|
+
label?: any | null;
|
|
5090
|
+
behavior: LibraryBehavior;
|
|
5091
|
+
permissions?: {
|
|
5092
|
+
create_record: boolean;
|
|
5093
|
+
} | null;
|
|
5094
|
+
} | null;
|
|
5095
|
+
linkValuesList?: {
|
|
5096
|
+
enable: boolean;
|
|
5097
|
+
allowFreeEntry?: boolean | null;
|
|
5098
|
+
allowListUpdate?: boolean | null;
|
|
5099
|
+
values?: Array<{
|
|
5100
|
+
id: string;
|
|
5101
|
+
whoAmI: {
|
|
5102
|
+
id: string;
|
|
5103
|
+
label?: string | null;
|
|
5104
|
+
subLabel?: string | null;
|
|
5105
|
+
color?: string | null;
|
|
5106
|
+
preview?: IPreviewScalar | null;
|
|
5107
|
+
library: {
|
|
5108
|
+
id: string;
|
|
5109
|
+
label?: any | null;
|
|
5110
|
+
};
|
|
5111
|
+
};
|
|
5112
|
+
}> | null;
|
|
5113
|
+
} | null;
|
|
5114
|
+
permissions: {
|
|
5115
|
+
access_attribute: boolean;
|
|
5116
|
+
edit_value: boolean;
|
|
5117
|
+
};
|
|
5118
|
+
versions_conf?: {
|
|
5119
|
+
versionable: boolean;
|
|
5120
|
+
profile?: {
|
|
5121
|
+
id: string;
|
|
5122
|
+
trees: Array<{
|
|
5123
|
+
id: string;
|
|
5124
|
+
label?: any | null;
|
|
5125
|
+
}>;
|
|
5126
|
+
} | null;
|
|
5127
|
+
} | null;
|
|
5128
|
+
metadata_fields?: Array<{
|
|
5129
|
+
id: string;
|
|
5130
|
+
label?: any | null;
|
|
5131
|
+
description?: any | null;
|
|
5132
|
+
type: AttributeType;
|
|
5133
|
+
format?: AttributeFormat | null;
|
|
5134
|
+
system: boolean;
|
|
5135
|
+
readonly: boolean;
|
|
5136
|
+
multiple_values: boolean;
|
|
5137
|
+
permissions: {
|
|
5138
|
+
access_attribute: boolean;
|
|
5139
|
+
edit_value: boolean;
|
|
5140
|
+
};
|
|
5141
|
+
values_list?: {
|
|
5142
|
+
enable: boolean;
|
|
5143
|
+
allowFreeEntry?: boolean | null;
|
|
5144
|
+
allowListUpdate?: boolean | null;
|
|
5145
|
+
dateRangeValues?: Array<{
|
|
5146
|
+
from?: string | null;
|
|
5147
|
+
to?: string | null;
|
|
5148
|
+
}> | null;
|
|
5149
|
+
} | {
|
|
5150
|
+
enable: boolean;
|
|
5151
|
+
allowFreeEntry?: boolean | null;
|
|
5152
|
+
allowListUpdate?: boolean | null;
|
|
5153
|
+
values?: Array<string> | null;
|
|
5154
|
+
} | null;
|
|
5155
|
+
metadata_fields?: Array<{
|
|
5156
|
+
id: string;
|
|
5157
|
+
}> | null;
|
|
5158
|
+
}> | null;
|
|
5159
|
+
} | {
|
|
5160
|
+
character_limit?: number | null;
|
|
5161
|
+
id: string;
|
|
5162
|
+
label?: any | null;
|
|
5163
|
+
description?: any | null;
|
|
5164
|
+
type: AttributeType;
|
|
5165
|
+
format?: AttributeFormat | null;
|
|
5166
|
+
system: boolean;
|
|
5167
|
+
readonly: boolean;
|
|
5168
|
+
required: boolean;
|
|
5169
|
+
multiple_values: boolean;
|
|
5170
|
+
compute: boolean;
|
|
5171
|
+
values_list?: {
|
|
5172
|
+
enable: boolean;
|
|
5173
|
+
allowFreeEntry?: boolean | null;
|
|
5174
|
+
allowListUpdate?: boolean | null;
|
|
5175
|
+
dateRangeValues?: Array<{
|
|
5176
|
+
from?: string | null;
|
|
5177
|
+
to?: string | null;
|
|
5178
|
+
}> | null;
|
|
5179
|
+
} | {
|
|
5180
|
+
enable: boolean;
|
|
5181
|
+
allowFreeEntry?: boolean | null;
|
|
5182
|
+
allowListUpdate?: boolean | null;
|
|
5183
|
+
values?: Array<string> | null;
|
|
5184
|
+
} | null;
|
|
5185
|
+
permissions: {
|
|
5186
|
+
access_attribute: boolean;
|
|
5187
|
+
edit_value: boolean;
|
|
5188
|
+
};
|
|
5189
|
+
versions_conf?: {
|
|
5190
|
+
versionable: boolean;
|
|
5191
|
+
profile?: {
|
|
5192
|
+
id: string;
|
|
5193
|
+
trees: Array<{
|
|
5194
|
+
id: string;
|
|
5195
|
+
label?: any | null;
|
|
5196
|
+
}>;
|
|
5197
|
+
} | null;
|
|
5198
|
+
} | null;
|
|
5199
|
+
metadata_fields?: Array<{
|
|
5200
|
+
id: string;
|
|
5201
|
+
label?: any | null;
|
|
5202
|
+
description?: any | null;
|
|
5203
|
+
type: AttributeType;
|
|
5204
|
+
format?: AttributeFormat | null;
|
|
5205
|
+
system: boolean;
|
|
5206
|
+
readonly: boolean;
|
|
5207
|
+
multiple_values: boolean;
|
|
5208
|
+
permissions: {
|
|
5209
|
+
access_attribute: boolean;
|
|
5210
|
+
edit_value: boolean;
|
|
5211
|
+
};
|
|
5212
|
+
values_list?: {
|
|
5213
|
+
enable: boolean;
|
|
5214
|
+
allowFreeEntry?: boolean | null;
|
|
5215
|
+
allowListUpdate?: boolean | null;
|
|
5216
|
+
dateRangeValues?: Array<{
|
|
5217
|
+
from?: string | null;
|
|
5218
|
+
to?: string | null;
|
|
5219
|
+
}> | null;
|
|
5220
|
+
} | {
|
|
5221
|
+
enable: boolean;
|
|
5222
|
+
allowFreeEntry?: boolean | null;
|
|
5223
|
+
allowListUpdate?: boolean | null;
|
|
5224
|
+
values?: Array<string> | null;
|
|
5225
|
+
} | null;
|
|
5226
|
+
metadata_fields?: Array<{
|
|
5227
|
+
id: string;
|
|
5228
|
+
}> | null;
|
|
5229
|
+
}> | null;
|
|
5230
|
+
} | {
|
|
5231
|
+
id: string;
|
|
5232
|
+
label?: any | null;
|
|
5233
|
+
description?: any | null;
|
|
5234
|
+
type: AttributeType;
|
|
5235
|
+
format?: AttributeFormat | null;
|
|
5236
|
+
system: boolean;
|
|
5237
|
+
readonly: boolean;
|
|
5238
|
+
required: boolean;
|
|
5239
|
+
multiple_values: boolean;
|
|
5240
|
+
compute: boolean;
|
|
5241
|
+
linked_tree?: {
|
|
4349
5242
|
id: string;
|
|
4350
|
-
|
|
5243
|
+
label?: any | null;
|
|
5244
|
+
} | null;
|
|
5245
|
+
treeValuesList?: {
|
|
5246
|
+
enable: boolean;
|
|
5247
|
+
allowFreeEntry?: boolean | null;
|
|
5248
|
+
allowListUpdate?: boolean | null;
|
|
5249
|
+
values?: Array<{
|
|
4351
5250
|
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
5251
|
record: {
|
|
4366
5252
|
id: string;
|
|
4367
5253
|
whoAmI: {
|
|
@@ -4376,60 +5262,76 @@ export type RecordFormQuery = {
|
|
|
4376
5262
|
};
|
|
4377
5263
|
};
|
|
4378
5264
|
};
|
|
5265
|
+
ancestors?: Array<{
|
|
5266
|
+
record: {
|
|
5267
|
+
id: string;
|
|
5268
|
+
whoAmI: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
label?: string | null;
|
|
5271
|
+
subLabel?: string | null;
|
|
5272
|
+
color?: string | null;
|
|
5273
|
+
preview?: IPreviewScalar | null;
|
|
5274
|
+
library: {
|
|
5275
|
+
id: string;
|
|
5276
|
+
label?: any | null;
|
|
5277
|
+
};
|
|
5278
|
+
};
|
|
5279
|
+
};
|
|
5280
|
+
}> | null;
|
|
4379
5281
|
}> | 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
5282
|
} | 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
5283
|
permissions: {
|
|
4406
5284
|
access_attribute: boolean;
|
|
4407
5285
|
edit_value: boolean;
|
|
4408
5286
|
};
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
enable: boolean;
|
|
4419
|
-
allowFreeEntry?: boolean | null;
|
|
4420
|
-
allowListUpdate?: boolean | null;
|
|
4421
|
-
values?: Array<string> | null;
|
|
5287
|
+
versions_conf?: {
|
|
5288
|
+
versionable: boolean;
|
|
5289
|
+
profile?: {
|
|
5290
|
+
id: string;
|
|
5291
|
+
trees: Array<{
|
|
5292
|
+
id: string;
|
|
5293
|
+
label?: any | null;
|
|
5294
|
+
}>;
|
|
5295
|
+
} | null;
|
|
4422
5296
|
} | null;
|
|
4423
5297
|
metadata_fields?: Array<{
|
|
4424
5298
|
id: string;
|
|
5299
|
+
label?: any | null;
|
|
5300
|
+
description?: any | null;
|
|
5301
|
+
type: AttributeType;
|
|
5302
|
+
format?: AttributeFormat | null;
|
|
5303
|
+
system: boolean;
|
|
5304
|
+
readonly: boolean;
|
|
5305
|
+
multiple_values: boolean;
|
|
5306
|
+
permissions: {
|
|
5307
|
+
access_attribute: boolean;
|
|
5308
|
+
edit_value: boolean;
|
|
5309
|
+
};
|
|
5310
|
+
values_list?: {
|
|
5311
|
+
enable: boolean;
|
|
5312
|
+
allowFreeEntry?: boolean | null;
|
|
5313
|
+
allowListUpdate?: boolean | null;
|
|
5314
|
+
dateRangeValues?: Array<{
|
|
5315
|
+
from?: string | null;
|
|
5316
|
+
to?: string | null;
|
|
5317
|
+
}> | null;
|
|
5318
|
+
} | {
|
|
5319
|
+
enable: boolean;
|
|
5320
|
+
allowFreeEntry?: boolean | null;
|
|
5321
|
+
allowListUpdate?: boolean | null;
|
|
5322
|
+
values?: Array<string> | null;
|
|
5323
|
+
} | null;
|
|
5324
|
+
metadata_fields?: Array<{
|
|
5325
|
+
id: string;
|
|
5326
|
+
}> | null;
|
|
4425
5327
|
}> | null;
|
|
4426
|
-
}
|
|
5328
|
+
};
|
|
4427
5329
|
} | null;
|
|
4428
|
-
settings: Array<{
|
|
4429
|
-
key: string;
|
|
4430
|
-
value: any;
|
|
4431
|
-
}>;
|
|
4432
5330
|
}>;
|
|
5331
|
+
sidePanel?: {
|
|
5332
|
+
enable: boolean;
|
|
5333
|
+
isOpenByDefault?: boolean | null;
|
|
5334
|
+
} | null;
|
|
4433
5335
|
} | null;
|
|
4434
5336
|
};
|
|
4435
5337
|
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
@@ -4854,6 +5756,30 @@ export type RecordUpdateSubscription = {
|
|
|
4854
5756
|
}>;
|
|
4855
5757
|
};
|
|
4856
5758
|
};
|
|
5759
|
+
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5760
|
+
libraryId: Scalars['ID'];
|
|
5761
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5762
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5763
|
+
}>;
|
|
5764
|
+
export type GetRecordsFromLibraryQuery = {
|
|
5765
|
+
records: {
|
|
5766
|
+
totalCount?: number | null;
|
|
5767
|
+
list: Array<{
|
|
5768
|
+
id: string;
|
|
5769
|
+
whoAmI: {
|
|
5770
|
+
id: string;
|
|
5771
|
+
label?: string | null;
|
|
5772
|
+
subLabel?: string | null;
|
|
5773
|
+
color?: string | null;
|
|
5774
|
+
preview?: IPreviewScalar | null;
|
|
5775
|
+
library: {
|
|
5776
|
+
id: string;
|
|
5777
|
+
label?: any | null;
|
|
5778
|
+
};
|
|
5779
|
+
};
|
|
5780
|
+
}>;
|
|
5781
|
+
};
|
|
5782
|
+
};
|
|
4857
5783
|
export type IndexRecordsMutationVariables = Exact<{
|
|
4858
5784
|
libraryId: Scalars['String'];
|
|
4859
5785
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
@@ -4971,6 +5897,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
4971
5897
|
treeId: Scalars['ID'];
|
|
4972
5898
|
node?: InputMaybe<Scalars['ID']>;
|
|
4973
5899
|
pagination?: InputMaybe<Pagination>;
|
|
5900
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
4974
5901
|
}>;
|
|
4975
5902
|
export type TreeNodeChildrenQuery = {
|
|
4976
5903
|
treeNodeChildren: {
|
|
@@ -5206,130 +6133,16 @@ export type DeleteValueMutation = {
|
|
|
5206
6133
|
id: string;
|
|
5207
6134
|
label?: string | null;
|
|
5208
6135
|
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;
|
|
6136
|
+
color?: string | null;
|
|
6137
|
+
preview?: IPreviewScalar | null;
|
|
6138
|
+
library: {
|
|
6139
|
+
id: string;
|
|
6140
|
+
label?: any | null;
|
|
6141
|
+
};
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
}> | null;
|
|
6145
|
+
} | null;
|
|
5333
6146
|
modified_by?: {
|
|
5334
6147
|
id: string;
|
|
5335
6148
|
whoAmI: {
|
|
@@ -5434,24 +6247,16 @@ export type DeleteValueMutation = {
|
|
|
5434
6247
|
} | null> | null;
|
|
5435
6248
|
} | null;
|
|
5436
6249
|
} | null> | null;
|
|
5437
|
-
}
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5443
|
-
}>;
|
|
5444
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
5445
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6250
|
+
} | {
|
|
6251
|
+
payload?: any | null;
|
|
6252
|
+
raw_payload?: any | null;
|
|
6253
|
+
value?: any | null;
|
|
6254
|
+
raw_value?: any | null;
|
|
5446
6255
|
id_value?: string | null;
|
|
5447
6256
|
isInherited?: boolean | null;
|
|
5448
6257
|
isCalculated?: boolean | null;
|
|
5449
6258
|
modified_at?: number | null;
|
|
5450
6259
|
created_at?: number | null;
|
|
5451
|
-
payload?: any | null;
|
|
5452
|
-
raw_payload?: any | null;
|
|
5453
|
-
value?: any | null;
|
|
5454
|
-
raw_value?: any | null;
|
|
5455
6260
|
modified_by?: {
|
|
5456
6261
|
id: string;
|
|
5457
6262
|
whoAmI: {
|
|
@@ -6231,6 +7036,27 @@ export type ExplorerAttributesQuery = {
|
|
|
6231
7036
|
id: string;
|
|
6232
7037
|
label?: any | null;
|
|
6233
7038
|
} | null;
|
|
7039
|
+
values_list?: {
|
|
7040
|
+
allowFreeEntry?: boolean | null;
|
|
7041
|
+
enable: boolean;
|
|
7042
|
+
values?: Array<{
|
|
7043
|
+
id: string;
|
|
7044
|
+
whoAmI: {
|
|
7045
|
+
id: string;
|
|
7046
|
+
library: {
|
|
7047
|
+
id: string;
|
|
7048
|
+
};
|
|
7049
|
+
};
|
|
7050
|
+
}> | null;
|
|
7051
|
+
} | null;
|
|
7052
|
+
permissions: {
|
|
7053
|
+
access_attribute: boolean;
|
|
7054
|
+
};
|
|
7055
|
+
} | {
|
|
7056
|
+
id: string;
|
|
7057
|
+
type: AttributeType;
|
|
7058
|
+
format?: AttributeFormat | null;
|
|
7059
|
+
label?: any | null;
|
|
6234
7060
|
permissions: {
|
|
6235
7061
|
access_attribute: boolean;
|
|
6236
7062
|
};
|
|
@@ -6239,6 +7065,10 @@ export type ExplorerAttributesQuery = {
|
|
|
6239
7065
|
type: AttributeType;
|
|
6240
7066
|
format?: AttributeFormat | null;
|
|
6241
7067
|
label?: any | null;
|
|
7068
|
+
linked_tree?: {
|
|
7069
|
+
id: string;
|
|
7070
|
+
label?: any | null;
|
|
7071
|
+
} | null;
|
|
6242
7072
|
permissions: {
|
|
6243
7073
|
access_attribute: boolean;
|
|
6244
7074
|
};
|
|
@@ -6258,13 +7088,38 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6258
7088
|
id: string;
|
|
6259
7089
|
label?: any | null;
|
|
6260
7090
|
} | null;
|
|
7091
|
+
values_list?: {
|
|
7092
|
+
allowFreeEntry?: boolean | null;
|
|
7093
|
+
enable: boolean;
|
|
7094
|
+
values?: Array<{
|
|
7095
|
+
id: string;
|
|
7096
|
+
whoAmI: {
|
|
7097
|
+
id: string;
|
|
7098
|
+
library: {
|
|
7099
|
+
id: string;
|
|
7100
|
+
};
|
|
7101
|
+
};
|
|
7102
|
+
}> | null;
|
|
7103
|
+
} | null;
|
|
7104
|
+
permissions: {
|
|
7105
|
+
access_attribute: boolean;
|
|
7106
|
+
edit_value: boolean;
|
|
7107
|
+
};
|
|
7108
|
+
} | {
|
|
7109
|
+
id: string;
|
|
7110
|
+
multiple_values: boolean;
|
|
6261
7111
|
permissions: {
|
|
6262
7112
|
access_attribute: boolean;
|
|
6263
7113
|
edit_value: boolean;
|
|
6264
7114
|
};
|
|
6265
7115
|
} | {
|
|
7116
|
+
label?: any | null;
|
|
6266
7117
|
id: string;
|
|
6267
7118
|
multiple_values: boolean;
|
|
7119
|
+
linked_tree?: {
|
|
7120
|
+
id: string;
|
|
7121
|
+
label?: any | null;
|
|
7122
|
+
} | null;
|
|
6268
7123
|
permissions: {
|
|
6269
7124
|
access_attribute: boolean;
|
|
6270
7125
|
edit_value: boolean;
|
|
@@ -6285,6 +7140,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6285
7140
|
totalCount?: number | null;
|
|
6286
7141
|
list: Array<{
|
|
6287
7142
|
id: string;
|
|
7143
|
+
active: boolean;
|
|
6288
7144
|
whoAmI: {
|
|
6289
7145
|
id: string;
|
|
6290
7146
|
label?: string | null;
|
|
@@ -6297,6 +7153,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6297
7153
|
};
|
|
6298
7154
|
};
|
|
6299
7155
|
permissions: {
|
|
7156
|
+
create_record: boolean;
|
|
6300
7157
|
delete_record: boolean;
|
|
6301
7158
|
};
|
|
6302
7159
|
properties: Array<{
|
|
@@ -6307,6 +7164,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6307
7164
|
type: AttributeType;
|
|
6308
7165
|
format?: AttributeFormat | null;
|
|
6309
7166
|
multiple_values: boolean;
|
|
7167
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6310
7168
|
};
|
|
6311
7169
|
values: Array<{
|
|
6312
7170
|
linkPayload?: {
|
|
@@ -6387,6 +7245,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
6387
7245
|
type: AttributeType;
|
|
6388
7246
|
format?: AttributeFormat | null;
|
|
6389
7247
|
multiple_values: boolean;
|
|
7248
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6390
7249
|
};
|
|
6391
7250
|
values: Array<{
|
|
6392
7251
|
linkPayload?: {
|
|
@@ -6600,6 +7459,7 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6600
7459
|
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6601
7460
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
6602
7461
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7462
|
+
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
6603
7463
|
export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
6604
7464
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6605
7465
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6609,6 +7469,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6609
7469
|
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6610
7470
|
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6611
7471
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7472
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6612
7473
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6613
7474
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6614
7475
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6640,8 +7501,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
|
|
|
6640
7501
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6641
7502
|
endpoint?: InputMaybe<Scalars["String"]>;
|
|
6642
7503
|
}>>;
|
|
7504
|
+
export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7505
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7506
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7507
|
+
}>>;
|
|
6643
7508
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6644
7509
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7510
|
+
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
6645
7511
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
6646
7512
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
6647
7513
|
/**
|
|
@@ -6666,8 +7532,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
6666
7532
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
6667
7533
|
id: Scalars["ID"];
|
|
6668
7534
|
}>>;
|
|
7535
|
+
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7536
|
+
id: Scalars["ID"];
|
|
7537
|
+
}>>;
|
|
6669
7538
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6670
7539
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7540
|
+
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
6671
7541
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
6672
7542
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
6673
7543
|
/**
|
|
@@ -6691,8 +7561,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
6691
7561
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
6692
7562
|
[key: string]: never;
|
|
6693
7563
|
}>>;
|
|
7564
|
+
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7565
|
+
[key: string]: never;
|
|
7566
|
+
}>>;
|
|
6694
7567
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6695
7568
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7569
|
+
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
6696
7570
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
6697
7571
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
6698
7572
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -6742,8 +7616,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
6742
7616
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
6743
7617
|
id: Scalars["ID"];
|
|
6744
7618
|
}>>;
|
|
7619
|
+
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
7620
|
+
id: Scalars["ID"];
|
|
7621
|
+
}>>;
|
|
6745
7622
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6746
7623
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
7624
|
+
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
6747
7625
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
6748
7626
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
6749
7627
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -6793,8 +7671,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
|
|
|
6793
7671
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
6794
7672
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6795
7673
|
}>>;
|
|
7674
|
+
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
7675
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7676
|
+
}>>;
|
|
6796
7677
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6797
7678
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
7679
|
+
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
6798
7680
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
6799
7681
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
6800
7682
|
/**
|
|
@@ -6819,8 +7701,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
6819
7701
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
6820
7702
|
library: Scalars["String"];
|
|
6821
7703
|
}>>;
|
|
7704
|
+
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
7705
|
+
library: Scalars["String"];
|
|
7706
|
+
}>>;
|
|
6822
7707
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6823
7708
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
7709
|
+
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
6824
7710
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
6825
7711
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
6826
7712
|
/**
|
|
@@ -6851,8 +7737,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
6851
7737
|
sort?: InputMaybe<SortAttributes>;
|
|
6852
7738
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
6853
7739
|
}>>;
|
|
7740
|
+
export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
|
|
7741
|
+
pagination?: InputMaybe<Pagination>;
|
|
7742
|
+
sort?: InputMaybe<SortAttributes>;
|
|
7743
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
7744
|
+
}>>;
|
|
6854
7745
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6855
7746
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
7747
|
+
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
6856
7748
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
6857
7749
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
6858
7750
|
/**
|
|
@@ -6880,8 +7772,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
6880
7772
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6881
7773
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
6882
7774
|
}>>;
|
|
7775
|
+
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
7776
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
7777
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
7778
|
+
}>>;
|
|
6883
7779
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6884
7780
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
7781
|
+
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
6885
7782
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6886
7783
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6887
7784
|
/**
|
|
@@ -6906,8 +7803,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
6906
7803
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6907
7804
|
libraryId: Scalars["String"];
|
|
6908
7805
|
}>>;
|
|
7806
|
+
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
7807
|
+
libraryId: Scalars["String"];
|
|
7808
|
+
}>>;
|
|
6909
7809
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6910
7810
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
7811
|
+
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
6911
7812
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6912
7813
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6913
7814
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -6963,8 +7864,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
|
|
|
6963
7864
|
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6964
7865
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6965
7866
|
}>>;
|
|
7867
|
+
export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
|
|
7868
|
+
library: Scalars["ID"];
|
|
7869
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7870
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
7871
|
+
}>>;
|
|
6966
7872
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6967
7873
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
7874
|
+
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
6968
7875
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6969
7876
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6970
7877
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -7054,8 +7961,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7054
7961
|
library: Scalars["ID"];
|
|
7055
7962
|
directoryId: Scalars["String"];
|
|
7056
7963
|
}>>;
|
|
7964
|
+
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
7965
|
+
library: Scalars["ID"];
|
|
7966
|
+
directoryId: Scalars["String"];
|
|
7967
|
+
}>>;
|
|
7057
7968
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
7058
7969
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
7970
|
+
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
7059
7971
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
7060
7972
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
7061
7973
|
/**
|
|
@@ -7160,8 +8072,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
|
|
|
7160
8072
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
7161
8073
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7162
8074
|
}>>;
|
|
8075
|
+
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8076
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8077
|
+
}>>;
|
|
7163
8078
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
7164
8079
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8080
|
+
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
7165
8081
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
7166
8082
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
7167
8083
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -7210,8 +8126,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
7210
8126
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
7211
8127
|
[key: string]: never;
|
|
7212
8128
|
}>>;
|
|
8129
|
+
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8130
|
+
[key: string]: never;
|
|
8131
|
+
}>>;
|
|
7213
8132
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
7214
8133
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8134
|
+
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
7215
8135
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
7216
8136
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
7217
8137
|
/**
|
|
@@ -7236,8 +8156,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
|
|
|
7236
8156
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
7237
8157
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7238
8158
|
}>>;
|
|
8159
|
+
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8160
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8161
|
+
}>>;
|
|
7239
8162
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
7240
8163
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8164
|
+
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
7241
8165
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
7242
8166
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
7243
8167
|
/**
|
|
@@ -7262,8 +8186,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
|
|
|
7262
8186
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
7263
8187
|
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7264
8188
|
}>>;
|
|
8189
|
+
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8190
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8191
|
+
}>>;
|
|
7265
8192
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7266
8193
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8194
|
+
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
7267
8195
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
7268
8196
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
7269
8197
|
/**
|
|
@@ -7288,8 +8216,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
7288
8216
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
7289
8217
|
id: Scalars["ID"];
|
|
7290
8218
|
}>>;
|
|
8219
|
+
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8220
|
+
id: Scalars["ID"];
|
|
8221
|
+
}>>;
|
|
7291
8222
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7292
8223
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8224
|
+
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
7293
8225
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
7294
8226
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
7295
8227
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -7348,9 +8280,70 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7348
8280
|
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7349
8281
|
target?: InputMaybe<PermissionTarget>;
|
|
7350
8282
|
}>>;
|
|
8283
|
+
export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
|
|
8284
|
+
type: PermissionTypes;
|
|
8285
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8286
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8287
|
+
target?: InputMaybe<PermissionTarget>;
|
|
8288
|
+
}>>;
|
|
7351
8289
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7352
8290
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8291
|
+
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
7353
8292
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8293
|
+
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
8294
|
+
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8295
|
+
/**
|
|
8296
|
+
* __useActivateRecordsMutation__
|
|
8297
|
+
*
|
|
8298
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
8299
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
8300
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8301
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8302
|
+
*
|
|
8303
|
+
* @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;
|
|
8304
|
+
*
|
|
8305
|
+
* @example
|
|
8306
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
8307
|
+
* variables: {
|
|
8308
|
+
* libraryId: // value for 'libraryId'
|
|
8309
|
+
* recordsIds: // value for 'recordsIds'
|
|
8310
|
+
* filters: // value for 'filters'
|
|
8311
|
+
* },
|
|
8312
|
+
* });
|
|
8313
|
+
*/
|
|
8314
|
+
export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
|
|
8315
|
+
libraryId: Scalars["String"];
|
|
8316
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8317
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8318
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8319
|
+
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
8320
|
+
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
8321
|
+
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8322
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8323
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8324
|
+
/**
|
|
8325
|
+
* __useCreateEmptyRecordMutation__
|
|
8326
|
+
*
|
|
8327
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8328
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8329
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8330
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8331
|
+
*
|
|
8332
|
+
* @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;
|
|
8333
|
+
*
|
|
8334
|
+
* @example
|
|
8335
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8336
|
+
* variables: {
|
|
8337
|
+
* library: // value for 'library'
|
|
8338
|
+
* },
|
|
8339
|
+
* });
|
|
8340
|
+
*/
|
|
8341
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8342
|
+
library: Scalars["ID"];
|
|
8343
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8344
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8345
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8346
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
7354
8347
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7355
8348
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7356
8349
|
/**
|
|
@@ -7436,8 +8429,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
|
|
|
7436
8429
|
treeId: Scalars["ID"];
|
|
7437
8430
|
filename: Scalars["String"];
|
|
7438
8431
|
}>>;
|
|
8432
|
+
export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8433
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8434
|
+
treeId: Scalars["ID"];
|
|
8435
|
+
filename: Scalars["String"];
|
|
8436
|
+
}>>;
|
|
7439
8437
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7440
8438
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8439
|
+
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
7441
8440
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
7442
8441
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
7443
8442
|
/**
|
|
@@ -7468,8 +8467,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7468
8467
|
fileId: Scalars["String"];
|
|
7469
8468
|
previewsStatusAttribute: Scalars["ID"];
|
|
7470
8469
|
}>>;
|
|
8470
|
+
export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
|
|
8471
|
+
library: Scalars["ID"];
|
|
8472
|
+
fileId: Scalars["String"];
|
|
8473
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
8474
|
+
}>>;
|
|
7471
8475
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7472
8476
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8477
|
+
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
7473
8478
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
7474
8479
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
7475
8480
|
/**
|
|
@@ -7503,8 +8508,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
|
7503
8508
|
recordId?: InputMaybe<Scalars["String"]>;
|
|
7504
8509
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7505
8510
|
}>>;
|
|
8511
|
+
export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
|
|
8512
|
+
libraryId: Scalars["String"];
|
|
8513
|
+
formId: Scalars["String"];
|
|
8514
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
8515
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8516
|
+
}>>;
|
|
7506
8517
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7507
8518
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8519
|
+
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
7508
8520
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
7509
8521
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
7510
8522
|
/**
|
|
@@ -7528,6 +8540,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
|
|
|
7528
8540
|
}>>;
|
|
7529
8541
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
7530
8542
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
8543
|
+
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
8544
|
+
/**
|
|
8545
|
+
* __useGetRecordsFromLibraryQuery__
|
|
8546
|
+
*
|
|
8547
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
8548
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8549
|
+
* you can use to render your UI.
|
|
8550
|
+
*
|
|
8551
|
+
* @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;
|
|
8552
|
+
*
|
|
8553
|
+
* @example
|
|
8554
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
8555
|
+
* variables: {
|
|
8556
|
+
* libraryId: // value for 'libraryId'
|
|
8557
|
+
* pagination: // value for 'pagination'
|
|
8558
|
+
* filters: // value for 'filters'
|
|
8559
|
+
* },
|
|
8560
|
+
* });
|
|
8561
|
+
*/
|
|
8562
|
+
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8563
|
+
libraryId: Scalars["ID"];
|
|
8564
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8565
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8566
|
+
}>>;
|
|
8567
|
+
export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
|
|
8568
|
+
libraryId: Scalars["ID"];
|
|
8569
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8570
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8571
|
+
}>>;
|
|
8572
|
+
export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8573
|
+
libraryId: Scalars["ID"];
|
|
8574
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8575
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8576
|
+
}>>;
|
|
8577
|
+
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8578
|
+
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8579
|
+
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8580
|
+
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
7531
8581
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
7532
8582
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
7533
8583
|
/**
|
|
@@ -7603,8 +8653,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7603
8653
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
7604
8654
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7605
8655
|
}>>;
|
|
8656
|
+
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
8657
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8658
|
+
}>>;
|
|
7606
8659
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7607
8660
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
8661
|
+
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
7608
8662
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
7609
8663
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
7610
8664
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -7654,8 +8708,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
|
|
|
7654
8708
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
7655
8709
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7656
8710
|
}>>;
|
|
8711
|
+
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
8712
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8713
|
+
}>>;
|
|
7657
8714
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7658
8715
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
8716
|
+
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
7659
8717
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
7660
8718
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
7661
8719
|
/**
|
|
@@ -7683,8 +8741,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7683
8741
|
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7684
8742
|
library?: InputMaybe<Scalars["String"]>;
|
|
7685
8743
|
}>>;
|
|
8744
|
+
export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
8745
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8746
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
8747
|
+
}>>;
|
|
7686
8748
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7687
8749
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
8750
|
+
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
7688
8751
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
7689
8752
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
7690
8753
|
/**
|
|
@@ -7708,8 +8771,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
7708
8771
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
7709
8772
|
[key: string]: never;
|
|
7710
8773
|
}>>;
|
|
8774
|
+
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
8775
|
+
[key: string]: never;
|
|
8776
|
+
}>>;
|
|
7711
8777
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7712
8778
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
8779
|
+
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
7713
8780
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
7714
8781
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
7715
8782
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -7752,6 +8819,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
7752
8819
|
* treeId: // value for 'treeId'
|
|
7753
8820
|
* node: // value for 'node'
|
|
7754
8821
|
* pagination: // value for 'pagination'
|
|
8822
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
7755
8823
|
* },
|
|
7756
8824
|
* });
|
|
7757
8825
|
*/
|
|
@@ -7759,14 +8827,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
7759
8827
|
treeId: Scalars["ID"];
|
|
7760
8828
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7761
8829
|
pagination?: InputMaybe<Pagination>;
|
|
8830
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7762
8831
|
}>>;
|
|
7763
8832
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
7764
8833
|
treeId: Scalars["ID"];
|
|
7765
8834
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7766
8835
|
pagination?: InputMaybe<Pagination>;
|
|
8836
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
8837
|
+
}>>;
|
|
8838
|
+
export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
8839
|
+
treeId: Scalars["ID"];
|
|
8840
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
8841
|
+
pagination?: InputMaybe<Pagination>;
|
|
8842
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7767
8843
|
}>>;
|
|
7768
8844
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7769
8845
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
8846
|
+
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
7770
8847
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
7771
8848
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
7772
8849
|
/**
|
|
@@ -7794,8 +8871,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7794
8871
|
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7795
8872
|
global?: InputMaybe<Scalars["Boolean"]>;
|
|
7796
8873
|
}>>;
|
|
8874
|
+
export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
|
|
8875
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
8876
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
8877
|
+
}>>;
|
|
7797
8878
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7798
8879
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
8880
|
+
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
7799
8881
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
7800
8882
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
7801
8883
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -7857,38 +8939,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
7857
8939
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7858
8940
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7859
8941
|
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
8942
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7893
8943
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7894
8944
|
/**
|
|
@@ -7970,8 +9020,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
7970
9020
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7971
9021
|
viewId: Scalars["String"];
|
|
7972
9022
|
}>>;
|
|
9023
|
+
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9024
|
+
viewId: Scalars["String"];
|
|
9025
|
+
}>>;
|
|
7973
9026
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7974
9027
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9028
|
+
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
7975
9029
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7976
9030
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7977
9031
|
/**
|
|
@@ -7996,8 +9050,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
7996
9050
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7997
9051
|
libraryId: Scalars["String"];
|
|
7998
9052
|
}>>;
|
|
9053
|
+
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9054
|
+
libraryId: Scalars["String"];
|
|
9055
|
+
}>>;
|
|
7999
9056
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
8000
9057
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9058
|
+
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
8001
9059
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
8002
9060
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
8003
9061
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -8047,8 +9105,12 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
|
|
|
8047
9105
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8048
9106
|
library: Scalars["String"];
|
|
8049
9107
|
}>>;
|
|
9108
|
+
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9109
|
+
library: Scalars["String"];
|
|
9110
|
+
}>>;
|
|
8050
9111
|
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8051
9112
|
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9113
|
+
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
8052
9114
|
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
8053
9115
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
8054
9116
|
/**
|
|
@@ -8073,8 +9135,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
|
|
|
8073
9135
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
8074
9136
|
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8075
9137
|
}>>;
|
|
9138
|
+
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9139
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9140
|
+
}>>;
|
|
8076
9141
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
8077
9142
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9143
|
+
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
8078
9144
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
8079
9145
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
8080
9146
|
/**
|
|
@@ -8099,8 +9165,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
8099
9165
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
8100
9166
|
id: Scalars["ID"];
|
|
8101
9167
|
}>>;
|
|
9168
|
+
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9169
|
+
id: Scalars["ID"];
|
|
9170
|
+
}>>;
|
|
8102
9171
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
8103
9172
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9173
|
+
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
8104
9174
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
8105
9175
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
8106
9176
|
/**
|
|
@@ -8140,8 +9210,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
|
|
|
8140
9210
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8141
9211
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
8142
9212
|
}>>;
|
|
9213
|
+
export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9214
|
+
libraryId: Scalars["ID"];
|
|
9215
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9216
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
9217
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9218
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9219
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9220
|
+
}>>;
|
|
8143
9221
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
8144
9222
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9223
|
+
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
8145
9224
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
8146
9225
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
8147
9226
|
/**
|
|
@@ -8175,8 +9254,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
8175
9254
|
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8176
9255
|
linkAttributeId: Scalars["ID"];
|
|
8177
9256
|
}>>;
|
|
9257
|
+
export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9258
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9259
|
+
parentLibraryId: Scalars["ID"];
|
|
9260
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9261
|
+
linkAttributeId: Scalars["ID"];
|
|
9262
|
+
}>>;
|
|
8178
9263
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
8179
9264
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9265
|
+
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
8180
9266
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
8181
9267
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8182
9268
|
/**
|
|
@@ -8201,8 +9287,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
8201
9287
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8202
9288
|
libraryId: Scalars["ID"];
|
|
8203
9289
|
}>>;
|
|
9290
|
+
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9291
|
+
libraryId: Scalars["ID"];
|
|
9292
|
+
}>>;
|
|
8204
9293
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8205
9294
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9295
|
+
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
8206
9296
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8207
9297
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8208
9298
|
/**
|
|
@@ -8227,8 +9317,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
8227
9317
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8228
9318
|
libraryId: Scalars["ID"];
|
|
8229
9319
|
}>>;
|
|
9320
|
+
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9321
|
+
libraryId: Scalars["ID"];
|
|
9322
|
+
}>>;
|
|
8230
9323
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8231
9324
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9325
|
+
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
8232
9326
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8233
9327
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8234
9328
|
/**
|
|
@@ -8256,8 +9350,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
|
|
|
8256
9350
|
libraryId: Scalars["ID"];
|
|
8257
9351
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8258
9352
|
}>>;
|
|
9353
|
+
export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9354
|
+
libraryId: Scalars["ID"];
|
|
9355
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9356
|
+
}>>;
|
|
8259
9357
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8260
9358
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9359
|
+
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
8261
9360
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8262
9361
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
8263
9362
|
/**
|
|
@@ -8281,8 +9380,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
8281
9380
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8282
9381
|
[key: string]: never;
|
|
8283
9382
|
}>>;
|
|
9383
|
+
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9384
|
+
[key: string]: never;
|
|
9385
|
+
}>>;
|
|
8284
9386
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8285
9387
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9388
|
+
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
8286
9389
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8287
9390
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8288
9391
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -8332,6 +9435,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
8332
9435
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8333
9436
|
treeId: Scalars["ID"];
|
|
8334
9437
|
}>>;
|
|
9438
|
+
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
9439
|
+
treeId: Scalars["ID"];
|
|
9440
|
+
}>>;
|
|
8335
9441
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8336
9442
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
9443
|
+
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
8337
9444
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|