@leav/ui 0.4.0 → 1.0.0-e073ed8e
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 +1753 -263
- package/dist/_gqlTypes/index.js +539 -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 +1 -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 +40 -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 +22 -11
- 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 +82 -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/StandardField/StandardFieldValue/ValuesList → 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 +18 -12
- 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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
- 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/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/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
- package/dist/components/SelectTreeNodeModalOld/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 +38 -0
- package/dist/components/index.js +1 -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 +21 -0
- package/dist/hooks/useIFrameMessenger/schema.js +76 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
- package/dist/hooks/useIFrameMessenger/types.js +2 -0
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
- package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
- package/dist/hooks/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 +34 -13
- package/dist/locales/fr/shared.json +33 -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 +0 -6
- 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 +0 -5
- 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,13 @@ export type AttributeInput = {
|
|
|
136
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
137
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
|
+
multi_link_display_option?: InputMaybe<MultiLinkDisplayOption>;
|
|
139
140
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
141
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
142
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
required?: InputMaybe<Scalars['Boolean']>;
|
|
143
144
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
145
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
144
146
|
type?: InputMaybe<AttributeType>;
|
|
145
147
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
146
148
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
@@ -181,6 +183,11 @@ export declare enum AvailableLanguage {
|
|
|
181
183
|
en = "en",
|
|
182
184
|
fr = "fr"
|
|
183
185
|
}
|
|
186
|
+
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
187
|
+
action: RecordPermissionsActions;
|
|
188
|
+
attributeId: Scalars['ID'];
|
|
189
|
+
libraryId: Scalars['ID'];
|
|
190
|
+
};
|
|
184
191
|
export type CreateRecordDataInput = {
|
|
185
192
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
186
193
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -246,6 +253,11 @@ export type FormInput = {
|
|
|
246
253
|
id: Scalars['ID'];
|
|
247
254
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
248
255
|
library: Scalars['ID'];
|
|
256
|
+
sidePanel?: InputMaybe<FormSidePanelInput>;
|
|
257
|
+
};
|
|
258
|
+
export type FormSidePanelInput = {
|
|
259
|
+
enable: Scalars['Boolean'];
|
|
260
|
+
isOpenByDefault: Scalars['Boolean'];
|
|
249
261
|
};
|
|
250
262
|
export declare enum FormsSortableFields {
|
|
251
263
|
id = "id",
|
|
@@ -261,6 +273,7 @@ export type GlobalSettingsInput = {
|
|
|
261
273
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
262
274
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
263
275
|
name?: InputMaybe<Scalars['String']>;
|
|
276
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
264
277
|
};
|
|
265
278
|
export declare enum IoTypes {
|
|
266
279
|
boolean = "boolean",
|
|
@@ -292,6 +305,7 @@ export declare enum LibrariesSortableFields {
|
|
|
292
305
|
export declare enum LibraryBehavior {
|
|
293
306
|
directories = "directories",
|
|
294
307
|
files = "files",
|
|
308
|
+
join = "join",
|
|
295
309
|
standard = "standard"
|
|
296
310
|
}
|
|
297
311
|
export type LibraryIconInput = {
|
|
@@ -306,9 +320,11 @@ export type LibraryInput = {
|
|
|
306
320
|
icon?: InputMaybe<LibraryIconInput>;
|
|
307
321
|
id: Scalars['ID'];
|
|
308
322
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
323
|
+
mandatoryAttribute?: InputMaybe<Scalars['ID']>;
|
|
309
324
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
310
325
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
311
326
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
327
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
312
328
|
};
|
|
313
329
|
export type LibraryPreviewsSettingsInput = {
|
|
314
330
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
@@ -389,6 +405,11 @@ export type LogTopicRecordFilterInput = {
|
|
|
389
405
|
id?: InputMaybe<Scalars['String']>;
|
|
390
406
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
391
407
|
};
|
|
408
|
+
export declare enum MultiLinkDisplayOption {
|
|
409
|
+
avatar = "avatar",
|
|
410
|
+
badge_qty = "badge_qty",
|
|
411
|
+
tag = "tag"
|
|
412
|
+
}
|
|
392
413
|
export type Pagination = {
|
|
393
414
|
limit: Scalars['Int'];
|
|
394
415
|
offset: Scalars['Int'];
|
|
@@ -431,6 +452,7 @@ export declare enum PermissionsActions {
|
|
|
431
452
|
admin_access_applications = "admin_access_applications",
|
|
432
453
|
admin_access_attributes = "admin_access_attributes",
|
|
433
454
|
admin_access_libraries = "admin_access_libraries",
|
|
455
|
+
admin_access_logs = "admin_access_logs",
|
|
434
456
|
admin_access_permissions = "admin_access_permissions",
|
|
435
457
|
admin_access_tasks = "admin_access_tasks",
|
|
436
458
|
admin_access_trees = "admin_access_trees",
|
|
@@ -458,6 +480,7 @@ export declare enum PermissionsActions {
|
|
|
458
480
|
admin_edit_permission = "admin_edit_permission",
|
|
459
481
|
admin_edit_tree = "admin_edit_tree",
|
|
460
482
|
admin_edit_version_profile = "admin_edit_version_profile",
|
|
483
|
+
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
461
484
|
admin_library = "admin_library",
|
|
462
485
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
463
486
|
create_record = "create_record",
|
|
@@ -537,6 +560,12 @@ export type RecordInput = {
|
|
|
537
560
|
id: Scalars['ID'];
|
|
538
561
|
library: Scalars['String'];
|
|
539
562
|
};
|
|
563
|
+
export declare enum RecordPermissionsActions {
|
|
564
|
+
access_record = "access_record",
|
|
565
|
+
create_record = "create_record",
|
|
566
|
+
delete_record = "delete_record",
|
|
567
|
+
edit_record = "edit_record"
|
|
568
|
+
}
|
|
540
569
|
export type RecordSortInput = {
|
|
541
570
|
field: Scalars['String'];
|
|
542
571
|
order: SortOrder;
|
|
@@ -640,6 +669,7 @@ export type TreeInput = {
|
|
|
640
669
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
641
670
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
642
671
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
672
|
+
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
643
673
|
};
|
|
644
674
|
export type TreeLibraryInput = {
|
|
645
675
|
library: Scalars['ID'];
|
|
@@ -681,11 +711,13 @@ export type ValueBatchInput = {
|
|
|
681
711
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
682
712
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
683
713
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
714
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
684
715
|
payload?: InputMaybe<Scalars['String']>;
|
|
685
716
|
};
|
|
686
717
|
export type ValueInput = {
|
|
687
718
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
688
719
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
720
|
+
/** Use "\__empty_value__" to set an empty value */
|
|
689
721
|
payload?: InputMaybe<Scalars['String']>;
|
|
690
722
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
691
723
|
};
|
|
@@ -823,6 +855,7 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
823
855
|
label?: any | null;
|
|
824
856
|
description?: any | null;
|
|
825
857
|
multiple_values: boolean;
|
|
858
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
826
859
|
linked_library?: {
|
|
827
860
|
id: string;
|
|
828
861
|
label?: any | null;
|
|
@@ -860,6 +893,7 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
860
893
|
label?: any | null;
|
|
861
894
|
description?: any | null;
|
|
862
895
|
multiple_values: boolean;
|
|
896
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
863
897
|
metadata_fields?: Array<{
|
|
864
898
|
id: string;
|
|
865
899
|
label?: any | null;
|
|
@@ -892,6 +926,7 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
892
926
|
label?: any | null;
|
|
893
927
|
description?: any | null;
|
|
894
928
|
multiple_values: boolean;
|
|
929
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
895
930
|
linked_tree?: {
|
|
896
931
|
id: string;
|
|
897
932
|
label?: any | null;
|
|
@@ -1750,6 +1785,261 @@ export type RecordFormElementFragment = {
|
|
|
1750
1785
|
key: string;
|
|
1751
1786
|
value: any;
|
|
1752
1787
|
}>;
|
|
1788
|
+
joinLibraryContext?: {
|
|
1789
|
+
mandatoryAttribute: {
|
|
1790
|
+
id: string;
|
|
1791
|
+
label?: any | null;
|
|
1792
|
+
description?: any | null;
|
|
1793
|
+
type: AttributeType;
|
|
1794
|
+
format?: AttributeFormat | null;
|
|
1795
|
+
system: boolean;
|
|
1796
|
+
readonly: boolean;
|
|
1797
|
+
required: boolean;
|
|
1798
|
+
multiple_values: boolean;
|
|
1799
|
+
compute: boolean;
|
|
1800
|
+
linked_library?: {
|
|
1801
|
+
id: string;
|
|
1802
|
+
label?: any | null;
|
|
1803
|
+
behavior: LibraryBehavior;
|
|
1804
|
+
permissions?: {
|
|
1805
|
+
create_record: boolean;
|
|
1806
|
+
} | null;
|
|
1807
|
+
} | null;
|
|
1808
|
+
linkValuesList?: {
|
|
1809
|
+
enable: boolean;
|
|
1810
|
+
allowFreeEntry?: boolean | null;
|
|
1811
|
+
allowListUpdate?: boolean | null;
|
|
1812
|
+
values?: Array<{
|
|
1813
|
+
id: string;
|
|
1814
|
+
whoAmI: {
|
|
1815
|
+
id: string;
|
|
1816
|
+
label?: string | null;
|
|
1817
|
+
subLabel?: string | null;
|
|
1818
|
+
color?: string | null;
|
|
1819
|
+
preview?: IPreviewScalar | null;
|
|
1820
|
+
library: {
|
|
1821
|
+
id: string;
|
|
1822
|
+
label?: any | null;
|
|
1823
|
+
};
|
|
1824
|
+
};
|
|
1825
|
+
}> | null;
|
|
1826
|
+
} | null;
|
|
1827
|
+
permissions: {
|
|
1828
|
+
access_attribute: boolean;
|
|
1829
|
+
edit_value: boolean;
|
|
1830
|
+
};
|
|
1831
|
+
versions_conf?: {
|
|
1832
|
+
versionable: boolean;
|
|
1833
|
+
profile?: {
|
|
1834
|
+
id: string;
|
|
1835
|
+
trees: Array<{
|
|
1836
|
+
id: string;
|
|
1837
|
+
label?: any | null;
|
|
1838
|
+
}>;
|
|
1839
|
+
} | null;
|
|
1840
|
+
} | null;
|
|
1841
|
+
metadata_fields?: Array<{
|
|
1842
|
+
id: string;
|
|
1843
|
+
label?: any | null;
|
|
1844
|
+
description?: any | null;
|
|
1845
|
+
type: AttributeType;
|
|
1846
|
+
format?: AttributeFormat | null;
|
|
1847
|
+
system: boolean;
|
|
1848
|
+
readonly: boolean;
|
|
1849
|
+
multiple_values: boolean;
|
|
1850
|
+
permissions: {
|
|
1851
|
+
access_attribute: boolean;
|
|
1852
|
+
edit_value: boolean;
|
|
1853
|
+
};
|
|
1854
|
+
values_list?: {
|
|
1855
|
+
enable: boolean;
|
|
1856
|
+
allowFreeEntry?: boolean | null;
|
|
1857
|
+
allowListUpdate?: boolean | null;
|
|
1858
|
+
dateRangeValues?: Array<{
|
|
1859
|
+
from?: string | null;
|
|
1860
|
+
to?: string | null;
|
|
1861
|
+
}> | null;
|
|
1862
|
+
} | {
|
|
1863
|
+
enable: boolean;
|
|
1864
|
+
allowFreeEntry?: boolean | null;
|
|
1865
|
+
allowListUpdate?: boolean | null;
|
|
1866
|
+
values?: Array<string> | null;
|
|
1867
|
+
} | null;
|
|
1868
|
+
metadata_fields?: Array<{
|
|
1869
|
+
id: string;
|
|
1870
|
+
}> | null;
|
|
1871
|
+
}> | null;
|
|
1872
|
+
} | {
|
|
1873
|
+
character_limit?: number | null;
|
|
1874
|
+
id: string;
|
|
1875
|
+
label?: any | null;
|
|
1876
|
+
description?: any | null;
|
|
1877
|
+
type: AttributeType;
|
|
1878
|
+
format?: AttributeFormat | null;
|
|
1879
|
+
system: boolean;
|
|
1880
|
+
readonly: boolean;
|
|
1881
|
+
required: boolean;
|
|
1882
|
+
multiple_values: boolean;
|
|
1883
|
+
compute: boolean;
|
|
1884
|
+
values_list?: {
|
|
1885
|
+
enable: boolean;
|
|
1886
|
+
allowFreeEntry?: boolean | null;
|
|
1887
|
+
allowListUpdate?: boolean | null;
|
|
1888
|
+
dateRangeValues?: Array<{
|
|
1889
|
+
from?: string | null;
|
|
1890
|
+
to?: string | null;
|
|
1891
|
+
}> | null;
|
|
1892
|
+
} | {
|
|
1893
|
+
enable: boolean;
|
|
1894
|
+
allowFreeEntry?: boolean | null;
|
|
1895
|
+
allowListUpdate?: boolean | null;
|
|
1896
|
+
values?: Array<string> | null;
|
|
1897
|
+
} | null;
|
|
1898
|
+
permissions: {
|
|
1899
|
+
access_attribute: boolean;
|
|
1900
|
+
edit_value: boolean;
|
|
1901
|
+
};
|
|
1902
|
+
versions_conf?: {
|
|
1903
|
+
versionable: boolean;
|
|
1904
|
+
profile?: {
|
|
1905
|
+
id: string;
|
|
1906
|
+
trees: Array<{
|
|
1907
|
+
id: string;
|
|
1908
|
+
label?: any | null;
|
|
1909
|
+
}>;
|
|
1910
|
+
} | null;
|
|
1911
|
+
} | null;
|
|
1912
|
+
metadata_fields?: Array<{
|
|
1913
|
+
id: string;
|
|
1914
|
+
label?: any | null;
|
|
1915
|
+
description?: any | null;
|
|
1916
|
+
type: AttributeType;
|
|
1917
|
+
format?: AttributeFormat | null;
|
|
1918
|
+
system: boolean;
|
|
1919
|
+
readonly: boolean;
|
|
1920
|
+
multiple_values: boolean;
|
|
1921
|
+
permissions: {
|
|
1922
|
+
access_attribute: boolean;
|
|
1923
|
+
edit_value: boolean;
|
|
1924
|
+
};
|
|
1925
|
+
values_list?: {
|
|
1926
|
+
enable: boolean;
|
|
1927
|
+
allowFreeEntry?: boolean | null;
|
|
1928
|
+
allowListUpdate?: boolean | null;
|
|
1929
|
+
dateRangeValues?: Array<{
|
|
1930
|
+
from?: string | null;
|
|
1931
|
+
to?: string | null;
|
|
1932
|
+
}> | null;
|
|
1933
|
+
} | {
|
|
1934
|
+
enable: boolean;
|
|
1935
|
+
allowFreeEntry?: boolean | null;
|
|
1936
|
+
allowListUpdate?: boolean | null;
|
|
1937
|
+
values?: Array<string> | null;
|
|
1938
|
+
} | null;
|
|
1939
|
+
metadata_fields?: Array<{
|
|
1940
|
+
id: string;
|
|
1941
|
+
}> | null;
|
|
1942
|
+
}> | null;
|
|
1943
|
+
} | {
|
|
1944
|
+
id: string;
|
|
1945
|
+
label?: any | null;
|
|
1946
|
+
description?: any | null;
|
|
1947
|
+
type: AttributeType;
|
|
1948
|
+
format?: AttributeFormat | null;
|
|
1949
|
+
system: boolean;
|
|
1950
|
+
readonly: boolean;
|
|
1951
|
+
required: boolean;
|
|
1952
|
+
multiple_values: boolean;
|
|
1953
|
+
compute: boolean;
|
|
1954
|
+
linked_tree?: {
|
|
1955
|
+
id: string;
|
|
1956
|
+
label?: any | null;
|
|
1957
|
+
} | null;
|
|
1958
|
+
treeValuesList?: {
|
|
1959
|
+
enable: boolean;
|
|
1960
|
+
allowFreeEntry?: boolean | null;
|
|
1961
|
+
allowListUpdate?: boolean | null;
|
|
1962
|
+
values?: Array<{
|
|
1963
|
+
id: string;
|
|
1964
|
+
record: {
|
|
1965
|
+
id: string;
|
|
1966
|
+
whoAmI: {
|
|
1967
|
+
id: string;
|
|
1968
|
+
label?: string | null;
|
|
1969
|
+
subLabel?: string | null;
|
|
1970
|
+
color?: string | null;
|
|
1971
|
+
preview?: IPreviewScalar | null;
|
|
1972
|
+
library: {
|
|
1973
|
+
id: string;
|
|
1974
|
+
label?: any | null;
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
};
|
|
1978
|
+
ancestors?: Array<{
|
|
1979
|
+
record: {
|
|
1980
|
+
id: string;
|
|
1981
|
+
whoAmI: {
|
|
1982
|
+
id: string;
|
|
1983
|
+
label?: string | null;
|
|
1984
|
+
subLabel?: string | null;
|
|
1985
|
+
color?: string | null;
|
|
1986
|
+
preview?: IPreviewScalar | null;
|
|
1987
|
+
library: {
|
|
1988
|
+
id: string;
|
|
1989
|
+
label?: any | null;
|
|
1990
|
+
};
|
|
1991
|
+
};
|
|
1992
|
+
};
|
|
1993
|
+
}> | null;
|
|
1994
|
+
}> | null;
|
|
1995
|
+
} | null;
|
|
1996
|
+
permissions: {
|
|
1997
|
+
access_attribute: boolean;
|
|
1998
|
+
edit_value: boolean;
|
|
1999
|
+
};
|
|
2000
|
+
versions_conf?: {
|
|
2001
|
+
versionable: boolean;
|
|
2002
|
+
profile?: {
|
|
2003
|
+
id: string;
|
|
2004
|
+
trees: Array<{
|
|
2005
|
+
id: string;
|
|
2006
|
+
label?: any | null;
|
|
2007
|
+
}>;
|
|
2008
|
+
} | null;
|
|
2009
|
+
} | null;
|
|
2010
|
+
metadata_fields?: Array<{
|
|
2011
|
+
id: string;
|
|
2012
|
+
label?: any | null;
|
|
2013
|
+
description?: any | null;
|
|
2014
|
+
type: AttributeType;
|
|
2015
|
+
format?: AttributeFormat | null;
|
|
2016
|
+
system: boolean;
|
|
2017
|
+
readonly: boolean;
|
|
2018
|
+
multiple_values: boolean;
|
|
2019
|
+
permissions: {
|
|
2020
|
+
access_attribute: boolean;
|
|
2021
|
+
edit_value: boolean;
|
|
2022
|
+
};
|
|
2023
|
+
values_list?: {
|
|
2024
|
+
enable: boolean;
|
|
2025
|
+
allowFreeEntry?: boolean | null;
|
|
2026
|
+
allowListUpdate?: boolean | null;
|
|
2027
|
+
dateRangeValues?: Array<{
|
|
2028
|
+
from?: string | null;
|
|
2029
|
+
to?: string | null;
|
|
2030
|
+
}> | null;
|
|
2031
|
+
} | {
|
|
2032
|
+
enable: boolean;
|
|
2033
|
+
allowFreeEntry?: boolean | null;
|
|
2034
|
+
allowListUpdate?: boolean | null;
|
|
2035
|
+
values?: Array<string> | null;
|
|
2036
|
+
} | null;
|
|
2037
|
+
metadata_fields?: Array<{
|
|
2038
|
+
id: string;
|
|
2039
|
+
}> | null;
|
|
2040
|
+
}> | null;
|
|
2041
|
+
};
|
|
2042
|
+
} | null;
|
|
1753
2043
|
};
|
|
1754
2044
|
export type ValueDetailsLinkValueFragment = {
|
|
1755
2045
|
id_value?: string | null;
|
|
@@ -2424,9 +2714,264 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
|
2424
2714
|
values?: Array<string> | null;
|
|
2425
2715
|
};
|
|
2426
2716
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2427
|
-
export type
|
|
2428
|
-
|
|
2429
|
-
|
|
2717
|
+
export type JoinLibraryContextFragment = {
|
|
2718
|
+
mandatoryAttribute: {
|
|
2719
|
+
id: string;
|
|
2720
|
+
label?: any | null;
|
|
2721
|
+
description?: any | null;
|
|
2722
|
+
type: AttributeType;
|
|
2723
|
+
format?: AttributeFormat | null;
|
|
2724
|
+
system: boolean;
|
|
2725
|
+
readonly: boolean;
|
|
2726
|
+
required: boolean;
|
|
2727
|
+
multiple_values: boolean;
|
|
2728
|
+
compute: boolean;
|
|
2729
|
+
linked_library?: {
|
|
2730
|
+
id: string;
|
|
2731
|
+
label?: any | null;
|
|
2732
|
+
behavior: LibraryBehavior;
|
|
2733
|
+
permissions?: {
|
|
2734
|
+
create_record: boolean;
|
|
2735
|
+
} | null;
|
|
2736
|
+
} | null;
|
|
2737
|
+
linkValuesList?: {
|
|
2738
|
+
enable: boolean;
|
|
2739
|
+
allowFreeEntry?: boolean | null;
|
|
2740
|
+
allowListUpdate?: boolean | null;
|
|
2741
|
+
values?: Array<{
|
|
2742
|
+
id: string;
|
|
2743
|
+
whoAmI: {
|
|
2744
|
+
id: string;
|
|
2745
|
+
label?: string | null;
|
|
2746
|
+
subLabel?: string | null;
|
|
2747
|
+
color?: string | null;
|
|
2748
|
+
preview?: IPreviewScalar | null;
|
|
2749
|
+
library: {
|
|
2750
|
+
id: string;
|
|
2751
|
+
label?: any | null;
|
|
2752
|
+
};
|
|
2753
|
+
};
|
|
2754
|
+
}> | null;
|
|
2755
|
+
} | null;
|
|
2756
|
+
permissions: {
|
|
2757
|
+
access_attribute: boolean;
|
|
2758
|
+
edit_value: boolean;
|
|
2759
|
+
};
|
|
2760
|
+
versions_conf?: {
|
|
2761
|
+
versionable: boolean;
|
|
2762
|
+
profile?: {
|
|
2763
|
+
id: string;
|
|
2764
|
+
trees: Array<{
|
|
2765
|
+
id: string;
|
|
2766
|
+
label?: any | null;
|
|
2767
|
+
}>;
|
|
2768
|
+
} | null;
|
|
2769
|
+
} | null;
|
|
2770
|
+
metadata_fields?: Array<{
|
|
2771
|
+
id: string;
|
|
2772
|
+
label?: any | null;
|
|
2773
|
+
description?: any | null;
|
|
2774
|
+
type: AttributeType;
|
|
2775
|
+
format?: AttributeFormat | null;
|
|
2776
|
+
system: boolean;
|
|
2777
|
+
readonly: boolean;
|
|
2778
|
+
multiple_values: boolean;
|
|
2779
|
+
permissions: {
|
|
2780
|
+
access_attribute: boolean;
|
|
2781
|
+
edit_value: boolean;
|
|
2782
|
+
};
|
|
2783
|
+
values_list?: {
|
|
2784
|
+
enable: boolean;
|
|
2785
|
+
allowFreeEntry?: boolean | null;
|
|
2786
|
+
allowListUpdate?: boolean | null;
|
|
2787
|
+
dateRangeValues?: Array<{
|
|
2788
|
+
from?: string | null;
|
|
2789
|
+
to?: string | null;
|
|
2790
|
+
}> | null;
|
|
2791
|
+
} | {
|
|
2792
|
+
enable: boolean;
|
|
2793
|
+
allowFreeEntry?: boolean | null;
|
|
2794
|
+
allowListUpdate?: boolean | null;
|
|
2795
|
+
values?: Array<string> | null;
|
|
2796
|
+
} | null;
|
|
2797
|
+
metadata_fields?: Array<{
|
|
2798
|
+
id: string;
|
|
2799
|
+
}> | null;
|
|
2800
|
+
}> | null;
|
|
2801
|
+
} | {
|
|
2802
|
+
character_limit?: number | null;
|
|
2803
|
+
id: string;
|
|
2804
|
+
label?: any | null;
|
|
2805
|
+
description?: any | null;
|
|
2806
|
+
type: AttributeType;
|
|
2807
|
+
format?: AttributeFormat | null;
|
|
2808
|
+
system: boolean;
|
|
2809
|
+
readonly: boolean;
|
|
2810
|
+
required: boolean;
|
|
2811
|
+
multiple_values: boolean;
|
|
2812
|
+
compute: boolean;
|
|
2813
|
+
values_list?: {
|
|
2814
|
+
enable: boolean;
|
|
2815
|
+
allowFreeEntry?: boolean | null;
|
|
2816
|
+
allowListUpdate?: boolean | null;
|
|
2817
|
+
dateRangeValues?: Array<{
|
|
2818
|
+
from?: string | null;
|
|
2819
|
+
to?: string | null;
|
|
2820
|
+
}> | null;
|
|
2821
|
+
} | {
|
|
2822
|
+
enable: boolean;
|
|
2823
|
+
allowFreeEntry?: boolean | null;
|
|
2824
|
+
allowListUpdate?: boolean | null;
|
|
2825
|
+
values?: Array<string> | null;
|
|
2826
|
+
} | null;
|
|
2827
|
+
permissions: {
|
|
2828
|
+
access_attribute: boolean;
|
|
2829
|
+
edit_value: boolean;
|
|
2830
|
+
};
|
|
2831
|
+
versions_conf?: {
|
|
2832
|
+
versionable: boolean;
|
|
2833
|
+
profile?: {
|
|
2834
|
+
id: string;
|
|
2835
|
+
trees: Array<{
|
|
2836
|
+
id: string;
|
|
2837
|
+
label?: any | null;
|
|
2838
|
+
}>;
|
|
2839
|
+
} | null;
|
|
2840
|
+
} | null;
|
|
2841
|
+
metadata_fields?: Array<{
|
|
2842
|
+
id: string;
|
|
2843
|
+
label?: any | null;
|
|
2844
|
+
description?: any | null;
|
|
2845
|
+
type: AttributeType;
|
|
2846
|
+
format?: AttributeFormat | null;
|
|
2847
|
+
system: boolean;
|
|
2848
|
+
readonly: boolean;
|
|
2849
|
+
multiple_values: boolean;
|
|
2850
|
+
permissions: {
|
|
2851
|
+
access_attribute: boolean;
|
|
2852
|
+
edit_value: boolean;
|
|
2853
|
+
};
|
|
2854
|
+
values_list?: {
|
|
2855
|
+
enable: boolean;
|
|
2856
|
+
allowFreeEntry?: boolean | null;
|
|
2857
|
+
allowListUpdate?: boolean | null;
|
|
2858
|
+
dateRangeValues?: Array<{
|
|
2859
|
+
from?: string | null;
|
|
2860
|
+
to?: string | null;
|
|
2861
|
+
}> | null;
|
|
2862
|
+
} | {
|
|
2863
|
+
enable: boolean;
|
|
2864
|
+
allowFreeEntry?: boolean | null;
|
|
2865
|
+
allowListUpdate?: boolean | null;
|
|
2866
|
+
values?: Array<string> | null;
|
|
2867
|
+
} | null;
|
|
2868
|
+
metadata_fields?: Array<{
|
|
2869
|
+
id: string;
|
|
2870
|
+
}> | null;
|
|
2871
|
+
}> | null;
|
|
2872
|
+
} | {
|
|
2873
|
+
id: string;
|
|
2874
|
+
label?: any | null;
|
|
2875
|
+
description?: any | null;
|
|
2876
|
+
type: AttributeType;
|
|
2877
|
+
format?: AttributeFormat | null;
|
|
2878
|
+
system: boolean;
|
|
2879
|
+
readonly: boolean;
|
|
2880
|
+
required: boolean;
|
|
2881
|
+
multiple_values: boolean;
|
|
2882
|
+
compute: boolean;
|
|
2883
|
+
linked_tree?: {
|
|
2884
|
+
id: string;
|
|
2885
|
+
label?: any | null;
|
|
2886
|
+
} | null;
|
|
2887
|
+
treeValuesList?: {
|
|
2888
|
+
enable: boolean;
|
|
2889
|
+
allowFreeEntry?: boolean | null;
|
|
2890
|
+
allowListUpdate?: boolean | null;
|
|
2891
|
+
values?: Array<{
|
|
2892
|
+
id: string;
|
|
2893
|
+
record: {
|
|
2894
|
+
id: string;
|
|
2895
|
+
whoAmI: {
|
|
2896
|
+
id: string;
|
|
2897
|
+
label?: string | null;
|
|
2898
|
+
subLabel?: string | null;
|
|
2899
|
+
color?: string | null;
|
|
2900
|
+
preview?: IPreviewScalar | null;
|
|
2901
|
+
library: {
|
|
2902
|
+
id: string;
|
|
2903
|
+
label?: any | null;
|
|
2904
|
+
};
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2907
|
+
ancestors?: Array<{
|
|
2908
|
+
record: {
|
|
2909
|
+
id: string;
|
|
2910
|
+
whoAmI: {
|
|
2911
|
+
id: string;
|
|
2912
|
+
label?: string | null;
|
|
2913
|
+
subLabel?: string | null;
|
|
2914
|
+
color?: string | null;
|
|
2915
|
+
preview?: IPreviewScalar | null;
|
|
2916
|
+
library: {
|
|
2917
|
+
id: string;
|
|
2918
|
+
label?: any | null;
|
|
2919
|
+
};
|
|
2920
|
+
};
|
|
2921
|
+
};
|
|
2922
|
+
}> | null;
|
|
2923
|
+
}> | null;
|
|
2924
|
+
} | null;
|
|
2925
|
+
permissions: {
|
|
2926
|
+
access_attribute: boolean;
|
|
2927
|
+
edit_value: boolean;
|
|
2928
|
+
};
|
|
2929
|
+
versions_conf?: {
|
|
2930
|
+
versionable: boolean;
|
|
2931
|
+
profile?: {
|
|
2932
|
+
id: string;
|
|
2933
|
+
trees: Array<{
|
|
2934
|
+
id: string;
|
|
2935
|
+
label?: any | null;
|
|
2936
|
+
}>;
|
|
2937
|
+
} | null;
|
|
2938
|
+
} | null;
|
|
2939
|
+
metadata_fields?: Array<{
|
|
2940
|
+
id: string;
|
|
2941
|
+
label?: any | null;
|
|
2942
|
+
description?: any | null;
|
|
2943
|
+
type: AttributeType;
|
|
2944
|
+
format?: AttributeFormat | null;
|
|
2945
|
+
system: boolean;
|
|
2946
|
+
readonly: boolean;
|
|
2947
|
+
multiple_values: boolean;
|
|
2948
|
+
permissions: {
|
|
2949
|
+
access_attribute: boolean;
|
|
2950
|
+
edit_value: boolean;
|
|
2951
|
+
};
|
|
2952
|
+
values_list?: {
|
|
2953
|
+
enable: boolean;
|
|
2954
|
+
allowFreeEntry?: boolean | null;
|
|
2955
|
+
allowListUpdate?: boolean | null;
|
|
2956
|
+
dateRangeValues?: Array<{
|
|
2957
|
+
from?: string | null;
|
|
2958
|
+
to?: string | null;
|
|
2959
|
+
}> | null;
|
|
2960
|
+
} | {
|
|
2961
|
+
enable: boolean;
|
|
2962
|
+
allowFreeEntry?: boolean | null;
|
|
2963
|
+
allowListUpdate?: boolean | null;
|
|
2964
|
+
values?: Array<string> | null;
|
|
2965
|
+
} | null;
|
|
2966
|
+
metadata_fields?: Array<{
|
|
2967
|
+
id: string;
|
|
2968
|
+
}> | null;
|
|
2969
|
+
}> | null;
|
|
2970
|
+
};
|
|
2971
|
+
};
|
|
2972
|
+
export type TreeDetailsFragment = {
|
|
2973
|
+
id: string;
|
|
2974
|
+
label?: any | null;
|
|
2430
2975
|
behavior: TreeBehavior;
|
|
2431
2976
|
system: boolean;
|
|
2432
2977
|
libraries: Array<{
|
|
@@ -2561,9 +3106,159 @@ export type ViewDetailsFilterFragment = {
|
|
|
2561
3106
|
label?: any | null;
|
|
2562
3107
|
} | null;
|
|
2563
3108
|
};
|
|
2564
|
-
export type
|
|
3109
|
+
export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
3110
|
+
id: string;
|
|
3111
|
+
type: AttributeType;
|
|
3112
|
+
format?: AttributeFormat | null;
|
|
3113
|
+
label?: any | null;
|
|
3114
|
+
multiple_values: boolean;
|
|
3115
|
+
system: boolean;
|
|
3116
|
+
readonly: boolean;
|
|
3117
|
+
permissions: {
|
|
3118
|
+
access_attribute: boolean;
|
|
3119
|
+
};
|
|
3120
|
+
valuesList?: {
|
|
3121
|
+
enable: boolean;
|
|
3122
|
+
allowFreeEntry?: boolean | null;
|
|
3123
|
+
allowListUpdate?: boolean | null;
|
|
3124
|
+
linkedValues?: Array<{
|
|
3125
|
+
id: string;
|
|
3126
|
+
whoAmI: {
|
|
3127
|
+
id: string;
|
|
3128
|
+
label?: string | null;
|
|
3129
|
+
subLabel?: string | null;
|
|
3130
|
+
color?: string | null;
|
|
3131
|
+
preview?: IPreviewScalar | null;
|
|
3132
|
+
library: {
|
|
3133
|
+
id: string;
|
|
3134
|
+
label?: any | null;
|
|
3135
|
+
};
|
|
3136
|
+
};
|
|
3137
|
+
}> | null;
|
|
3138
|
+
} | null;
|
|
3139
|
+
linked_library?: {
|
|
3140
|
+
id: string;
|
|
3141
|
+
} | null;
|
|
3142
|
+
};
|
|
3143
|
+
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
3144
|
+
id: string;
|
|
3145
|
+
type: AttributeType;
|
|
3146
|
+
format?: AttributeFormat | null;
|
|
3147
|
+
label?: any | null;
|
|
3148
|
+
multiple_values: boolean;
|
|
3149
|
+
system: boolean;
|
|
3150
|
+
readonly: boolean;
|
|
3151
|
+
embedded_fields?: Array<{
|
|
3152
|
+
id: string;
|
|
3153
|
+
format?: AttributeFormat | null;
|
|
3154
|
+
label?: any | null;
|
|
3155
|
+
} | null> | null;
|
|
3156
|
+
valuesList?: {
|
|
3157
|
+
enable: boolean;
|
|
3158
|
+
allowFreeEntry?: boolean | null;
|
|
3159
|
+
allowListUpdate?: boolean | null;
|
|
3160
|
+
dateRangeValues?: Array<{
|
|
3161
|
+
from?: string | null;
|
|
3162
|
+
to?: string | null;
|
|
3163
|
+
}> | null;
|
|
3164
|
+
} | {
|
|
3165
|
+
enable: boolean;
|
|
3166
|
+
allowFreeEntry?: boolean | null;
|
|
3167
|
+
allowListUpdate?: boolean | null;
|
|
3168
|
+
values?: Array<string> | null;
|
|
3169
|
+
} | null;
|
|
3170
|
+
permissions: {
|
|
3171
|
+
access_attribute: boolean;
|
|
3172
|
+
};
|
|
3173
|
+
};
|
|
3174
|
+
export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
|
|
3175
|
+
id: string;
|
|
3176
|
+
type: AttributeType;
|
|
3177
|
+
format?: AttributeFormat | null;
|
|
3178
|
+
label?: any | null;
|
|
3179
|
+
multiple_values: boolean;
|
|
3180
|
+
system: boolean;
|
|
3181
|
+
readonly: boolean;
|
|
3182
|
+
linked_tree?: {
|
|
3183
|
+
id: string;
|
|
3184
|
+
label?: any | null;
|
|
3185
|
+
libraries: Array<{
|
|
3186
|
+
library: {
|
|
3187
|
+
id: string;
|
|
3188
|
+
label?: any | null;
|
|
3189
|
+
};
|
|
3190
|
+
}>;
|
|
3191
|
+
} | null;
|
|
3192
|
+
permissions: {
|
|
3193
|
+
access_attribute: boolean;
|
|
3194
|
+
};
|
|
3195
|
+
};
|
|
3196
|
+
export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
|
|
3197
|
+
export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
3198
|
+
valuesList?: {
|
|
3199
|
+
enable: boolean;
|
|
3200
|
+
allowFreeEntry?: boolean | null;
|
|
3201
|
+
allowListUpdate?: boolean | null;
|
|
3202
|
+
linkedValues?: Array<{
|
|
3203
|
+
id: string;
|
|
3204
|
+
whoAmI: {
|
|
3205
|
+
id: string;
|
|
3206
|
+
label?: string | null;
|
|
3207
|
+
subLabel?: string | null;
|
|
3208
|
+
color?: string | null;
|
|
3209
|
+
preview?: IPreviewScalar | null;
|
|
3210
|
+
library: {
|
|
3211
|
+
id: string;
|
|
3212
|
+
label?: any | null;
|
|
3213
|
+
};
|
|
3214
|
+
};
|
|
3215
|
+
}> | null;
|
|
3216
|
+
} | null;
|
|
3217
|
+
linked_library?: {
|
|
3218
|
+
id: string;
|
|
3219
|
+
} | null;
|
|
3220
|
+
};
|
|
3221
|
+
export type StandardAttributeDetailsFragment = {
|
|
3222
|
+
id: string;
|
|
3223
|
+
type: AttributeType;
|
|
3224
|
+
embedded_fields?: Array<{
|
|
3225
|
+
id: string;
|
|
3226
|
+
format?: AttributeFormat | null;
|
|
3227
|
+
label?: any | null;
|
|
3228
|
+
} | null> | null;
|
|
3229
|
+
valuesList?: {
|
|
3230
|
+
enable: boolean;
|
|
3231
|
+
allowFreeEntry?: boolean | null;
|
|
3232
|
+
allowListUpdate?: boolean | null;
|
|
3233
|
+
values?: Array<string> | null;
|
|
3234
|
+
} | null;
|
|
3235
|
+
};
|
|
3236
|
+
export type LinkAttributeDetailsFragment = {
|
|
3237
|
+
label?: any | null;
|
|
3238
|
+
type: AttributeType;
|
|
3239
|
+
linked_library?: {
|
|
3240
|
+
id: string;
|
|
3241
|
+
label?: any | null;
|
|
3242
|
+
} | null;
|
|
3243
|
+
valuesList?: {
|
|
3244
|
+
allowFreeEntry?: boolean | null;
|
|
3245
|
+
enable: boolean;
|
|
3246
|
+
linkedValues?: Array<{
|
|
3247
|
+
id: string;
|
|
3248
|
+
whoAmI: {
|
|
3249
|
+
id: string;
|
|
3250
|
+
label?: string | null;
|
|
3251
|
+
library: {
|
|
3252
|
+
id: string;
|
|
3253
|
+
};
|
|
3254
|
+
};
|
|
3255
|
+
}> | null;
|
|
3256
|
+
} | null;
|
|
3257
|
+
};
|
|
3258
|
+
export type TreeAttributeDetailsFragment = {
|
|
3259
|
+
id: string;
|
|
2565
3260
|
label?: any | null;
|
|
2566
|
-
|
|
3261
|
+
linked_tree?: {
|
|
2567
3262
|
id: string;
|
|
2568
3263
|
label?: any | null;
|
|
2569
3264
|
} | null;
|
|
@@ -2574,6 +3269,7 @@ export type AttributePropertiesFragment = {
|
|
|
2574
3269
|
type: AttributeType;
|
|
2575
3270
|
format?: AttributeFormat | null;
|
|
2576
3271
|
multiple_values: boolean;
|
|
3272
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2577
3273
|
};
|
|
2578
3274
|
export type PropertyValueLinkValueFragment = {
|
|
2579
3275
|
linkPayload?: {
|
|
@@ -2626,6 +3322,7 @@ export type LinkPropertyLinkValueFragment = {
|
|
|
2626
3322
|
type: AttributeType;
|
|
2627
3323
|
format?: AttributeFormat | null;
|
|
2628
3324
|
multiple_values: boolean;
|
|
3325
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2629
3326
|
};
|
|
2630
3327
|
values: Array<{
|
|
2631
3328
|
linkPayload?: {
|
|
@@ -2685,6 +3382,9 @@ export type LibraryAttributeLinkAttributeFragment = {
|
|
|
2685
3382
|
id: string;
|
|
2686
3383
|
type: AttributeType;
|
|
2687
3384
|
label?: any | null;
|
|
3385
|
+
permissions: {
|
|
3386
|
+
access_attribute: boolean;
|
|
3387
|
+
};
|
|
2688
3388
|
linked_library?: {
|
|
2689
3389
|
id: string;
|
|
2690
3390
|
label?: any | null;
|
|
@@ -2701,11 +3401,17 @@ export type LibraryAttributeStandardAttributeFragment = {
|
|
|
2701
3401
|
id: string;
|
|
2702
3402
|
type: AttributeType;
|
|
2703
3403
|
label?: any | null;
|
|
3404
|
+
permissions: {
|
|
3405
|
+
access_attribute: boolean;
|
|
3406
|
+
};
|
|
2704
3407
|
};
|
|
2705
3408
|
export type LibraryAttributeTreeAttributeFragment = {
|
|
2706
3409
|
id: string;
|
|
2707
3410
|
type: AttributeType;
|
|
2708
3411
|
label?: any | null;
|
|
3412
|
+
permissions: {
|
|
3413
|
+
access_attribute: boolean;
|
|
3414
|
+
};
|
|
2709
3415
|
};
|
|
2710
3416
|
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2711
3417
|
export type LibraryAttributeLinkFragment = {
|
|
@@ -2840,6 +3546,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2840
3546
|
label?: any | null;
|
|
2841
3547
|
description?: any | null;
|
|
2842
3548
|
multiple_values: boolean;
|
|
3549
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2843
3550
|
linked_library?: {
|
|
2844
3551
|
id: string;
|
|
2845
3552
|
label?: any | null;
|
|
@@ -2876,6 +3583,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2876
3583
|
label?: any | null;
|
|
2877
3584
|
description?: any | null;
|
|
2878
3585
|
multiple_values: boolean;
|
|
3586
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2879
3587
|
metadata_fields?: Array<{
|
|
2880
3588
|
id: string;
|
|
2881
3589
|
label?: any | null;
|
|
@@ -2907,6 +3615,7 @@ export type GetAttributeByIdQuery = {
|
|
|
2907
3615
|
label?: any | null;
|
|
2908
3616
|
description?: any | null;
|
|
2909
3617
|
multiple_values: boolean;
|
|
3618
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
2910
3619
|
linked_tree?: {
|
|
2911
3620
|
id: string;
|
|
2912
3621
|
label?: any | null;
|
|
@@ -3049,6 +3758,7 @@ export type SaveAttributeMutation = {
|
|
|
3049
3758
|
label?: any | null;
|
|
3050
3759
|
description?: any | null;
|
|
3051
3760
|
multiple_values: boolean;
|
|
3761
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3052
3762
|
linked_library?: {
|
|
3053
3763
|
id: string;
|
|
3054
3764
|
label?: any | null;
|
|
@@ -3085,6 +3795,7 @@ export type SaveAttributeMutation = {
|
|
|
3085
3795
|
label?: any | null;
|
|
3086
3796
|
description?: any | null;
|
|
3087
3797
|
multiple_values: boolean;
|
|
3798
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3088
3799
|
metadata_fields?: Array<{
|
|
3089
3800
|
id: string;
|
|
3090
3801
|
label?: any | null;
|
|
@@ -3116,6 +3827,7 @@ export type SaveAttributeMutation = {
|
|
|
3116
3827
|
label?: any | null;
|
|
3117
3828
|
description?: any | null;
|
|
3118
3829
|
multiple_values: boolean;
|
|
3830
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
3119
3831
|
linked_tree?: {
|
|
3120
3832
|
id: string;
|
|
3121
3833
|
label?: any | null;
|
|
@@ -3569,6 +4281,83 @@ export type IsAllowedQuery = {
|
|
|
3569
4281
|
allowed?: boolean | null;
|
|
3570
4282
|
}> | null;
|
|
3571
4283
|
};
|
|
4284
|
+
export type ActivateNewRecordMutationVariables = Exact<{
|
|
4285
|
+
libraryId: Scalars['ID'];
|
|
4286
|
+
recordId: Scalars['ID'];
|
|
4287
|
+
formId?: InputMaybe<Scalars['String']>;
|
|
4288
|
+
}>;
|
|
4289
|
+
export type ActivateNewRecordMutation = {
|
|
4290
|
+
activateNewRecord: {
|
|
4291
|
+
record?: {
|
|
4292
|
+
id: string;
|
|
4293
|
+
whoAmI: {
|
|
4294
|
+
id: string;
|
|
4295
|
+
label?: string | null;
|
|
4296
|
+
subLabel?: string | null;
|
|
4297
|
+
color?: string | null;
|
|
4298
|
+
preview?: IPreviewScalar | null;
|
|
4299
|
+
library: {
|
|
4300
|
+
id: string;
|
|
4301
|
+
label?: any | null;
|
|
4302
|
+
};
|
|
4303
|
+
};
|
|
4304
|
+
} | null;
|
|
4305
|
+
valuesErrors?: Array<{
|
|
4306
|
+
type: string;
|
|
4307
|
+
attribute: string;
|
|
4308
|
+
input?: string | null;
|
|
4309
|
+
message: string;
|
|
4310
|
+
}> | null;
|
|
4311
|
+
};
|
|
4312
|
+
};
|
|
4313
|
+
export type ActivateRecordsMutationVariables = Exact<{
|
|
4314
|
+
libraryId: Scalars['String'];
|
|
4315
|
+
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4316
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4317
|
+
}>;
|
|
4318
|
+
export type ActivateRecordsMutation = {
|
|
4319
|
+
activateRecords: Array<{
|
|
4320
|
+
id: string;
|
|
4321
|
+
whoAmI: {
|
|
4322
|
+
id: string;
|
|
4323
|
+
label?: string | null;
|
|
4324
|
+
subLabel?: string | null;
|
|
4325
|
+
color?: string | null;
|
|
4326
|
+
preview?: IPreviewScalar | null;
|
|
4327
|
+
library: {
|
|
4328
|
+
id: string;
|
|
4329
|
+
label?: any | null;
|
|
4330
|
+
};
|
|
4331
|
+
};
|
|
4332
|
+
}>;
|
|
4333
|
+
};
|
|
4334
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4335
|
+
library: Scalars['ID'];
|
|
4336
|
+
}>;
|
|
4337
|
+
export type CreateEmptyRecordMutation = {
|
|
4338
|
+
createEmptyRecord: {
|
|
4339
|
+
record?: {
|
|
4340
|
+
id: string;
|
|
4341
|
+
whoAmI: {
|
|
4342
|
+
id: string;
|
|
4343
|
+
label?: string | null;
|
|
4344
|
+
subLabel?: string | null;
|
|
4345
|
+
color?: string | null;
|
|
4346
|
+
preview?: IPreviewScalar | null;
|
|
4347
|
+
library: {
|
|
4348
|
+
id: string;
|
|
4349
|
+
label?: any | null;
|
|
4350
|
+
};
|
|
4351
|
+
};
|
|
4352
|
+
} | null;
|
|
4353
|
+
valuesErrors?: Array<{
|
|
4354
|
+
type: string;
|
|
4355
|
+
attribute: string;
|
|
4356
|
+
input?: string | null;
|
|
4357
|
+
message: string;
|
|
4358
|
+
}> | null;
|
|
4359
|
+
};
|
|
4360
|
+
};
|
|
3572
4361
|
export type CreateRecordMutationVariables = Exact<{
|
|
3573
4362
|
library: Scalars['ID'];
|
|
3574
4363
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4308,59 +5097,318 @@ export type RecordFormQuery = {
|
|
|
4308
5097
|
};
|
|
4309
5098
|
};
|
|
4310
5099
|
}> | 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
|
-
}>;
|
|
5100
|
+
}> | null;
|
|
5101
|
+
} | null;
|
|
5102
|
+
permissions: {
|
|
5103
|
+
access_attribute: boolean;
|
|
5104
|
+
edit_value: boolean;
|
|
5105
|
+
};
|
|
5106
|
+
versions_conf?: {
|
|
5107
|
+
versionable: boolean;
|
|
5108
|
+
profile?: {
|
|
5109
|
+
id: string;
|
|
5110
|
+
trees: Array<{
|
|
5111
|
+
id: string;
|
|
5112
|
+
label?: any | null;
|
|
5113
|
+
}>;
|
|
5114
|
+
} | null;
|
|
5115
|
+
} | null;
|
|
5116
|
+
metadata_fields?: Array<{
|
|
5117
|
+
id: string;
|
|
5118
|
+
label?: any | null;
|
|
5119
|
+
description?: any | null;
|
|
5120
|
+
type: AttributeType;
|
|
5121
|
+
format?: AttributeFormat | null;
|
|
5122
|
+
system: boolean;
|
|
5123
|
+
readonly: boolean;
|
|
5124
|
+
multiple_values: boolean;
|
|
5125
|
+
permissions: {
|
|
5126
|
+
access_attribute: boolean;
|
|
5127
|
+
edit_value: boolean;
|
|
5128
|
+
};
|
|
5129
|
+
values_list?: {
|
|
5130
|
+
enable: boolean;
|
|
5131
|
+
allowFreeEntry?: boolean | null;
|
|
5132
|
+
allowListUpdate?: boolean | null;
|
|
5133
|
+
dateRangeValues?: Array<{
|
|
5134
|
+
from?: string | null;
|
|
5135
|
+
to?: string | null;
|
|
5136
|
+
}> | null;
|
|
5137
|
+
} | {
|
|
5138
|
+
enable: boolean;
|
|
5139
|
+
allowFreeEntry?: boolean | null;
|
|
5140
|
+
allowListUpdate?: boolean | null;
|
|
5141
|
+
values?: Array<string> | null;
|
|
5142
|
+
} | null;
|
|
5143
|
+
metadata_fields?: Array<{
|
|
5144
|
+
id: string;
|
|
5145
|
+
}> | null;
|
|
5146
|
+
}> | null;
|
|
5147
|
+
} | null;
|
|
5148
|
+
settings: Array<{
|
|
5149
|
+
key: string;
|
|
5150
|
+
value: any;
|
|
5151
|
+
}>;
|
|
5152
|
+
joinLibraryContext?: {
|
|
5153
|
+
mandatoryAttribute: {
|
|
5154
|
+
id: string;
|
|
5155
|
+
label?: any | null;
|
|
5156
|
+
description?: any | null;
|
|
5157
|
+
type: AttributeType;
|
|
5158
|
+
format?: AttributeFormat | null;
|
|
5159
|
+
system: boolean;
|
|
5160
|
+
readonly: boolean;
|
|
5161
|
+
required: boolean;
|
|
5162
|
+
multiple_values: boolean;
|
|
5163
|
+
compute: boolean;
|
|
5164
|
+
linked_library?: {
|
|
5165
|
+
id: string;
|
|
5166
|
+
label?: any | null;
|
|
5167
|
+
behavior: LibraryBehavior;
|
|
5168
|
+
permissions?: {
|
|
5169
|
+
create_record: boolean;
|
|
5170
|
+
} | null;
|
|
5171
|
+
} | null;
|
|
5172
|
+
linkValuesList?: {
|
|
5173
|
+
enable: boolean;
|
|
5174
|
+
allowFreeEntry?: boolean | null;
|
|
5175
|
+
allowListUpdate?: boolean | null;
|
|
5176
|
+
values?: Array<{
|
|
5177
|
+
id: string;
|
|
5178
|
+
whoAmI: {
|
|
5179
|
+
id: string;
|
|
5180
|
+
label?: string | null;
|
|
5181
|
+
subLabel?: string | null;
|
|
5182
|
+
color?: string | null;
|
|
5183
|
+
preview?: IPreviewScalar | null;
|
|
5184
|
+
library: {
|
|
5185
|
+
id: string;
|
|
5186
|
+
label?: any | null;
|
|
5187
|
+
};
|
|
5188
|
+
};
|
|
5189
|
+
}> | null;
|
|
5190
|
+
} | null;
|
|
5191
|
+
permissions: {
|
|
5192
|
+
access_attribute: boolean;
|
|
5193
|
+
edit_value: boolean;
|
|
5194
|
+
};
|
|
5195
|
+
versions_conf?: {
|
|
5196
|
+
versionable: boolean;
|
|
5197
|
+
profile?: {
|
|
5198
|
+
id: string;
|
|
5199
|
+
trees: Array<{
|
|
5200
|
+
id: string;
|
|
5201
|
+
label?: any | null;
|
|
5202
|
+
}>;
|
|
5203
|
+
} | null;
|
|
5204
|
+
} | null;
|
|
5205
|
+
metadata_fields?: Array<{
|
|
5206
|
+
id: string;
|
|
5207
|
+
label?: any | null;
|
|
5208
|
+
description?: any | null;
|
|
5209
|
+
type: AttributeType;
|
|
5210
|
+
format?: AttributeFormat | null;
|
|
5211
|
+
system: boolean;
|
|
5212
|
+
readonly: boolean;
|
|
5213
|
+
multiple_values: boolean;
|
|
5214
|
+
permissions: {
|
|
5215
|
+
access_attribute: boolean;
|
|
5216
|
+
edit_value: boolean;
|
|
5217
|
+
};
|
|
5218
|
+
values_list?: {
|
|
5219
|
+
enable: boolean;
|
|
5220
|
+
allowFreeEntry?: boolean | null;
|
|
5221
|
+
allowListUpdate?: boolean | null;
|
|
5222
|
+
dateRangeValues?: Array<{
|
|
5223
|
+
from?: string | null;
|
|
5224
|
+
to?: string | null;
|
|
5225
|
+
}> | null;
|
|
5226
|
+
} | {
|
|
5227
|
+
enable: boolean;
|
|
5228
|
+
allowFreeEntry?: boolean | null;
|
|
5229
|
+
allowListUpdate?: boolean | null;
|
|
5230
|
+
values?: Array<string> | null;
|
|
5231
|
+
} | null;
|
|
5232
|
+
metadata_fields?: Array<{
|
|
5233
|
+
id: string;
|
|
5234
|
+
}> | null;
|
|
5235
|
+
}> | null;
|
|
5236
|
+
} | {
|
|
5237
|
+
character_limit?: number | null;
|
|
5238
|
+
id: string;
|
|
5239
|
+
label?: any | null;
|
|
5240
|
+
description?: any | null;
|
|
5241
|
+
type: AttributeType;
|
|
5242
|
+
format?: AttributeFormat | null;
|
|
5243
|
+
system: boolean;
|
|
5244
|
+
readonly: boolean;
|
|
5245
|
+
required: boolean;
|
|
5246
|
+
multiple_values: boolean;
|
|
5247
|
+
compute: boolean;
|
|
5248
|
+
values_list?: {
|
|
5249
|
+
enable: boolean;
|
|
5250
|
+
allowFreeEntry?: boolean | null;
|
|
5251
|
+
allowListUpdate?: boolean | null;
|
|
5252
|
+
dateRangeValues?: Array<{
|
|
5253
|
+
from?: string | null;
|
|
5254
|
+
to?: string | null;
|
|
5255
|
+
}> | null;
|
|
5256
|
+
} | {
|
|
5257
|
+
enable: boolean;
|
|
5258
|
+
allowFreeEntry?: boolean | null;
|
|
5259
|
+
allowListUpdate?: boolean | null;
|
|
5260
|
+
values?: Array<string> | null;
|
|
5261
|
+
} | null;
|
|
5262
|
+
permissions: {
|
|
5263
|
+
access_attribute: boolean;
|
|
5264
|
+
edit_value: boolean;
|
|
5265
|
+
};
|
|
5266
|
+
versions_conf?: {
|
|
5267
|
+
versionable: boolean;
|
|
5268
|
+
profile?: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
trees: Array<{
|
|
5271
|
+
id: string;
|
|
5272
|
+
label?: any | null;
|
|
5273
|
+
}>;
|
|
5274
|
+
} | null;
|
|
5275
|
+
} | null;
|
|
5276
|
+
metadata_fields?: Array<{
|
|
5277
|
+
id: string;
|
|
5278
|
+
label?: any | null;
|
|
5279
|
+
description?: any | null;
|
|
5280
|
+
type: AttributeType;
|
|
5281
|
+
format?: AttributeFormat | null;
|
|
5282
|
+
system: boolean;
|
|
5283
|
+
readonly: boolean;
|
|
5284
|
+
multiple_values: boolean;
|
|
5285
|
+
permissions: {
|
|
5286
|
+
access_attribute: boolean;
|
|
5287
|
+
edit_value: boolean;
|
|
5288
|
+
};
|
|
5289
|
+
values_list?: {
|
|
5290
|
+
enable: boolean;
|
|
5291
|
+
allowFreeEntry?: boolean | null;
|
|
5292
|
+
allowListUpdate?: boolean | null;
|
|
5293
|
+
dateRangeValues?: Array<{
|
|
5294
|
+
from?: string | null;
|
|
5295
|
+
to?: string | null;
|
|
5296
|
+
}> | null;
|
|
5297
|
+
} | {
|
|
5298
|
+
enable: boolean;
|
|
5299
|
+
allowFreeEntry?: boolean | null;
|
|
5300
|
+
allowListUpdate?: boolean | null;
|
|
5301
|
+
values?: Array<string> | null;
|
|
5302
|
+
} | null;
|
|
5303
|
+
metadata_fields?: Array<{
|
|
5304
|
+
id: string;
|
|
5305
|
+
}> | null;
|
|
5306
|
+
}> | null;
|
|
5307
|
+
} | {
|
|
5308
|
+
id: string;
|
|
5309
|
+
label?: any | null;
|
|
5310
|
+
description?: any | null;
|
|
5311
|
+
type: AttributeType;
|
|
5312
|
+
format?: AttributeFormat | null;
|
|
5313
|
+
system: boolean;
|
|
5314
|
+
readonly: boolean;
|
|
5315
|
+
required: boolean;
|
|
5316
|
+
multiple_values: boolean;
|
|
5317
|
+
compute: boolean;
|
|
5318
|
+
linked_tree?: {
|
|
5319
|
+
id: string;
|
|
5320
|
+
label?: any | null;
|
|
5321
|
+
} | null;
|
|
5322
|
+
treeValuesList?: {
|
|
5323
|
+
enable: boolean;
|
|
5324
|
+
allowFreeEntry?: boolean | null;
|
|
5325
|
+
allowListUpdate?: boolean | null;
|
|
5326
|
+
values?: Array<{
|
|
5327
|
+
id: string;
|
|
5328
|
+
record: {
|
|
5329
|
+
id: string;
|
|
5330
|
+
whoAmI: {
|
|
5331
|
+
id: string;
|
|
5332
|
+
label?: string | null;
|
|
5333
|
+
subLabel?: string | null;
|
|
5334
|
+
color?: string | null;
|
|
5335
|
+
preview?: IPreviewScalar | null;
|
|
5336
|
+
library: {
|
|
5337
|
+
id: string;
|
|
5338
|
+
label?: any | null;
|
|
5339
|
+
};
|
|
5340
|
+
};
|
|
5341
|
+
};
|
|
5342
|
+
ancestors?: Array<{
|
|
5343
|
+
record: {
|
|
5344
|
+
id: string;
|
|
5345
|
+
whoAmI: {
|
|
5346
|
+
id: string;
|
|
5347
|
+
label?: string | null;
|
|
5348
|
+
subLabel?: string | null;
|
|
5349
|
+
color?: string | null;
|
|
5350
|
+
preview?: IPreviewScalar | null;
|
|
5351
|
+
library: {
|
|
5352
|
+
id: string;
|
|
5353
|
+
label?: any | null;
|
|
5354
|
+
};
|
|
5355
|
+
};
|
|
5356
|
+
};
|
|
5357
|
+
}> | null;
|
|
5358
|
+
}> | null;
|
|
4325
5359
|
} | 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
5360
|
permissions: {
|
|
4337
5361
|
access_attribute: boolean;
|
|
4338
5362
|
edit_value: boolean;
|
|
4339
5363
|
};
|
|
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;
|
|
5364
|
+
versions_conf?: {
|
|
5365
|
+
versionable: boolean;
|
|
5366
|
+
profile?: {
|
|
5367
|
+
id: string;
|
|
5368
|
+
trees: Array<{
|
|
5369
|
+
id: string;
|
|
5370
|
+
label?: any | null;
|
|
5371
|
+
}>;
|
|
5372
|
+
} | null;
|
|
4353
5373
|
} | null;
|
|
4354
5374
|
metadata_fields?: Array<{
|
|
4355
5375
|
id: string;
|
|
5376
|
+
label?: any | null;
|
|
5377
|
+
description?: any | null;
|
|
5378
|
+
type: AttributeType;
|
|
5379
|
+
format?: AttributeFormat | null;
|
|
5380
|
+
system: boolean;
|
|
5381
|
+
readonly: boolean;
|
|
5382
|
+
multiple_values: boolean;
|
|
5383
|
+
permissions: {
|
|
5384
|
+
access_attribute: boolean;
|
|
5385
|
+
edit_value: boolean;
|
|
5386
|
+
};
|
|
5387
|
+
values_list?: {
|
|
5388
|
+
enable: boolean;
|
|
5389
|
+
allowFreeEntry?: boolean | null;
|
|
5390
|
+
allowListUpdate?: boolean | null;
|
|
5391
|
+
dateRangeValues?: Array<{
|
|
5392
|
+
from?: string | null;
|
|
5393
|
+
to?: string | null;
|
|
5394
|
+
}> | null;
|
|
5395
|
+
} | {
|
|
5396
|
+
enable: boolean;
|
|
5397
|
+
allowFreeEntry?: boolean | null;
|
|
5398
|
+
allowListUpdate?: boolean | null;
|
|
5399
|
+
values?: Array<string> | null;
|
|
5400
|
+
} | null;
|
|
5401
|
+
metadata_fields?: Array<{
|
|
5402
|
+
id: string;
|
|
5403
|
+
}> | null;
|
|
4356
5404
|
}> | null;
|
|
4357
|
-
}
|
|
5405
|
+
};
|
|
4358
5406
|
} | null;
|
|
4359
|
-
settings: Array<{
|
|
4360
|
-
key: string;
|
|
4361
|
-
value: any;
|
|
4362
|
-
}>;
|
|
4363
5407
|
}>;
|
|
5408
|
+
sidePanel?: {
|
|
5409
|
+
enable: boolean;
|
|
5410
|
+
isOpenByDefault?: boolean | null;
|
|
5411
|
+
} | null;
|
|
4364
5412
|
} | null;
|
|
4365
5413
|
};
|
|
4366
5414
|
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
@@ -4785,6 +5833,30 @@ export type RecordUpdateSubscription = {
|
|
|
4785
5833
|
}>;
|
|
4786
5834
|
};
|
|
4787
5835
|
};
|
|
5836
|
+
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5837
|
+
libraryId: Scalars['ID'];
|
|
5838
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5839
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5840
|
+
}>;
|
|
5841
|
+
export type GetRecordsFromLibraryQuery = {
|
|
5842
|
+
records: {
|
|
5843
|
+
totalCount?: number | null;
|
|
5844
|
+
list: Array<{
|
|
5845
|
+
id: string;
|
|
5846
|
+
whoAmI: {
|
|
5847
|
+
id: string;
|
|
5848
|
+
label?: string | null;
|
|
5849
|
+
subLabel?: string | null;
|
|
5850
|
+
color?: string | null;
|
|
5851
|
+
preview?: IPreviewScalar | null;
|
|
5852
|
+
library: {
|
|
5853
|
+
id: string;
|
|
5854
|
+
label?: any | null;
|
|
5855
|
+
};
|
|
5856
|
+
};
|
|
5857
|
+
}>;
|
|
5858
|
+
};
|
|
5859
|
+
};
|
|
4788
5860
|
export type IndexRecordsMutationVariables = Exact<{
|
|
4789
5861
|
libraryId: Scalars['String'];
|
|
4790
5862
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
@@ -4792,6 +5864,26 @@ export type IndexRecordsMutationVariables = Exact<{
|
|
|
4792
5864
|
export type IndexRecordsMutation = {
|
|
4793
5865
|
indexRecords: boolean;
|
|
4794
5866
|
};
|
|
5867
|
+
export type PurgeRecordMutationVariables = Exact<{
|
|
5868
|
+
libraryId: Scalars['ID'];
|
|
5869
|
+
recordId: Scalars['ID'];
|
|
5870
|
+
}>;
|
|
5871
|
+
export type PurgeRecordMutation = {
|
|
5872
|
+
purgeRecord: {
|
|
5873
|
+
id: string;
|
|
5874
|
+
whoAmI: {
|
|
5875
|
+
id: string;
|
|
5876
|
+
label?: string | null;
|
|
5877
|
+
subLabel?: string | null;
|
|
5878
|
+
color?: string | null;
|
|
5879
|
+
preview?: IPreviewScalar | null;
|
|
5880
|
+
library: {
|
|
5881
|
+
id: string;
|
|
5882
|
+
label?: any | null;
|
|
5883
|
+
};
|
|
5884
|
+
};
|
|
5885
|
+
};
|
|
5886
|
+
};
|
|
4795
5887
|
export type CancelTaskMutationVariables = Exact<{
|
|
4796
5888
|
taskId: Scalars['ID'];
|
|
4797
5889
|
}>;
|
|
@@ -4902,6 +5994,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
4902
5994
|
treeId: Scalars['ID'];
|
|
4903
5995
|
node?: InputMaybe<Scalars['ID']>;
|
|
4904
5996
|
pagination?: InputMaybe<Pagination>;
|
|
5997
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
4905
5998
|
}>;
|
|
4906
5999
|
export type TreeNodeChildrenQuery = {
|
|
4907
6000
|
treeNodeChildren: {
|
|
@@ -4972,180 +6065,37 @@ export type SaveUserDataMutationVariables = Exact<{
|
|
|
4972
6065
|
global: Scalars['Boolean'];
|
|
4973
6066
|
}>;
|
|
4974
6067
|
export type SaveUserDataMutation = {
|
|
4975
|
-
saveUserData: {
|
|
4976
|
-
global: boolean;
|
|
4977
|
-
data?: any | null;
|
|
4978
|
-
};
|
|
4979
|
-
};
|
|
4980
|
-
export type DeleteValueMutationVariables = Exact<{
|
|
4981
|
-
library: Scalars['ID'];
|
|
4982
|
-
recordId: Scalars['ID'];
|
|
4983
|
-
attribute: Scalars['ID'];
|
|
4984
|
-
value?: InputMaybe<ValueInput>;
|
|
4985
|
-
}>;
|
|
4986
|
-
export type DeleteValueMutation = {
|
|
4987
|
-
deleteValue: Array<{
|
|
4988
|
-
id_value?: string | null;
|
|
4989
|
-
isInherited?: boolean | null;
|
|
4990
|
-
isCalculated?: boolean | null;
|
|
4991
|
-
modified_at?: number | null;
|
|
4992
|
-
created_at?: number | null;
|
|
4993
|
-
linkValue?: {
|
|
4994
|
-
id: string;
|
|
4995
|
-
whoAmI: {
|
|
4996
|
-
id: string;
|
|
4997
|
-
label?: string | null;
|
|
4998
|
-
subLabel?: string | null;
|
|
4999
|
-
color?: string | null;
|
|
5000
|
-
preview?: IPreviewScalar | null;
|
|
5001
|
-
library: {
|
|
5002
|
-
id: string;
|
|
5003
|
-
label?: any | null;
|
|
5004
|
-
};
|
|
5005
|
-
};
|
|
5006
|
-
} | 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
|
-
} | {
|
|
6068
|
+
saveUserData: {
|
|
6069
|
+
global: boolean;
|
|
6070
|
+
data?: any | null;
|
|
6071
|
+
};
|
|
6072
|
+
};
|
|
6073
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
6074
|
+
library: Scalars['ID'];
|
|
6075
|
+
recordId: Scalars['ID'];
|
|
6076
|
+
attribute: Scalars['ID'];
|
|
6077
|
+
value?: InputMaybe<ValueInput>;
|
|
6078
|
+
}>;
|
|
6079
|
+
export type DeleteValueMutation = {
|
|
6080
|
+
deleteValue: Array<{
|
|
5112
6081
|
id_value?: string | null;
|
|
5113
6082
|
isInherited?: boolean | null;
|
|
5114
6083
|
isCalculated?: boolean | null;
|
|
5115
6084
|
modified_at?: number | null;
|
|
5116
6085
|
created_at?: number | null;
|
|
5117
|
-
|
|
6086
|
+
linkValue?: {
|
|
5118
6087
|
id: string;
|
|
5119
|
-
|
|
6088
|
+
whoAmI: {
|
|
5120
6089
|
id: string;
|
|
5121
|
-
|
|
6090
|
+
label?: string | null;
|
|
6091
|
+
subLabel?: string | null;
|
|
6092
|
+
color?: string | null;
|
|
6093
|
+
preview?: IPreviewScalar | null;
|
|
6094
|
+
library: {
|
|
5122
6095
|
id: string;
|
|
5123
|
-
label?:
|
|
5124
|
-
subLabel?: string | null;
|
|
5125
|
-
color?: string | null;
|
|
5126
|
-
preview?: IPreviewScalar | null;
|
|
5127
|
-
library: {
|
|
5128
|
-
id: string;
|
|
5129
|
-
label?: any | null;
|
|
5130
|
-
};
|
|
6096
|
+
label?: any | null;
|
|
5131
6097
|
};
|
|
5132
6098
|
};
|
|
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
|
-
};
|
|
5147
|
-
};
|
|
5148
|
-
}> | null;
|
|
5149
6099
|
} | null;
|
|
5150
6100
|
modified_by?: {
|
|
5151
6101
|
id: string;
|
|
@@ -5252,15 +6202,44 @@ export type DeleteValueMutation = {
|
|
|
5252
6202
|
} | null;
|
|
5253
6203
|
} | null> | null;
|
|
5254
6204
|
} | {
|
|
5255
|
-
payload?: any | null;
|
|
5256
|
-
raw_payload?: any | null;
|
|
5257
|
-
value?: any | null;
|
|
5258
|
-
raw_value?: any | null;
|
|
5259
6205
|
id_value?: string | null;
|
|
5260
6206
|
isInherited?: boolean | null;
|
|
5261
6207
|
isCalculated?: boolean | null;
|
|
5262
6208
|
modified_at?: number | null;
|
|
5263
6209
|
created_at?: number | null;
|
|
6210
|
+
treeValue?: {
|
|
6211
|
+
id: string;
|
|
6212
|
+
record: {
|
|
6213
|
+
id: string;
|
|
6214
|
+
whoAmI: {
|
|
6215
|
+
id: string;
|
|
6216
|
+
label?: string | null;
|
|
6217
|
+
subLabel?: string | null;
|
|
6218
|
+
color?: string | null;
|
|
6219
|
+
preview?: IPreviewScalar | null;
|
|
6220
|
+
library: {
|
|
6221
|
+
id: string;
|
|
6222
|
+
label?: any | null;
|
|
6223
|
+
};
|
|
6224
|
+
};
|
|
6225
|
+
};
|
|
6226
|
+
ancestors?: Array<{
|
|
6227
|
+
record: {
|
|
6228
|
+
id: string;
|
|
6229
|
+
whoAmI: {
|
|
6230
|
+
id: string;
|
|
6231
|
+
label?: string | null;
|
|
6232
|
+
subLabel?: string | null;
|
|
6233
|
+
color?: string | null;
|
|
6234
|
+
preview?: IPreviewScalar | null;
|
|
6235
|
+
library: {
|
|
6236
|
+
id: string;
|
|
6237
|
+
label?: any | null;
|
|
6238
|
+
};
|
|
6239
|
+
};
|
|
6240
|
+
};
|
|
6241
|
+
}> | null;
|
|
6242
|
+
} | null;
|
|
5264
6243
|
modified_by?: {
|
|
5265
6244
|
id: string;
|
|
5266
6245
|
whoAmI: {
|
|
@@ -5365,24 +6344,16 @@ export type DeleteValueMutation = {
|
|
|
5365
6344
|
} | null> | null;
|
|
5366
6345
|
} | null;
|
|
5367
6346
|
} | null> | null;
|
|
5368
|
-
}
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5374
|
-
}>;
|
|
5375
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
5376
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6347
|
+
} | {
|
|
6348
|
+
payload?: any | null;
|
|
6349
|
+
raw_payload?: any | null;
|
|
6350
|
+
value?: any | null;
|
|
6351
|
+
raw_value?: any | null;
|
|
5377
6352
|
id_value?: string | null;
|
|
5378
6353
|
isInherited?: boolean | null;
|
|
5379
6354
|
isCalculated?: boolean | null;
|
|
5380
6355
|
modified_at?: number | null;
|
|
5381
6356
|
created_at?: number | null;
|
|
5382
|
-
payload?: any | null;
|
|
5383
|
-
raw_payload?: any | null;
|
|
5384
|
-
value?: any | null;
|
|
5385
|
-
raw_value?: any | null;
|
|
5386
6357
|
modified_by?: {
|
|
5387
6358
|
id: string;
|
|
5388
6359
|
whoAmI: {
|
|
@@ -6089,6 +7060,98 @@ export type SaveViewMutation = {
|
|
|
6089
7060
|
}> | null;
|
|
6090
7061
|
};
|
|
6091
7062
|
};
|
|
7063
|
+
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
7064
|
+
library: Scalars['String'];
|
|
7065
|
+
}>;
|
|
7066
|
+
export type GetAttributesByLibWithPermissionsQuery = {
|
|
7067
|
+
attributes?: {
|
|
7068
|
+
list: Array<{
|
|
7069
|
+
id: string;
|
|
7070
|
+
type: AttributeType;
|
|
7071
|
+
format?: AttributeFormat | null;
|
|
7072
|
+
label?: any | null;
|
|
7073
|
+
multiple_values: boolean;
|
|
7074
|
+
system: boolean;
|
|
7075
|
+
readonly: boolean;
|
|
7076
|
+
valuesList?: {
|
|
7077
|
+
enable: boolean;
|
|
7078
|
+
allowFreeEntry?: boolean | null;
|
|
7079
|
+
allowListUpdate?: boolean | null;
|
|
7080
|
+
linkedValues?: Array<{
|
|
7081
|
+
id: string;
|
|
7082
|
+
whoAmI: {
|
|
7083
|
+
id: string;
|
|
7084
|
+
label?: string | null;
|
|
7085
|
+
subLabel?: string | null;
|
|
7086
|
+
color?: string | null;
|
|
7087
|
+
preview?: IPreviewScalar | null;
|
|
7088
|
+
library: {
|
|
7089
|
+
id: string;
|
|
7090
|
+
label?: any | null;
|
|
7091
|
+
};
|
|
7092
|
+
};
|
|
7093
|
+
}> | null;
|
|
7094
|
+
} | null;
|
|
7095
|
+
linked_library?: {
|
|
7096
|
+
id: string;
|
|
7097
|
+
} | null;
|
|
7098
|
+
permissions: {
|
|
7099
|
+
access_attribute: boolean;
|
|
7100
|
+
};
|
|
7101
|
+
} | {
|
|
7102
|
+
id: string;
|
|
7103
|
+
type: AttributeType;
|
|
7104
|
+
format?: AttributeFormat | null;
|
|
7105
|
+
label?: any | null;
|
|
7106
|
+
multiple_values: boolean;
|
|
7107
|
+
system: boolean;
|
|
7108
|
+
readonly: boolean;
|
|
7109
|
+
embedded_fields?: Array<{
|
|
7110
|
+
id: string;
|
|
7111
|
+
format?: AttributeFormat | null;
|
|
7112
|
+
label?: any | null;
|
|
7113
|
+
} | null> | null;
|
|
7114
|
+
valuesList?: {
|
|
7115
|
+
enable: boolean;
|
|
7116
|
+
allowFreeEntry?: boolean | null;
|
|
7117
|
+
allowListUpdate?: boolean | null;
|
|
7118
|
+
dateRangeValues?: Array<{
|
|
7119
|
+
from?: string | null;
|
|
7120
|
+
to?: string | null;
|
|
7121
|
+
}> | null;
|
|
7122
|
+
} | {
|
|
7123
|
+
enable: boolean;
|
|
7124
|
+
allowFreeEntry?: boolean | null;
|
|
7125
|
+
allowListUpdate?: boolean | null;
|
|
7126
|
+
values?: Array<string> | null;
|
|
7127
|
+
} | null;
|
|
7128
|
+
permissions: {
|
|
7129
|
+
access_attribute: boolean;
|
|
7130
|
+
};
|
|
7131
|
+
} | {
|
|
7132
|
+
id: string;
|
|
7133
|
+
type: AttributeType;
|
|
7134
|
+
format?: AttributeFormat | null;
|
|
7135
|
+
label?: any | null;
|
|
7136
|
+
multiple_values: boolean;
|
|
7137
|
+
system: boolean;
|
|
7138
|
+
readonly: boolean;
|
|
7139
|
+
linked_tree?: {
|
|
7140
|
+
id: string;
|
|
7141
|
+
label?: any | null;
|
|
7142
|
+
libraries: Array<{
|
|
7143
|
+
library: {
|
|
7144
|
+
id: string;
|
|
7145
|
+
label?: any | null;
|
|
7146
|
+
};
|
|
7147
|
+
}>;
|
|
7148
|
+
} | null;
|
|
7149
|
+
permissions: {
|
|
7150
|
+
access_attribute: boolean;
|
|
7151
|
+
};
|
|
7152
|
+
}>;
|
|
7153
|
+
} | null;
|
|
7154
|
+
};
|
|
6092
7155
|
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6093
7156
|
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6094
7157
|
}>;
|
|
@@ -6103,11 +7166,54 @@ export type ExplorerAttributesQuery = {
|
|
|
6103
7166
|
id: string;
|
|
6104
7167
|
label?: any | null;
|
|
6105
7168
|
} | null;
|
|
7169
|
+
valuesList?: {
|
|
7170
|
+
allowFreeEntry?: boolean | null;
|
|
7171
|
+
enable: boolean;
|
|
7172
|
+
linkedValues?: Array<{
|
|
7173
|
+
id: string;
|
|
7174
|
+
whoAmI: {
|
|
7175
|
+
id: string;
|
|
7176
|
+
label?: string | null;
|
|
7177
|
+
library: {
|
|
7178
|
+
id: string;
|
|
7179
|
+
};
|
|
7180
|
+
};
|
|
7181
|
+
}> | null;
|
|
7182
|
+
} | null;
|
|
7183
|
+
permissions: {
|
|
7184
|
+
access_attribute: boolean;
|
|
7185
|
+
};
|
|
7186
|
+
} | {
|
|
7187
|
+
id: string;
|
|
7188
|
+
type: AttributeType;
|
|
7189
|
+
format?: AttributeFormat | null;
|
|
7190
|
+
label?: any | null;
|
|
7191
|
+
embedded_fields?: Array<{
|
|
7192
|
+
id: string;
|
|
7193
|
+
format?: AttributeFormat | null;
|
|
7194
|
+
label?: any | null;
|
|
7195
|
+
} | null> | null;
|
|
7196
|
+
valuesList?: {
|
|
7197
|
+
enable: boolean;
|
|
7198
|
+
allowFreeEntry?: boolean | null;
|
|
7199
|
+
allowListUpdate?: boolean | null;
|
|
7200
|
+
values?: Array<string> | null;
|
|
7201
|
+
} | null;
|
|
7202
|
+
permissions: {
|
|
7203
|
+
access_attribute: boolean;
|
|
7204
|
+
};
|
|
6106
7205
|
} | {
|
|
6107
7206
|
id: string;
|
|
6108
7207
|
type: AttributeType;
|
|
6109
7208
|
format?: AttributeFormat | null;
|
|
6110
7209
|
label?: any | null;
|
|
7210
|
+
linked_tree?: {
|
|
7211
|
+
id: string;
|
|
7212
|
+
label?: any | null;
|
|
7213
|
+
} | null;
|
|
7214
|
+
permissions: {
|
|
7215
|
+
access_attribute: boolean;
|
|
7216
|
+
};
|
|
6111
7217
|
}>;
|
|
6112
7218
|
} | null;
|
|
6113
7219
|
};
|
|
@@ -6118,15 +7224,50 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6118
7224
|
attributes?: {
|
|
6119
7225
|
list: Array<{
|
|
6120
7226
|
label?: any | null;
|
|
7227
|
+
type: AttributeType;
|
|
6121
7228
|
id: string;
|
|
6122
7229
|
multiple_values: boolean;
|
|
6123
7230
|
linked_library?: {
|
|
6124
7231
|
id: string;
|
|
6125
7232
|
label?: any | null;
|
|
6126
7233
|
} | null;
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
7234
|
+
valuesList?: {
|
|
7235
|
+
allowFreeEntry?: boolean | null;
|
|
7236
|
+
enable: boolean;
|
|
7237
|
+
linkedValues?: Array<{
|
|
7238
|
+
id: string;
|
|
7239
|
+
whoAmI: {
|
|
7240
|
+
id: string;
|
|
7241
|
+
label?: string | null;
|
|
7242
|
+
library: {
|
|
7243
|
+
id: string;
|
|
7244
|
+
};
|
|
7245
|
+
};
|
|
7246
|
+
}> | null;
|
|
7247
|
+
} | null;
|
|
7248
|
+
permissions: {
|
|
7249
|
+
access_attribute: boolean;
|
|
7250
|
+
edit_value: boolean;
|
|
7251
|
+
};
|
|
7252
|
+
} | {
|
|
7253
|
+
id: string;
|
|
7254
|
+
multiple_values: boolean;
|
|
7255
|
+
permissions: {
|
|
7256
|
+
access_attribute: boolean;
|
|
7257
|
+
edit_value: boolean;
|
|
7258
|
+
};
|
|
7259
|
+
} | {
|
|
7260
|
+
label?: any | null;
|
|
7261
|
+
id: string;
|
|
7262
|
+
multiple_values: boolean;
|
|
7263
|
+
linked_tree?: {
|
|
7264
|
+
id: string;
|
|
7265
|
+
label?: any | null;
|
|
7266
|
+
} | null;
|
|
7267
|
+
permissions: {
|
|
7268
|
+
access_attribute: boolean;
|
|
7269
|
+
edit_value: boolean;
|
|
7270
|
+
};
|
|
6130
7271
|
}>;
|
|
6131
7272
|
} | null;
|
|
6132
7273
|
};
|
|
@@ -6143,6 +7284,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6143
7284
|
totalCount?: number | null;
|
|
6144
7285
|
list: Array<{
|
|
6145
7286
|
id: string;
|
|
7287
|
+
active: boolean;
|
|
6146
7288
|
whoAmI: {
|
|
6147
7289
|
id: string;
|
|
6148
7290
|
label?: string | null;
|
|
@@ -6154,6 +7296,10 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6154
7296
|
label?: any | null;
|
|
6155
7297
|
};
|
|
6156
7298
|
};
|
|
7299
|
+
permissions: {
|
|
7300
|
+
create_record: boolean;
|
|
7301
|
+
delete_record: boolean;
|
|
7302
|
+
};
|
|
6157
7303
|
properties: Array<{
|
|
6158
7304
|
attributeId: string;
|
|
6159
7305
|
attributeProperties: {
|
|
@@ -6162,6 +7308,7 @@ export type ExplorerLibraryDataQuery = {
|
|
|
6162
7308
|
type: AttributeType;
|
|
6163
7309
|
format?: AttributeFormat | null;
|
|
6164
7310
|
multiple_values: boolean;
|
|
7311
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6165
7312
|
};
|
|
6166
7313
|
values: Array<{
|
|
6167
7314
|
linkPayload?: {
|
|
@@ -6242,6 +7389,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
6242
7389
|
type: AttributeType;
|
|
6243
7390
|
format?: AttributeFormat | null;
|
|
6244
7391
|
multiple_values: boolean;
|
|
7392
|
+
multi_link_display_option?: MultiLinkDisplayOption | null;
|
|
6245
7393
|
};
|
|
6246
7394
|
values: Array<{
|
|
6247
7395
|
linkPayload?: {
|
|
@@ -6308,15 +7456,24 @@ export type GetLibraryAttributesQuery = {
|
|
|
6308
7456
|
label?: any | null;
|
|
6309
7457
|
}> | null;
|
|
6310
7458
|
} | null;
|
|
7459
|
+
permissions: {
|
|
7460
|
+
access_attribute: boolean;
|
|
7461
|
+
};
|
|
6311
7462
|
} | {
|
|
6312
7463
|
format?: AttributeFormat | null;
|
|
6313
7464
|
id: string;
|
|
6314
7465
|
type: AttributeType;
|
|
6315
7466
|
label?: any | null;
|
|
7467
|
+
permissions: {
|
|
7468
|
+
access_attribute: boolean;
|
|
7469
|
+
};
|
|
6316
7470
|
} | {
|
|
6317
7471
|
id: string;
|
|
6318
7472
|
type: AttributeType;
|
|
6319
7473
|
label?: any | null;
|
|
7474
|
+
permissions: {
|
|
7475
|
+
access_attribute: boolean;
|
|
7476
|
+
};
|
|
6320
7477
|
}> | null;
|
|
6321
7478
|
}>;
|
|
6322
7479
|
} | null;
|
|
@@ -6446,13 +7603,18 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6446
7603
|
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6447
7604
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
6448
7605
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7606
|
+
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
6449
7607
|
export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
6450
7608
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6451
7609
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6452
7610
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6453
7611
|
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6454
7612
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7613
|
+
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7614
|
+
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6455
7615
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7616
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7617
|
+
export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6456
7618
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6457
7619
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6458
7620
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6484,8 +7646,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
|
|
|
6484
7646
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6485
7647
|
endpoint?: InputMaybe<Scalars["String"]>;
|
|
6486
7648
|
}>>;
|
|
7649
|
+
export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7650
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7651
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7652
|
+
}>>;
|
|
6487
7653
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6488
7654
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7655
|
+
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
6489
7656
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
6490
7657
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
6491
7658
|
/**
|
|
@@ -6510,8 +7677,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
6510
7677
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
6511
7678
|
id: Scalars["ID"];
|
|
6512
7679
|
}>>;
|
|
7680
|
+
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7681
|
+
id: Scalars["ID"];
|
|
7682
|
+
}>>;
|
|
6513
7683
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6514
7684
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7685
|
+
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
6515
7686
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
6516
7687
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
6517
7688
|
/**
|
|
@@ -6535,8 +7706,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
6535
7706
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
6536
7707
|
[key: string]: never;
|
|
6537
7708
|
}>>;
|
|
7709
|
+
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7710
|
+
[key: string]: never;
|
|
7711
|
+
}>>;
|
|
6538
7712
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6539
7713
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7714
|
+
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
6540
7715
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
6541
7716
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
6542
7717
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -6586,8 +7761,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
6586
7761
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
6587
7762
|
id: Scalars["ID"];
|
|
6588
7763
|
}>>;
|
|
7764
|
+
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
7765
|
+
id: Scalars["ID"];
|
|
7766
|
+
}>>;
|
|
6589
7767
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6590
7768
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
7769
|
+
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
6591
7770
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
6592
7771
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
6593
7772
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -6637,8 +7816,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
|
|
|
6637
7816
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
6638
7817
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6639
7818
|
}>>;
|
|
7819
|
+
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
7820
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7821
|
+
}>>;
|
|
6640
7822
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6641
7823
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
7824
|
+
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
6642
7825
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
6643
7826
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
6644
7827
|
/**
|
|
@@ -6663,8 +7846,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
6663
7846
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
6664
7847
|
library: Scalars["String"];
|
|
6665
7848
|
}>>;
|
|
7849
|
+
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
7850
|
+
library: Scalars["String"];
|
|
7851
|
+
}>>;
|
|
6666
7852
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6667
7853
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
7854
|
+
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
6668
7855
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
6669
7856
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
6670
7857
|
/**
|
|
@@ -6695,8 +7882,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
6695
7882
|
sort?: InputMaybe<SortAttributes>;
|
|
6696
7883
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
6697
7884
|
}>>;
|
|
7885
|
+
export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
|
|
7886
|
+
pagination?: InputMaybe<Pagination>;
|
|
7887
|
+
sort?: InputMaybe<SortAttributes>;
|
|
7888
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
7889
|
+
}>>;
|
|
6698
7890
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6699
7891
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
7892
|
+
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
6700
7893
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
6701
7894
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
6702
7895
|
/**
|
|
@@ -6724,8 +7917,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
6724
7917
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6725
7918
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
6726
7919
|
}>>;
|
|
7920
|
+
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
7921
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
7922
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
7923
|
+
}>>;
|
|
6727
7924
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6728
7925
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
7926
|
+
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
6729
7927
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6730
7928
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6731
7929
|
/**
|
|
@@ -6750,8 +7948,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
6750
7948
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6751
7949
|
libraryId: Scalars["String"];
|
|
6752
7950
|
}>>;
|
|
7951
|
+
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
7952
|
+
libraryId: Scalars["String"];
|
|
7953
|
+
}>>;
|
|
6753
7954
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6754
7955
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
7956
|
+
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
6755
7957
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6756
7958
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6757
7959
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -6807,8 +8009,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
|
|
|
6807
8009
|
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6808
8010
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6809
8011
|
}>>;
|
|
8012
|
+
export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
|
|
8013
|
+
library: Scalars["ID"];
|
|
8014
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8015
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8016
|
+
}>>;
|
|
6810
8017
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6811
8018
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
8019
|
+
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
6812
8020
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6813
8021
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6814
8022
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -6898,8 +8106,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
6898
8106
|
library: Scalars["ID"];
|
|
6899
8107
|
directoryId: Scalars["String"];
|
|
6900
8108
|
}>>;
|
|
8109
|
+
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
8110
|
+
library: Scalars["ID"];
|
|
8111
|
+
directoryId: Scalars["String"];
|
|
8112
|
+
}>>;
|
|
6901
8113
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6902
8114
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
8115
|
+
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
6903
8116
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6904
8117
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6905
8118
|
/**
|
|
@@ -7004,8 +8217,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
|
|
|
7004
8217
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
7005
8218
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7006
8219
|
}>>;
|
|
8220
|
+
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8221
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8222
|
+
}>>;
|
|
7007
8223
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
7008
8224
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8225
|
+
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
7009
8226
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
7010
8227
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
7011
8228
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -7054,8 +8271,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
7054
8271
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
7055
8272
|
[key: string]: never;
|
|
7056
8273
|
}>>;
|
|
8274
|
+
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8275
|
+
[key: string]: never;
|
|
8276
|
+
}>>;
|
|
7057
8277
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
7058
8278
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8279
|
+
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
7059
8280
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
7060
8281
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
7061
8282
|
/**
|
|
@@ -7080,8 +8301,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
|
|
|
7080
8301
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
7081
8302
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7082
8303
|
}>>;
|
|
8304
|
+
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8305
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8306
|
+
}>>;
|
|
7083
8307
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
7084
8308
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8309
|
+
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
7085
8310
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
7086
8311
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
7087
8312
|
/**
|
|
@@ -7106,8 +8331,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
|
|
|
7106
8331
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
7107
8332
|
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7108
8333
|
}>>;
|
|
8334
|
+
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8335
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8336
|
+
}>>;
|
|
7109
8337
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7110
8338
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8339
|
+
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
7111
8340
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
7112
8341
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
7113
8342
|
/**
|
|
@@ -7132,8 +8361,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
7132
8361
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
7133
8362
|
id: Scalars["ID"];
|
|
7134
8363
|
}>>;
|
|
8364
|
+
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8365
|
+
id: Scalars["ID"];
|
|
8366
|
+
}>>;
|
|
7135
8367
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7136
8368
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8369
|
+
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
7137
8370
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
7138
8371
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
7139
8372
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -7192,9 +8425,99 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7192
8425
|
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7193
8426
|
target?: InputMaybe<PermissionTarget>;
|
|
7194
8427
|
}>>;
|
|
8428
|
+
export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
|
|
8429
|
+
type: PermissionTypes;
|
|
8430
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8431
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8432
|
+
target?: InputMaybe<PermissionTarget>;
|
|
8433
|
+
}>>;
|
|
7195
8434
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7196
8435
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8436
|
+
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
7197
8437
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8438
|
+
export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
|
|
8439
|
+
export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8440
|
+
/**
|
|
8441
|
+
* __useActivateNewRecordMutation__
|
|
8442
|
+
*
|
|
8443
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8444
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
8445
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8446
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8447
|
+
*
|
|
8448
|
+
* @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;
|
|
8449
|
+
*
|
|
8450
|
+
* @example
|
|
8451
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
8452
|
+
* variables: {
|
|
8453
|
+
* libraryId: // value for 'libraryId'
|
|
8454
|
+
* recordId: // value for 'recordId'
|
|
8455
|
+
* formId: // value for 'formId'
|
|
8456
|
+
* },
|
|
8457
|
+
* });
|
|
8458
|
+
*/
|
|
8459
|
+
export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
|
|
8460
|
+
libraryId: Scalars["ID"];
|
|
8461
|
+
recordId: Scalars["ID"];
|
|
8462
|
+
formId?: InputMaybe<Scalars["String"]>;
|
|
8463
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8464
|
+
export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
|
|
8465
|
+
export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
|
|
8466
|
+
export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8467
|
+
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
8468
|
+
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8469
|
+
/**
|
|
8470
|
+
* __useActivateRecordsMutation__
|
|
8471
|
+
*
|
|
8472
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
8473
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
8474
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8475
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8476
|
+
*
|
|
8477
|
+
* @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;
|
|
8478
|
+
*
|
|
8479
|
+
* @example
|
|
8480
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
8481
|
+
* variables: {
|
|
8482
|
+
* libraryId: // value for 'libraryId'
|
|
8483
|
+
* recordsIds: // value for 'recordsIds'
|
|
8484
|
+
* filters: // value for 'filters'
|
|
8485
|
+
* },
|
|
8486
|
+
* });
|
|
8487
|
+
*/
|
|
8488
|
+
export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
|
|
8489
|
+
libraryId: Scalars["String"];
|
|
8490
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8491
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8492
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8493
|
+
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
8494
|
+
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
8495
|
+
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8496
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8497
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8498
|
+
/**
|
|
8499
|
+
* __useCreateEmptyRecordMutation__
|
|
8500
|
+
*
|
|
8501
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8502
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8503
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8504
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8505
|
+
*
|
|
8506
|
+
* @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;
|
|
8507
|
+
*
|
|
8508
|
+
* @example
|
|
8509
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8510
|
+
* variables: {
|
|
8511
|
+
* library: // value for 'library'
|
|
8512
|
+
* },
|
|
8513
|
+
* });
|
|
8514
|
+
*/
|
|
8515
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8516
|
+
library: Scalars["ID"];
|
|
8517
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8518
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8519
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8520
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
7198
8521
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7199
8522
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7200
8523
|
/**
|
|
@@ -7280,8 +8603,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
|
|
|
7280
8603
|
treeId: Scalars["ID"];
|
|
7281
8604
|
filename: Scalars["String"];
|
|
7282
8605
|
}>>;
|
|
8606
|
+
export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8607
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8608
|
+
treeId: Scalars["ID"];
|
|
8609
|
+
filename: Scalars["String"];
|
|
8610
|
+
}>>;
|
|
7283
8611
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7284
8612
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8613
|
+
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
7285
8614
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
7286
8615
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
7287
8616
|
/**
|
|
@@ -7312,8 +8641,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7312
8641
|
fileId: Scalars["String"];
|
|
7313
8642
|
previewsStatusAttribute: Scalars["ID"];
|
|
7314
8643
|
}>>;
|
|
8644
|
+
export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
|
|
8645
|
+
library: Scalars["ID"];
|
|
8646
|
+
fileId: Scalars["String"];
|
|
8647
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
8648
|
+
}>>;
|
|
7315
8649
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7316
8650
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8651
|
+
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
7317
8652
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
7318
8653
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
7319
8654
|
/**
|
|
@@ -7347,8 +8682,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
|
7347
8682
|
recordId?: InputMaybe<Scalars["String"]>;
|
|
7348
8683
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7349
8684
|
}>>;
|
|
8685
|
+
export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
|
|
8686
|
+
libraryId: Scalars["String"];
|
|
8687
|
+
formId: Scalars["String"];
|
|
8688
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
8689
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8690
|
+
}>>;
|
|
7350
8691
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7351
8692
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8693
|
+
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
7352
8694
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
7353
8695
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
7354
8696
|
/**
|
|
@@ -7372,6 +8714,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
|
|
|
7372
8714
|
}>>;
|
|
7373
8715
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
7374
8716
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
8717
|
+
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
8718
|
+
/**
|
|
8719
|
+
* __useGetRecordsFromLibraryQuery__
|
|
8720
|
+
*
|
|
8721
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
8722
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8723
|
+
* you can use to render your UI.
|
|
8724
|
+
*
|
|
8725
|
+
* @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;
|
|
8726
|
+
*
|
|
8727
|
+
* @example
|
|
8728
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
8729
|
+
* variables: {
|
|
8730
|
+
* libraryId: // value for 'libraryId'
|
|
8731
|
+
* pagination: // value for 'pagination'
|
|
8732
|
+
* filters: // value for 'filters'
|
|
8733
|
+
* },
|
|
8734
|
+
* });
|
|
8735
|
+
*/
|
|
8736
|
+
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8737
|
+
libraryId: Scalars["ID"];
|
|
8738
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8739
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8740
|
+
}>>;
|
|
8741
|
+
export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
|
|
8742
|
+
libraryId: Scalars["ID"];
|
|
8743
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8744
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8745
|
+
}>>;
|
|
8746
|
+
export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8747
|
+
libraryId: Scalars["ID"];
|
|
8748
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8749
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8750
|
+
}>>;
|
|
8751
|
+
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8752
|
+
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8753
|
+
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8754
|
+
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
7375
8755
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
7376
8756
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
7377
8757
|
/**
|
|
@@ -7399,6 +8779,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
|
|
|
7399
8779
|
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
7400
8780
|
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
7401
8781
|
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
8782
|
+
export declare const PurgeRecordDocument: Apollo.DocumentNode;
|
|
8783
|
+
export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
8784
|
+
/**
|
|
8785
|
+
* __usePurgeRecordMutation__
|
|
8786
|
+
*
|
|
8787
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8788
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
8789
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8790
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8791
|
+
*
|
|
8792
|
+
* @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;
|
|
8793
|
+
*
|
|
8794
|
+
* @example
|
|
8795
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
8796
|
+
* variables: {
|
|
8797
|
+
* libraryId: // value for 'libraryId'
|
|
8798
|
+
* recordId: // value for 'recordId'
|
|
8799
|
+
* },
|
|
8800
|
+
* });
|
|
8801
|
+
*/
|
|
8802
|
+
export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
|
|
8803
|
+
libraryId: Scalars["ID"];
|
|
8804
|
+
recordId: Scalars["ID"];
|
|
8805
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8806
|
+
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
8807
|
+
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
8808
|
+
export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
7402
8809
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
7403
8810
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
7404
8811
|
/**
|
|
@@ -7447,8 +8854,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7447
8854
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
7448
8855
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7449
8856
|
}>>;
|
|
8857
|
+
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
8858
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8859
|
+
}>>;
|
|
7450
8860
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7451
8861
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
8862
|
+
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
7452
8863
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
7453
8864
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
7454
8865
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -7498,8 +8909,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
|
|
|
7498
8909
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
7499
8910
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7500
8911
|
}>>;
|
|
8912
|
+
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
8913
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8914
|
+
}>>;
|
|
7501
8915
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7502
8916
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
8917
|
+
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
7503
8918
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
7504
8919
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
7505
8920
|
/**
|
|
@@ -7527,8 +8942,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7527
8942
|
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7528
8943
|
library?: InputMaybe<Scalars["String"]>;
|
|
7529
8944
|
}>>;
|
|
8945
|
+
export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
8946
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8947
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
8948
|
+
}>>;
|
|
7530
8949
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7531
8950
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
8951
|
+
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
7532
8952
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
7533
8953
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
7534
8954
|
/**
|
|
@@ -7552,8 +8972,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
7552
8972
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
7553
8973
|
[key: string]: never;
|
|
7554
8974
|
}>>;
|
|
8975
|
+
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
8976
|
+
[key: string]: never;
|
|
8977
|
+
}>>;
|
|
7555
8978
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7556
8979
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
8980
|
+
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
7557
8981
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
7558
8982
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
7559
8983
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -7596,6 +9020,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
7596
9020
|
* treeId: // value for 'treeId'
|
|
7597
9021
|
* node: // value for 'node'
|
|
7598
9022
|
* pagination: // value for 'pagination'
|
|
9023
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
7599
9024
|
* },
|
|
7600
9025
|
* });
|
|
7601
9026
|
*/
|
|
@@ -7603,14 +9028,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
7603
9028
|
treeId: Scalars["ID"];
|
|
7604
9029
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7605
9030
|
pagination?: InputMaybe<Pagination>;
|
|
9031
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7606
9032
|
}>>;
|
|
7607
9033
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
7608
9034
|
treeId: Scalars["ID"];
|
|
7609
9035
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7610
9036
|
pagination?: InputMaybe<Pagination>;
|
|
9037
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9038
|
+
}>>;
|
|
9039
|
+
export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9040
|
+
treeId: Scalars["ID"];
|
|
9041
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
9042
|
+
pagination?: InputMaybe<Pagination>;
|
|
9043
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7611
9044
|
}>>;
|
|
7612
9045
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7613
9046
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9047
|
+
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
7614
9048
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
7615
9049
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
7616
9050
|
/**
|
|
@@ -7638,8 +9072,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7638
9072
|
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7639
9073
|
global?: InputMaybe<Scalars["Boolean"]>;
|
|
7640
9074
|
}>>;
|
|
9075
|
+
export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
|
|
9076
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
9077
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
9078
|
+
}>>;
|
|
7641
9079
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7642
9080
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
9081
|
+
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
7643
9082
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
7644
9083
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
7645
9084
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -7701,38 +9140,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
7701
9140
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7702
9141
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7703
9142
|
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
9143
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7737
9144
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7738
9145
|
/**
|
|
@@ -7814,8 +9221,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
7814
9221
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7815
9222
|
viewId: Scalars["String"];
|
|
7816
9223
|
}>>;
|
|
9224
|
+
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9225
|
+
viewId: Scalars["String"];
|
|
9226
|
+
}>>;
|
|
7817
9227
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7818
9228
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9229
|
+
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
7819
9230
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7820
9231
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7821
9232
|
/**
|
|
@@ -7840,8 +9251,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
7840
9251
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7841
9252
|
libraryId: Scalars["String"];
|
|
7842
9253
|
}>>;
|
|
9254
|
+
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9255
|
+
libraryId: Scalars["String"];
|
|
9256
|
+
}>>;
|
|
7843
9257
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7844
9258
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9259
|
+
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
7845
9260
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7846
9261
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7847
9262
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -7868,6 +9283,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
|
|
|
7868
9283
|
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7869
9284
|
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7870
9285
|
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
9286
|
+
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
9287
|
+
/**
|
|
9288
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
9289
|
+
*
|
|
9290
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
9291
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9292
|
+
* you can use to render your UI.
|
|
9293
|
+
*
|
|
9294
|
+
* @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;
|
|
9295
|
+
*
|
|
9296
|
+
* @example
|
|
9297
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
9298
|
+
* variables: {
|
|
9299
|
+
* library: // value for 'library'
|
|
9300
|
+
* },
|
|
9301
|
+
* });
|
|
9302
|
+
*/
|
|
9303
|
+
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9304
|
+
library: Scalars["String"];
|
|
9305
|
+
}>>;
|
|
9306
|
+
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9307
|
+
library: Scalars["String"];
|
|
9308
|
+
}>>;
|
|
9309
|
+
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9310
|
+
library: Scalars["String"];
|
|
9311
|
+
}>>;
|
|
9312
|
+
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
9313
|
+
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9314
|
+
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
9315
|
+
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
7871
9316
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7872
9317
|
/**
|
|
7873
9318
|
* __useExplorerAttributesQuery__
|
|
@@ -7891,8 +9336,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7891
9336
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7892
9337
|
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7893
9338
|
}>>;
|
|
9339
|
+
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9340
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9341
|
+
}>>;
|
|
7894
9342
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7895
9343
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9344
|
+
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
7896
9345
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7897
9346
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7898
9347
|
/**
|
|
@@ -7917,8 +9366,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
7917
9366
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7918
9367
|
id: Scalars["ID"];
|
|
7919
9368
|
}>>;
|
|
9369
|
+
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9370
|
+
id: Scalars["ID"];
|
|
9371
|
+
}>>;
|
|
7920
9372
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7921
9373
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9374
|
+
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
7922
9375
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7923
9376
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7924
9377
|
/**
|
|
@@ -7958,8 +9411,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
|
|
|
7958
9411
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7959
9412
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7960
9413
|
}>>;
|
|
9414
|
+
export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9415
|
+
libraryId: Scalars["ID"];
|
|
9416
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9417
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
9418
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9419
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9420
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9421
|
+
}>>;
|
|
7961
9422
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7962
9423
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9424
|
+
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
7963
9425
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7964
9426
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7965
9427
|
/**
|
|
@@ -7993,8 +9455,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7993
9455
|
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7994
9456
|
linkAttributeId: Scalars["ID"];
|
|
7995
9457
|
}>>;
|
|
9458
|
+
export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9459
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9460
|
+
parentLibraryId: Scalars["ID"];
|
|
9461
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9462
|
+
linkAttributeId: Scalars["ID"];
|
|
9463
|
+
}>>;
|
|
7996
9464
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7997
9465
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9466
|
+
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
7998
9467
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7999
9468
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8000
9469
|
/**
|
|
@@ -8019,8 +9488,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
8019
9488
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8020
9489
|
libraryId: Scalars["ID"];
|
|
8021
9490
|
}>>;
|
|
9491
|
+
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9492
|
+
libraryId: Scalars["ID"];
|
|
9493
|
+
}>>;
|
|
8022
9494
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8023
9495
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9496
|
+
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
8024
9497
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8025
9498
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8026
9499
|
/**
|
|
@@ -8045,8 +9518,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
8045
9518
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8046
9519
|
libraryId: Scalars["ID"];
|
|
8047
9520
|
}>>;
|
|
9521
|
+
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9522
|
+
libraryId: Scalars["ID"];
|
|
9523
|
+
}>>;
|
|
8048
9524
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8049
9525
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9526
|
+
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
8050
9527
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8051
9528
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8052
9529
|
/**
|
|
@@ -8074,8 +9551,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
|
|
|
8074
9551
|
libraryId: Scalars["ID"];
|
|
8075
9552
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8076
9553
|
}>>;
|
|
9554
|
+
export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9555
|
+
libraryId: Scalars["ID"];
|
|
9556
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9557
|
+
}>>;
|
|
8077
9558
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8078
9559
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9560
|
+
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
8079
9561
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8080
9562
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
8081
9563
|
/**
|
|
@@ -8099,8 +9581,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
8099
9581
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8100
9582
|
[key: string]: never;
|
|
8101
9583
|
}>>;
|
|
9584
|
+
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9585
|
+
[key: string]: never;
|
|
9586
|
+
}>>;
|
|
8102
9587
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8103
9588
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9589
|
+
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
8104
9590
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8105
9591
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8106
9592
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -8150,6 +9636,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
8150
9636
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8151
9637
|
treeId: Scalars["ID"];
|
|
8152
9638
|
}>>;
|
|
9639
|
+
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
9640
|
+
treeId: Scalars["ID"];
|
|
9641
|
+
}>>;
|
|
8153
9642
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8154
9643
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
9644
|
+
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
8155
9645
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|