@leav/ui 0.3.6-93b3e08 → 0.3.6-ab9e5bd
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/form.d.ts +4 -4
- 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__/react-i18next.d.ts +9 -9
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +606 -586
- package/dist/_gqlTypes/index.js +13 -4
- package/dist/_gqlTypes/index.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 +4 -4
- package/dist/_queries/records/getRecordPropertiesQuery.js +4 -4
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +7 -5
- package/dist/_queries/values/valueDetailsFragment.js.map +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/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/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/EditRecordModalContext.d.ts +1 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +2 -18
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js +21 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +1 -0
- 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/LibraryItemsListTable/useEditRecordModalContext.d.ts +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js +7 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +1 -0
- 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 +10 -10
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +32 -24
- 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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +8 -8
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +0 -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 +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +0 -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 +2 -2
- 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 +44 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- 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 +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +10 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- 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.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.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/hooks/useAppLang/useAppLang.js.map +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.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/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.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/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 +4 -4
|
@@ -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,19 @@ export declare enum FormsSortableFields {
|
|
|
250
251
|
library = "library",
|
|
251
252
|
system = "system"
|
|
252
253
|
}
|
|
253
|
-
export declare
|
|
254
|
+
export declare enum GenerationStatus {
|
|
255
|
+
DONE = "DONE",
|
|
256
|
+
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
257
|
+
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
258
|
+
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
259
|
+
}
|
|
260
|
+
export type GlobalSettingsFileInput = {
|
|
254
261
|
library: Scalars['String'];
|
|
255
262
|
recordId: Scalars['String'];
|
|
256
263
|
};
|
|
257
|
-
export
|
|
258
|
-
|
|
264
|
+
export type GlobalSettingsInput = {
|
|
265
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
266
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
267
|
name?: InputMaybe<Scalars['String']>;
|
|
260
268
|
};
|
|
261
269
|
export declare enum IoTypes {
|
|
@@ -274,7 +282,7 @@ export declare enum ImportType {
|
|
|
274
282
|
LINK = "LINK",
|
|
275
283
|
STANDARD = "STANDARD"
|
|
276
284
|
}
|
|
277
|
-
export
|
|
285
|
+
export type LibrariesFiltersInput = {
|
|
278
286
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
279
287
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
280
288
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -290,11 +298,11 @@ export declare enum LibraryBehavior {
|
|
|
290
298
|
files = "files",
|
|
291
299
|
standard = "standard"
|
|
292
300
|
}
|
|
293
|
-
export
|
|
301
|
+
export type LibraryIconInput = {
|
|
294
302
|
libraryId: Scalars['String'];
|
|
295
303
|
recordId: Scalars['String'];
|
|
296
304
|
};
|
|
297
|
-
export
|
|
305
|
+
export type LibraryInput = {
|
|
298
306
|
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
299
307
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
300
308
|
defaultView?: InputMaybe<Scalars['ID']>;
|
|
@@ -306,7 +314,7 @@ export declare type LibraryInput = {
|
|
|
306
314
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
307
315
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
308
316
|
};
|
|
309
|
-
export
|
|
317
|
+
export type LibraryPreviewsSettingsInput = {
|
|
310
318
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
311
319
|
label: Scalars['SystemTranslation'];
|
|
312
320
|
versions: PreviewVersionInput;
|
|
@@ -342,7 +350,7 @@ export declare enum LogAction {
|
|
|
342
350
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
343
351
|
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
344
352
|
}
|
|
345
|
-
export
|
|
353
|
+
export type LogFilterInput = {
|
|
346
354
|
actions?: InputMaybe<Array<LogAction>>;
|
|
347
355
|
instanceId?: InputMaybe<Scalars['String']>;
|
|
348
356
|
queryId?: InputMaybe<Scalars['String']>;
|
|
@@ -351,11 +359,11 @@ export declare type LogFilterInput = {
|
|
|
351
359
|
trigger?: InputMaybe<Scalars['String']>;
|
|
352
360
|
userId?: InputMaybe<Scalars['String']>;
|
|
353
361
|
};
|
|
354
|
-
export
|
|
362
|
+
export type LogFilterTimeInput = {
|
|
355
363
|
from?: InputMaybe<Scalars['Int']>;
|
|
356
364
|
to?: InputMaybe<Scalars['Int']>;
|
|
357
365
|
};
|
|
358
|
-
export
|
|
366
|
+
export type LogSortInput = {
|
|
359
367
|
field: LogSortableField;
|
|
360
368
|
order: SortOrder;
|
|
361
369
|
};
|
|
@@ -367,7 +375,7 @@ export declare enum LogSortableField {
|
|
|
367
375
|
trigger = "trigger",
|
|
368
376
|
userId = "userId"
|
|
369
377
|
}
|
|
370
|
-
export
|
|
378
|
+
export type LogTopicFilterInput = {
|
|
371
379
|
apiKey?: InputMaybe<Scalars['String']>;
|
|
372
380
|
attribute?: InputMaybe<Scalars['String']>;
|
|
373
381
|
filename?: InputMaybe<Scalars['String']>;
|
|
@@ -377,30 +385,30 @@ export declare type LogTopicFilterInput = {
|
|
|
377
385
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
378
386
|
tree?: InputMaybe<Scalars['String']>;
|
|
379
387
|
};
|
|
380
|
-
export
|
|
388
|
+
export type LogTopicPermissionFilterInput = {
|
|
381
389
|
applyTo?: InputMaybe<Scalars['String']>;
|
|
382
390
|
type?: InputMaybe<Scalars['String']>;
|
|
383
391
|
};
|
|
384
|
-
export
|
|
392
|
+
export type LogTopicRecordFilterInput = {
|
|
385
393
|
id?: InputMaybe<Scalars['String']>;
|
|
386
394
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
387
395
|
};
|
|
388
|
-
export
|
|
396
|
+
export type Pagination = {
|
|
389
397
|
limit: Scalars['Int'];
|
|
390
398
|
offset: Scalars['Int'];
|
|
391
399
|
};
|
|
392
|
-
export
|
|
400
|
+
export type PermissionActionInput = {
|
|
393
401
|
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
394
402
|
name: PermissionsActions;
|
|
395
403
|
};
|
|
396
|
-
export
|
|
404
|
+
export type PermissionInput = {
|
|
397
405
|
actions: Array<PermissionActionInput>;
|
|
398
406
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
399
407
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
400
408
|
type: PermissionTypes;
|
|
401
409
|
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
402
410
|
};
|
|
403
|
-
export
|
|
411
|
+
export type PermissionTarget = {
|
|
404
412
|
attributeId?: InputMaybe<Scalars['ID']>;
|
|
405
413
|
libraryId?: InputMaybe<Scalars['ID']>;
|
|
406
414
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
@@ -467,16 +475,16 @@ export declare enum PermissionsRelation {
|
|
|
467
475
|
and = "and",
|
|
468
476
|
or = "or"
|
|
469
477
|
}
|
|
470
|
-
export
|
|
478
|
+
export type PermissionsTreeTargetInput = {
|
|
471
479
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
472
480
|
tree: Scalars['ID'];
|
|
473
481
|
};
|
|
474
|
-
export
|
|
482
|
+
export type PreviewVersionInput = {
|
|
475
483
|
background: Scalars['String'];
|
|
476
484
|
density: Scalars['Int'];
|
|
477
485
|
sizes: Array<PreviewVersionSizeInput>;
|
|
478
486
|
};
|
|
479
|
-
export
|
|
487
|
+
export type PreviewVersionSizeInput = {
|
|
480
488
|
name: Scalars['String'];
|
|
481
489
|
size: Scalars['Int'];
|
|
482
490
|
};
|
|
@@ -509,7 +517,7 @@ export declare enum RecordFilterCondition {
|
|
|
509
517
|
VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
|
|
510
518
|
YESTERDAY = "YESTERDAY"
|
|
511
519
|
}
|
|
512
|
-
export
|
|
520
|
+
export type RecordFilterInput = {
|
|
513
521
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
514
522
|
field?: InputMaybe<Scalars['String']>;
|
|
515
523
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
@@ -522,32 +530,32 @@ export declare enum RecordFilterOperator {
|
|
|
522
530
|
OPEN_BRACKET = "OPEN_BRACKET",
|
|
523
531
|
OR = "OR"
|
|
524
532
|
}
|
|
525
|
-
export
|
|
533
|
+
export type RecordIdentityConfInput = {
|
|
526
534
|
color?: InputMaybe<Scalars['ID']>;
|
|
527
535
|
label?: InputMaybe<Scalars['ID']>;
|
|
528
536
|
preview?: InputMaybe<Scalars['ID']>;
|
|
529
537
|
subLabel?: InputMaybe<Scalars['ID']>;
|
|
530
538
|
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
531
539
|
};
|
|
532
|
-
export
|
|
540
|
+
export type RecordInput = {
|
|
533
541
|
id: Scalars['ID'];
|
|
534
542
|
library: Scalars['String'];
|
|
535
543
|
};
|
|
536
|
-
export
|
|
544
|
+
export type RecordSortInput = {
|
|
537
545
|
field: Scalars['String'];
|
|
538
546
|
order: SortOrder;
|
|
539
547
|
};
|
|
540
|
-
export
|
|
548
|
+
export type RecordUpdateFilterInput = {
|
|
541
549
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
542
550
|
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
543
551
|
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
544
552
|
};
|
|
545
|
-
export
|
|
553
|
+
export type RecordsPagination = {
|
|
546
554
|
cursor?: InputMaybe<Scalars['String']>;
|
|
547
555
|
limit: Scalars['Int'];
|
|
548
556
|
offset?: InputMaybe<Scalars['Int']>;
|
|
549
557
|
};
|
|
550
|
-
export
|
|
558
|
+
export type SheetInput = {
|
|
551
559
|
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
552
560
|
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
553
561
|
library: Scalars['String'];
|
|
@@ -557,23 +565,23 @@ export declare type SheetInput = {
|
|
|
557
565
|
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
558
566
|
type: ImportType;
|
|
559
567
|
};
|
|
560
|
-
export
|
|
568
|
+
export type SortApiKeysInput = {
|
|
561
569
|
field: ApiKeysSortableFields;
|
|
562
570
|
order?: InputMaybe<SortOrder>;
|
|
563
571
|
};
|
|
564
|
-
export
|
|
572
|
+
export type SortApplications = {
|
|
565
573
|
field: ApplicationSortableFields;
|
|
566
574
|
order?: InputMaybe<SortOrder>;
|
|
567
575
|
};
|
|
568
|
-
export
|
|
576
|
+
export type SortAttributes = {
|
|
569
577
|
field: AttributesSortableFields;
|
|
570
578
|
order?: InputMaybe<SortOrder>;
|
|
571
579
|
};
|
|
572
|
-
export
|
|
580
|
+
export type SortForms = {
|
|
573
581
|
field: FormsSortableFields;
|
|
574
582
|
order?: InputMaybe<SortOrder>;
|
|
575
583
|
};
|
|
576
|
-
export
|
|
584
|
+
export type SortLibraries = {
|
|
577
585
|
field: LibrariesSortableFields;
|
|
578
586
|
order?: InputMaybe<SortOrder>;
|
|
579
587
|
};
|
|
@@ -581,15 +589,15 @@ export declare enum SortOrder {
|
|
|
581
589
|
asc = "asc",
|
|
582
590
|
desc = "desc"
|
|
583
591
|
}
|
|
584
|
-
export
|
|
592
|
+
export type SortTrees = {
|
|
585
593
|
field: TreesSortableFields;
|
|
586
594
|
order?: InputMaybe<SortOrder>;
|
|
587
595
|
};
|
|
588
|
-
export
|
|
596
|
+
export type SortVersionProfilesInput = {
|
|
589
597
|
field: VersionProfilesSortableFields;
|
|
590
598
|
order?: InputMaybe<SortOrder>;
|
|
591
599
|
};
|
|
592
|
-
export
|
|
600
|
+
export type TaskFiltersInput = {
|
|
593
601
|
archive?: InputMaybe<Scalars['Boolean']>;
|
|
594
602
|
created_by?: InputMaybe<Scalars['ID']>;
|
|
595
603
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -615,11 +623,11 @@ export declare enum TreeBehavior {
|
|
|
615
623
|
files = "files",
|
|
616
624
|
standard = "standard"
|
|
617
625
|
}
|
|
618
|
-
export
|
|
626
|
+
export type TreeElementInput = {
|
|
619
627
|
id: Scalars['ID'];
|
|
620
628
|
library: Scalars['String'];
|
|
621
629
|
};
|
|
622
|
-
export
|
|
630
|
+
export type TreeEventFiltersInput = {
|
|
623
631
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
624
632
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
625
633
|
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
@@ -630,31 +638,31 @@ export declare enum TreeEventTypes {
|
|
|
630
638
|
move = "move",
|
|
631
639
|
remove = "remove"
|
|
632
640
|
}
|
|
633
|
-
export
|
|
641
|
+
export type TreeInput = {
|
|
634
642
|
behavior?: InputMaybe<TreeBehavior>;
|
|
635
643
|
id: Scalars['ID'];
|
|
636
644
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
637
645
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
638
646
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
639
647
|
};
|
|
640
|
-
export
|
|
648
|
+
export type TreeLibraryInput = {
|
|
641
649
|
library: Scalars['ID'];
|
|
642
650
|
settings: TreeLibrarySettingsInput;
|
|
643
651
|
};
|
|
644
|
-
export
|
|
652
|
+
export type TreeLibrarySettingsInput = {
|
|
645
653
|
allowMultiplePositions: Scalars['Boolean'];
|
|
646
654
|
allowedAtRoot: Scalars['Boolean'];
|
|
647
655
|
allowedChildren: Array<Scalars['String']>;
|
|
648
656
|
};
|
|
649
|
-
export
|
|
657
|
+
export type TreeNodePermissionsConfInput = {
|
|
650
658
|
libraryId: Scalars['ID'];
|
|
651
659
|
permissionsConf: TreepermissionsConfInput;
|
|
652
660
|
};
|
|
653
|
-
export
|
|
661
|
+
export type TreepermissionsConfInput = {
|
|
654
662
|
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
655
663
|
relation: PermissionsRelation;
|
|
656
664
|
};
|
|
657
|
-
export
|
|
665
|
+
export type TreesFiltersInput = {
|
|
658
666
|
behavior?: InputMaybe<TreeBehavior>;
|
|
659
667
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
660
668
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -666,30 +674,30 @@ export declare enum TreesSortableFields {
|
|
|
666
674
|
id = "id",
|
|
667
675
|
system = "system"
|
|
668
676
|
}
|
|
669
|
-
export
|
|
677
|
+
export type UploadFiltersInput = {
|
|
670
678
|
uid?: InputMaybe<Scalars['String']>;
|
|
671
679
|
userId?: InputMaybe<Scalars['ID']>;
|
|
672
680
|
};
|
|
673
681
|
export declare enum UserCoreDataKeys {
|
|
674
682
|
applications_consultation = "applications_consultation"
|
|
675
683
|
}
|
|
676
|
-
export
|
|
684
|
+
export type ValueBatchInput = {
|
|
677
685
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
686
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
687
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
688
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
689
|
};
|
|
682
|
-
export
|
|
690
|
+
export type ValueInput = {
|
|
683
691
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
692
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
693
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
694
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
695
|
};
|
|
688
|
-
export
|
|
696
|
+
export type ValueMetadataInput = {
|
|
689
697
|
name: Scalars['String'];
|
|
690
698
|
value?: InputMaybe<Scalars['String']>;
|
|
691
699
|
};
|
|
692
|
-
export
|
|
700
|
+
export type ValueVersionInput = {
|
|
693
701
|
treeId: Scalars['String'];
|
|
694
702
|
treeNodeId: Scalars['String'];
|
|
695
703
|
};
|
|
@@ -697,23 +705,23 @@ export declare enum ValueVersionMode {
|
|
|
697
705
|
simple = "simple",
|
|
698
706
|
smart = "smart"
|
|
699
707
|
}
|
|
700
|
-
export
|
|
708
|
+
export type ValuesListConfInput = {
|
|
701
709
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
702
710
|
enable: Scalars['Boolean'];
|
|
703
711
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
712
|
};
|
|
705
|
-
export
|
|
713
|
+
export type ValuesVersionsConfInput = {
|
|
706
714
|
mode?: InputMaybe<ValueVersionMode>;
|
|
707
715
|
profile?: InputMaybe<Scalars['String']>;
|
|
708
716
|
versionable: Scalars['Boolean'];
|
|
709
717
|
};
|
|
710
|
-
export
|
|
718
|
+
export type VersionProfileInput = {
|
|
711
719
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
712
720
|
id: Scalars['String'];
|
|
713
721
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
714
722
|
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
715
723
|
};
|
|
716
|
-
export
|
|
724
|
+
export type VersionProfilesFiltersInput = {
|
|
717
725
|
id?: InputMaybe<Scalars['ID']>;
|
|
718
726
|
label?: InputMaybe<Scalars['String']>;
|
|
719
727
|
trees?: InputMaybe<Scalars['String']>;
|
|
@@ -721,11 +729,11 @@ export declare type VersionProfilesFiltersInput = {
|
|
|
721
729
|
export declare enum VersionProfilesSortableFields {
|
|
722
730
|
id = "id"
|
|
723
731
|
}
|
|
724
|
-
export
|
|
732
|
+
export type ViewDisplayInput = {
|
|
725
733
|
size: ViewSizes;
|
|
726
734
|
type: ViewTypes;
|
|
727
735
|
};
|
|
728
|
-
export
|
|
736
|
+
export type ViewInput = {
|
|
729
737
|
color?: InputMaybe<Scalars['String']>;
|
|
730
738
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
739
|
display: ViewDisplayInput;
|
|
@@ -738,7 +746,7 @@ export declare type ViewInput = {
|
|
|
738
746
|
sort?: InputMaybe<RecordSortInput>;
|
|
739
747
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
748
|
};
|
|
741
|
-
export
|
|
749
|
+
export type ViewSettingsInput = {
|
|
742
750
|
name: Scalars['String'];
|
|
743
751
|
value?: InputMaybe<Scalars['Any']>;
|
|
744
752
|
};
|
|
@@ -752,11 +760,11 @@ export declare enum ViewTypes {
|
|
|
752
760
|
list = "list",
|
|
753
761
|
timeline = "timeline"
|
|
754
762
|
}
|
|
755
|
-
export
|
|
763
|
+
export type ViewValuesVersionInput = {
|
|
756
764
|
treeId: Scalars['String'];
|
|
757
765
|
treeNode: Scalars['String'];
|
|
758
766
|
};
|
|
759
|
-
export
|
|
767
|
+
export type DetailsApplicationFragment = {
|
|
760
768
|
id: string;
|
|
761
769
|
label: any;
|
|
762
770
|
type: ApplicationType;
|
|
@@ -785,7 +793,7 @@ export declare type DetailsApplicationFragment = {
|
|
|
785
793
|
admin_application: boolean;
|
|
786
794
|
};
|
|
787
795
|
};
|
|
788
|
-
export
|
|
796
|
+
export type RecordIdentityFragment = {
|
|
789
797
|
id: string;
|
|
790
798
|
whoAmI: {
|
|
791
799
|
id: string;
|
|
@@ -799,7 +807,7 @@ export declare type RecordIdentityFragment = {
|
|
|
799
807
|
};
|
|
800
808
|
};
|
|
801
809
|
};
|
|
802
|
-
export
|
|
810
|
+
export type AttributeDetailsLinkAttributeFragment = {
|
|
803
811
|
reverse_link?: string | null;
|
|
804
812
|
id: string;
|
|
805
813
|
type: AttributeType;
|
|
@@ -837,7 +845,7 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
837
845
|
label?: any | null;
|
|
838
846
|
}> | null;
|
|
839
847
|
};
|
|
840
|
-
export
|
|
848
|
+
export type AttributeDetailsStandardAttributeFragment = {
|
|
841
849
|
unique?: boolean | null;
|
|
842
850
|
maxLength?: number | null;
|
|
843
851
|
id: string;
|
|
@@ -872,7 +880,7 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
872
880
|
label?: any | null;
|
|
873
881
|
}> | null;
|
|
874
882
|
};
|
|
875
|
-
export
|
|
883
|
+
export type AttributeDetailsTreeAttributeFragment = {
|
|
876
884
|
id: string;
|
|
877
885
|
type: AttributeType;
|
|
878
886
|
format?: AttributeFormat | null;
|
|
@@ -909,8 +917,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
|
|
|
909
917
|
label?: any | null;
|
|
910
918
|
}> | null;
|
|
911
919
|
};
|
|
912
|
-
export
|
|
913
|
-
export
|
|
920
|
+
export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
|
|
921
|
+
export type AttributesByLibAttributeLinkAttributeFragment = {
|
|
914
922
|
id: string;
|
|
915
923
|
type: AttributeType;
|
|
916
924
|
format?: AttributeFormat | null;
|
|
@@ -922,7 +930,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
|
|
|
922
930
|
id: string;
|
|
923
931
|
} | null;
|
|
924
932
|
};
|
|
925
|
-
export
|
|
933
|
+
export type AttributesByLibAttributeStandardAttributeFragment = {
|
|
926
934
|
id: string;
|
|
927
935
|
type: AttributeType;
|
|
928
936
|
format?: AttributeFormat | null;
|
|
@@ -936,7 +944,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
|
|
|
936
944
|
label?: any | null;
|
|
937
945
|
} | null> | null;
|
|
938
946
|
};
|
|
939
|
-
export
|
|
947
|
+
export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
940
948
|
id: string;
|
|
941
949
|
type: AttributeType;
|
|
942
950
|
format?: AttributeFormat | null;
|
|
@@ -955,8 +963,8 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
963
|
}>;
|
|
956
964
|
} | null;
|
|
957
965
|
};
|
|
958
|
-
export
|
|
959
|
-
export
|
|
966
|
+
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
967
|
+
export type LibraryLightFragment = {
|
|
960
968
|
id: string;
|
|
961
969
|
label?: any | null;
|
|
962
970
|
icon?: {
|
|
@@ -970,7 +978,7 @@ export declare type LibraryLightFragment = {
|
|
|
970
978
|
};
|
|
971
979
|
} | null;
|
|
972
980
|
};
|
|
973
|
-
export
|
|
981
|
+
export type LibraryDetailsFragment = {
|
|
974
982
|
id: string;
|
|
975
983
|
label?: any | null;
|
|
976
984
|
behavior: LibraryBehavior;
|
|
@@ -1052,7 +1060,7 @@ export declare type LibraryDetailsFragment = {
|
|
|
1052
1060
|
};
|
|
1053
1061
|
}> | null;
|
|
1054
1062
|
};
|
|
1055
|
-
export
|
|
1063
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1056
1064
|
id: string;
|
|
1057
1065
|
label?: any | null;
|
|
1058
1066
|
system: boolean;
|
|
@@ -1063,21 +1071,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
|
|
|
1063
1071
|
behavior: LibraryBehavior;
|
|
1064
1072
|
} | null;
|
|
1065
1073
|
};
|
|
1066
|
-
export
|
|
1074
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1067
1075
|
id: string;
|
|
1068
1076
|
label?: any | null;
|
|
1069
1077
|
system: boolean;
|
|
1070
1078
|
type: AttributeType;
|
|
1071
1079
|
format?: AttributeFormat | null;
|
|
1072
1080
|
};
|
|
1073
|
-
export
|
|
1074
|
-
export
|
|
1081
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1082
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1075
1083
|
linked_library?: {
|
|
1076
1084
|
id: string;
|
|
1077
1085
|
behavior: LibraryBehavior;
|
|
1078
1086
|
} | null;
|
|
1079
1087
|
};
|
|
1080
|
-
export
|
|
1088
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1081
1089
|
label: any;
|
|
1082
1090
|
description?: any | null;
|
|
1083
1091
|
system: boolean;
|
|
@@ -1090,7 +1098,7 @@ export declare type LibraryPreviewsSettingsFragment = {
|
|
|
1090
1098
|
}>;
|
|
1091
1099
|
};
|
|
1092
1100
|
};
|
|
1093
|
-
export
|
|
1101
|
+
export type RecordFormElementFragment = {
|
|
1094
1102
|
id: string;
|
|
1095
1103
|
containerId: string;
|
|
1096
1104
|
uiElementType: string;
|
|
@@ -1171,8 +1179,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1171
1179
|
id_value?: string | null;
|
|
1172
1180
|
modified_at?: number | null;
|
|
1173
1181
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1182
|
+
payload?: any | null;
|
|
1183
|
+
raw_payload?: any | null;
|
|
1176
1184
|
modified_by?: {
|
|
1177
1185
|
id: string;
|
|
1178
1186
|
whoAmI: {
|
|
@@ -1313,8 +1321,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1313
1321
|
id_value?: string | null;
|
|
1314
1322
|
modified_at?: number | null;
|
|
1315
1323
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1324
|
+
payload?: any | null;
|
|
1325
|
+
raw_payload?: any | null;
|
|
1318
1326
|
modified_by?: {
|
|
1319
1327
|
id: string;
|
|
1320
1328
|
whoAmI: {
|
|
@@ -1362,6 +1370,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1362
1370
|
} | null;
|
|
1363
1371
|
} | null> | null;
|
|
1364
1372
|
} | {
|
|
1373
|
+
payload?: any | null;
|
|
1374
|
+
raw_payload?: any | null;
|
|
1365
1375
|
value?: any | null;
|
|
1366
1376
|
raw_value?: any | null;
|
|
1367
1377
|
id_value?: string | null;
|
|
@@ -1424,8 +1434,8 @@ export declare type RecordFormElementFragment = {
|
|
|
1424
1434
|
id_value?: string | null;
|
|
1425
1435
|
modified_at?: number | null;
|
|
1426
1436
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1437
|
+
payload?: any | null;
|
|
1438
|
+
raw_payload?: any | null;
|
|
1429
1439
|
modified_by?: {
|
|
1430
1440
|
id: string;
|
|
1431
1441
|
whoAmI: {
|
|
@@ -1714,7 +1724,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1714
1724
|
value: any;
|
|
1715
1725
|
}>;
|
|
1716
1726
|
};
|
|
1717
|
-
export
|
|
1727
|
+
export type ValueDetailsLinkValueFragment = {
|
|
1718
1728
|
id_value?: string | null;
|
|
1719
1729
|
isInherited?: boolean | null;
|
|
1720
1730
|
modified_at?: number | null;
|
|
@@ -1789,8 +1799,8 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1789
1799
|
id_value?: string | null;
|
|
1790
1800
|
modified_at?: number | null;
|
|
1791
1801
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1802
|
+
payload?: any | null;
|
|
1803
|
+
raw_payload?: any | null;
|
|
1794
1804
|
modified_by?: {
|
|
1795
1805
|
id: string;
|
|
1796
1806
|
whoAmI: {
|
|
@@ -1838,7 +1848,7 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1838
1848
|
} | null;
|
|
1839
1849
|
} | null> | null;
|
|
1840
1850
|
};
|
|
1841
|
-
export
|
|
1851
|
+
export type ValueDetailsTreeValueFragment = {
|
|
1842
1852
|
id_value?: string | null;
|
|
1843
1853
|
isInherited?: boolean | null;
|
|
1844
1854
|
modified_at?: number | null;
|
|
@@ -1932,8 +1942,8 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1932
1942
|
id_value?: string | null;
|
|
1933
1943
|
modified_at?: number | null;
|
|
1934
1944
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1945
|
+
payload?: any | null;
|
|
1946
|
+
raw_payload?: any | null;
|
|
1937
1947
|
modified_by?: {
|
|
1938
1948
|
id: string;
|
|
1939
1949
|
whoAmI: {
|
|
@@ -1981,7 +1991,9 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1981
1991
|
} | null;
|
|
1982
1992
|
} | null> | null;
|
|
1983
1993
|
};
|
|
1984
|
-
export
|
|
1994
|
+
export type ValueDetailsValueFragment = {
|
|
1995
|
+
payload?: any | null;
|
|
1996
|
+
raw_payload?: any | null;
|
|
1985
1997
|
value?: any | null;
|
|
1986
1998
|
raw_value?: any | null;
|
|
1987
1999
|
id_value?: string | null;
|
|
@@ -2044,8 +2056,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2044
2056
|
id_value?: string | null;
|
|
2045
2057
|
modified_at?: number | null;
|
|
2046
2058
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2059
|
+
payload?: any | null;
|
|
2060
|
+
raw_payload?: any | null;
|
|
2049
2061
|
modified_by?: {
|
|
2050
2062
|
id: string;
|
|
2051
2063
|
whoAmI: {
|
|
@@ -2093,8 +2105,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2093
2105
|
} | null;
|
|
2094
2106
|
} | null> | null;
|
|
2095
2107
|
};
|
|
2096
|
-
export
|
|
2097
|
-
export
|
|
2108
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2109
|
+
export type ValuesVersionDetailsFragment = {
|
|
2098
2110
|
treeId: string;
|
|
2099
2111
|
treeNode?: {
|
|
2100
2112
|
id: string;
|
|
@@ -2110,7 +2122,7 @@ export declare type ValuesVersionDetailsFragment = {
|
|
|
2110
2122
|
};
|
|
2111
2123
|
} | null;
|
|
2112
2124
|
};
|
|
2113
|
-
export
|
|
2125
|
+
export type RecordFormAttributeLinkAttributeFragment = {
|
|
2114
2126
|
id: string;
|
|
2115
2127
|
label?: any | null;
|
|
2116
2128
|
description?: any | null;
|
|
@@ -2189,7 +2201,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2189
2201
|
}> | null;
|
|
2190
2202
|
}> | null;
|
|
2191
2203
|
};
|
|
2192
|
-
export
|
|
2204
|
+
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2193
2205
|
id: string;
|
|
2194
2206
|
label?: any | null;
|
|
2195
2207
|
description?: any | null;
|
|
@@ -2254,7 +2266,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2254
2266
|
}> | null;
|
|
2255
2267
|
}> | null;
|
|
2256
2268
|
};
|
|
2257
|
-
export
|
|
2269
|
+
export type RecordFormAttributeTreeAttributeFragment = {
|
|
2258
2270
|
id: string;
|
|
2259
2271
|
label?: any | null;
|
|
2260
2272
|
description?: any | null;
|
|
@@ -2348,8 +2360,8 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2348
2360
|
}> | null;
|
|
2349
2361
|
}> | null;
|
|
2350
2362
|
};
|
|
2351
|
-
export
|
|
2352
|
-
export
|
|
2363
|
+
export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
|
|
2364
|
+
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2365
|
enable: boolean;
|
|
2354
2366
|
allowFreeEntry?: boolean | null;
|
|
2355
2367
|
dateRangeValues?: Array<{
|
|
@@ -2357,13 +2369,13 @@ export declare type StandardValuesListFragmentStandardDateRangeValuesListConfFra
|
|
|
2357
2369
|
to?: string | null;
|
|
2358
2370
|
}> | null;
|
|
2359
2371
|
};
|
|
2360
|
-
export
|
|
2372
|
+
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2373
|
enable: boolean;
|
|
2362
2374
|
allowFreeEntry?: boolean | null;
|
|
2363
2375
|
values?: Array<string> | null;
|
|
2364
2376
|
};
|
|
2365
|
-
export
|
|
2366
|
-
export
|
|
2377
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2378
|
+
export type TreeDetailsFragment = {
|
|
2367
2379
|
id: string;
|
|
2368
2380
|
label?: any | null;
|
|
2369
2381
|
behavior: TreeBehavior;
|
|
@@ -2380,19 +2392,19 @@ export declare type TreeDetailsFragment = {
|
|
|
2380
2392
|
};
|
|
2381
2393
|
}>;
|
|
2382
2394
|
};
|
|
2383
|
-
export
|
|
2395
|
+
export type TreeLightFragment = {
|
|
2384
2396
|
id: string;
|
|
2385
2397
|
label?: any | null;
|
|
2386
2398
|
};
|
|
2387
|
-
export
|
|
2399
|
+
export type TreeNodeChildFragment = {
|
|
2388
2400
|
id: string;
|
|
2389
2401
|
order?: number | null;
|
|
2390
2402
|
childrenCount?: number | null;
|
|
2391
2403
|
record: {
|
|
2392
2404
|
id: string;
|
|
2393
|
-
active
|
|
2405
|
+
active: Array<{
|
|
2394
2406
|
value?: any | null;
|
|
2395
|
-
}
|
|
2407
|
+
}>;
|
|
2396
2408
|
whoAmI: {
|
|
2397
2409
|
id: string;
|
|
2398
2410
|
label?: string | null;
|
|
@@ -2432,7 +2444,7 @@ export declare type TreeNodeChildFragment = {
|
|
|
2432
2444
|
edit_children: boolean;
|
|
2433
2445
|
};
|
|
2434
2446
|
};
|
|
2435
|
-
export
|
|
2447
|
+
export type ViewDetailsFragment = {
|
|
2436
2448
|
id: string;
|
|
2437
2449
|
shared: boolean;
|
|
2438
2450
|
label: any;
|
|
@@ -2491,19 +2503,19 @@ export declare type ViewDetailsFragment = {
|
|
|
2491
2503
|
value?: any | null;
|
|
2492
2504
|
}> | null;
|
|
2493
2505
|
};
|
|
2494
|
-
export
|
|
2506
|
+
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2507
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2508
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
2497
2509
|
}>;
|
|
2498
|
-
export
|
|
2510
|
+
export type CheckApplicationExistenceQuery = {
|
|
2499
2511
|
applications?: {
|
|
2500
2512
|
totalCount: number;
|
|
2501
2513
|
} | null;
|
|
2502
2514
|
};
|
|
2503
|
-
export
|
|
2515
|
+
export type GetApplicationByIdQueryVariables = Exact<{
|
|
2504
2516
|
id: Scalars['ID'];
|
|
2505
2517
|
}>;
|
|
2506
|
-
export
|
|
2518
|
+
export type GetApplicationByIdQuery = {
|
|
2507
2519
|
applications?: {
|
|
2508
2520
|
list: Array<{
|
|
2509
2521
|
id: string;
|
|
@@ -2536,20 +2548,20 @@ export declare type GetApplicationByIdQuery = {
|
|
|
2536
2548
|
}>;
|
|
2537
2549
|
} | null;
|
|
2538
2550
|
};
|
|
2539
|
-
export
|
|
2551
|
+
export type GetApplicationModulesQueryVariables = Exact<{
|
|
2540
2552
|
[key: string]: never;
|
|
2541
2553
|
}>;
|
|
2542
|
-
export
|
|
2554
|
+
export type GetApplicationModulesQuery = {
|
|
2543
2555
|
applicationsModules: Array<{
|
|
2544
2556
|
id: string;
|
|
2545
2557
|
description?: string | null;
|
|
2546
2558
|
version?: string | null;
|
|
2547
2559
|
}>;
|
|
2548
2560
|
};
|
|
2549
|
-
export
|
|
2561
|
+
export type SaveApplicationMutationVariables = Exact<{
|
|
2550
2562
|
application: ApplicationInput;
|
|
2551
2563
|
}>;
|
|
2552
|
-
export
|
|
2564
|
+
export type SaveApplicationMutation = {
|
|
2553
2565
|
saveApplication: {
|
|
2554
2566
|
id: string;
|
|
2555
2567
|
label: any;
|
|
@@ -2580,26 +2592,26 @@ export declare type SaveApplicationMutation = {
|
|
|
2580
2592
|
};
|
|
2581
2593
|
};
|
|
2582
2594
|
};
|
|
2583
|
-
export
|
|
2595
|
+
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
2584
2596
|
id: Scalars['ID'];
|
|
2585
2597
|
}>;
|
|
2586
|
-
export
|
|
2598
|
+
export type CheckAttributeExistenceQuery = {
|
|
2587
2599
|
attributes?: {
|
|
2588
2600
|
totalCount: number;
|
|
2589
2601
|
} | null;
|
|
2590
2602
|
};
|
|
2591
|
-
export
|
|
2603
|
+
export type DeleteAttributeMutationVariables = Exact<{
|
|
2592
2604
|
id?: InputMaybe<Scalars['ID']>;
|
|
2593
2605
|
}>;
|
|
2594
|
-
export
|
|
2606
|
+
export type DeleteAttributeMutation = {
|
|
2595
2607
|
deleteAttribute: {
|
|
2596
2608
|
id: string;
|
|
2597
2609
|
};
|
|
2598
2610
|
};
|
|
2599
|
-
export
|
|
2611
|
+
export type GetAttributeByIdQueryVariables = Exact<{
|
|
2600
2612
|
id?: InputMaybe<Scalars['ID']>;
|
|
2601
2613
|
}>;
|
|
2602
|
-
export
|
|
2614
|
+
export type GetAttributeByIdQuery = {
|
|
2603
2615
|
attributes?: {
|
|
2604
2616
|
list: Array<{
|
|
2605
2617
|
reverse_link?: string | null;
|
|
@@ -2711,10 +2723,10 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2711
2723
|
}>;
|
|
2712
2724
|
} | null;
|
|
2713
2725
|
};
|
|
2714
|
-
export
|
|
2726
|
+
export type GetAttributesByLibQueryVariables = Exact<{
|
|
2715
2727
|
library: Scalars['String'];
|
|
2716
2728
|
}>;
|
|
2717
|
-
export
|
|
2729
|
+
export type GetAttributesByLibQuery = {
|
|
2718
2730
|
attributes?: {
|
|
2719
2731
|
list: Array<{
|
|
2720
2732
|
id: string;
|
|
@@ -2761,12 +2773,12 @@ export declare type GetAttributesByLibQuery = {
|
|
|
2761
2773
|
}>;
|
|
2762
2774
|
} | null;
|
|
2763
2775
|
};
|
|
2764
|
-
export
|
|
2776
|
+
export type GetAttributesQueryVariables = Exact<{
|
|
2765
2777
|
pagination?: InputMaybe<Pagination>;
|
|
2766
2778
|
sort?: InputMaybe<SortAttributes>;
|
|
2767
2779
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
2768
2780
|
}>;
|
|
2769
|
-
export
|
|
2781
|
+
export type GetAttributesQuery = {
|
|
2770
2782
|
attributes?: {
|
|
2771
2783
|
totalCount: number;
|
|
2772
2784
|
list: Array<{
|
|
@@ -2778,11 +2790,11 @@ export declare type GetAttributesQuery = {
|
|
|
2778
2790
|
}>;
|
|
2779
2791
|
} | null;
|
|
2780
2792
|
};
|
|
2781
|
-
export
|
|
2793
|
+
export type GetVersionProfilesQueryVariables = Exact<{
|
|
2782
2794
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
2783
2795
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
2784
2796
|
}>;
|
|
2785
|
-
export
|
|
2797
|
+
export type GetVersionProfilesQuery = {
|
|
2786
2798
|
versionProfiles: {
|
|
2787
2799
|
list: Array<{
|
|
2788
2800
|
id: string;
|
|
@@ -2790,10 +2802,10 @@ export declare type GetVersionProfilesQuery = {
|
|
|
2790
2802
|
}>;
|
|
2791
2803
|
};
|
|
2792
2804
|
};
|
|
2793
|
-
export
|
|
2805
|
+
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
2794
2806
|
libraryId: Scalars['String'];
|
|
2795
2807
|
}>;
|
|
2796
|
-
export
|
|
2808
|
+
export type GetVersionableAttributesByLibraryQuery = {
|
|
2797
2809
|
attributes?: {
|
|
2798
2810
|
list: Array<{
|
|
2799
2811
|
id: string;
|
|
@@ -2810,10 +2822,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
|
|
|
2810
2822
|
}>;
|
|
2811
2823
|
} | null;
|
|
2812
2824
|
};
|
|
2813
|
-
export
|
|
2825
|
+
export type SaveAttributeMutationVariables = Exact<{
|
|
2814
2826
|
attribute: AttributeInput;
|
|
2815
2827
|
}>;
|
|
2816
|
-
export
|
|
2828
|
+
export type SaveAttributeMutation = {
|
|
2817
2829
|
saveAttribute: {
|
|
2818
2830
|
reverse_link?: string | null;
|
|
2819
2831
|
id: string;
|
|
@@ -2923,20 +2935,20 @@ export declare type SaveAttributeMutation = {
|
|
|
2923
2935
|
}> | null;
|
|
2924
2936
|
};
|
|
2925
2937
|
};
|
|
2926
|
-
export
|
|
2938
|
+
export type ExportQueryVariables = Exact<{
|
|
2927
2939
|
library: Scalars['ID'];
|
|
2928
2940
|
attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2929
2941
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2930
2942
|
}>;
|
|
2931
|
-
export
|
|
2943
|
+
export type ExportQuery = {
|
|
2932
2944
|
export: string;
|
|
2933
2945
|
};
|
|
2934
|
-
export
|
|
2946
|
+
export type CreateDirectoryMutationVariables = Exact<{
|
|
2935
2947
|
library: Scalars['String'];
|
|
2936
2948
|
nodeId: Scalars['String'];
|
|
2937
2949
|
name: Scalars['String'];
|
|
2938
2950
|
}>;
|
|
2939
|
-
export
|
|
2951
|
+
export type CreateDirectoryMutation = {
|
|
2940
2952
|
createDirectory: {
|
|
2941
2953
|
id: string;
|
|
2942
2954
|
whoAmI: {
|
|
@@ -2952,21 +2964,21 @@ export declare type CreateDirectoryMutation = {
|
|
|
2952
2964
|
};
|
|
2953
2965
|
};
|
|
2954
2966
|
};
|
|
2955
|
-
export
|
|
2967
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
2956
2968
|
libraryId: Scalars['ID'];
|
|
2957
2969
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2958
2970
|
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2959
2971
|
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
2960
2972
|
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
2961
2973
|
}>;
|
|
2962
|
-
export
|
|
2974
|
+
export type ForcePreviewsGenerationMutation = {
|
|
2963
2975
|
forcePreviewsGeneration: boolean;
|
|
2964
2976
|
};
|
|
2965
|
-
export
|
|
2977
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
2966
2978
|
library: Scalars['ID'];
|
|
2967
2979
|
directoryId: Scalars['String'];
|
|
2968
2980
|
}>;
|
|
2969
|
-
export
|
|
2981
|
+
export type GetDirectoryDataQuery = {
|
|
2970
2982
|
records: {
|
|
2971
2983
|
list: Array<{
|
|
2972
2984
|
id: string;
|
|
@@ -2981,10 +2993,10 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2981
2993
|
label?: any | null;
|
|
2982
2994
|
};
|
|
2983
2995
|
};
|
|
2984
|
-
created_at
|
|
2996
|
+
created_at: Array<{
|
|
2985
2997
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
2998
|
+
}>;
|
|
2999
|
+
created_by: Array<{
|
|
2988
3000
|
value?: {
|
|
2989
3001
|
id: string;
|
|
2990
3002
|
whoAmI: {
|
|
@@ -2999,11 +3011,11 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2999
3011
|
};
|
|
3000
3012
|
};
|
|
3001
3013
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3014
|
+
}>;
|
|
3015
|
+
modified_at: Array<{
|
|
3004
3016
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3017
|
+
}>;
|
|
3018
|
+
modified_by: Array<{
|
|
3007
3019
|
value?: {
|
|
3008
3020
|
id: string;
|
|
3009
3021
|
whoAmI: {
|
|
@@ -3018,23 +3030,23 @@ export declare type GetDirectoryDataQuery = {
|
|
|
3018
3030
|
};
|
|
3019
3031
|
};
|
|
3020
3032
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3033
|
+
}>;
|
|
3034
|
+
file_name: Array<{
|
|
3023
3035
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3036
|
+
}>;
|
|
3037
|
+
file_path: Array<{
|
|
3026
3038
|
value?: any | null;
|
|
3027
|
-
}
|
|
3039
|
+
}>;
|
|
3028
3040
|
library: {
|
|
3029
3041
|
behavior: LibraryBehavior;
|
|
3030
3042
|
};
|
|
3031
3043
|
}>;
|
|
3032
3044
|
};
|
|
3033
3045
|
};
|
|
3034
|
-
export
|
|
3046
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3035
3047
|
filters?: InputMaybe<UploadFiltersInput>;
|
|
3036
3048
|
}>;
|
|
3037
|
-
export
|
|
3049
|
+
export type UploadUpdateSubscription = {
|
|
3038
3050
|
upload: {
|
|
3039
3051
|
userId: string;
|
|
3040
3052
|
uid: string;
|
|
@@ -3050,12 +3062,12 @@ export declare type UploadUpdateSubscription = {
|
|
|
3050
3062
|
};
|
|
3051
3063
|
};
|
|
3052
3064
|
};
|
|
3053
|
-
export
|
|
3065
|
+
export type UploadMutationVariables = Exact<{
|
|
3054
3066
|
library: Scalars['String'];
|
|
3055
3067
|
nodeId: Scalars['String'];
|
|
3056
3068
|
files: Array<FileInput> | FileInput;
|
|
3057
3069
|
}>;
|
|
3058
|
-
export
|
|
3070
|
+
export type UploadMutation = {
|
|
3059
3071
|
upload: Array<{
|
|
3060
3072
|
uid: string;
|
|
3061
3073
|
record: {
|
|
@@ -3074,34 +3086,34 @@ export declare type UploadMutation = {
|
|
|
3074
3086
|
};
|
|
3075
3087
|
}>;
|
|
3076
3088
|
};
|
|
3077
|
-
export
|
|
3089
|
+
export type ImportExcelMutationVariables = Exact<{
|
|
3078
3090
|
file: Scalars['Upload'];
|
|
3079
3091
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
3080
3092
|
startAt?: InputMaybe<Scalars['Int']>;
|
|
3081
3093
|
}>;
|
|
3082
|
-
export
|
|
3094
|
+
export type ImportExcelMutation = {
|
|
3083
3095
|
importExcel: string;
|
|
3084
3096
|
};
|
|
3085
|
-
export
|
|
3097
|
+
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
3086
3098
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3087
3099
|
}>;
|
|
3088
|
-
export
|
|
3100
|
+
export type CheckLibraryExistenceQuery = {
|
|
3089
3101
|
libraries?: {
|
|
3090
3102
|
totalCount: number;
|
|
3091
3103
|
} | null;
|
|
3092
3104
|
};
|
|
3093
|
-
export
|
|
3105
|
+
export type DeleteLibraryMutationVariables = Exact<{
|
|
3094
3106
|
id?: InputMaybe<Scalars['ID']>;
|
|
3095
3107
|
}>;
|
|
3096
|
-
export
|
|
3108
|
+
export type DeleteLibraryMutation = {
|
|
3097
3109
|
deleteLibrary: {
|
|
3098
3110
|
id: string;
|
|
3099
3111
|
};
|
|
3100
3112
|
};
|
|
3101
|
-
export
|
|
3113
|
+
export type GetLibrariesQueryVariables = Exact<{
|
|
3102
3114
|
[key: string]: never;
|
|
3103
3115
|
}>;
|
|
3104
|
-
export
|
|
3116
|
+
export type GetLibrariesQuery = {
|
|
3105
3117
|
libraries?: {
|
|
3106
3118
|
list: Array<{
|
|
3107
3119
|
id: string;
|
|
@@ -3119,10 +3131,10 @@ export declare type GetLibrariesQuery = {
|
|
|
3119
3131
|
}>;
|
|
3120
3132
|
} | null;
|
|
3121
3133
|
};
|
|
3122
|
-
export
|
|
3134
|
+
export type GetLibraryByIdQueryVariables = Exact<{
|
|
3123
3135
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3124
3136
|
}>;
|
|
3125
|
-
export
|
|
3137
|
+
export type GetLibraryByIdQuery = {
|
|
3126
3138
|
libraries?: {
|
|
3127
3139
|
list: Array<{
|
|
3128
3140
|
id: string;
|
|
@@ -3208,10 +3220,10 @@ export declare type GetLibraryByIdQuery = {
|
|
|
3208
3220
|
}>;
|
|
3209
3221
|
} | null;
|
|
3210
3222
|
};
|
|
3211
|
-
export
|
|
3223
|
+
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
3212
3224
|
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3213
3225
|
}>;
|
|
3214
|
-
export
|
|
3226
|
+
export type GetLibraryPermissionsQuery = {
|
|
3215
3227
|
libraries?: {
|
|
3216
3228
|
list: Array<{
|
|
3217
3229
|
permissions?: {
|
|
@@ -3224,10 +3236,10 @@ export declare type GetLibraryPermissionsQuery = {
|
|
|
3224
3236
|
}>;
|
|
3225
3237
|
} | null;
|
|
3226
3238
|
};
|
|
3227
|
-
export
|
|
3239
|
+
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
3228
3240
|
id: Scalars['ID'];
|
|
3229
3241
|
}>;
|
|
3230
|
-
export
|
|
3242
|
+
export type GetLibraryPreviewsSettingsQuery = {
|
|
3231
3243
|
libraries?: {
|
|
3232
3244
|
list: Array<{
|
|
3233
3245
|
id: string;
|
|
@@ -3249,10 +3261,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
|
|
|
3249
3261
|
}>;
|
|
3250
3262
|
} | null;
|
|
3251
3263
|
};
|
|
3252
|
-
export
|
|
3264
|
+
export type SaveLibraryMutationVariables = Exact<{
|
|
3253
3265
|
library: LibraryInput;
|
|
3254
3266
|
}>;
|
|
3255
|
-
export
|
|
3267
|
+
export type SaveLibraryMutation = {
|
|
3256
3268
|
saveLibrary: {
|
|
3257
3269
|
id: string;
|
|
3258
3270
|
label?: any | null;
|
|
@@ -3336,23 +3348,23 @@ export declare type SaveLibraryMutation = {
|
|
|
3336
3348
|
}> | null;
|
|
3337
3349
|
};
|
|
3338
3350
|
};
|
|
3339
|
-
export
|
|
3351
|
+
export type IsAllowedQueryVariables = Exact<{
|
|
3340
3352
|
type: PermissionTypes;
|
|
3341
3353
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
3342
3354
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
3343
3355
|
target?: InputMaybe<PermissionTarget>;
|
|
3344
3356
|
}>;
|
|
3345
|
-
export
|
|
3357
|
+
export type IsAllowedQuery = {
|
|
3346
3358
|
isAllowed?: Array<{
|
|
3347
3359
|
name: PermissionsActions;
|
|
3348
3360
|
allowed?: boolean | null;
|
|
3349
3361
|
}> | null;
|
|
3350
3362
|
};
|
|
3351
|
-
export
|
|
3363
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
3352
3364
|
library: Scalars['ID'];
|
|
3353
3365
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
3354
3366
|
}>;
|
|
3355
|
-
export
|
|
3367
|
+
export type CreateRecordMutation = {
|
|
3356
3368
|
createRecord: {
|
|
3357
3369
|
record?: {
|
|
3358
3370
|
id: string;
|
|
@@ -3377,12 +3389,12 @@ export declare type CreateRecordMutation = {
|
|
|
3377
3389
|
}> | null;
|
|
3378
3390
|
};
|
|
3379
3391
|
};
|
|
3380
|
-
export
|
|
3392
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
3381
3393
|
libraryId: Scalars['String'];
|
|
3382
3394
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3383
3395
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3384
3396
|
}>;
|
|
3385
|
-
export
|
|
3397
|
+
export type DeactivateRecordsMutation = {
|
|
3386
3398
|
deactivateRecords: Array<{
|
|
3387
3399
|
id: string;
|
|
3388
3400
|
whoAmI: {
|
|
@@ -3398,20 +3410,20 @@ export declare type DeactivateRecordsMutation = {
|
|
|
3398
3410
|
};
|
|
3399
3411
|
}>;
|
|
3400
3412
|
};
|
|
3401
|
-
export
|
|
3413
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
3402
3414
|
parentNode?: InputMaybe<Scalars['ID']>;
|
|
3403
3415
|
treeId: Scalars['ID'];
|
|
3404
3416
|
filename: Scalars['String'];
|
|
3405
3417
|
}>;
|
|
3406
|
-
export
|
|
3418
|
+
export type DoesFileExistAsChildQuery = {
|
|
3407
3419
|
doesFileExistAsChild?: boolean | null;
|
|
3408
3420
|
};
|
|
3409
|
-
export
|
|
3421
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
3410
3422
|
library: Scalars['ID'];
|
|
3411
3423
|
fileId: Scalars['String'];
|
|
3412
3424
|
previewsStatusAttribute: Scalars['ID'];
|
|
3413
3425
|
}>;
|
|
3414
|
-
export
|
|
3426
|
+
export type GetFileDataQuery = {
|
|
3415
3427
|
records: {
|
|
3416
3428
|
list: Array<{
|
|
3417
3429
|
id: string;
|
|
@@ -3426,10 +3438,10 @@ export declare type GetFileDataQuery = {
|
|
|
3426
3438
|
label?: any | null;
|
|
3427
3439
|
};
|
|
3428
3440
|
};
|
|
3429
|
-
created_at
|
|
3441
|
+
created_at: Array<{
|
|
3430
3442
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3443
|
+
}>;
|
|
3444
|
+
created_by: Array<{
|
|
3433
3445
|
value?: {
|
|
3434
3446
|
id: string;
|
|
3435
3447
|
whoAmI: {
|
|
@@ -3444,11 +3456,11 @@ export declare type GetFileDataQuery = {
|
|
|
3444
3456
|
};
|
|
3445
3457
|
};
|
|
3446
3458
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3459
|
+
}>;
|
|
3460
|
+
modified_at: Array<{
|
|
3449
3461
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3462
|
+
}>;
|
|
3463
|
+
modified_by: Array<{
|
|
3452
3464
|
value?: {
|
|
3453
3465
|
id: string;
|
|
3454
3466
|
whoAmI: {
|
|
@@ -3463,29 +3475,29 @@ export declare type GetFileDataQuery = {
|
|
|
3463
3475
|
};
|
|
3464
3476
|
};
|
|
3465
3477
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3478
|
+
}>;
|
|
3479
|
+
file_name: Array<{
|
|
3468
3480
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3481
|
+
}>;
|
|
3482
|
+
file_path: Array<{
|
|
3471
3483
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3484
|
+
}>;
|
|
3485
|
+
previews_status: Array<{
|
|
3474
3486
|
value?: any | null;
|
|
3475
|
-
}
|
|
3487
|
+
}>;
|
|
3476
3488
|
library: {
|
|
3477
3489
|
behavior: LibraryBehavior;
|
|
3478
3490
|
};
|
|
3479
3491
|
}>;
|
|
3480
3492
|
};
|
|
3481
3493
|
};
|
|
3482
|
-
export
|
|
3494
|
+
export type RecordFormQueryVariables = Exact<{
|
|
3483
3495
|
libraryId: Scalars['String'];
|
|
3484
3496
|
formId: Scalars['String'];
|
|
3485
3497
|
recordId?: InputMaybe<Scalars['String']>;
|
|
3486
3498
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3487
3499
|
}>;
|
|
3488
|
-
export
|
|
3500
|
+
export type RecordFormQuery = {
|
|
3489
3501
|
recordForm?: {
|
|
3490
3502
|
id: string;
|
|
3491
3503
|
recordId?: string | null;
|
|
@@ -3576,8 +3588,8 @@ export declare type RecordFormQuery = {
|
|
|
3576
3588
|
id_value?: string | null;
|
|
3577
3589
|
modified_at?: number | null;
|
|
3578
3590
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3591
|
+
payload?: any | null;
|
|
3592
|
+
raw_payload?: any | null;
|
|
3581
3593
|
modified_by?: {
|
|
3582
3594
|
id: string;
|
|
3583
3595
|
whoAmI: {
|
|
@@ -3718,8 +3730,8 @@ export declare type RecordFormQuery = {
|
|
|
3718
3730
|
id_value?: string | null;
|
|
3719
3731
|
modified_at?: number | null;
|
|
3720
3732
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3733
|
+
payload?: any | null;
|
|
3734
|
+
raw_payload?: any | null;
|
|
3723
3735
|
modified_by?: {
|
|
3724
3736
|
id: string;
|
|
3725
3737
|
whoAmI: {
|
|
@@ -3767,6 +3779,8 @@ export declare type RecordFormQuery = {
|
|
|
3767
3779
|
} | null;
|
|
3768
3780
|
} | null> | null;
|
|
3769
3781
|
} | {
|
|
3782
|
+
payload?: any | null;
|
|
3783
|
+
raw_payload?: any | null;
|
|
3770
3784
|
value?: any | null;
|
|
3771
3785
|
raw_value?: any | null;
|
|
3772
3786
|
id_value?: string | null;
|
|
@@ -3829,8 +3843,8 @@ export declare type RecordFormQuery = {
|
|
|
3829
3843
|
id_value?: string | null;
|
|
3830
3844
|
modified_at?: number | null;
|
|
3831
3845
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3846
|
+
payload?: any | null;
|
|
3847
|
+
raw_payload?: any | null;
|
|
3834
3848
|
modified_by?: {
|
|
3835
3849
|
id: string;
|
|
3836
3850
|
whoAmI: {
|
|
@@ -4121,10 +4135,10 @@ export declare type RecordFormQuery = {
|
|
|
4121
4135
|
}>;
|
|
4122
4136
|
} | null;
|
|
4123
4137
|
};
|
|
4124
|
-
export
|
|
4138
|
+
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
4125
4139
|
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
4126
4140
|
}>;
|
|
4127
|
-
export
|
|
4141
|
+
export type RecordUpdateSubscription = {
|
|
4128
4142
|
recordUpdate: {
|
|
4129
4143
|
record: {
|
|
4130
4144
|
id: string;
|
|
@@ -4139,7 +4153,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4139
4153
|
label?: any | null;
|
|
4140
4154
|
};
|
|
4141
4155
|
};
|
|
4142
|
-
modified_by
|
|
4156
|
+
modified_by: Array<{
|
|
4143
4157
|
value?: {
|
|
4144
4158
|
id: string;
|
|
4145
4159
|
whoAmI: {
|
|
@@ -4154,7 +4168,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4154
4168
|
};
|
|
4155
4169
|
};
|
|
4156
4170
|
} | null;
|
|
4157
|
-
}
|
|
4171
|
+
}>;
|
|
4158
4172
|
};
|
|
4159
4173
|
updatedValues: Array<{
|
|
4160
4174
|
attribute: string;
|
|
@@ -4233,8 +4247,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4233
4247
|
id_value?: string | null;
|
|
4234
4248
|
modified_at?: number | null;
|
|
4235
4249
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4250
|
+
payload?: any | null;
|
|
4251
|
+
raw_payload?: any | null;
|
|
4238
4252
|
modified_by?: {
|
|
4239
4253
|
id: string;
|
|
4240
4254
|
whoAmI: {
|
|
@@ -4375,8 +4389,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4375
4389
|
id_value?: string | null;
|
|
4376
4390
|
modified_at?: number | null;
|
|
4377
4391
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4392
|
+
payload?: any | null;
|
|
4393
|
+
raw_payload?: any | null;
|
|
4380
4394
|
modified_by?: {
|
|
4381
4395
|
id: string;
|
|
4382
4396
|
whoAmI: {
|
|
@@ -4424,6 +4438,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4424
4438
|
} | null;
|
|
4425
4439
|
} | null> | null;
|
|
4426
4440
|
} | {
|
|
4441
|
+
payload?: any | null;
|
|
4442
|
+
raw_payload?: any | null;
|
|
4427
4443
|
value?: any | null;
|
|
4428
4444
|
raw_value?: any | null;
|
|
4429
4445
|
id_value?: string | null;
|
|
@@ -4486,8 +4502,8 @@ export declare type RecordUpdateSubscription = {
|
|
|
4486
4502
|
id_value?: string | null;
|
|
4487
4503
|
modified_at?: number | null;
|
|
4488
4504
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4505
|
+
payload?: any | null;
|
|
4506
|
+
raw_payload?: any | null;
|
|
4491
4507
|
modified_by?: {
|
|
4492
4508
|
id: string;
|
|
4493
4509
|
whoAmI: {
|
|
@@ -4538,39 +4554,39 @@ export declare type RecordUpdateSubscription = {
|
|
|
4538
4554
|
}>;
|
|
4539
4555
|
};
|
|
4540
4556
|
};
|
|
4541
|
-
export
|
|
4557
|
+
export type IndexRecordsMutationVariables = Exact<{
|
|
4542
4558
|
libraryId: Scalars['String'];
|
|
4543
4559
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4544
4560
|
}>;
|
|
4545
|
-
export
|
|
4561
|
+
export type IndexRecordsMutation = {
|
|
4546
4562
|
indexRecords: boolean;
|
|
4547
4563
|
};
|
|
4548
|
-
export
|
|
4564
|
+
export type CancelTaskMutationVariables = Exact<{
|
|
4549
4565
|
taskId: Scalars['ID'];
|
|
4550
4566
|
}>;
|
|
4551
|
-
export
|
|
4567
|
+
export type CancelTaskMutation = {
|
|
4552
4568
|
cancelTask: boolean;
|
|
4553
4569
|
};
|
|
4554
|
-
export
|
|
4570
|
+
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
4555
4571
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4556
4572
|
}>;
|
|
4557
|
-
export
|
|
4573
|
+
export type CheckTreeExistenceQuery = {
|
|
4558
4574
|
trees?: {
|
|
4559
4575
|
totalCount: number;
|
|
4560
4576
|
} | null;
|
|
4561
4577
|
};
|
|
4562
|
-
export
|
|
4578
|
+
export type DeleteTreeMutationVariables = Exact<{
|
|
4563
4579
|
id: Scalars['ID'];
|
|
4564
4580
|
}>;
|
|
4565
|
-
export
|
|
4581
|
+
export type DeleteTreeMutation = {
|
|
4566
4582
|
deleteTree: {
|
|
4567
4583
|
id: string;
|
|
4568
4584
|
};
|
|
4569
4585
|
};
|
|
4570
|
-
export
|
|
4586
|
+
export type GetTreeByIdQueryVariables = Exact<{
|
|
4571
4587
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4572
4588
|
}>;
|
|
4573
|
-
export
|
|
4589
|
+
export type GetTreeByIdQuery = {
|
|
4574
4590
|
trees?: {
|
|
4575
4591
|
list: Array<{
|
|
4576
4592
|
id: string;
|
|
@@ -4591,11 +4607,11 @@ export declare type GetTreeByIdQuery = {
|
|
|
4591
4607
|
}>;
|
|
4592
4608
|
} | null;
|
|
4593
4609
|
};
|
|
4594
|
-
export
|
|
4610
|
+
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
4595
4611
|
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4596
4612
|
library?: InputMaybe<Scalars['String']>;
|
|
4597
4613
|
}>;
|
|
4598
|
-
export
|
|
4614
|
+
export type GetTreeLibrariesQuery = {
|
|
4599
4615
|
trees?: {
|
|
4600
4616
|
totalCount: number;
|
|
4601
4617
|
list: Array<{
|
|
@@ -4618,10 +4634,10 @@ export declare type GetTreeLibrariesQuery = {
|
|
|
4618
4634
|
}>;
|
|
4619
4635
|
} | null;
|
|
4620
4636
|
};
|
|
4621
|
-
export
|
|
4637
|
+
export type GetTreesQueryVariables = Exact<{
|
|
4622
4638
|
[key: string]: never;
|
|
4623
4639
|
}>;
|
|
4624
|
-
export
|
|
4640
|
+
export type GetTreesQuery = {
|
|
4625
4641
|
trees?: {
|
|
4626
4642
|
list: Array<{
|
|
4627
4643
|
id: string;
|
|
@@ -4629,10 +4645,10 @@ export declare type GetTreesQuery = {
|
|
|
4629
4645
|
}>;
|
|
4630
4646
|
} | null;
|
|
4631
4647
|
};
|
|
4632
|
-
export
|
|
4648
|
+
export type SaveTreeMutationVariables = Exact<{
|
|
4633
4649
|
tree: TreeInput;
|
|
4634
4650
|
}>;
|
|
4635
|
-
export
|
|
4651
|
+
export type SaveTreeMutation = {
|
|
4636
4652
|
saveTree: {
|
|
4637
4653
|
id: string;
|
|
4638
4654
|
label?: any | null;
|
|
@@ -4651,12 +4667,12 @@ export declare type SaveTreeMutation = {
|
|
|
4651
4667
|
}>;
|
|
4652
4668
|
};
|
|
4653
4669
|
};
|
|
4654
|
-
export
|
|
4670
|
+
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
4655
4671
|
treeId: Scalars['ID'];
|
|
4656
4672
|
node?: InputMaybe<Scalars['ID']>;
|
|
4657
4673
|
pagination?: InputMaybe<Pagination>;
|
|
4658
4674
|
}>;
|
|
4659
|
-
export
|
|
4675
|
+
export type TreeNodeChildrenQuery = {
|
|
4660
4676
|
treeNodeChildren: {
|
|
4661
4677
|
totalCount?: number | null;
|
|
4662
4678
|
list: Array<{
|
|
@@ -4676,9 +4692,9 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4676
4692
|
label?: any | null;
|
|
4677
4693
|
};
|
|
4678
4694
|
};
|
|
4679
|
-
active
|
|
4695
|
+
active: Array<{
|
|
4680
4696
|
value?: any | null;
|
|
4681
|
-
}
|
|
4697
|
+
}>;
|
|
4682
4698
|
};
|
|
4683
4699
|
ancestors?: Array<{
|
|
4684
4700
|
id: string;
|
|
@@ -4709,34 +4725,34 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4709
4725
|
}>;
|
|
4710
4726
|
};
|
|
4711
4727
|
};
|
|
4712
|
-
export
|
|
4728
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
4713
4729
|
keys: Array<Scalars['String']> | Scalars['String'];
|
|
4714
4730
|
global?: InputMaybe<Scalars['Boolean']>;
|
|
4715
4731
|
}>;
|
|
4716
|
-
export
|
|
4732
|
+
export type GetUserDataQuery = {
|
|
4717
4733
|
userData: {
|
|
4718
4734
|
global: boolean;
|
|
4719
4735
|
data?: any | null;
|
|
4720
4736
|
};
|
|
4721
4737
|
};
|
|
4722
|
-
export
|
|
4738
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
4723
4739
|
key: Scalars['String'];
|
|
4724
4740
|
value?: InputMaybe<Scalars['Any']>;
|
|
4725
4741
|
global: Scalars['Boolean'];
|
|
4726
4742
|
}>;
|
|
4727
|
-
export
|
|
4743
|
+
export type SaveUserDataMutation = {
|
|
4728
4744
|
saveUserData: {
|
|
4729
4745
|
global: boolean;
|
|
4730
4746
|
data?: any | null;
|
|
4731
4747
|
};
|
|
4732
4748
|
};
|
|
4733
|
-
export
|
|
4749
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
4734
4750
|
library: Scalars['ID'];
|
|
4735
4751
|
recordId: Scalars['ID'];
|
|
4736
4752
|
attribute: Scalars['ID'];
|
|
4737
4753
|
value?: InputMaybe<ValueInput>;
|
|
4738
4754
|
}>;
|
|
4739
|
-
export
|
|
4755
|
+
export type DeleteValueMutation = {
|
|
4740
4756
|
deleteValue: Array<{
|
|
4741
4757
|
id_value?: string | null;
|
|
4742
4758
|
isInherited?: boolean | null;
|
|
@@ -4812,8 +4828,8 @@ export declare type DeleteValueMutation = {
|
|
|
4812
4828
|
id_value?: string | null;
|
|
4813
4829
|
modified_at?: number | null;
|
|
4814
4830
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4831
|
+
payload?: any | null;
|
|
4832
|
+
raw_payload?: any | null;
|
|
4817
4833
|
modified_by?: {
|
|
4818
4834
|
id: string;
|
|
4819
4835
|
whoAmI: {
|
|
@@ -4954,8 +4970,8 @@ export declare type DeleteValueMutation = {
|
|
|
4954
4970
|
id_value?: string | null;
|
|
4955
4971
|
modified_at?: number | null;
|
|
4956
4972
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
4973
|
+
payload?: any | null;
|
|
4974
|
+
raw_payload?: any | null;
|
|
4959
4975
|
modified_by?: {
|
|
4960
4976
|
id: string;
|
|
4961
4977
|
whoAmI: {
|
|
@@ -5003,6 +5019,8 @@ export declare type DeleteValueMutation = {
|
|
|
5003
5019
|
} | null;
|
|
5004
5020
|
} | null> | null;
|
|
5005
5021
|
} | {
|
|
5022
|
+
payload?: any | null;
|
|
5023
|
+
raw_payload?: any | null;
|
|
5006
5024
|
value?: any | null;
|
|
5007
5025
|
raw_value?: any | null;
|
|
5008
5026
|
id_value?: string | null;
|
|
@@ -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,14 +5133,14 @@ 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;
|
|
@@ -5199,8 +5217,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5199
5217
|
id_value?: string | null;
|
|
5200
5218
|
modified_at?: number | null;
|
|
5201
5219
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5220
|
+
payload?: any | null;
|
|
5221
|
+
raw_payload?: any | null;
|
|
5204
5222
|
modified_by?: {
|
|
5205
5223
|
id: string;
|
|
5206
5224
|
whoAmI: {
|
|
@@ -5341,8 +5359,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5341
5359
|
id_value?: string | null;
|
|
5342
5360
|
modified_at?: number | null;
|
|
5343
5361
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5362
|
+
payload?: any | null;
|
|
5363
|
+
raw_payload?: any | null;
|
|
5346
5364
|
modified_by?: {
|
|
5347
5365
|
id: string;
|
|
5348
5366
|
whoAmI: {
|
|
@@ -5390,6 +5408,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5390
5408
|
} | null;
|
|
5391
5409
|
} | null> | null;
|
|
5392
5410
|
} | {
|
|
5411
|
+
payload?: any | null;
|
|
5412
|
+
raw_payload?: any | null;
|
|
5393
5413
|
value?: any | null;
|
|
5394
5414
|
raw_value?: any | null;
|
|
5395
5415
|
id_value?: string | null;
|
|
@@ -5452,8 +5472,8 @@ export declare type SaveValueBatchMutation = {
|
|
|
5452
5472
|
id_value?: string | null;
|
|
5453
5473
|
modified_at?: number | null;
|
|
5454
5474
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5475
|
+
payload?: any | null;
|
|
5476
|
+
raw_payload?: any | null;
|
|
5457
5477
|
modified_by?: {
|
|
5458
5478
|
id: string;
|
|
5459
5479
|
whoAmI: {
|
|
@@ -5509,19 +5529,19 @@ export declare type SaveValueBatchMutation = {
|
|
|
5509
5529
|
}> | null;
|
|
5510
5530
|
};
|
|
5511
5531
|
};
|
|
5512
|
-
export
|
|
5532
|
+
export type DeleteViewMutationVariables = Exact<{
|
|
5513
5533
|
viewId: Scalars['String'];
|
|
5514
5534
|
}>;
|
|
5515
|
-
export
|
|
5535
|
+
export type DeleteViewMutation = {
|
|
5516
5536
|
deleteView: {
|
|
5517
5537
|
id: string;
|
|
5518
5538
|
library: string;
|
|
5519
5539
|
};
|
|
5520
5540
|
};
|
|
5521
|
-
export
|
|
5541
|
+
export type GetViewQueryVariables = Exact<{
|
|
5522
5542
|
viewId: Scalars['String'];
|
|
5523
5543
|
}>;
|
|
5524
|
-
export
|
|
5544
|
+
export type GetViewQuery = {
|
|
5525
5545
|
view: {
|
|
5526
5546
|
id: string;
|
|
5527
5547
|
shared: boolean;
|
|
@@ -5582,10 +5602,10 @@ export declare type GetViewQuery = {
|
|
|
5582
5602
|
}> | null;
|
|
5583
5603
|
};
|
|
5584
5604
|
};
|
|
5585
|
-
export
|
|
5605
|
+
export type GetViewsListQueryVariables = Exact<{
|
|
5586
5606
|
libraryId: Scalars['String'];
|
|
5587
5607
|
}>;
|
|
5588
|
-
export
|
|
5608
|
+
export type GetViewsListQuery = {
|
|
5589
5609
|
views: {
|
|
5590
5610
|
totalCount: number;
|
|
5591
5611
|
list: Array<{
|
|
@@ -5649,10 +5669,10 @@ export declare type GetViewsListQuery = {
|
|
|
5649
5669
|
}>;
|
|
5650
5670
|
};
|
|
5651
5671
|
};
|
|
5652
|
-
export
|
|
5672
|
+
export type AddViewMutationVariables = Exact<{
|
|
5653
5673
|
view: ViewInput;
|
|
5654
5674
|
}>;
|
|
5655
|
-
export
|
|
5675
|
+
export type AddViewMutation = {
|
|
5656
5676
|
saveView: {
|
|
5657
5677
|
id: string;
|
|
5658
5678
|
shared: boolean;
|
|
@@ -5750,16 +5770,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
5750
5770
|
* });
|
|
5751
5771
|
*/
|
|
5752
5772
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
5753
|
-
id?:
|
|
5754
|
-
endpoint?:
|
|
5773
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5774
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5755
5775
|
}>>;
|
|
5756
5776
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
5757
|
-
id?:
|
|
5758
|
-
endpoint?:
|
|
5777
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5778
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5759
5779
|
}>>;
|
|
5760
|
-
export
|
|
5761
|
-
export
|
|
5762
|
-
export
|
|
5780
|
+
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
5781
|
+
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
5782
|
+
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
5763
5783
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
5764
5784
|
/**
|
|
5765
5785
|
* __useGetApplicationByIdQuery__
|
|
@@ -5778,14 +5798,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
5778
5798
|
* });
|
|
5779
5799
|
*/
|
|
5780
5800
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
5781
|
-
id:
|
|
5801
|
+
id: Scalars["ID"];
|
|
5782
5802
|
}>>;
|
|
5783
5803
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
5784
|
-
id:
|
|
5804
|
+
id: Scalars["ID"];
|
|
5785
5805
|
}>>;
|
|
5786
|
-
export
|
|
5787
|
-
export
|
|
5788
|
-
export
|
|
5806
|
+
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
5807
|
+
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
5808
|
+
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
5789
5809
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
5790
5810
|
/**
|
|
5791
5811
|
* __useGetApplicationModulesQuery__
|
|
@@ -5808,11 +5828,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
5808
5828
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
5809
5829
|
[key: string]: never;
|
|
5810
5830
|
}>>;
|
|
5811
|
-
export
|
|
5812
|
-
export
|
|
5813
|
-
export
|
|
5831
|
+
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
5832
|
+
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
5833
|
+
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
5814
5834
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
5815
|
-
export
|
|
5835
|
+
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5816
5836
|
/**
|
|
5817
5837
|
* __useSaveApplicationMutation__
|
|
5818
5838
|
*
|
|
@@ -5833,9 +5853,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
|
|
|
5833
5853
|
export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
|
|
5834
5854
|
application: ApplicationInput;
|
|
5835
5855
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5836
|
-
export
|
|
5837
|
-
export
|
|
5838
|
-
export
|
|
5856
|
+
export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
|
|
5857
|
+
export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
|
|
5858
|
+
export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5839
5859
|
export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
5840
5860
|
/**
|
|
5841
5861
|
* __useCheckAttributeExistenceQuery__
|
|
@@ -5854,16 +5874,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
5854
5874
|
* });
|
|
5855
5875
|
*/
|
|
5856
5876
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
5857
|
-
id:
|
|
5877
|
+
id: Scalars["ID"];
|
|
5858
5878
|
}>>;
|
|
5859
5879
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
5860
|
-
id:
|
|
5880
|
+
id: Scalars["ID"];
|
|
5861
5881
|
}>>;
|
|
5862
|
-
export
|
|
5863
|
-
export
|
|
5864
|
-
export
|
|
5882
|
+
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
5883
|
+
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
5884
|
+
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
5865
5885
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
5866
|
-
export
|
|
5886
|
+
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5867
5887
|
/**
|
|
5868
5888
|
* __useDeleteAttributeMutation__
|
|
5869
5889
|
*
|
|
@@ -5882,11 +5902,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
|
|
|
5882
5902
|
* });
|
|
5883
5903
|
*/
|
|
5884
5904
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
5885
|
-
id?:
|
|
5905
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5886
5906
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5887
|
-
export
|
|
5888
|
-
export
|
|
5889
|
-
export
|
|
5907
|
+
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
5908
|
+
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
5909
|
+
export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5890
5910
|
export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
5891
5911
|
/**
|
|
5892
5912
|
* __useGetAttributeByIdQuery__
|
|
@@ -5905,14 +5925,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
5905
5925
|
* });
|
|
5906
5926
|
*/
|
|
5907
5927
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
5908
|
-
id?:
|
|
5928
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5909
5929
|
}>>;
|
|
5910
5930
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
5911
|
-
id?:
|
|
5931
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5912
5932
|
}>>;
|
|
5913
|
-
export
|
|
5914
|
-
export
|
|
5915
|
-
export
|
|
5933
|
+
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
5934
|
+
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
5935
|
+
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
5916
5936
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
5917
5937
|
/**
|
|
5918
5938
|
* __useGetAttributesByLibQuery__
|
|
@@ -5931,14 +5951,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
5931
5951
|
* });
|
|
5932
5952
|
*/
|
|
5933
5953
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
5934
|
-
library:
|
|
5954
|
+
library: Scalars["String"];
|
|
5935
5955
|
}>>;
|
|
5936
5956
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
5937
|
-
library:
|
|
5957
|
+
library: Scalars["String"];
|
|
5938
5958
|
}>>;
|
|
5939
|
-
export
|
|
5940
|
-
export
|
|
5941
|
-
export
|
|
5959
|
+
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
5960
|
+
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
5961
|
+
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
5942
5962
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
5943
5963
|
/**
|
|
5944
5964
|
* __useGetAttributesQuery__
|
|
@@ -5959,18 +5979,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
5959
5979
|
* });
|
|
5960
5980
|
*/
|
|
5961
5981
|
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
|
|
5962
|
-
pagination?: Pagination
|
|
5963
|
-
sort?: SortAttributes
|
|
5964
|
-
filters?: AttributesFiltersInput
|
|
5982
|
+
pagination?: InputMaybe<Pagination>;
|
|
5983
|
+
sort?: InputMaybe<SortAttributes>;
|
|
5984
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5965
5985
|
}>>;
|
|
5966
5986
|
export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
|
|
5967
|
-
pagination?: Pagination
|
|
5968
|
-
sort?: SortAttributes
|
|
5969
|
-
filters?: AttributesFiltersInput
|
|
5987
|
+
pagination?: InputMaybe<Pagination>;
|
|
5988
|
+
sort?: InputMaybe<SortAttributes>;
|
|
5989
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5970
5990
|
}>>;
|
|
5971
|
-
export
|
|
5972
|
-
export
|
|
5973
|
-
export
|
|
5991
|
+
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
5992
|
+
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
5993
|
+
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
5974
5994
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
5975
5995
|
/**
|
|
5976
5996
|
* __useGetVersionProfilesQuery__
|
|
@@ -5990,16 +6010,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
5990
6010
|
* });
|
|
5991
6011
|
*/
|
|
5992
6012
|
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
|
|
5993
|
-
filters?: VersionProfilesFiltersInput
|
|
5994
|
-
sort?: SortVersionProfilesInput
|
|
6013
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6014
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5995
6015
|
}>>;
|
|
5996
6016
|
export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
|
|
5997
|
-
filters?: VersionProfilesFiltersInput
|
|
5998
|
-
sort?: SortVersionProfilesInput
|
|
6017
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6018
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5999
6019
|
}>>;
|
|
6000
|
-
export
|
|
6001
|
-
export
|
|
6002
|
-
export
|
|
6020
|
+
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6021
|
+
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
6022
|
+
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6003
6023
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6004
6024
|
/**
|
|
6005
6025
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
@@ -6018,16 +6038,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
6018
6038
|
* });
|
|
6019
6039
|
*/
|
|
6020
6040
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6021
|
-
libraryId:
|
|
6041
|
+
libraryId: Scalars["String"];
|
|
6022
6042
|
}>>;
|
|
6023
6043
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6024
|
-
libraryId:
|
|
6044
|
+
libraryId: Scalars["String"];
|
|
6025
6045
|
}>>;
|
|
6026
|
-
export
|
|
6027
|
-
export
|
|
6028
|
-
export
|
|
6046
|
+
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6047
|
+
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
6048
|
+
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6029
6049
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6030
|
-
export
|
|
6050
|
+
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6031
6051
|
/**
|
|
6032
6052
|
* __useSaveAttributeMutation__
|
|
6033
6053
|
*
|
|
@@ -6048,9 +6068,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
|
|
|
6048
6068
|
export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
|
|
6049
6069
|
attribute: AttributeInput;
|
|
6050
6070
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6051
|
-
export
|
|
6052
|
-
export
|
|
6053
|
-
export
|
|
6071
|
+
export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
|
|
6072
|
+
export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
|
|
6073
|
+
export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6054
6074
|
export declare const ExportDocument: Apollo.DocumentNode;
|
|
6055
6075
|
/**
|
|
6056
6076
|
* __useExportQuery__
|
|
@@ -6071,20 +6091,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
6071
6091
|
* });
|
|
6072
6092
|
*/
|
|
6073
6093
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
6074
|
-
library:
|
|
6075
|
-
attributes?:
|
|
6076
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6094
|
+
library: Scalars["ID"];
|
|
6095
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6096
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6077
6097
|
}>>;
|
|
6078
6098
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
6079
|
-
library:
|
|
6080
|
-
attributes?:
|
|
6081
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6099
|
+
library: Scalars["ID"];
|
|
6100
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6101
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6082
6102
|
}>>;
|
|
6083
|
-
export
|
|
6084
|
-
export
|
|
6085
|
-
export
|
|
6103
|
+
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6104
|
+
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
6105
|
+
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6086
6106
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6087
|
-
export
|
|
6107
|
+
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6088
6108
|
/**
|
|
6089
6109
|
* __useCreateDirectoryMutation__
|
|
6090
6110
|
*
|
|
@@ -6105,15 +6125,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
|
|
|
6105
6125
|
* });
|
|
6106
6126
|
*/
|
|
6107
6127
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
6108
|
-
library:
|
|
6109
|
-
nodeId:
|
|
6110
|
-
name:
|
|
6128
|
+
library: Scalars["String"];
|
|
6129
|
+
nodeId: Scalars["String"];
|
|
6130
|
+
name: Scalars["String"];
|
|
6111
6131
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6112
|
-
export
|
|
6113
|
-
export
|
|
6114
|
-
export
|
|
6132
|
+
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
6133
|
+
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
6134
|
+
export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6115
6135
|
export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
|
|
6116
|
-
export
|
|
6136
|
+
export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6117
6137
|
/**
|
|
6118
6138
|
* __useForcePreviewsGenerationMutation__
|
|
6119
6139
|
*
|
|
@@ -6136,15 +6156,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
|
|
|
6136
6156
|
* });
|
|
6137
6157
|
*/
|
|
6138
6158
|
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?:
|
|
6159
|
+
libraryId: Scalars["ID"];
|
|
6160
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6161
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6162
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
6163
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6144
6164
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6145
|
-
export
|
|
6146
|
-
export
|
|
6147
|
-
export
|
|
6165
|
+
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
6166
|
+
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
6167
|
+
export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6148
6168
|
export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
6149
6169
|
/**
|
|
6150
6170
|
* __useGetDirectoryDataQuery__
|
|
@@ -6164,16 +6184,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
6164
6184
|
* });
|
|
6165
6185
|
*/
|
|
6166
6186
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
6167
|
-
library:
|
|
6168
|
-
directoryId:
|
|
6187
|
+
library: Scalars["ID"];
|
|
6188
|
+
directoryId: Scalars["String"];
|
|
6169
6189
|
}>>;
|
|
6170
6190
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
6171
|
-
library:
|
|
6172
|
-
directoryId:
|
|
6191
|
+
library: Scalars["ID"];
|
|
6192
|
+
directoryId: Scalars["String"];
|
|
6173
6193
|
}>>;
|
|
6174
|
-
export
|
|
6175
|
-
export
|
|
6176
|
-
export
|
|
6194
|
+
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6195
|
+
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
6196
|
+
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6177
6197
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6178
6198
|
/**
|
|
6179
6199
|
* __useUploadUpdateSubscription__
|
|
@@ -6192,12 +6212,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
6192
6212
|
* });
|
|
6193
6213
|
*/
|
|
6194
6214
|
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
|
|
6195
|
-
filters?: UploadFiltersInput
|
|
6215
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
6196
6216
|
}>>;
|
|
6197
|
-
export
|
|
6198
|
-
export
|
|
6217
|
+
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
6218
|
+
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
6199
6219
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
6200
|
-
export
|
|
6220
|
+
export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
|
|
6201
6221
|
/**
|
|
6202
6222
|
* __useUploadMutation__
|
|
6203
6223
|
*
|
|
@@ -6218,15 +6238,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
|
|
|
6218
6238
|
* });
|
|
6219
6239
|
*/
|
|
6220
6240
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
6221
|
-
library:
|
|
6222
|
-
nodeId:
|
|
6223
|
-
files: FileInput | FileInput
|
|
6241
|
+
library: Scalars["String"];
|
|
6242
|
+
nodeId: Scalars["String"];
|
|
6243
|
+
files: Array<FileInput> | FileInput;
|
|
6224
6244
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6225
|
-
export
|
|
6226
|
-
export
|
|
6227
|
-
export
|
|
6245
|
+
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
6246
|
+
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
6247
|
+
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
6228
6248
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
6229
|
-
export
|
|
6249
|
+
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6230
6250
|
/**
|
|
6231
6251
|
* __useImportExcelMutation__
|
|
6232
6252
|
*
|
|
@@ -6247,13 +6267,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
|
|
|
6247
6267
|
* });
|
|
6248
6268
|
*/
|
|
6249
6269
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
6250
|
-
file:
|
|
6251
|
-
sheets?: SheetInput | SheetInput
|
|
6252
|
-
startAt?:
|
|
6270
|
+
file: Scalars["Upload"];
|
|
6271
|
+
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
6272
|
+
startAt?: InputMaybe<Scalars["Int"]>;
|
|
6253
6273
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6254
|
-
export
|
|
6255
|
-
export
|
|
6256
|
-
export
|
|
6274
|
+
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
6275
|
+
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
6276
|
+
export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6257
6277
|
export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
6258
6278
|
/**
|
|
6259
6279
|
* __useCheckLibraryExistenceQuery__
|
|
@@ -6272,16 +6292,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
6272
6292
|
* });
|
|
6273
6293
|
*/
|
|
6274
6294
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
6275
|
-
id?:
|
|
6295
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6276
6296
|
}>>;
|
|
6277
6297
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
6278
|
-
id?:
|
|
6298
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6279
6299
|
}>>;
|
|
6280
|
-
export
|
|
6281
|
-
export
|
|
6282
|
-
export
|
|
6300
|
+
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
6301
|
+
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
6302
|
+
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
6283
6303
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
6284
|
-
export
|
|
6304
|
+
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6285
6305
|
/**
|
|
6286
6306
|
* __useDeleteLibraryMutation__
|
|
6287
6307
|
*
|
|
@@ -6300,11 +6320,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
|
|
|
6300
6320
|
* });
|
|
6301
6321
|
*/
|
|
6302
6322
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
6303
|
-
id?:
|
|
6323
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6304
6324
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6305
|
-
export
|
|
6306
|
-
export
|
|
6307
|
-
export
|
|
6325
|
+
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
6326
|
+
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
6327
|
+
export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6308
6328
|
export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
6309
6329
|
/**
|
|
6310
6330
|
* __useGetLibrariesQuery__
|
|
@@ -6327,9 +6347,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
6327
6347
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
6328
6348
|
[key: string]: never;
|
|
6329
6349
|
}>>;
|
|
6330
|
-
export
|
|
6331
|
-
export
|
|
6332
|
-
export
|
|
6350
|
+
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
6351
|
+
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
6352
|
+
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
6333
6353
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
6334
6354
|
/**
|
|
6335
6355
|
* __useGetLibraryByIdQuery__
|
|
@@ -6348,14 +6368,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
6348
6368
|
* });
|
|
6349
6369
|
*/
|
|
6350
6370
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
6351
|
-
id?:
|
|
6371
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6352
6372
|
}>>;
|
|
6353
6373
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
6354
|
-
id?:
|
|
6374
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6355
6375
|
}>>;
|
|
6356
|
-
export
|
|
6357
|
-
export
|
|
6358
|
-
export
|
|
6376
|
+
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
6377
|
+
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
6378
|
+
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
6359
6379
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
6360
6380
|
/**
|
|
6361
6381
|
* __useGetLibraryPermissionsQuery__
|
|
@@ -6374,14 +6394,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
6374
6394
|
* });
|
|
6375
6395
|
*/
|
|
6376
6396
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
6377
|
-
libraryId?:
|
|
6397
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6378
6398
|
}>>;
|
|
6379
6399
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
6380
|
-
libraryId?:
|
|
6400
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6381
6401
|
}>>;
|
|
6382
|
-
export
|
|
6383
|
-
export
|
|
6384
|
-
export
|
|
6402
|
+
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
6403
|
+
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
6404
|
+
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
6385
6405
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
6386
6406
|
/**
|
|
6387
6407
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
@@ -6400,16 +6420,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
6400
6420
|
* });
|
|
6401
6421
|
*/
|
|
6402
6422
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6403
|
-
id:
|
|
6423
|
+
id: Scalars["ID"];
|
|
6404
6424
|
}>>;
|
|
6405
6425
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6406
|
-
id:
|
|
6426
|
+
id: Scalars["ID"];
|
|
6407
6427
|
}>>;
|
|
6408
|
-
export
|
|
6409
|
-
export
|
|
6410
|
-
export
|
|
6428
|
+
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
6429
|
+
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
6430
|
+
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
6411
6431
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
6412
|
-
export
|
|
6432
|
+
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6413
6433
|
/**
|
|
6414
6434
|
* __useSaveLibraryMutation__
|
|
6415
6435
|
*
|
|
@@ -6430,9 +6450,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
|
|
|
6430
6450
|
export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
|
|
6431
6451
|
library: LibraryInput;
|
|
6432
6452
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6433
|
-
export
|
|
6434
|
-
export
|
|
6435
|
-
export
|
|
6453
|
+
export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
|
|
6454
|
+
export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
|
|
6455
|
+
export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6436
6456
|
export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
6437
6457
|
/**
|
|
6438
6458
|
* __useIsAllowedQuery__
|
|
@@ -6455,21 +6475,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
6455
6475
|
*/
|
|
6456
6476
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
6457
6477
|
type: PermissionTypes;
|
|
6458
|
-
actions: PermissionsActions | PermissionsActions
|
|
6459
|
-
applyTo?:
|
|
6460
|
-
target?: PermissionTarget
|
|
6478
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6479
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6480
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6461
6481
|
}>>;
|
|
6462
6482
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
6463
6483
|
type: PermissionTypes;
|
|
6464
|
-
actions: PermissionsActions | PermissionsActions
|
|
6465
|
-
applyTo?:
|
|
6466
|
-
target?: PermissionTarget
|
|
6484
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6485
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6486
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6467
6487
|
}>>;
|
|
6468
|
-
export
|
|
6469
|
-
export
|
|
6470
|
-
export
|
|
6488
|
+
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
6489
|
+
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
6490
|
+
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
6471
6491
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
6472
|
-
export
|
|
6492
|
+
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6473
6493
|
/**
|
|
6474
6494
|
* __useCreateRecordMutation__
|
|
6475
6495
|
*
|
|
@@ -6489,14 +6509,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
|
|
|
6489
6509
|
* });
|
|
6490
6510
|
*/
|
|
6491
6511
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
6492
|
-
library:
|
|
6493
|
-
data?: CreateRecordDataInput
|
|
6512
|
+
library: Scalars["ID"];
|
|
6513
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
6494
6514
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6495
|
-
export
|
|
6496
|
-
export
|
|
6497
|
-
export
|
|
6515
|
+
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
6516
|
+
export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
|
|
6517
|
+
export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6498
6518
|
export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
|
|
6499
|
-
export
|
|
6519
|
+
export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6500
6520
|
/**
|
|
6501
6521
|
* __useDeactivateRecordsMutation__
|
|
6502
6522
|
*
|
|
@@ -6517,13 +6537,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
|
|
|
6517
6537
|
* });
|
|
6518
6538
|
*/
|
|
6519
6539
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
6520
|
-
libraryId:
|
|
6521
|
-
recordsIds?:
|
|
6522
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6540
|
+
libraryId: Scalars["String"];
|
|
6541
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6542
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6523
6543
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6524
|
-
export
|
|
6525
|
-
export
|
|
6526
|
-
export
|
|
6544
|
+
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
6545
|
+
export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
|
|
6546
|
+
export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6527
6547
|
export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
6528
6548
|
/**
|
|
6529
6549
|
* __useDoesFileExistAsChildQuery__
|
|
@@ -6544,18 +6564,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
6544
6564
|
* });
|
|
6545
6565
|
*/
|
|
6546
6566
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
6547
|
-
parentNode?:
|
|
6548
|
-
treeId:
|
|
6549
|
-
filename:
|
|
6567
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6568
|
+
treeId: Scalars["ID"];
|
|
6569
|
+
filename: Scalars["String"];
|
|
6550
6570
|
}>>;
|
|
6551
6571
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
6552
|
-
parentNode?:
|
|
6553
|
-
treeId:
|
|
6554
|
-
filename:
|
|
6572
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6573
|
+
treeId: Scalars["ID"];
|
|
6574
|
+
filename: Scalars["String"];
|
|
6555
6575
|
}>>;
|
|
6556
|
-
export
|
|
6557
|
-
export
|
|
6558
|
-
export
|
|
6576
|
+
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
6577
|
+
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
6578
|
+
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
6559
6579
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
6560
6580
|
/**
|
|
6561
6581
|
* __useGetFileDataQuery__
|
|
@@ -6576,18 +6596,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
6576
6596
|
* });
|
|
6577
6597
|
*/
|
|
6578
6598
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
6579
|
-
library:
|
|
6580
|
-
fileId:
|
|
6581
|
-
previewsStatusAttribute:
|
|
6599
|
+
library: Scalars["ID"];
|
|
6600
|
+
fileId: Scalars["String"];
|
|
6601
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6582
6602
|
}>>;
|
|
6583
6603
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
6584
|
-
library:
|
|
6585
|
-
fileId:
|
|
6586
|
-
previewsStatusAttribute:
|
|
6604
|
+
library: Scalars["ID"];
|
|
6605
|
+
fileId: Scalars["String"];
|
|
6606
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6587
6607
|
}>>;
|
|
6588
|
-
export
|
|
6589
|
-
export
|
|
6590
|
-
export
|
|
6608
|
+
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
6609
|
+
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
6610
|
+
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
6591
6611
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
6592
6612
|
/**
|
|
6593
6613
|
* __useRecordFormQuery__
|
|
@@ -6609,20 +6629,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
6609
6629
|
* });
|
|
6610
6630
|
*/
|
|
6611
6631
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
6612
|
-
libraryId:
|
|
6613
|
-
formId:
|
|
6614
|
-
recordId?:
|
|
6615
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6632
|
+
libraryId: Scalars["String"];
|
|
6633
|
+
formId: Scalars["String"];
|
|
6634
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6635
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6616
6636
|
}>>;
|
|
6617
6637
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
6618
|
-
libraryId:
|
|
6619
|
-
formId:
|
|
6620
|
-
recordId?:
|
|
6621
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6638
|
+
libraryId: Scalars["String"];
|
|
6639
|
+
formId: Scalars["String"];
|
|
6640
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6641
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6622
6642
|
}>>;
|
|
6623
|
-
export
|
|
6624
|
-
export
|
|
6625
|
-
export
|
|
6643
|
+
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
6644
|
+
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
6645
|
+
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
6626
6646
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
6627
6647
|
/**
|
|
6628
6648
|
* __useRecordUpdateSubscription__
|
|
@@ -6641,12 +6661,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
6641
6661
|
* });
|
|
6642
6662
|
*/
|
|
6643
6663
|
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
|
|
6644
|
-
filters?: RecordUpdateFilterInput
|
|
6664
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
6645
6665
|
}>>;
|
|
6646
|
-
export
|
|
6647
|
-
export
|
|
6666
|
+
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
6667
|
+
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
6648
6668
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
6649
|
-
export
|
|
6669
|
+
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6650
6670
|
/**
|
|
6651
6671
|
* __useIndexRecordsMutation__
|
|
6652
6672
|
*
|
|
@@ -6666,14 +6686,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
|
|
|
6666
6686
|
* });
|
|
6667
6687
|
*/
|
|
6668
6688
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
6669
|
-
libraryId:
|
|
6670
|
-
records?:
|
|
6689
|
+
libraryId: Scalars["String"];
|
|
6690
|
+
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6671
6691
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6672
|
-
export
|
|
6673
|
-
export
|
|
6674
|
-
export
|
|
6692
|
+
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
6693
|
+
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
6694
|
+
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6675
6695
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
6676
|
-
export
|
|
6696
|
+
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6677
6697
|
/**
|
|
6678
6698
|
* __useCancelTaskMutation__
|
|
6679
6699
|
*
|
|
@@ -6692,11 +6712,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
|
|
|
6692
6712
|
* });
|
|
6693
6713
|
*/
|
|
6694
6714
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
6695
|
-
taskId:
|
|
6715
|
+
taskId: Scalars["ID"];
|
|
6696
6716
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6697
|
-
export
|
|
6698
|
-
export
|
|
6699
|
-
export
|
|
6717
|
+
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
6718
|
+
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
6719
|
+
export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6700
6720
|
export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
6701
6721
|
/**
|
|
6702
6722
|
* __useCheckTreeExistenceQuery__
|
|
@@ -6715,16 +6735,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
6715
6735
|
* });
|
|
6716
6736
|
*/
|
|
6717
6737
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
6718
|
-
id?:
|
|
6738
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6719
6739
|
}>>;
|
|
6720
6740
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
6721
|
-
id?:
|
|
6741
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6722
6742
|
}>>;
|
|
6723
|
-
export
|
|
6724
|
-
export
|
|
6725
|
-
export
|
|
6743
|
+
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
6744
|
+
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
6745
|
+
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
6726
6746
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
6727
|
-
export
|
|
6747
|
+
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6728
6748
|
/**
|
|
6729
6749
|
* __useDeleteTreeMutation__
|
|
6730
6750
|
*
|
|
@@ -6743,11 +6763,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
|
|
|
6743
6763
|
* });
|
|
6744
6764
|
*/
|
|
6745
6765
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
6746
|
-
id:
|
|
6766
|
+
id: Scalars["ID"];
|
|
6747
6767
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6748
|
-
export
|
|
6749
|
-
export
|
|
6750
|
-
export
|
|
6768
|
+
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
6769
|
+
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
6770
|
+
export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6751
6771
|
export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
6752
6772
|
/**
|
|
6753
6773
|
* __useGetTreeByIdQuery__
|
|
@@ -6766,14 +6786,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
6766
6786
|
* });
|
|
6767
6787
|
*/
|
|
6768
6788
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
6769
|
-
id?:
|
|
6789
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6770
6790
|
}>>;
|
|
6771
6791
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
6772
|
-
id?:
|
|
6792
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6773
6793
|
}>>;
|
|
6774
|
-
export
|
|
6775
|
-
export
|
|
6776
|
-
export
|
|
6794
|
+
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
6795
|
+
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
6796
|
+
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
6777
6797
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
6778
6798
|
/**
|
|
6779
6799
|
* __useGetTreeLibrariesQuery__
|
|
@@ -6793,16 +6813,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
6793
6813
|
* });
|
|
6794
6814
|
*/
|
|
6795
6815
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
6796
|
-
treeId?:
|
|
6797
|
-
library?:
|
|
6816
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6817
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6798
6818
|
}>>;
|
|
6799
6819
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
6800
|
-
treeId?:
|
|
6801
|
-
library?:
|
|
6820
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6821
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6802
6822
|
}>>;
|
|
6803
|
-
export
|
|
6804
|
-
export
|
|
6805
|
-
export
|
|
6823
|
+
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
6824
|
+
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
6825
|
+
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
6806
6826
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
6807
6827
|
/**
|
|
6808
6828
|
* __useGetTreesQuery__
|
|
@@ -6825,11 +6845,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
6825
6845
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
6826
6846
|
[key: string]: never;
|
|
6827
6847
|
}>>;
|
|
6828
|
-
export
|
|
6829
|
-
export
|
|
6830
|
-
export
|
|
6848
|
+
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
6849
|
+
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
6850
|
+
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
6831
6851
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
6832
|
-
export
|
|
6852
|
+
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6833
6853
|
/**
|
|
6834
6854
|
* __useSaveTreeMutation__
|
|
6835
6855
|
*
|
|
@@ -6850,9 +6870,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
|
|
|
6850
6870
|
export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
|
|
6851
6871
|
tree: TreeInput;
|
|
6852
6872
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6853
|
-
export
|
|
6854
|
-
export
|
|
6855
|
-
export
|
|
6873
|
+
export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
|
|
6874
|
+
export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
|
|
6875
|
+
export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6856
6876
|
export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
6857
6877
|
/**
|
|
6858
6878
|
* __useTreeNodeChildrenQuery__
|
|
@@ -6873,18 +6893,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
6873
6893
|
* });
|
|
6874
6894
|
*/
|
|
6875
6895
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
6876
|
-
treeId:
|
|
6877
|
-
node?:
|
|
6878
|
-
pagination?: Pagination
|
|
6896
|
+
treeId: Scalars["ID"];
|
|
6897
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
6898
|
+
pagination?: InputMaybe<Pagination>;
|
|
6879
6899
|
}>>;
|
|
6880
6900
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
6881
|
-
treeId:
|
|
6882
|
-
node?:
|
|
6883
|
-
pagination?: Pagination
|
|
6901
|
+
treeId: Scalars["ID"];
|
|
6902
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
6903
|
+
pagination?: InputMaybe<Pagination>;
|
|
6884
6904
|
}>>;
|
|
6885
|
-
export
|
|
6886
|
-
export
|
|
6887
|
-
export
|
|
6905
|
+
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
6906
|
+
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
6907
|
+
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
6888
6908
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
6889
6909
|
/**
|
|
6890
6910
|
* __useGetUserDataQuery__
|
|
@@ -6904,18 +6924,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
6904
6924
|
* });
|
|
6905
6925
|
*/
|
|
6906
6926
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
6907
|
-
keys:
|
|
6908
|
-
global?:
|
|
6927
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
6928
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6909
6929
|
}>>;
|
|
6910
6930
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
6911
|
-
keys:
|
|
6912
|
-
global?:
|
|
6931
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
6932
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6913
6933
|
}>>;
|
|
6914
|
-
export
|
|
6915
|
-
export
|
|
6916
|
-
export
|
|
6934
|
+
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
6935
|
+
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
6936
|
+
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
6917
6937
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
6918
|
-
export
|
|
6938
|
+
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6919
6939
|
/**
|
|
6920
6940
|
* __useSaveUserDataMutation__
|
|
6921
6941
|
*
|
|
@@ -6936,15 +6956,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
|
|
|
6936
6956
|
* });
|
|
6937
6957
|
*/
|
|
6938
6958
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
6939
|
-
key:
|
|
6940
|
-
value?:
|
|
6941
|
-
global:
|
|
6959
|
+
key: Scalars["String"];
|
|
6960
|
+
value?: InputMaybe<Scalars["Any"]>;
|
|
6961
|
+
global: Scalars["Boolean"];
|
|
6942
6962
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6943
|
-
export
|
|
6944
|
-
export
|
|
6945
|
-
export
|
|
6963
|
+
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
6964
|
+
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
6965
|
+
export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6946
6966
|
export declare const DeleteValueDocument: Apollo.DocumentNode;
|
|
6947
|
-
export
|
|
6967
|
+
export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6948
6968
|
/**
|
|
6949
6969
|
* __useDeleteValueMutation__
|
|
6950
6970
|
*
|
|
@@ -6966,16 +6986,16 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
|
|
|
6966
6986
|
* });
|
|
6967
6987
|
*/
|
|
6968
6988
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
6969
|
-
library:
|
|
6970
|
-
recordId:
|
|
6971
|
-
attribute:
|
|
6972
|
-
value?: ValueInput
|
|
6989
|
+
library: Scalars["ID"];
|
|
6990
|
+
recordId: Scalars["ID"];
|
|
6991
|
+
attribute: Scalars["ID"];
|
|
6992
|
+
value?: InputMaybe<ValueInput>;
|
|
6973
6993
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6974
|
-
export
|
|
6975
|
-
export
|
|
6976
|
-
export
|
|
6994
|
+
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6995
|
+
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6996
|
+
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6977
6997
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
|
-
export
|
|
6998
|
+
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
6999
|
/**
|
|
6980
7000
|
* __useSaveValueBatchMutation__
|
|
6981
7001
|
*
|
|
@@ -6998,17 +7018,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
|
|
|
6998
7018
|
* });
|
|
6999
7019
|
*/
|
|
7000
7020
|
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?:
|
|
7021
|
+
library: Scalars["ID"];
|
|
7022
|
+
recordId: Scalars["ID"];
|
|
7023
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7024
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
7025
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
7006
7026
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7007
|
-
export
|
|
7008
|
-
export
|
|
7009
|
-
export
|
|
7027
|
+
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
7028
|
+
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
7029
|
+
export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7010
7030
|
export declare const DeleteViewDocument: Apollo.DocumentNode;
|
|
7011
|
-
export
|
|
7031
|
+
export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7012
7032
|
/**
|
|
7013
7033
|
* __useDeleteViewMutation__
|
|
7014
7034
|
*
|
|
@@ -7027,11 +7047,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
|
|
|
7027
7047
|
* });
|
|
7028
7048
|
*/
|
|
7029
7049
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
7030
|
-
viewId:
|
|
7050
|
+
viewId: Scalars["String"];
|
|
7031
7051
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7032
|
-
export
|
|
7033
|
-
export
|
|
7034
|
-
export
|
|
7052
|
+
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
7053
|
+
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
7054
|
+
export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7035
7055
|
export declare const GetViewDocument: Apollo.DocumentNode;
|
|
7036
7056
|
/**
|
|
7037
7057
|
* __useGetViewQuery__
|
|
@@ -7050,14 +7070,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
7050
7070
|
* });
|
|
7051
7071
|
*/
|
|
7052
7072
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
7053
|
-
viewId:
|
|
7073
|
+
viewId: Scalars["String"];
|
|
7054
7074
|
}>>;
|
|
7055
7075
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7056
|
-
viewId:
|
|
7076
|
+
viewId: Scalars["String"];
|
|
7057
7077
|
}>>;
|
|
7058
|
-
export
|
|
7059
|
-
export
|
|
7060
|
-
export
|
|
7078
|
+
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7079
|
+
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
7080
|
+
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7061
7081
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7062
7082
|
/**
|
|
7063
7083
|
* __useGetViewsListQuery__
|
|
@@ -7076,16 +7096,16 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
7076
7096
|
* });
|
|
7077
7097
|
*/
|
|
7078
7098
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
7079
|
-
libraryId:
|
|
7099
|
+
libraryId: Scalars["String"];
|
|
7080
7100
|
}>>;
|
|
7081
7101
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7082
|
-
libraryId:
|
|
7102
|
+
libraryId: Scalars["String"];
|
|
7083
7103
|
}>>;
|
|
7084
|
-
export
|
|
7085
|
-
export
|
|
7086
|
-
export
|
|
7104
|
+
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7105
|
+
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7106
|
+
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7087
7107
|
export declare const AddViewDocument: Apollo.DocumentNode;
|
|
7088
|
-
export
|
|
7108
|
+
export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
|
|
7089
7109
|
/**
|
|
7090
7110
|
* __useAddViewMutation__
|
|
7091
7111
|
*
|
|
@@ -7106,6 +7126,6 @@ export declare type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation,
|
|
|
7106
7126
|
export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
|
|
7107
7127
|
view: ViewInput;
|
|
7108
7128
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export
|
|
7110
|
-
export
|
|
7111
|
-
export
|
|
7129
|
+
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7130
|
+
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7131
|
+
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|