@leav/ui 0.3.6-4401dad → 0.3.6-44bfd5c
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/dist/__mocks__/common/attribute.js +0 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +4 -4
- package/dist/__mocks__/common/form.js +2 -0
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/library.d.ts +31 -31
- package/dist/__mocks__/common/value.js +2 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.d.ts +9 -9
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +668 -595
- package/dist/_gqlTypes/index.js +51 -5
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +1 -1
- package/dist/_queries/records/getFileDataQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +2 -2
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +24 -14
- package/dist/_queries/records/getRecordPropertiesQuery.js +10 -4
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +8 -5
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +1 -1
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +1 -1
- package/dist/_utils/index.js +1 -1
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.js +1 -1
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/antdTheme/types.d.ts +1 -1
- package/dist/components/AttributePicker/AttributePicker.d.ts +0 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +0 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +0 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +302 -305
- package/dist/components/BasicButton/BasicButton.d.ts +0 -1
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +0 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +0 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/Dimmer/Dimmer.d.ts +0 -1
- package/dist/components/EditApplication/EditApplication.d.ts +0 -1
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +0 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +0 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +0 -1
- package/dist/components/EditApplication/_types.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +1 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.d.ts +0 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/_types.d.ts +0 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/components/Explorer/DataView.d.ts +9 -0
- package/dist/components/Explorer/DataView.js +53 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +10 -0
- package/dist/components/Explorer/Explorer.js +31 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -0
- package/dist/components/Explorer/index.js +5 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/types.d.ts +16 -0
- package/dist/components/Explorer/types.js +2 -0
- package/dist/components/Explorer/types.js.map +1 -0
- package/dist/components/Explorer/useCreateMainAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateMainAction.js +36 -0
- package/dist/components/Explorer/useCreateMainAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +30 -0
- package/dist/components/Explorer/useDeactivateAction.js +51 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +20 -0
- package/dist/components/Explorer/useEditAction.js +51 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/useExplorerData.d.ts +10 -0
- package/dist/components/Explorer/useExplorerData.js +22 -0
- package/dist/components/Explorer/useExplorerData.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.d.ts +0 -1
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +0 -1
- package/dist/components/FloatingMenu/_types.d.ts +1 -2
- package/dist/components/ImageLoading/ImageLoading.d.ts +0 -1
- package/dist/components/ImageMissing/ImageMissing.d.ts +0 -1
- package/dist/components/ImportModal/ImportModal.d.ts +0 -1
- package/dist/components/ImportModal/ImportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +0 -1
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +0 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +0 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +4 -4
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +4 -14
- 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 +16 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +3 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +6 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +2 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +2 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +0 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +0 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +1 -5
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -5
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.js +9 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +0 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +0 -1
- package/dist/components/List/List.d.ts +0 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/Loading/Loading.d.ts +0 -1
- package/dist/components/RecordCard/RecordCard.d.ts +0 -1
- package/dist/components/RecordCard/_types.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +2 -2
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +15 -15
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +38 -26
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +8 -8
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +30 -11
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +70 -17
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +2 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -5
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +8 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +11 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +58 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +76 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +38 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +91 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +37 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +42 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +49 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/{DSInputPasswordWrapper.d.ts → DSRichTextWrapper.d.ts} +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +82 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +3 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +15 -27
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +80 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +45 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +137 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +96 -99
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +0 -1
- package/dist/components/RecordEdition/_types.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +0 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +0 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +2 -2
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +0 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
- package/dist/components/SubmitStateNotifier/_types.d.ts +1 -1
- package/dist/components/TreePicker/TreePicker.d.ts +0 -1
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +0 -1
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +0 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.d.ts +0 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +0 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +0 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js → contexts/EditRecordModalContext/EditRecordModalProvider.js} +6 -9
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +1 -1
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +6 -6
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +2 -2
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +7 -2
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/locales/en/shared.json +8 -0
- package/dist/locales/fr/shared.json +8 -0
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +0 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +0 -1
- package/dist/types/misc.d.ts +2 -2
- package/dist/types/scalars.d.ts +1 -1
- package/dist/types/search.d.ts +4 -4
- package/package.json +5 -4
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.d.ts +0 -7
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { IPreviewScalar } from '@leav/utils';
|
|
2
2
|
import * as Apollo from '@apollo/client';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
export type Maybe<T> = T | null;
|
|
4
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
5
|
+
export type Exact<T extends {
|
|
6
6
|
[key: string]: unknown;
|
|
7
7
|
}> = {
|
|
8
8
|
[K in keyof T]: T[K];
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
11
11
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
12
12
|
};
|
|
13
|
-
export
|
|
13
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
15
15
|
};
|
|
16
16
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
17
|
-
export
|
|
17
|
+
export type Scalars = {
|
|
18
18
|
ID: string;
|
|
19
19
|
String: string;
|
|
20
20
|
Boolean: boolean;
|
|
@@ -31,12 +31,12 @@ export declare type Scalars = {
|
|
|
31
31
|
TaskPriority: any;
|
|
32
32
|
Upload: any;
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type ActionConfigurationInput = {
|
|
35
35
|
error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
36
36
|
id: Scalars['ID'];
|
|
37
37
|
params?: InputMaybe<Array<ActionConfigurationParamInput>>;
|
|
38
38
|
};
|
|
39
|
-
export
|
|
39
|
+
export type ActionConfigurationParamInput = {
|
|
40
40
|
name: Scalars['String'];
|
|
41
41
|
value: Scalars['String'];
|
|
42
42
|
};
|
|
@@ -46,18 +46,18 @@ export declare enum ActionIoTypes {
|
|
|
46
46
|
object = "object",
|
|
47
47
|
string = "string"
|
|
48
48
|
}
|
|
49
|
-
export
|
|
49
|
+
export type ActionsListConfigurationInput = {
|
|
50
50
|
deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
51
51
|
getValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
52
52
|
saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
53
53
|
};
|
|
54
|
-
export
|
|
54
|
+
export type ApiKeyInput = {
|
|
55
55
|
expiresAt?: InputMaybe<Scalars['Int']>;
|
|
56
56
|
id?: InputMaybe<Scalars['String']>;
|
|
57
57
|
label: Scalars['String'];
|
|
58
58
|
userId: Scalars['String'];
|
|
59
59
|
};
|
|
60
|
-
export
|
|
60
|
+
export type ApiKeysFiltersInput = {
|
|
61
61
|
createdBy?: InputMaybe<Scalars['Int']>;
|
|
62
62
|
label?: InputMaybe<Scalars['String']>;
|
|
63
63
|
modifiedBy?: InputMaybe<Scalars['Int']>;
|
|
@@ -71,7 +71,7 @@ export declare enum ApiKeysSortableFields {
|
|
|
71
71
|
modifiedAt = "modifiedAt",
|
|
72
72
|
modifiedBy = "modifiedBy"
|
|
73
73
|
}
|
|
74
|
-
export
|
|
74
|
+
export type ApplicationEventFiltersInput = {
|
|
75
75
|
applicationId?: InputMaybe<Scalars['ID']>;
|
|
76
76
|
events?: InputMaybe<Array<ApplicationEventTypes>>;
|
|
77
77
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -80,11 +80,11 @@ export declare enum ApplicationEventTypes {
|
|
|
80
80
|
DELETE = "DELETE",
|
|
81
81
|
SAVE = "SAVE"
|
|
82
82
|
}
|
|
83
|
-
export
|
|
83
|
+
export type ApplicationIconInput = {
|
|
84
84
|
libraryId: Scalars['String'];
|
|
85
85
|
recordId: Scalars['String'];
|
|
86
86
|
};
|
|
87
|
-
export
|
|
87
|
+
export type ApplicationInput = {
|
|
88
88
|
color?: InputMaybe<Scalars['String']>;
|
|
89
89
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
90
90
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -106,7 +106,7 @@ export declare enum ApplicationType {
|
|
|
106
106
|
external = "external",
|
|
107
107
|
internal = "internal"
|
|
108
108
|
}
|
|
109
|
-
export
|
|
109
|
+
export type ApplicationsFiltersInput = {
|
|
110
110
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
111
111
|
id?: InputMaybe<Scalars['ID']>;
|
|
112
112
|
label?: InputMaybe<Scalars['String']>;
|
|
@@ -125,7 +125,7 @@ export declare enum AttributeFormat {
|
|
|
125
125
|
rich_text = "rich_text",
|
|
126
126
|
text = "text"
|
|
127
127
|
}
|
|
128
|
-
export
|
|
128
|
+
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
130
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
131
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
@@ -139,13 +139,14 @@ export declare type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
145
146
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
146
147
|
versions_conf?: InputMaybe<ValuesVersionsConfInput>;
|
|
147
148
|
};
|
|
148
|
-
export
|
|
149
|
+
export type AttributePermissionsRecord = {
|
|
149
150
|
id?: InputMaybe<Scalars['String']>;
|
|
150
151
|
library: Scalars['String'];
|
|
151
152
|
};
|
|
@@ -156,7 +157,7 @@ export declare enum AttributeType {
|
|
|
156
157
|
simple_link = "simple_link",
|
|
157
158
|
tree = "tree"
|
|
158
159
|
}
|
|
159
|
-
export
|
|
160
|
+
export type AttributesFiltersInput = {
|
|
160
161
|
format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
|
|
161
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
162
163
|
label?: InputMaybe<Scalars['String']>;
|
|
@@ -179,15 +180,15 @@ export declare enum AvailableLanguage {
|
|
|
179
180
|
en = "en",
|
|
180
181
|
fr = "fr"
|
|
181
182
|
}
|
|
182
|
-
export
|
|
183
|
+
export type CreateRecordDataInput = {
|
|
183
184
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
184
185
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
185
186
|
};
|
|
186
|
-
export
|
|
187
|
+
export type DeleteTaskInput = {
|
|
187
188
|
archive: Scalars['Boolean'];
|
|
188
189
|
id: Scalars['ID'];
|
|
189
190
|
};
|
|
190
|
-
export
|
|
191
|
+
export type EmbeddedAttributeInput = {
|
|
191
192
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
192
193
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
193
194
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -195,7 +196,7 @@ export declare type EmbeddedAttributeInput = {
|
|
|
195
196
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
196
197
|
validation_regex?: InputMaybe<Scalars['String']>;
|
|
197
198
|
};
|
|
198
|
-
export
|
|
199
|
+
export type FileInput = {
|
|
199
200
|
data: Scalars['Upload'];
|
|
200
201
|
replace?: InputMaybe<Scalars['Boolean']>;
|
|
201
202
|
size?: InputMaybe<Scalars['Int']>;
|
|
@@ -208,11 +209,11 @@ export declare enum FileType {
|
|
|
208
209
|
other = "other",
|
|
209
210
|
video = "video"
|
|
210
211
|
}
|
|
211
|
-
export
|
|
212
|
+
export type FormDependencyValueInput = {
|
|
212
213
|
attribute: Scalars['ID'];
|
|
213
214
|
value: Scalars['ID'];
|
|
214
215
|
};
|
|
215
|
-
export
|
|
216
|
+
export type FormElementInput = {
|
|
216
217
|
containerId: Scalars['ID'];
|
|
217
218
|
id: Scalars['ID'];
|
|
218
219
|
order: Scalars['Int'];
|
|
@@ -220,7 +221,7 @@ export declare type FormElementInput = {
|
|
|
220
221
|
type: FormElementTypes;
|
|
221
222
|
uiElementType: Scalars['String'];
|
|
222
223
|
};
|
|
223
|
-
export
|
|
224
|
+
export type FormElementSettingsInput = {
|
|
224
225
|
key: Scalars['String'];
|
|
225
226
|
value: Scalars['Any'];
|
|
226
227
|
};
|
|
@@ -228,17 +229,17 @@ export declare enum FormElementTypes {
|
|
|
228
229
|
field = "field",
|
|
229
230
|
layout = "layout"
|
|
230
231
|
}
|
|
231
|
-
export
|
|
232
|
+
export type FormElementsByDepsInput = {
|
|
232
233
|
dependencyValue?: InputMaybe<FormDependencyValueInput>;
|
|
233
234
|
elements: Array<FormElementInput>;
|
|
234
235
|
};
|
|
235
|
-
export
|
|
236
|
+
export type FormFiltersInput = {
|
|
236
237
|
id?: InputMaybe<Scalars['ID']>;
|
|
237
238
|
label?: InputMaybe<Scalars['String']>;
|
|
238
239
|
library: Scalars['ID'];
|
|
239
240
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
240
241
|
};
|
|
241
|
-
export
|
|
242
|
+
export type FormInput = {
|
|
242
243
|
dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
243
244
|
elements?: InputMaybe<Array<FormElementsByDepsInput>>;
|
|
244
245
|
id: Scalars['ID'];
|
|
@@ -250,12 +251,13 @@ export declare enum FormsSortableFields {
|
|
|
250
251
|
library = "library",
|
|
251
252
|
system = "system"
|
|
252
253
|
}
|
|
253
|
-
export
|
|
254
|
+
export type GlobalSettingsFileInput = {
|
|
254
255
|
library: Scalars['String'];
|
|
255
256
|
recordId: Scalars['String'];
|
|
256
257
|
};
|
|
257
|
-
export
|
|
258
|
-
|
|
258
|
+
export type GlobalSettingsInput = {
|
|
259
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
261
|
name?: InputMaybe<Scalars['String']>;
|
|
260
262
|
};
|
|
261
263
|
export declare enum IoTypes {
|
|
@@ -274,7 +276,7 @@ export declare enum ImportType {
|
|
|
274
276
|
LINK = "LINK",
|
|
275
277
|
STANDARD = "STANDARD"
|
|
276
278
|
}
|
|
277
|
-
export
|
|
279
|
+
export type LibrariesFiltersInput = {
|
|
278
280
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
279
281
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
280
282
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -290,11 +292,11 @@ export declare enum LibraryBehavior {
|
|
|
290
292
|
files = "files",
|
|
291
293
|
standard = "standard"
|
|
292
294
|
}
|
|
293
|
-
export
|
|
295
|
+
export type LibraryIconInput = {
|
|
294
296
|
libraryId: Scalars['String'];
|
|
295
297
|
recordId: Scalars['String'];
|
|
296
298
|
};
|
|
297
|
-
export
|
|
299
|
+
export type LibraryInput = {
|
|
298
300
|
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
299
301
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
300
302
|
defaultView?: InputMaybe<Scalars['ID']>;
|
|
@@ -306,7 +308,7 @@ export declare type LibraryInput = {
|
|
|
306
308
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
307
309
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
308
310
|
};
|
|
309
|
-
export
|
|
311
|
+
export type LibraryPreviewsSettingsInput = {
|
|
310
312
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
311
313
|
label: Scalars['SystemTranslation'];
|
|
312
314
|
versions: PreviewVersionInput;
|
|
@@ -342,7 +344,7 @@ export declare enum LogAction {
|
|
|
342
344
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
343
345
|
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
344
346
|
}
|
|
345
|
-
export
|
|
347
|
+
export type LogFilterInput = {
|
|
346
348
|
actions?: InputMaybe<Array<LogAction>>;
|
|
347
349
|
instanceId?: InputMaybe<Scalars['String']>;
|
|
348
350
|
queryId?: InputMaybe<Scalars['String']>;
|
|
@@ -351,11 +353,11 @@ export declare type LogFilterInput = {
|
|
|
351
353
|
trigger?: InputMaybe<Scalars['String']>;
|
|
352
354
|
userId?: InputMaybe<Scalars['String']>;
|
|
353
355
|
};
|
|
354
|
-
export
|
|
356
|
+
export type LogFilterTimeInput = {
|
|
355
357
|
from?: InputMaybe<Scalars['Int']>;
|
|
356
358
|
to?: InputMaybe<Scalars['Int']>;
|
|
357
359
|
};
|
|
358
|
-
export
|
|
360
|
+
export type LogSortInput = {
|
|
359
361
|
field: LogSortableField;
|
|
360
362
|
order: SortOrder;
|
|
361
363
|
};
|
|
@@ -367,7 +369,7 @@ export declare enum LogSortableField {
|
|
|
367
369
|
trigger = "trigger",
|
|
368
370
|
userId = "userId"
|
|
369
371
|
}
|
|
370
|
-
export
|
|
372
|
+
export type LogTopicFilterInput = {
|
|
371
373
|
apiKey?: InputMaybe<Scalars['String']>;
|
|
372
374
|
attribute?: InputMaybe<Scalars['String']>;
|
|
373
375
|
filename?: InputMaybe<Scalars['String']>;
|
|
@@ -377,30 +379,30 @@ export declare type LogTopicFilterInput = {
|
|
|
377
379
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
378
380
|
tree?: InputMaybe<Scalars['String']>;
|
|
379
381
|
};
|
|
380
|
-
export
|
|
382
|
+
export type LogTopicPermissionFilterInput = {
|
|
381
383
|
applyTo?: InputMaybe<Scalars['String']>;
|
|
382
384
|
type?: InputMaybe<Scalars['String']>;
|
|
383
385
|
};
|
|
384
|
-
export
|
|
386
|
+
export type LogTopicRecordFilterInput = {
|
|
385
387
|
id?: InputMaybe<Scalars['String']>;
|
|
386
388
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
387
389
|
};
|
|
388
|
-
export
|
|
390
|
+
export type Pagination = {
|
|
389
391
|
limit: Scalars['Int'];
|
|
390
392
|
offset: Scalars['Int'];
|
|
391
393
|
};
|
|
392
|
-
export
|
|
394
|
+
export type PermissionActionInput = {
|
|
393
395
|
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
394
396
|
name: PermissionsActions;
|
|
395
397
|
};
|
|
396
|
-
export
|
|
398
|
+
export type PermissionInput = {
|
|
397
399
|
actions: Array<PermissionActionInput>;
|
|
398
400
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
399
401
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
400
402
|
type: PermissionTypes;
|
|
401
403
|
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
402
404
|
};
|
|
403
|
-
export
|
|
405
|
+
export type PermissionTarget = {
|
|
404
406
|
attributeId?: InputMaybe<Scalars['ID']>;
|
|
405
407
|
libraryId?: InputMaybe<Scalars['ID']>;
|
|
406
408
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
@@ -467,16 +469,16 @@ export declare enum PermissionsRelation {
|
|
|
467
469
|
and = "and",
|
|
468
470
|
or = "or"
|
|
469
471
|
}
|
|
470
|
-
export
|
|
472
|
+
export type PermissionsTreeTargetInput = {
|
|
471
473
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
472
474
|
tree: Scalars['ID'];
|
|
473
475
|
};
|
|
474
|
-
export
|
|
476
|
+
export type PreviewVersionInput = {
|
|
475
477
|
background: Scalars['String'];
|
|
476
478
|
density: Scalars['Int'];
|
|
477
479
|
sizes: Array<PreviewVersionSizeInput>;
|
|
478
480
|
};
|
|
479
|
-
export
|
|
481
|
+
export type PreviewVersionSizeInput = {
|
|
480
482
|
name: Scalars['String'];
|
|
481
483
|
size: Scalars['Int'];
|
|
482
484
|
};
|
|
@@ -509,7 +511,7 @@ export declare enum RecordFilterCondition {
|
|
|
509
511
|
VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
|
|
510
512
|
YESTERDAY = "YESTERDAY"
|
|
511
513
|
}
|
|
512
|
-
export
|
|
514
|
+
export type RecordFilterInput = {
|
|
513
515
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
514
516
|
field?: InputMaybe<Scalars['String']>;
|
|
515
517
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
@@ -522,32 +524,32 @@ export declare enum RecordFilterOperator {
|
|
|
522
524
|
OPEN_BRACKET = "OPEN_BRACKET",
|
|
523
525
|
OR = "OR"
|
|
524
526
|
}
|
|
525
|
-
export
|
|
527
|
+
export type RecordIdentityConfInput = {
|
|
526
528
|
color?: InputMaybe<Scalars['ID']>;
|
|
527
529
|
label?: InputMaybe<Scalars['ID']>;
|
|
528
530
|
preview?: InputMaybe<Scalars['ID']>;
|
|
529
531
|
subLabel?: InputMaybe<Scalars['ID']>;
|
|
530
532
|
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
531
533
|
};
|
|
532
|
-
export
|
|
534
|
+
export type RecordInput = {
|
|
533
535
|
id: Scalars['ID'];
|
|
534
536
|
library: Scalars['String'];
|
|
535
537
|
};
|
|
536
|
-
export
|
|
538
|
+
export type RecordSortInput = {
|
|
537
539
|
field: Scalars['String'];
|
|
538
540
|
order: SortOrder;
|
|
539
541
|
};
|
|
540
|
-
export
|
|
542
|
+
export type RecordUpdateFilterInput = {
|
|
541
543
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
542
544
|
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
543
545
|
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
544
546
|
};
|
|
545
|
-
export
|
|
547
|
+
export type RecordsPagination = {
|
|
546
548
|
cursor?: InputMaybe<Scalars['String']>;
|
|
547
549
|
limit: Scalars['Int'];
|
|
548
550
|
offset?: InputMaybe<Scalars['Int']>;
|
|
549
551
|
};
|
|
550
|
-
export
|
|
552
|
+
export type SheetInput = {
|
|
551
553
|
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
552
554
|
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
553
555
|
library: Scalars['String'];
|
|
@@ -557,23 +559,23 @@ export declare type SheetInput = {
|
|
|
557
559
|
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
558
560
|
type: ImportType;
|
|
559
561
|
};
|
|
560
|
-
export
|
|
562
|
+
export type SortApiKeysInput = {
|
|
561
563
|
field: ApiKeysSortableFields;
|
|
562
564
|
order?: InputMaybe<SortOrder>;
|
|
563
565
|
};
|
|
564
|
-
export
|
|
566
|
+
export type SortApplications = {
|
|
565
567
|
field: ApplicationSortableFields;
|
|
566
568
|
order?: InputMaybe<SortOrder>;
|
|
567
569
|
};
|
|
568
|
-
export
|
|
570
|
+
export type SortAttributes = {
|
|
569
571
|
field: AttributesSortableFields;
|
|
570
572
|
order?: InputMaybe<SortOrder>;
|
|
571
573
|
};
|
|
572
|
-
export
|
|
574
|
+
export type SortForms = {
|
|
573
575
|
field: FormsSortableFields;
|
|
574
576
|
order?: InputMaybe<SortOrder>;
|
|
575
577
|
};
|
|
576
|
-
export
|
|
578
|
+
export type SortLibraries = {
|
|
577
579
|
field: LibrariesSortableFields;
|
|
578
580
|
order?: InputMaybe<SortOrder>;
|
|
579
581
|
};
|
|
@@ -581,15 +583,15 @@ export declare enum SortOrder {
|
|
|
581
583
|
asc = "asc",
|
|
582
584
|
desc = "desc"
|
|
583
585
|
}
|
|
584
|
-
export
|
|
586
|
+
export type SortTrees = {
|
|
585
587
|
field: TreesSortableFields;
|
|
586
588
|
order?: InputMaybe<SortOrder>;
|
|
587
589
|
};
|
|
588
|
-
export
|
|
590
|
+
export type SortVersionProfilesInput = {
|
|
589
591
|
field: VersionProfilesSortableFields;
|
|
590
592
|
order?: InputMaybe<SortOrder>;
|
|
591
593
|
};
|
|
592
|
-
export
|
|
594
|
+
export type TaskFiltersInput = {
|
|
593
595
|
archive?: InputMaybe<Scalars['Boolean']>;
|
|
594
596
|
created_by?: InputMaybe<Scalars['ID']>;
|
|
595
597
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -615,11 +617,11 @@ export declare enum TreeBehavior {
|
|
|
615
617
|
files = "files",
|
|
616
618
|
standard = "standard"
|
|
617
619
|
}
|
|
618
|
-
export
|
|
620
|
+
export type TreeElementInput = {
|
|
619
621
|
id: Scalars['ID'];
|
|
620
622
|
library: Scalars['String'];
|
|
621
623
|
};
|
|
622
|
-
export
|
|
624
|
+
export type TreeEventFiltersInput = {
|
|
623
625
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
624
626
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
625
627
|
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
@@ -630,31 +632,31 @@ export declare enum TreeEventTypes {
|
|
|
630
632
|
move = "move",
|
|
631
633
|
remove = "remove"
|
|
632
634
|
}
|
|
633
|
-
export
|
|
635
|
+
export type TreeInput = {
|
|
634
636
|
behavior?: InputMaybe<TreeBehavior>;
|
|
635
637
|
id: Scalars['ID'];
|
|
636
638
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
637
639
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
638
640
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
639
641
|
};
|
|
640
|
-
export
|
|
642
|
+
export type TreeLibraryInput = {
|
|
641
643
|
library: Scalars['ID'];
|
|
642
644
|
settings: TreeLibrarySettingsInput;
|
|
643
645
|
};
|
|
644
|
-
export
|
|
646
|
+
export type TreeLibrarySettingsInput = {
|
|
645
647
|
allowMultiplePositions: Scalars['Boolean'];
|
|
646
648
|
allowedAtRoot: Scalars['Boolean'];
|
|
647
649
|
allowedChildren: Array<Scalars['String']>;
|
|
648
650
|
};
|
|
649
|
-
export
|
|
651
|
+
export type TreeNodePermissionsConfInput = {
|
|
650
652
|
libraryId: Scalars['ID'];
|
|
651
653
|
permissionsConf: TreepermissionsConfInput;
|
|
652
654
|
};
|
|
653
|
-
export
|
|
655
|
+
export type TreepermissionsConfInput = {
|
|
654
656
|
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
655
657
|
relation: PermissionsRelation;
|
|
656
658
|
};
|
|
657
|
-
export
|
|
659
|
+
export type TreesFiltersInput = {
|
|
658
660
|
behavior?: InputMaybe<TreeBehavior>;
|
|
659
661
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
660
662
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -666,30 +668,30 @@ export declare enum TreesSortableFields {
|
|
|
666
668
|
id = "id",
|
|
667
669
|
system = "system"
|
|
668
670
|
}
|
|
669
|
-
export
|
|
671
|
+
export type UploadFiltersInput = {
|
|
670
672
|
uid?: InputMaybe<Scalars['String']>;
|
|
671
673
|
userId?: InputMaybe<Scalars['ID']>;
|
|
672
674
|
};
|
|
673
675
|
export declare enum UserCoreDataKeys {
|
|
674
676
|
applications_consultation = "applications_consultation"
|
|
675
677
|
}
|
|
676
|
-
export
|
|
678
|
+
export type ValueBatchInput = {
|
|
677
679
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
680
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
681
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
682
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
683
|
};
|
|
682
|
-
export
|
|
684
|
+
export type ValueInput = {
|
|
683
685
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
686
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
687
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
688
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
689
|
};
|
|
688
|
-
export
|
|
690
|
+
export type ValueMetadataInput = {
|
|
689
691
|
name: Scalars['String'];
|
|
690
692
|
value?: InputMaybe<Scalars['String']>;
|
|
691
693
|
};
|
|
692
|
-
export
|
|
694
|
+
export type ValueVersionInput = {
|
|
693
695
|
treeId: Scalars['String'];
|
|
694
696
|
treeNodeId: Scalars['String'];
|
|
695
697
|
};
|
|
@@ -697,23 +699,23 @@ export declare enum ValueVersionMode {
|
|
|
697
699
|
simple = "simple",
|
|
698
700
|
smart = "smart"
|
|
699
701
|
}
|
|
700
|
-
export
|
|
702
|
+
export type ValuesListConfInput = {
|
|
701
703
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
702
704
|
enable: Scalars['Boolean'];
|
|
703
705
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
706
|
};
|
|
705
|
-
export
|
|
707
|
+
export type ValuesVersionsConfInput = {
|
|
706
708
|
mode?: InputMaybe<ValueVersionMode>;
|
|
707
709
|
profile?: InputMaybe<Scalars['String']>;
|
|
708
710
|
versionable: Scalars['Boolean'];
|
|
709
711
|
};
|
|
710
|
-
export
|
|
712
|
+
export type VersionProfileInput = {
|
|
711
713
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
712
714
|
id: Scalars['String'];
|
|
713
715
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
714
716
|
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
715
717
|
};
|
|
716
|
-
export
|
|
718
|
+
export type VersionProfilesFiltersInput = {
|
|
717
719
|
id?: InputMaybe<Scalars['ID']>;
|
|
718
720
|
label?: InputMaybe<Scalars['String']>;
|
|
719
721
|
trees?: InputMaybe<Scalars['String']>;
|
|
@@ -721,11 +723,11 @@ export declare type VersionProfilesFiltersInput = {
|
|
|
721
723
|
export declare enum VersionProfilesSortableFields {
|
|
722
724
|
id = "id"
|
|
723
725
|
}
|
|
724
|
-
export
|
|
726
|
+
export type ViewDisplayInput = {
|
|
725
727
|
size: ViewSizes;
|
|
726
728
|
type: ViewTypes;
|
|
727
729
|
};
|
|
728
|
-
export
|
|
730
|
+
export type ViewInput = {
|
|
729
731
|
color?: InputMaybe<Scalars['String']>;
|
|
730
732
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
733
|
display: ViewDisplayInput;
|
|
@@ -738,7 +740,7 @@ export declare type ViewInput = {
|
|
|
738
740
|
sort?: InputMaybe<RecordSortInput>;
|
|
739
741
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
742
|
};
|
|
741
|
-
export
|
|
743
|
+
export type ViewSettingsInput = {
|
|
742
744
|
name: Scalars['String'];
|
|
743
745
|
value?: InputMaybe<Scalars['Any']>;
|
|
744
746
|
};
|
|
@@ -752,11 +754,11 @@ export declare enum ViewTypes {
|
|
|
752
754
|
list = "list",
|
|
753
755
|
timeline = "timeline"
|
|
754
756
|
}
|
|
755
|
-
export
|
|
757
|
+
export type ViewValuesVersionInput = {
|
|
756
758
|
treeId: Scalars['String'];
|
|
757
759
|
treeNode: Scalars['String'];
|
|
758
760
|
};
|
|
759
|
-
export
|
|
761
|
+
export type DetailsApplicationFragment = {
|
|
760
762
|
id: string;
|
|
761
763
|
label: any;
|
|
762
764
|
type: ApplicationType;
|
|
@@ -785,7 +787,7 @@ export declare type DetailsApplicationFragment = {
|
|
|
785
787
|
admin_application: boolean;
|
|
786
788
|
};
|
|
787
789
|
};
|
|
788
|
-
export
|
|
790
|
+
export type RecordIdentityFragment = {
|
|
789
791
|
id: string;
|
|
790
792
|
whoAmI: {
|
|
791
793
|
id: string;
|
|
@@ -799,7 +801,7 @@ export declare type RecordIdentityFragment = {
|
|
|
799
801
|
};
|
|
800
802
|
};
|
|
801
803
|
};
|
|
802
|
-
export
|
|
804
|
+
export type AttributeDetailsLinkAttributeFragment = {
|
|
803
805
|
reverse_link?: string | null;
|
|
804
806
|
id: string;
|
|
805
807
|
type: AttributeType;
|
|
@@ -807,7 +809,6 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
809
|
system: boolean;
|
|
808
810
|
readonly: boolean;
|
|
809
811
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
812
|
description?: any | null;
|
|
812
813
|
multiple_values: boolean;
|
|
813
814
|
linked_library?: {
|
|
@@ -837,7 +838,7 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
837
838
|
label?: any | null;
|
|
838
839
|
}> | null;
|
|
839
840
|
};
|
|
840
|
-
export
|
|
841
|
+
export type AttributeDetailsStandardAttributeFragment = {
|
|
841
842
|
unique?: boolean | null;
|
|
842
843
|
maxLength?: number | null;
|
|
843
844
|
id: string;
|
|
@@ -846,7 +847,6 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
847
|
system: boolean;
|
|
847
848
|
readonly: boolean;
|
|
848
849
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
850
|
description?: any | null;
|
|
851
851
|
multiple_values: boolean;
|
|
852
852
|
metadata_fields?: Array<{
|
|
@@ -872,14 +872,13 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
872
872
|
label?: any | null;
|
|
873
873
|
}> | null;
|
|
874
874
|
};
|
|
875
|
-
export
|
|
875
|
+
export type AttributeDetailsTreeAttributeFragment = {
|
|
876
876
|
id: string;
|
|
877
877
|
type: AttributeType;
|
|
878
878
|
format?: AttributeFormat | null;
|
|
879
879
|
system: boolean;
|
|
880
880
|
readonly: boolean;
|
|
881
881
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
882
|
description?: any | null;
|
|
884
883
|
multiple_values: boolean;
|
|
885
884
|
linked_tree?: {
|
|
@@ -909,8 +908,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
|
|
|
909
908
|
label?: any | null;
|
|
910
909
|
}> | null;
|
|
911
910
|
};
|
|
912
|
-
export
|
|
913
|
-
export
|
|
911
|
+
export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
|
|
912
|
+
export type AttributesByLibAttributeLinkAttributeFragment = {
|
|
914
913
|
id: string;
|
|
915
914
|
type: AttributeType;
|
|
916
915
|
format?: AttributeFormat | null;
|
|
@@ -922,7 +921,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
|
|
|
922
921
|
id: string;
|
|
923
922
|
} | null;
|
|
924
923
|
};
|
|
925
|
-
export
|
|
924
|
+
export type AttributesByLibAttributeStandardAttributeFragment = {
|
|
926
925
|
id: string;
|
|
927
926
|
type: AttributeType;
|
|
928
927
|
format?: AttributeFormat | null;
|
|
@@ -936,7 +935,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
|
|
|
936
935
|
label?: any | null;
|
|
937
936
|
} | null> | null;
|
|
938
937
|
};
|
|
939
|
-
export
|
|
938
|
+
export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
940
939
|
id: string;
|
|
941
940
|
type: AttributeType;
|
|
942
941
|
format?: AttributeFormat | null;
|
|
@@ -955,8 +954,8 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
954
|
}>;
|
|
956
955
|
} | null;
|
|
957
956
|
};
|
|
958
|
-
export
|
|
959
|
-
export
|
|
957
|
+
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
958
|
+
export type LibraryLightFragment = {
|
|
960
959
|
id: string;
|
|
961
960
|
label?: any | null;
|
|
962
961
|
icon?: {
|
|
@@ -970,7 +969,7 @@ export declare type LibraryLightFragment = {
|
|
|
970
969
|
};
|
|
971
970
|
} | null;
|
|
972
971
|
};
|
|
973
|
-
export
|
|
972
|
+
export type LibraryDetailsFragment = {
|
|
974
973
|
id: string;
|
|
975
974
|
label?: any | null;
|
|
976
975
|
behavior: LibraryBehavior;
|
|
@@ -1052,7 +1051,7 @@ export declare type LibraryDetailsFragment = {
|
|
|
1052
1051
|
};
|
|
1053
1052
|
}> | null;
|
|
1054
1053
|
};
|
|
1055
|
-
export
|
|
1054
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1056
1055
|
id: string;
|
|
1057
1056
|
label?: any | null;
|
|
1058
1057
|
system: boolean;
|
|
@@ -1063,21 +1062,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
|
|
|
1063
1062
|
behavior: LibraryBehavior;
|
|
1064
1063
|
} | null;
|
|
1065
1064
|
};
|
|
1066
|
-
export
|
|
1065
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1067
1066
|
id: string;
|
|
1068
1067
|
label?: any | null;
|
|
1069
1068
|
system: boolean;
|
|
1070
1069
|
type: AttributeType;
|
|
1071
1070
|
format?: AttributeFormat | null;
|
|
1072
1071
|
};
|
|
1073
|
-
export
|
|
1074
|
-
export
|
|
1072
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1073
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1075
1074
|
linked_library?: {
|
|
1076
1075
|
id: string;
|
|
1077
1076
|
behavior: LibraryBehavior;
|
|
1078
1077
|
} | null;
|
|
1079
1078
|
};
|
|
1080
|
-
export
|
|
1079
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1081
1080
|
label: any;
|
|
1082
1081
|
description?: any | null;
|
|
1083
1082
|
system: boolean;
|
|
@@ -1090,7 +1089,7 @@ export declare type LibraryPreviewsSettingsFragment = {
|
|
|
1090
1089
|
}>;
|
|
1091
1090
|
};
|
|
1092
1091
|
};
|
|
1093
|
-
export
|
|
1092
|
+
export type RecordFormElementFragment = {
|
|
1094
1093
|
id: string;
|
|
1095
1094
|
containerId: string;
|
|
1096
1095
|
uiElementType: string;
|
|
@@ -1099,6 +1098,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1099
1098
|
values?: Array<{
|
|
1100
1099
|
id_value?: string | null;
|
|
1101
1100
|
isInherited?: boolean | null;
|
|
1101
|
+
isCalculated?: boolean | null;
|
|
1102
1102
|
modified_at?: number | null;
|
|
1103
1103
|
created_at?: number | null;
|
|
1104
1104
|
linkValue?: {
|
|
@@ -1171,8 +1171,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1171
1171
|
id_value?: string | null;
|
|
1172
1172
|
modified_at?: number | null;
|
|
1173
1173
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1174
|
+
payload?: any | null;
|
|
1175
|
+
raw_payload?: any | null;
|
|
1176
1176
|
modified_by?: {
|
|
1177
1177
|
id: string;
|
|
1178
1178
|
whoAmI: {
|
|
@@ -1222,6 +1222,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1222
1222
|
} | {
|
|
1223
1223
|
id_value?: string | null;
|
|
1224
1224
|
isInherited?: boolean | null;
|
|
1225
|
+
isCalculated?: boolean | null;
|
|
1225
1226
|
modified_at?: number | null;
|
|
1226
1227
|
created_at?: number | null;
|
|
1227
1228
|
treeValue?: {
|
|
@@ -1313,8 +1314,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1313
1314
|
id_value?: string | null;
|
|
1314
1315
|
modified_at?: number | null;
|
|
1315
1316
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1317
|
+
payload?: any | null;
|
|
1318
|
+
raw_payload?: any | null;
|
|
1318
1319
|
modified_by?: {
|
|
1319
1320
|
id: string;
|
|
1320
1321
|
whoAmI: {
|
|
@@ -1362,10 +1363,13 @@ export declare type RecordFormElementFragment = {
|
|
|
1362
1363
|
} | null;
|
|
1363
1364
|
} | null> | null;
|
|
1364
1365
|
} | {
|
|
1366
|
+
payload?: any | null;
|
|
1367
|
+
raw_payload?: any | null;
|
|
1365
1368
|
value?: any | null;
|
|
1366
1369
|
raw_value?: any | null;
|
|
1367
1370
|
id_value?: string | null;
|
|
1368
1371
|
isInherited?: boolean | null;
|
|
1372
|
+
isCalculated?: boolean | null;
|
|
1369
1373
|
modified_at?: number | null;
|
|
1370
1374
|
created_at?: number | null;
|
|
1371
1375
|
modified_by?: {
|
|
@@ -1424,8 +1428,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1424
1428
|
id_value?: string | null;
|
|
1425
1429
|
modified_at?: number | null;
|
|
1426
1430
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1431
|
+
payload?: any | null;
|
|
1432
|
+
raw_payload?: any | null;
|
|
1429
1433
|
modified_by?: {
|
|
1430
1434
|
id: string;
|
|
1431
1435
|
whoAmI: {
|
|
@@ -1714,9 +1718,10 @@ export declare type RecordFormElementFragment = {
|
|
|
1714
1718
|
value: any;
|
|
1715
1719
|
}>;
|
|
1716
1720
|
};
|
|
1717
|
-
export
|
|
1721
|
+
export type ValueDetailsLinkValueFragment = {
|
|
1718
1722
|
id_value?: string | null;
|
|
1719
1723
|
isInherited?: boolean | null;
|
|
1724
|
+
isCalculated?: boolean | null;
|
|
1720
1725
|
modified_at?: number | null;
|
|
1721
1726
|
created_at?: number | null;
|
|
1722
1727
|
linkValue?: {
|
|
@@ -1789,8 +1794,8 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1789
1794
|
id_value?: string | null;
|
|
1790
1795
|
modified_at?: number | null;
|
|
1791
1796
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1797
|
+
payload?: any | null;
|
|
1798
|
+
raw_payload?: any | null;
|
|
1794
1799
|
modified_by?: {
|
|
1795
1800
|
id: string;
|
|
1796
1801
|
whoAmI: {
|
|
@@ -1838,9 +1843,10 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1838
1843
|
} | null;
|
|
1839
1844
|
} | null> | null;
|
|
1840
1845
|
};
|
|
1841
|
-
export
|
|
1846
|
+
export type ValueDetailsTreeValueFragment = {
|
|
1842
1847
|
id_value?: string | null;
|
|
1843
1848
|
isInherited?: boolean | null;
|
|
1849
|
+
isCalculated?: boolean | null;
|
|
1844
1850
|
modified_at?: number | null;
|
|
1845
1851
|
created_at?: number | null;
|
|
1846
1852
|
treeValue?: {
|
|
@@ -1932,8 +1938,8 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1932
1938
|
id_value?: string | null;
|
|
1933
1939
|
modified_at?: number | null;
|
|
1934
1940
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1941
|
+
payload?: any | null;
|
|
1942
|
+
raw_payload?: any | null;
|
|
1937
1943
|
modified_by?: {
|
|
1938
1944
|
id: string;
|
|
1939
1945
|
whoAmI: {
|
|
@@ -1981,11 +1987,14 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1981
1987
|
} | null;
|
|
1982
1988
|
} | null> | null;
|
|
1983
1989
|
};
|
|
1984
|
-
export
|
|
1990
|
+
export type ValueDetailsValueFragment = {
|
|
1991
|
+
payload?: any | null;
|
|
1992
|
+
raw_payload?: any | null;
|
|
1985
1993
|
value?: any | null;
|
|
1986
1994
|
raw_value?: any | null;
|
|
1987
1995
|
id_value?: string | null;
|
|
1988
1996
|
isInherited?: boolean | null;
|
|
1997
|
+
isCalculated?: boolean | null;
|
|
1989
1998
|
modified_at?: number | null;
|
|
1990
1999
|
created_at?: number | null;
|
|
1991
2000
|
modified_by?: {
|
|
@@ -2044,8 +2053,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2044
2053
|
id_value?: string | null;
|
|
2045
2054
|
modified_at?: number | null;
|
|
2046
2055
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2056
|
+
payload?: any | null;
|
|
2057
|
+
raw_payload?: any | null;
|
|
2049
2058
|
modified_by?: {
|
|
2050
2059
|
id: string;
|
|
2051
2060
|
whoAmI: {
|
|
@@ -2093,8 +2102,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2093
2102
|
} | null;
|
|
2094
2103
|
} | null> | null;
|
|
2095
2104
|
};
|
|
2096
|
-
export
|
|
2097
|
-
export
|
|
2105
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2106
|
+
export type ValuesVersionDetailsFragment = {
|
|
2098
2107
|
treeId: string;
|
|
2099
2108
|
treeNode?: {
|
|
2100
2109
|
id: string;
|
|
@@ -2110,7 +2119,7 @@ export declare type ValuesVersionDetailsFragment = {
|
|
|
2110
2119
|
};
|
|
2111
2120
|
} | null;
|
|
2112
2121
|
};
|
|
2113
|
-
export
|
|
2122
|
+
export type RecordFormAttributeLinkAttributeFragment = {
|
|
2114
2123
|
id: string;
|
|
2115
2124
|
label?: any | null;
|
|
2116
2125
|
description?: any | null;
|
|
@@ -2189,7 +2198,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2189
2198
|
}> | null;
|
|
2190
2199
|
}> | null;
|
|
2191
2200
|
};
|
|
2192
|
-
export
|
|
2201
|
+
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2193
2202
|
id: string;
|
|
2194
2203
|
label?: any | null;
|
|
2195
2204
|
description?: any | null;
|
|
@@ -2254,7 +2263,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2254
2263
|
}> | null;
|
|
2255
2264
|
}> | null;
|
|
2256
2265
|
};
|
|
2257
|
-
export
|
|
2266
|
+
export type RecordFormAttributeTreeAttributeFragment = {
|
|
2258
2267
|
id: string;
|
|
2259
2268
|
label?: any | null;
|
|
2260
2269
|
description?: any | null;
|
|
@@ -2348,8 +2357,8 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2348
2357
|
}> | null;
|
|
2349
2358
|
}> | null;
|
|
2350
2359
|
};
|
|
2351
|
-
export
|
|
2352
|
-
export
|
|
2360
|
+
export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
|
|
2361
|
+
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2362
|
enable: boolean;
|
|
2354
2363
|
allowFreeEntry?: boolean | null;
|
|
2355
2364
|
dateRangeValues?: Array<{
|
|
@@ -2357,13 +2366,13 @@ export declare type StandardValuesListFragmentStandardDateRangeValuesListConfFra
|
|
|
2357
2366
|
to?: string | null;
|
|
2358
2367
|
}> | null;
|
|
2359
2368
|
};
|
|
2360
|
-
export
|
|
2369
|
+
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2370
|
enable: boolean;
|
|
2362
2371
|
allowFreeEntry?: boolean | null;
|
|
2363
2372
|
values?: Array<string> | null;
|
|
2364
2373
|
};
|
|
2365
|
-
export
|
|
2366
|
-
export
|
|
2374
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2375
|
+
export type TreeDetailsFragment = {
|
|
2367
2376
|
id: string;
|
|
2368
2377
|
label?: any | null;
|
|
2369
2378
|
behavior: TreeBehavior;
|
|
@@ -2380,19 +2389,19 @@ export declare type TreeDetailsFragment = {
|
|
|
2380
2389
|
};
|
|
2381
2390
|
}>;
|
|
2382
2391
|
};
|
|
2383
|
-
export
|
|
2392
|
+
export type TreeLightFragment = {
|
|
2384
2393
|
id: string;
|
|
2385
2394
|
label?: any | null;
|
|
2386
2395
|
};
|
|
2387
|
-
export
|
|
2396
|
+
export type TreeNodeChildFragment = {
|
|
2388
2397
|
id: string;
|
|
2389
2398
|
order?: number | null;
|
|
2390
2399
|
childrenCount?: number | null;
|
|
2391
2400
|
record: {
|
|
2392
2401
|
id: string;
|
|
2393
|
-
active
|
|
2402
|
+
active: Array<{
|
|
2394
2403
|
value?: any | null;
|
|
2395
|
-
}
|
|
2404
|
+
}>;
|
|
2396
2405
|
whoAmI: {
|
|
2397
2406
|
id: string;
|
|
2398
2407
|
label?: string | null;
|
|
@@ -2432,7 +2441,7 @@ export declare type TreeNodeChildFragment = {
|
|
|
2432
2441
|
edit_children: boolean;
|
|
2433
2442
|
};
|
|
2434
2443
|
};
|
|
2435
|
-
export
|
|
2444
|
+
export type ViewDetailsFragment = {
|
|
2436
2445
|
id: string;
|
|
2437
2446
|
shared: boolean;
|
|
2438
2447
|
label: any;
|
|
@@ -2491,19 +2500,19 @@ export declare type ViewDetailsFragment = {
|
|
|
2491
2500
|
value?: any | null;
|
|
2492
2501
|
}> | null;
|
|
2493
2502
|
};
|
|
2494
|
-
export
|
|
2503
|
+
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2504
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2505
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
2497
2506
|
}>;
|
|
2498
|
-
export
|
|
2507
|
+
export type CheckApplicationExistenceQuery = {
|
|
2499
2508
|
applications?: {
|
|
2500
2509
|
totalCount: number;
|
|
2501
2510
|
} | null;
|
|
2502
2511
|
};
|
|
2503
|
-
export
|
|
2512
|
+
export type GetApplicationByIdQueryVariables = Exact<{
|
|
2504
2513
|
id: Scalars['ID'];
|
|
2505
2514
|
}>;
|
|
2506
|
-
export
|
|
2515
|
+
export type GetApplicationByIdQuery = {
|
|
2507
2516
|
applications?: {
|
|
2508
2517
|
list: Array<{
|
|
2509
2518
|
id: string;
|
|
@@ -2536,20 +2545,20 @@ export declare type GetApplicationByIdQuery = {
|
|
|
2536
2545
|
}>;
|
|
2537
2546
|
} | null;
|
|
2538
2547
|
};
|
|
2539
|
-
export
|
|
2548
|
+
export type GetApplicationModulesQueryVariables = Exact<{
|
|
2540
2549
|
[key: string]: never;
|
|
2541
2550
|
}>;
|
|
2542
|
-
export
|
|
2551
|
+
export type GetApplicationModulesQuery = {
|
|
2543
2552
|
applicationsModules: Array<{
|
|
2544
2553
|
id: string;
|
|
2545
2554
|
description?: string | null;
|
|
2546
2555
|
version?: string | null;
|
|
2547
2556
|
}>;
|
|
2548
2557
|
};
|
|
2549
|
-
export
|
|
2558
|
+
export type SaveApplicationMutationVariables = Exact<{
|
|
2550
2559
|
application: ApplicationInput;
|
|
2551
2560
|
}>;
|
|
2552
|
-
export
|
|
2561
|
+
export type SaveApplicationMutation = {
|
|
2553
2562
|
saveApplication: {
|
|
2554
2563
|
id: string;
|
|
2555
2564
|
label: any;
|
|
@@ -2580,26 +2589,26 @@ export declare type SaveApplicationMutation = {
|
|
|
2580
2589
|
};
|
|
2581
2590
|
};
|
|
2582
2591
|
};
|
|
2583
|
-
export
|
|
2592
|
+
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
2584
2593
|
id: Scalars['ID'];
|
|
2585
2594
|
}>;
|
|
2586
|
-
export
|
|
2595
|
+
export type CheckAttributeExistenceQuery = {
|
|
2587
2596
|
attributes?: {
|
|
2588
2597
|
totalCount: number;
|
|
2589
2598
|
} | null;
|
|
2590
2599
|
};
|
|
2591
|
-
export
|
|
2600
|
+
export type DeleteAttributeMutationVariables = Exact<{
|
|
2592
2601
|
id?: InputMaybe<Scalars['ID']>;
|
|
2593
2602
|
}>;
|
|
2594
|
-
export
|
|
2603
|
+
export type DeleteAttributeMutation = {
|
|
2595
2604
|
deleteAttribute: {
|
|
2596
2605
|
id: string;
|
|
2597
2606
|
};
|
|
2598
2607
|
};
|
|
2599
|
-
export
|
|
2608
|
+
export type GetAttributeByIdQueryVariables = Exact<{
|
|
2600
2609
|
id?: InputMaybe<Scalars['ID']>;
|
|
2601
2610
|
}>;
|
|
2602
|
-
export
|
|
2611
|
+
export type GetAttributeByIdQuery = {
|
|
2603
2612
|
attributes?: {
|
|
2604
2613
|
list: Array<{
|
|
2605
2614
|
reverse_link?: string | null;
|
|
@@ -2609,7 +2618,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2609
2618
|
system: boolean;
|
|
2610
2619
|
readonly: boolean;
|
|
2611
2620
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2621
|
description?: any | null;
|
|
2614
2622
|
multiple_values: boolean;
|
|
2615
2623
|
linked_library?: {
|
|
@@ -2647,7 +2655,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2647
2655
|
system: boolean;
|
|
2648
2656
|
readonly: boolean;
|
|
2649
2657
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2658
|
description?: any | null;
|
|
2652
2659
|
multiple_values: boolean;
|
|
2653
2660
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2686,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2679
2686
|
system: boolean;
|
|
2680
2687
|
readonly: boolean;
|
|
2681
2688
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2689
|
description?: any | null;
|
|
2684
2690
|
multiple_values: boolean;
|
|
2685
2691
|
linked_tree?: {
|
|
@@ -2711,10 +2717,10 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2711
2717
|
}>;
|
|
2712
2718
|
} | null;
|
|
2713
2719
|
};
|
|
2714
|
-
export
|
|
2720
|
+
export type GetAttributesByLibQueryVariables = Exact<{
|
|
2715
2721
|
library: Scalars['String'];
|
|
2716
2722
|
}>;
|
|
2717
|
-
export
|
|
2723
|
+
export type GetAttributesByLibQuery = {
|
|
2718
2724
|
attributes?: {
|
|
2719
2725
|
list: Array<{
|
|
2720
2726
|
id: string;
|
|
@@ -2761,12 +2767,12 @@ export declare type GetAttributesByLibQuery = {
|
|
|
2761
2767
|
}>;
|
|
2762
2768
|
} | null;
|
|
2763
2769
|
};
|
|
2764
|
-
export
|
|
2770
|
+
export type GetAttributesQueryVariables = Exact<{
|
|
2765
2771
|
pagination?: InputMaybe<Pagination>;
|
|
2766
2772
|
sort?: InputMaybe<SortAttributes>;
|
|
2767
2773
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
2768
2774
|
}>;
|
|
2769
|
-
export
|
|
2775
|
+
export type GetAttributesQuery = {
|
|
2770
2776
|
attributes?: {
|
|
2771
2777
|
totalCount: number;
|
|
2772
2778
|
list: Array<{
|
|
@@ -2778,11 +2784,11 @@ export declare type GetAttributesQuery = {
|
|
|
2778
2784
|
}>;
|
|
2779
2785
|
} | null;
|
|
2780
2786
|
};
|
|
2781
|
-
export
|
|
2787
|
+
export type GetVersionProfilesQueryVariables = Exact<{
|
|
2782
2788
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
2783
2789
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
2784
2790
|
}>;
|
|
2785
|
-
export
|
|
2791
|
+
export type GetVersionProfilesQuery = {
|
|
2786
2792
|
versionProfiles: {
|
|
2787
2793
|
list: Array<{
|
|
2788
2794
|
id: string;
|
|
@@ -2790,10 +2796,10 @@ export declare type GetVersionProfilesQuery = {
|
|
|
2790
2796
|
}>;
|
|
2791
2797
|
};
|
|
2792
2798
|
};
|
|
2793
|
-
export
|
|
2799
|
+
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
2794
2800
|
libraryId: Scalars['String'];
|
|
2795
2801
|
}>;
|
|
2796
|
-
export
|
|
2802
|
+
export type GetVersionableAttributesByLibraryQuery = {
|
|
2797
2803
|
attributes?: {
|
|
2798
2804
|
list: Array<{
|
|
2799
2805
|
id: string;
|
|
@@ -2810,10 +2816,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
|
|
|
2810
2816
|
}>;
|
|
2811
2817
|
} | null;
|
|
2812
2818
|
};
|
|
2813
|
-
export
|
|
2819
|
+
export type SaveAttributeMutationVariables = Exact<{
|
|
2814
2820
|
attribute: AttributeInput;
|
|
2815
2821
|
}>;
|
|
2816
|
-
export
|
|
2822
|
+
export type SaveAttributeMutation = {
|
|
2817
2823
|
saveAttribute: {
|
|
2818
2824
|
reverse_link?: string | null;
|
|
2819
2825
|
id: string;
|
|
@@ -2822,7 +2828,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2822
2828
|
system: boolean;
|
|
2823
2829
|
readonly: boolean;
|
|
2824
2830
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2831
|
description?: any | null;
|
|
2827
2832
|
multiple_values: boolean;
|
|
2828
2833
|
linked_library?: {
|
|
@@ -2860,7 +2865,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2860
2865
|
system: boolean;
|
|
2861
2866
|
readonly: boolean;
|
|
2862
2867
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
2868
|
description?: any | null;
|
|
2865
2869
|
multiple_values: boolean;
|
|
2866
2870
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +2896,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2892
2896
|
system: boolean;
|
|
2893
2897
|
readonly: boolean;
|
|
2894
2898
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
2899
|
description?: any | null;
|
|
2897
2900
|
multiple_values: boolean;
|
|
2898
2901
|
linked_tree?: {
|
|
@@ -2923,20 +2926,20 @@ export declare type SaveAttributeMutation = {
|
|
|
2923
2926
|
}> | null;
|
|
2924
2927
|
};
|
|
2925
2928
|
};
|
|
2926
|
-
export
|
|
2929
|
+
export type ExportQueryVariables = Exact<{
|
|
2927
2930
|
library: Scalars['ID'];
|
|
2928
2931
|
attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2929
2932
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2930
2933
|
}>;
|
|
2931
|
-
export
|
|
2934
|
+
export type ExportQuery = {
|
|
2932
2935
|
export: string;
|
|
2933
2936
|
};
|
|
2934
|
-
export
|
|
2937
|
+
export type CreateDirectoryMutationVariables = Exact<{
|
|
2935
2938
|
library: Scalars['String'];
|
|
2936
2939
|
nodeId: Scalars['String'];
|
|
2937
2940
|
name: Scalars['String'];
|
|
2938
2941
|
}>;
|
|
2939
|
-
export
|
|
2942
|
+
export type CreateDirectoryMutation = {
|
|
2940
2943
|
createDirectory: {
|
|
2941
2944
|
id: string;
|
|
2942
2945
|
whoAmI: {
|
|
@@ -2952,21 +2955,21 @@ export declare type CreateDirectoryMutation = {
|
|
|
2952
2955
|
};
|
|
2953
2956
|
};
|
|
2954
2957
|
};
|
|
2955
|
-
export
|
|
2958
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
2956
2959
|
libraryId: Scalars['ID'];
|
|
2957
2960
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2958
2961
|
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2959
2962
|
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
2960
2963
|
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
2961
2964
|
}>;
|
|
2962
|
-
export
|
|
2965
|
+
export type ForcePreviewsGenerationMutation = {
|
|
2963
2966
|
forcePreviewsGeneration: boolean;
|
|
2964
2967
|
};
|
|
2965
|
-
export
|
|
2968
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
2966
2969
|
library: Scalars['ID'];
|
|
2967
2970
|
directoryId: Scalars['String'];
|
|
2968
2971
|
}>;
|
|
2969
|
-
export
|
|
2972
|
+
export type GetDirectoryDataQuery = {
|
|
2970
2973
|
records: {
|
|
2971
2974
|
list: Array<{
|
|
2972
2975
|
id: string;
|
|
@@ -2981,10 +2984,10 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2981
2984
|
label?: any | null;
|
|
2982
2985
|
};
|
|
2983
2986
|
};
|
|
2984
|
-
created_at
|
|
2987
|
+
created_at: Array<{
|
|
2985
2988
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
2989
|
+
}>;
|
|
2990
|
+
created_by: Array<{
|
|
2988
2991
|
value?: {
|
|
2989
2992
|
id: string;
|
|
2990
2993
|
whoAmI: {
|
|
@@ -2999,11 +3002,11 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2999
3002
|
};
|
|
3000
3003
|
};
|
|
3001
3004
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3005
|
+
}>;
|
|
3006
|
+
modified_at: Array<{
|
|
3004
3007
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3008
|
+
}>;
|
|
3009
|
+
modified_by: Array<{
|
|
3007
3010
|
value?: {
|
|
3008
3011
|
id: string;
|
|
3009
3012
|
whoAmI: {
|
|
@@ -3018,23 +3021,23 @@ export declare type GetDirectoryDataQuery = {
|
|
|
3018
3021
|
};
|
|
3019
3022
|
};
|
|
3020
3023
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3024
|
+
}>;
|
|
3025
|
+
file_name: Array<{
|
|
3023
3026
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3027
|
+
}>;
|
|
3028
|
+
file_path: Array<{
|
|
3026
3029
|
value?: any | null;
|
|
3027
|
-
}
|
|
3030
|
+
}>;
|
|
3028
3031
|
library: {
|
|
3029
3032
|
behavior: LibraryBehavior;
|
|
3030
3033
|
};
|
|
3031
3034
|
}>;
|
|
3032
3035
|
};
|
|
3033
3036
|
};
|
|
3034
|
-
export
|
|
3037
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3035
3038
|
filters?: InputMaybe<UploadFiltersInput>;
|
|
3036
3039
|
}>;
|
|
3037
|
-
export
|
|
3040
|
+
export type UploadUpdateSubscription = {
|
|
3038
3041
|
upload: {
|
|
3039
3042
|
userId: string;
|
|
3040
3043
|
uid: string;
|
|
@@ -3050,12 +3053,12 @@ export declare type UploadUpdateSubscription = {
|
|
|
3050
3053
|
};
|
|
3051
3054
|
};
|
|
3052
3055
|
};
|
|
3053
|
-
export
|
|
3056
|
+
export type UploadMutationVariables = Exact<{
|
|
3054
3057
|
library: Scalars['String'];
|
|
3055
3058
|
nodeId: Scalars['String'];
|
|
3056
3059
|
files: Array<FileInput> | FileInput;
|
|
3057
3060
|
}>;
|
|
3058
|
-
export
|
|
3061
|
+
export type UploadMutation = {
|
|
3059
3062
|
upload: Array<{
|
|
3060
3063
|
uid: string;
|
|
3061
3064
|
record: {
|
|
@@ -3074,34 +3077,34 @@ export declare type UploadMutation = {
|
|
|
3074
3077
|
};
|
|
3075
3078
|
}>;
|
|
3076
3079
|
};
|
|
3077
|
-
export
|
|
3080
|
+
export type ImportExcelMutationVariables = Exact<{
|
|
3078
3081
|
file: Scalars['Upload'];
|
|
3079
3082
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
3080
3083
|
startAt?: InputMaybe<Scalars['Int']>;
|
|
3081
3084
|
}>;
|
|
3082
|
-
export
|
|
3085
|
+
export type ImportExcelMutation = {
|
|
3083
3086
|
importExcel: string;
|
|
3084
3087
|
};
|
|
3085
|
-
export
|
|
3088
|
+
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
3086
3089
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3087
3090
|
}>;
|
|
3088
|
-
export
|
|
3091
|
+
export type CheckLibraryExistenceQuery = {
|
|
3089
3092
|
libraries?: {
|
|
3090
3093
|
totalCount: number;
|
|
3091
3094
|
} | null;
|
|
3092
3095
|
};
|
|
3093
|
-
export
|
|
3096
|
+
export type DeleteLibraryMutationVariables = Exact<{
|
|
3094
3097
|
id?: InputMaybe<Scalars['ID']>;
|
|
3095
3098
|
}>;
|
|
3096
|
-
export
|
|
3099
|
+
export type DeleteLibraryMutation = {
|
|
3097
3100
|
deleteLibrary: {
|
|
3098
3101
|
id: string;
|
|
3099
3102
|
};
|
|
3100
3103
|
};
|
|
3101
|
-
export
|
|
3104
|
+
export type GetLibrariesQueryVariables = Exact<{
|
|
3102
3105
|
[key: string]: never;
|
|
3103
3106
|
}>;
|
|
3104
|
-
export
|
|
3107
|
+
export type GetLibrariesQuery = {
|
|
3105
3108
|
libraries?: {
|
|
3106
3109
|
list: Array<{
|
|
3107
3110
|
id: string;
|
|
@@ -3119,10 +3122,10 @@ export declare type GetLibrariesQuery = {
|
|
|
3119
3122
|
}>;
|
|
3120
3123
|
} | null;
|
|
3121
3124
|
};
|
|
3122
|
-
export
|
|
3125
|
+
export type GetLibraryByIdQueryVariables = Exact<{
|
|
3123
3126
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3124
3127
|
}>;
|
|
3125
|
-
export
|
|
3128
|
+
export type GetLibraryByIdQuery = {
|
|
3126
3129
|
libraries?: {
|
|
3127
3130
|
list: Array<{
|
|
3128
3131
|
id: string;
|
|
@@ -3208,10 +3211,10 @@ export declare type GetLibraryByIdQuery = {
|
|
|
3208
3211
|
}>;
|
|
3209
3212
|
} | null;
|
|
3210
3213
|
};
|
|
3211
|
-
export
|
|
3214
|
+
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
3212
3215
|
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3213
3216
|
}>;
|
|
3214
|
-
export
|
|
3217
|
+
export type GetLibraryPermissionsQuery = {
|
|
3215
3218
|
libraries?: {
|
|
3216
3219
|
list: Array<{
|
|
3217
3220
|
permissions?: {
|
|
@@ -3224,10 +3227,10 @@ export declare type GetLibraryPermissionsQuery = {
|
|
|
3224
3227
|
}>;
|
|
3225
3228
|
} | null;
|
|
3226
3229
|
};
|
|
3227
|
-
export
|
|
3230
|
+
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
3228
3231
|
id: Scalars['ID'];
|
|
3229
3232
|
}>;
|
|
3230
|
-
export
|
|
3233
|
+
export type GetLibraryPreviewsSettingsQuery = {
|
|
3231
3234
|
libraries?: {
|
|
3232
3235
|
list: Array<{
|
|
3233
3236
|
id: string;
|
|
@@ -3249,10 +3252,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
|
|
|
3249
3252
|
}>;
|
|
3250
3253
|
} | null;
|
|
3251
3254
|
};
|
|
3252
|
-
export
|
|
3255
|
+
export type SaveLibraryMutationVariables = Exact<{
|
|
3253
3256
|
library: LibraryInput;
|
|
3254
3257
|
}>;
|
|
3255
|
-
export
|
|
3258
|
+
export type SaveLibraryMutation = {
|
|
3256
3259
|
saveLibrary: {
|
|
3257
3260
|
id: string;
|
|
3258
3261
|
label?: any | null;
|
|
@@ -3336,23 +3339,23 @@ export declare type SaveLibraryMutation = {
|
|
|
3336
3339
|
}> | null;
|
|
3337
3340
|
};
|
|
3338
3341
|
};
|
|
3339
|
-
export
|
|
3342
|
+
export type IsAllowedQueryVariables = Exact<{
|
|
3340
3343
|
type: PermissionTypes;
|
|
3341
3344
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
3342
3345
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
3343
3346
|
target?: InputMaybe<PermissionTarget>;
|
|
3344
3347
|
}>;
|
|
3345
|
-
export
|
|
3348
|
+
export type IsAllowedQuery = {
|
|
3346
3349
|
isAllowed?: Array<{
|
|
3347
3350
|
name: PermissionsActions;
|
|
3348
3351
|
allowed?: boolean | null;
|
|
3349
3352
|
}> | null;
|
|
3350
3353
|
};
|
|
3351
|
-
export
|
|
3354
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
3352
3355
|
library: Scalars['ID'];
|
|
3353
3356
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
3354
3357
|
}>;
|
|
3355
|
-
export
|
|
3358
|
+
export type CreateRecordMutation = {
|
|
3356
3359
|
createRecord: {
|
|
3357
3360
|
record?: {
|
|
3358
3361
|
id: string;
|
|
@@ -3377,12 +3380,12 @@ export declare type CreateRecordMutation = {
|
|
|
3377
3380
|
}> | null;
|
|
3378
3381
|
};
|
|
3379
3382
|
};
|
|
3380
|
-
export
|
|
3383
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
3381
3384
|
libraryId: Scalars['String'];
|
|
3382
3385
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3383
3386
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3384
3387
|
}>;
|
|
3385
|
-
export
|
|
3388
|
+
export type DeactivateRecordsMutation = {
|
|
3386
3389
|
deactivateRecords: Array<{
|
|
3387
3390
|
id: string;
|
|
3388
3391
|
whoAmI: {
|
|
@@ -3398,20 +3401,20 @@ export declare type DeactivateRecordsMutation = {
|
|
|
3398
3401
|
};
|
|
3399
3402
|
}>;
|
|
3400
3403
|
};
|
|
3401
|
-
export
|
|
3404
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
3402
3405
|
parentNode?: InputMaybe<Scalars['ID']>;
|
|
3403
3406
|
treeId: Scalars['ID'];
|
|
3404
3407
|
filename: Scalars['String'];
|
|
3405
3408
|
}>;
|
|
3406
|
-
export
|
|
3409
|
+
export type DoesFileExistAsChildQuery = {
|
|
3407
3410
|
doesFileExistAsChild?: boolean | null;
|
|
3408
3411
|
};
|
|
3409
|
-
export
|
|
3412
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
3410
3413
|
library: Scalars['ID'];
|
|
3411
3414
|
fileId: Scalars['String'];
|
|
3412
3415
|
previewsStatusAttribute: Scalars['ID'];
|
|
3413
3416
|
}>;
|
|
3414
|
-
export
|
|
3417
|
+
export type GetFileDataQuery = {
|
|
3415
3418
|
records: {
|
|
3416
3419
|
list: Array<{
|
|
3417
3420
|
id: string;
|
|
@@ -3426,10 +3429,10 @@ export declare type GetFileDataQuery = {
|
|
|
3426
3429
|
label?: any | null;
|
|
3427
3430
|
};
|
|
3428
3431
|
};
|
|
3429
|
-
created_at
|
|
3432
|
+
created_at: Array<{
|
|
3430
3433
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3434
|
+
}>;
|
|
3435
|
+
created_by: Array<{
|
|
3433
3436
|
value?: {
|
|
3434
3437
|
id: string;
|
|
3435
3438
|
whoAmI: {
|
|
@@ -3444,11 +3447,11 @@ export declare type GetFileDataQuery = {
|
|
|
3444
3447
|
};
|
|
3445
3448
|
};
|
|
3446
3449
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3450
|
+
}>;
|
|
3451
|
+
modified_at: Array<{
|
|
3449
3452
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3453
|
+
}>;
|
|
3454
|
+
modified_by: Array<{
|
|
3452
3455
|
value?: {
|
|
3453
3456
|
id: string;
|
|
3454
3457
|
whoAmI: {
|
|
@@ -3463,29 +3466,29 @@ export declare type GetFileDataQuery = {
|
|
|
3463
3466
|
};
|
|
3464
3467
|
};
|
|
3465
3468
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3469
|
+
}>;
|
|
3470
|
+
file_name: Array<{
|
|
3468
3471
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3472
|
+
}>;
|
|
3473
|
+
file_path: Array<{
|
|
3471
3474
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3475
|
+
}>;
|
|
3476
|
+
previews_status: Array<{
|
|
3474
3477
|
value?: any | null;
|
|
3475
|
-
}
|
|
3478
|
+
}>;
|
|
3476
3479
|
library: {
|
|
3477
3480
|
behavior: LibraryBehavior;
|
|
3478
3481
|
};
|
|
3479
3482
|
}>;
|
|
3480
3483
|
};
|
|
3481
3484
|
};
|
|
3482
|
-
export
|
|
3485
|
+
export type RecordFormQueryVariables = Exact<{
|
|
3483
3486
|
libraryId: Scalars['String'];
|
|
3484
3487
|
formId: Scalars['String'];
|
|
3485
3488
|
recordId?: InputMaybe<Scalars['String']>;
|
|
3486
3489
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3487
3490
|
}>;
|
|
3488
|
-
export
|
|
3491
|
+
export type RecordFormQuery = {
|
|
3489
3492
|
recordForm?: {
|
|
3490
3493
|
id: string;
|
|
3491
3494
|
recordId?: string | null;
|
|
@@ -3504,6 +3507,7 @@ export declare type RecordFormQuery = {
|
|
|
3504
3507
|
values?: Array<{
|
|
3505
3508
|
id_value?: string | null;
|
|
3506
3509
|
isInherited?: boolean | null;
|
|
3510
|
+
isCalculated?: boolean | null;
|
|
3507
3511
|
modified_at?: number | null;
|
|
3508
3512
|
created_at?: number | null;
|
|
3509
3513
|
linkValue?: {
|
|
@@ -3576,8 +3580,8 @@ export declare type RecordFormQuery = {
|
|
|
3576
3580
|
id_value?: string | null;
|
|
3577
3581
|
modified_at?: number | null;
|
|
3578
3582
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3583
|
+
payload?: any | null;
|
|
3584
|
+
raw_payload?: any | null;
|
|
3581
3585
|
modified_by?: {
|
|
3582
3586
|
id: string;
|
|
3583
3587
|
whoAmI: {
|
|
@@ -3627,6 +3631,7 @@ export declare type RecordFormQuery = {
|
|
|
3627
3631
|
} | {
|
|
3628
3632
|
id_value?: string | null;
|
|
3629
3633
|
isInherited?: boolean | null;
|
|
3634
|
+
isCalculated?: boolean | null;
|
|
3630
3635
|
modified_at?: number | null;
|
|
3631
3636
|
created_at?: number | null;
|
|
3632
3637
|
treeValue?: {
|
|
@@ -3718,8 +3723,8 @@ export declare type RecordFormQuery = {
|
|
|
3718
3723
|
id_value?: string | null;
|
|
3719
3724
|
modified_at?: number | null;
|
|
3720
3725
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3726
|
+
payload?: any | null;
|
|
3727
|
+
raw_payload?: any | null;
|
|
3723
3728
|
modified_by?: {
|
|
3724
3729
|
id: string;
|
|
3725
3730
|
whoAmI: {
|
|
@@ -3767,10 +3772,13 @@ export declare type RecordFormQuery = {
|
|
|
3767
3772
|
} | null;
|
|
3768
3773
|
} | null> | null;
|
|
3769
3774
|
} | {
|
|
3775
|
+
payload?: any | null;
|
|
3776
|
+
raw_payload?: any | null;
|
|
3770
3777
|
value?: any | null;
|
|
3771
3778
|
raw_value?: any | null;
|
|
3772
3779
|
id_value?: string | null;
|
|
3773
3780
|
isInherited?: boolean | null;
|
|
3781
|
+
isCalculated?: boolean | null;
|
|
3774
3782
|
modified_at?: number | null;
|
|
3775
3783
|
created_at?: number | null;
|
|
3776
3784
|
modified_by?: {
|
|
@@ -3829,8 +3837,8 @@ export declare type RecordFormQuery = {
|
|
|
3829
3837
|
id_value?: string | null;
|
|
3830
3838
|
modified_at?: number | null;
|
|
3831
3839
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3840
|
+
payload?: any | null;
|
|
3841
|
+
raw_payload?: any | null;
|
|
3834
3842
|
modified_by?: {
|
|
3835
3843
|
id: string;
|
|
3836
3844
|
whoAmI: {
|
|
@@ -4121,10 +4129,10 @@ export declare type RecordFormQuery = {
|
|
|
4121
4129
|
}>;
|
|
4122
4130
|
} | null;
|
|
4123
4131
|
};
|
|
4124
|
-
export
|
|
4132
|
+
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
4125
4133
|
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
4126
4134
|
}>;
|
|
4127
|
-
export
|
|
4135
|
+
export type RecordUpdateSubscription = {
|
|
4128
4136
|
recordUpdate: {
|
|
4129
4137
|
record: {
|
|
4130
4138
|
id: string;
|
|
@@ -4139,7 +4147,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4139
4147
|
label?: any | null;
|
|
4140
4148
|
};
|
|
4141
4149
|
};
|
|
4142
|
-
modified_by
|
|
4150
|
+
modified_by: Array<{
|
|
4143
4151
|
value?: {
|
|
4144
4152
|
id: string;
|
|
4145
4153
|
whoAmI: {
|
|
@@ -4154,13 +4162,14 @@ export declare type RecordUpdateSubscription = {
|
|
|
4154
4162
|
};
|
|
4155
4163
|
};
|
|
4156
4164
|
} | null;
|
|
4157
|
-
}
|
|
4165
|
+
}>;
|
|
4158
4166
|
};
|
|
4159
4167
|
updatedValues: Array<{
|
|
4160
4168
|
attribute: string;
|
|
4161
4169
|
value: {
|
|
4162
4170
|
id_value?: string | null;
|
|
4163
4171
|
isInherited?: boolean | null;
|
|
4172
|
+
isCalculated?: boolean | null;
|
|
4164
4173
|
modified_at?: number | null;
|
|
4165
4174
|
created_at?: number | null;
|
|
4166
4175
|
linkValue?: {
|
|
@@ -4233,8 +4242,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4233
4242
|
id_value?: string | null;
|
|
4234
4243
|
modified_at?: number | null;
|
|
4235
4244
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4245
|
+
payload?: any | null;
|
|
4246
|
+
raw_payload?: any | null;
|
|
4238
4247
|
modified_by?: {
|
|
4239
4248
|
id: string;
|
|
4240
4249
|
whoAmI: {
|
|
@@ -4284,6 +4293,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4284
4293
|
} | {
|
|
4285
4294
|
id_value?: string | null;
|
|
4286
4295
|
isInherited?: boolean | null;
|
|
4296
|
+
isCalculated?: boolean | null;
|
|
4287
4297
|
modified_at?: number | null;
|
|
4288
4298
|
created_at?: number | null;
|
|
4289
4299
|
treeValue?: {
|
|
@@ -4375,8 +4385,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4375
4385
|
id_value?: string | null;
|
|
4376
4386
|
modified_at?: number | null;
|
|
4377
4387
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4388
|
+
payload?: any | null;
|
|
4389
|
+
raw_payload?: any | null;
|
|
4380
4390
|
modified_by?: {
|
|
4381
4391
|
id: string;
|
|
4382
4392
|
whoAmI: {
|
|
@@ -4424,10 +4434,13 @@ export declare type RecordUpdateSubscription = {
|
|
|
4424
4434
|
} | null;
|
|
4425
4435
|
} | null> | null;
|
|
4426
4436
|
} | {
|
|
4437
|
+
payload?: any | null;
|
|
4438
|
+
raw_payload?: any | null;
|
|
4427
4439
|
value?: any | null;
|
|
4428
4440
|
raw_value?: any | null;
|
|
4429
4441
|
id_value?: string | null;
|
|
4430
4442
|
isInherited?: boolean | null;
|
|
4443
|
+
isCalculated?: boolean | null;
|
|
4431
4444
|
modified_at?: number | null;
|
|
4432
4445
|
created_at?: number | null;
|
|
4433
4446
|
modified_by?: {
|
|
@@ -4486,8 +4499,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4486
4499
|
id_value?: string | null;
|
|
4487
4500
|
modified_at?: number | null;
|
|
4488
4501
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4502
|
+
payload?: any | null;
|
|
4503
|
+
raw_payload?: any | null;
|
|
4491
4504
|
modified_by?: {
|
|
4492
4505
|
id: string;
|
|
4493
4506
|
whoAmI: {
|
|
@@ -4538,39 +4551,39 @@ export declare type RecordUpdateSubscription = {
|
|
|
4538
4551
|
}>;
|
|
4539
4552
|
};
|
|
4540
4553
|
};
|
|
4541
|
-
export
|
|
4554
|
+
export type IndexRecordsMutationVariables = Exact<{
|
|
4542
4555
|
libraryId: Scalars['String'];
|
|
4543
4556
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4544
4557
|
}>;
|
|
4545
|
-
export
|
|
4558
|
+
export type IndexRecordsMutation = {
|
|
4546
4559
|
indexRecords: boolean;
|
|
4547
4560
|
};
|
|
4548
|
-
export
|
|
4561
|
+
export type CancelTaskMutationVariables = Exact<{
|
|
4549
4562
|
taskId: Scalars['ID'];
|
|
4550
4563
|
}>;
|
|
4551
|
-
export
|
|
4564
|
+
export type CancelTaskMutation = {
|
|
4552
4565
|
cancelTask: boolean;
|
|
4553
4566
|
};
|
|
4554
|
-
export
|
|
4567
|
+
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
4555
4568
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4556
4569
|
}>;
|
|
4557
|
-
export
|
|
4570
|
+
export type CheckTreeExistenceQuery = {
|
|
4558
4571
|
trees?: {
|
|
4559
4572
|
totalCount: number;
|
|
4560
4573
|
} | null;
|
|
4561
4574
|
};
|
|
4562
|
-
export
|
|
4575
|
+
export type DeleteTreeMutationVariables = Exact<{
|
|
4563
4576
|
id: Scalars['ID'];
|
|
4564
4577
|
}>;
|
|
4565
|
-
export
|
|
4578
|
+
export type DeleteTreeMutation = {
|
|
4566
4579
|
deleteTree: {
|
|
4567
4580
|
id: string;
|
|
4568
4581
|
};
|
|
4569
4582
|
};
|
|
4570
|
-
export
|
|
4583
|
+
export type GetTreeByIdQueryVariables = Exact<{
|
|
4571
4584
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4572
4585
|
}>;
|
|
4573
|
-
export
|
|
4586
|
+
export type GetTreeByIdQuery = {
|
|
4574
4587
|
trees?: {
|
|
4575
4588
|
list: Array<{
|
|
4576
4589
|
id: string;
|
|
@@ -4591,11 +4604,11 @@ export declare type GetTreeByIdQuery = {
|
|
|
4591
4604
|
}>;
|
|
4592
4605
|
} | null;
|
|
4593
4606
|
};
|
|
4594
|
-
export
|
|
4607
|
+
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
4595
4608
|
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4596
4609
|
library?: InputMaybe<Scalars['String']>;
|
|
4597
4610
|
}>;
|
|
4598
|
-
export
|
|
4611
|
+
export type GetTreeLibrariesQuery = {
|
|
4599
4612
|
trees?: {
|
|
4600
4613
|
totalCount: number;
|
|
4601
4614
|
list: Array<{
|
|
@@ -4618,10 +4631,10 @@ export declare type GetTreeLibrariesQuery = {
|
|
|
4618
4631
|
}>;
|
|
4619
4632
|
} | null;
|
|
4620
4633
|
};
|
|
4621
|
-
export
|
|
4634
|
+
export type GetTreesQueryVariables = Exact<{
|
|
4622
4635
|
[key: string]: never;
|
|
4623
4636
|
}>;
|
|
4624
|
-
export
|
|
4637
|
+
export type GetTreesQuery = {
|
|
4625
4638
|
trees?: {
|
|
4626
4639
|
list: Array<{
|
|
4627
4640
|
id: string;
|
|
@@ -4629,10 +4642,10 @@ export declare type GetTreesQuery = {
|
|
|
4629
4642
|
}>;
|
|
4630
4643
|
} | null;
|
|
4631
4644
|
};
|
|
4632
|
-
export
|
|
4645
|
+
export type SaveTreeMutationVariables = Exact<{
|
|
4633
4646
|
tree: TreeInput;
|
|
4634
4647
|
}>;
|
|
4635
|
-
export
|
|
4648
|
+
export type SaveTreeMutation = {
|
|
4636
4649
|
saveTree: {
|
|
4637
4650
|
id: string;
|
|
4638
4651
|
label?: any | null;
|
|
@@ -4651,12 +4664,12 @@ export declare type SaveTreeMutation = {
|
|
|
4651
4664
|
}>;
|
|
4652
4665
|
};
|
|
4653
4666
|
};
|
|
4654
|
-
export
|
|
4667
|
+
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
4655
4668
|
treeId: Scalars['ID'];
|
|
4656
4669
|
node?: InputMaybe<Scalars['ID']>;
|
|
4657
4670
|
pagination?: InputMaybe<Pagination>;
|
|
4658
4671
|
}>;
|
|
4659
|
-
export
|
|
4672
|
+
export type TreeNodeChildrenQuery = {
|
|
4660
4673
|
treeNodeChildren: {
|
|
4661
4674
|
totalCount?: number | null;
|
|
4662
4675
|
list: Array<{
|
|
@@ -4676,9 +4689,9 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4676
4689
|
label?: any | null;
|
|
4677
4690
|
};
|
|
4678
4691
|
};
|
|
4679
|
-
active
|
|
4692
|
+
active: Array<{
|
|
4680
4693
|
value?: any | null;
|
|
4681
|
-
}
|
|
4694
|
+
}>;
|
|
4682
4695
|
};
|
|
4683
4696
|
ancestors?: Array<{
|
|
4684
4697
|
id: string;
|
|
@@ -4709,37 +4722,38 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4709
4722
|
}>;
|
|
4710
4723
|
};
|
|
4711
4724
|
};
|
|
4712
|
-
export
|
|
4725
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
4713
4726
|
keys: Array<Scalars['String']> | Scalars['String'];
|
|
4714
4727
|
global?: InputMaybe<Scalars['Boolean']>;
|
|
4715
4728
|
}>;
|
|
4716
|
-
export
|
|
4729
|
+
export type GetUserDataQuery = {
|
|
4717
4730
|
userData: {
|
|
4718
4731
|
global: boolean;
|
|
4719
4732
|
data?: any | null;
|
|
4720
4733
|
};
|
|
4721
4734
|
};
|
|
4722
|
-
export
|
|
4735
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
4723
4736
|
key: Scalars['String'];
|
|
4724
4737
|
value?: InputMaybe<Scalars['Any']>;
|
|
4725
4738
|
global: Scalars['Boolean'];
|
|
4726
4739
|
}>;
|
|
4727
|
-
export
|
|
4740
|
+
export type SaveUserDataMutation = {
|
|
4728
4741
|
saveUserData: {
|
|
4729
4742
|
global: boolean;
|
|
4730
4743
|
data?: any | null;
|
|
4731
4744
|
};
|
|
4732
4745
|
};
|
|
4733
|
-
export
|
|
4746
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
4734
4747
|
library: Scalars['ID'];
|
|
4735
4748
|
recordId: Scalars['ID'];
|
|
4736
4749
|
attribute: Scalars['ID'];
|
|
4737
4750
|
value?: InputMaybe<ValueInput>;
|
|
4738
4751
|
}>;
|
|
4739
|
-
export
|
|
4752
|
+
export type DeleteValueMutation = {
|
|
4740
4753
|
deleteValue: Array<{
|
|
4741
4754
|
id_value?: string | null;
|
|
4742
4755
|
isInherited?: boolean | null;
|
|
4756
|
+
isCalculated?: boolean | null;
|
|
4743
4757
|
modified_at?: number | null;
|
|
4744
4758
|
created_at?: number | null;
|
|
4745
4759
|
linkValue?: {
|
|
@@ -4812,8 +4826,8 @@ export declare type DeleteValueMutation = {
|
|
|
4812
4826
|
id_value?: string | null;
|
|
4813
4827
|
modified_at?: number | null;
|
|
4814
4828
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4829
|
+
payload?: any | null;
|
|
4830
|
+
raw_payload?: any | null;
|
|
4817
4831
|
modified_by?: {
|
|
4818
4832
|
id: string;
|
|
4819
4833
|
whoAmI: {
|
|
@@ -4863,6 +4877,7 @@ export declare type DeleteValueMutation = {
|
|
|
4863
4877
|
} | {
|
|
4864
4878
|
id_value?: string | null;
|
|
4865
4879
|
isInherited?: boolean | null;
|
|
4880
|
+
isCalculated?: boolean | null;
|
|
4866
4881
|
modified_at?: number | null;
|
|
4867
4882
|
created_at?: number | null;
|
|
4868
4883
|
treeValue?: {
|
|
@@ -4954,8 +4969,8 @@ export declare type DeleteValueMutation = {
|
|
|
4954
4969
|
id_value?: string | null;
|
|
4955
4970
|
modified_at?: number | null;
|
|
4956
4971
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
4972
|
+
payload?: any | null;
|
|
4973
|
+
raw_payload?: any | null;
|
|
4959
4974
|
modified_by?: {
|
|
4960
4975
|
id: string;
|
|
4961
4976
|
whoAmI: {
|
|
@@ -5003,10 +5018,13 @@ export declare type DeleteValueMutation = {
|
|
|
5003
5018
|
} | null;
|
|
5004
5019
|
} | null> | null;
|
|
5005
5020
|
} | {
|
|
5021
|
+
payload?: any | null;
|
|
5022
|
+
raw_payload?: any | null;
|
|
5006
5023
|
value?: any | null;
|
|
5007
5024
|
raw_value?: any | null;
|
|
5008
5025
|
id_value?: string | null;
|
|
5009
5026
|
isInherited?: boolean | null;
|
|
5027
|
+
isCalculated?: boolean | null;
|
|
5010
5028
|
modified_at?: number | null;
|
|
5011
5029
|
created_at?: number | null;
|
|
5012
5030
|
modified_by?: {
|
|
@@ -5065,8 +5083,8 @@ export declare type DeleteValueMutation = {
|
|
|
5065
5083
|
id_value?: string | null;
|
|
5066
5084
|
modified_at?: number | null;
|
|
5067
5085
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5086
|
+
payload?: any | null;
|
|
5087
|
+
raw_payload?: any | null;
|
|
5070
5088
|
modified_by?: {
|
|
5071
5089
|
id: string;
|
|
5072
5090
|
whoAmI: {
|
|
@@ -5115,18 +5133,19 @@ export declare type DeleteValueMutation = {
|
|
|
5115
5133
|
} | null> | null;
|
|
5116
5134
|
}>;
|
|
5117
5135
|
};
|
|
5118
|
-
export
|
|
5136
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5119
5137
|
library: Scalars['ID'];
|
|
5120
5138
|
recordId: Scalars['ID'];
|
|
5121
5139
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5122
5140
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5123
5141
|
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5124
5142
|
}>;
|
|
5125
|
-
export
|
|
5143
|
+
export type SaveValueBatchMutation = {
|
|
5126
5144
|
saveValueBatch: {
|
|
5127
5145
|
values?: Array<{
|
|
5128
5146
|
id_value?: string | null;
|
|
5129
5147
|
isInherited?: boolean | null;
|
|
5148
|
+
isCalculated?: boolean | null;
|
|
5130
5149
|
modified_at?: number | null;
|
|
5131
5150
|
created_at?: number | null;
|
|
5132
5151
|
linkValue?: {
|
|
@@ -5199,8 +5218,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5199
5218
|
id_value?: string | null;
|
|
5200
5219
|
modified_at?: number | null;
|
|
5201
5220
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5221
|
+
payload?: any | null;
|
|
5222
|
+
raw_payload?: any | null;
|
|
5204
5223
|
modified_by?: {
|
|
5205
5224
|
id: string;
|
|
5206
5225
|
whoAmI: {
|
|
@@ -5250,6 +5269,7 @@ export declare type SaveValueBatchMutation = {
|
|
|
5250
5269
|
} | {
|
|
5251
5270
|
id_value?: string | null;
|
|
5252
5271
|
isInherited?: boolean | null;
|
|
5272
|
+
isCalculated?: boolean | null;
|
|
5253
5273
|
modified_at?: number | null;
|
|
5254
5274
|
created_at?: number | null;
|
|
5255
5275
|
treeValue?: {
|
|
@@ -5341,8 +5361,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5341
5361
|
id_value?: string | null;
|
|
5342
5362
|
modified_at?: number | null;
|
|
5343
5363
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5364
|
+
payload?: any | null;
|
|
5365
|
+
raw_payload?: any | null;
|
|
5346
5366
|
modified_by?: {
|
|
5347
5367
|
id: string;
|
|
5348
5368
|
whoAmI: {
|
|
@@ -5390,10 +5410,13 @@ export declare type SaveValueBatchMutation = {
|
|
|
5390
5410
|
} | null;
|
|
5391
5411
|
} | null> | null;
|
|
5392
5412
|
} | {
|
|
5413
|
+
payload?: any | null;
|
|
5414
|
+
raw_payload?: any | null;
|
|
5393
5415
|
value?: any | null;
|
|
5394
5416
|
raw_value?: any | null;
|
|
5395
5417
|
id_value?: string | null;
|
|
5396
5418
|
isInherited?: boolean | null;
|
|
5419
|
+
isCalculated?: boolean | null;
|
|
5397
5420
|
modified_at?: number | null;
|
|
5398
5421
|
created_at?: number | null;
|
|
5399
5422
|
modified_by?: {
|
|
@@ -5452,8 +5475,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5452
5475
|
id_value?: string | null;
|
|
5453
5476
|
modified_at?: number | null;
|
|
5454
5477
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5478
|
+
payload?: any | null;
|
|
5479
|
+
raw_payload?: any | null;
|
|
5457
5480
|
modified_by?: {
|
|
5458
5481
|
id: string;
|
|
5459
5482
|
whoAmI: {
|
|
@@ -5509,19 +5532,19 @@ export declare type SaveValueBatchMutation = {
|
|
|
5509
5532
|
}> | null;
|
|
5510
5533
|
};
|
|
5511
5534
|
};
|
|
5512
|
-
export
|
|
5535
|
+
export type DeleteViewMutationVariables = Exact<{
|
|
5513
5536
|
viewId: Scalars['String'];
|
|
5514
5537
|
}>;
|
|
5515
|
-
export
|
|
5538
|
+
export type DeleteViewMutation = {
|
|
5516
5539
|
deleteView: {
|
|
5517
5540
|
id: string;
|
|
5518
5541
|
library: string;
|
|
5519
5542
|
};
|
|
5520
5543
|
};
|
|
5521
|
-
export
|
|
5544
|
+
export type GetViewQueryVariables = Exact<{
|
|
5522
5545
|
viewId: Scalars['String'];
|
|
5523
5546
|
}>;
|
|
5524
|
-
export
|
|
5547
|
+
export type GetViewQuery = {
|
|
5525
5548
|
view: {
|
|
5526
5549
|
id: string;
|
|
5527
5550
|
shared: boolean;
|
|
@@ -5582,10 +5605,10 @@ export declare type GetViewQuery = {
|
|
|
5582
5605
|
}> | null;
|
|
5583
5606
|
};
|
|
5584
5607
|
};
|
|
5585
|
-
export
|
|
5608
|
+
export type GetViewsListQueryVariables = Exact<{
|
|
5586
5609
|
libraryId: Scalars['String'];
|
|
5587
5610
|
}>;
|
|
5588
|
-
export
|
|
5611
|
+
export type GetViewsListQuery = {
|
|
5589
5612
|
views: {
|
|
5590
5613
|
totalCount: number;
|
|
5591
5614
|
list: Array<{
|
|
@@ -5649,10 +5672,10 @@ export declare type GetViewsListQuery = {
|
|
|
5649
5672
|
}>;
|
|
5650
5673
|
};
|
|
5651
5674
|
};
|
|
5652
|
-
export
|
|
5675
|
+
export type AddViewMutationVariables = Exact<{
|
|
5653
5676
|
view: ViewInput;
|
|
5654
5677
|
}>;
|
|
5655
|
-
export
|
|
5678
|
+
export type AddViewMutation = {
|
|
5656
5679
|
saveView: {
|
|
5657
5680
|
id: string;
|
|
5658
5681
|
shared: boolean;
|
|
@@ -5713,6 +5736,27 @@ export declare type AddViewMutation = {
|
|
|
5713
5736
|
}> | null;
|
|
5714
5737
|
};
|
|
5715
5738
|
};
|
|
5739
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5740
|
+
libraryId: Scalars['ID'];
|
|
5741
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5742
|
+
}>;
|
|
5743
|
+
export type ExplorerQuery = {
|
|
5744
|
+
records: {
|
|
5745
|
+
list: Array<{
|
|
5746
|
+
id: string;
|
|
5747
|
+
whoAmI: {
|
|
5748
|
+
label?: string | null;
|
|
5749
|
+
subLabel?: string | null;
|
|
5750
|
+
preview?: IPreviewScalar | null;
|
|
5751
|
+
id: string;
|
|
5752
|
+
color?: string | null;
|
|
5753
|
+
library: {
|
|
5754
|
+
id: string;
|
|
5755
|
+
};
|
|
5756
|
+
};
|
|
5757
|
+
}>;
|
|
5758
|
+
};
|
|
5759
|
+
};
|
|
5716
5760
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
5761
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
5762
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5750,16 +5794,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
5750
5794
|
* });
|
|
5751
5795
|
*/
|
|
5752
5796
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
5753
|
-
id?:
|
|
5754
|
-
endpoint?:
|
|
5797
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5798
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5755
5799
|
}>>;
|
|
5756
5800
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
5757
|
-
id?:
|
|
5758
|
-
endpoint?:
|
|
5801
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5802
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5759
5803
|
}>>;
|
|
5760
|
-
export
|
|
5761
|
-
export
|
|
5762
|
-
export
|
|
5804
|
+
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
5805
|
+
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
5806
|
+
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
5763
5807
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
5764
5808
|
/**
|
|
5765
5809
|
* __useGetApplicationByIdQuery__
|
|
@@ -5778,14 +5822,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
5778
5822
|
* });
|
|
5779
5823
|
*/
|
|
5780
5824
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
5781
|
-
id:
|
|
5825
|
+
id: Scalars["ID"];
|
|
5782
5826
|
}>>;
|
|
5783
5827
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
5784
|
-
id:
|
|
5828
|
+
id: Scalars["ID"];
|
|
5785
5829
|
}>>;
|
|
5786
|
-
export
|
|
5787
|
-
export
|
|
5788
|
-
export
|
|
5830
|
+
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
5831
|
+
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
5832
|
+
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
5789
5833
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
5790
5834
|
/**
|
|
5791
5835
|
* __useGetApplicationModulesQuery__
|
|
@@ -5808,11 +5852,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
5808
5852
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
5809
5853
|
[key: string]: never;
|
|
5810
5854
|
}>>;
|
|
5811
|
-
export
|
|
5812
|
-
export
|
|
5813
|
-
export
|
|
5855
|
+
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
5856
|
+
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
5857
|
+
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
5814
5858
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
5815
|
-
export
|
|
5859
|
+
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5816
5860
|
/**
|
|
5817
5861
|
* __useSaveApplicationMutation__
|
|
5818
5862
|
*
|
|
@@ -5833,9 +5877,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
|
|
|
5833
5877
|
export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
|
|
5834
5878
|
application: ApplicationInput;
|
|
5835
5879
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5836
|
-
export
|
|
5837
|
-
export
|
|
5838
|
-
export
|
|
5880
|
+
export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
|
|
5881
|
+
export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
|
|
5882
|
+
export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5839
5883
|
export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
5840
5884
|
/**
|
|
5841
5885
|
* __useCheckAttributeExistenceQuery__
|
|
@@ -5854,16 +5898,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
5854
5898
|
* });
|
|
5855
5899
|
*/
|
|
5856
5900
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
5857
|
-
id:
|
|
5901
|
+
id: Scalars["ID"];
|
|
5858
5902
|
}>>;
|
|
5859
5903
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
5860
|
-
id:
|
|
5904
|
+
id: Scalars["ID"];
|
|
5861
5905
|
}>>;
|
|
5862
|
-
export
|
|
5863
|
-
export
|
|
5864
|
-
export
|
|
5906
|
+
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
5907
|
+
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
5908
|
+
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
5865
5909
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
5866
|
-
export
|
|
5910
|
+
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5867
5911
|
/**
|
|
5868
5912
|
* __useDeleteAttributeMutation__
|
|
5869
5913
|
*
|
|
@@ -5882,11 +5926,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
|
|
|
5882
5926
|
* });
|
|
5883
5927
|
*/
|
|
5884
5928
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
5885
|
-
id?:
|
|
5929
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5886
5930
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5887
|
-
export
|
|
5888
|
-
export
|
|
5889
|
-
export
|
|
5931
|
+
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
5932
|
+
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
5933
|
+
export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5890
5934
|
export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
5891
5935
|
/**
|
|
5892
5936
|
* __useGetAttributeByIdQuery__
|
|
@@ -5905,14 +5949,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
5905
5949
|
* });
|
|
5906
5950
|
*/
|
|
5907
5951
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
5908
|
-
id?:
|
|
5952
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5909
5953
|
}>>;
|
|
5910
5954
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
5911
|
-
id?:
|
|
5955
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5912
5956
|
}>>;
|
|
5913
|
-
export
|
|
5914
|
-
export
|
|
5915
|
-
export
|
|
5957
|
+
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
5958
|
+
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
5959
|
+
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
5916
5960
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
5917
5961
|
/**
|
|
5918
5962
|
* __useGetAttributesByLibQuery__
|
|
@@ -5931,14 +5975,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
5931
5975
|
* });
|
|
5932
5976
|
*/
|
|
5933
5977
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
5934
|
-
library:
|
|
5978
|
+
library: Scalars["String"];
|
|
5935
5979
|
}>>;
|
|
5936
5980
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
5937
|
-
library:
|
|
5981
|
+
library: Scalars["String"];
|
|
5938
5982
|
}>>;
|
|
5939
|
-
export
|
|
5940
|
-
export
|
|
5941
|
-
export
|
|
5983
|
+
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
5984
|
+
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
5985
|
+
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
5942
5986
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
5943
5987
|
/**
|
|
5944
5988
|
* __useGetAttributesQuery__
|
|
@@ -5959,18 +6003,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
5959
6003
|
* });
|
|
5960
6004
|
*/
|
|
5961
6005
|
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
|
|
5962
|
-
pagination?: Pagination
|
|
5963
|
-
sort?: SortAttributes
|
|
5964
|
-
filters?: AttributesFiltersInput
|
|
6006
|
+
pagination?: InputMaybe<Pagination>;
|
|
6007
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6008
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5965
6009
|
}>>;
|
|
5966
6010
|
export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
|
|
5967
|
-
pagination?: Pagination
|
|
5968
|
-
sort?: SortAttributes
|
|
5969
|
-
filters?: AttributesFiltersInput
|
|
6011
|
+
pagination?: InputMaybe<Pagination>;
|
|
6012
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6013
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5970
6014
|
}>>;
|
|
5971
|
-
export
|
|
5972
|
-
export
|
|
5973
|
-
export
|
|
6015
|
+
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6016
|
+
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
6017
|
+
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
5974
6018
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
5975
6019
|
/**
|
|
5976
6020
|
* __useGetVersionProfilesQuery__
|
|
@@ -5990,16 +6034,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
5990
6034
|
* });
|
|
5991
6035
|
*/
|
|
5992
6036
|
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
|
|
5993
|
-
filters?: VersionProfilesFiltersInput
|
|
5994
|
-
sort?: SortVersionProfilesInput
|
|
6037
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6038
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5995
6039
|
}>>;
|
|
5996
6040
|
export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
|
|
5997
|
-
filters?: VersionProfilesFiltersInput
|
|
5998
|
-
sort?: SortVersionProfilesInput
|
|
6041
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6042
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5999
6043
|
}>>;
|
|
6000
|
-
export
|
|
6001
|
-
export
|
|
6002
|
-
export
|
|
6044
|
+
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6045
|
+
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
6046
|
+
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6003
6047
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6004
6048
|
/**
|
|
6005
6049
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
@@ -6018,16 +6062,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
6018
6062
|
* });
|
|
6019
6063
|
*/
|
|
6020
6064
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6021
|
-
libraryId:
|
|
6065
|
+
libraryId: Scalars["String"];
|
|
6022
6066
|
}>>;
|
|
6023
6067
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6024
|
-
libraryId:
|
|
6068
|
+
libraryId: Scalars["String"];
|
|
6025
6069
|
}>>;
|
|
6026
|
-
export
|
|
6027
|
-
export
|
|
6028
|
-
export
|
|
6070
|
+
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6071
|
+
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
6072
|
+
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6029
6073
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6030
|
-
export
|
|
6074
|
+
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6031
6075
|
/**
|
|
6032
6076
|
* __useSaveAttributeMutation__
|
|
6033
6077
|
*
|
|
@@ -6048,9 +6092,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
|
|
|
6048
6092
|
export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
|
|
6049
6093
|
attribute: AttributeInput;
|
|
6050
6094
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6051
|
-
export
|
|
6052
|
-
export
|
|
6053
|
-
export
|
|
6095
|
+
export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
|
|
6096
|
+
export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
|
|
6097
|
+
export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6054
6098
|
export declare const ExportDocument: Apollo.DocumentNode;
|
|
6055
6099
|
/**
|
|
6056
6100
|
* __useExportQuery__
|
|
@@ -6071,20 +6115,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
6071
6115
|
* });
|
|
6072
6116
|
*/
|
|
6073
6117
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
6074
|
-
library:
|
|
6075
|
-
attributes?:
|
|
6076
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6118
|
+
library: Scalars["ID"];
|
|
6119
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6120
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6077
6121
|
}>>;
|
|
6078
6122
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
6079
|
-
library:
|
|
6080
|
-
attributes?:
|
|
6081
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6123
|
+
library: Scalars["ID"];
|
|
6124
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6125
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6082
6126
|
}>>;
|
|
6083
|
-
export
|
|
6084
|
-
export
|
|
6085
|
-
export
|
|
6127
|
+
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6128
|
+
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
6129
|
+
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6086
6130
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6087
|
-
export
|
|
6131
|
+
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6088
6132
|
/**
|
|
6089
6133
|
* __useCreateDirectoryMutation__
|
|
6090
6134
|
*
|
|
@@ -6105,15 +6149,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
|
|
|
6105
6149
|
* });
|
|
6106
6150
|
*/
|
|
6107
6151
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
6108
|
-
library:
|
|
6109
|
-
nodeId:
|
|
6110
|
-
name:
|
|
6152
|
+
library: Scalars["String"];
|
|
6153
|
+
nodeId: Scalars["String"];
|
|
6154
|
+
name: Scalars["String"];
|
|
6111
6155
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6112
|
-
export
|
|
6113
|
-
export
|
|
6114
|
-
export
|
|
6156
|
+
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
6157
|
+
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
6158
|
+
export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6115
6159
|
export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
|
|
6116
|
-
export
|
|
6160
|
+
export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6117
6161
|
/**
|
|
6118
6162
|
* __useForcePreviewsGenerationMutation__
|
|
6119
6163
|
*
|
|
@@ -6136,15 +6180,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
|
|
|
6136
6180
|
* });
|
|
6137
6181
|
*/
|
|
6138
6182
|
export declare function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>): Apollo.MutationTuple<ForcePreviewsGenerationMutation, Exact<{
|
|
6139
|
-
libraryId:
|
|
6140
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6141
|
-
recordIds?:
|
|
6142
|
-
failedOnly?:
|
|
6143
|
-
previewVersionSizeNames?:
|
|
6183
|
+
libraryId: Scalars["ID"];
|
|
6184
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6185
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6186
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
6187
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6144
6188
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6145
|
-
export
|
|
6146
|
-
export
|
|
6147
|
-
export
|
|
6189
|
+
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
6190
|
+
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
6191
|
+
export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6148
6192
|
export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
6149
6193
|
/**
|
|
6150
6194
|
* __useGetDirectoryDataQuery__
|
|
@@ -6164,16 +6208,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
6164
6208
|
* });
|
|
6165
6209
|
*/
|
|
6166
6210
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
6167
|
-
library:
|
|
6168
|
-
directoryId:
|
|
6211
|
+
library: Scalars["ID"];
|
|
6212
|
+
directoryId: Scalars["String"];
|
|
6169
6213
|
}>>;
|
|
6170
6214
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
6171
|
-
library:
|
|
6172
|
-
directoryId:
|
|
6215
|
+
library: Scalars["ID"];
|
|
6216
|
+
directoryId: Scalars["String"];
|
|
6173
6217
|
}>>;
|
|
6174
|
-
export
|
|
6175
|
-
export
|
|
6176
|
-
export
|
|
6218
|
+
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6219
|
+
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
6220
|
+
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6177
6221
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6178
6222
|
/**
|
|
6179
6223
|
* __useUploadUpdateSubscription__
|
|
@@ -6192,12 +6236,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
6192
6236
|
* });
|
|
6193
6237
|
*/
|
|
6194
6238
|
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
|
|
6195
|
-
filters?: UploadFiltersInput
|
|
6239
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
6196
6240
|
}>>;
|
|
6197
|
-
export
|
|
6198
|
-
export
|
|
6241
|
+
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
6242
|
+
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
6199
6243
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
6200
|
-
export
|
|
6244
|
+
export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
|
|
6201
6245
|
/**
|
|
6202
6246
|
* __useUploadMutation__
|
|
6203
6247
|
*
|
|
@@ -6218,15 +6262,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
|
|
|
6218
6262
|
* });
|
|
6219
6263
|
*/
|
|
6220
6264
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
6221
|
-
library:
|
|
6222
|
-
nodeId:
|
|
6223
|
-
files: FileInput | FileInput
|
|
6265
|
+
library: Scalars["String"];
|
|
6266
|
+
nodeId: Scalars["String"];
|
|
6267
|
+
files: Array<FileInput> | FileInput;
|
|
6224
6268
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6225
|
-
export
|
|
6226
|
-
export
|
|
6227
|
-
export
|
|
6269
|
+
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
6270
|
+
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
6271
|
+
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
6228
6272
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
6229
|
-
export
|
|
6273
|
+
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6230
6274
|
/**
|
|
6231
6275
|
* __useImportExcelMutation__
|
|
6232
6276
|
*
|
|
@@ -6247,13 +6291,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
|
|
|
6247
6291
|
* });
|
|
6248
6292
|
*/
|
|
6249
6293
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
6250
|
-
file:
|
|
6251
|
-
sheets?: SheetInput | SheetInput
|
|
6252
|
-
startAt?:
|
|
6294
|
+
file: Scalars["Upload"];
|
|
6295
|
+
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
6296
|
+
startAt?: InputMaybe<Scalars["Int"]>;
|
|
6253
6297
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6254
|
-
export
|
|
6255
|
-
export
|
|
6256
|
-
export
|
|
6298
|
+
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
6299
|
+
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
6300
|
+
export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6257
6301
|
export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
6258
6302
|
/**
|
|
6259
6303
|
* __useCheckLibraryExistenceQuery__
|
|
@@ -6272,16 +6316,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
6272
6316
|
* });
|
|
6273
6317
|
*/
|
|
6274
6318
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
6275
|
-
id?:
|
|
6319
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6276
6320
|
}>>;
|
|
6277
6321
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
6278
|
-
id?:
|
|
6322
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6279
6323
|
}>>;
|
|
6280
|
-
export
|
|
6281
|
-
export
|
|
6282
|
-
export
|
|
6324
|
+
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
6325
|
+
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
6326
|
+
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
6283
6327
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
6284
|
-
export
|
|
6328
|
+
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6285
6329
|
/**
|
|
6286
6330
|
* __useDeleteLibraryMutation__
|
|
6287
6331
|
*
|
|
@@ -6300,11 +6344,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
|
|
|
6300
6344
|
* });
|
|
6301
6345
|
*/
|
|
6302
6346
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
6303
|
-
id?:
|
|
6347
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6304
6348
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6305
|
-
export
|
|
6306
|
-
export
|
|
6307
|
-
export
|
|
6349
|
+
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
6350
|
+
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
6351
|
+
export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6308
6352
|
export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
6309
6353
|
/**
|
|
6310
6354
|
* __useGetLibrariesQuery__
|
|
@@ -6327,9 +6371,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
6327
6371
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
6328
6372
|
[key: string]: never;
|
|
6329
6373
|
}>>;
|
|
6330
|
-
export
|
|
6331
|
-
export
|
|
6332
|
-
export
|
|
6374
|
+
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
6375
|
+
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
6376
|
+
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
6333
6377
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
6334
6378
|
/**
|
|
6335
6379
|
* __useGetLibraryByIdQuery__
|
|
@@ -6348,14 +6392,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
6348
6392
|
* });
|
|
6349
6393
|
*/
|
|
6350
6394
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
6351
|
-
id?:
|
|
6395
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6352
6396
|
}>>;
|
|
6353
6397
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
6354
|
-
id?:
|
|
6398
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6355
6399
|
}>>;
|
|
6356
|
-
export
|
|
6357
|
-
export
|
|
6358
|
-
export
|
|
6400
|
+
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
6401
|
+
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
6402
|
+
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
6359
6403
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
6360
6404
|
/**
|
|
6361
6405
|
* __useGetLibraryPermissionsQuery__
|
|
@@ -6374,14 +6418,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
6374
6418
|
* });
|
|
6375
6419
|
*/
|
|
6376
6420
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
6377
|
-
libraryId?:
|
|
6421
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6378
6422
|
}>>;
|
|
6379
6423
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
6380
|
-
libraryId?:
|
|
6424
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6381
6425
|
}>>;
|
|
6382
|
-
export
|
|
6383
|
-
export
|
|
6384
|
-
export
|
|
6426
|
+
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
6427
|
+
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
6428
|
+
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
6385
6429
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
6386
6430
|
/**
|
|
6387
6431
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
@@ -6400,16 +6444,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
6400
6444
|
* });
|
|
6401
6445
|
*/
|
|
6402
6446
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6403
|
-
id:
|
|
6447
|
+
id: Scalars["ID"];
|
|
6404
6448
|
}>>;
|
|
6405
6449
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6406
|
-
id:
|
|
6450
|
+
id: Scalars["ID"];
|
|
6407
6451
|
}>>;
|
|
6408
|
-
export
|
|
6409
|
-
export
|
|
6410
|
-
export
|
|
6452
|
+
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
6453
|
+
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
6454
|
+
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
6411
6455
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
6412
|
-
export
|
|
6456
|
+
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6413
6457
|
/**
|
|
6414
6458
|
* __useSaveLibraryMutation__
|
|
6415
6459
|
*
|
|
@@ -6430,9 +6474,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
|
|
|
6430
6474
|
export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
|
|
6431
6475
|
library: LibraryInput;
|
|
6432
6476
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6433
|
-
export
|
|
6434
|
-
export
|
|
6435
|
-
export
|
|
6477
|
+
export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
|
|
6478
|
+
export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
|
|
6479
|
+
export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6436
6480
|
export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
6437
6481
|
/**
|
|
6438
6482
|
* __useIsAllowedQuery__
|
|
@@ -6455,21 +6499,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
6455
6499
|
*/
|
|
6456
6500
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
6457
6501
|
type: PermissionTypes;
|
|
6458
|
-
actions: PermissionsActions | PermissionsActions
|
|
6459
|
-
applyTo?:
|
|
6460
|
-
target?: PermissionTarget
|
|
6502
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6503
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6504
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6461
6505
|
}>>;
|
|
6462
6506
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
6463
6507
|
type: PermissionTypes;
|
|
6464
|
-
actions: PermissionsActions | PermissionsActions
|
|
6465
|
-
applyTo?:
|
|
6466
|
-
target?: PermissionTarget
|
|
6508
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6509
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6510
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6467
6511
|
}>>;
|
|
6468
|
-
export
|
|
6469
|
-
export
|
|
6470
|
-
export
|
|
6512
|
+
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
6513
|
+
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
6514
|
+
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
6471
6515
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
6472
|
-
export
|
|
6516
|
+
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6473
6517
|
/**
|
|
6474
6518
|
* __useCreateRecordMutation__
|
|
6475
6519
|
*
|
|
@@ -6489,14 +6533,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
|
|
|
6489
6533
|
* });
|
|
6490
6534
|
*/
|
|
6491
6535
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
6492
|
-
library:
|
|
6493
|
-
data?: CreateRecordDataInput
|
|
6536
|
+
library: Scalars["ID"];
|
|
6537
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
6494
6538
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6495
|
-
export
|
|
6496
|
-
export
|
|
6497
|
-
export
|
|
6539
|
+
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
6540
|
+
export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
|
|
6541
|
+
export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6498
6542
|
export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
|
|
6499
|
-
export
|
|
6543
|
+
export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6500
6544
|
/**
|
|
6501
6545
|
* __useDeactivateRecordsMutation__
|
|
6502
6546
|
*
|
|
@@ -6517,13 +6561,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
|
|
|
6517
6561
|
* });
|
|
6518
6562
|
*/
|
|
6519
6563
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
6520
|
-
libraryId:
|
|
6521
|
-
recordsIds?:
|
|
6522
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6564
|
+
libraryId: Scalars["String"];
|
|
6565
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6566
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6523
6567
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6524
|
-
export
|
|
6525
|
-
export
|
|
6526
|
-
export
|
|
6568
|
+
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
6569
|
+
export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
|
|
6570
|
+
export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6527
6571
|
export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
6528
6572
|
/**
|
|
6529
6573
|
* __useDoesFileExistAsChildQuery__
|
|
@@ -6544,18 +6588,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
6544
6588
|
* });
|
|
6545
6589
|
*/
|
|
6546
6590
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
6547
|
-
parentNode?:
|
|
6548
|
-
treeId:
|
|
6549
|
-
filename:
|
|
6591
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6592
|
+
treeId: Scalars["ID"];
|
|
6593
|
+
filename: Scalars["String"];
|
|
6550
6594
|
}>>;
|
|
6551
6595
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
6552
|
-
parentNode?:
|
|
6553
|
-
treeId:
|
|
6554
|
-
filename:
|
|
6596
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6597
|
+
treeId: Scalars["ID"];
|
|
6598
|
+
filename: Scalars["String"];
|
|
6555
6599
|
}>>;
|
|
6556
|
-
export
|
|
6557
|
-
export
|
|
6558
|
-
export
|
|
6600
|
+
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
6601
|
+
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
6602
|
+
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
6559
6603
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
6560
6604
|
/**
|
|
6561
6605
|
* __useGetFileDataQuery__
|
|
@@ -6576,18 +6620,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
6576
6620
|
* });
|
|
6577
6621
|
*/
|
|
6578
6622
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
6579
|
-
library:
|
|
6580
|
-
fileId:
|
|
6581
|
-
previewsStatusAttribute:
|
|
6623
|
+
library: Scalars["ID"];
|
|
6624
|
+
fileId: Scalars["String"];
|
|
6625
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6582
6626
|
}>>;
|
|
6583
6627
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
6584
|
-
library:
|
|
6585
|
-
fileId:
|
|
6586
|
-
previewsStatusAttribute:
|
|
6628
|
+
library: Scalars["ID"];
|
|
6629
|
+
fileId: Scalars["String"];
|
|
6630
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6587
6631
|
}>>;
|
|
6588
|
-
export
|
|
6589
|
-
export
|
|
6590
|
-
export
|
|
6632
|
+
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
6633
|
+
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
6634
|
+
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
6591
6635
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
6592
6636
|
/**
|
|
6593
6637
|
* __useRecordFormQuery__
|
|
@@ -6609,20 +6653,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
6609
6653
|
* });
|
|
6610
6654
|
*/
|
|
6611
6655
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
6612
|
-
libraryId:
|
|
6613
|
-
formId:
|
|
6614
|
-
recordId?:
|
|
6615
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6656
|
+
libraryId: Scalars["String"];
|
|
6657
|
+
formId: Scalars["String"];
|
|
6658
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6659
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6616
6660
|
}>>;
|
|
6617
6661
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
6618
|
-
libraryId:
|
|
6619
|
-
formId:
|
|
6620
|
-
recordId?:
|
|
6621
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6662
|
+
libraryId: Scalars["String"];
|
|
6663
|
+
formId: Scalars["String"];
|
|
6664
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6665
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6622
6666
|
}>>;
|
|
6623
|
-
export
|
|
6624
|
-
export
|
|
6625
|
-
export
|
|
6667
|
+
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
6668
|
+
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
6669
|
+
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
6626
6670
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
6627
6671
|
/**
|
|
6628
6672
|
* __useRecordUpdateSubscription__
|
|
@@ -6641,12 +6685,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
6641
6685
|
* });
|
|
6642
6686
|
*/
|
|
6643
6687
|
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
|
|
6644
|
-
filters?: RecordUpdateFilterInput
|
|
6688
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
6645
6689
|
}>>;
|
|
6646
|
-
export
|
|
6647
|
-
export
|
|
6690
|
+
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
6691
|
+
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
6648
6692
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
6649
|
-
export
|
|
6693
|
+
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6650
6694
|
/**
|
|
6651
6695
|
* __useIndexRecordsMutation__
|
|
6652
6696
|
*
|
|
@@ -6666,14 +6710,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
|
|
|
6666
6710
|
* });
|
|
6667
6711
|
*/
|
|
6668
6712
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
6669
|
-
libraryId:
|
|
6670
|
-
records?:
|
|
6713
|
+
libraryId: Scalars["String"];
|
|
6714
|
+
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6671
6715
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6672
|
-
export
|
|
6673
|
-
export
|
|
6674
|
-
export
|
|
6716
|
+
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
6717
|
+
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
6718
|
+
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6675
6719
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
6676
|
-
export
|
|
6720
|
+
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6677
6721
|
/**
|
|
6678
6722
|
* __useCancelTaskMutation__
|
|
6679
6723
|
*
|
|
@@ -6692,11 +6736,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
|
|
|
6692
6736
|
* });
|
|
6693
6737
|
*/
|
|
6694
6738
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
6695
|
-
taskId:
|
|
6739
|
+
taskId: Scalars["ID"];
|
|
6696
6740
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6697
|
-
export
|
|
6698
|
-
export
|
|
6699
|
-
export
|
|
6741
|
+
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
6742
|
+
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
6743
|
+
export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6700
6744
|
export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
6701
6745
|
/**
|
|
6702
6746
|
* __useCheckTreeExistenceQuery__
|
|
@@ -6715,16 +6759,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
6715
6759
|
* });
|
|
6716
6760
|
*/
|
|
6717
6761
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
6718
|
-
id?:
|
|
6762
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6719
6763
|
}>>;
|
|
6720
6764
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
6721
|
-
id?:
|
|
6765
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6722
6766
|
}>>;
|
|
6723
|
-
export
|
|
6724
|
-
export
|
|
6725
|
-
export
|
|
6767
|
+
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
6768
|
+
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
6769
|
+
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
6726
6770
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
6727
|
-
export
|
|
6771
|
+
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6728
6772
|
/**
|
|
6729
6773
|
* __useDeleteTreeMutation__
|
|
6730
6774
|
*
|
|
@@ -6743,11 +6787,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
|
|
|
6743
6787
|
* });
|
|
6744
6788
|
*/
|
|
6745
6789
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
6746
|
-
id:
|
|
6790
|
+
id: Scalars["ID"];
|
|
6747
6791
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6748
|
-
export
|
|
6749
|
-
export
|
|
6750
|
-
export
|
|
6792
|
+
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
6793
|
+
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
6794
|
+
export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6751
6795
|
export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
6752
6796
|
/**
|
|
6753
6797
|
* __useGetTreeByIdQuery__
|
|
@@ -6766,14 +6810,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
6766
6810
|
* });
|
|
6767
6811
|
*/
|
|
6768
6812
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
6769
|
-
id?:
|
|
6813
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6770
6814
|
}>>;
|
|
6771
6815
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
6772
|
-
id?:
|
|
6816
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6773
6817
|
}>>;
|
|
6774
|
-
export
|
|
6775
|
-
export
|
|
6776
|
-
export
|
|
6818
|
+
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
6819
|
+
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
6820
|
+
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
6777
6821
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
6778
6822
|
/**
|
|
6779
6823
|
* __useGetTreeLibrariesQuery__
|
|
@@ -6793,16 +6837,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
6793
6837
|
* });
|
|
6794
6838
|
*/
|
|
6795
6839
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
6796
|
-
treeId?:
|
|
6797
|
-
library?:
|
|
6840
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6841
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6798
6842
|
}>>;
|
|
6799
6843
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
6800
|
-
treeId?:
|
|
6801
|
-
library?:
|
|
6844
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6845
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6802
6846
|
}>>;
|
|
6803
|
-
export
|
|
6804
|
-
export
|
|
6805
|
-
export
|
|
6847
|
+
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
6848
|
+
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
6849
|
+
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
6806
6850
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
6807
6851
|
/**
|
|
6808
6852
|
* __useGetTreesQuery__
|
|
@@ -6825,11 +6869,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
6825
6869
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
6826
6870
|
[key: string]: never;
|
|
6827
6871
|
}>>;
|
|
6828
|
-
export
|
|
6829
|
-
export
|
|
6830
|
-
export
|
|
6872
|
+
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
6873
|
+
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
6874
|
+
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
6831
6875
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
6832
|
-
export
|
|
6876
|
+
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6833
6877
|
/**
|
|
6834
6878
|
* __useSaveTreeMutation__
|
|
6835
6879
|
*
|
|
@@ -6850,9 +6894,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
|
|
|
6850
6894
|
export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
|
|
6851
6895
|
tree: TreeInput;
|
|
6852
6896
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6853
|
-
export
|
|
6854
|
-
export
|
|
6855
|
-
export
|
|
6897
|
+
export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
|
|
6898
|
+
export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
|
|
6899
|
+
export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6856
6900
|
export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
6857
6901
|
/**
|
|
6858
6902
|
* __useTreeNodeChildrenQuery__
|
|
@@ -6873,18 +6917,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
6873
6917
|
* });
|
|
6874
6918
|
*/
|
|
6875
6919
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
6876
|
-
treeId:
|
|
6877
|
-
node?:
|
|
6878
|
-
pagination?: Pagination
|
|
6920
|
+
treeId: Scalars["ID"];
|
|
6921
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
6922
|
+
pagination?: InputMaybe<Pagination>;
|
|
6879
6923
|
}>>;
|
|
6880
6924
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
6881
|
-
treeId:
|
|
6882
|
-
node?:
|
|
6883
|
-
pagination?: Pagination
|
|
6925
|
+
treeId: Scalars["ID"];
|
|
6926
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
6927
|
+
pagination?: InputMaybe<Pagination>;
|
|
6884
6928
|
}>>;
|
|
6885
|
-
export
|
|
6886
|
-
export
|
|
6887
|
-
export
|
|
6929
|
+
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
6930
|
+
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
6931
|
+
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
6888
6932
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
6889
6933
|
/**
|
|
6890
6934
|
* __useGetUserDataQuery__
|
|
@@ -6904,18 +6948,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
6904
6948
|
* });
|
|
6905
6949
|
*/
|
|
6906
6950
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
6907
|
-
keys:
|
|
6908
|
-
global?:
|
|
6951
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
6952
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6909
6953
|
}>>;
|
|
6910
6954
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
6911
|
-
keys:
|
|
6912
|
-
global?:
|
|
6955
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
6956
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6913
6957
|
}>>;
|
|
6914
|
-
export
|
|
6915
|
-
export
|
|
6916
|
-
export
|
|
6958
|
+
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
6959
|
+
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
6960
|
+
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
6917
6961
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
6918
|
-
export
|
|
6962
|
+
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6919
6963
|
/**
|
|
6920
6964
|
* __useSaveUserDataMutation__
|
|
6921
6965
|
*
|
|
@@ -6936,15 +6980,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
|
|
|
6936
6980
|
* });
|
|
6937
6981
|
*/
|
|
6938
6982
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
6939
|
-
key:
|
|
6940
|
-
value?:
|
|
6941
|
-
global:
|
|
6983
|
+
key: Scalars["String"];
|
|
6984
|
+
value?: InputMaybe<Scalars["Any"]>;
|
|
6985
|
+
global: Scalars["Boolean"];
|
|
6942
6986
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6943
|
-
export
|
|
6944
|
-
export
|
|
6945
|
-
export
|
|
6987
|
+
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
6988
|
+
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
6989
|
+
export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6946
6990
|
export declare const DeleteValueDocument: Apollo.DocumentNode;
|
|
6947
|
-
export
|
|
6991
|
+
export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6948
6992
|
/**
|
|
6949
6993
|
* __useDeleteValueMutation__
|
|
6950
6994
|
*
|
|
@@ -6966,16 +7010,16 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
|
|
|
6966
7010
|
* });
|
|
6967
7011
|
*/
|
|
6968
7012
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
6969
|
-
library:
|
|
6970
|
-
recordId:
|
|
6971
|
-
attribute:
|
|
6972
|
-
value?: ValueInput
|
|
7013
|
+
library: Scalars["ID"];
|
|
7014
|
+
recordId: Scalars["ID"];
|
|
7015
|
+
attribute: Scalars["ID"];
|
|
7016
|
+
value?: InputMaybe<ValueInput>;
|
|
6973
7017
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6974
|
-
export
|
|
6975
|
-
export
|
|
6976
|
-
export
|
|
7018
|
+
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7019
|
+
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7020
|
+
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6977
7021
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
|
-
export
|
|
7022
|
+
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7023
|
/**
|
|
6980
7024
|
* __useSaveValueBatchMutation__
|
|
6981
7025
|
*
|
|
@@ -6998,17 +7042,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
|
|
|
6998
7042
|
* });
|
|
6999
7043
|
*/
|
|
7000
7044
|
export declare function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>): Apollo.MutationTuple<SaveValueBatchMutation, Exact<{
|
|
7001
|
-
library:
|
|
7002
|
-
recordId:
|
|
7003
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
7004
|
-
values: ValueBatchInput | ValueBatchInput
|
|
7005
|
-
deleteEmpty?:
|
|
7045
|
+
library: Scalars["ID"];
|
|
7046
|
+
recordId: Scalars["ID"];
|
|
7047
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7048
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
7049
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
7006
7050
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7007
|
-
export
|
|
7008
|
-
export
|
|
7009
|
-
export
|
|
7051
|
+
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
7052
|
+
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
7053
|
+
export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7010
7054
|
export declare const DeleteViewDocument: Apollo.DocumentNode;
|
|
7011
|
-
export
|
|
7055
|
+
export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7012
7056
|
/**
|
|
7013
7057
|
* __useDeleteViewMutation__
|
|
7014
7058
|
*
|
|
@@ -7027,11 +7071,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
|
|
|
7027
7071
|
* });
|
|
7028
7072
|
*/
|
|
7029
7073
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
7030
|
-
viewId:
|
|
7074
|
+
viewId: Scalars["String"];
|
|
7031
7075
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7032
|
-
export
|
|
7033
|
-
export
|
|
7034
|
-
export
|
|
7076
|
+
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
7077
|
+
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
7078
|
+
export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7035
7079
|
export declare const GetViewDocument: Apollo.DocumentNode;
|
|
7036
7080
|
/**
|
|
7037
7081
|
* __useGetViewQuery__
|
|
@@ -7050,14 +7094,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
7050
7094
|
* });
|
|
7051
7095
|
*/
|
|
7052
7096
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
7053
|
-
viewId:
|
|
7097
|
+
viewId: Scalars["String"];
|
|
7054
7098
|
}>>;
|
|
7055
7099
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7056
|
-
viewId:
|
|
7100
|
+
viewId: Scalars["String"];
|
|
7057
7101
|
}>>;
|
|
7058
|
-
export
|
|
7059
|
-
export
|
|
7060
|
-
export
|
|
7102
|
+
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7103
|
+
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
7104
|
+
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7061
7105
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7062
7106
|
/**
|
|
7063
7107
|
* __useGetViewsListQuery__
|
|
@@ -7076,16 +7120,16 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
7076
7120
|
* });
|
|
7077
7121
|
*/
|
|
7078
7122
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
7079
|
-
libraryId:
|
|
7123
|
+
libraryId: Scalars["String"];
|
|
7080
7124
|
}>>;
|
|
7081
7125
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7082
|
-
libraryId:
|
|
7126
|
+
libraryId: Scalars["String"];
|
|
7083
7127
|
}>>;
|
|
7084
|
-
export
|
|
7085
|
-
export
|
|
7086
|
-
export
|
|
7128
|
+
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7129
|
+
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7130
|
+
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7087
7131
|
export declare const AddViewDocument: Apollo.DocumentNode;
|
|
7088
|
-
export
|
|
7132
|
+
export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
|
|
7089
7133
|
/**
|
|
7090
7134
|
* __useAddViewMutation__
|
|
7091
7135
|
*
|
|
@@ -7106,6 +7150,35 @@ export declare type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation,
|
|
|
7106
7150
|
export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
|
|
7107
7151
|
view: ViewInput;
|
|
7108
7152
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export
|
|
7110
|
-
export
|
|
7111
|
-
export
|
|
7153
|
+
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7154
|
+
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7155
|
+
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7156
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7157
|
+
/**
|
|
7158
|
+
* __useExplorerQuery__
|
|
7159
|
+
*
|
|
7160
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7161
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7162
|
+
* you can use to render your UI.
|
|
7163
|
+
*
|
|
7164
|
+
* @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;
|
|
7165
|
+
*
|
|
7166
|
+
* @example
|
|
7167
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7168
|
+
* variables: {
|
|
7169
|
+
* libraryId: // value for 'libraryId'
|
|
7170
|
+
* filters: // value for 'filters'
|
|
7171
|
+
* },
|
|
7172
|
+
* });
|
|
7173
|
+
*/
|
|
7174
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7175
|
+
libraryId: Scalars["ID"];
|
|
7176
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7177
|
+
}>>;
|
|
7178
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7179
|
+
libraryId: Scalars["ID"];
|
|
7180
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7181
|
+
}>>;
|
|
7182
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7183
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7184
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|