@leav/ui 0.4.0 → 1.0.0-4c37a197
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/application.d.ts +3 -0
- package/dist/__mocks__/common/filter.d.ts +4 -0
- package/dist/__mocks__/common/form.js +5 -1
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.d.ts +2 -0
- package/dist/__mocks__/common/label.d.ts +4 -0
- package/dist/__mocks__/common/library.d.ts +109 -0
- package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
- package/dist/__mocks__/common/record.d.ts +15 -0
- package/dist/__mocks__/common/tree.d.ts +3 -0
- package/dist/__mocks__/common/treeElements.d.ts +11 -0
- package/dist/__mocks__/common/value.d.ts +4 -0
- package/dist/__mocks__/common/value.js +0 -11
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/versionProfile.d.ts +2 -0
- package/dist/__mocks__/common/view.d.ts +2 -0
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
- package/dist/__mocks__/react-i18next.d.ts +31 -0
- package/dist/_gqlTypes/index.d.ts +1881 -247
- package/dist/_gqlTypes/index.js +628 -42
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
- package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
- package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
- package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js +2 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
- package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
- package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
- package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
- package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
- package/dist/_queries/export/exportQuery.d.ts +1 -0
- package/dist/_queries/files/createDirectory.d.ts +1 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
- package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
- package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
- package/dist/_queries/files/uploadMutation.d.ts +1 -0
- package/dist/_queries/import/importExcel.d.ts +1 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
- package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
- package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
- package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
- package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
- package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
- 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/createRecordMutation.d.ts +2 -0
- package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
- package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
- package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
- package/dist/_queries/records/getRecordFormQuery.js +13 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +83 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
- package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
- package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
- package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
- package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
- package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
- package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.d.ts +1 -0
- package/dist/_queries/userData/saveUserData.d.ts +1 -0
- package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
- package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
- package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
- package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
- package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
- package/dist/_queries/views/getViewById.d.ts +1 -0
- package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
- package/dist/_queries/views/saveViewMutation.d.ts +2 -0
- package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
- package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
- 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/_utils/getFiltersFromRequest.d.ts +3 -0
- package/dist/_utils/getRequestFromFilter.d.ts +3 -0
- package/dist/_utils/index.d.ts +33 -0
- package/dist/_utils/isDevEnv.d.ts +1 -0
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/antdTheme/types.d.ts +2 -0
- package/dist/components/AttributePicker/AttributePicker.d.ts +12 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +10 -0
- package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
- package/dist/components/AttributePicker/index.d.ts +1 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +10 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +7 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -0
- package/dist/components/BasicButton/BasicButton.d.ts +7 -0
- package/dist/components/BasicButton/index.d.ts +1 -0
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +9 -0
- package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.d.ts +1 -0
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
- package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
- package/dist/components/Dimmer/Dimmer.d.ts +5 -0
- package/dist/components/Dimmer/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplication.d.ts +3 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +7 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +11 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +6 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
- package/dist/components/EditApplication/_types.d.ts +8 -0
- package/dist/components/EditApplication/index.d.ts +2 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +12 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +11 -0
- package/dist/components/EditAttributeModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +6 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +15 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +8 -0
- 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/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +12 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +10 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +12 -0
- package/dist/components/EditLibraryModal/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
- 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/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +11 -0
- package/dist/components/EditTreeModal/index.d.ts +1 -0
- package/dist/components/EntityCard/EntityCard.d.ts +16 -0
- package/dist/components/EntityCard/_types.d.ts +6 -0
- package/dist/components/EntityCard/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +5 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
- package/dist/components/EntityPreview/_types.d.ts +20 -0
- package/dist/components/EntityPreview/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
- package/dist/components/ErrorDisplay/index.d.ts +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +6 -0
- package/dist/components/ErrorMessage/index.d.ts +2 -0
- package/dist/components/Explorer/DataView.d.ts +2 -1
- package/dist/components/Explorer/DataView.js +32 -12
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +10 -6
- package/dist/components/Explorer/Explorer.js +38 -13
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
- package/dist/components/Explorer/ExplorerToolbar.js +15 -5
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +1 -1
- package/dist/components/Explorer/IdCard.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +43 -16
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
- package/dist/components/Explorer/TableTagGroup.js +3 -16
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +3 -0
- package/dist/components/Explorer/_constants.js +3 -0
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +4 -2
- package/dist/components/Explorer/_queries/useExplorerData.js +46 -31
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +88 -10
- package/dist/components/Explorer/_types.js +5 -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 +6 -4
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +6 -5
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +6 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +26 -21
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +7 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +7 -5
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/index.d.ts +9 -0
- package/dist/components/Explorer/link-item/LinkModal.d.ts +5 -0
- package/dist/components/Explorer/link-item/LinkModal.js +55 -5
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +13 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +81 -12
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
- 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 +9 -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/FilterValueListDropDown.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
- 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 +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +6 -3
- 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 +12 -3
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +87 -14
- 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 +31 -35
- 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 +4 -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 +44 -19
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/ExportModal/ExportModal.d.ts +10 -0
- package/dist/components/ExportModal/index.d.ts +1 -0
- package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
- package/dist/components/FieldsGroup/index.d.ts +2 -0
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +10 -0
- package/dist/components/FloatingMenu/_types.d.ts +13 -0
- package/dist/components/FloatingMenu/index.d.ts +2 -0
- package/dist/components/ImageLoading/ImageLoading.d.ts +5 -0
- package/dist/components/ImageLoading/index.d.ts +1 -0
- package/dist/components/ImageMissing/ImageMissing.d.ts +5 -0
- package/dist/components/ImageMissing/index.d.ts +1 -0
- package/dist/components/ImportModal/ImportModal.d.ts +10 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +8 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +6 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +7 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +10 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +12 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +5 -0
- package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +6 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
- package/dist/components/ImportModal/_types.d.ts +34 -0
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +10 -0
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
- package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
- package/dist/components/ImportModal/index.d.ts +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +13 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +13 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +13 -0
- 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.d.ts +2 -0
- 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/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +7 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +6 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
- package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +7 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +3 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +12 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +12 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +9 -0
- package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +5 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +6 -0
- package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +2 -0
- package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +2 -0
- package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +6 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +9 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +9 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/constants.d.ts +12 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +5 -0
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
- package/dist/components/LibraryItemsList/index.d.ts +1 -0
- package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +7 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +12 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +9 -0
- package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +11 -0
- package/dist/components/LibraryPicker/index.d.ts +1 -0
- package/dist/components/List/List.d.ts +12 -0
- package/dist/components/List/index.d.ts +2 -0
- package/dist/components/Loading/Loading.d.ts +5 -0
- package/dist/components/Loading/index.d.ts +1 -0
- package/dist/components/RecordCard/RecordCard.d.ts +3 -0
- package/dist/components/RecordCard/_types.d.ts +15 -0
- package/dist/components/RecordCard/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +55 -238
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
- 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/RecordEdition/{EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch → EditRecordButtons}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
- 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/useExecuteDeleteValueMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.d.ts +2 -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/Container/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.d.ts +2 -0
- 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/useExplorerLinkRecords.d.ts +22 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
- 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/useLinkRecords.js +76 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
- 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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +133 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +88 -50
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +53 -13
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.d.ts +1 -0
- 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 +19 -13
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +10 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +2 -0
- 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/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
- package/dist/components/RecordEdition/_types.d.ts +2 -0
- 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 +30 -7
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/editRecordReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.d.ts +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.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/RecordHistory/RecordHistory.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistory.js +41 -0
- package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js +53 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js.map +1 -0
- package/dist/components/RecordHistory/_types.d.ts +8 -0
- package/dist/components/RecordHistory/_types.js +2 -0
- package/dist/components/RecordHistory/_types.js.map +1 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.d.ts +19 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js +61 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/index.d.ts +1 -0
- package/dist/components/{SelectTreeNodeModal → RecordHistory}/index.js +1 -1
- package/dist/components/RecordHistory/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +8 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
- package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
- package/dist/components/SearchModal/SearchModal.d.ts +10 -0
- package/dist/components/SearchModal/index.d.ts +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
- 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} +5 -3
- 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/ShowMore/ShowMore.d.ts +11 -0
- package/dist/components/ShowMore/ShowMore.js +18 -0
- package/dist/components/ShowMore/ShowMore.js.map +1 -0
- package/dist/components/ShowMore/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → ShowMore}/index.js +1 -2
- package/dist/components/ShowMore/index.js.map +1 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +7 -0
- package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
- package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
- package/dist/components/TreePicker/TreePicker.d.ts +11 -0
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +9 -0
- package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
- package/dist/components/TreePicker/index.d.ts +1 -0
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +10 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
- package/dist/components/UploadFiles/UploadFiles.d.ts +13 -0
- package/dist/components/UploadFiles/UploadFiles.js +4 -4
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.d.ts +1 -0
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +9 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +10 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
- package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
- package/dist/components/index.d.ts +40 -0
- package/dist/components/index.js +3 -2
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +3 -1
- package/dist/constants.js +3 -1
- package/dist/constants.js.map +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/contexts/LangContext/LangContext.d.ts +2 -0
- package/dist/contexts/LangContext/LangContext.js +2 -2
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.d.ts +2 -0
- package/dist/contexts/LangContext/types.d.ts +6 -0
- package/dist/contexts/UserContext/UserContext.d.ts +3 -0
- package/dist/contexts/UserContext/index.d.ts +2 -0
- package/dist/contexts/UserContext/types.d.ts +9 -0
- package/dist/contexts/index.d.ts +2 -0
- package/dist/gqlFragments/index.d.ts +1 -0
- package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
- package/dist/gqlPossibleTypes/index.d.ts +20 -0
- package/dist/hooks/index.d.ts +17 -0
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.d.ts +1 -0
- package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
- package/dist/hooks/useAppLang/index.d.ts +1 -0
- package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.d.ts +1 -0
- package/dist/hooks/useAuth/useAuth.d.ts +5 -0
- package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
- package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +1 -0
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
- package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +55 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
- 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 +23 -0
- package/dist/hooks/useIFrameMessenger/schema.js +79 -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/useLang/__mocks__/index.d.ts +2 -0
- package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
- package/dist/hooks/useLang/index.d.ts +2 -0
- package/dist/hooks/useLang/useLang.d.ts +3 -0
- package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
- package/dist/hooks/useLocalStorage/index.d.ts +1 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
- package/dist/hooks/useLoginChecker/index.d.ts +1 -0
- package/dist/hooks/useLoginChecker/useLoginChecker.d.ts +3 -0
- package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
- package/dist/hooks/useRedirectToLogin/index.d.ts +1 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.d.ts +3 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
- package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
- package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
- package/dist/hooks/useUser/index.d.ts +1 -0
- package/dist/hooks/useUser/useUser.d.ts +1 -0
- package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
- package/dist/index.d.ts +9 -0
- package/dist/locales/en/shared.json +48 -13
- package/dist/locales/fr/shared.json +47 -12
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +4 -0
- package/dist/testing/MockedLangContextProvider/index.d.ts +2 -0
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +4 -0
- package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
- package/dist/testing/index.d.ts +1 -0
- package/dist/types/attributes.d.ts +22 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/misc.d.ts +2 -0
- package/dist/types/records.d.ts +25 -0
- package/dist/types/scalars.d.ts +1 -0
- package/dist/types/search.d.ts +205 -0
- package/dist/types/trees.d.ts +18 -0
- package/dist/types/values.d.ts +7 -0
- package/package.json +23 -8
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
- 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.js +0 -31
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
- 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.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.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
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
|
@@ -136,11 +136,14 @@ 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<MultiDisplayOption>;
|
|
140
|
+
multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
|
|
139
141
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
142
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
143
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
144
|
required?: InputMaybe<Scalars['Boolean']>;
|
|
143
145
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
146
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
144
147
|
type?: InputMaybe<AttributeType>;
|
|
145
148
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
146
149
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
@@ -181,6 +184,11 @@ export declare enum AvailableLanguage {
|
|
|
181
184
|
en = "en",
|
|
182
185
|
fr = "fr"
|
|
183
186
|
}
|
|
187
|
+
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
188
|
+
action: RecordPermissionsActions;
|
|
189
|
+
attributeId: Scalars['ID'];
|
|
190
|
+
libraryId: Scalars['ID'];
|
|
191
|
+
};
|
|
184
192
|
export type CreateRecordDataInput = {
|
|
185
193
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
186
194
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -246,6 +254,11 @@ export type FormInput = {
|
|
|
246
254
|
id: Scalars['ID'];
|
|
247
255
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
248
256
|
library: Scalars['ID'];
|
|
257
|
+
sidePanel?: InputMaybe<FormSidePanelInput>;
|
|
258
|
+
};
|
|
259
|
+
export type FormSidePanelInput = {
|
|
260
|
+
enable: Scalars['Boolean'];
|
|
261
|
+
isOpenByDefault: Scalars['Boolean'];
|
|
249
262
|
};
|
|
250
263
|
export declare enum FormsSortableFields {
|
|
251
264
|
id = "id",
|
|
@@ -261,6 +274,7 @@ export type GlobalSettingsInput = {
|
|
|
261
274
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
262
275
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
263
276
|
name?: InputMaybe<Scalars['String']>;
|
|
277
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
264
278
|
};
|
|
265
279
|
export declare enum IoTypes {
|
|
266
280
|
boolean = "boolean",
|
|
@@ -292,6 +306,7 @@ export declare enum LibrariesSortableFields {
|
|
|
292
306
|
export declare enum LibraryBehavior {
|
|
293
307
|
directories = "directories",
|
|
294
308
|
files = "files",
|
|
309
|
+
join = "join",
|
|
295
310
|
standard = "standard"
|
|
296
311
|
}
|
|
297
312
|
export type LibraryIconInput = {
|
|
@@ -306,9 +321,11 @@ export type LibraryInput = {
|
|
|
306
321
|
icon?: InputMaybe<LibraryIconInput>;
|
|
307
322
|
id: Scalars['ID'];
|
|
308
323
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
324
|
+
mandatoryAttribute?: InputMaybe<Scalars['ID']>;
|
|
309
325
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
310
326
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
311
327
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
328
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
312
329
|
};
|
|
313
330
|
export type LibraryPreviewsSettingsInput = {
|
|
314
331
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
@@ -389,6 +406,11 @@ export type LogTopicRecordFilterInput = {
|
|
|
389
406
|
id?: InputMaybe<Scalars['String']>;
|
|
390
407
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
391
408
|
};
|
|
409
|
+
export declare enum MultiDisplayOption {
|
|
410
|
+
avatar = "avatar",
|
|
411
|
+
badge_qty = "badge_qty",
|
|
412
|
+
tag = "tag"
|
|
413
|
+
}
|
|
392
414
|
export type Pagination = {
|
|
393
415
|
limit: Scalars['Int'];
|
|
394
416
|
offset: Scalars['Int'];
|
|
@@ -431,6 +453,7 @@ export declare enum PermissionsActions {
|
|
|
431
453
|
admin_access_applications = "admin_access_applications",
|
|
432
454
|
admin_access_attributes = "admin_access_attributes",
|
|
433
455
|
admin_access_libraries = "admin_access_libraries",
|
|
456
|
+
admin_access_logs = "admin_access_logs",
|
|
434
457
|
admin_access_permissions = "admin_access_permissions",
|
|
435
458
|
admin_access_tasks = "admin_access_tasks",
|
|
436
459
|
admin_access_trees = "admin_access_trees",
|
|
@@ -458,6 +481,7 @@ export declare enum PermissionsActions {
|
|
|
458
481
|
admin_edit_permission = "admin_edit_permission",
|
|
459
482
|
admin_edit_tree = "admin_edit_tree",
|
|
460
483
|
admin_edit_version_profile = "admin_edit_version_profile",
|
|
484
|
+
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
461
485
|
admin_library = "admin_library",
|
|
462
486
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
463
487
|
create_record = "create_record",
|
|
@@ -537,6 +561,12 @@ export type RecordInput = {
|
|
|
537
561
|
id: Scalars['ID'];
|
|
538
562
|
library: Scalars['String'];
|
|
539
563
|
};
|
|
564
|
+
export declare enum RecordPermissionsActions {
|
|
565
|
+
access_record = "access_record",
|
|
566
|
+
create_record = "create_record",
|
|
567
|
+
delete_record = "delete_record",
|
|
568
|
+
edit_record = "edit_record"
|
|
569
|
+
}
|
|
540
570
|
export type RecordSortInput = {
|
|
541
571
|
field: Scalars['String'];
|
|
542
572
|
order: SortOrder;
|
|
@@ -640,6 +670,7 @@ export type TreeInput = {
|
|
|
640
670
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
641
671
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
642
672
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
673
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
643
674
|
};
|
|
644
675
|
export type TreeLibraryInput = {
|
|
645
676
|
library: Scalars['ID'];
|
|
@@ -681,11 +712,13 @@ export type ValueBatchInput = {
|
|
|
681
712
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
682
713
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
683
714
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
715
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
684
716
|
payload?: InputMaybe<Scalars['String']>;
|
|
685
717
|
};
|
|
686
718
|
export type ValueInput = {
|
|
687
719
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
688
720
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
721
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
689
722
|
payload?: InputMaybe<Scalars['String']>;
|
|
690
723
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
691
724
|
};
|
|
@@ -823,6 +856,8 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
823
856
|
label?: any | null;
|
|
824
857
|
description?: any | null;
|
|
825
858
|
multiple_values: boolean;
|
|
859
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
860
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
826
861
|
linked_library?: {
|
|
827
862
|
id: string;
|
|
828
863
|
label?: any | null;
|
|
@@ -860,6 +895,8 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
860
895
|
label?: any | null;
|
|
861
896
|
description?: any | null;
|
|
862
897
|
multiple_values: boolean;
|
|
898
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
899
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
863
900
|
metadata_fields?: Array<{
|
|
864
901
|
id: string;
|
|
865
902
|
label?: any | null;
|
|
@@ -892,6 +929,8 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
892
929
|
label?: any | null;
|
|
893
930
|
description?: any | null;
|
|
894
931
|
multiple_values: boolean;
|
|
932
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
933
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
895
934
|
linked_tree?: {
|
|
896
935
|
id: string;
|
|
897
936
|
label?: any | null;
|
|
@@ -1750,6 +1789,261 @@ export type RecordFormElementFragment = {
|
|
|
1750
1789
|
key: string;
|
|
1751
1790
|
value: any;
|
|
1752
1791
|
}>;
|
|
1792
|
+
joinLibraryContext?: {
|
|
1793
|
+
mandatoryAttribute: {
|
|
1794
|
+
id: string;
|
|
1795
|
+
label?: any | null;
|
|
1796
|
+
description?: any | null;
|
|
1797
|
+
type: AttributeType;
|
|
1798
|
+
format?: AttributeFormat | null;
|
|
1799
|
+
system: boolean;
|
|
1800
|
+
readonly: boolean;
|
|
1801
|
+
required: boolean;
|
|
1802
|
+
multiple_values: boolean;
|
|
1803
|
+
compute: boolean;
|
|
1804
|
+
linked_library?: {
|
|
1805
|
+
id: string;
|
|
1806
|
+
label?: any | null;
|
|
1807
|
+
behavior: LibraryBehavior;
|
|
1808
|
+
permissions?: {
|
|
1809
|
+
create_record: boolean;
|
|
1810
|
+
} | null;
|
|
1811
|
+
} | null;
|
|
1812
|
+
linkValuesList?: {
|
|
1813
|
+
enable: boolean;
|
|
1814
|
+
allowFreeEntry?: boolean | null;
|
|
1815
|
+
allowListUpdate?: boolean | null;
|
|
1816
|
+
values?: Array<{
|
|
1817
|
+
id: string;
|
|
1818
|
+
whoAmI: {
|
|
1819
|
+
id: string;
|
|
1820
|
+
label?: string | null;
|
|
1821
|
+
subLabel?: string | null;
|
|
1822
|
+
color?: string | null;
|
|
1823
|
+
preview?: IPreviewScalar | null;
|
|
1824
|
+
library: {
|
|
1825
|
+
id: string;
|
|
1826
|
+
label?: any | null;
|
|
1827
|
+
};
|
|
1828
|
+
};
|
|
1829
|
+
}> | null;
|
|
1830
|
+
} | null;
|
|
1831
|
+
permissions: {
|
|
1832
|
+
access_attribute: boolean;
|
|
1833
|
+
edit_value: boolean;
|
|
1834
|
+
};
|
|
1835
|
+
versions_conf?: {
|
|
1836
|
+
versionable: boolean;
|
|
1837
|
+
profile?: {
|
|
1838
|
+
id: string;
|
|
1839
|
+
trees: Array<{
|
|
1840
|
+
id: string;
|
|
1841
|
+
label?: any | null;
|
|
1842
|
+
}>;
|
|
1843
|
+
} | null;
|
|
1844
|
+
} | null;
|
|
1845
|
+
metadata_fields?: Array<{
|
|
1846
|
+
id: string;
|
|
1847
|
+
label?: any | null;
|
|
1848
|
+
description?: any | null;
|
|
1849
|
+
type: AttributeType;
|
|
1850
|
+
format?: AttributeFormat | null;
|
|
1851
|
+
system: boolean;
|
|
1852
|
+
readonly: boolean;
|
|
1853
|
+
multiple_values: boolean;
|
|
1854
|
+
permissions: {
|
|
1855
|
+
access_attribute: boolean;
|
|
1856
|
+
edit_value: boolean;
|
|
1857
|
+
};
|
|
1858
|
+
values_list?: {
|
|
1859
|
+
enable: boolean;
|
|
1860
|
+
allowFreeEntry?: boolean | null;
|
|
1861
|
+
allowListUpdate?: boolean | null;
|
|
1862
|
+
dateRangeValues?: Array<{
|
|
1863
|
+
from?: string | null;
|
|
1864
|
+
to?: string | null;
|
|
1865
|
+
}> | null;
|
|
1866
|
+
} | {
|
|
1867
|
+
enable: boolean;
|
|
1868
|
+
allowFreeEntry?: boolean | null;
|
|
1869
|
+
allowListUpdate?: boolean | null;
|
|
1870
|
+
values?: Array<string> | null;
|
|
1871
|
+
} | null;
|
|
1872
|
+
metadata_fields?: Array<{
|
|
1873
|
+
id: string;
|
|
1874
|
+
}> | null;
|
|
1875
|
+
}> | null;
|
|
1876
|
+
} | {
|
|
1877
|
+
character_limit?: number | null;
|
|
1878
|
+
id: string;
|
|
1879
|
+
label?: any | null;
|
|
1880
|
+
description?: any | null;
|
|
1881
|
+
type: AttributeType;
|
|
1882
|
+
format?: AttributeFormat | null;
|
|
1883
|
+
system: boolean;
|
|
1884
|
+
readonly: boolean;
|
|
1885
|
+
required: boolean;
|
|
1886
|
+
multiple_values: boolean;
|
|
1887
|
+
compute: boolean;
|
|
1888
|
+
values_list?: {
|
|
1889
|
+
enable: boolean;
|
|
1890
|
+
allowFreeEntry?: boolean | null;
|
|
1891
|
+
allowListUpdate?: boolean | null;
|
|
1892
|
+
dateRangeValues?: Array<{
|
|
1893
|
+
from?: string | null;
|
|
1894
|
+
to?: string | null;
|
|
1895
|
+
}> | null;
|
|
1896
|
+
} | {
|
|
1897
|
+
enable: boolean;
|
|
1898
|
+
allowFreeEntry?: boolean | null;
|
|
1899
|
+
allowListUpdate?: boolean | null;
|
|
1900
|
+
values?: Array<string> | null;
|
|
1901
|
+
} | null;
|
|
1902
|
+
permissions: {
|
|
1903
|
+
access_attribute: boolean;
|
|
1904
|
+
edit_value: boolean;
|
|
1905
|
+
};
|
|
1906
|
+
versions_conf?: {
|
|
1907
|
+
versionable: boolean;
|
|
1908
|
+
profile?: {
|
|
1909
|
+
id: string;
|
|
1910
|
+
trees: Array<{
|
|
1911
|
+
id: string;
|
|
1912
|
+
label?: any | null;
|
|
1913
|
+
}>;
|
|
1914
|
+
} | null;
|
|
1915
|
+
} | null;
|
|
1916
|
+
metadata_fields?: Array<{
|
|
1917
|
+
id: string;
|
|
1918
|
+
label?: any | null;
|
|
1919
|
+
description?: any | null;
|
|
1920
|
+
type: AttributeType;
|
|
1921
|
+
format?: AttributeFormat | null;
|
|
1922
|
+
system: boolean;
|
|
1923
|
+
readonly: boolean;
|
|
1924
|
+
multiple_values: boolean;
|
|
1925
|
+
permissions: {
|
|
1926
|
+
access_attribute: boolean;
|
|
1927
|
+
edit_value: boolean;
|
|
1928
|
+
};
|
|
1929
|
+
values_list?: {
|
|
1930
|
+
enable: boolean;
|
|
1931
|
+
allowFreeEntry?: boolean | null;
|
|
1932
|
+
allowListUpdate?: boolean | null;
|
|
1933
|
+
dateRangeValues?: Array<{
|
|
1934
|
+
from?: string | null;
|
|
1935
|
+
to?: string | null;
|
|
1936
|
+
}> | null;
|
|
1937
|
+
} | {
|
|
1938
|
+
enable: boolean;
|
|
1939
|
+
allowFreeEntry?: boolean | null;
|
|
1940
|
+
allowListUpdate?: boolean | null;
|
|
1941
|
+
values?: Array<string> | null;
|
|
1942
|
+
} | null;
|
|
1943
|
+
metadata_fields?: Array<{
|
|
1944
|
+
id: string;
|
|
1945
|
+
}> | null;
|
|
1946
|
+
}> | null;
|
|
1947
|
+
} | {
|
|
1948
|
+
id: string;
|
|
1949
|
+
label?: any | null;
|
|
1950
|
+
description?: any | null;
|
|
1951
|
+
type: AttributeType;
|
|
1952
|
+
format?: AttributeFormat | null;
|
|
1953
|
+
system: boolean;
|
|
1954
|
+
readonly: boolean;
|
|
1955
|
+
required: boolean;
|
|
1956
|
+
multiple_values: boolean;
|
|
1957
|
+
compute: boolean;
|
|
1958
|
+
linked_tree?: {
|
|
1959
|
+
id: string;
|
|
1960
|
+
label?: any | null;
|
|
1961
|
+
} | null;
|
|
1962
|
+
treeValuesList?: {
|
|
1963
|
+
enable: boolean;
|
|
1964
|
+
allowFreeEntry?: boolean | null;
|
|
1965
|
+
allowListUpdate?: boolean | null;
|
|
1966
|
+
values?: Array<{
|
|
1967
|
+
id: string;
|
|
1968
|
+
record: {
|
|
1969
|
+
id: string;
|
|
1970
|
+
whoAmI: {
|
|
1971
|
+
id: string;
|
|
1972
|
+
label?: string | null;
|
|
1973
|
+
subLabel?: string | null;
|
|
1974
|
+
color?: string | null;
|
|
1975
|
+
preview?: IPreviewScalar | null;
|
|
1976
|
+
library: {
|
|
1977
|
+
id: string;
|
|
1978
|
+
label?: any | null;
|
|
1979
|
+
};
|
|
1980
|
+
};
|
|
1981
|
+
};
|
|
1982
|
+
ancestors?: Array<{
|
|
1983
|
+
record: {
|
|
1984
|
+
id: string;
|
|
1985
|
+
whoAmI: {
|
|
1986
|
+
id: string;
|
|
1987
|
+
label?: string | null;
|
|
1988
|
+
subLabel?: string | null;
|
|
1989
|
+
color?: string | null;
|
|
1990
|
+
preview?: IPreviewScalar | null;
|
|
1991
|
+
library: {
|
|
1992
|
+
id: string;
|
|
1993
|
+
label?: any | null;
|
|
1994
|
+
};
|
|
1995
|
+
};
|
|
1996
|
+
};
|
|
1997
|
+
}> | null;
|
|
1998
|
+
}> | null;
|
|
1999
|
+
} | null;
|
|
2000
|
+
permissions: {
|
|
2001
|
+
access_attribute: boolean;
|
|
2002
|
+
edit_value: boolean;
|
|
2003
|
+
};
|
|
2004
|
+
versions_conf?: {
|
|
2005
|
+
versionable: boolean;
|
|
2006
|
+
profile?: {
|
|
2007
|
+
id: string;
|
|
2008
|
+
trees: Array<{
|
|
2009
|
+
id: string;
|
|
2010
|
+
label?: any | null;
|
|
2011
|
+
}>;
|
|
2012
|
+
} | null;
|
|
2013
|
+
} | null;
|
|
2014
|
+
metadata_fields?: Array<{
|
|
2015
|
+
id: string;
|
|
2016
|
+
label?: any | null;
|
|
2017
|
+
description?: any | null;
|
|
2018
|
+
type: AttributeType;
|
|
2019
|
+
format?: AttributeFormat | null;
|
|
2020
|
+
system: boolean;
|
|
2021
|
+
readonly: boolean;
|
|
2022
|
+
multiple_values: boolean;
|
|
2023
|
+
permissions: {
|
|
2024
|
+
access_attribute: boolean;
|
|
2025
|
+
edit_value: boolean;
|
|
2026
|
+
};
|
|
2027
|
+
values_list?: {
|
|
2028
|
+
enable: boolean;
|
|
2029
|
+
allowFreeEntry?: boolean | null;
|
|
2030
|
+
allowListUpdate?: boolean | null;
|
|
2031
|
+
dateRangeValues?: Array<{
|
|
2032
|
+
from?: string | null;
|
|
2033
|
+
to?: string | null;
|
|
2034
|
+
}> | null;
|
|
2035
|
+
} | {
|
|
2036
|
+
enable: boolean;
|
|
2037
|
+
allowFreeEntry?: boolean | null;
|
|
2038
|
+
allowListUpdate?: boolean | null;
|
|
2039
|
+
values?: Array<string> | null;
|
|
2040
|
+
} | null;
|
|
2041
|
+
metadata_fields?: Array<{
|
|
2042
|
+
id: string;
|
|
2043
|
+
}> | null;
|
|
2044
|
+
}> | null;
|
|
2045
|
+
};
|
|
2046
|
+
} | null;
|
|
1753
2047
|
};
|
|
1754
2048
|
export type ValueDetailsLinkValueFragment = {
|
|
1755
2049
|
id_value?: string | null;
|
|
@@ -2424,9 +2718,264 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
|
2424
2718
|
values?: Array<string> | null;
|
|
2425
2719
|
};
|
|
2426
2720
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2427
|
-
export type
|
|
2428
|
-
|
|
2429
|
-
|
|
2721
|
+
export type JoinLibraryContextFragment = {
|
|
2722
|
+
mandatoryAttribute: {
|
|
2723
|
+
id: string;
|
|
2724
|
+
label?: any | null;
|
|
2725
|
+
description?: any | null;
|
|
2726
|
+
type: AttributeType;
|
|
2727
|
+
format?: AttributeFormat | null;
|
|
2728
|
+
system: boolean;
|
|
2729
|
+
readonly: boolean;
|
|
2730
|
+
required: boolean;
|
|
2731
|
+
multiple_values: boolean;
|
|
2732
|
+
compute: boolean;
|
|
2733
|
+
linked_library?: {
|
|
2734
|
+
id: string;
|
|
2735
|
+
label?: any | null;
|
|
2736
|
+
behavior: LibraryBehavior;
|
|
2737
|
+
permissions?: {
|
|
2738
|
+
create_record: boolean;
|
|
2739
|
+
} | null;
|
|
2740
|
+
} | null;
|
|
2741
|
+
linkValuesList?: {
|
|
2742
|
+
enable: boolean;
|
|
2743
|
+
allowFreeEntry?: boolean | null;
|
|
2744
|
+
allowListUpdate?: boolean | null;
|
|
2745
|
+
values?: Array<{
|
|
2746
|
+
id: string;
|
|
2747
|
+
whoAmI: {
|
|
2748
|
+
id: string;
|
|
2749
|
+
label?: string | null;
|
|
2750
|
+
subLabel?: string | null;
|
|
2751
|
+
color?: string | null;
|
|
2752
|
+
preview?: IPreviewScalar | null;
|
|
2753
|
+
library: {
|
|
2754
|
+
id: string;
|
|
2755
|
+
label?: any | null;
|
|
2756
|
+
};
|
|
2757
|
+
};
|
|
2758
|
+
}> | null;
|
|
2759
|
+
} | null;
|
|
2760
|
+
permissions: {
|
|
2761
|
+
access_attribute: boolean;
|
|
2762
|
+
edit_value: boolean;
|
|
2763
|
+
};
|
|
2764
|
+
versions_conf?: {
|
|
2765
|
+
versionable: boolean;
|
|
2766
|
+
profile?: {
|
|
2767
|
+
id: string;
|
|
2768
|
+
trees: Array<{
|
|
2769
|
+
id: string;
|
|
2770
|
+
label?: any | null;
|
|
2771
|
+
}>;
|
|
2772
|
+
} | null;
|
|
2773
|
+
} | null;
|
|
2774
|
+
metadata_fields?: Array<{
|
|
2775
|
+
id: string;
|
|
2776
|
+
label?: any | null;
|
|
2777
|
+
description?: any | null;
|
|
2778
|
+
type: AttributeType;
|
|
2779
|
+
format?: AttributeFormat | null;
|
|
2780
|
+
system: boolean;
|
|
2781
|
+
readonly: boolean;
|
|
2782
|
+
multiple_values: boolean;
|
|
2783
|
+
permissions: {
|
|
2784
|
+
access_attribute: boolean;
|
|
2785
|
+
edit_value: boolean;
|
|
2786
|
+
};
|
|
2787
|
+
values_list?: {
|
|
2788
|
+
enable: boolean;
|
|
2789
|
+
allowFreeEntry?: boolean | null;
|
|
2790
|
+
allowListUpdate?: boolean | null;
|
|
2791
|
+
dateRangeValues?: Array<{
|
|
2792
|
+
from?: string | null;
|
|
2793
|
+
to?: string | null;
|
|
2794
|
+
}> | null;
|
|
2795
|
+
} | {
|
|
2796
|
+
enable: boolean;
|
|
2797
|
+
allowFreeEntry?: boolean | null;
|
|
2798
|
+
allowListUpdate?: boolean | null;
|
|
2799
|
+
values?: Array<string> | null;
|
|
2800
|
+
} | null;
|
|
2801
|
+
metadata_fields?: Array<{
|
|
2802
|
+
id: string;
|
|
2803
|
+
}> | null;
|
|
2804
|
+
}> | null;
|
|
2805
|
+
} | {
|
|
2806
|
+
character_limit?: number | null;
|
|
2807
|
+
id: string;
|
|
2808
|
+
label?: any | null;
|
|
2809
|
+
description?: any | null;
|
|
2810
|
+
type: AttributeType;
|
|
2811
|
+
format?: AttributeFormat | null;
|
|
2812
|
+
system: boolean;
|
|
2813
|
+
readonly: boolean;
|
|
2814
|
+
required: boolean;
|
|
2815
|
+
multiple_values: boolean;
|
|
2816
|
+
compute: boolean;
|
|
2817
|
+
values_list?: {
|
|
2818
|
+
enable: boolean;
|
|
2819
|
+
allowFreeEntry?: boolean | null;
|
|
2820
|
+
allowListUpdate?: boolean | null;
|
|
2821
|
+
dateRangeValues?: Array<{
|
|
2822
|
+
from?: string | null;
|
|
2823
|
+
to?: string | null;
|
|
2824
|
+
}> | null;
|
|
2825
|
+
} | {
|
|
2826
|
+
enable: boolean;
|
|
2827
|
+
allowFreeEntry?: boolean | null;
|
|
2828
|
+
allowListUpdate?: boolean | null;
|
|
2829
|
+
values?: Array<string> | null;
|
|
2830
|
+
} | null;
|
|
2831
|
+
permissions: {
|
|
2832
|
+
access_attribute: boolean;
|
|
2833
|
+
edit_value: boolean;
|
|
2834
|
+
};
|
|
2835
|
+
versions_conf?: {
|
|
2836
|
+
versionable: boolean;
|
|
2837
|
+
profile?: {
|
|
2838
|
+
id: string;
|
|
2839
|
+
trees: Array<{
|
|
2840
|
+
id: string;
|
|
2841
|
+
label?: any | null;
|
|
2842
|
+
}>;
|
|
2843
|
+
} | null;
|
|
2844
|
+
} | null;
|
|
2845
|
+
metadata_fields?: Array<{
|
|
2846
|
+
id: string;
|
|
2847
|
+
label?: any | null;
|
|
2848
|
+
description?: any | null;
|
|
2849
|
+
type: AttributeType;
|
|
2850
|
+
format?: AttributeFormat | null;
|
|
2851
|
+
system: boolean;
|
|
2852
|
+
readonly: boolean;
|
|
2853
|
+
multiple_values: boolean;
|
|
2854
|
+
permissions: {
|
|
2855
|
+
access_attribute: boolean;
|
|
2856
|
+
edit_value: boolean;
|
|
2857
|
+
};
|
|
2858
|
+
values_list?: {
|
|
2859
|
+
enable: boolean;
|
|
2860
|
+
allowFreeEntry?: boolean | null;
|
|
2861
|
+
allowListUpdate?: boolean | null;
|
|
2862
|
+
dateRangeValues?: Array<{
|
|
2863
|
+
from?: string | null;
|
|
2864
|
+
to?: string | null;
|
|
2865
|
+
}> | null;
|
|
2866
|
+
} | {
|
|
2867
|
+
enable: boolean;
|
|
2868
|
+
allowFreeEntry?: boolean | null;
|
|
2869
|
+
allowListUpdate?: boolean | null;
|
|
2870
|
+
values?: Array<string> | null;
|
|
2871
|
+
} | null;
|
|
2872
|
+
metadata_fields?: Array<{
|
|
2873
|
+
id: string;
|
|
2874
|
+
}> | null;
|
|
2875
|
+
}> | null;
|
|
2876
|
+
} | {
|
|
2877
|
+
id: string;
|
|
2878
|
+
label?: any | null;
|
|
2879
|
+
description?: any | null;
|
|
2880
|
+
type: AttributeType;
|
|
2881
|
+
format?: AttributeFormat | null;
|
|
2882
|
+
system: boolean;
|
|
2883
|
+
readonly: boolean;
|
|
2884
|
+
required: boolean;
|
|
2885
|
+
multiple_values: boolean;
|
|
2886
|
+
compute: boolean;
|
|
2887
|
+
linked_tree?: {
|
|
2888
|
+
id: string;
|
|
2889
|
+
label?: any | null;
|
|
2890
|
+
} | null;
|
|
2891
|
+
treeValuesList?: {
|
|
2892
|
+
enable: boolean;
|
|
2893
|
+
allowFreeEntry?: boolean | null;
|
|
2894
|
+
allowListUpdate?: boolean | null;
|
|
2895
|
+
values?: Array<{
|
|
2896
|
+
id: string;
|
|
2897
|
+
record: {
|
|
2898
|
+
id: string;
|
|
2899
|
+
whoAmI: {
|
|
2900
|
+
id: string;
|
|
2901
|
+
label?: string | null;
|
|
2902
|
+
subLabel?: string | null;
|
|
2903
|
+
color?: string | null;
|
|
2904
|
+
preview?: IPreviewScalar | null;
|
|
2905
|
+
library: {
|
|
2906
|
+
id: string;
|
|
2907
|
+
label?: any | null;
|
|
2908
|
+
};
|
|
2909
|
+
};
|
|
2910
|
+
};
|
|
2911
|
+
ancestors?: Array<{
|
|
2912
|
+
record: {
|
|
2913
|
+
id: string;
|
|
2914
|
+
whoAmI: {
|
|
2915
|
+
id: string;
|
|
2916
|
+
label?: string | null;
|
|
2917
|
+
subLabel?: string | null;
|
|
2918
|
+
color?: string | null;
|
|
2919
|
+
preview?: IPreviewScalar | null;
|
|
2920
|
+
library: {
|
|
2921
|
+
id: string;
|
|
2922
|
+
label?: any | null;
|
|
2923
|
+
};
|
|
2924
|
+
};
|
|
2925
|
+
};
|
|
2926
|
+
}> | null;
|
|
2927
|
+
}> | null;
|
|
2928
|
+
} | null;
|
|
2929
|
+
permissions: {
|
|
2930
|
+
access_attribute: boolean;
|
|
2931
|
+
edit_value: boolean;
|
|
2932
|
+
};
|
|
2933
|
+
versions_conf?: {
|
|
2934
|
+
versionable: boolean;
|
|
2935
|
+
profile?: {
|
|
2936
|
+
id: string;
|
|
2937
|
+
trees: Array<{
|
|
2938
|
+
id: string;
|
|
2939
|
+
label?: any | null;
|
|
2940
|
+
}>;
|
|
2941
|
+
} | null;
|
|
2942
|
+
} | null;
|
|
2943
|
+
metadata_fields?: Array<{
|
|
2944
|
+
id: string;
|
|
2945
|
+
label?: any | null;
|
|
2946
|
+
description?: any | null;
|
|
2947
|
+
type: AttributeType;
|
|
2948
|
+
format?: AttributeFormat | null;
|
|
2949
|
+
system: boolean;
|
|
2950
|
+
readonly: boolean;
|
|
2951
|
+
multiple_values: boolean;
|
|
2952
|
+
permissions: {
|
|
2953
|
+
access_attribute: boolean;
|
|
2954
|
+
edit_value: boolean;
|
|
2955
|
+
};
|
|
2956
|
+
values_list?: {
|
|
2957
|
+
enable: boolean;
|
|
2958
|
+
allowFreeEntry?: boolean | null;
|
|
2959
|
+
allowListUpdate?: boolean | null;
|
|
2960
|
+
dateRangeValues?: Array<{
|
|
2961
|
+
from?: string | null;
|
|
2962
|
+
to?: string | null;
|
|
2963
|
+
}> | null;
|
|
2964
|
+
} | {
|
|
2965
|
+
enable: boolean;
|
|
2966
|
+
allowFreeEntry?: boolean | null;
|
|
2967
|
+
allowListUpdate?: boolean | null;
|
|
2968
|
+
values?: Array<string> | null;
|
|
2969
|
+
} | null;
|
|
2970
|
+
metadata_fields?: Array<{
|
|
2971
|
+
id: string;
|
|
2972
|
+
}> | null;
|
|
2973
|
+
}> | null;
|
|
2974
|
+
};
|
|
2975
|
+
};
|
|
2976
|
+
export type TreeDetailsFragment = {
|
|
2977
|
+
id: string;
|
|
2978
|
+
label?: any | null;
|
|
2430
2979
|
behavior: TreeBehavior;
|
|
2431
2980
|
system: boolean;
|
|
2432
2981
|
libraries: Array<{
|
|
@@ -2561,12 +3110,162 @@ export type ViewDetailsFilterFragment = {
|
|
|
2561
3110
|
label?: any | null;
|
|
2562
3111
|
} | null;
|
|
2563
3112
|
};
|
|
3113
|
+
export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
3114
|
+
id: string;
|
|
3115
|
+
type: AttributeType;
|
|
3116
|
+
format?: AttributeFormat | null;
|
|
3117
|
+
label?: any | null;
|
|
3118
|
+
multiple_values: boolean;
|
|
3119
|
+
system: boolean;
|
|
3120
|
+
readonly: boolean;
|
|
3121
|
+
permissions: {
|
|
3122
|
+
access_attribute: boolean;
|
|
3123
|
+
};
|
|
3124
|
+
valuesList?: {
|
|
3125
|
+
enable: boolean;
|
|
3126
|
+
allowFreeEntry?: boolean | null;
|
|
3127
|
+
allowListUpdate?: boolean | null;
|
|
3128
|
+
linkedValues?: Array<{
|
|
3129
|
+
id: string;
|
|
3130
|
+
whoAmI: {
|
|
3131
|
+
id: string;
|
|
3132
|
+
label?: string | null;
|
|
3133
|
+
subLabel?: string | null;
|
|
3134
|
+
color?: string | null;
|
|
3135
|
+
preview?: IPreviewScalar | null;
|
|
3136
|
+
library: {
|
|
3137
|
+
id: string;
|
|
3138
|
+
label?: any | null;
|
|
3139
|
+
};
|
|
3140
|
+
};
|
|
3141
|
+
}> | null;
|
|
3142
|
+
} | null;
|
|
3143
|
+
linked_library?: {
|
|
3144
|
+
id: string;
|
|
3145
|
+
} | null;
|
|
3146
|
+
};
|
|
3147
|
+
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
3148
|
+
id: string;
|
|
3149
|
+
type: AttributeType;
|
|
3150
|
+
format?: AttributeFormat | null;
|
|
3151
|
+
label?: any | null;
|
|
3152
|
+
multiple_values: boolean;
|
|
3153
|
+
system: boolean;
|
|
3154
|
+
readonly: boolean;
|
|
3155
|
+
embedded_fields?: Array<{
|
|
3156
|
+
id: string;
|
|
3157
|
+
format?: AttributeFormat | null;
|
|
3158
|
+
label?: any | null;
|
|
3159
|
+
} | null> | null;
|
|
3160
|
+
valuesList?: {
|
|
3161
|
+
enable: boolean;
|
|
3162
|
+
allowFreeEntry?: boolean | null;
|
|
3163
|
+
allowListUpdate?: boolean | null;
|
|
3164
|
+
dateRangeValues?: Array<{
|
|
3165
|
+
from?: string | null;
|
|
3166
|
+
to?: string | null;
|
|
3167
|
+
}> | null;
|
|
3168
|
+
} | {
|
|
3169
|
+
enable: boolean;
|
|
3170
|
+
allowFreeEntry?: boolean | null;
|
|
3171
|
+
allowListUpdate?: boolean | null;
|
|
3172
|
+
values?: Array<string> | null;
|
|
3173
|
+
} | null;
|
|
3174
|
+
permissions: {
|
|
3175
|
+
access_attribute: boolean;
|
|
3176
|
+
};
|
|
3177
|
+
};
|
|
3178
|
+
export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
|
|
3179
|
+
id: string;
|
|
3180
|
+
type: AttributeType;
|
|
3181
|
+
format?: AttributeFormat | null;
|
|
3182
|
+
label?: any | null;
|
|
3183
|
+
multiple_values: boolean;
|
|
3184
|
+
system: boolean;
|
|
3185
|
+
readonly: boolean;
|
|
3186
|
+
linked_tree?: {
|
|
3187
|
+
id: string;
|
|
3188
|
+
label?: any | null;
|
|
3189
|
+
libraries: Array<{
|
|
3190
|
+
library: {
|
|
3191
|
+
id: string;
|
|
3192
|
+
label?: any | null;
|
|
3193
|
+
};
|
|
3194
|
+
}>;
|
|
3195
|
+
} | null;
|
|
3196
|
+
permissions: {
|
|
3197
|
+
access_attribute: boolean;
|
|
3198
|
+
};
|
|
3199
|
+
};
|
|
3200
|
+
export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
|
|
3201
|
+
export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
3202
|
+
valuesList?: {
|
|
3203
|
+
enable: boolean;
|
|
3204
|
+
allowFreeEntry?: boolean | null;
|
|
3205
|
+
allowListUpdate?: boolean | null;
|
|
3206
|
+
linkedValues?: Array<{
|
|
3207
|
+
id: string;
|
|
3208
|
+
whoAmI: {
|
|
3209
|
+
id: string;
|
|
3210
|
+
label?: string | null;
|
|
3211
|
+
subLabel?: string | null;
|
|
3212
|
+
color?: string | null;
|
|
3213
|
+
preview?: IPreviewScalar | null;
|
|
3214
|
+
library: {
|
|
3215
|
+
id: string;
|
|
3216
|
+
label?: any | null;
|
|
3217
|
+
};
|
|
3218
|
+
};
|
|
3219
|
+
}> | null;
|
|
3220
|
+
} | null;
|
|
3221
|
+
linked_library?: {
|
|
3222
|
+
id: string;
|
|
3223
|
+
} | null;
|
|
3224
|
+
};
|
|
3225
|
+
export type StandardAttributeDetailsFragment = {
|
|
3226
|
+
id: string;
|
|
3227
|
+
type: AttributeType;
|
|
3228
|
+
embedded_fields?: Array<{
|
|
3229
|
+
id: string;
|
|
3230
|
+
format?: AttributeFormat | null;
|
|
3231
|
+
label?: any | null;
|
|
3232
|
+
} | null> | null;
|
|
3233
|
+
valuesList?: {
|
|
3234
|
+
enable: boolean;
|
|
3235
|
+
allowFreeEntry?: boolean | null;
|
|
3236
|
+
allowListUpdate?: boolean | null;
|
|
3237
|
+
values?: Array<string> | null;
|
|
3238
|
+
} | null;
|
|
3239
|
+
};
|
|
2564
3240
|
export type LinkAttributeDetailsFragment = {
|
|
2565
3241
|
label?: any | null;
|
|
3242
|
+
type: AttributeType;
|
|
2566
3243
|
linked_library?: {
|
|
2567
3244
|
id: string;
|
|
2568
3245
|
label?: any | null;
|
|
2569
3246
|
} | null;
|
|
3247
|
+
valuesList?: {
|
|
3248
|
+
allowFreeEntry?: boolean | null;
|
|
3249
|
+
enable: boolean;
|
|
3250
|
+
linkedValues?: Array<{
|
|
3251
|
+
id: string;
|
|
3252
|
+
whoAmI: {
|
|
3253
|
+
id: string;
|
|
3254
|
+
label?: string | null;
|
|
3255
|
+
library: {
|
|
3256
|
+
id: string;
|
|
3257
|
+
};
|
|
3258
|
+
};
|
|
3259
|
+
}> | null;
|
|
3260
|
+
} | null;
|
|
3261
|
+
};
|
|
3262
|
+
export type TreeAttributeDetailsFragment = {
|
|
3263
|
+
id: string;
|
|
3264
|
+
label?: any | null;
|
|
3265
|
+
linked_tree?: {
|
|
3266
|
+
id: string;
|
|
3267
|
+
label?: any | null;
|
|
3268
|
+
} | null;
|
|
2570
3269
|
};
|
|
2571
3270
|
export type AttributePropertiesFragment = {
|
|
2572
3271
|
id: string;
|
|
@@ -2574,6 +3273,8 @@ export type AttributePropertiesFragment = {
|
|
|
2574
3273
|
type: AttributeType;
|
|
2575
3274
|
format?: AttributeFormat | null;
|
|
2576
3275
|
multiple_values: boolean;
|
|
3276
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3277
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
2577
3278
|
};
|
|
2578
3279
|
export type PropertyValueLinkValueFragment = {
|
|
2579
3280
|
linkPayload?: {
|
|
@@ -2626,6 +3327,8 @@ export type LinkPropertyLinkValueFragment = {
|
|
|
2626
3327
|
type: AttributeType;
|
|
2627
3328
|
format?: AttributeFormat | null;
|
|
2628
3329
|
multiple_values: boolean;
|
|
3330
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3331
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
2629
3332
|
};
|
|
2630
3333
|
values: Array<{
|
|
2631
3334
|
linkPayload?: {
|
|
@@ -2685,6 +3388,9 @@ export type LibraryAttributeLinkAttributeFragment = {
|
|
|
2685
3388
|
id: string;
|
|
2686
3389
|
type: AttributeType;
|
|
2687
3390
|
label?: any | null;
|
|
3391
|
+
permissions: {
|
|
3392
|
+
access_attribute: boolean;
|
|
3393
|
+
};
|
|
2688
3394
|
linked_library?: {
|
|
2689
3395
|
id: string;
|
|
2690
3396
|
label?: any | null;
|
|
@@ -2701,11 +3407,17 @@ export type LibraryAttributeStandardAttributeFragment = {
|
|
|
2701
3407
|
id: string;
|
|
2702
3408
|
type: AttributeType;
|
|
2703
3409
|
label?: any | null;
|
|
3410
|
+
permissions: {
|
|
3411
|
+
access_attribute: boolean;
|
|
3412
|
+
};
|
|
2704
3413
|
};
|
|
2705
3414
|
export type LibraryAttributeTreeAttributeFragment = {
|
|
2706
3415
|
id: string;
|
|
2707
3416
|
type: AttributeType;
|
|
2708
3417
|
label?: any | null;
|
|
3418
|
+
permissions: {
|
|
3419
|
+
access_attribute: boolean;
|
|
3420
|
+
};
|
|
2709
3421
|
};
|
|
2710
3422
|
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2711
3423
|
export type LibraryAttributeLinkFragment = {
|
|
@@ -2720,6 +3432,47 @@ export type LibraryAttributeLinkFragment = {
|
|
|
2720
3432
|
}> | null;
|
|
2721
3433
|
} | null;
|
|
2722
3434
|
};
|
|
3435
|
+
export type RecordHistoryLogEntryFragment = {
|
|
3436
|
+
action?: LogAction | null;
|
|
3437
|
+
time: number;
|
|
3438
|
+
topic?: {
|
|
3439
|
+
attribute?: {
|
|
3440
|
+
id: string;
|
|
3441
|
+
label?: any | null;
|
|
3442
|
+
type: AttributeType;
|
|
3443
|
+
format?: AttributeFormat | null;
|
|
3444
|
+
multiple_values: boolean;
|
|
3445
|
+
} | null;
|
|
3446
|
+
} | null;
|
|
3447
|
+
user: {
|
|
3448
|
+
id: string;
|
|
3449
|
+
whoAmI: {
|
|
3450
|
+
id: string;
|
|
3451
|
+
library: {
|
|
3452
|
+
id: string;
|
|
3453
|
+
};
|
|
3454
|
+
};
|
|
3455
|
+
properties: Array<{
|
|
3456
|
+
attributeId: string;
|
|
3457
|
+
values: Array<{
|
|
3458
|
+
payload?: any | null;
|
|
3459
|
+
}>;
|
|
3460
|
+
}>;
|
|
3461
|
+
};
|
|
3462
|
+
before?: {
|
|
3463
|
+
asString?: string | null;
|
|
3464
|
+
} | null;
|
|
3465
|
+
after?: {
|
|
3466
|
+
asString?: string | null;
|
|
3467
|
+
} | null;
|
|
3468
|
+
};
|
|
3469
|
+
export type RecordHistoryLogAttributeFragment = {
|
|
3470
|
+
id: string;
|
|
3471
|
+
label?: any | null;
|
|
3472
|
+
type: AttributeType;
|
|
3473
|
+
format?: AttributeFormat | null;
|
|
3474
|
+
multiple_values: boolean;
|
|
3475
|
+
};
|
|
2723
3476
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2724
3477
|
id?: InputMaybe<Scalars['ID']>;
|
|
2725
3478
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2840,6 +3593,8 @@ export type GetAttributeByIdQuery = {
|
|
|
2840
3593
|
label?: any | null;
|
|
2841
3594
|
description?: any | null;
|
|
2842
3595
|
multiple_values: boolean;
|
|
3596
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3597
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
2843
3598
|
linked_library?: {
|
|
2844
3599
|
id: string;
|
|
2845
3600
|
label?: any | null;
|
|
@@ -2876,6 +3631,8 @@ export type GetAttributeByIdQuery = {
|
|
|
2876
3631
|
label?: any | null;
|
|
2877
3632
|
description?: any | null;
|
|
2878
3633
|
multiple_values: boolean;
|
|
3634
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3635
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
2879
3636
|
metadata_fields?: Array<{
|
|
2880
3637
|
id: string;
|
|
2881
3638
|
label?: any | null;
|
|
@@ -2907,6 +3664,8 @@ export type GetAttributeByIdQuery = {
|
|
|
2907
3664
|
label?: any | null;
|
|
2908
3665
|
description?: any | null;
|
|
2909
3666
|
multiple_values: boolean;
|
|
3667
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3668
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
2910
3669
|
linked_tree?: {
|
|
2911
3670
|
id: string;
|
|
2912
3671
|
label?: any | null;
|
|
@@ -3049,6 +3808,8 @@ export type SaveAttributeMutation = {
|
|
|
3049
3808
|
label?: any | null;
|
|
3050
3809
|
description?: any | null;
|
|
3051
3810
|
multiple_values: boolean;
|
|
3811
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3812
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3052
3813
|
linked_library?: {
|
|
3053
3814
|
id: string;
|
|
3054
3815
|
label?: any | null;
|
|
@@ -3085,6 +3846,8 @@ export type SaveAttributeMutation = {
|
|
|
3085
3846
|
label?: any | null;
|
|
3086
3847
|
description?: any | null;
|
|
3087
3848
|
multiple_values: boolean;
|
|
3849
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3850
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3088
3851
|
metadata_fields?: Array<{
|
|
3089
3852
|
id: string;
|
|
3090
3853
|
label?: any | null;
|
|
@@ -3116,6 +3879,8 @@ export type SaveAttributeMutation = {
|
|
|
3116
3879
|
label?: any | null;
|
|
3117
3880
|
description?: any | null;
|
|
3118
3881
|
multiple_values: boolean;
|
|
3882
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3883
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3119
3884
|
linked_tree?: {
|
|
3120
3885
|
id: string;
|
|
3121
3886
|
label?: any | null;
|
|
@@ -3569,6 +4334,83 @@ export type IsAllowedQuery = {
|
|
|
3569
4334
|
allowed?: boolean | null;
|
|
3570
4335
|
}> | null;
|
|
3571
4336
|
};
|
|
4337
|
+
export type ActivateNewRecordMutationVariables = Exact<{
|
|
4338
|
+
libraryId: Scalars['ID'];
|
|
4339
|
+
recordId: Scalars['ID'];
|
|
4340
|
+
formId?: InputMaybe<Scalars['String']>;
|
|
4341
|
+
}>;
|
|
4342
|
+
export type ActivateNewRecordMutation = {
|
|
4343
|
+
activateNewRecord: {
|
|
4344
|
+
record?: {
|
|
4345
|
+
id: string;
|
|
4346
|
+
whoAmI: {
|
|
4347
|
+
id: string;
|
|
4348
|
+
label?: string | null;
|
|
4349
|
+
subLabel?: string | null;
|
|
4350
|
+
color?: string | null;
|
|
4351
|
+
preview?: IPreviewScalar | null;
|
|
4352
|
+
library: {
|
|
4353
|
+
id: string;
|
|
4354
|
+
label?: any | null;
|
|
4355
|
+
};
|
|
4356
|
+
};
|
|
4357
|
+
} | null;
|
|
4358
|
+
valuesErrors?: Array<{
|
|
4359
|
+
type: string;
|
|
4360
|
+
attribute: string;
|
|
4361
|
+
input?: string | null;
|
|
4362
|
+
message: string;
|
|
4363
|
+
}> | null;
|
|
4364
|
+
};
|
|
4365
|
+
};
|
|
4366
|
+
export type ActivateRecordsMutationVariables = Exact<{
|
|
4367
|
+
libraryId: Scalars['String'];
|
|
4368
|
+
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4369
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4370
|
+
}>;
|
|
4371
|
+
export type ActivateRecordsMutation = {
|
|
4372
|
+
activateRecords: Array<{
|
|
4373
|
+
id: string;
|
|
4374
|
+
whoAmI: {
|
|
4375
|
+
id: string;
|
|
4376
|
+
label?: string | null;
|
|
4377
|
+
subLabel?: string | null;
|
|
4378
|
+
color?: string | null;
|
|
4379
|
+
preview?: IPreviewScalar | null;
|
|
4380
|
+
library: {
|
|
4381
|
+
id: string;
|
|
4382
|
+
label?: any | null;
|
|
4383
|
+
};
|
|
4384
|
+
};
|
|
4385
|
+
}>;
|
|
4386
|
+
};
|
|
4387
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4388
|
+
library: Scalars['ID'];
|
|
4389
|
+
}>;
|
|
4390
|
+
export type CreateEmptyRecordMutation = {
|
|
4391
|
+
createEmptyRecord: {
|
|
4392
|
+
record?: {
|
|
4393
|
+
id: string;
|
|
4394
|
+
whoAmI: {
|
|
4395
|
+
id: string;
|
|
4396
|
+
label?: string | null;
|
|
4397
|
+
subLabel?: string | null;
|
|
4398
|
+
color?: string | null;
|
|
4399
|
+
preview?: IPreviewScalar | null;
|
|
4400
|
+
library: {
|
|
4401
|
+
id: string;
|
|
4402
|
+
label?: any | null;
|
|
4403
|
+
};
|
|
4404
|
+
};
|
|
4405
|
+
} | null;
|
|
4406
|
+
valuesErrors?: Array<{
|
|
4407
|
+
type: string;
|
|
4408
|
+
attribute: string;
|
|
4409
|
+
input?: string | null;
|
|
4410
|
+
message: string;
|
|
4411
|
+
}> | null;
|
|
4412
|
+
};
|
|
4413
|
+
};
|
|
3572
4414
|
export type CreateRecordMutationVariables = Exact<{
|
|
3573
4415
|
library: Scalars['ID'];
|
|
3574
4416
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4306,61 +5148,320 @@ export type RecordFormQuery = {
|
|
|
4306
5148
|
label?: any | null;
|
|
4307
5149
|
};
|
|
4308
5150
|
};
|
|
4309
|
-
};
|
|
5151
|
+
};
|
|
5152
|
+
}> | null;
|
|
5153
|
+
}> | null;
|
|
5154
|
+
} | null;
|
|
5155
|
+
permissions: {
|
|
5156
|
+
access_attribute: boolean;
|
|
5157
|
+
edit_value: boolean;
|
|
5158
|
+
};
|
|
5159
|
+
versions_conf?: {
|
|
5160
|
+
versionable: boolean;
|
|
5161
|
+
profile?: {
|
|
5162
|
+
id: string;
|
|
5163
|
+
trees: Array<{
|
|
5164
|
+
id: string;
|
|
5165
|
+
label?: any | null;
|
|
5166
|
+
}>;
|
|
5167
|
+
} | null;
|
|
5168
|
+
} | null;
|
|
5169
|
+
metadata_fields?: Array<{
|
|
5170
|
+
id: string;
|
|
5171
|
+
label?: any | null;
|
|
5172
|
+
description?: any | null;
|
|
5173
|
+
type: AttributeType;
|
|
5174
|
+
format?: AttributeFormat | null;
|
|
5175
|
+
system: boolean;
|
|
5176
|
+
readonly: boolean;
|
|
5177
|
+
multiple_values: boolean;
|
|
5178
|
+
permissions: {
|
|
5179
|
+
access_attribute: boolean;
|
|
5180
|
+
edit_value: boolean;
|
|
5181
|
+
};
|
|
5182
|
+
values_list?: {
|
|
5183
|
+
enable: boolean;
|
|
5184
|
+
allowFreeEntry?: boolean | null;
|
|
5185
|
+
allowListUpdate?: boolean | null;
|
|
5186
|
+
dateRangeValues?: Array<{
|
|
5187
|
+
from?: string | null;
|
|
5188
|
+
to?: string | null;
|
|
5189
|
+
}> | null;
|
|
5190
|
+
} | {
|
|
5191
|
+
enable: boolean;
|
|
5192
|
+
allowFreeEntry?: boolean | null;
|
|
5193
|
+
allowListUpdate?: boolean | null;
|
|
5194
|
+
values?: Array<string> | null;
|
|
5195
|
+
} | null;
|
|
5196
|
+
metadata_fields?: Array<{
|
|
5197
|
+
id: string;
|
|
5198
|
+
}> | null;
|
|
5199
|
+
}> | null;
|
|
5200
|
+
} | null;
|
|
5201
|
+
settings: Array<{
|
|
5202
|
+
key: string;
|
|
5203
|
+
value: any;
|
|
5204
|
+
}>;
|
|
5205
|
+
joinLibraryContext?: {
|
|
5206
|
+
mandatoryAttribute: {
|
|
5207
|
+
id: string;
|
|
5208
|
+
label?: any | null;
|
|
5209
|
+
description?: any | null;
|
|
5210
|
+
type: AttributeType;
|
|
5211
|
+
format?: AttributeFormat | null;
|
|
5212
|
+
system: boolean;
|
|
5213
|
+
readonly: boolean;
|
|
5214
|
+
required: boolean;
|
|
5215
|
+
multiple_values: boolean;
|
|
5216
|
+
compute: boolean;
|
|
5217
|
+
linked_library?: {
|
|
5218
|
+
id: string;
|
|
5219
|
+
label?: any | null;
|
|
5220
|
+
behavior: LibraryBehavior;
|
|
5221
|
+
permissions?: {
|
|
5222
|
+
create_record: boolean;
|
|
5223
|
+
} | null;
|
|
5224
|
+
} | null;
|
|
5225
|
+
linkValuesList?: {
|
|
5226
|
+
enable: boolean;
|
|
5227
|
+
allowFreeEntry?: boolean | null;
|
|
5228
|
+
allowListUpdate?: boolean | null;
|
|
5229
|
+
values?: Array<{
|
|
5230
|
+
id: string;
|
|
5231
|
+
whoAmI: {
|
|
5232
|
+
id: string;
|
|
5233
|
+
label?: string | null;
|
|
5234
|
+
subLabel?: string | null;
|
|
5235
|
+
color?: string | null;
|
|
5236
|
+
preview?: IPreviewScalar | null;
|
|
5237
|
+
library: {
|
|
5238
|
+
id: string;
|
|
5239
|
+
label?: any | null;
|
|
5240
|
+
};
|
|
5241
|
+
};
|
|
5242
|
+
}> | null;
|
|
5243
|
+
} | null;
|
|
5244
|
+
permissions: {
|
|
5245
|
+
access_attribute: boolean;
|
|
5246
|
+
edit_value: boolean;
|
|
5247
|
+
};
|
|
5248
|
+
versions_conf?: {
|
|
5249
|
+
versionable: boolean;
|
|
5250
|
+
profile?: {
|
|
5251
|
+
id: string;
|
|
5252
|
+
trees: Array<{
|
|
5253
|
+
id: string;
|
|
5254
|
+
label?: any | null;
|
|
5255
|
+
}>;
|
|
5256
|
+
} | null;
|
|
5257
|
+
} | null;
|
|
5258
|
+
metadata_fields?: Array<{
|
|
5259
|
+
id: string;
|
|
5260
|
+
label?: any | null;
|
|
5261
|
+
description?: any | null;
|
|
5262
|
+
type: AttributeType;
|
|
5263
|
+
format?: AttributeFormat | null;
|
|
5264
|
+
system: boolean;
|
|
5265
|
+
readonly: boolean;
|
|
5266
|
+
multiple_values: boolean;
|
|
5267
|
+
permissions: {
|
|
5268
|
+
access_attribute: boolean;
|
|
5269
|
+
edit_value: boolean;
|
|
5270
|
+
};
|
|
5271
|
+
values_list?: {
|
|
5272
|
+
enable: boolean;
|
|
5273
|
+
allowFreeEntry?: boolean | null;
|
|
5274
|
+
allowListUpdate?: boolean | null;
|
|
5275
|
+
dateRangeValues?: Array<{
|
|
5276
|
+
from?: string | null;
|
|
5277
|
+
to?: string | null;
|
|
5278
|
+
}> | null;
|
|
5279
|
+
} | {
|
|
5280
|
+
enable: boolean;
|
|
5281
|
+
allowFreeEntry?: boolean | null;
|
|
5282
|
+
allowListUpdate?: boolean | null;
|
|
5283
|
+
values?: Array<string> | null;
|
|
5284
|
+
} | null;
|
|
5285
|
+
metadata_fields?: Array<{
|
|
5286
|
+
id: string;
|
|
5287
|
+
}> | null;
|
|
5288
|
+
}> | null;
|
|
5289
|
+
} | {
|
|
5290
|
+
character_limit?: number | null;
|
|
5291
|
+
id: string;
|
|
5292
|
+
label?: any | null;
|
|
5293
|
+
description?: any | null;
|
|
5294
|
+
type: AttributeType;
|
|
5295
|
+
format?: AttributeFormat | null;
|
|
5296
|
+
system: boolean;
|
|
5297
|
+
readonly: boolean;
|
|
5298
|
+
required: boolean;
|
|
5299
|
+
multiple_values: boolean;
|
|
5300
|
+
compute: boolean;
|
|
5301
|
+
values_list?: {
|
|
5302
|
+
enable: boolean;
|
|
5303
|
+
allowFreeEntry?: boolean | null;
|
|
5304
|
+
allowListUpdate?: boolean | null;
|
|
5305
|
+
dateRangeValues?: Array<{
|
|
5306
|
+
from?: string | null;
|
|
5307
|
+
to?: string | null;
|
|
5308
|
+
}> | null;
|
|
5309
|
+
} | {
|
|
5310
|
+
enable: boolean;
|
|
5311
|
+
allowFreeEntry?: boolean | null;
|
|
5312
|
+
allowListUpdate?: boolean | null;
|
|
5313
|
+
values?: Array<string> | null;
|
|
5314
|
+
} | null;
|
|
5315
|
+
permissions: {
|
|
5316
|
+
access_attribute: boolean;
|
|
5317
|
+
edit_value: boolean;
|
|
5318
|
+
};
|
|
5319
|
+
versions_conf?: {
|
|
5320
|
+
versionable: boolean;
|
|
5321
|
+
profile?: {
|
|
5322
|
+
id: string;
|
|
5323
|
+
trees: Array<{
|
|
5324
|
+
id: string;
|
|
5325
|
+
label?: any | null;
|
|
5326
|
+
}>;
|
|
5327
|
+
} | null;
|
|
5328
|
+
} | null;
|
|
5329
|
+
metadata_fields?: Array<{
|
|
5330
|
+
id: string;
|
|
5331
|
+
label?: any | null;
|
|
5332
|
+
description?: any | null;
|
|
5333
|
+
type: AttributeType;
|
|
5334
|
+
format?: AttributeFormat | null;
|
|
5335
|
+
system: boolean;
|
|
5336
|
+
readonly: boolean;
|
|
5337
|
+
multiple_values: boolean;
|
|
5338
|
+
permissions: {
|
|
5339
|
+
access_attribute: boolean;
|
|
5340
|
+
edit_value: boolean;
|
|
5341
|
+
};
|
|
5342
|
+
values_list?: {
|
|
5343
|
+
enable: boolean;
|
|
5344
|
+
allowFreeEntry?: boolean | null;
|
|
5345
|
+
allowListUpdate?: boolean | null;
|
|
5346
|
+
dateRangeValues?: Array<{
|
|
5347
|
+
from?: string | null;
|
|
5348
|
+
to?: string | null;
|
|
5349
|
+
}> | null;
|
|
5350
|
+
} | {
|
|
5351
|
+
enable: boolean;
|
|
5352
|
+
allowFreeEntry?: boolean | null;
|
|
5353
|
+
allowListUpdate?: boolean | null;
|
|
5354
|
+
values?: Array<string> | null;
|
|
5355
|
+
} | null;
|
|
5356
|
+
metadata_fields?: Array<{
|
|
5357
|
+
id: string;
|
|
5358
|
+
}> | null;
|
|
5359
|
+
}> | null;
|
|
5360
|
+
} | {
|
|
5361
|
+
id: string;
|
|
5362
|
+
label?: any | null;
|
|
5363
|
+
description?: any | null;
|
|
5364
|
+
type: AttributeType;
|
|
5365
|
+
format?: AttributeFormat | null;
|
|
5366
|
+
system: boolean;
|
|
5367
|
+
readonly: boolean;
|
|
5368
|
+
required: boolean;
|
|
5369
|
+
multiple_values: boolean;
|
|
5370
|
+
compute: boolean;
|
|
5371
|
+
linked_tree?: {
|
|
5372
|
+
id: string;
|
|
5373
|
+
label?: any | null;
|
|
5374
|
+
} | null;
|
|
5375
|
+
treeValuesList?: {
|
|
5376
|
+
enable: boolean;
|
|
5377
|
+
allowFreeEntry?: boolean | null;
|
|
5378
|
+
allowListUpdate?: boolean | null;
|
|
5379
|
+
values?: Array<{
|
|
5380
|
+
id: string;
|
|
5381
|
+
record: {
|
|
5382
|
+
id: string;
|
|
5383
|
+
whoAmI: {
|
|
5384
|
+
id: string;
|
|
5385
|
+
label?: string | null;
|
|
5386
|
+
subLabel?: string | null;
|
|
5387
|
+
color?: string | null;
|
|
5388
|
+
preview?: IPreviewScalar | null;
|
|
5389
|
+
library: {
|
|
5390
|
+
id: string;
|
|
5391
|
+
label?: any | null;
|
|
5392
|
+
};
|
|
5393
|
+
};
|
|
5394
|
+
};
|
|
5395
|
+
ancestors?: Array<{
|
|
5396
|
+
record: {
|
|
5397
|
+
id: string;
|
|
5398
|
+
whoAmI: {
|
|
5399
|
+
id: string;
|
|
5400
|
+
label?: string | null;
|
|
5401
|
+
subLabel?: string | null;
|
|
5402
|
+
color?: string | null;
|
|
5403
|
+
preview?: IPreviewScalar | null;
|
|
5404
|
+
library: {
|
|
5405
|
+
id: string;
|
|
5406
|
+
label?: any | null;
|
|
5407
|
+
};
|
|
5408
|
+
};
|
|
5409
|
+
};
|
|
5410
|
+
}> | null;
|
|
4310
5411
|
}> | null;
|
|
4311
|
-
}> | null;
|
|
4312
|
-
} | null;
|
|
4313
|
-
permissions: {
|
|
4314
|
-
access_attribute: boolean;
|
|
4315
|
-
edit_value: boolean;
|
|
4316
|
-
};
|
|
4317
|
-
versions_conf?: {
|
|
4318
|
-
versionable: boolean;
|
|
4319
|
-
profile?: {
|
|
4320
|
-
id: string;
|
|
4321
|
-
trees: Array<{
|
|
4322
|
-
id: string;
|
|
4323
|
-
label?: any | null;
|
|
4324
|
-
}>;
|
|
4325
5412
|
} | null;
|
|
4326
|
-
} | null;
|
|
4327
|
-
metadata_fields?: Array<{
|
|
4328
|
-
id: string;
|
|
4329
|
-
label?: any | null;
|
|
4330
|
-
description?: any | null;
|
|
4331
|
-
type: AttributeType;
|
|
4332
|
-
format?: AttributeFormat | null;
|
|
4333
|
-
system: boolean;
|
|
4334
|
-
readonly: boolean;
|
|
4335
|
-
multiple_values: boolean;
|
|
4336
5413
|
permissions: {
|
|
4337
5414
|
access_attribute: boolean;
|
|
4338
5415
|
edit_value: boolean;
|
|
4339
5416
|
};
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
enable: boolean;
|
|
4350
|
-
allowFreeEntry?: boolean | null;
|
|
4351
|
-
allowListUpdate?: boolean | null;
|
|
4352
|
-
values?: Array<string> | null;
|
|
5417
|
+
versions_conf?: {
|
|
5418
|
+
versionable: boolean;
|
|
5419
|
+
profile?: {
|
|
5420
|
+
id: string;
|
|
5421
|
+
trees: Array<{
|
|
5422
|
+
id: string;
|
|
5423
|
+
label?: any | null;
|
|
5424
|
+
}>;
|
|
5425
|
+
} | null;
|
|
4353
5426
|
} | null;
|
|
4354
5427
|
metadata_fields?: Array<{
|
|
4355
5428
|
id: string;
|
|
5429
|
+
label?: any | null;
|
|
5430
|
+
description?: any | null;
|
|
5431
|
+
type: AttributeType;
|
|
5432
|
+
format?: AttributeFormat | null;
|
|
5433
|
+
system: boolean;
|
|
5434
|
+
readonly: boolean;
|
|
5435
|
+
multiple_values: boolean;
|
|
5436
|
+
permissions: {
|
|
5437
|
+
access_attribute: boolean;
|
|
5438
|
+
edit_value: boolean;
|
|
5439
|
+
};
|
|
5440
|
+
values_list?: {
|
|
5441
|
+
enable: boolean;
|
|
5442
|
+
allowFreeEntry?: boolean | null;
|
|
5443
|
+
allowListUpdate?: boolean | null;
|
|
5444
|
+
dateRangeValues?: Array<{
|
|
5445
|
+
from?: string | null;
|
|
5446
|
+
to?: string | null;
|
|
5447
|
+
}> | null;
|
|
5448
|
+
} | {
|
|
5449
|
+
enable: boolean;
|
|
5450
|
+
allowFreeEntry?: boolean | null;
|
|
5451
|
+
allowListUpdate?: boolean | null;
|
|
5452
|
+
values?: Array<string> | null;
|
|
5453
|
+
} | null;
|
|
5454
|
+
metadata_fields?: Array<{
|
|
5455
|
+
id: string;
|
|
5456
|
+
}> | null;
|
|
4356
5457
|
}> | null;
|
|
4357
|
-
}
|
|
5458
|
+
};
|
|
4358
5459
|
} | null;
|
|
4359
|
-
settings: Array<{
|
|
4360
|
-
key: string;
|
|
4361
|
-
value: any;
|
|
4362
|
-
}>;
|
|
4363
5460
|
}>;
|
|
5461
|
+
sidePanel?: {
|
|
5462
|
+
enable: boolean;
|
|
5463
|
+
isOpenByDefault?: boolean | null;
|
|
5464
|
+
} | null;
|
|
4364
5465
|
} | null;
|
|
4365
5466
|
};
|
|
4366
5467
|
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
@@ -4785,6 +5886,30 @@ export type RecordUpdateSubscription = {
|
|
|
4785
5886
|
}>;
|
|
4786
5887
|
};
|
|
4787
5888
|
};
|
|
5889
|
+
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5890
|
+
libraryId: Scalars['ID'];
|
|
5891
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5892
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5893
|
+
}>;
|
|
5894
|
+
export type GetRecordsFromLibraryQuery = {
|
|
5895
|
+
records: {
|
|
5896
|
+
totalCount?: number | null;
|
|
5897
|
+
list: Array<{
|
|
5898
|
+
id: string;
|
|
5899
|
+
whoAmI: {
|
|
5900
|
+
id: string;
|
|
5901
|
+
label?: string | null;
|
|
5902
|
+
subLabel?: string | null;
|
|
5903
|
+
color?: string | null;
|
|
5904
|
+
preview?: IPreviewScalar | null;
|
|
5905
|
+
library: {
|
|
5906
|
+
id: string;
|
|
5907
|
+
label?: any | null;
|
|
5908
|
+
};
|
|
5909
|
+
};
|
|
5910
|
+
}>;
|
|
5911
|
+
};
|
|
5912
|
+
};
|
|
4788
5913
|
export type IndexRecordsMutationVariables = Exact<{
|
|
4789
5914
|
libraryId: Scalars['String'];
|
|
4790
5915
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
@@ -4792,6 +5917,26 @@ export type IndexRecordsMutationVariables = Exact<{
|
|
|
4792
5917
|
export type IndexRecordsMutation = {
|
|
4793
5918
|
indexRecords: boolean;
|
|
4794
5919
|
};
|
|
5920
|
+
export type PurgeRecordMutationVariables = Exact<{
|
|
5921
|
+
libraryId: Scalars['ID'];
|
|
5922
|
+
recordId: Scalars['ID'];
|
|
5923
|
+
}>;
|
|
5924
|
+
export type PurgeRecordMutation = {
|
|
5925
|
+
purgeRecord: {
|
|
5926
|
+
id: string;
|
|
5927
|
+
whoAmI: {
|
|
5928
|
+
id: string;
|
|
5929
|
+
label?: string | null;
|
|
5930
|
+
subLabel?: string | null;
|
|
5931
|
+
color?: string | null;
|
|
5932
|
+
preview?: IPreviewScalar | null;
|
|
5933
|
+
library: {
|
|
5934
|
+
id: string;
|
|
5935
|
+
label?: any | null;
|
|
5936
|
+
};
|
|
5937
|
+
};
|
|
5938
|
+
};
|
|
5939
|
+
};
|
|
4795
5940
|
export type CancelTaskMutationVariables = Exact<{
|
|
4796
5941
|
taskId: Scalars['ID'];
|
|
4797
5942
|
}>;
|
|
@@ -4902,6 +6047,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
4902
6047
|
treeId: Scalars['ID'];
|
|
4903
6048
|
node?: InputMaybe<Scalars['ID']>;
|
|
4904
6049
|
pagination?: InputMaybe<Pagination>;
|
|
6050
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
4905
6051
|
}>;
|
|
4906
6052
|
export type TreeNodeChildrenQuery = {
|
|
4907
6053
|
treeNodeChildren: {
|
|
@@ -4993,159 +6139,16 @@ export type DeleteValueMutation = {
|
|
|
4993
6139
|
linkValue?: {
|
|
4994
6140
|
id: string;
|
|
4995
6141
|
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
|
-
} | null;
|
|
5007
|
-
modified_by?: {
|
|
5008
|
-
id: string;
|
|
5009
|
-
whoAmI: {
|
|
5010
|
-
id: string;
|
|
5011
|
-
label?: string | null;
|
|
5012
|
-
subLabel?: string | null;
|
|
5013
|
-
color?: string | null;
|
|
5014
|
-
preview?: IPreviewScalar | null;
|
|
5015
|
-
library: {
|
|
5016
|
-
id: string;
|
|
5017
|
-
label?: any | null;
|
|
5018
|
-
};
|
|
5019
|
-
};
|
|
5020
|
-
} | null;
|
|
5021
|
-
created_by?: {
|
|
5022
|
-
id: string;
|
|
5023
|
-
whoAmI: {
|
|
5024
|
-
id: string;
|
|
5025
|
-
label?: string | null;
|
|
5026
|
-
subLabel?: string | null;
|
|
5027
|
-
color?: string | null;
|
|
5028
|
-
preview?: IPreviewScalar | null;
|
|
5029
|
-
library: {
|
|
5030
|
-
id: string;
|
|
5031
|
-
label?: any | null;
|
|
5032
|
-
};
|
|
5033
|
-
};
|
|
5034
|
-
} | null;
|
|
5035
|
-
version?: Array<{
|
|
5036
|
-
treeId: string;
|
|
5037
|
-
treeNode?: {
|
|
5038
|
-
id: string;
|
|
5039
|
-
record: {
|
|
5040
|
-
id: string;
|
|
5041
|
-
whoAmI: {
|
|
5042
|
-
id: string;
|
|
5043
|
-
label?: string | null;
|
|
5044
|
-
library: {
|
|
5045
|
-
id: string;
|
|
5046
|
-
};
|
|
5047
|
-
};
|
|
5048
|
-
};
|
|
5049
|
-
} | null;
|
|
5050
|
-
} | null> | null;
|
|
5051
|
-
attribute: {
|
|
5052
|
-
id: string;
|
|
5053
|
-
format?: AttributeFormat | null;
|
|
5054
|
-
type: AttributeType;
|
|
5055
|
-
system: boolean;
|
|
5056
|
-
};
|
|
5057
|
-
metadata?: Array<{
|
|
5058
|
-
name: string;
|
|
5059
|
-
value?: {
|
|
5060
|
-
id_value?: string | null;
|
|
5061
|
-
modified_at?: number | null;
|
|
5062
|
-
created_at?: number | null;
|
|
5063
|
-
payload?: any | null;
|
|
5064
|
-
raw_payload?: any | null;
|
|
5065
|
-
modified_by?: {
|
|
5066
|
-
id: string;
|
|
5067
|
-
whoAmI: {
|
|
5068
|
-
id: string;
|
|
5069
|
-
label?: string | null;
|
|
5070
|
-
subLabel?: string | null;
|
|
5071
|
-
color?: string | null;
|
|
5072
|
-
preview?: IPreviewScalar | null;
|
|
5073
|
-
library: {
|
|
5074
|
-
id: string;
|
|
5075
|
-
label?: any | null;
|
|
5076
|
-
};
|
|
5077
|
-
};
|
|
5078
|
-
} | null;
|
|
5079
|
-
created_by?: {
|
|
5080
|
-
id: string;
|
|
5081
|
-
whoAmI: {
|
|
5082
|
-
id: string;
|
|
5083
|
-
label?: string | null;
|
|
5084
|
-
subLabel?: string | null;
|
|
5085
|
-
color?: string | null;
|
|
5086
|
-
preview?: IPreviewScalar | null;
|
|
5087
|
-
library: {
|
|
5088
|
-
id: string;
|
|
5089
|
-
label?: any | null;
|
|
5090
|
-
};
|
|
5091
|
-
};
|
|
5092
|
-
} | null;
|
|
5093
|
-
version?: Array<{
|
|
5094
|
-
treeId: string;
|
|
5095
|
-
treeNode?: {
|
|
5096
|
-
id: string;
|
|
5097
|
-
record: {
|
|
5098
|
-
id: string;
|
|
5099
|
-
whoAmI: {
|
|
5100
|
-
id: string;
|
|
5101
|
-
label?: string | null;
|
|
5102
|
-
library: {
|
|
5103
|
-
id: string;
|
|
5104
|
-
};
|
|
5105
|
-
};
|
|
5106
|
-
};
|
|
5107
|
-
} | null;
|
|
5108
|
-
} | null> | null;
|
|
5109
|
-
} | null;
|
|
5110
|
-
} | null> | null;
|
|
5111
|
-
} | {
|
|
5112
|
-
id_value?: string | null;
|
|
5113
|
-
isInherited?: boolean | null;
|
|
5114
|
-
isCalculated?: boolean | null;
|
|
5115
|
-
modified_at?: number | null;
|
|
5116
|
-
created_at?: number | null;
|
|
5117
|
-
treeValue?: {
|
|
5118
|
-
id: string;
|
|
5119
|
-
record: {
|
|
5120
|
-
id: string;
|
|
5121
|
-
whoAmI: {
|
|
5122
|
-
id: string;
|
|
5123
|
-
label?: string | null;
|
|
5124
|
-
subLabel?: string | null;
|
|
5125
|
-
color?: string | null;
|
|
5126
|
-
preview?: IPreviewScalar | null;
|
|
5127
|
-
library: {
|
|
5128
|
-
id: string;
|
|
5129
|
-
label?: any | null;
|
|
5130
|
-
};
|
|
5131
|
-
};
|
|
5132
|
-
};
|
|
5133
|
-
ancestors?: Array<{
|
|
5134
|
-
record: {
|
|
5135
|
-
id: string;
|
|
5136
|
-
whoAmI: {
|
|
5137
|
-
id: string;
|
|
5138
|
-
label?: string | null;
|
|
5139
|
-
subLabel?: string | null;
|
|
5140
|
-
color?: string | null;
|
|
5141
|
-
preview?: IPreviewScalar | null;
|
|
5142
|
-
library: {
|
|
5143
|
-
id: string;
|
|
5144
|
-
label?: any | null;
|
|
5145
|
-
};
|
|
5146
|
-
};
|
|
6142
|
+
id: string;
|
|
6143
|
+
label?: string | null;
|
|
6144
|
+
subLabel?: string | null;
|
|
6145
|
+
color?: string | null;
|
|
6146
|
+
preview?: IPreviewScalar | null;
|
|
6147
|
+
library: {
|
|
6148
|
+
id: string;
|
|
6149
|
+
label?: any | null;
|
|
5147
6150
|
};
|
|
5148
|
-
}
|
|
6151
|
+
};
|
|
5149
6152
|
} | null;
|
|
5150
6153
|
modified_by?: {
|
|
5151
6154
|
id: string;
|
|
@@ -5252,15 +6255,44 @@ export type DeleteValueMutation = {
|
|
|
5252
6255
|
} | null;
|
|
5253
6256
|
} | null> | null;
|
|
5254
6257
|
} | {
|
|
5255
|
-
payload?: any | null;
|
|
5256
|
-
raw_payload?: any | null;
|
|
5257
|
-
value?: any | null;
|
|
5258
|
-
raw_value?: any | null;
|
|
5259
6258
|
id_value?: string | null;
|
|
5260
6259
|
isInherited?: boolean | null;
|
|
5261
6260
|
isCalculated?: boolean | null;
|
|
5262
6261
|
modified_at?: number | null;
|
|
5263
6262
|
created_at?: number | null;
|
|
6263
|
+
treeValue?: {
|
|
6264
|
+
id: string;
|
|
6265
|
+
record: {
|
|
6266
|
+
id: string;
|
|
6267
|
+
whoAmI: {
|
|
6268
|
+
id: string;
|
|
6269
|
+
label?: string | null;
|
|
6270
|
+
subLabel?: string | null;
|
|
6271
|
+
color?: string | null;
|
|
6272
|
+
preview?: IPreviewScalar | null;
|
|
6273
|
+
library: {
|
|
6274
|
+
id: string;
|
|
6275
|
+
label?: any | null;
|
|
6276
|
+
};
|
|
6277
|
+
};
|
|
6278
|
+
};
|
|
6279
|
+
ancestors?: Array<{
|
|
6280
|
+
record: {
|
|
6281
|
+
id: string;
|
|
6282
|
+
whoAmI: {
|
|
6283
|
+
id: string;
|
|
6284
|
+
label?: string | null;
|
|
6285
|
+
subLabel?: string | null;
|
|
6286
|
+
color?: string | null;
|
|
6287
|
+
preview?: IPreviewScalar | null;
|
|
6288
|
+
library: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
};
|
|
6292
|
+
};
|
|
6293
|
+
};
|
|
6294
|
+
}> | null;
|
|
6295
|
+
} | null;
|
|
5264
6296
|
modified_by?: {
|
|
5265
6297
|
id: string;
|
|
5266
6298
|
whoAmI: {
|
|
@@ -5365,24 +6397,16 @@ export type DeleteValueMutation = {
|
|
|
5365
6397
|
} | null> | null;
|
|
5366
6398
|
} | null;
|
|
5367
6399
|
} | null> | null;
|
|
5368
|
-
}
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5374
|
-
}>;
|
|
5375
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
5376
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6400
|
+
} | {
|
|
6401
|
+
payload?: any | null;
|
|
6402
|
+
raw_payload?: any | null;
|
|
6403
|
+
value?: any | null;
|
|
6404
|
+
raw_value?: any | null;
|
|
5377
6405
|
id_value?: string | null;
|
|
5378
6406
|
isInherited?: boolean | null;
|
|
5379
6407
|
isCalculated?: boolean | null;
|
|
5380
6408
|
modified_at?: number | null;
|
|
5381
6409
|
created_at?: number | null;
|
|
5382
|
-
payload?: any | null;
|
|
5383
|
-
raw_payload?: any | null;
|
|
5384
|
-
value?: any | null;
|
|
5385
|
-
raw_value?: any | null;
|
|
5386
6410
|
modified_by?: {
|
|
5387
6411
|
id: string;
|
|
5388
6412
|
whoAmI: {
|
|
@@ -6089,6 +7113,98 @@ export type SaveViewMutation = {
|
|
|
6089
7113
|
}> | null;
|
|
6090
7114
|
};
|
|
6091
7115
|
};
|
|
7116
|
+
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
7117
|
+
library: Scalars['String'];
|
|
7118
|
+
}>;
|
|
7119
|
+
export type GetAttributesByLibWithPermissionsQuery = {
|
|
7120
|
+
attributes?: {
|
|
7121
|
+
list: Array<{
|
|
7122
|
+
id: string;
|
|
7123
|
+
type: AttributeType;
|
|
7124
|
+
format?: AttributeFormat | null;
|
|
7125
|
+
label?: any | null;
|
|
7126
|
+
multiple_values: boolean;
|
|
7127
|
+
system: boolean;
|
|
7128
|
+
readonly: boolean;
|
|
7129
|
+
valuesList?: {
|
|
7130
|
+
enable: boolean;
|
|
7131
|
+
allowFreeEntry?: boolean | null;
|
|
7132
|
+
allowListUpdate?: boolean | null;
|
|
7133
|
+
linkedValues?: Array<{
|
|
7134
|
+
id: string;
|
|
7135
|
+
whoAmI: {
|
|
7136
|
+
id: string;
|
|
7137
|
+
label?: string | null;
|
|
7138
|
+
subLabel?: string | null;
|
|
7139
|
+
color?: string | null;
|
|
7140
|
+
preview?: IPreviewScalar | null;
|
|
7141
|
+
library: {
|
|
7142
|
+
id: string;
|
|
7143
|
+
label?: any | null;
|
|
7144
|
+
};
|
|
7145
|
+
};
|
|
7146
|
+
}> | null;
|
|
7147
|
+
} | null;
|
|
7148
|
+
linked_library?: {
|
|
7149
|
+
id: string;
|
|
7150
|
+
} | null;
|
|
7151
|
+
permissions: {
|
|
7152
|
+
access_attribute: boolean;
|
|
7153
|
+
};
|
|
7154
|
+
} | {
|
|
7155
|
+
id: string;
|
|
7156
|
+
type: AttributeType;
|
|
7157
|
+
format?: AttributeFormat | null;
|
|
7158
|
+
label?: any | null;
|
|
7159
|
+
multiple_values: boolean;
|
|
7160
|
+
system: boolean;
|
|
7161
|
+
readonly: boolean;
|
|
7162
|
+
embedded_fields?: Array<{
|
|
7163
|
+
id: string;
|
|
7164
|
+
format?: AttributeFormat | null;
|
|
7165
|
+
label?: any | null;
|
|
7166
|
+
} | null> | null;
|
|
7167
|
+
valuesList?: {
|
|
7168
|
+
enable: boolean;
|
|
7169
|
+
allowFreeEntry?: boolean | null;
|
|
7170
|
+
allowListUpdate?: boolean | null;
|
|
7171
|
+
dateRangeValues?: Array<{
|
|
7172
|
+
from?: string | null;
|
|
7173
|
+
to?: string | null;
|
|
7174
|
+
}> | null;
|
|
7175
|
+
} | {
|
|
7176
|
+
enable: boolean;
|
|
7177
|
+
allowFreeEntry?: boolean | null;
|
|
7178
|
+
allowListUpdate?: boolean | null;
|
|
7179
|
+
values?: Array<string> | null;
|
|
7180
|
+
} | null;
|
|
7181
|
+
permissions: {
|
|
7182
|
+
access_attribute: boolean;
|
|
7183
|
+
};
|
|
7184
|
+
} | {
|
|
7185
|
+
id: string;
|
|
7186
|
+
type: AttributeType;
|
|
7187
|
+
format?: AttributeFormat | null;
|
|
7188
|
+
label?: any | null;
|
|
7189
|
+
multiple_values: boolean;
|
|
7190
|
+
system: boolean;
|
|
7191
|
+
readonly: boolean;
|
|
7192
|
+
linked_tree?: {
|
|
7193
|
+
id: string;
|
|
7194
|
+
label?: any | null;
|
|
7195
|
+
libraries: Array<{
|
|
7196
|
+
library: {
|
|
7197
|
+
id: string;
|
|
7198
|
+
label?: any | null;
|
|
7199
|
+
};
|
|
7200
|
+
}>;
|
|
7201
|
+
} | null;
|
|
7202
|
+
permissions: {
|
|
7203
|
+
access_attribute: boolean;
|
|
7204
|
+
};
|
|
7205
|
+
}>;
|
|
7206
|
+
} | null;
|
|
7207
|
+
};
|
|
6092
7208
|
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6093
7209
|
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6094
7210
|
}>;
|
|
@@ -6103,11 +7219,54 @@ export type ExplorerAttributesQuery = {
|
|
|
6103
7219
|
id: string;
|
|
6104
7220
|
label?: any | null;
|
|
6105
7221
|
} | null;
|
|
7222
|
+
valuesList?: {
|
|
7223
|
+
allowFreeEntry?: boolean | null;
|
|
7224
|
+
enable: boolean;
|
|
7225
|
+
linkedValues?: Array<{
|
|
7226
|
+
id: string;
|
|
7227
|
+
whoAmI: {
|
|
7228
|
+
id: string;
|
|
7229
|
+
label?: string | null;
|
|
7230
|
+
library: {
|
|
7231
|
+
id: string;
|
|
7232
|
+
};
|
|
7233
|
+
};
|
|
7234
|
+
}> | null;
|
|
7235
|
+
} | null;
|
|
7236
|
+
permissions: {
|
|
7237
|
+
access_attribute: boolean;
|
|
7238
|
+
};
|
|
7239
|
+
} | {
|
|
7240
|
+
id: string;
|
|
7241
|
+
type: AttributeType;
|
|
7242
|
+
format?: AttributeFormat | null;
|
|
7243
|
+
label?: any | null;
|
|
7244
|
+
embedded_fields?: Array<{
|
|
7245
|
+
id: string;
|
|
7246
|
+
format?: AttributeFormat | null;
|
|
7247
|
+
label?: any | null;
|
|
7248
|
+
} | null> | null;
|
|
7249
|
+
valuesList?: {
|
|
7250
|
+
enable: boolean;
|
|
7251
|
+
allowFreeEntry?: boolean | null;
|
|
7252
|
+
allowListUpdate?: boolean | null;
|
|
7253
|
+
values?: Array<string> | null;
|
|
7254
|
+
} | null;
|
|
7255
|
+
permissions: {
|
|
7256
|
+
access_attribute: boolean;
|
|
7257
|
+
};
|
|
6106
7258
|
} | {
|
|
6107
7259
|
id: string;
|
|
6108
7260
|
type: AttributeType;
|
|
6109
7261
|
format?: AttributeFormat | null;
|
|
6110
7262
|
label?: any | null;
|
|
7263
|
+
linked_tree?: {
|
|
7264
|
+
id: string;
|
|
7265
|
+
label?: any | null;
|
|
7266
|
+
} | null;
|
|
7267
|
+
permissions: {
|
|
7268
|
+
access_attribute: boolean;
|
|
7269
|
+
};
|
|
6111
7270
|
}>;
|
|
6112
7271
|
} | null;
|
|
6113
7272
|
};
|
|
@@ -6118,15 +7277,50 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6118
7277
|
attributes?: {
|
|
6119
7278
|
list: Array<{
|
|
6120
7279
|
label?: any | null;
|
|
7280
|
+
type: AttributeType;
|
|
6121
7281
|
id: string;
|
|
6122
7282
|
multiple_values: boolean;
|
|
6123
7283
|
linked_library?: {
|
|
6124
7284
|
id: string;
|
|
6125
7285
|
label?: any | null;
|
|
6126
7286
|
} | null;
|
|
7287
|
+
valuesList?: {
|
|
7288
|
+
allowFreeEntry?: boolean | null;
|
|
7289
|
+
enable: boolean;
|
|
7290
|
+
linkedValues?: Array<{
|
|
7291
|
+
id: string;
|
|
7292
|
+
whoAmI: {
|
|
7293
|
+
id: string;
|
|
7294
|
+
label?: string | null;
|
|
7295
|
+
library: {
|
|
7296
|
+
id: string;
|
|
7297
|
+
};
|
|
7298
|
+
};
|
|
7299
|
+
}> | null;
|
|
7300
|
+
} | null;
|
|
7301
|
+
permissions: {
|
|
7302
|
+
access_attribute: boolean;
|
|
7303
|
+
edit_value: boolean;
|
|
7304
|
+
};
|
|
7305
|
+
} | {
|
|
7306
|
+
id: string;
|
|
7307
|
+
multiple_values: boolean;
|
|
7308
|
+
permissions: {
|
|
7309
|
+
access_attribute: boolean;
|
|
7310
|
+
edit_value: boolean;
|
|
7311
|
+
};
|
|
6127
7312
|
} | {
|
|
7313
|
+
label?: any | null;
|
|
6128
7314
|
id: string;
|
|
6129
7315
|
multiple_values: boolean;
|
|
7316
|
+
linked_tree?: {
|
|
7317
|
+
id: string;
|
|
7318
|
+
label?: any | null;
|
|
7319
|
+
} | null;
|
|
7320
|
+
permissions: {
|
|
7321
|
+
access_attribute: boolean;
|
|
7322
|
+
edit_value: boolean;
|
|
7323
|
+
};
|
|
6130
7324
|
}>;
|
|
6131
7325
|
} | null;
|
|
6132
7326
|
};
|
|
@@ -6143,6 +7337,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6143
7337
|
totalCount?: number | null;
|
|
6144
7338
|
list: Array<{
|
|
6145
7339
|
id: string;
|
|
7340
|
+
active: boolean;
|
|
6146
7341
|
whoAmI: {
|
|
6147
7342
|
id: string;
|
|
6148
7343
|
label?: string | null;
|
|
@@ -6154,6 +7349,10 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6154
7349
|
label?: any | null;
|
|
6155
7350
|
};
|
|
6156
7351
|
};
|
|
7352
|
+
permissions: {
|
|
7353
|
+
create_record: boolean;
|
|
7354
|
+
delete_record: boolean;
|
|
7355
|
+
};
|
|
6157
7356
|
properties: Array<{
|
|
6158
7357
|
attributeId: string;
|
|
6159
7358
|
attributeProperties: {
|
|
@@ -6162,6 +7361,8 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6162
7361
|
type: AttributeType;
|
|
6163
7362
|
format?: AttributeFormat | null;
|
|
6164
7363
|
multiple_values: boolean;
|
|
7364
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
7365
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
6165
7366
|
};
|
|
6166
7367
|
values: Array<{
|
|
6167
7368
|
linkPayload?: {
|
|
@@ -6242,6 +7443,8 @@ export type ExplorerLinkDataQuery = {
|
|
|
6242
7443
|
type: AttributeType;
|
|
6243
7444
|
format?: AttributeFormat | null;
|
|
6244
7445
|
multiple_values: boolean;
|
|
7446
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
7447
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
6245
7448
|
};
|
|
6246
7449
|
values: Array<{
|
|
6247
7450
|
linkPayload?: {
|
|
@@ -6308,15 +7511,24 @@ export type GetLibraryAttributesQuery = {
|
|
|
6308
7511
|
label?: any | null;
|
|
6309
7512
|
}> | null;
|
|
6310
7513
|
} | null;
|
|
7514
|
+
permissions: {
|
|
7515
|
+
access_attribute: boolean;
|
|
7516
|
+
};
|
|
6311
7517
|
} | {
|
|
6312
7518
|
format?: AttributeFormat | null;
|
|
6313
7519
|
id: string;
|
|
6314
7520
|
type: AttributeType;
|
|
6315
7521
|
label?: any | null;
|
|
7522
|
+
permissions: {
|
|
7523
|
+
access_attribute: boolean;
|
|
7524
|
+
};
|
|
6316
7525
|
} | {
|
|
6317
7526
|
id: string;
|
|
6318
7527
|
type: AttributeType;
|
|
6319
7528
|
label?: any | null;
|
|
7529
|
+
permissions: {
|
|
7530
|
+
access_attribute: boolean;
|
|
7531
|
+
};
|
|
6320
7532
|
}> | null;
|
|
6321
7533
|
}>;
|
|
6322
7534
|
} | null;
|
|
@@ -6421,6 +7633,51 @@ export type UpdateViewMutation = {
|
|
|
6421
7633
|
}> | null;
|
|
6422
7634
|
};
|
|
6423
7635
|
};
|
|
7636
|
+
export type GetRecordHistoryQueryVariables = Exact<{
|
|
7637
|
+
record: LogTopicRecordFilterInput;
|
|
7638
|
+
attributeId?: InputMaybe<Scalars['String']>;
|
|
7639
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
7640
|
+
pagination?: InputMaybe<Pagination>;
|
|
7641
|
+
}>;
|
|
7642
|
+
export type GetRecordHistoryQuery = {
|
|
7643
|
+
logs?: {
|
|
7644
|
+
total: number;
|
|
7645
|
+
logs: Array<{
|
|
7646
|
+
action?: LogAction | null;
|
|
7647
|
+
time: number;
|
|
7648
|
+
topic?: {
|
|
7649
|
+
attribute?: {
|
|
7650
|
+
id: string;
|
|
7651
|
+
label?: any | null;
|
|
7652
|
+
type: AttributeType;
|
|
7653
|
+
format?: AttributeFormat | null;
|
|
7654
|
+
multiple_values: boolean;
|
|
7655
|
+
} | null;
|
|
7656
|
+
} | null;
|
|
7657
|
+
user: {
|
|
7658
|
+
id: string;
|
|
7659
|
+
whoAmI: {
|
|
7660
|
+
id: string;
|
|
7661
|
+
library: {
|
|
7662
|
+
id: string;
|
|
7663
|
+
};
|
|
7664
|
+
};
|
|
7665
|
+
properties: Array<{
|
|
7666
|
+
attributeId: string;
|
|
7667
|
+
values: Array<{
|
|
7668
|
+
payload?: any | null;
|
|
7669
|
+
}>;
|
|
7670
|
+
}>;
|
|
7671
|
+
};
|
|
7672
|
+
before?: {
|
|
7673
|
+
asString?: string | null;
|
|
7674
|
+
} | null;
|
|
7675
|
+
after?: {
|
|
7676
|
+
asString?: string | null;
|
|
7677
|
+
} | null;
|
|
7678
|
+
}>;
|
|
7679
|
+
} | null;
|
|
7680
|
+
};
|
|
6424
7681
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
6425
7682
|
treeId: Scalars['ID'];
|
|
6426
7683
|
}>;
|
|
@@ -6446,18 +7703,25 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6446
7703
|
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6447
7704
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
6448
7705
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7706
|
+
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
6449
7707
|
export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
6450
7708
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6451
7709
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6452
7710
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6453
7711
|
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6454
7712
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7713
|
+
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7714
|
+
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6455
7715
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7716
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7717
|
+
export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6456
7718
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6457
7719
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6458
7720
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6459
7721
|
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6460
7722
|
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7723
|
+
export declare const RecordHistoryLogAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7724
|
+
export declare const RecordHistoryLogEntryFragmentDoc: Apollo.DocumentNode;
|
|
6461
7725
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6462
7726
|
/**
|
|
6463
7727
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6484,8 +7748,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
|
|
|
6484
7748
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6485
7749
|
endpoint?: InputMaybe<Scalars["String"]>;
|
|
6486
7750
|
}>>;
|
|
7751
|
+
export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7752
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7753
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7754
|
+
}>>;
|
|
6487
7755
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6488
7756
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7757
|
+
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
6489
7758
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
6490
7759
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
6491
7760
|
/**
|
|
@@ -6510,8 +7779,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
6510
7779
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
6511
7780
|
id: Scalars["ID"];
|
|
6512
7781
|
}>>;
|
|
7782
|
+
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7783
|
+
id: Scalars["ID"];
|
|
7784
|
+
}>>;
|
|
6513
7785
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6514
7786
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7787
|
+
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
6515
7788
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
6516
7789
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
6517
7790
|
/**
|
|
@@ -6535,8 +7808,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
6535
7808
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
6536
7809
|
[key: string]: never;
|
|
6537
7810
|
}>>;
|
|
7811
|
+
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7812
|
+
[key: string]: never;
|
|
7813
|
+
}>>;
|
|
6538
7814
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6539
7815
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7816
|
+
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
6540
7817
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
6541
7818
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
6542
7819
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -6586,8 +7863,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
6586
7863
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
6587
7864
|
id: Scalars["ID"];
|
|
6588
7865
|
}>>;
|
|
7866
|
+
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
7867
|
+
id: Scalars["ID"];
|
|
7868
|
+
}>>;
|
|
6589
7869
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6590
7870
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
7871
|
+
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
6591
7872
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
6592
7873
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
6593
7874
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -6637,8 +7918,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
|
|
|
6637
7918
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
6638
7919
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6639
7920
|
}>>;
|
|
7921
|
+
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
7922
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7923
|
+
}>>;
|
|
6640
7924
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6641
7925
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
7926
|
+
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
6642
7927
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
6643
7928
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
6644
7929
|
/**
|
|
@@ -6663,8 +7948,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
6663
7948
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
6664
7949
|
library: Scalars["String"];
|
|
6665
7950
|
}>>;
|
|
7951
|
+
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
7952
|
+
library: Scalars["String"];
|
|
7953
|
+
}>>;
|
|
6666
7954
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6667
7955
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
7956
|
+
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
6668
7957
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
6669
7958
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
6670
7959
|
/**
|
|
@@ -6695,8 +7984,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
6695
7984
|
sort?: InputMaybe<SortAttributes>;
|
|
6696
7985
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
6697
7986
|
}>>;
|
|
7987
|
+
export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
|
|
7988
|
+
pagination?: InputMaybe<Pagination>;
|
|
7989
|
+
sort?: InputMaybe<SortAttributes>;
|
|
7990
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
7991
|
+
}>>;
|
|
6698
7992
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6699
7993
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
7994
|
+
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
6700
7995
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
6701
7996
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
6702
7997
|
/**
|
|
@@ -6724,8 +8019,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
6724
8019
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6725
8020
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
6726
8021
|
}>>;
|
|
8022
|
+
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
8023
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8024
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8025
|
+
}>>;
|
|
6727
8026
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6728
8027
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
8028
|
+
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
6729
8029
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6730
8030
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6731
8031
|
/**
|
|
@@ -6750,8 +8050,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
6750
8050
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6751
8051
|
libraryId: Scalars["String"];
|
|
6752
8052
|
}>>;
|
|
8053
|
+
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8054
|
+
libraryId: Scalars["String"];
|
|
8055
|
+
}>>;
|
|
6753
8056
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6754
8057
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
8058
|
+
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
6755
8059
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6756
8060
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6757
8061
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -6807,8 +8111,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
|
|
|
6807
8111
|
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6808
8112
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6809
8113
|
}>>;
|
|
8114
|
+
export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
|
|
8115
|
+
library: Scalars["ID"];
|
|
8116
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8117
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8118
|
+
}>>;
|
|
6810
8119
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6811
8120
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
8121
|
+
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
6812
8122
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6813
8123
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6814
8124
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -6898,8 +8208,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
6898
8208
|
library: Scalars["ID"];
|
|
6899
8209
|
directoryId: Scalars["String"];
|
|
6900
8210
|
}>>;
|
|
8211
|
+
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
8212
|
+
library: Scalars["ID"];
|
|
8213
|
+
directoryId: Scalars["String"];
|
|
8214
|
+
}>>;
|
|
6901
8215
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6902
8216
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
8217
|
+
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
6903
8218
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6904
8219
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6905
8220
|
/**
|
|
@@ -7004,8 +8319,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
|
|
|
7004
8319
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
7005
8320
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7006
8321
|
}>>;
|
|
8322
|
+
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8323
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8324
|
+
}>>;
|
|
7007
8325
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
7008
8326
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8327
|
+
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
7009
8328
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
7010
8329
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
7011
8330
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -7054,8 +8373,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
7054
8373
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
7055
8374
|
[key: string]: never;
|
|
7056
8375
|
}>>;
|
|
8376
|
+
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8377
|
+
[key: string]: never;
|
|
8378
|
+
}>>;
|
|
7057
8379
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
7058
8380
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8381
|
+
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
7059
8382
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
7060
8383
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
7061
8384
|
/**
|
|
@@ -7080,8 +8403,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
|
|
|
7080
8403
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
7081
8404
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7082
8405
|
}>>;
|
|
8406
|
+
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8407
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8408
|
+
}>>;
|
|
7083
8409
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
7084
8410
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8411
|
+
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
7085
8412
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
7086
8413
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
7087
8414
|
/**
|
|
@@ -7106,8 +8433,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
|
|
|
7106
8433
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
7107
8434
|
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7108
8435
|
}>>;
|
|
8436
|
+
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8437
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8438
|
+
}>>;
|
|
7109
8439
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7110
8440
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8441
|
+
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
7111
8442
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
7112
8443
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
7113
8444
|
/**
|
|
@@ -7132,8 +8463,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
7132
8463
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
7133
8464
|
id: Scalars["ID"];
|
|
7134
8465
|
}>>;
|
|
8466
|
+
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8467
|
+
id: Scalars["ID"];
|
|
8468
|
+
}>>;
|
|
7135
8469
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7136
8470
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8471
|
+
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
7137
8472
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
7138
8473
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
7139
8474
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -7192,9 +8527,99 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7192
8527
|
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7193
8528
|
target?: InputMaybe<PermissionTarget>;
|
|
7194
8529
|
}>>;
|
|
8530
|
+
export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
|
|
8531
|
+
type: PermissionTypes;
|
|
8532
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8533
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8534
|
+
target?: InputMaybe<PermissionTarget>;
|
|
8535
|
+
}>>;
|
|
7195
8536
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7196
8537
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8538
|
+
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
7197
8539
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8540
|
+
export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
|
|
8541
|
+
export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8542
|
+
/**
|
|
8543
|
+
* __useActivateNewRecordMutation__
|
|
8544
|
+
*
|
|
8545
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8546
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
8547
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8548
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8549
|
+
*
|
|
8550
|
+
* @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;
|
|
8551
|
+
*
|
|
8552
|
+
* @example
|
|
8553
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
8554
|
+
* variables: {
|
|
8555
|
+
* libraryId: // value for 'libraryId'
|
|
8556
|
+
* recordId: // value for 'recordId'
|
|
8557
|
+
* formId: // value for 'formId'
|
|
8558
|
+
* },
|
|
8559
|
+
* });
|
|
8560
|
+
*/
|
|
8561
|
+
export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
|
|
8562
|
+
libraryId: Scalars["ID"];
|
|
8563
|
+
recordId: Scalars["ID"];
|
|
8564
|
+
formId?: InputMaybe<Scalars["String"]>;
|
|
8565
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8566
|
+
export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
|
|
8567
|
+
export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
|
|
8568
|
+
export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8569
|
+
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
8570
|
+
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8571
|
+
/**
|
|
8572
|
+
* __useActivateRecordsMutation__
|
|
8573
|
+
*
|
|
8574
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
8575
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
8576
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8577
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8578
|
+
*
|
|
8579
|
+
* @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;
|
|
8580
|
+
*
|
|
8581
|
+
* @example
|
|
8582
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
8583
|
+
* variables: {
|
|
8584
|
+
* libraryId: // value for 'libraryId'
|
|
8585
|
+
* recordsIds: // value for 'recordsIds'
|
|
8586
|
+
* filters: // value for 'filters'
|
|
8587
|
+
* },
|
|
8588
|
+
* });
|
|
8589
|
+
*/
|
|
8590
|
+
export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
|
|
8591
|
+
libraryId: Scalars["String"];
|
|
8592
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8593
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8594
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8595
|
+
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
8596
|
+
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
8597
|
+
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8598
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8599
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8600
|
+
/**
|
|
8601
|
+
* __useCreateEmptyRecordMutation__
|
|
8602
|
+
*
|
|
8603
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8604
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8605
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8606
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8607
|
+
*
|
|
8608
|
+
* @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;
|
|
8609
|
+
*
|
|
8610
|
+
* @example
|
|
8611
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8612
|
+
* variables: {
|
|
8613
|
+
* library: // value for 'library'
|
|
8614
|
+
* },
|
|
8615
|
+
* });
|
|
8616
|
+
*/
|
|
8617
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8618
|
+
library: Scalars["ID"];
|
|
8619
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8620
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8621
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8622
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
7198
8623
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7199
8624
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7200
8625
|
/**
|
|
@@ -7280,8 +8705,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
|
|
|
7280
8705
|
treeId: Scalars["ID"];
|
|
7281
8706
|
filename: Scalars["String"];
|
|
7282
8707
|
}>>;
|
|
8708
|
+
export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8709
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8710
|
+
treeId: Scalars["ID"];
|
|
8711
|
+
filename: Scalars["String"];
|
|
8712
|
+
}>>;
|
|
7283
8713
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7284
8714
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8715
|
+
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
7285
8716
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
7286
8717
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
7287
8718
|
/**
|
|
@@ -7312,8 +8743,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7312
8743
|
fileId: Scalars["String"];
|
|
7313
8744
|
previewsStatusAttribute: Scalars["ID"];
|
|
7314
8745
|
}>>;
|
|
8746
|
+
export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
|
|
8747
|
+
library: Scalars["ID"];
|
|
8748
|
+
fileId: Scalars["String"];
|
|
8749
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
8750
|
+
}>>;
|
|
7315
8751
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7316
8752
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8753
|
+
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
7317
8754
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
7318
8755
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
7319
8756
|
/**
|
|
@@ -7347,8 +8784,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
|
7347
8784
|
recordId?: InputMaybe<Scalars["String"]>;
|
|
7348
8785
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7349
8786
|
}>>;
|
|
8787
|
+
export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
|
|
8788
|
+
libraryId: Scalars["String"];
|
|
8789
|
+
formId: Scalars["String"];
|
|
8790
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
8791
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8792
|
+
}>>;
|
|
7350
8793
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7351
8794
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8795
|
+
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
7352
8796
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
7353
8797
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
7354
8798
|
/**
|
|
@@ -7372,6 +8816,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
|
|
|
7372
8816
|
}>>;
|
|
7373
8817
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
7374
8818
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
8819
|
+
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
8820
|
+
/**
|
|
8821
|
+
* __useGetRecordsFromLibraryQuery__
|
|
8822
|
+
*
|
|
8823
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
8824
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8825
|
+
* you can use to render your UI.
|
|
8826
|
+
*
|
|
8827
|
+
* @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;
|
|
8828
|
+
*
|
|
8829
|
+
* @example
|
|
8830
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
8831
|
+
* variables: {
|
|
8832
|
+
* libraryId: // value for 'libraryId'
|
|
8833
|
+
* pagination: // value for 'pagination'
|
|
8834
|
+
* filters: // value for 'filters'
|
|
8835
|
+
* },
|
|
8836
|
+
* });
|
|
8837
|
+
*/
|
|
8838
|
+
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8839
|
+
libraryId: Scalars["ID"];
|
|
8840
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8841
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8842
|
+
}>>;
|
|
8843
|
+
export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
|
|
8844
|
+
libraryId: Scalars["ID"];
|
|
8845
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8846
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8847
|
+
}>>;
|
|
8848
|
+
export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8849
|
+
libraryId: Scalars["ID"];
|
|
8850
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8851
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8852
|
+
}>>;
|
|
8853
|
+
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8854
|
+
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8855
|
+
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8856
|
+
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
7375
8857
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
7376
8858
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
7377
8859
|
/**
|
|
@@ -7399,6 +8881,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
|
|
|
7399
8881
|
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
7400
8882
|
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
7401
8883
|
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
8884
|
+
export declare const PurgeRecordDocument: Apollo.DocumentNode;
|
|
8885
|
+
export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
8886
|
+
/**
|
|
8887
|
+
* __usePurgeRecordMutation__
|
|
8888
|
+
*
|
|
8889
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8890
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
8891
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8892
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8893
|
+
*
|
|
8894
|
+
* @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;
|
|
8895
|
+
*
|
|
8896
|
+
* @example
|
|
8897
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
8898
|
+
* variables: {
|
|
8899
|
+
* libraryId: // value for 'libraryId'
|
|
8900
|
+
* recordId: // value for 'recordId'
|
|
8901
|
+
* },
|
|
8902
|
+
* });
|
|
8903
|
+
*/
|
|
8904
|
+
export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
|
|
8905
|
+
libraryId: Scalars["ID"];
|
|
8906
|
+
recordId: Scalars["ID"];
|
|
8907
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8908
|
+
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
8909
|
+
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
8910
|
+
export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
7402
8911
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
7403
8912
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
7404
8913
|
/**
|
|
@@ -7447,8 +8956,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7447
8956
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
7448
8957
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7449
8958
|
}>>;
|
|
8959
|
+
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
8960
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8961
|
+
}>>;
|
|
7450
8962
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7451
8963
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
8964
|
+
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
7452
8965
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
7453
8966
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
7454
8967
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -7498,8 +9011,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
|
|
|
7498
9011
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
7499
9012
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7500
9013
|
}>>;
|
|
9014
|
+
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
9015
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9016
|
+
}>>;
|
|
7501
9017
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7502
9018
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
9019
|
+
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
7503
9020
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
7504
9021
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
7505
9022
|
/**
|
|
@@ -7527,8 +9044,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7527
9044
|
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7528
9045
|
library?: InputMaybe<Scalars["String"]>;
|
|
7529
9046
|
}>>;
|
|
9047
|
+
export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
9048
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9049
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
9050
|
+
}>>;
|
|
7530
9051
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7531
9052
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
9053
|
+
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
7532
9054
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
7533
9055
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
7534
9056
|
/**
|
|
@@ -7552,8 +9074,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
7552
9074
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
7553
9075
|
[key: string]: never;
|
|
7554
9076
|
}>>;
|
|
9077
|
+
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
9078
|
+
[key: string]: never;
|
|
9079
|
+
}>>;
|
|
7555
9080
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7556
9081
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
9082
|
+
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
7557
9083
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
7558
9084
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
7559
9085
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -7596,6 +9122,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
7596
9122
|
* treeId: // value for 'treeId'
|
|
7597
9123
|
* node: // value for 'node'
|
|
7598
9124
|
* pagination: // value for 'pagination'
|
|
9125
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
7599
9126
|
* },
|
|
7600
9127
|
* });
|
|
7601
9128
|
*/
|
|
@@ -7603,14 +9130,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
7603
9130
|
treeId: Scalars["ID"];
|
|
7604
9131
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7605
9132
|
pagination?: InputMaybe<Pagination>;
|
|
9133
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7606
9134
|
}>>;
|
|
7607
9135
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
7608
9136
|
treeId: Scalars["ID"];
|
|
7609
9137
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7610
9138
|
pagination?: InputMaybe<Pagination>;
|
|
9139
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9140
|
+
}>>;
|
|
9141
|
+
export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9142
|
+
treeId: Scalars["ID"];
|
|
9143
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
9144
|
+
pagination?: InputMaybe<Pagination>;
|
|
9145
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7611
9146
|
}>>;
|
|
7612
9147
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7613
9148
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9149
|
+
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
7614
9150
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
7615
9151
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
7616
9152
|
/**
|
|
@@ -7638,8 +9174,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7638
9174
|
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7639
9175
|
global?: InputMaybe<Scalars["Boolean"]>;
|
|
7640
9176
|
}>>;
|
|
9177
|
+
export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
|
|
9178
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
9179
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
9180
|
+
}>>;
|
|
7641
9181
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7642
9182
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
9183
|
+
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
7643
9184
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
7644
9185
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
7645
9186
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -7701,38 +9242,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
7701
9242
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7702
9243
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7703
9244
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7704
|
-
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7705
|
-
/**
|
|
7706
|
-
* __useRunActionsListAndFormatOnValueQuery__
|
|
7707
|
-
*
|
|
7708
|
-
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7709
|
-
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7710
|
-
* you can use to render your UI.
|
|
7711
|
-
*
|
|
7712
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7713
|
-
*
|
|
7714
|
-
* @example
|
|
7715
|
-
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7716
|
-
* variables: {
|
|
7717
|
-
* library: // value for 'library'
|
|
7718
|
-
* value: // value for 'value'
|
|
7719
|
-
* version: // value for 'version'
|
|
7720
|
-
* },
|
|
7721
|
-
* });
|
|
7722
|
-
*/
|
|
7723
|
-
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7724
|
-
library: Scalars["ID"];
|
|
7725
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
7726
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7727
|
-
}>>;
|
|
7728
|
-
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7729
|
-
library: Scalars["ID"];
|
|
7730
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
7731
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7732
|
-
}>>;
|
|
7733
|
-
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7734
|
-
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7735
|
-
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
7736
9245
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7737
9246
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7738
9247
|
/**
|
|
@@ -7814,8 +9323,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
7814
9323
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7815
9324
|
viewId: Scalars["String"];
|
|
7816
9325
|
}>>;
|
|
9326
|
+
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9327
|
+
viewId: Scalars["String"];
|
|
9328
|
+
}>>;
|
|
7817
9329
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7818
9330
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9331
|
+
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
7819
9332
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7820
9333
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7821
9334
|
/**
|
|
@@ -7840,8 +9353,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
7840
9353
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7841
9354
|
libraryId: Scalars["String"];
|
|
7842
9355
|
}>>;
|
|
9356
|
+
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9357
|
+
libraryId: Scalars["String"];
|
|
9358
|
+
}>>;
|
|
7843
9359
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7844
9360
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9361
|
+
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
7845
9362
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7846
9363
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7847
9364
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -7868,6 +9385,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
|
|
|
7868
9385
|
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7869
9386
|
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7870
9387
|
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
9388
|
+
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
9389
|
+
/**
|
|
9390
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
9391
|
+
*
|
|
9392
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
9393
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9394
|
+
* you can use to render your UI.
|
|
9395
|
+
*
|
|
9396
|
+
* @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;
|
|
9397
|
+
*
|
|
9398
|
+
* @example
|
|
9399
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
9400
|
+
* variables: {
|
|
9401
|
+
* library: // value for 'library'
|
|
9402
|
+
* },
|
|
9403
|
+
* });
|
|
9404
|
+
*/
|
|
9405
|
+
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9406
|
+
library: Scalars["String"];
|
|
9407
|
+
}>>;
|
|
9408
|
+
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9409
|
+
library: Scalars["String"];
|
|
9410
|
+
}>>;
|
|
9411
|
+
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9412
|
+
library: Scalars["String"];
|
|
9413
|
+
}>>;
|
|
9414
|
+
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
9415
|
+
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9416
|
+
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
9417
|
+
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
7871
9418
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7872
9419
|
/**
|
|
7873
9420
|
* __useExplorerAttributesQuery__
|
|
@@ -7891,8 +9438,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7891
9438
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7892
9439
|
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7893
9440
|
}>>;
|
|
9441
|
+
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9442
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9443
|
+
}>>;
|
|
7894
9444
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7895
9445
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9446
|
+
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
7896
9447
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7897
9448
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7898
9449
|
/**
|
|
@@ -7917,8 +9468,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
7917
9468
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7918
9469
|
id: Scalars["ID"];
|
|
7919
9470
|
}>>;
|
|
9471
|
+
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9472
|
+
id: Scalars["ID"];
|
|
9473
|
+
}>>;
|
|
7920
9474
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7921
9475
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9476
|
+
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
7922
9477
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7923
9478
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7924
9479
|
/**
|
|
@@ -7958,8 +9513,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
|
|
|
7958
9513
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7959
9514
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7960
9515
|
}>>;
|
|
9516
|
+
export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9517
|
+
libraryId: Scalars["ID"];
|
|
9518
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9519
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
9520
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9521
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9522
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9523
|
+
}>>;
|
|
7961
9524
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7962
9525
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9526
|
+
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
7963
9527
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7964
9528
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7965
9529
|
/**
|
|
@@ -7993,8 +9557,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7993
9557
|
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7994
9558
|
linkAttributeId: Scalars["ID"];
|
|
7995
9559
|
}>>;
|
|
9560
|
+
export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9561
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9562
|
+
parentLibraryId: Scalars["ID"];
|
|
9563
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9564
|
+
linkAttributeId: Scalars["ID"];
|
|
9565
|
+
}>>;
|
|
7996
9566
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7997
9567
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9568
|
+
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
7998
9569
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7999
9570
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8000
9571
|
/**
|
|
@@ -8019,8 +9590,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
8019
9590
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8020
9591
|
libraryId: Scalars["ID"];
|
|
8021
9592
|
}>>;
|
|
9593
|
+
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9594
|
+
libraryId: Scalars["ID"];
|
|
9595
|
+
}>>;
|
|
8022
9596
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8023
9597
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9598
|
+
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
8024
9599
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8025
9600
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8026
9601
|
/**
|
|
@@ -8045,8 +9620,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
8045
9620
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8046
9621
|
libraryId: Scalars["ID"];
|
|
8047
9622
|
}>>;
|
|
9623
|
+
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9624
|
+
libraryId: Scalars["ID"];
|
|
9625
|
+
}>>;
|
|
8048
9626
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8049
9627
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9628
|
+
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
8050
9629
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8051
9630
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8052
9631
|
/**
|
|
@@ -8074,8 +9653,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
|
|
|
8074
9653
|
libraryId: Scalars["ID"];
|
|
8075
9654
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8076
9655
|
}>>;
|
|
9656
|
+
export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9657
|
+
libraryId: Scalars["ID"];
|
|
9658
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9659
|
+
}>>;
|
|
8077
9660
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8078
9661
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9662
|
+
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
8079
9663
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8080
9664
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
8081
9665
|
/**
|
|
@@ -8099,8 +9683,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
8099
9683
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8100
9684
|
[key: string]: never;
|
|
8101
9685
|
}>>;
|
|
9686
|
+
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9687
|
+
[key: string]: never;
|
|
9688
|
+
}>>;
|
|
8102
9689
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8103
9690
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9691
|
+
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
8104
9692
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8105
9693
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8106
9694
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -8127,6 +9715,48 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
8127
9715
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
8128
9716
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
8129
9717
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
9718
|
+
export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
9719
|
+
/**
|
|
9720
|
+
* __useGetRecordHistoryQuery__
|
|
9721
|
+
*
|
|
9722
|
+
* To run a query within a React component, call `useGetRecordHistoryQuery` and pass it any options that fit your needs.
|
|
9723
|
+
* When your component renders, `useGetRecordHistoryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9724
|
+
* you can use to render your UI.
|
|
9725
|
+
*
|
|
9726
|
+
* @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;
|
|
9727
|
+
*
|
|
9728
|
+
* @example
|
|
9729
|
+
* const { data, loading, error } = useGetRecordHistoryQuery({
|
|
9730
|
+
* variables: {
|
|
9731
|
+
* record: // value for 'record'
|
|
9732
|
+
* attributeId: // value for 'attributeId'
|
|
9733
|
+
* actions: // value for 'actions'
|
|
9734
|
+
* pagination: // value for 'pagination'
|
|
9735
|
+
* },
|
|
9736
|
+
* });
|
|
9737
|
+
*/
|
|
9738
|
+
export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
|
|
9739
|
+
record: LogTopicRecordFilterInput;
|
|
9740
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9741
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9742
|
+
pagination?: InputMaybe<Pagination>;
|
|
9743
|
+
}>>;
|
|
9744
|
+
export declare function useGetRecordHistoryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordHistoryQuery, Exact<{
|
|
9745
|
+
record: LogTopicRecordFilterInput;
|
|
9746
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9747
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9748
|
+
pagination?: InputMaybe<Pagination>;
|
|
9749
|
+
}>>;
|
|
9750
|
+
export declare function useGetRecordHistorySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordHistoryQuery, Exact<{
|
|
9751
|
+
record: LogTopicRecordFilterInput;
|
|
9752
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9753
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9754
|
+
pagination?: InputMaybe<Pagination>;
|
|
9755
|
+
}>>;
|
|
9756
|
+
export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHistoryQuery>;
|
|
9757
|
+
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
9758
|
+
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
9759
|
+
export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
|
|
8130
9760
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
8131
9761
|
/**
|
|
8132
9762
|
* __useTreeDataQueryQuery__
|
|
@@ -8150,6 +9780,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
8150
9780
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8151
9781
|
treeId: Scalars["ID"];
|
|
8152
9782
|
}>>;
|
|
9783
|
+
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
9784
|
+
treeId: Scalars["ID"];
|
|
9785
|
+
}>>;
|
|
8153
9786
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8154
9787
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
9788
|
+
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
8155
9789
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|