@leav/ui 0.3.6-746144c → 0.3.6-75eae8d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +10 -3
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/filter.js +1 -1
- package/dist/__mocks__/common/filter.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +11 -5
- package/dist/__mocks__/common/form.js +23 -5
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.js +1 -1
- package/dist/__mocks__/common/import.js.map +1 -1
- package/dist/__mocks__/common/label.js +1 -1
- package/dist/__mocks__/common/label.js.map +1 -1
- package/dist/__mocks__/common/library.d.ts +31 -31
- package/dist/__mocks__/common/library.js +1 -1
- package/dist/__mocks__/common/library.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/tree.js +1 -1
- package/dist/__mocks__/common/tree.js.map +1 -1
- package/dist/__mocks__/common/value.js +4 -3
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +1 -1
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.d.ts +9 -9
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +1127 -634
- package/dist/_gqlTypes/index.js +237 -5
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +1 -1
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -2
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.d.ts +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +5 -2
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +24 -14
- package/dist/_queries/records/getRecordPropertiesQuery.js +13 -5
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +2 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +4 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +9 -6
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +3 -1
- package/dist/_utils/index.js +6 -2
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/_utils/interleaveElement.js +5 -0
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.js +2 -2
- 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/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +0 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -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/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +0 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +302 -305
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.d.ts +0 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +0 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +2 -2
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.js +1 -1
- package/dist/components/CreateDirectory/index.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +0 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +1 -1
- package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
- package/dist/components/Dimmer/Dimmer.d.ts +0 -1
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/Dimmer/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.d.ts +0 -1
- package/dist/components/EditApplication/EditApplication.js +3 -3
- 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 +1 -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 +1 -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/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -3
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -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 +1 -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 +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditAttributeModal/index.js +1 -1
- package/dist/components/EditAttributeModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -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/AttributeCell/AttributeCell.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +1 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
- 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 +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -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 +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.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 +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditLibraryModal/index.js +1 -1
- package/dist/components/EditLibraryModal/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -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 +1 -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 +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EditTreeModal/index.js +1 -1
- package/dist/components/EditTreeModal/index.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.d.ts +0 -1
- package/dist/components/EntityCard/EntityCard.js +1 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityCard/index.js +1 -1
- package/dist/components/EntityCard/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +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 +1 -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/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
- package/dist/components/EntityPreview/_types.d.ts +0 -1
- package/dist/components/EntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/index.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/ErrorBoundary/index.js +1 -1
- package/dist/components/ErrorBoundary/index.js.map +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
- package/dist/components/ErrorDisplay/index.js +1 -1
- package/dist/components/ErrorDisplay/index.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ErrorMessage/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +18 -0
- package/dist/components/Explorer/DataView.js +75 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +14 -0
- package/dist/components/Explorer/Explorer.js +72 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
- package/dist/components/Explorer/ExplorerTitle.js +30 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +143 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +29 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +128 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +56 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.d.ts +2 -0
- package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js +37 -0
- package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +9 -0
- package/dist/components/Explorer/index.js +10 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +76 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +37 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +89 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +23 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +44 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +72 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +53 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +15 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +114 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +14 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +21 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +53 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +13 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +138 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +194 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useCreateAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateAction.js +40 -0
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
- package/dist/components/Explorer/useDeactivateAction.js +52 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +54 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +21 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +7 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +60 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.d.ts +0 -1
- package/dist/components/ExportModal/ExportModal.js +3 -3
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ExportModal/index.js +1 -1
- package/dist/components/ExportModal/index.js.map +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FieldsGroup/index.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +0 -1
- package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
- package/dist/components/FloatingMenu/_types.d.ts +1 -2
- package/dist/components/FloatingMenu/index.js +1 -1
- package/dist/components/FloatingMenu/index.js.map +1 -1
- package/dist/components/ImageLoading/ImageLoading.d.ts +0 -1
- package/dist/components/ImageLoading/ImageLoading.js +1 -1
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
- package/dist/components/ImageLoading/index.js +1 -1
- package/dist/components/ImageLoading/index.js.map +1 -1
- package/dist/components/ImageMissing/ImageMissing.d.ts +0 -1
- package/dist/components/ImageMissing/ImageMissing.js +1 -1
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
- package/dist/components/ImageMissing/index.js +1 -1
- package/dist/components/ImageMissing/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModal.d.ts +0 -1
- package/dist/components/ImportModal/ImportModal.js +1 -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 +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
- 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/ImportScheduleModal/ImportScheduleModal.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +0 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/importReducer/index.js.map +1 -1
- package/dist/components/ImportModal/index.js +1 -1
- package/dist/components/ImportModal/index.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +0 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +0 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +5 -5
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +7 -17
- 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 +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -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/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.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 +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.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 +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.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 +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.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 +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -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/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.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/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +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/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.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 +1 -1
- 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 +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +3 -2
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +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 +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +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/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- 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/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +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/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +1 -5
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +2 -6
- 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 +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +0 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.d.ts +0 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.d.ts +0 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.d.ts +0 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/_types.d.ts +0 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +26 -8
- 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 +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
- 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/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +22 -33
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +50 -36
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.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__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +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/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.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 +3 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -5
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.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 +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +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 +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +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/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -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 +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.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 +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +148 -189
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +17 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +72 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +47 -28
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +26 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +35 -31
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +64 -34
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +62 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +67 -410
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -5
- 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 +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.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 +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.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/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.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/PropertiesList/PropertiesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +96 -99
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.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 +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -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 +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -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/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.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 +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -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/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.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 +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.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 +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -8
- package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -8
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +2 -3
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +3 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +0 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
- package/dist/components/SubmitStateNotifier/_types.d.ts +1 -1
- package/dist/components/SubmitStateNotifier/index.js +1 -1
- package/dist/components/SubmitStateNotifier/index.js.map +1 -1
- package/dist/components/TreePicker/TreePicker.d.ts +0 -1
- package/dist/components/TreePicker/TreePicker.js +1 -1
- package/dist/components/TreePicker/TreePicker.js.map +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +0 -1
- package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
- package/dist/components/TreePicker/TreesList/index.js +1 -1
- package/dist/components/TreePicker/TreesList/index.js.map +1 -1
- package/dist/components/TreePicker/index.js +1 -1
- package/dist/components/TreePicker/index.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +0 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.d.ts +0 -1
- package/dist/components/UploadFiles/UploadFiles.js +2 -2
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.js +1 -1
- package/dist/components/UploadFiles/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +0 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +0 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js → contexts/EditRecordModalContext/EditRecordModalProvider.js} +7 -10
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +10 -6
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -1
- package/dist/hooks/useLocalStorage/index.js +1 -1
- package/dist/hooks/useLocalStorage/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/index.js +1 -1
- package/dist/hooks/useLoginChecker/index.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/index.js +1 -1
- package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +8 -3
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +68 -4
- package/dist/locales/fr/shared.json +68 -4
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +0 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +0 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -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 +10 -4
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.d.ts +0 -7
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -119
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -314
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { IPreviewScalar } from '@leav/utils';
|
|
2
2
|
import * as Apollo from '@apollo/client';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
export type Maybe<T> = T | null;
|
|
4
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
5
|
+
export type Exact<T extends {
|
|
6
6
|
[key: string]: unknown;
|
|
7
7
|
}> = {
|
|
8
8
|
[K in keyof T]: T[K];
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
11
11
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
12
12
|
};
|
|
13
|
-
export
|
|
13
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
15
15
|
};
|
|
16
16
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
17
|
-
export
|
|
17
|
+
export type Scalars = {
|
|
18
18
|
ID: string;
|
|
19
19
|
String: string;
|
|
20
20
|
Boolean: boolean;
|
|
@@ -31,12 +31,12 @@ export declare type Scalars = {
|
|
|
31
31
|
TaskPriority: any;
|
|
32
32
|
Upload: any;
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type ActionConfigurationInput = {
|
|
35
35
|
error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
36
36
|
id: Scalars['ID'];
|
|
37
37
|
params?: InputMaybe<Array<ActionConfigurationParamInput>>;
|
|
38
38
|
};
|
|
39
|
-
export
|
|
39
|
+
export type ActionConfigurationParamInput = {
|
|
40
40
|
name: Scalars['String'];
|
|
41
41
|
value: Scalars['String'];
|
|
42
42
|
};
|
|
@@ -46,18 +46,18 @@ export declare enum ActionIoTypes {
|
|
|
46
46
|
object = "object",
|
|
47
47
|
string = "string"
|
|
48
48
|
}
|
|
49
|
-
export
|
|
49
|
+
export type ActionsListConfigurationInput = {
|
|
50
50
|
deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
51
51
|
getValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
52
52
|
saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
53
53
|
};
|
|
54
|
-
export
|
|
54
|
+
export type ApiKeyInput = {
|
|
55
55
|
expiresAt?: InputMaybe<Scalars['Int']>;
|
|
56
56
|
id?: InputMaybe<Scalars['String']>;
|
|
57
57
|
label: Scalars['String'];
|
|
58
58
|
userId: Scalars['String'];
|
|
59
59
|
};
|
|
60
|
-
export
|
|
60
|
+
export type ApiKeysFiltersInput = {
|
|
61
61
|
createdBy?: InputMaybe<Scalars['Int']>;
|
|
62
62
|
label?: InputMaybe<Scalars['String']>;
|
|
63
63
|
modifiedBy?: InputMaybe<Scalars['Int']>;
|
|
@@ -71,7 +71,7 @@ export declare enum ApiKeysSortableFields {
|
|
|
71
71
|
modifiedAt = "modifiedAt",
|
|
72
72
|
modifiedBy = "modifiedBy"
|
|
73
73
|
}
|
|
74
|
-
export
|
|
74
|
+
export type ApplicationEventFiltersInput = {
|
|
75
75
|
applicationId?: InputMaybe<Scalars['ID']>;
|
|
76
76
|
events?: InputMaybe<Array<ApplicationEventTypes>>;
|
|
77
77
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -80,11 +80,11 @@ export declare enum ApplicationEventTypes {
|
|
|
80
80
|
DELETE = "DELETE",
|
|
81
81
|
SAVE = "SAVE"
|
|
82
82
|
}
|
|
83
|
-
export
|
|
83
|
+
export type ApplicationIconInput = {
|
|
84
84
|
libraryId: Scalars['String'];
|
|
85
85
|
recordId: Scalars['String'];
|
|
86
86
|
};
|
|
87
|
-
export
|
|
87
|
+
export type ApplicationInput = {
|
|
88
88
|
color?: InputMaybe<Scalars['String']>;
|
|
89
89
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
90
90
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -106,7 +106,7 @@ export declare enum ApplicationType {
|
|
|
106
106
|
external = "external",
|
|
107
107
|
internal = "internal"
|
|
108
108
|
}
|
|
109
|
-
export
|
|
109
|
+
export type ApplicationsFiltersInput = {
|
|
110
110
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
111
111
|
id?: InputMaybe<Scalars['ID']>;
|
|
112
112
|
label?: InputMaybe<Scalars['String']>;
|
|
@@ -125,7 +125,7 @@ export declare enum AttributeFormat {
|
|
|
125
125
|
rich_text = "rich_text",
|
|
126
126
|
text = "text"
|
|
127
127
|
}
|
|
128
|
-
export
|
|
128
|
+
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
130
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
131
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
@@ -139,13 +139,14 @@ export declare type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
145
146
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
146
147
|
versions_conf?: InputMaybe<ValuesVersionsConfInput>;
|
|
147
148
|
};
|
|
148
|
-
export
|
|
149
|
+
export type AttributePermissionsRecord = {
|
|
149
150
|
id?: InputMaybe<Scalars['String']>;
|
|
150
151
|
library: Scalars['String'];
|
|
151
152
|
};
|
|
@@ -156,15 +157,16 @@ export declare enum AttributeType {
|
|
|
156
157
|
simple_link = "simple_link",
|
|
157
158
|
tree = "tree"
|
|
158
159
|
}
|
|
159
|
-
export
|
|
160
|
-
format?: InputMaybe<Array<
|
|
160
|
+
export type AttributesFiltersInput = {
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
161
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
162
164
|
label?: InputMaybe<Scalars['String']>;
|
|
163
|
-
libraries?: InputMaybe<Array<
|
|
164
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
165
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
166
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
167
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
168
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
169
171
|
};
|
|
170
172
|
export declare enum AttributesSortableFields {
|
|
@@ -179,15 +181,15 @@ export declare enum AvailableLanguage {
|
|
|
179
181
|
en = "en",
|
|
180
182
|
fr = "fr"
|
|
181
183
|
}
|
|
182
|
-
export
|
|
184
|
+
export type CreateRecordDataInput = {
|
|
183
185
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
184
186
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
185
187
|
};
|
|
186
|
-
export
|
|
188
|
+
export type DeleteTaskInput = {
|
|
187
189
|
archive: Scalars['Boolean'];
|
|
188
190
|
id: Scalars['ID'];
|
|
189
191
|
};
|
|
190
|
-
export
|
|
192
|
+
export type EmbeddedAttributeInput = {
|
|
191
193
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
192
194
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
193
195
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -195,7 +197,7 @@ export declare type EmbeddedAttributeInput = {
|
|
|
195
197
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
196
198
|
validation_regex?: InputMaybe<Scalars['String']>;
|
|
197
199
|
};
|
|
198
|
-
export
|
|
200
|
+
export type FileInput = {
|
|
199
201
|
data: Scalars['Upload'];
|
|
200
202
|
replace?: InputMaybe<Scalars['Boolean']>;
|
|
201
203
|
size?: InputMaybe<Scalars['Int']>;
|
|
@@ -208,11 +210,11 @@ export declare enum FileType {
|
|
|
208
210
|
other = "other",
|
|
209
211
|
video = "video"
|
|
210
212
|
}
|
|
211
|
-
export
|
|
213
|
+
export type FormDependencyValueInput = {
|
|
212
214
|
attribute: Scalars['ID'];
|
|
213
215
|
value: Scalars['ID'];
|
|
214
216
|
};
|
|
215
|
-
export
|
|
217
|
+
export type FormElementInput = {
|
|
216
218
|
containerId: Scalars['ID'];
|
|
217
219
|
id: Scalars['ID'];
|
|
218
220
|
order: Scalars['Int'];
|
|
@@ -220,7 +222,7 @@ export declare type FormElementInput = {
|
|
|
220
222
|
type: FormElementTypes;
|
|
221
223
|
uiElementType: Scalars['String'];
|
|
222
224
|
};
|
|
223
|
-
export
|
|
225
|
+
export type FormElementSettingsInput = {
|
|
224
226
|
key: Scalars['String'];
|
|
225
227
|
value: Scalars['Any'];
|
|
226
228
|
};
|
|
@@ -228,17 +230,17 @@ export declare enum FormElementTypes {
|
|
|
228
230
|
field = "field",
|
|
229
231
|
layout = "layout"
|
|
230
232
|
}
|
|
231
|
-
export
|
|
233
|
+
export type FormElementsByDepsInput = {
|
|
232
234
|
dependencyValue?: InputMaybe<FormDependencyValueInput>;
|
|
233
235
|
elements: Array<FormElementInput>;
|
|
234
236
|
};
|
|
235
|
-
export
|
|
237
|
+
export type FormFiltersInput = {
|
|
236
238
|
id?: InputMaybe<Scalars['ID']>;
|
|
237
239
|
label?: InputMaybe<Scalars['String']>;
|
|
238
240
|
library: Scalars['ID'];
|
|
239
241
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
240
242
|
};
|
|
241
|
-
export
|
|
243
|
+
export type FormInput = {
|
|
242
244
|
dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
243
245
|
elements?: InputMaybe<Array<FormElementsByDepsInput>>;
|
|
244
246
|
id: Scalars['ID'];
|
|
@@ -250,12 +252,13 @@ export declare enum FormsSortableFields {
|
|
|
250
252
|
library = "library",
|
|
251
253
|
system = "system"
|
|
252
254
|
}
|
|
253
|
-
export
|
|
255
|
+
export type GlobalSettingsFileInput = {
|
|
254
256
|
library: Scalars['String'];
|
|
255
257
|
recordId: Scalars['String'];
|
|
256
258
|
};
|
|
257
|
-
export
|
|
258
|
-
|
|
259
|
+
export type GlobalSettingsInput = {
|
|
260
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
262
|
name?: InputMaybe<Scalars['String']>;
|
|
260
263
|
};
|
|
261
264
|
export declare enum IoTypes {
|
|
@@ -274,7 +277,7 @@ export declare enum ImportType {
|
|
|
274
277
|
LINK = "LINK",
|
|
275
278
|
STANDARD = "STANDARD"
|
|
276
279
|
}
|
|
277
|
-
export
|
|
280
|
+
export type LibrariesFiltersInput = {
|
|
278
281
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
279
282
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
280
283
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -290,11 +293,11 @@ export declare enum LibraryBehavior {
|
|
|
290
293
|
files = "files",
|
|
291
294
|
standard = "standard"
|
|
292
295
|
}
|
|
293
|
-
export
|
|
296
|
+
export type LibraryIconInput = {
|
|
294
297
|
libraryId: Scalars['String'];
|
|
295
298
|
recordId: Scalars['String'];
|
|
296
299
|
};
|
|
297
|
-
export
|
|
300
|
+
export type LibraryInput = {
|
|
298
301
|
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
299
302
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
300
303
|
defaultView?: InputMaybe<Scalars['ID']>;
|
|
@@ -306,7 +309,7 @@ export declare type LibraryInput = {
|
|
|
306
309
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
307
310
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
308
311
|
};
|
|
309
|
-
export
|
|
312
|
+
export type LibraryPreviewsSettingsInput = {
|
|
310
313
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
311
314
|
label: Scalars['SystemTranslation'];
|
|
312
315
|
versions: PreviewVersionInput;
|
|
@@ -342,7 +345,7 @@ export declare enum LogAction {
|
|
|
342
345
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
343
346
|
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
344
347
|
}
|
|
345
|
-
export
|
|
348
|
+
export type LogFilterInput = {
|
|
346
349
|
actions?: InputMaybe<Array<LogAction>>;
|
|
347
350
|
instanceId?: InputMaybe<Scalars['String']>;
|
|
348
351
|
queryId?: InputMaybe<Scalars['String']>;
|
|
@@ -351,11 +354,11 @@ export declare type LogFilterInput = {
|
|
|
351
354
|
trigger?: InputMaybe<Scalars['String']>;
|
|
352
355
|
userId?: InputMaybe<Scalars['String']>;
|
|
353
356
|
};
|
|
354
|
-
export
|
|
357
|
+
export type LogFilterTimeInput = {
|
|
355
358
|
from?: InputMaybe<Scalars['Int']>;
|
|
356
359
|
to?: InputMaybe<Scalars['Int']>;
|
|
357
360
|
};
|
|
358
|
-
export
|
|
361
|
+
export type LogSortInput = {
|
|
359
362
|
field: LogSortableField;
|
|
360
363
|
order: SortOrder;
|
|
361
364
|
};
|
|
@@ -367,7 +370,7 @@ export declare enum LogSortableField {
|
|
|
367
370
|
trigger = "trigger",
|
|
368
371
|
userId = "userId"
|
|
369
372
|
}
|
|
370
|
-
export
|
|
373
|
+
export type LogTopicFilterInput = {
|
|
371
374
|
apiKey?: InputMaybe<Scalars['String']>;
|
|
372
375
|
attribute?: InputMaybe<Scalars['String']>;
|
|
373
376
|
filename?: InputMaybe<Scalars['String']>;
|
|
@@ -377,30 +380,30 @@ export declare type LogTopicFilterInput = {
|
|
|
377
380
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
378
381
|
tree?: InputMaybe<Scalars['String']>;
|
|
379
382
|
};
|
|
380
|
-
export
|
|
383
|
+
export type LogTopicPermissionFilterInput = {
|
|
381
384
|
applyTo?: InputMaybe<Scalars['String']>;
|
|
382
385
|
type?: InputMaybe<Scalars['String']>;
|
|
383
386
|
};
|
|
384
|
-
export
|
|
387
|
+
export type LogTopicRecordFilterInput = {
|
|
385
388
|
id?: InputMaybe<Scalars['String']>;
|
|
386
389
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
387
390
|
};
|
|
388
|
-
export
|
|
391
|
+
export type Pagination = {
|
|
389
392
|
limit: Scalars['Int'];
|
|
390
393
|
offset: Scalars['Int'];
|
|
391
394
|
};
|
|
392
|
-
export
|
|
395
|
+
export type PermissionActionInput = {
|
|
393
396
|
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
394
397
|
name: PermissionsActions;
|
|
395
398
|
};
|
|
396
|
-
export
|
|
399
|
+
export type PermissionInput = {
|
|
397
400
|
actions: Array<PermissionActionInput>;
|
|
398
401
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
399
402
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
400
403
|
type: PermissionTypes;
|
|
401
404
|
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
402
405
|
};
|
|
403
|
-
export
|
|
406
|
+
export type PermissionTarget = {
|
|
404
407
|
attributeId?: InputMaybe<Scalars['ID']>;
|
|
405
408
|
libraryId?: InputMaybe<Scalars['ID']>;
|
|
406
409
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
@@ -467,16 +470,16 @@ export declare enum PermissionsRelation {
|
|
|
467
470
|
and = "and",
|
|
468
471
|
or = "or"
|
|
469
472
|
}
|
|
470
|
-
export
|
|
473
|
+
export type PermissionsTreeTargetInput = {
|
|
471
474
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
472
475
|
tree: Scalars['ID'];
|
|
473
476
|
};
|
|
474
|
-
export
|
|
477
|
+
export type PreviewVersionInput = {
|
|
475
478
|
background: Scalars['String'];
|
|
476
479
|
density: Scalars['Int'];
|
|
477
480
|
sizes: Array<PreviewVersionSizeInput>;
|
|
478
481
|
};
|
|
479
|
-
export
|
|
482
|
+
export type PreviewVersionSizeInput = {
|
|
480
483
|
name: Scalars['String'];
|
|
481
484
|
size: Scalars['Int'];
|
|
482
485
|
};
|
|
@@ -509,7 +512,7 @@ export declare enum RecordFilterCondition {
|
|
|
509
512
|
VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
|
|
510
513
|
YESTERDAY = "YESTERDAY"
|
|
511
514
|
}
|
|
512
|
-
export
|
|
515
|
+
export type RecordFilterInput = {
|
|
513
516
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
514
517
|
field?: InputMaybe<Scalars['String']>;
|
|
515
518
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
@@ -522,32 +525,32 @@ export declare enum RecordFilterOperator {
|
|
|
522
525
|
OPEN_BRACKET = "OPEN_BRACKET",
|
|
523
526
|
OR = "OR"
|
|
524
527
|
}
|
|
525
|
-
export
|
|
528
|
+
export type RecordIdentityConfInput = {
|
|
526
529
|
color?: InputMaybe<Scalars['ID']>;
|
|
527
530
|
label?: InputMaybe<Scalars['ID']>;
|
|
528
531
|
preview?: InputMaybe<Scalars['ID']>;
|
|
529
532
|
subLabel?: InputMaybe<Scalars['ID']>;
|
|
530
533
|
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
531
534
|
};
|
|
532
|
-
export
|
|
535
|
+
export type RecordInput = {
|
|
533
536
|
id: Scalars['ID'];
|
|
534
537
|
library: Scalars['String'];
|
|
535
538
|
};
|
|
536
|
-
export
|
|
539
|
+
export type RecordSortInput = {
|
|
537
540
|
field: Scalars['String'];
|
|
538
541
|
order: SortOrder;
|
|
539
542
|
};
|
|
540
|
-
export
|
|
543
|
+
export type RecordUpdateFilterInput = {
|
|
541
544
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
542
545
|
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
543
546
|
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
544
547
|
};
|
|
545
|
-
export
|
|
548
|
+
export type RecordsPagination = {
|
|
546
549
|
cursor?: InputMaybe<Scalars['String']>;
|
|
547
550
|
limit: Scalars['Int'];
|
|
548
551
|
offset?: InputMaybe<Scalars['Int']>;
|
|
549
552
|
};
|
|
550
|
-
export
|
|
553
|
+
export type SheetInput = {
|
|
551
554
|
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
552
555
|
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
553
556
|
library: Scalars['String'];
|
|
@@ -557,23 +560,23 @@ export declare type SheetInput = {
|
|
|
557
560
|
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
558
561
|
type: ImportType;
|
|
559
562
|
};
|
|
560
|
-
export
|
|
563
|
+
export type SortApiKeysInput = {
|
|
561
564
|
field: ApiKeysSortableFields;
|
|
562
565
|
order?: InputMaybe<SortOrder>;
|
|
563
566
|
};
|
|
564
|
-
export
|
|
567
|
+
export type SortApplications = {
|
|
565
568
|
field: ApplicationSortableFields;
|
|
566
569
|
order?: InputMaybe<SortOrder>;
|
|
567
570
|
};
|
|
568
|
-
export
|
|
571
|
+
export type SortAttributes = {
|
|
569
572
|
field: AttributesSortableFields;
|
|
570
573
|
order?: InputMaybe<SortOrder>;
|
|
571
574
|
};
|
|
572
|
-
export
|
|
575
|
+
export type SortForms = {
|
|
573
576
|
field: FormsSortableFields;
|
|
574
577
|
order?: InputMaybe<SortOrder>;
|
|
575
578
|
};
|
|
576
|
-
export
|
|
579
|
+
export type SortLibraries = {
|
|
577
580
|
field: LibrariesSortableFields;
|
|
578
581
|
order?: InputMaybe<SortOrder>;
|
|
579
582
|
};
|
|
@@ -581,15 +584,15 @@ export declare enum SortOrder {
|
|
|
581
584
|
asc = "asc",
|
|
582
585
|
desc = "desc"
|
|
583
586
|
}
|
|
584
|
-
export
|
|
587
|
+
export type SortTrees = {
|
|
585
588
|
field: TreesSortableFields;
|
|
586
589
|
order?: InputMaybe<SortOrder>;
|
|
587
590
|
};
|
|
588
|
-
export
|
|
591
|
+
export type SortVersionProfilesInput = {
|
|
589
592
|
field: VersionProfilesSortableFields;
|
|
590
593
|
order?: InputMaybe<SortOrder>;
|
|
591
594
|
};
|
|
592
|
-
export
|
|
595
|
+
export type TaskFiltersInput = {
|
|
593
596
|
archive?: InputMaybe<Scalars['Boolean']>;
|
|
594
597
|
created_by?: InputMaybe<Scalars['ID']>;
|
|
595
598
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -615,11 +618,11 @@ export declare enum TreeBehavior {
|
|
|
615
618
|
files = "files",
|
|
616
619
|
standard = "standard"
|
|
617
620
|
}
|
|
618
|
-
export
|
|
621
|
+
export type TreeElementInput = {
|
|
619
622
|
id: Scalars['ID'];
|
|
620
623
|
library: Scalars['String'];
|
|
621
624
|
};
|
|
622
|
-
export
|
|
625
|
+
export type TreeEventFiltersInput = {
|
|
623
626
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
624
627
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
625
628
|
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
@@ -630,31 +633,31 @@ export declare enum TreeEventTypes {
|
|
|
630
633
|
move = "move",
|
|
631
634
|
remove = "remove"
|
|
632
635
|
}
|
|
633
|
-
export
|
|
636
|
+
export type TreeInput = {
|
|
634
637
|
behavior?: InputMaybe<TreeBehavior>;
|
|
635
638
|
id: Scalars['ID'];
|
|
636
639
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
637
640
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
638
641
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
639
642
|
};
|
|
640
|
-
export
|
|
643
|
+
export type TreeLibraryInput = {
|
|
641
644
|
library: Scalars['ID'];
|
|
642
645
|
settings: TreeLibrarySettingsInput;
|
|
643
646
|
};
|
|
644
|
-
export
|
|
647
|
+
export type TreeLibrarySettingsInput = {
|
|
645
648
|
allowMultiplePositions: Scalars['Boolean'];
|
|
646
649
|
allowedAtRoot: Scalars['Boolean'];
|
|
647
650
|
allowedChildren: Array<Scalars['String']>;
|
|
648
651
|
};
|
|
649
|
-
export
|
|
652
|
+
export type TreeNodePermissionsConfInput = {
|
|
650
653
|
libraryId: Scalars['ID'];
|
|
651
654
|
permissionsConf: TreepermissionsConfInput;
|
|
652
655
|
};
|
|
653
|
-
export
|
|
656
|
+
export type TreepermissionsConfInput = {
|
|
654
657
|
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
655
658
|
relation: PermissionsRelation;
|
|
656
659
|
};
|
|
657
|
-
export
|
|
660
|
+
export type TreesFiltersInput = {
|
|
658
661
|
behavior?: InputMaybe<TreeBehavior>;
|
|
659
662
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
660
663
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -666,30 +669,30 @@ export declare enum TreesSortableFields {
|
|
|
666
669
|
id = "id",
|
|
667
670
|
system = "system"
|
|
668
671
|
}
|
|
669
|
-
export
|
|
672
|
+
export type UploadFiltersInput = {
|
|
670
673
|
uid?: InputMaybe<Scalars['String']>;
|
|
671
674
|
userId?: InputMaybe<Scalars['ID']>;
|
|
672
675
|
};
|
|
673
676
|
export declare enum UserCoreDataKeys {
|
|
674
677
|
applications_consultation = "applications_consultation"
|
|
675
678
|
}
|
|
676
|
-
export
|
|
679
|
+
export type ValueBatchInput = {
|
|
677
680
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
681
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
682
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
683
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
684
|
};
|
|
682
|
-
export
|
|
685
|
+
export type ValueInput = {
|
|
683
686
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
687
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
688
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
689
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
690
|
};
|
|
688
|
-
export
|
|
691
|
+
export type ValueMetadataInput = {
|
|
689
692
|
name: Scalars['String'];
|
|
690
693
|
value?: InputMaybe<Scalars['String']>;
|
|
691
694
|
};
|
|
692
|
-
export
|
|
695
|
+
export type ValueVersionInput = {
|
|
693
696
|
treeId: Scalars['String'];
|
|
694
697
|
treeNodeId: Scalars['String'];
|
|
695
698
|
};
|
|
@@ -697,23 +700,24 @@ export declare enum ValueVersionMode {
|
|
|
697
700
|
simple = "simple",
|
|
698
701
|
smart = "smart"
|
|
699
702
|
}
|
|
700
|
-
export
|
|
703
|
+
export type ValuesListConfInput = {
|
|
701
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
702
706
|
enable: Scalars['Boolean'];
|
|
703
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
708
|
};
|
|
705
|
-
export
|
|
709
|
+
export type ValuesVersionsConfInput = {
|
|
706
710
|
mode?: InputMaybe<ValueVersionMode>;
|
|
707
711
|
profile?: InputMaybe<Scalars['String']>;
|
|
708
712
|
versionable: Scalars['Boolean'];
|
|
709
713
|
};
|
|
710
|
-
export
|
|
714
|
+
export type VersionProfileInput = {
|
|
711
715
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
712
716
|
id: Scalars['String'];
|
|
713
717
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
714
718
|
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
715
719
|
};
|
|
716
|
-
export
|
|
720
|
+
export type VersionProfilesFiltersInput = {
|
|
717
721
|
id?: InputMaybe<Scalars['ID']>;
|
|
718
722
|
label?: InputMaybe<Scalars['String']>;
|
|
719
723
|
trees?: InputMaybe<Scalars['String']>;
|
|
@@ -721,11 +725,11 @@ export declare type VersionProfilesFiltersInput = {
|
|
|
721
725
|
export declare enum VersionProfilesSortableFields {
|
|
722
726
|
id = "id"
|
|
723
727
|
}
|
|
724
|
-
export
|
|
728
|
+
export type ViewDisplayInput = {
|
|
725
729
|
size: ViewSizes;
|
|
726
730
|
type: ViewTypes;
|
|
727
731
|
};
|
|
728
|
-
export
|
|
732
|
+
export type ViewInput = {
|
|
729
733
|
color?: InputMaybe<Scalars['String']>;
|
|
730
734
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
735
|
display: ViewDisplayInput;
|
|
@@ -738,7 +742,7 @@ export declare type ViewInput = {
|
|
|
738
742
|
sort?: InputMaybe<RecordSortInput>;
|
|
739
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
744
|
};
|
|
741
|
-
export
|
|
745
|
+
export type ViewSettingsInput = {
|
|
742
746
|
name: Scalars['String'];
|
|
743
747
|
value?: InputMaybe<Scalars['Any']>;
|
|
744
748
|
};
|
|
@@ -752,11 +756,11 @@ export declare enum ViewTypes {
|
|
|
752
756
|
list = "list",
|
|
753
757
|
timeline = "timeline"
|
|
754
758
|
}
|
|
755
|
-
export
|
|
759
|
+
export type ViewValuesVersionInput = {
|
|
756
760
|
treeId: Scalars['String'];
|
|
757
761
|
treeNode: Scalars['String'];
|
|
758
762
|
};
|
|
759
|
-
export
|
|
763
|
+
export type DetailsApplicationFragment = {
|
|
760
764
|
id: string;
|
|
761
765
|
label: any;
|
|
762
766
|
type: ApplicationType;
|
|
@@ -785,7 +789,7 @@ export declare type DetailsApplicationFragment = {
|
|
|
785
789
|
admin_application: boolean;
|
|
786
790
|
};
|
|
787
791
|
};
|
|
788
|
-
export
|
|
792
|
+
export type RecordIdentityFragment = {
|
|
789
793
|
id: string;
|
|
790
794
|
whoAmI: {
|
|
791
795
|
id: string;
|
|
@@ -799,7 +803,7 @@ export declare type RecordIdentityFragment = {
|
|
|
799
803
|
};
|
|
800
804
|
};
|
|
801
805
|
};
|
|
802
|
-
export
|
|
806
|
+
export type AttributeDetailsLinkAttributeFragment = {
|
|
803
807
|
reverse_link?: string | null;
|
|
804
808
|
id: string;
|
|
805
809
|
type: AttributeType;
|
|
@@ -807,7 +811,6 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
811
|
system: boolean;
|
|
808
812
|
readonly: boolean;
|
|
809
813
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
814
|
description?: any | null;
|
|
812
815
|
multiple_values: boolean;
|
|
813
816
|
linked_library?: {
|
|
@@ -837,7 +840,7 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
837
840
|
label?: any | null;
|
|
838
841
|
}> | null;
|
|
839
842
|
};
|
|
840
|
-
export
|
|
843
|
+
export type AttributeDetailsStandardAttributeFragment = {
|
|
841
844
|
unique?: boolean | null;
|
|
842
845
|
maxLength?: number | null;
|
|
843
846
|
id: string;
|
|
@@ -846,7 +849,6 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
849
|
system: boolean;
|
|
847
850
|
readonly: boolean;
|
|
848
851
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
852
|
description?: any | null;
|
|
851
853
|
multiple_values: boolean;
|
|
852
854
|
metadata_fields?: Array<{
|
|
@@ -872,14 +874,13 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
872
874
|
label?: any | null;
|
|
873
875
|
}> | null;
|
|
874
876
|
};
|
|
875
|
-
export
|
|
877
|
+
export type AttributeDetailsTreeAttributeFragment = {
|
|
876
878
|
id: string;
|
|
877
879
|
type: AttributeType;
|
|
878
880
|
format?: AttributeFormat | null;
|
|
879
881
|
system: boolean;
|
|
880
882
|
readonly: boolean;
|
|
881
883
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
884
|
description?: any | null;
|
|
884
885
|
multiple_values: boolean;
|
|
885
886
|
linked_tree?: {
|
|
@@ -909,8 +910,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
|
|
|
909
910
|
label?: any | null;
|
|
910
911
|
}> | null;
|
|
911
912
|
};
|
|
912
|
-
export
|
|
913
|
-
export
|
|
913
|
+
export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
|
|
914
|
+
export type AttributesByLibAttributeLinkAttributeFragment = {
|
|
914
915
|
id: string;
|
|
915
916
|
type: AttributeType;
|
|
916
917
|
format?: AttributeFormat | null;
|
|
@@ -922,7 +923,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
|
|
|
922
923
|
id: string;
|
|
923
924
|
} | null;
|
|
924
925
|
};
|
|
925
|
-
export
|
|
926
|
+
export type AttributesByLibAttributeStandardAttributeFragment = {
|
|
926
927
|
id: string;
|
|
927
928
|
type: AttributeType;
|
|
928
929
|
format?: AttributeFormat | null;
|
|
@@ -936,7 +937,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
|
|
|
936
937
|
label?: any | null;
|
|
937
938
|
} | null> | null;
|
|
938
939
|
};
|
|
939
|
-
export
|
|
940
|
+
export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
940
941
|
id: string;
|
|
941
942
|
type: AttributeType;
|
|
942
943
|
format?: AttributeFormat | null;
|
|
@@ -955,8 +956,8 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
956
|
}>;
|
|
956
957
|
} | null;
|
|
957
958
|
};
|
|
958
|
-
export
|
|
959
|
-
export
|
|
959
|
+
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
960
|
+
export type LibraryLightFragment = {
|
|
960
961
|
id: string;
|
|
961
962
|
label?: any | null;
|
|
962
963
|
icon?: {
|
|
@@ -970,7 +971,7 @@ export declare type LibraryLightFragment = {
|
|
|
970
971
|
};
|
|
971
972
|
} | null;
|
|
972
973
|
};
|
|
973
|
-
export
|
|
974
|
+
export type LibraryDetailsFragment = {
|
|
974
975
|
id: string;
|
|
975
976
|
label?: any | null;
|
|
976
977
|
behavior: LibraryBehavior;
|
|
@@ -1052,7 +1053,7 @@ export declare type LibraryDetailsFragment = {
|
|
|
1052
1053
|
};
|
|
1053
1054
|
}> | null;
|
|
1054
1055
|
};
|
|
1055
|
-
export
|
|
1056
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1056
1057
|
id: string;
|
|
1057
1058
|
label?: any | null;
|
|
1058
1059
|
system: boolean;
|
|
@@ -1063,21 +1064,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
|
|
|
1063
1064
|
behavior: LibraryBehavior;
|
|
1064
1065
|
} | null;
|
|
1065
1066
|
};
|
|
1066
|
-
export
|
|
1067
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1067
1068
|
id: string;
|
|
1068
1069
|
label?: any | null;
|
|
1069
1070
|
system: boolean;
|
|
1070
1071
|
type: AttributeType;
|
|
1071
1072
|
format?: AttributeFormat | null;
|
|
1072
1073
|
};
|
|
1073
|
-
export
|
|
1074
|
-
export
|
|
1074
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1075
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1075
1076
|
linked_library?: {
|
|
1076
1077
|
id: string;
|
|
1077
1078
|
behavior: LibraryBehavior;
|
|
1078
1079
|
} | null;
|
|
1079
1080
|
};
|
|
1080
|
-
export
|
|
1081
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1081
1082
|
label: any;
|
|
1082
1083
|
description?: any | null;
|
|
1083
1084
|
system: boolean;
|
|
@@ -1090,7 +1091,7 @@ export declare type LibraryPreviewsSettingsFragment = {
|
|
|
1090
1091
|
}>;
|
|
1091
1092
|
};
|
|
1092
1093
|
};
|
|
1093
|
-
export
|
|
1094
|
+
export type RecordFormElementFragment = {
|
|
1094
1095
|
id: string;
|
|
1095
1096
|
containerId: string;
|
|
1096
1097
|
uiElementType: string;
|
|
@@ -1099,6 +1100,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1099
1100
|
values?: Array<{
|
|
1100
1101
|
id_value?: string | null;
|
|
1101
1102
|
isInherited?: boolean | null;
|
|
1103
|
+
isCalculated?: boolean | null;
|
|
1102
1104
|
modified_at?: number | null;
|
|
1103
1105
|
created_at?: number | null;
|
|
1104
1106
|
linkValue?: {
|
|
@@ -1159,20 +1161,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1159
1161
|
};
|
|
1160
1162
|
} | null;
|
|
1161
1163
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1164
|
+
attribute: {
|
|
1163
1165
|
id: string;
|
|
1164
1166
|
format?: AttributeFormat | null;
|
|
1165
1167
|
type: AttributeType;
|
|
1166
1168
|
system: boolean;
|
|
1167
|
-
}
|
|
1169
|
+
};
|
|
1168
1170
|
metadata?: Array<{
|
|
1169
1171
|
name: string;
|
|
1170
1172
|
value?: {
|
|
1171
1173
|
id_value?: string | null;
|
|
1172
1174
|
modified_at?: number | null;
|
|
1173
1175
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
+
payload?: any | null;
|
|
1177
|
+
raw_payload?: any | null;
|
|
1176
1178
|
modified_by?: {
|
|
1177
1179
|
id: string;
|
|
1178
1180
|
whoAmI: {
|
|
@@ -1222,6 +1224,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1222
1224
|
} | {
|
|
1223
1225
|
id_value?: string | null;
|
|
1224
1226
|
isInherited?: boolean | null;
|
|
1227
|
+
isCalculated?: boolean | null;
|
|
1225
1228
|
modified_at?: number | null;
|
|
1226
1229
|
created_at?: number | null;
|
|
1227
1230
|
treeValue?: {
|
|
@@ -1301,20 +1304,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1301
1304
|
};
|
|
1302
1305
|
} | null;
|
|
1303
1306
|
} | null> | null;
|
|
1304
|
-
attribute
|
|
1307
|
+
attribute: {
|
|
1305
1308
|
id: string;
|
|
1306
1309
|
format?: AttributeFormat | null;
|
|
1307
1310
|
type: AttributeType;
|
|
1308
1311
|
system: boolean;
|
|
1309
|
-
}
|
|
1312
|
+
};
|
|
1310
1313
|
metadata?: Array<{
|
|
1311
1314
|
name: string;
|
|
1312
1315
|
value?: {
|
|
1313
1316
|
id_value?: string | null;
|
|
1314
1317
|
modified_at?: number | null;
|
|
1315
1318
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1319
|
+
payload?: any | null;
|
|
1320
|
+
raw_payload?: any | null;
|
|
1318
1321
|
modified_by?: {
|
|
1319
1322
|
id: string;
|
|
1320
1323
|
whoAmI: {
|
|
@@ -1362,10 +1365,13 @@ export declare type RecordFormElementFragment = {
|
|
|
1362
1365
|
} | null;
|
|
1363
1366
|
} | null> | null;
|
|
1364
1367
|
} | {
|
|
1368
|
+
payload?: any | null;
|
|
1369
|
+
raw_payload?: any | null;
|
|
1365
1370
|
value?: any | null;
|
|
1366
1371
|
raw_value?: any | null;
|
|
1367
1372
|
id_value?: string | null;
|
|
1368
1373
|
isInherited?: boolean | null;
|
|
1374
|
+
isCalculated?: boolean | null;
|
|
1369
1375
|
modified_at?: number | null;
|
|
1370
1376
|
created_at?: number | null;
|
|
1371
1377
|
modified_by?: {
|
|
@@ -1412,20 +1418,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1412
1418
|
};
|
|
1413
1419
|
} | null;
|
|
1414
1420
|
} | null> | null;
|
|
1415
|
-
attribute
|
|
1421
|
+
attribute: {
|
|
1416
1422
|
id: string;
|
|
1417
1423
|
format?: AttributeFormat | null;
|
|
1418
1424
|
type: AttributeType;
|
|
1419
1425
|
system: boolean;
|
|
1420
|
-
}
|
|
1426
|
+
};
|
|
1421
1427
|
metadata?: Array<{
|
|
1422
1428
|
name: string;
|
|
1423
1429
|
value?: {
|
|
1424
1430
|
id_value?: string | null;
|
|
1425
1431
|
modified_at?: number | null;
|
|
1426
1432
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1433
|
+
payload?: any | null;
|
|
1434
|
+
raw_payload?: any | null;
|
|
1429
1435
|
modified_by?: {
|
|
1430
1436
|
id: string;
|
|
1431
1437
|
whoAmI: {
|
|
@@ -1482,6 +1488,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1482
1488
|
system: boolean;
|
|
1483
1489
|
readonly: boolean;
|
|
1484
1490
|
multiple_values: boolean;
|
|
1491
|
+
compute: boolean;
|
|
1485
1492
|
linked_library?: {
|
|
1486
1493
|
id: string;
|
|
1487
1494
|
label?: any | null;
|
|
@@ -1493,6 +1500,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1493
1500
|
linkValuesList?: {
|
|
1494
1501
|
enable: boolean;
|
|
1495
1502
|
allowFreeEntry?: boolean | null;
|
|
1503
|
+
allowListUpdate?: boolean | null;
|
|
1496
1504
|
values?: Array<{
|
|
1497
1505
|
id: string;
|
|
1498
1506
|
whoAmI: {
|
|
@@ -1538,6 +1546,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1538
1546
|
values_list?: {
|
|
1539
1547
|
enable: boolean;
|
|
1540
1548
|
allowFreeEntry?: boolean | null;
|
|
1549
|
+
allowListUpdate?: boolean | null;
|
|
1541
1550
|
dateRangeValues?: Array<{
|
|
1542
1551
|
from?: string | null;
|
|
1543
1552
|
to?: string | null;
|
|
@@ -1545,6 +1554,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1545
1554
|
} | {
|
|
1546
1555
|
enable: boolean;
|
|
1547
1556
|
allowFreeEntry?: boolean | null;
|
|
1557
|
+
allowListUpdate?: boolean | null;
|
|
1548
1558
|
values?: Array<string> | null;
|
|
1549
1559
|
} | null;
|
|
1550
1560
|
metadata_fields?: Array<{
|
|
@@ -1560,9 +1570,11 @@ export declare type RecordFormElementFragment = {
|
|
|
1560
1570
|
system: boolean;
|
|
1561
1571
|
readonly: boolean;
|
|
1562
1572
|
multiple_values: boolean;
|
|
1573
|
+
compute: boolean;
|
|
1563
1574
|
values_list?: {
|
|
1564
1575
|
enable: boolean;
|
|
1565
1576
|
allowFreeEntry?: boolean | null;
|
|
1577
|
+
allowListUpdate?: boolean | null;
|
|
1566
1578
|
dateRangeValues?: Array<{
|
|
1567
1579
|
from?: string | null;
|
|
1568
1580
|
to?: string | null;
|
|
@@ -1570,6 +1582,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1570
1582
|
} | {
|
|
1571
1583
|
enable: boolean;
|
|
1572
1584
|
allowFreeEntry?: boolean | null;
|
|
1585
|
+
allowListUpdate?: boolean | null;
|
|
1573
1586
|
values?: Array<string> | null;
|
|
1574
1587
|
} | null;
|
|
1575
1588
|
permissions: {
|
|
@@ -1602,6 +1615,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1602
1615
|
values_list?: {
|
|
1603
1616
|
enable: boolean;
|
|
1604
1617
|
allowFreeEntry?: boolean | null;
|
|
1618
|
+
allowListUpdate?: boolean | null;
|
|
1605
1619
|
dateRangeValues?: Array<{
|
|
1606
1620
|
from?: string | null;
|
|
1607
1621
|
to?: string | null;
|
|
@@ -1609,6 +1623,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1609
1623
|
} | {
|
|
1610
1624
|
enable: boolean;
|
|
1611
1625
|
allowFreeEntry?: boolean | null;
|
|
1626
|
+
allowListUpdate?: boolean | null;
|
|
1612
1627
|
values?: Array<string> | null;
|
|
1613
1628
|
} | null;
|
|
1614
1629
|
metadata_fields?: Array<{
|
|
@@ -1624,6 +1639,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1624
1639
|
system: boolean;
|
|
1625
1640
|
readonly: boolean;
|
|
1626
1641
|
multiple_values: boolean;
|
|
1642
|
+
compute: boolean;
|
|
1627
1643
|
linked_tree?: {
|
|
1628
1644
|
id: string;
|
|
1629
1645
|
label?: any | null;
|
|
@@ -1631,6 +1647,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1631
1647
|
treeValuesList?: {
|
|
1632
1648
|
enable: boolean;
|
|
1633
1649
|
allowFreeEntry?: boolean | null;
|
|
1650
|
+
allowListUpdate?: boolean | null;
|
|
1634
1651
|
values?: Array<{
|
|
1635
1652
|
id: string;
|
|
1636
1653
|
record: {
|
|
@@ -1695,6 +1712,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1695
1712
|
values_list?: {
|
|
1696
1713
|
enable: boolean;
|
|
1697
1714
|
allowFreeEntry?: boolean | null;
|
|
1715
|
+
allowListUpdate?: boolean | null;
|
|
1698
1716
|
dateRangeValues?: Array<{
|
|
1699
1717
|
from?: string | null;
|
|
1700
1718
|
to?: string | null;
|
|
@@ -1702,6 +1720,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1702
1720
|
} | {
|
|
1703
1721
|
enable: boolean;
|
|
1704
1722
|
allowFreeEntry?: boolean | null;
|
|
1723
|
+
allowListUpdate?: boolean | null;
|
|
1705
1724
|
values?: Array<string> | null;
|
|
1706
1725
|
} | null;
|
|
1707
1726
|
metadata_fields?: Array<{
|
|
@@ -1714,9 +1733,10 @@ export declare type RecordFormElementFragment = {
|
|
|
1714
1733
|
value: any;
|
|
1715
1734
|
}>;
|
|
1716
1735
|
};
|
|
1717
|
-
export
|
|
1736
|
+
export type ValueDetailsLinkValueFragment = {
|
|
1718
1737
|
id_value?: string | null;
|
|
1719
1738
|
isInherited?: boolean | null;
|
|
1739
|
+
isCalculated?: boolean | null;
|
|
1720
1740
|
modified_at?: number | null;
|
|
1721
1741
|
created_at?: number | null;
|
|
1722
1742
|
linkValue?: {
|
|
@@ -1777,20 +1797,20 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1777
1797
|
};
|
|
1778
1798
|
} | null;
|
|
1779
1799
|
} | null> | null;
|
|
1780
|
-
attribute
|
|
1800
|
+
attribute: {
|
|
1781
1801
|
id: string;
|
|
1782
1802
|
format?: AttributeFormat | null;
|
|
1783
1803
|
type: AttributeType;
|
|
1784
1804
|
system: boolean;
|
|
1785
|
-
}
|
|
1805
|
+
};
|
|
1786
1806
|
metadata?: Array<{
|
|
1787
1807
|
name: string;
|
|
1788
1808
|
value?: {
|
|
1789
1809
|
id_value?: string | null;
|
|
1790
1810
|
modified_at?: number | null;
|
|
1791
1811
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1812
|
+
payload?: any | null;
|
|
1813
|
+
raw_payload?: any | null;
|
|
1794
1814
|
modified_by?: {
|
|
1795
1815
|
id: string;
|
|
1796
1816
|
whoAmI: {
|
|
@@ -1838,9 +1858,10 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1838
1858
|
} | null;
|
|
1839
1859
|
} | null> | null;
|
|
1840
1860
|
};
|
|
1841
|
-
export
|
|
1861
|
+
export type ValueDetailsTreeValueFragment = {
|
|
1842
1862
|
id_value?: string | null;
|
|
1843
1863
|
isInherited?: boolean | null;
|
|
1864
|
+
isCalculated?: boolean | null;
|
|
1844
1865
|
modified_at?: number | null;
|
|
1845
1866
|
created_at?: number | null;
|
|
1846
1867
|
treeValue?: {
|
|
@@ -1920,20 +1941,20 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1920
1941
|
};
|
|
1921
1942
|
} | null;
|
|
1922
1943
|
} | null> | null;
|
|
1923
|
-
attribute
|
|
1944
|
+
attribute: {
|
|
1924
1945
|
id: string;
|
|
1925
1946
|
format?: AttributeFormat | null;
|
|
1926
1947
|
type: AttributeType;
|
|
1927
1948
|
system: boolean;
|
|
1928
|
-
}
|
|
1949
|
+
};
|
|
1929
1950
|
metadata?: Array<{
|
|
1930
1951
|
name: string;
|
|
1931
1952
|
value?: {
|
|
1932
1953
|
id_value?: string | null;
|
|
1933
1954
|
modified_at?: number | null;
|
|
1934
1955
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1956
|
+
payload?: any | null;
|
|
1957
|
+
raw_payload?: any | null;
|
|
1937
1958
|
modified_by?: {
|
|
1938
1959
|
id: string;
|
|
1939
1960
|
whoAmI: {
|
|
@@ -1981,11 +2002,14 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1981
2002
|
} | null;
|
|
1982
2003
|
} | null> | null;
|
|
1983
2004
|
};
|
|
1984
|
-
export
|
|
2005
|
+
export type ValueDetailsValueFragment = {
|
|
2006
|
+
payload?: any | null;
|
|
2007
|
+
raw_payload?: any | null;
|
|
1985
2008
|
value?: any | null;
|
|
1986
2009
|
raw_value?: any | null;
|
|
1987
2010
|
id_value?: string | null;
|
|
1988
2011
|
isInherited?: boolean | null;
|
|
2012
|
+
isCalculated?: boolean | null;
|
|
1989
2013
|
modified_at?: number | null;
|
|
1990
2014
|
created_at?: number | null;
|
|
1991
2015
|
modified_by?: {
|
|
@@ -2032,20 +2056,20 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2032
2056
|
};
|
|
2033
2057
|
} | null;
|
|
2034
2058
|
} | null> | null;
|
|
2035
|
-
attribute
|
|
2059
|
+
attribute: {
|
|
2036
2060
|
id: string;
|
|
2037
2061
|
format?: AttributeFormat | null;
|
|
2038
2062
|
type: AttributeType;
|
|
2039
2063
|
system: boolean;
|
|
2040
|
-
}
|
|
2064
|
+
};
|
|
2041
2065
|
metadata?: Array<{
|
|
2042
2066
|
name: string;
|
|
2043
2067
|
value?: {
|
|
2044
2068
|
id_value?: string | null;
|
|
2045
2069
|
modified_at?: number | null;
|
|
2046
2070
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2071
|
+
payload?: any | null;
|
|
2072
|
+
raw_payload?: any | null;
|
|
2049
2073
|
modified_by?: {
|
|
2050
2074
|
id: string;
|
|
2051
2075
|
whoAmI: {
|
|
@@ -2093,8 +2117,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2093
2117
|
} | null;
|
|
2094
2118
|
} | null> | null;
|
|
2095
2119
|
};
|
|
2096
|
-
export
|
|
2097
|
-
export
|
|
2120
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2121
|
+
export type ValuesVersionDetailsFragment = {
|
|
2098
2122
|
treeId: string;
|
|
2099
2123
|
treeNode?: {
|
|
2100
2124
|
id: string;
|
|
@@ -2110,7 +2134,7 @@ export declare type ValuesVersionDetailsFragment = {
|
|
|
2110
2134
|
};
|
|
2111
2135
|
} | null;
|
|
2112
2136
|
};
|
|
2113
|
-
export
|
|
2137
|
+
export type RecordFormAttributeLinkAttributeFragment = {
|
|
2114
2138
|
id: string;
|
|
2115
2139
|
label?: any | null;
|
|
2116
2140
|
description?: any | null;
|
|
@@ -2119,6 +2143,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2119
2143
|
system: boolean;
|
|
2120
2144
|
readonly: boolean;
|
|
2121
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2122
2147
|
linked_library?: {
|
|
2123
2148
|
id: string;
|
|
2124
2149
|
label?: any | null;
|
|
@@ -2130,6 +2155,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2130
2155
|
linkValuesList?: {
|
|
2131
2156
|
enable: boolean;
|
|
2132
2157
|
allowFreeEntry?: boolean | null;
|
|
2158
|
+
allowListUpdate?: boolean | null;
|
|
2133
2159
|
values?: Array<{
|
|
2134
2160
|
id: string;
|
|
2135
2161
|
whoAmI: {
|
|
@@ -2175,6 +2201,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2175
2201
|
values_list?: {
|
|
2176
2202
|
enable: boolean;
|
|
2177
2203
|
allowFreeEntry?: boolean | null;
|
|
2204
|
+
allowListUpdate?: boolean | null;
|
|
2178
2205
|
dateRangeValues?: Array<{
|
|
2179
2206
|
from?: string | null;
|
|
2180
2207
|
to?: string | null;
|
|
@@ -2182,6 +2209,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2182
2209
|
} | {
|
|
2183
2210
|
enable: boolean;
|
|
2184
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2185
2213
|
values?: Array<string> | null;
|
|
2186
2214
|
} | null;
|
|
2187
2215
|
metadata_fields?: Array<{
|
|
@@ -2189,7 +2217,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2189
2217
|
}> | null;
|
|
2190
2218
|
}> | null;
|
|
2191
2219
|
};
|
|
2192
|
-
export
|
|
2220
|
+
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2193
2221
|
id: string;
|
|
2194
2222
|
label?: any | null;
|
|
2195
2223
|
description?: any | null;
|
|
@@ -2198,9 +2226,11 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2198
2226
|
system: boolean;
|
|
2199
2227
|
readonly: boolean;
|
|
2200
2228
|
multiple_values: boolean;
|
|
2229
|
+
compute: boolean;
|
|
2201
2230
|
values_list?: {
|
|
2202
2231
|
enable: boolean;
|
|
2203
2232
|
allowFreeEntry?: boolean | null;
|
|
2233
|
+
allowListUpdate?: boolean | null;
|
|
2204
2234
|
dateRangeValues?: Array<{
|
|
2205
2235
|
from?: string | null;
|
|
2206
2236
|
to?: string | null;
|
|
@@ -2208,6 +2238,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2208
2238
|
} | {
|
|
2209
2239
|
enable: boolean;
|
|
2210
2240
|
allowFreeEntry?: boolean | null;
|
|
2241
|
+
allowListUpdate?: boolean | null;
|
|
2211
2242
|
values?: Array<string> | null;
|
|
2212
2243
|
} | null;
|
|
2213
2244
|
permissions: {
|
|
@@ -2240,6 +2271,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2240
2271
|
values_list?: {
|
|
2241
2272
|
enable: boolean;
|
|
2242
2273
|
allowFreeEntry?: boolean | null;
|
|
2274
|
+
allowListUpdate?: boolean | null;
|
|
2243
2275
|
dateRangeValues?: Array<{
|
|
2244
2276
|
from?: string | null;
|
|
2245
2277
|
to?: string | null;
|
|
@@ -2247,6 +2279,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2247
2279
|
} | {
|
|
2248
2280
|
enable: boolean;
|
|
2249
2281
|
allowFreeEntry?: boolean | null;
|
|
2282
|
+
allowListUpdate?: boolean | null;
|
|
2250
2283
|
values?: Array<string> | null;
|
|
2251
2284
|
} | null;
|
|
2252
2285
|
metadata_fields?: Array<{
|
|
@@ -2254,7 +2287,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2254
2287
|
}> | null;
|
|
2255
2288
|
}> | null;
|
|
2256
2289
|
};
|
|
2257
|
-
export
|
|
2290
|
+
export type RecordFormAttributeTreeAttributeFragment = {
|
|
2258
2291
|
id: string;
|
|
2259
2292
|
label?: any | null;
|
|
2260
2293
|
description?: any | null;
|
|
@@ -2263,6 +2296,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2263
2296
|
system: boolean;
|
|
2264
2297
|
readonly: boolean;
|
|
2265
2298
|
multiple_values: boolean;
|
|
2299
|
+
compute: boolean;
|
|
2266
2300
|
linked_tree?: {
|
|
2267
2301
|
id: string;
|
|
2268
2302
|
label?: any | null;
|
|
@@ -2270,6 +2304,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2270
2304
|
treeValuesList?: {
|
|
2271
2305
|
enable: boolean;
|
|
2272
2306
|
allowFreeEntry?: boolean | null;
|
|
2307
|
+
allowListUpdate?: boolean | null;
|
|
2273
2308
|
values?: Array<{
|
|
2274
2309
|
id: string;
|
|
2275
2310
|
record: {
|
|
@@ -2334,6 +2369,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2334
2369
|
values_list?: {
|
|
2335
2370
|
enable: boolean;
|
|
2336
2371
|
allowFreeEntry?: boolean | null;
|
|
2372
|
+
allowListUpdate?: boolean | null;
|
|
2337
2373
|
dateRangeValues?: Array<{
|
|
2338
2374
|
from?: string | null;
|
|
2339
2375
|
to?: string | null;
|
|
@@ -2341,6 +2377,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2341
2377
|
} | {
|
|
2342
2378
|
enable: boolean;
|
|
2343
2379
|
allowFreeEntry?: boolean | null;
|
|
2380
|
+
allowListUpdate?: boolean | null;
|
|
2344
2381
|
values?: Array<string> | null;
|
|
2345
2382
|
} | null;
|
|
2346
2383
|
metadata_fields?: Array<{
|
|
@@ -2348,22 +2385,24 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2348
2385
|
}> | null;
|
|
2349
2386
|
}> | null;
|
|
2350
2387
|
};
|
|
2351
|
-
export
|
|
2352
|
-
export
|
|
2388
|
+
export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
|
|
2389
|
+
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2390
|
enable: boolean;
|
|
2354
2391
|
allowFreeEntry?: boolean | null;
|
|
2392
|
+
allowListUpdate?: boolean | null;
|
|
2355
2393
|
dateRangeValues?: Array<{
|
|
2356
2394
|
from?: string | null;
|
|
2357
2395
|
to?: string | null;
|
|
2358
2396
|
}> | null;
|
|
2359
2397
|
};
|
|
2360
|
-
export
|
|
2398
|
+
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2399
|
enable: boolean;
|
|
2362
2400
|
allowFreeEntry?: boolean | null;
|
|
2401
|
+
allowListUpdate?: boolean | null;
|
|
2363
2402
|
values?: Array<string> | null;
|
|
2364
2403
|
};
|
|
2365
|
-
export
|
|
2366
|
-
export
|
|
2404
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2405
|
+
export type TreeDetailsFragment = {
|
|
2367
2406
|
id: string;
|
|
2368
2407
|
label?: any | null;
|
|
2369
2408
|
behavior: TreeBehavior;
|
|
@@ -2380,19 +2419,19 @@ export declare type TreeDetailsFragment = {
|
|
|
2380
2419
|
};
|
|
2381
2420
|
}>;
|
|
2382
2421
|
};
|
|
2383
|
-
export
|
|
2422
|
+
export type TreeLightFragment = {
|
|
2384
2423
|
id: string;
|
|
2385
2424
|
label?: any | null;
|
|
2386
2425
|
};
|
|
2387
|
-
export
|
|
2426
|
+
export type TreeNodeChildFragment = {
|
|
2388
2427
|
id: string;
|
|
2389
2428
|
order?: number | null;
|
|
2390
2429
|
childrenCount?: number | null;
|
|
2391
2430
|
record: {
|
|
2392
2431
|
id: string;
|
|
2393
|
-
active
|
|
2432
|
+
active: Array<{
|
|
2394
2433
|
value?: any | null;
|
|
2395
|
-
}
|
|
2434
|
+
}>;
|
|
2396
2435
|
whoAmI: {
|
|
2397
2436
|
id: string;
|
|
2398
2437
|
label?: string | null;
|
|
@@ -2432,7 +2471,7 @@ export declare type TreeNodeChildFragment = {
|
|
|
2432
2471
|
edit_children: boolean;
|
|
2433
2472
|
};
|
|
2434
2473
|
};
|
|
2435
|
-
export
|
|
2474
|
+
export type ViewDetailsFragment = {
|
|
2436
2475
|
id: string;
|
|
2437
2476
|
shared: boolean;
|
|
2438
2477
|
label: any;
|
|
@@ -2491,19 +2530,64 @@ export declare type ViewDetailsFragment = {
|
|
|
2491
2530
|
value?: any | null;
|
|
2492
2531
|
}> | null;
|
|
2493
2532
|
};
|
|
2494
|
-
export
|
|
2533
|
+
export type AttributePropertiesFragment = {
|
|
2534
|
+
id: string;
|
|
2535
|
+
label?: any | null;
|
|
2536
|
+
type: AttributeType;
|
|
2537
|
+
format?: AttributeFormat | null;
|
|
2538
|
+
multiple_values: boolean;
|
|
2539
|
+
};
|
|
2540
|
+
export type PropertyValueLinkValueFragment = {
|
|
2541
|
+
linkPayload?: {
|
|
2542
|
+
id: string;
|
|
2543
|
+
whoAmI: {
|
|
2544
|
+
id: string;
|
|
2545
|
+
label?: string | null;
|
|
2546
|
+
subLabel?: string | null;
|
|
2547
|
+
color?: string | null;
|
|
2548
|
+
preview?: IPreviewScalar | null;
|
|
2549
|
+
library: {
|
|
2550
|
+
id: string;
|
|
2551
|
+
label?: any | null;
|
|
2552
|
+
};
|
|
2553
|
+
};
|
|
2554
|
+
} | null;
|
|
2555
|
+
};
|
|
2556
|
+
export type PropertyValueTreeValueFragment = {
|
|
2557
|
+
treePayload?: {
|
|
2558
|
+
record: {
|
|
2559
|
+
id: string;
|
|
2560
|
+
whoAmI: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
label?: string | null;
|
|
2563
|
+
subLabel?: string | null;
|
|
2564
|
+
color?: string | null;
|
|
2565
|
+
preview?: IPreviewScalar | null;
|
|
2566
|
+
library: {
|
|
2567
|
+
id: string;
|
|
2568
|
+
label?: any | null;
|
|
2569
|
+
};
|
|
2570
|
+
};
|
|
2571
|
+
};
|
|
2572
|
+
} | null;
|
|
2573
|
+
};
|
|
2574
|
+
export type PropertyValueValueFragment = {
|
|
2575
|
+
valuePayload?: any | null;
|
|
2576
|
+
};
|
|
2577
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2578
|
+
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2579
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2580
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
2497
2581
|
}>;
|
|
2498
|
-
export
|
|
2582
|
+
export type CheckApplicationExistenceQuery = {
|
|
2499
2583
|
applications?: {
|
|
2500
2584
|
totalCount: number;
|
|
2501
2585
|
} | null;
|
|
2502
2586
|
};
|
|
2503
|
-
export
|
|
2587
|
+
export type GetApplicationByIdQueryVariables = Exact<{
|
|
2504
2588
|
id: Scalars['ID'];
|
|
2505
2589
|
}>;
|
|
2506
|
-
export
|
|
2590
|
+
export type GetApplicationByIdQuery = {
|
|
2507
2591
|
applications?: {
|
|
2508
2592
|
list: Array<{
|
|
2509
2593
|
id: string;
|
|
@@ -2536,20 +2620,20 @@ export declare type GetApplicationByIdQuery = {
|
|
|
2536
2620
|
}>;
|
|
2537
2621
|
} | null;
|
|
2538
2622
|
};
|
|
2539
|
-
export
|
|
2623
|
+
export type GetApplicationModulesQueryVariables = Exact<{
|
|
2540
2624
|
[key: string]: never;
|
|
2541
2625
|
}>;
|
|
2542
|
-
export
|
|
2626
|
+
export type GetApplicationModulesQuery = {
|
|
2543
2627
|
applicationsModules: Array<{
|
|
2544
2628
|
id: string;
|
|
2545
2629
|
description?: string | null;
|
|
2546
2630
|
version?: string | null;
|
|
2547
2631
|
}>;
|
|
2548
2632
|
};
|
|
2549
|
-
export
|
|
2633
|
+
export type SaveApplicationMutationVariables = Exact<{
|
|
2550
2634
|
application: ApplicationInput;
|
|
2551
2635
|
}>;
|
|
2552
|
-
export
|
|
2636
|
+
export type SaveApplicationMutation = {
|
|
2553
2637
|
saveApplication: {
|
|
2554
2638
|
id: string;
|
|
2555
2639
|
label: any;
|
|
@@ -2580,26 +2664,26 @@ export declare type SaveApplicationMutation = {
|
|
|
2580
2664
|
};
|
|
2581
2665
|
};
|
|
2582
2666
|
};
|
|
2583
|
-
export
|
|
2667
|
+
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
2584
2668
|
id: Scalars['ID'];
|
|
2585
2669
|
}>;
|
|
2586
|
-
export
|
|
2670
|
+
export type CheckAttributeExistenceQuery = {
|
|
2587
2671
|
attributes?: {
|
|
2588
2672
|
totalCount: number;
|
|
2589
2673
|
} | null;
|
|
2590
2674
|
};
|
|
2591
|
-
export
|
|
2675
|
+
export type DeleteAttributeMutationVariables = Exact<{
|
|
2592
2676
|
id?: InputMaybe<Scalars['ID']>;
|
|
2593
2677
|
}>;
|
|
2594
|
-
export
|
|
2678
|
+
export type DeleteAttributeMutation = {
|
|
2595
2679
|
deleteAttribute: {
|
|
2596
2680
|
id: string;
|
|
2597
2681
|
};
|
|
2598
2682
|
};
|
|
2599
|
-
export
|
|
2683
|
+
export type GetAttributeByIdQueryVariables = Exact<{
|
|
2600
2684
|
id?: InputMaybe<Scalars['ID']>;
|
|
2601
2685
|
}>;
|
|
2602
|
-
export
|
|
2686
|
+
export type GetAttributeByIdQuery = {
|
|
2603
2687
|
attributes?: {
|
|
2604
2688
|
list: Array<{
|
|
2605
2689
|
reverse_link?: string | null;
|
|
@@ -2609,7 +2693,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2609
2693
|
system: boolean;
|
|
2610
2694
|
readonly: boolean;
|
|
2611
2695
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2696
|
description?: any | null;
|
|
2614
2697
|
multiple_values: boolean;
|
|
2615
2698
|
linked_library?: {
|
|
@@ -2647,7 +2730,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2647
2730
|
system: boolean;
|
|
2648
2731
|
readonly: boolean;
|
|
2649
2732
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2733
|
description?: any | null;
|
|
2652
2734
|
multiple_values: boolean;
|
|
2653
2735
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2761,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2679
2761
|
system: boolean;
|
|
2680
2762
|
readonly: boolean;
|
|
2681
2763
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2764
|
description?: any | null;
|
|
2684
2765
|
multiple_values: boolean;
|
|
2685
2766
|
linked_tree?: {
|
|
@@ -2711,10 +2792,10 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2711
2792
|
}>;
|
|
2712
2793
|
} | null;
|
|
2713
2794
|
};
|
|
2714
|
-
export
|
|
2795
|
+
export type GetAttributesByLibQueryVariables = Exact<{
|
|
2715
2796
|
library: Scalars['String'];
|
|
2716
2797
|
}>;
|
|
2717
|
-
export
|
|
2798
|
+
export type GetAttributesByLibQuery = {
|
|
2718
2799
|
attributes?: {
|
|
2719
2800
|
list: Array<{
|
|
2720
2801
|
id: string;
|
|
@@ -2761,12 +2842,12 @@ export declare type GetAttributesByLibQuery = {
|
|
|
2761
2842
|
}>;
|
|
2762
2843
|
} | null;
|
|
2763
2844
|
};
|
|
2764
|
-
export
|
|
2845
|
+
export type GetAttributesQueryVariables = Exact<{
|
|
2765
2846
|
pagination?: InputMaybe<Pagination>;
|
|
2766
2847
|
sort?: InputMaybe<SortAttributes>;
|
|
2767
2848
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
2768
2849
|
}>;
|
|
2769
|
-
export
|
|
2850
|
+
export type GetAttributesQuery = {
|
|
2770
2851
|
attributes?: {
|
|
2771
2852
|
totalCount: number;
|
|
2772
2853
|
list: Array<{
|
|
@@ -2778,11 +2859,11 @@ export declare type GetAttributesQuery = {
|
|
|
2778
2859
|
}>;
|
|
2779
2860
|
} | null;
|
|
2780
2861
|
};
|
|
2781
|
-
export
|
|
2862
|
+
export type GetVersionProfilesQueryVariables = Exact<{
|
|
2782
2863
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
2783
2864
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
2784
2865
|
}>;
|
|
2785
|
-
export
|
|
2866
|
+
export type GetVersionProfilesQuery = {
|
|
2786
2867
|
versionProfiles: {
|
|
2787
2868
|
list: Array<{
|
|
2788
2869
|
id: string;
|
|
@@ -2790,10 +2871,10 @@ export declare type GetVersionProfilesQuery = {
|
|
|
2790
2871
|
}>;
|
|
2791
2872
|
};
|
|
2792
2873
|
};
|
|
2793
|
-
export
|
|
2874
|
+
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
2794
2875
|
libraryId: Scalars['String'];
|
|
2795
2876
|
}>;
|
|
2796
|
-
export
|
|
2877
|
+
export type GetVersionableAttributesByLibraryQuery = {
|
|
2797
2878
|
attributes?: {
|
|
2798
2879
|
list: Array<{
|
|
2799
2880
|
id: string;
|
|
@@ -2810,10 +2891,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
|
|
|
2810
2891
|
}>;
|
|
2811
2892
|
} | null;
|
|
2812
2893
|
};
|
|
2813
|
-
export
|
|
2894
|
+
export type SaveAttributeMutationVariables = Exact<{
|
|
2814
2895
|
attribute: AttributeInput;
|
|
2815
2896
|
}>;
|
|
2816
|
-
export
|
|
2897
|
+
export type SaveAttributeMutation = {
|
|
2817
2898
|
saveAttribute: {
|
|
2818
2899
|
reverse_link?: string | null;
|
|
2819
2900
|
id: string;
|
|
@@ -2822,7 +2903,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2822
2903
|
system: boolean;
|
|
2823
2904
|
readonly: boolean;
|
|
2824
2905
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2906
|
description?: any | null;
|
|
2827
2907
|
multiple_values: boolean;
|
|
2828
2908
|
linked_library?: {
|
|
@@ -2860,7 +2940,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2860
2940
|
system: boolean;
|
|
2861
2941
|
readonly: boolean;
|
|
2862
2942
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
2943
|
description?: any | null;
|
|
2865
2944
|
multiple_values: boolean;
|
|
2866
2945
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +2971,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2892
2971
|
system: boolean;
|
|
2893
2972
|
readonly: boolean;
|
|
2894
2973
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
2974
|
description?: any | null;
|
|
2897
2975
|
multiple_values: boolean;
|
|
2898
2976
|
linked_tree?: {
|
|
@@ -2923,20 +3001,20 @@ export declare type SaveAttributeMutation = {
|
|
|
2923
3001
|
}> | null;
|
|
2924
3002
|
};
|
|
2925
3003
|
};
|
|
2926
|
-
export
|
|
3004
|
+
export type ExportQueryVariables = Exact<{
|
|
2927
3005
|
library: Scalars['ID'];
|
|
2928
3006
|
attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2929
3007
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2930
3008
|
}>;
|
|
2931
|
-
export
|
|
3009
|
+
export type ExportQuery = {
|
|
2932
3010
|
export: string;
|
|
2933
3011
|
};
|
|
2934
|
-
export
|
|
3012
|
+
export type CreateDirectoryMutationVariables = Exact<{
|
|
2935
3013
|
library: Scalars['String'];
|
|
2936
3014
|
nodeId: Scalars['String'];
|
|
2937
3015
|
name: Scalars['String'];
|
|
2938
3016
|
}>;
|
|
2939
|
-
export
|
|
3017
|
+
export type CreateDirectoryMutation = {
|
|
2940
3018
|
createDirectory: {
|
|
2941
3019
|
id: string;
|
|
2942
3020
|
whoAmI: {
|
|
@@ -2952,21 +3030,21 @@ export declare type CreateDirectoryMutation = {
|
|
|
2952
3030
|
};
|
|
2953
3031
|
};
|
|
2954
3032
|
};
|
|
2955
|
-
export
|
|
3033
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
2956
3034
|
libraryId: Scalars['ID'];
|
|
2957
3035
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2958
3036
|
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2959
3037
|
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
2960
3038
|
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
2961
3039
|
}>;
|
|
2962
|
-
export
|
|
3040
|
+
export type ForcePreviewsGenerationMutation = {
|
|
2963
3041
|
forcePreviewsGeneration: boolean;
|
|
2964
3042
|
};
|
|
2965
|
-
export
|
|
3043
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
2966
3044
|
library: Scalars['ID'];
|
|
2967
3045
|
directoryId: Scalars['String'];
|
|
2968
3046
|
}>;
|
|
2969
|
-
export
|
|
3047
|
+
export type GetDirectoryDataQuery = {
|
|
2970
3048
|
records: {
|
|
2971
3049
|
list: Array<{
|
|
2972
3050
|
id: string;
|
|
@@ -2981,10 +3059,10 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2981
3059
|
label?: any | null;
|
|
2982
3060
|
};
|
|
2983
3061
|
};
|
|
2984
|
-
created_at
|
|
3062
|
+
created_at: Array<{
|
|
2985
3063
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
3064
|
+
}>;
|
|
3065
|
+
created_by: Array<{
|
|
2988
3066
|
value?: {
|
|
2989
3067
|
id: string;
|
|
2990
3068
|
whoAmI: {
|
|
@@ -2999,11 +3077,11 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2999
3077
|
};
|
|
3000
3078
|
};
|
|
3001
3079
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3080
|
+
}>;
|
|
3081
|
+
modified_at: Array<{
|
|
3004
3082
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3083
|
+
}>;
|
|
3084
|
+
modified_by: Array<{
|
|
3007
3085
|
value?: {
|
|
3008
3086
|
id: string;
|
|
3009
3087
|
whoAmI: {
|
|
@@ -3018,23 +3096,23 @@ export declare type GetDirectoryDataQuery = {
|
|
|
3018
3096
|
};
|
|
3019
3097
|
};
|
|
3020
3098
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3099
|
+
}>;
|
|
3100
|
+
file_name: Array<{
|
|
3023
3101
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3102
|
+
}>;
|
|
3103
|
+
file_path: Array<{
|
|
3026
3104
|
value?: any | null;
|
|
3027
|
-
}
|
|
3105
|
+
}>;
|
|
3028
3106
|
library: {
|
|
3029
3107
|
behavior: LibraryBehavior;
|
|
3030
3108
|
};
|
|
3031
3109
|
}>;
|
|
3032
3110
|
};
|
|
3033
3111
|
};
|
|
3034
|
-
export
|
|
3112
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3035
3113
|
filters?: InputMaybe<UploadFiltersInput>;
|
|
3036
3114
|
}>;
|
|
3037
|
-
export
|
|
3115
|
+
export type UploadUpdateSubscription = {
|
|
3038
3116
|
upload: {
|
|
3039
3117
|
userId: string;
|
|
3040
3118
|
uid: string;
|
|
@@ -3050,12 +3128,12 @@ export declare type UploadUpdateSubscription = {
|
|
|
3050
3128
|
};
|
|
3051
3129
|
};
|
|
3052
3130
|
};
|
|
3053
|
-
export
|
|
3131
|
+
export type UploadMutationVariables = Exact<{
|
|
3054
3132
|
library: Scalars['String'];
|
|
3055
3133
|
nodeId: Scalars['String'];
|
|
3056
3134
|
files: Array<FileInput> | FileInput;
|
|
3057
3135
|
}>;
|
|
3058
|
-
export
|
|
3136
|
+
export type UploadMutation = {
|
|
3059
3137
|
upload: Array<{
|
|
3060
3138
|
uid: string;
|
|
3061
3139
|
record: {
|
|
@@ -3074,34 +3152,34 @@ export declare type UploadMutation = {
|
|
|
3074
3152
|
};
|
|
3075
3153
|
}>;
|
|
3076
3154
|
};
|
|
3077
|
-
export
|
|
3155
|
+
export type ImportExcelMutationVariables = Exact<{
|
|
3078
3156
|
file: Scalars['Upload'];
|
|
3079
3157
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
3080
3158
|
startAt?: InputMaybe<Scalars['Int']>;
|
|
3081
3159
|
}>;
|
|
3082
|
-
export
|
|
3160
|
+
export type ImportExcelMutation = {
|
|
3083
3161
|
importExcel: string;
|
|
3084
3162
|
};
|
|
3085
|
-
export
|
|
3163
|
+
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
3086
3164
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3087
3165
|
}>;
|
|
3088
|
-
export
|
|
3166
|
+
export type CheckLibraryExistenceQuery = {
|
|
3089
3167
|
libraries?: {
|
|
3090
3168
|
totalCount: number;
|
|
3091
3169
|
} | null;
|
|
3092
3170
|
};
|
|
3093
|
-
export
|
|
3171
|
+
export type DeleteLibraryMutationVariables = Exact<{
|
|
3094
3172
|
id?: InputMaybe<Scalars['ID']>;
|
|
3095
3173
|
}>;
|
|
3096
|
-
export
|
|
3174
|
+
export type DeleteLibraryMutation = {
|
|
3097
3175
|
deleteLibrary: {
|
|
3098
3176
|
id: string;
|
|
3099
3177
|
};
|
|
3100
3178
|
};
|
|
3101
|
-
export
|
|
3179
|
+
export type GetLibrariesQueryVariables = Exact<{
|
|
3102
3180
|
[key: string]: never;
|
|
3103
3181
|
}>;
|
|
3104
|
-
export
|
|
3182
|
+
export type GetLibrariesQuery = {
|
|
3105
3183
|
libraries?: {
|
|
3106
3184
|
list: Array<{
|
|
3107
3185
|
id: string;
|
|
@@ -3119,10 +3197,10 @@ export declare type GetLibrariesQuery = {
|
|
|
3119
3197
|
}>;
|
|
3120
3198
|
} | null;
|
|
3121
3199
|
};
|
|
3122
|
-
export
|
|
3200
|
+
export type GetLibraryByIdQueryVariables = Exact<{
|
|
3123
3201
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3124
3202
|
}>;
|
|
3125
|
-
export
|
|
3203
|
+
export type GetLibraryByIdQuery = {
|
|
3126
3204
|
libraries?: {
|
|
3127
3205
|
list: Array<{
|
|
3128
3206
|
id: string;
|
|
@@ -3208,10 +3286,10 @@ export declare type GetLibraryByIdQuery = {
|
|
|
3208
3286
|
}>;
|
|
3209
3287
|
} | null;
|
|
3210
3288
|
};
|
|
3211
|
-
export
|
|
3289
|
+
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
3212
3290
|
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3213
3291
|
}>;
|
|
3214
|
-
export
|
|
3292
|
+
export type GetLibraryPermissionsQuery = {
|
|
3215
3293
|
libraries?: {
|
|
3216
3294
|
list: Array<{
|
|
3217
3295
|
permissions?: {
|
|
@@ -3224,10 +3302,10 @@ export declare type GetLibraryPermissionsQuery = {
|
|
|
3224
3302
|
}>;
|
|
3225
3303
|
} | null;
|
|
3226
3304
|
};
|
|
3227
|
-
export
|
|
3305
|
+
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
3228
3306
|
id: Scalars['ID'];
|
|
3229
3307
|
}>;
|
|
3230
|
-
export
|
|
3308
|
+
export type GetLibraryPreviewsSettingsQuery = {
|
|
3231
3309
|
libraries?: {
|
|
3232
3310
|
list: Array<{
|
|
3233
3311
|
id: string;
|
|
@@ -3249,10 +3327,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
|
|
|
3249
3327
|
}>;
|
|
3250
3328
|
} | null;
|
|
3251
3329
|
};
|
|
3252
|
-
export
|
|
3330
|
+
export type SaveLibraryMutationVariables = Exact<{
|
|
3253
3331
|
library: LibraryInput;
|
|
3254
3332
|
}>;
|
|
3255
|
-
export
|
|
3333
|
+
export type SaveLibraryMutation = {
|
|
3256
3334
|
saveLibrary: {
|
|
3257
3335
|
id: string;
|
|
3258
3336
|
label?: any | null;
|
|
@@ -3336,23 +3414,23 @@ export declare type SaveLibraryMutation = {
|
|
|
3336
3414
|
}> | null;
|
|
3337
3415
|
};
|
|
3338
3416
|
};
|
|
3339
|
-
export
|
|
3417
|
+
export type IsAllowedQueryVariables = Exact<{
|
|
3340
3418
|
type: PermissionTypes;
|
|
3341
3419
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
3342
3420
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
3343
3421
|
target?: InputMaybe<PermissionTarget>;
|
|
3344
3422
|
}>;
|
|
3345
|
-
export
|
|
3423
|
+
export type IsAllowedQuery = {
|
|
3346
3424
|
isAllowed?: Array<{
|
|
3347
3425
|
name: PermissionsActions;
|
|
3348
3426
|
allowed?: boolean | null;
|
|
3349
3427
|
}> | null;
|
|
3350
3428
|
};
|
|
3351
|
-
export
|
|
3429
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
3352
3430
|
library: Scalars['ID'];
|
|
3353
3431
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
3354
3432
|
}>;
|
|
3355
|
-
export
|
|
3433
|
+
export type CreateRecordMutation = {
|
|
3356
3434
|
createRecord: {
|
|
3357
3435
|
record?: {
|
|
3358
3436
|
id: string;
|
|
@@ -3377,12 +3455,12 @@ export declare type CreateRecordMutation = {
|
|
|
3377
3455
|
}> | null;
|
|
3378
3456
|
};
|
|
3379
3457
|
};
|
|
3380
|
-
export
|
|
3458
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
3381
3459
|
libraryId: Scalars['String'];
|
|
3382
3460
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3383
3461
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3384
3462
|
}>;
|
|
3385
|
-
export
|
|
3463
|
+
export type DeactivateRecordsMutation = {
|
|
3386
3464
|
deactivateRecords: Array<{
|
|
3387
3465
|
id: string;
|
|
3388
3466
|
whoAmI: {
|
|
@@ -3398,20 +3476,20 @@ export declare type DeactivateRecordsMutation = {
|
|
|
3398
3476
|
};
|
|
3399
3477
|
}>;
|
|
3400
3478
|
};
|
|
3401
|
-
export
|
|
3479
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
3402
3480
|
parentNode?: InputMaybe<Scalars['ID']>;
|
|
3403
3481
|
treeId: Scalars['ID'];
|
|
3404
3482
|
filename: Scalars['String'];
|
|
3405
3483
|
}>;
|
|
3406
|
-
export
|
|
3484
|
+
export type DoesFileExistAsChildQuery = {
|
|
3407
3485
|
doesFileExistAsChild?: boolean | null;
|
|
3408
3486
|
};
|
|
3409
|
-
export
|
|
3487
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
3410
3488
|
library: Scalars['ID'];
|
|
3411
3489
|
fileId: Scalars['String'];
|
|
3412
3490
|
previewsStatusAttribute: Scalars['ID'];
|
|
3413
3491
|
}>;
|
|
3414
|
-
export
|
|
3492
|
+
export type GetFileDataQuery = {
|
|
3415
3493
|
records: {
|
|
3416
3494
|
list: Array<{
|
|
3417
3495
|
id: string;
|
|
@@ -3426,10 +3504,10 @@ export declare type GetFileDataQuery = {
|
|
|
3426
3504
|
label?: any | null;
|
|
3427
3505
|
};
|
|
3428
3506
|
};
|
|
3429
|
-
created_at
|
|
3507
|
+
created_at: Array<{
|
|
3430
3508
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3509
|
+
}>;
|
|
3510
|
+
created_by: Array<{
|
|
3433
3511
|
value?: {
|
|
3434
3512
|
id: string;
|
|
3435
3513
|
whoAmI: {
|
|
@@ -3444,11 +3522,11 @@ export declare type GetFileDataQuery = {
|
|
|
3444
3522
|
};
|
|
3445
3523
|
};
|
|
3446
3524
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3525
|
+
}>;
|
|
3526
|
+
modified_at: Array<{
|
|
3449
3527
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3528
|
+
}>;
|
|
3529
|
+
modified_by: Array<{
|
|
3452
3530
|
value?: {
|
|
3453
3531
|
id: string;
|
|
3454
3532
|
whoAmI: {
|
|
@@ -3463,29 +3541,29 @@ export declare type GetFileDataQuery = {
|
|
|
3463
3541
|
};
|
|
3464
3542
|
};
|
|
3465
3543
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3544
|
+
}>;
|
|
3545
|
+
file_name: Array<{
|
|
3468
3546
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3547
|
+
}>;
|
|
3548
|
+
file_path: Array<{
|
|
3471
3549
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3550
|
+
}>;
|
|
3551
|
+
previews_status: Array<{
|
|
3474
3552
|
value?: any | null;
|
|
3475
|
-
}
|
|
3553
|
+
}>;
|
|
3476
3554
|
library: {
|
|
3477
3555
|
behavior: LibraryBehavior;
|
|
3478
3556
|
};
|
|
3479
3557
|
}>;
|
|
3480
3558
|
};
|
|
3481
3559
|
};
|
|
3482
|
-
export
|
|
3560
|
+
export type RecordFormQueryVariables = Exact<{
|
|
3483
3561
|
libraryId: Scalars['String'];
|
|
3484
3562
|
formId: Scalars['String'];
|
|
3485
3563
|
recordId?: InputMaybe<Scalars['String']>;
|
|
3486
3564
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3487
3565
|
}>;
|
|
3488
|
-
export
|
|
3566
|
+
export type RecordFormQuery = {
|
|
3489
3567
|
recordForm?: {
|
|
3490
3568
|
id: string;
|
|
3491
3569
|
recordId?: string | null;
|
|
@@ -3504,6 +3582,7 @@ export declare type RecordFormQuery = {
|
|
|
3504
3582
|
values?: Array<{
|
|
3505
3583
|
id_value?: string | null;
|
|
3506
3584
|
isInherited?: boolean | null;
|
|
3585
|
+
isCalculated?: boolean | null;
|
|
3507
3586
|
modified_at?: number | null;
|
|
3508
3587
|
created_at?: number | null;
|
|
3509
3588
|
linkValue?: {
|
|
@@ -3564,20 +3643,20 @@ export declare type RecordFormQuery = {
|
|
|
3564
3643
|
};
|
|
3565
3644
|
} | null;
|
|
3566
3645
|
} | null> | null;
|
|
3567
|
-
attribute
|
|
3646
|
+
attribute: {
|
|
3568
3647
|
id: string;
|
|
3569
3648
|
format?: AttributeFormat | null;
|
|
3570
3649
|
type: AttributeType;
|
|
3571
3650
|
system: boolean;
|
|
3572
|
-
}
|
|
3651
|
+
};
|
|
3573
3652
|
metadata?: Array<{
|
|
3574
3653
|
name: string;
|
|
3575
3654
|
value?: {
|
|
3576
3655
|
id_value?: string | null;
|
|
3577
3656
|
modified_at?: number | null;
|
|
3578
3657
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3658
|
+
payload?: any | null;
|
|
3659
|
+
raw_payload?: any | null;
|
|
3581
3660
|
modified_by?: {
|
|
3582
3661
|
id: string;
|
|
3583
3662
|
whoAmI: {
|
|
@@ -3627,6 +3706,7 @@ export declare type RecordFormQuery = {
|
|
|
3627
3706
|
} | {
|
|
3628
3707
|
id_value?: string | null;
|
|
3629
3708
|
isInherited?: boolean | null;
|
|
3709
|
+
isCalculated?: boolean | null;
|
|
3630
3710
|
modified_at?: number | null;
|
|
3631
3711
|
created_at?: number | null;
|
|
3632
3712
|
treeValue?: {
|
|
@@ -3706,20 +3786,20 @@ export declare type RecordFormQuery = {
|
|
|
3706
3786
|
};
|
|
3707
3787
|
} | null;
|
|
3708
3788
|
} | null> | null;
|
|
3709
|
-
attribute
|
|
3789
|
+
attribute: {
|
|
3710
3790
|
id: string;
|
|
3711
3791
|
format?: AttributeFormat | null;
|
|
3712
3792
|
type: AttributeType;
|
|
3713
3793
|
system: boolean;
|
|
3714
|
-
}
|
|
3794
|
+
};
|
|
3715
3795
|
metadata?: Array<{
|
|
3716
3796
|
name: string;
|
|
3717
3797
|
value?: {
|
|
3718
3798
|
id_value?: string | null;
|
|
3719
3799
|
modified_at?: number | null;
|
|
3720
3800
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3801
|
+
payload?: any | null;
|
|
3802
|
+
raw_payload?: any | null;
|
|
3723
3803
|
modified_by?: {
|
|
3724
3804
|
id: string;
|
|
3725
3805
|
whoAmI: {
|
|
@@ -3767,10 +3847,13 @@ export declare type RecordFormQuery = {
|
|
|
3767
3847
|
} | null;
|
|
3768
3848
|
} | null> | null;
|
|
3769
3849
|
} | {
|
|
3850
|
+
payload?: any | null;
|
|
3851
|
+
raw_payload?: any | null;
|
|
3770
3852
|
value?: any | null;
|
|
3771
3853
|
raw_value?: any | null;
|
|
3772
3854
|
id_value?: string | null;
|
|
3773
3855
|
isInherited?: boolean | null;
|
|
3856
|
+
isCalculated?: boolean | null;
|
|
3774
3857
|
modified_at?: number | null;
|
|
3775
3858
|
created_at?: number | null;
|
|
3776
3859
|
modified_by?: {
|
|
@@ -3817,20 +3900,20 @@ export declare type RecordFormQuery = {
|
|
|
3817
3900
|
};
|
|
3818
3901
|
} | null;
|
|
3819
3902
|
} | null> | null;
|
|
3820
|
-
attribute
|
|
3903
|
+
attribute: {
|
|
3821
3904
|
id: string;
|
|
3822
3905
|
format?: AttributeFormat | null;
|
|
3823
3906
|
type: AttributeType;
|
|
3824
3907
|
system: boolean;
|
|
3825
|
-
}
|
|
3908
|
+
};
|
|
3826
3909
|
metadata?: Array<{
|
|
3827
3910
|
name: string;
|
|
3828
3911
|
value?: {
|
|
3829
3912
|
id_value?: string | null;
|
|
3830
3913
|
modified_at?: number | null;
|
|
3831
3914
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3915
|
+
payload?: any | null;
|
|
3916
|
+
raw_payload?: any | null;
|
|
3834
3917
|
modified_by?: {
|
|
3835
3918
|
id: string;
|
|
3836
3919
|
whoAmI: {
|
|
@@ -3887,6 +3970,7 @@ export declare type RecordFormQuery = {
|
|
|
3887
3970
|
system: boolean;
|
|
3888
3971
|
readonly: boolean;
|
|
3889
3972
|
multiple_values: boolean;
|
|
3973
|
+
compute: boolean;
|
|
3890
3974
|
linked_library?: {
|
|
3891
3975
|
id: string;
|
|
3892
3976
|
label?: any | null;
|
|
@@ -3898,6 +3982,7 @@ export declare type RecordFormQuery = {
|
|
|
3898
3982
|
linkValuesList?: {
|
|
3899
3983
|
enable: boolean;
|
|
3900
3984
|
allowFreeEntry?: boolean | null;
|
|
3985
|
+
allowListUpdate?: boolean | null;
|
|
3901
3986
|
values?: Array<{
|
|
3902
3987
|
id: string;
|
|
3903
3988
|
whoAmI: {
|
|
@@ -3943,6 +4028,7 @@ export declare type RecordFormQuery = {
|
|
|
3943
4028
|
values_list?: {
|
|
3944
4029
|
enable: boolean;
|
|
3945
4030
|
allowFreeEntry?: boolean | null;
|
|
4031
|
+
allowListUpdate?: boolean | null;
|
|
3946
4032
|
dateRangeValues?: Array<{
|
|
3947
4033
|
from?: string | null;
|
|
3948
4034
|
to?: string | null;
|
|
@@ -3950,6 +4036,7 @@ export declare type RecordFormQuery = {
|
|
|
3950
4036
|
} | {
|
|
3951
4037
|
enable: boolean;
|
|
3952
4038
|
allowFreeEntry?: boolean | null;
|
|
4039
|
+
allowListUpdate?: boolean | null;
|
|
3953
4040
|
values?: Array<string> | null;
|
|
3954
4041
|
} | null;
|
|
3955
4042
|
metadata_fields?: Array<{
|
|
@@ -3965,9 +4052,11 @@ export declare type RecordFormQuery = {
|
|
|
3965
4052
|
system: boolean;
|
|
3966
4053
|
readonly: boolean;
|
|
3967
4054
|
multiple_values: boolean;
|
|
4055
|
+
compute: boolean;
|
|
3968
4056
|
values_list?: {
|
|
3969
4057
|
enable: boolean;
|
|
3970
4058
|
allowFreeEntry?: boolean | null;
|
|
4059
|
+
allowListUpdate?: boolean | null;
|
|
3971
4060
|
dateRangeValues?: Array<{
|
|
3972
4061
|
from?: string | null;
|
|
3973
4062
|
to?: string | null;
|
|
@@ -3975,6 +4064,7 @@ export declare type RecordFormQuery = {
|
|
|
3975
4064
|
} | {
|
|
3976
4065
|
enable: boolean;
|
|
3977
4066
|
allowFreeEntry?: boolean | null;
|
|
4067
|
+
allowListUpdate?: boolean | null;
|
|
3978
4068
|
values?: Array<string> | null;
|
|
3979
4069
|
} | null;
|
|
3980
4070
|
permissions: {
|
|
@@ -4007,6 +4097,7 @@ export declare type RecordFormQuery = {
|
|
|
4007
4097
|
values_list?: {
|
|
4008
4098
|
enable: boolean;
|
|
4009
4099
|
allowFreeEntry?: boolean | null;
|
|
4100
|
+
allowListUpdate?: boolean | null;
|
|
4010
4101
|
dateRangeValues?: Array<{
|
|
4011
4102
|
from?: string | null;
|
|
4012
4103
|
to?: string | null;
|
|
@@ -4014,6 +4105,7 @@ export declare type RecordFormQuery = {
|
|
|
4014
4105
|
} | {
|
|
4015
4106
|
enable: boolean;
|
|
4016
4107
|
allowFreeEntry?: boolean | null;
|
|
4108
|
+
allowListUpdate?: boolean | null;
|
|
4017
4109
|
values?: Array<string> | null;
|
|
4018
4110
|
} | null;
|
|
4019
4111
|
metadata_fields?: Array<{
|
|
@@ -4029,6 +4121,7 @@ export declare type RecordFormQuery = {
|
|
|
4029
4121
|
system: boolean;
|
|
4030
4122
|
readonly: boolean;
|
|
4031
4123
|
multiple_values: boolean;
|
|
4124
|
+
compute: boolean;
|
|
4032
4125
|
linked_tree?: {
|
|
4033
4126
|
id: string;
|
|
4034
4127
|
label?: any | null;
|
|
@@ -4036,6 +4129,7 @@ export declare type RecordFormQuery = {
|
|
|
4036
4129
|
treeValuesList?: {
|
|
4037
4130
|
enable: boolean;
|
|
4038
4131
|
allowFreeEntry?: boolean | null;
|
|
4132
|
+
allowListUpdate?: boolean | null;
|
|
4039
4133
|
values?: Array<{
|
|
4040
4134
|
id: string;
|
|
4041
4135
|
record: {
|
|
@@ -4100,6 +4194,7 @@ export declare type RecordFormQuery = {
|
|
|
4100
4194
|
values_list?: {
|
|
4101
4195
|
enable: boolean;
|
|
4102
4196
|
allowFreeEntry?: boolean | null;
|
|
4197
|
+
allowListUpdate?: boolean | null;
|
|
4103
4198
|
dateRangeValues?: Array<{
|
|
4104
4199
|
from?: string | null;
|
|
4105
4200
|
to?: string | null;
|
|
@@ -4107,6 +4202,7 @@ export declare type RecordFormQuery = {
|
|
|
4107
4202
|
} | {
|
|
4108
4203
|
enable: boolean;
|
|
4109
4204
|
allowFreeEntry?: boolean | null;
|
|
4205
|
+
allowListUpdate?: boolean | null;
|
|
4110
4206
|
values?: Array<string> | null;
|
|
4111
4207
|
} | null;
|
|
4112
4208
|
metadata_fields?: Array<{
|
|
@@ -4121,10 +4217,10 @@ export declare type RecordFormQuery = {
|
|
|
4121
4217
|
}>;
|
|
4122
4218
|
} | null;
|
|
4123
4219
|
};
|
|
4124
|
-
export
|
|
4220
|
+
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
4125
4221
|
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
4126
4222
|
}>;
|
|
4127
|
-
export
|
|
4223
|
+
export type RecordUpdateSubscription = {
|
|
4128
4224
|
recordUpdate: {
|
|
4129
4225
|
record: {
|
|
4130
4226
|
id: string;
|
|
@@ -4139,7 +4235,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4139
4235
|
label?: any | null;
|
|
4140
4236
|
};
|
|
4141
4237
|
};
|
|
4142
|
-
modified_by
|
|
4238
|
+
modified_by: Array<{
|
|
4143
4239
|
value?: {
|
|
4144
4240
|
id: string;
|
|
4145
4241
|
whoAmI: {
|
|
@@ -4154,13 +4250,14 @@ export declare type RecordUpdateSubscription = {
|
|
|
4154
4250
|
};
|
|
4155
4251
|
};
|
|
4156
4252
|
} | null;
|
|
4157
|
-
}
|
|
4253
|
+
}>;
|
|
4158
4254
|
};
|
|
4159
4255
|
updatedValues: Array<{
|
|
4160
4256
|
attribute: string;
|
|
4161
4257
|
value: {
|
|
4162
4258
|
id_value?: string | null;
|
|
4163
4259
|
isInherited?: boolean | null;
|
|
4260
|
+
isCalculated?: boolean | null;
|
|
4164
4261
|
modified_at?: number | null;
|
|
4165
4262
|
created_at?: number | null;
|
|
4166
4263
|
linkValue?: {
|
|
@@ -4221,20 +4318,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4221
4318
|
};
|
|
4222
4319
|
} | null;
|
|
4223
4320
|
} | null> | null;
|
|
4224
|
-
attribute
|
|
4321
|
+
attribute: {
|
|
4225
4322
|
id: string;
|
|
4226
4323
|
format?: AttributeFormat | null;
|
|
4227
4324
|
type: AttributeType;
|
|
4228
4325
|
system: boolean;
|
|
4229
|
-
}
|
|
4326
|
+
};
|
|
4230
4327
|
metadata?: Array<{
|
|
4231
4328
|
name: string;
|
|
4232
4329
|
value?: {
|
|
4233
4330
|
id_value?: string | null;
|
|
4234
4331
|
modified_at?: number | null;
|
|
4235
4332
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4333
|
+
payload?: any | null;
|
|
4334
|
+
raw_payload?: any | null;
|
|
4238
4335
|
modified_by?: {
|
|
4239
4336
|
id: string;
|
|
4240
4337
|
whoAmI: {
|
|
@@ -4284,6 +4381,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4284
4381
|
} | {
|
|
4285
4382
|
id_value?: string | null;
|
|
4286
4383
|
isInherited?: boolean | null;
|
|
4384
|
+
isCalculated?: boolean | null;
|
|
4287
4385
|
modified_at?: number | null;
|
|
4288
4386
|
created_at?: number | null;
|
|
4289
4387
|
treeValue?: {
|
|
@@ -4363,20 +4461,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4363
4461
|
};
|
|
4364
4462
|
} | null;
|
|
4365
4463
|
} | null> | null;
|
|
4366
|
-
attribute
|
|
4464
|
+
attribute: {
|
|
4367
4465
|
id: string;
|
|
4368
4466
|
format?: AttributeFormat | null;
|
|
4369
4467
|
type: AttributeType;
|
|
4370
4468
|
system: boolean;
|
|
4371
|
-
}
|
|
4469
|
+
};
|
|
4372
4470
|
metadata?: Array<{
|
|
4373
4471
|
name: string;
|
|
4374
4472
|
value?: {
|
|
4375
4473
|
id_value?: string | null;
|
|
4376
4474
|
modified_at?: number | null;
|
|
4377
4475
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4476
|
+
payload?: any | null;
|
|
4477
|
+
raw_payload?: any | null;
|
|
4380
4478
|
modified_by?: {
|
|
4381
4479
|
id: string;
|
|
4382
4480
|
whoAmI: {
|
|
@@ -4424,10 +4522,13 @@ export declare type RecordUpdateSubscription = {
|
|
|
4424
4522
|
} | null;
|
|
4425
4523
|
} | null> | null;
|
|
4426
4524
|
} | {
|
|
4525
|
+
payload?: any | null;
|
|
4526
|
+
raw_payload?: any | null;
|
|
4427
4527
|
value?: any | null;
|
|
4428
4528
|
raw_value?: any | null;
|
|
4429
4529
|
id_value?: string | null;
|
|
4430
4530
|
isInherited?: boolean | null;
|
|
4531
|
+
isCalculated?: boolean | null;
|
|
4431
4532
|
modified_at?: number | null;
|
|
4432
4533
|
created_at?: number | null;
|
|
4433
4534
|
modified_by?: {
|
|
@@ -4474,20 +4575,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4474
4575
|
};
|
|
4475
4576
|
} | null;
|
|
4476
4577
|
} | null> | null;
|
|
4477
|
-
attribute
|
|
4578
|
+
attribute: {
|
|
4478
4579
|
id: string;
|
|
4479
4580
|
format?: AttributeFormat | null;
|
|
4480
4581
|
type: AttributeType;
|
|
4481
4582
|
system: boolean;
|
|
4482
|
-
}
|
|
4583
|
+
};
|
|
4483
4584
|
metadata?: Array<{
|
|
4484
4585
|
name: string;
|
|
4485
4586
|
value?: {
|
|
4486
4587
|
id_value?: string | null;
|
|
4487
4588
|
modified_at?: number | null;
|
|
4488
4589
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4590
|
+
payload?: any | null;
|
|
4591
|
+
raw_payload?: any | null;
|
|
4491
4592
|
modified_by?: {
|
|
4492
4593
|
id: string;
|
|
4493
4594
|
whoAmI: {
|
|
@@ -4538,39 +4639,39 @@ export declare type RecordUpdateSubscription = {
|
|
|
4538
4639
|
}>;
|
|
4539
4640
|
};
|
|
4540
4641
|
};
|
|
4541
|
-
export
|
|
4642
|
+
export type IndexRecordsMutationVariables = Exact<{
|
|
4542
4643
|
libraryId: Scalars['String'];
|
|
4543
4644
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4544
4645
|
}>;
|
|
4545
|
-
export
|
|
4646
|
+
export type IndexRecordsMutation = {
|
|
4546
4647
|
indexRecords: boolean;
|
|
4547
4648
|
};
|
|
4548
|
-
export
|
|
4649
|
+
export type CancelTaskMutationVariables = Exact<{
|
|
4549
4650
|
taskId: Scalars['ID'];
|
|
4550
4651
|
}>;
|
|
4551
|
-
export
|
|
4652
|
+
export type CancelTaskMutation = {
|
|
4552
4653
|
cancelTask: boolean;
|
|
4553
4654
|
};
|
|
4554
|
-
export
|
|
4655
|
+
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
4555
4656
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4556
4657
|
}>;
|
|
4557
|
-
export
|
|
4658
|
+
export type CheckTreeExistenceQuery = {
|
|
4558
4659
|
trees?: {
|
|
4559
4660
|
totalCount: number;
|
|
4560
4661
|
} | null;
|
|
4561
4662
|
};
|
|
4562
|
-
export
|
|
4663
|
+
export type DeleteTreeMutationVariables = Exact<{
|
|
4563
4664
|
id: Scalars['ID'];
|
|
4564
4665
|
}>;
|
|
4565
|
-
export
|
|
4666
|
+
export type DeleteTreeMutation = {
|
|
4566
4667
|
deleteTree: {
|
|
4567
4668
|
id: string;
|
|
4568
4669
|
};
|
|
4569
4670
|
};
|
|
4570
|
-
export
|
|
4671
|
+
export type GetTreeByIdQueryVariables = Exact<{
|
|
4571
4672
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4572
4673
|
}>;
|
|
4573
|
-
export
|
|
4674
|
+
export type GetTreeByIdQuery = {
|
|
4574
4675
|
trees?: {
|
|
4575
4676
|
list: Array<{
|
|
4576
4677
|
id: string;
|
|
@@ -4591,11 +4692,11 @@ export declare type GetTreeByIdQuery = {
|
|
|
4591
4692
|
}>;
|
|
4592
4693
|
} | null;
|
|
4593
4694
|
};
|
|
4594
|
-
export
|
|
4695
|
+
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
4595
4696
|
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4596
4697
|
library?: InputMaybe<Scalars['String']>;
|
|
4597
4698
|
}>;
|
|
4598
|
-
export
|
|
4699
|
+
export type GetTreeLibrariesQuery = {
|
|
4599
4700
|
trees?: {
|
|
4600
4701
|
totalCount: number;
|
|
4601
4702
|
list: Array<{
|
|
@@ -4618,10 +4719,10 @@ export declare type GetTreeLibrariesQuery = {
|
|
|
4618
4719
|
}>;
|
|
4619
4720
|
} | null;
|
|
4620
4721
|
};
|
|
4621
|
-
export
|
|
4722
|
+
export type GetTreesQueryVariables = Exact<{
|
|
4622
4723
|
[key: string]: never;
|
|
4623
4724
|
}>;
|
|
4624
|
-
export
|
|
4725
|
+
export type GetTreesQuery = {
|
|
4625
4726
|
trees?: {
|
|
4626
4727
|
list: Array<{
|
|
4627
4728
|
id: string;
|
|
@@ -4629,10 +4730,10 @@ export declare type GetTreesQuery = {
|
|
|
4629
4730
|
}>;
|
|
4630
4731
|
} | null;
|
|
4631
4732
|
};
|
|
4632
|
-
export
|
|
4733
|
+
export type SaveTreeMutationVariables = Exact<{
|
|
4633
4734
|
tree: TreeInput;
|
|
4634
4735
|
}>;
|
|
4635
|
-
export
|
|
4736
|
+
export type SaveTreeMutation = {
|
|
4636
4737
|
saveTree: {
|
|
4637
4738
|
id: string;
|
|
4638
4739
|
label?: any | null;
|
|
@@ -4651,12 +4752,12 @@ export declare type SaveTreeMutation = {
|
|
|
4651
4752
|
}>;
|
|
4652
4753
|
};
|
|
4653
4754
|
};
|
|
4654
|
-
export
|
|
4755
|
+
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
4655
4756
|
treeId: Scalars['ID'];
|
|
4656
4757
|
node?: InputMaybe<Scalars['ID']>;
|
|
4657
4758
|
pagination?: InputMaybe<Pagination>;
|
|
4658
4759
|
}>;
|
|
4659
|
-
export
|
|
4760
|
+
export type TreeNodeChildrenQuery = {
|
|
4660
4761
|
treeNodeChildren: {
|
|
4661
4762
|
totalCount?: number | null;
|
|
4662
4763
|
list: Array<{
|
|
@@ -4676,9 +4777,9 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4676
4777
|
label?: any | null;
|
|
4677
4778
|
};
|
|
4678
4779
|
};
|
|
4679
|
-
active
|
|
4780
|
+
active: Array<{
|
|
4680
4781
|
value?: any | null;
|
|
4681
|
-
}
|
|
4782
|
+
}>;
|
|
4682
4783
|
};
|
|
4683
4784
|
ancestors?: Array<{
|
|
4684
4785
|
id: string;
|
|
@@ -4709,37 +4810,38 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4709
4810
|
}>;
|
|
4710
4811
|
};
|
|
4711
4812
|
};
|
|
4712
|
-
export
|
|
4813
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
4713
4814
|
keys: Array<Scalars['String']> | Scalars['String'];
|
|
4714
4815
|
global?: InputMaybe<Scalars['Boolean']>;
|
|
4715
4816
|
}>;
|
|
4716
|
-
export
|
|
4817
|
+
export type GetUserDataQuery = {
|
|
4717
4818
|
userData: {
|
|
4718
4819
|
global: boolean;
|
|
4719
4820
|
data?: any | null;
|
|
4720
4821
|
};
|
|
4721
4822
|
};
|
|
4722
|
-
export
|
|
4823
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
4723
4824
|
key: Scalars['String'];
|
|
4724
4825
|
value?: InputMaybe<Scalars['Any']>;
|
|
4725
4826
|
global: Scalars['Boolean'];
|
|
4726
4827
|
}>;
|
|
4727
|
-
export
|
|
4828
|
+
export type SaveUserDataMutation = {
|
|
4728
4829
|
saveUserData: {
|
|
4729
4830
|
global: boolean;
|
|
4730
4831
|
data?: any | null;
|
|
4731
4832
|
};
|
|
4732
4833
|
};
|
|
4733
|
-
export
|
|
4834
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
4734
4835
|
library: Scalars['ID'];
|
|
4735
4836
|
recordId: Scalars['ID'];
|
|
4736
4837
|
attribute: Scalars['ID'];
|
|
4737
4838
|
value?: InputMaybe<ValueInput>;
|
|
4738
4839
|
}>;
|
|
4739
|
-
export
|
|
4840
|
+
export type DeleteValueMutation = {
|
|
4740
4841
|
deleteValue: Array<{
|
|
4741
4842
|
id_value?: string | null;
|
|
4742
4843
|
isInherited?: boolean | null;
|
|
4844
|
+
isCalculated?: boolean | null;
|
|
4743
4845
|
modified_at?: number | null;
|
|
4744
4846
|
created_at?: number | null;
|
|
4745
4847
|
linkValue?: {
|
|
@@ -4800,20 +4902,20 @@ export declare type DeleteValueMutation = {
|
|
|
4800
4902
|
};
|
|
4801
4903
|
} | null;
|
|
4802
4904
|
} | null> | null;
|
|
4803
|
-
attribute
|
|
4905
|
+
attribute: {
|
|
4804
4906
|
id: string;
|
|
4805
4907
|
format?: AttributeFormat | null;
|
|
4806
4908
|
type: AttributeType;
|
|
4807
4909
|
system: boolean;
|
|
4808
|
-
}
|
|
4910
|
+
};
|
|
4809
4911
|
metadata?: Array<{
|
|
4810
4912
|
name: string;
|
|
4811
4913
|
value?: {
|
|
4812
4914
|
id_value?: string | null;
|
|
4813
4915
|
modified_at?: number | null;
|
|
4814
4916
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4917
|
+
payload?: any | null;
|
|
4918
|
+
raw_payload?: any | null;
|
|
4817
4919
|
modified_by?: {
|
|
4818
4920
|
id: string;
|
|
4819
4921
|
whoAmI: {
|
|
@@ -4863,6 +4965,7 @@ export declare type DeleteValueMutation = {
|
|
|
4863
4965
|
} | {
|
|
4864
4966
|
id_value?: string | null;
|
|
4865
4967
|
isInherited?: boolean | null;
|
|
4968
|
+
isCalculated?: boolean | null;
|
|
4866
4969
|
modified_at?: number | null;
|
|
4867
4970
|
created_at?: number | null;
|
|
4868
4971
|
treeValue?: {
|
|
@@ -4942,20 +5045,20 @@ export declare type DeleteValueMutation = {
|
|
|
4942
5045
|
};
|
|
4943
5046
|
} | null;
|
|
4944
5047
|
} | null> | null;
|
|
4945
|
-
attribute
|
|
5048
|
+
attribute: {
|
|
4946
5049
|
id: string;
|
|
4947
5050
|
format?: AttributeFormat | null;
|
|
4948
5051
|
type: AttributeType;
|
|
4949
5052
|
system: boolean;
|
|
4950
|
-
}
|
|
5053
|
+
};
|
|
4951
5054
|
metadata?: Array<{
|
|
4952
5055
|
name: string;
|
|
4953
5056
|
value?: {
|
|
4954
5057
|
id_value?: string | null;
|
|
4955
5058
|
modified_at?: number | null;
|
|
4956
5059
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
5060
|
+
payload?: any | null;
|
|
5061
|
+
raw_payload?: any | null;
|
|
4959
5062
|
modified_by?: {
|
|
4960
5063
|
id: string;
|
|
4961
5064
|
whoAmI: {
|
|
@@ -5003,10 +5106,13 @@ export declare type DeleteValueMutation = {
|
|
|
5003
5106
|
} | null;
|
|
5004
5107
|
} | null> | null;
|
|
5005
5108
|
} | {
|
|
5109
|
+
payload?: any | null;
|
|
5110
|
+
raw_payload?: any | null;
|
|
5006
5111
|
value?: any | null;
|
|
5007
5112
|
raw_value?: any | null;
|
|
5008
5113
|
id_value?: string | null;
|
|
5009
5114
|
isInherited?: boolean | null;
|
|
5115
|
+
isCalculated?: boolean | null;
|
|
5010
5116
|
modified_at?: number | null;
|
|
5011
5117
|
created_at?: number | null;
|
|
5012
5118
|
modified_by?: {
|
|
@@ -5053,20 +5159,142 @@ export declare type DeleteValueMutation = {
|
|
|
5053
5159
|
};
|
|
5054
5160
|
} | null;
|
|
5055
5161
|
} | null> | null;
|
|
5056
|
-
attribute
|
|
5162
|
+
attribute: {
|
|
5057
5163
|
id: string;
|
|
5058
5164
|
format?: AttributeFormat | null;
|
|
5059
5165
|
type: AttributeType;
|
|
5060
5166
|
system: boolean;
|
|
5167
|
+
};
|
|
5168
|
+
metadata?: Array<{
|
|
5169
|
+
name: string;
|
|
5170
|
+
value?: {
|
|
5171
|
+
id_value?: string | null;
|
|
5172
|
+
modified_at?: number | null;
|
|
5173
|
+
created_at?: number | null;
|
|
5174
|
+
payload?: any | null;
|
|
5175
|
+
raw_payload?: any | null;
|
|
5176
|
+
modified_by?: {
|
|
5177
|
+
id: string;
|
|
5178
|
+
whoAmI: {
|
|
5179
|
+
id: string;
|
|
5180
|
+
label?: string | null;
|
|
5181
|
+
subLabel?: string | null;
|
|
5182
|
+
color?: string | null;
|
|
5183
|
+
preview?: IPreviewScalar | null;
|
|
5184
|
+
library: {
|
|
5185
|
+
id: string;
|
|
5186
|
+
label?: any | null;
|
|
5187
|
+
};
|
|
5188
|
+
};
|
|
5189
|
+
} | null;
|
|
5190
|
+
created_by?: {
|
|
5191
|
+
id: string;
|
|
5192
|
+
whoAmI: {
|
|
5193
|
+
id: string;
|
|
5194
|
+
label?: string | null;
|
|
5195
|
+
subLabel?: string | null;
|
|
5196
|
+
color?: string | null;
|
|
5197
|
+
preview?: IPreviewScalar | null;
|
|
5198
|
+
library: {
|
|
5199
|
+
id: string;
|
|
5200
|
+
label?: any | null;
|
|
5201
|
+
};
|
|
5202
|
+
};
|
|
5203
|
+
} | null;
|
|
5204
|
+
version?: Array<{
|
|
5205
|
+
treeId: string;
|
|
5206
|
+
treeNode?: {
|
|
5207
|
+
id: string;
|
|
5208
|
+
record: {
|
|
5209
|
+
id: string;
|
|
5210
|
+
whoAmI: {
|
|
5211
|
+
id: string;
|
|
5212
|
+
label?: string | null;
|
|
5213
|
+
library: {
|
|
5214
|
+
id: string;
|
|
5215
|
+
};
|
|
5216
|
+
};
|
|
5217
|
+
};
|
|
5218
|
+
} | null;
|
|
5219
|
+
} | null> | null;
|
|
5220
|
+
} | null;
|
|
5221
|
+
} | null> | null;
|
|
5222
|
+
}>;
|
|
5223
|
+
};
|
|
5224
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5225
|
+
library: Scalars['ID'];
|
|
5226
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5227
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5228
|
+
}>;
|
|
5229
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5230
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5231
|
+
id_value?: string | null;
|
|
5232
|
+
isInherited?: boolean | null;
|
|
5233
|
+
isCalculated?: boolean | null;
|
|
5234
|
+
modified_at?: number | null;
|
|
5235
|
+
created_at?: number | null;
|
|
5236
|
+
payload?: any | null;
|
|
5237
|
+
raw_payload?: any | null;
|
|
5238
|
+
value?: any | null;
|
|
5239
|
+
raw_value?: any | null;
|
|
5240
|
+
modified_by?: {
|
|
5241
|
+
id: string;
|
|
5242
|
+
whoAmI: {
|
|
5243
|
+
id: string;
|
|
5244
|
+
label?: string | null;
|
|
5245
|
+
subLabel?: string | null;
|
|
5246
|
+
color?: string | null;
|
|
5247
|
+
preview?: IPreviewScalar | null;
|
|
5248
|
+
library: {
|
|
5249
|
+
id: string;
|
|
5250
|
+
label?: any | null;
|
|
5251
|
+
};
|
|
5252
|
+
};
|
|
5061
5253
|
} | null;
|
|
5254
|
+
created_by?: {
|
|
5255
|
+
id: string;
|
|
5256
|
+
whoAmI: {
|
|
5257
|
+
id: string;
|
|
5258
|
+
label?: string | null;
|
|
5259
|
+
subLabel?: string | null;
|
|
5260
|
+
color?: string | null;
|
|
5261
|
+
preview?: IPreviewScalar | null;
|
|
5262
|
+
library: {
|
|
5263
|
+
id: string;
|
|
5264
|
+
label?: any | null;
|
|
5265
|
+
};
|
|
5266
|
+
};
|
|
5267
|
+
} | null;
|
|
5268
|
+
version?: Array<{
|
|
5269
|
+
treeId: string;
|
|
5270
|
+
treeNode?: {
|
|
5271
|
+
id: string;
|
|
5272
|
+
record: {
|
|
5273
|
+
id: string;
|
|
5274
|
+
whoAmI: {
|
|
5275
|
+
id: string;
|
|
5276
|
+
label?: string | null;
|
|
5277
|
+
library: {
|
|
5278
|
+
id: string;
|
|
5279
|
+
};
|
|
5280
|
+
};
|
|
5281
|
+
};
|
|
5282
|
+
} | null;
|
|
5283
|
+
} | null> | null;
|
|
5284
|
+
attribute: {
|
|
5285
|
+
id: string;
|
|
5286
|
+
format?: AttributeFormat | null;
|
|
5287
|
+
type: AttributeType;
|
|
5288
|
+
system: boolean;
|
|
5289
|
+
};
|
|
5062
5290
|
metadata?: Array<{
|
|
5063
5291
|
name: string;
|
|
5064
5292
|
value?: {
|
|
5065
5293
|
id_value?: string | null;
|
|
5066
5294
|
modified_at?: number | null;
|
|
5067
5295
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5296
|
+
payload?: any | null;
|
|
5297
|
+
raw_payload?: any | null;
|
|
5070
5298
|
modified_by?: {
|
|
5071
5299
|
id: string;
|
|
5072
5300
|
whoAmI: {
|
|
@@ -5115,18 +5343,19 @@ export declare type DeleteValueMutation = {
|
|
|
5115
5343
|
} | null> | null;
|
|
5116
5344
|
}>;
|
|
5117
5345
|
};
|
|
5118
|
-
export
|
|
5346
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5119
5347
|
library: Scalars['ID'];
|
|
5120
5348
|
recordId: Scalars['ID'];
|
|
5121
5349
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5122
5350
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5123
5351
|
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5124
5352
|
}>;
|
|
5125
|
-
export
|
|
5353
|
+
export type SaveValueBatchMutation = {
|
|
5126
5354
|
saveValueBatch: {
|
|
5127
5355
|
values?: Array<{
|
|
5128
5356
|
id_value?: string | null;
|
|
5129
5357
|
isInherited?: boolean | null;
|
|
5358
|
+
isCalculated?: boolean | null;
|
|
5130
5359
|
modified_at?: number | null;
|
|
5131
5360
|
created_at?: number | null;
|
|
5132
5361
|
linkValue?: {
|
|
@@ -5187,20 +5416,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5187
5416
|
};
|
|
5188
5417
|
} | null;
|
|
5189
5418
|
} | null> | null;
|
|
5190
|
-
attribute
|
|
5419
|
+
attribute: {
|
|
5191
5420
|
id: string;
|
|
5192
5421
|
format?: AttributeFormat | null;
|
|
5193
5422
|
type: AttributeType;
|
|
5194
5423
|
system: boolean;
|
|
5195
|
-
}
|
|
5424
|
+
};
|
|
5196
5425
|
metadata?: Array<{
|
|
5197
5426
|
name: string;
|
|
5198
5427
|
value?: {
|
|
5199
5428
|
id_value?: string | null;
|
|
5200
5429
|
modified_at?: number | null;
|
|
5201
5430
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5431
|
+
payload?: any | null;
|
|
5432
|
+
raw_payload?: any | null;
|
|
5204
5433
|
modified_by?: {
|
|
5205
5434
|
id: string;
|
|
5206
5435
|
whoAmI: {
|
|
@@ -5250,6 +5479,7 @@ export declare type SaveValueBatchMutation = {
|
|
|
5250
5479
|
} | {
|
|
5251
5480
|
id_value?: string | null;
|
|
5252
5481
|
isInherited?: boolean | null;
|
|
5482
|
+
isCalculated?: boolean | null;
|
|
5253
5483
|
modified_at?: number | null;
|
|
5254
5484
|
created_at?: number | null;
|
|
5255
5485
|
treeValue?: {
|
|
@@ -5329,20 +5559,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5329
5559
|
};
|
|
5330
5560
|
} | null;
|
|
5331
5561
|
} | null> | null;
|
|
5332
|
-
attribute
|
|
5562
|
+
attribute: {
|
|
5333
5563
|
id: string;
|
|
5334
5564
|
format?: AttributeFormat | null;
|
|
5335
5565
|
type: AttributeType;
|
|
5336
5566
|
system: boolean;
|
|
5337
|
-
}
|
|
5567
|
+
};
|
|
5338
5568
|
metadata?: Array<{
|
|
5339
5569
|
name: string;
|
|
5340
5570
|
value?: {
|
|
5341
5571
|
id_value?: string | null;
|
|
5342
5572
|
modified_at?: number | null;
|
|
5343
5573
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5574
|
+
payload?: any | null;
|
|
5575
|
+
raw_payload?: any | null;
|
|
5346
5576
|
modified_by?: {
|
|
5347
5577
|
id: string;
|
|
5348
5578
|
whoAmI: {
|
|
@@ -5390,10 +5620,13 @@ export declare type SaveValueBatchMutation = {
|
|
|
5390
5620
|
} | null;
|
|
5391
5621
|
} | null> | null;
|
|
5392
5622
|
} | {
|
|
5623
|
+
payload?: any | null;
|
|
5624
|
+
raw_payload?: any | null;
|
|
5393
5625
|
value?: any | null;
|
|
5394
5626
|
raw_value?: any | null;
|
|
5395
5627
|
id_value?: string | null;
|
|
5396
5628
|
isInherited?: boolean | null;
|
|
5629
|
+
isCalculated?: boolean | null;
|
|
5397
5630
|
modified_at?: number | null;
|
|
5398
5631
|
created_at?: number | null;
|
|
5399
5632
|
modified_by?: {
|
|
@@ -5440,20 +5673,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5440
5673
|
};
|
|
5441
5674
|
} | null;
|
|
5442
5675
|
} | null> | null;
|
|
5443
|
-
attribute
|
|
5676
|
+
attribute: {
|
|
5444
5677
|
id: string;
|
|
5445
5678
|
format?: AttributeFormat | null;
|
|
5446
5679
|
type: AttributeType;
|
|
5447
5680
|
system: boolean;
|
|
5448
|
-
}
|
|
5681
|
+
};
|
|
5449
5682
|
metadata?: Array<{
|
|
5450
5683
|
name: string;
|
|
5451
5684
|
value?: {
|
|
5452
5685
|
id_value?: string | null;
|
|
5453
5686
|
modified_at?: number | null;
|
|
5454
5687
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5688
|
+
payload?: any | null;
|
|
5689
|
+
raw_payload?: any | null;
|
|
5457
5690
|
modified_by?: {
|
|
5458
5691
|
id: string;
|
|
5459
5692
|
whoAmI: {
|
|
@@ -5509,19 +5742,19 @@ export declare type SaveValueBatchMutation = {
|
|
|
5509
5742
|
}> | null;
|
|
5510
5743
|
};
|
|
5511
5744
|
};
|
|
5512
|
-
export
|
|
5745
|
+
export type DeleteViewMutationVariables = Exact<{
|
|
5513
5746
|
viewId: Scalars['String'];
|
|
5514
5747
|
}>;
|
|
5515
|
-
export
|
|
5748
|
+
export type DeleteViewMutation = {
|
|
5516
5749
|
deleteView: {
|
|
5517
5750
|
id: string;
|
|
5518
5751
|
library: string;
|
|
5519
5752
|
};
|
|
5520
5753
|
};
|
|
5521
|
-
export
|
|
5754
|
+
export type GetViewQueryVariables = Exact<{
|
|
5522
5755
|
viewId: Scalars['String'];
|
|
5523
5756
|
}>;
|
|
5524
|
-
export
|
|
5757
|
+
export type GetViewQuery = {
|
|
5525
5758
|
view: {
|
|
5526
5759
|
id: string;
|
|
5527
5760
|
shared: boolean;
|
|
@@ -5582,10 +5815,10 @@ export declare type GetViewQuery = {
|
|
|
5582
5815
|
}> | null;
|
|
5583
5816
|
};
|
|
5584
5817
|
};
|
|
5585
|
-
export
|
|
5818
|
+
export type GetViewsListQueryVariables = Exact<{
|
|
5586
5819
|
libraryId: Scalars['String'];
|
|
5587
5820
|
}>;
|
|
5588
|
-
export
|
|
5821
|
+
export type GetViewsListQuery = {
|
|
5589
5822
|
views: {
|
|
5590
5823
|
totalCount: number;
|
|
5591
5824
|
list: Array<{
|
|
@@ -5649,10 +5882,10 @@ export declare type GetViewsListQuery = {
|
|
|
5649
5882
|
}>;
|
|
5650
5883
|
};
|
|
5651
5884
|
};
|
|
5652
|
-
export
|
|
5885
|
+
export type AddViewMutationVariables = Exact<{
|
|
5653
5886
|
view: ViewInput;
|
|
5654
5887
|
}>;
|
|
5655
|
-
export
|
|
5888
|
+
export type AddViewMutation = {
|
|
5656
5889
|
saveView: {
|
|
5657
5890
|
id: string;
|
|
5658
5891
|
shared: boolean;
|
|
@@ -5713,6 +5946,113 @@ export declare type AddViewMutation = {
|
|
|
5713
5946
|
}> | null;
|
|
5714
5947
|
};
|
|
5715
5948
|
};
|
|
5949
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
5950
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
5951
|
+
}>;
|
|
5952
|
+
export type ExplorerAttributesQuery = {
|
|
5953
|
+
attributes?: {
|
|
5954
|
+
list: Array<{
|
|
5955
|
+
id: string;
|
|
5956
|
+
type: AttributeType;
|
|
5957
|
+
format?: AttributeFormat | null;
|
|
5958
|
+
label?: any | null;
|
|
5959
|
+
}>;
|
|
5960
|
+
} | null;
|
|
5961
|
+
};
|
|
5962
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5963
|
+
libraryId: Scalars['ID'];
|
|
5964
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5965
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5966
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5967
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5968
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5969
|
+
}>;
|
|
5970
|
+
export type ExplorerQuery = {
|
|
5971
|
+
records: {
|
|
5972
|
+
totalCount?: number | null;
|
|
5973
|
+
list: Array<{
|
|
5974
|
+
id: string;
|
|
5975
|
+
whoAmI: {
|
|
5976
|
+
id: string;
|
|
5977
|
+
label?: string | null;
|
|
5978
|
+
subLabel?: string | null;
|
|
5979
|
+
color?: string | null;
|
|
5980
|
+
preview?: IPreviewScalar | null;
|
|
5981
|
+
library: {
|
|
5982
|
+
id: string;
|
|
5983
|
+
label?: any | null;
|
|
5984
|
+
};
|
|
5985
|
+
};
|
|
5986
|
+
properties: Array<{
|
|
5987
|
+
attributeId: string;
|
|
5988
|
+
attributeProperties: {
|
|
5989
|
+
id: string;
|
|
5990
|
+
label?: any | null;
|
|
5991
|
+
type: AttributeType;
|
|
5992
|
+
format?: AttributeFormat | null;
|
|
5993
|
+
multiple_values: boolean;
|
|
5994
|
+
};
|
|
5995
|
+
values: Array<{
|
|
5996
|
+
linkPayload?: {
|
|
5997
|
+
id: string;
|
|
5998
|
+
whoAmI: {
|
|
5999
|
+
id: string;
|
|
6000
|
+
label?: string | null;
|
|
6001
|
+
subLabel?: string | null;
|
|
6002
|
+
color?: string | null;
|
|
6003
|
+
preview?: IPreviewScalar | null;
|
|
6004
|
+
library: {
|
|
6005
|
+
id: string;
|
|
6006
|
+
label?: any | null;
|
|
6007
|
+
};
|
|
6008
|
+
};
|
|
6009
|
+
} | null;
|
|
6010
|
+
} | {
|
|
6011
|
+
treePayload?: {
|
|
6012
|
+
record: {
|
|
6013
|
+
id: string;
|
|
6014
|
+
whoAmI: {
|
|
6015
|
+
id: string;
|
|
6016
|
+
label?: string | null;
|
|
6017
|
+
subLabel?: string | null;
|
|
6018
|
+
color?: string | null;
|
|
6019
|
+
preview?: IPreviewScalar | null;
|
|
6020
|
+
library: {
|
|
6021
|
+
id: string;
|
|
6022
|
+
label?: any | null;
|
|
6023
|
+
};
|
|
6024
|
+
};
|
|
6025
|
+
};
|
|
6026
|
+
} | null;
|
|
6027
|
+
} | {
|
|
6028
|
+
valuePayload?: any | null;
|
|
6029
|
+
}>;
|
|
6030
|
+
}>;
|
|
6031
|
+
}>;
|
|
6032
|
+
};
|
|
6033
|
+
};
|
|
6034
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6035
|
+
libraryId: Scalars['ID'];
|
|
6036
|
+
}>;
|
|
6037
|
+
export type ExplorerLibraryDataQuery = {
|
|
6038
|
+
libraries?: {
|
|
6039
|
+
list: Array<{
|
|
6040
|
+
id: string;
|
|
6041
|
+
label?: any | null;
|
|
6042
|
+
}>;
|
|
6043
|
+
} | null;
|
|
6044
|
+
};
|
|
6045
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6046
|
+
treeId: Scalars['ID'];
|
|
6047
|
+
}>;
|
|
6048
|
+
export type TreeDataQueryQuery = {
|
|
6049
|
+
trees?: {
|
|
6050
|
+
list: Array<{
|
|
6051
|
+
id: string;
|
|
6052
|
+
label?: any | null;
|
|
6053
|
+
}>;
|
|
6054
|
+
} | null;
|
|
6055
|
+
};
|
|
5716
6056
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
6057
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
6058
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5731,6 +6071,8 @@ export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
|
5731
6071
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5732
6072
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
5733
6073
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6074
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6075
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5734
6076
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5735
6077
|
/**
|
|
5736
6078
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -5750,16 +6092,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
5750
6092
|
* });
|
|
5751
6093
|
*/
|
|
5752
6094
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
5753
|
-
id?:
|
|
5754
|
-
endpoint?:
|
|
6095
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6096
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5755
6097
|
}>>;
|
|
5756
6098
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
5757
|
-
id?:
|
|
5758
|
-
endpoint?:
|
|
6099
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6100
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5759
6101
|
}>>;
|
|
5760
|
-
export
|
|
5761
|
-
export
|
|
5762
|
-
export
|
|
6102
|
+
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6103
|
+
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
6104
|
+
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
5763
6105
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
5764
6106
|
/**
|
|
5765
6107
|
* __useGetApplicationByIdQuery__
|
|
@@ -5778,14 +6120,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
5778
6120
|
* });
|
|
5779
6121
|
*/
|
|
5780
6122
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
5781
|
-
id:
|
|
6123
|
+
id: Scalars["ID"];
|
|
5782
6124
|
}>>;
|
|
5783
6125
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
5784
|
-
id:
|
|
6126
|
+
id: Scalars["ID"];
|
|
5785
6127
|
}>>;
|
|
5786
|
-
export
|
|
5787
|
-
export
|
|
5788
|
-
export
|
|
6128
|
+
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6129
|
+
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
6130
|
+
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
5789
6131
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
5790
6132
|
/**
|
|
5791
6133
|
* __useGetApplicationModulesQuery__
|
|
@@ -5808,11 +6150,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
5808
6150
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
5809
6151
|
[key: string]: never;
|
|
5810
6152
|
}>>;
|
|
5811
|
-
export
|
|
5812
|
-
export
|
|
5813
|
-
export
|
|
6153
|
+
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6154
|
+
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
6155
|
+
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
5814
6156
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
5815
|
-
export
|
|
6157
|
+
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5816
6158
|
/**
|
|
5817
6159
|
* __useSaveApplicationMutation__
|
|
5818
6160
|
*
|
|
@@ -5833,9 +6175,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
|
|
|
5833
6175
|
export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
|
|
5834
6176
|
application: ApplicationInput;
|
|
5835
6177
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5836
|
-
export
|
|
5837
|
-
export
|
|
5838
|
-
export
|
|
6178
|
+
export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
|
|
6179
|
+
export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
|
|
6180
|
+
export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5839
6181
|
export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
5840
6182
|
/**
|
|
5841
6183
|
* __useCheckAttributeExistenceQuery__
|
|
@@ -5854,16 +6196,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
5854
6196
|
* });
|
|
5855
6197
|
*/
|
|
5856
6198
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
5857
|
-
id:
|
|
6199
|
+
id: Scalars["ID"];
|
|
5858
6200
|
}>>;
|
|
5859
6201
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
5860
|
-
id:
|
|
6202
|
+
id: Scalars["ID"];
|
|
5861
6203
|
}>>;
|
|
5862
|
-
export
|
|
5863
|
-
export
|
|
5864
|
-
export
|
|
6204
|
+
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6205
|
+
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
6206
|
+
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
5865
6207
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
5866
|
-
export
|
|
6208
|
+
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5867
6209
|
/**
|
|
5868
6210
|
* __useDeleteAttributeMutation__
|
|
5869
6211
|
*
|
|
@@ -5882,11 +6224,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
|
|
|
5882
6224
|
* });
|
|
5883
6225
|
*/
|
|
5884
6226
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
5885
|
-
id?:
|
|
6227
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5886
6228
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5887
|
-
export
|
|
5888
|
-
export
|
|
5889
|
-
export
|
|
6229
|
+
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
6230
|
+
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
6231
|
+
export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5890
6232
|
export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
5891
6233
|
/**
|
|
5892
6234
|
* __useGetAttributeByIdQuery__
|
|
@@ -5905,14 +6247,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
5905
6247
|
* });
|
|
5906
6248
|
*/
|
|
5907
6249
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
5908
|
-
id?:
|
|
6250
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5909
6251
|
}>>;
|
|
5910
6252
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
5911
|
-
id?:
|
|
6253
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5912
6254
|
}>>;
|
|
5913
|
-
export
|
|
5914
|
-
export
|
|
5915
|
-
export
|
|
6255
|
+
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6256
|
+
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
6257
|
+
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
5916
6258
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
5917
6259
|
/**
|
|
5918
6260
|
* __useGetAttributesByLibQuery__
|
|
@@ -5931,14 +6273,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
5931
6273
|
* });
|
|
5932
6274
|
*/
|
|
5933
6275
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
5934
|
-
library:
|
|
6276
|
+
library: Scalars["String"];
|
|
5935
6277
|
}>>;
|
|
5936
6278
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
5937
|
-
library:
|
|
6279
|
+
library: Scalars["String"];
|
|
5938
6280
|
}>>;
|
|
5939
|
-
export
|
|
5940
|
-
export
|
|
5941
|
-
export
|
|
6281
|
+
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6282
|
+
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
6283
|
+
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
5942
6284
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
5943
6285
|
/**
|
|
5944
6286
|
* __useGetAttributesQuery__
|
|
@@ -5959,18 +6301,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
5959
6301
|
* });
|
|
5960
6302
|
*/
|
|
5961
6303
|
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
|
|
5962
|
-
pagination?: Pagination
|
|
5963
|
-
sort?: SortAttributes
|
|
5964
|
-
filters?: AttributesFiltersInput
|
|
6304
|
+
pagination?: InputMaybe<Pagination>;
|
|
6305
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6306
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5965
6307
|
}>>;
|
|
5966
6308
|
export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
|
|
5967
|
-
pagination?: Pagination
|
|
5968
|
-
sort?: SortAttributes
|
|
5969
|
-
filters?: AttributesFiltersInput
|
|
6309
|
+
pagination?: InputMaybe<Pagination>;
|
|
6310
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6311
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5970
6312
|
}>>;
|
|
5971
|
-
export
|
|
5972
|
-
export
|
|
5973
|
-
export
|
|
6313
|
+
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6314
|
+
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
6315
|
+
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
5974
6316
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
5975
6317
|
/**
|
|
5976
6318
|
* __useGetVersionProfilesQuery__
|
|
@@ -5990,16 +6332,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
5990
6332
|
* });
|
|
5991
6333
|
*/
|
|
5992
6334
|
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
|
|
5993
|
-
filters?: VersionProfilesFiltersInput
|
|
5994
|
-
sort?: SortVersionProfilesInput
|
|
6335
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6336
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5995
6337
|
}>>;
|
|
5996
6338
|
export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
|
|
5997
|
-
filters?: VersionProfilesFiltersInput
|
|
5998
|
-
sort?: SortVersionProfilesInput
|
|
6339
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6340
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5999
6341
|
}>>;
|
|
6000
|
-
export
|
|
6001
|
-
export
|
|
6002
|
-
export
|
|
6342
|
+
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6343
|
+
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
6344
|
+
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6003
6345
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6004
6346
|
/**
|
|
6005
6347
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
@@ -6018,16 +6360,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
6018
6360
|
* });
|
|
6019
6361
|
*/
|
|
6020
6362
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6021
|
-
libraryId:
|
|
6363
|
+
libraryId: Scalars["String"];
|
|
6022
6364
|
}>>;
|
|
6023
6365
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6024
|
-
libraryId:
|
|
6366
|
+
libraryId: Scalars["String"];
|
|
6025
6367
|
}>>;
|
|
6026
|
-
export
|
|
6027
|
-
export
|
|
6028
|
-
export
|
|
6368
|
+
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6369
|
+
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
6370
|
+
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6029
6371
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6030
|
-
export
|
|
6372
|
+
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6031
6373
|
/**
|
|
6032
6374
|
* __useSaveAttributeMutation__
|
|
6033
6375
|
*
|
|
@@ -6048,9 +6390,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
|
|
|
6048
6390
|
export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
|
|
6049
6391
|
attribute: AttributeInput;
|
|
6050
6392
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6051
|
-
export
|
|
6052
|
-
export
|
|
6053
|
-
export
|
|
6393
|
+
export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
|
|
6394
|
+
export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
|
|
6395
|
+
export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6054
6396
|
export declare const ExportDocument: Apollo.DocumentNode;
|
|
6055
6397
|
/**
|
|
6056
6398
|
* __useExportQuery__
|
|
@@ -6071,20 +6413,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
6071
6413
|
* });
|
|
6072
6414
|
*/
|
|
6073
6415
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
6074
|
-
library:
|
|
6075
|
-
attributes?:
|
|
6076
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6416
|
+
library: Scalars["ID"];
|
|
6417
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6418
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6077
6419
|
}>>;
|
|
6078
6420
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
6079
|
-
library:
|
|
6080
|
-
attributes?:
|
|
6081
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6421
|
+
library: Scalars["ID"];
|
|
6422
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6423
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6082
6424
|
}>>;
|
|
6083
|
-
export
|
|
6084
|
-
export
|
|
6085
|
-
export
|
|
6425
|
+
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6426
|
+
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
6427
|
+
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6086
6428
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6087
|
-
export
|
|
6429
|
+
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6088
6430
|
/**
|
|
6089
6431
|
* __useCreateDirectoryMutation__
|
|
6090
6432
|
*
|
|
@@ -6105,15 +6447,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
|
|
|
6105
6447
|
* });
|
|
6106
6448
|
*/
|
|
6107
6449
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
6108
|
-
library:
|
|
6109
|
-
nodeId:
|
|
6110
|
-
name:
|
|
6450
|
+
library: Scalars["String"];
|
|
6451
|
+
nodeId: Scalars["String"];
|
|
6452
|
+
name: Scalars["String"];
|
|
6111
6453
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6112
|
-
export
|
|
6113
|
-
export
|
|
6114
|
-
export
|
|
6454
|
+
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
6455
|
+
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
6456
|
+
export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6115
6457
|
export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
|
|
6116
|
-
export
|
|
6458
|
+
export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6117
6459
|
/**
|
|
6118
6460
|
* __useForcePreviewsGenerationMutation__
|
|
6119
6461
|
*
|
|
@@ -6136,15 +6478,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
|
|
|
6136
6478
|
* });
|
|
6137
6479
|
*/
|
|
6138
6480
|
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?:
|
|
6481
|
+
libraryId: Scalars["ID"];
|
|
6482
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6483
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6484
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
6485
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6144
6486
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6145
|
-
export
|
|
6146
|
-
export
|
|
6147
|
-
export
|
|
6487
|
+
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
6488
|
+
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
6489
|
+
export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6148
6490
|
export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
6149
6491
|
/**
|
|
6150
6492
|
* __useGetDirectoryDataQuery__
|
|
@@ -6164,16 +6506,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
6164
6506
|
* });
|
|
6165
6507
|
*/
|
|
6166
6508
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
6167
|
-
library:
|
|
6168
|
-
directoryId:
|
|
6509
|
+
library: Scalars["ID"];
|
|
6510
|
+
directoryId: Scalars["String"];
|
|
6169
6511
|
}>>;
|
|
6170
6512
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
6171
|
-
library:
|
|
6172
|
-
directoryId:
|
|
6513
|
+
library: Scalars["ID"];
|
|
6514
|
+
directoryId: Scalars["String"];
|
|
6173
6515
|
}>>;
|
|
6174
|
-
export
|
|
6175
|
-
export
|
|
6176
|
-
export
|
|
6516
|
+
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6517
|
+
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
6518
|
+
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6177
6519
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6178
6520
|
/**
|
|
6179
6521
|
* __useUploadUpdateSubscription__
|
|
@@ -6192,12 +6534,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
6192
6534
|
* });
|
|
6193
6535
|
*/
|
|
6194
6536
|
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
|
|
6195
|
-
filters?: UploadFiltersInput
|
|
6537
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
6196
6538
|
}>>;
|
|
6197
|
-
export
|
|
6198
|
-
export
|
|
6539
|
+
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
6540
|
+
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
6199
6541
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
6200
|
-
export
|
|
6542
|
+
export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
|
|
6201
6543
|
/**
|
|
6202
6544
|
* __useUploadMutation__
|
|
6203
6545
|
*
|
|
@@ -6218,15 +6560,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
|
|
|
6218
6560
|
* });
|
|
6219
6561
|
*/
|
|
6220
6562
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
6221
|
-
library:
|
|
6222
|
-
nodeId:
|
|
6223
|
-
files: FileInput | FileInput
|
|
6563
|
+
library: Scalars["String"];
|
|
6564
|
+
nodeId: Scalars["String"];
|
|
6565
|
+
files: Array<FileInput> | FileInput;
|
|
6224
6566
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6225
|
-
export
|
|
6226
|
-
export
|
|
6227
|
-
export
|
|
6567
|
+
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
6568
|
+
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
6569
|
+
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
6228
6570
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
6229
|
-
export
|
|
6571
|
+
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6230
6572
|
/**
|
|
6231
6573
|
* __useImportExcelMutation__
|
|
6232
6574
|
*
|
|
@@ -6247,13 +6589,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
|
|
|
6247
6589
|
* });
|
|
6248
6590
|
*/
|
|
6249
6591
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
6250
|
-
file:
|
|
6251
|
-
sheets?: SheetInput | SheetInput
|
|
6252
|
-
startAt?:
|
|
6592
|
+
file: Scalars["Upload"];
|
|
6593
|
+
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
6594
|
+
startAt?: InputMaybe<Scalars["Int"]>;
|
|
6253
6595
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6254
|
-
export
|
|
6255
|
-
export
|
|
6256
|
-
export
|
|
6596
|
+
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
6597
|
+
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
6598
|
+
export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6257
6599
|
export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
6258
6600
|
/**
|
|
6259
6601
|
* __useCheckLibraryExistenceQuery__
|
|
@@ -6272,16 +6614,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
6272
6614
|
* });
|
|
6273
6615
|
*/
|
|
6274
6616
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
6275
|
-
id?:
|
|
6617
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6276
6618
|
}>>;
|
|
6277
6619
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
6278
|
-
id?:
|
|
6620
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6279
6621
|
}>>;
|
|
6280
|
-
export
|
|
6281
|
-
export
|
|
6282
|
-
export
|
|
6622
|
+
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
6623
|
+
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
6624
|
+
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
6283
6625
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
6284
|
-
export
|
|
6626
|
+
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6285
6627
|
/**
|
|
6286
6628
|
* __useDeleteLibraryMutation__
|
|
6287
6629
|
*
|
|
@@ -6300,11 +6642,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
|
|
|
6300
6642
|
* });
|
|
6301
6643
|
*/
|
|
6302
6644
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
6303
|
-
id?:
|
|
6645
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6304
6646
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6305
|
-
export
|
|
6306
|
-
export
|
|
6307
|
-
export
|
|
6647
|
+
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
6648
|
+
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
6649
|
+
export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6308
6650
|
export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
6309
6651
|
/**
|
|
6310
6652
|
* __useGetLibrariesQuery__
|
|
@@ -6327,9 +6669,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
6327
6669
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
6328
6670
|
[key: string]: never;
|
|
6329
6671
|
}>>;
|
|
6330
|
-
export
|
|
6331
|
-
export
|
|
6332
|
-
export
|
|
6672
|
+
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
6673
|
+
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
6674
|
+
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
6333
6675
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
6334
6676
|
/**
|
|
6335
6677
|
* __useGetLibraryByIdQuery__
|
|
@@ -6348,14 +6690,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
6348
6690
|
* });
|
|
6349
6691
|
*/
|
|
6350
6692
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
6351
|
-
id?:
|
|
6693
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6352
6694
|
}>>;
|
|
6353
6695
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
6354
|
-
id?:
|
|
6696
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6355
6697
|
}>>;
|
|
6356
|
-
export
|
|
6357
|
-
export
|
|
6358
|
-
export
|
|
6698
|
+
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
6699
|
+
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
6700
|
+
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
6359
6701
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
6360
6702
|
/**
|
|
6361
6703
|
* __useGetLibraryPermissionsQuery__
|
|
@@ -6374,14 +6716,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
6374
6716
|
* });
|
|
6375
6717
|
*/
|
|
6376
6718
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
6377
|
-
libraryId?:
|
|
6719
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6378
6720
|
}>>;
|
|
6379
6721
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
6380
|
-
libraryId?:
|
|
6722
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6381
6723
|
}>>;
|
|
6382
|
-
export
|
|
6383
|
-
export
|
|
6384
|
-
export
|
|
6724
|
+
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
6725
|
+
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
6726
|
+
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
6385
6727
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
6386
6728
|
/**
|
|
6387
6729
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
@@ -6400,16 +6742,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
6400
6742
|
* });
|
|
6401
6743
|
*/
|
|
6402
6744
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6403
|
-
id:
|
|
6745
|
+
id: Scalars["ID"];
|
|
6404
6746
|
}>>;
|
|
6405
6747
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6406
|
-
id:
|
|
6748
|
+
id: Scalars["ID"];
|
|
6407
6749
|
}>>;
|
|
6408
|
-
export
|
|
6409
|
-
export
|
|
6410
|
-
export
|
|
6750
|
+
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
6751
|
+
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
6752
|
+
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
6411
6753
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
6412
|
-
export
|
|
6754
|
+
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6413
6755
|
/**
|
|
6414
6756
|
* __useSaveLibraryMutation__
|
|
6415
6757
|
*
|
|
@@ -6430,9 +6772,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
|
|
|
6430
6772
|
export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
|
|
6431
6773
|
library: LibraryInput;
|
|
6432
6774
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6433
|
-
export
|
|
6434
|
-
export
|
|
6435
|
-
export
|
|
6775
|
+
export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
|
|
6776
|
+
export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
|
|
6777
|
+
export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6436
6778
|
export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
6437
6779
|
/**
|
|
6438
6780
|
* __useIsAllowedQuery__
|
|
@@ -6455,21 +6797,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
6455
6797
|
*/
|
|
6456
6798
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
6457
6799
|
type: PermissionTypes;
|
|
6458
|
-
actions: PermissionsActions | PermissionsActions
|
|
6459
|
-
applyTo?:
|
|
6460
|
-
target?: PermissionTarget
|
|
6800
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6801
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6802
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6461
6803
|
}>>;
|
|
6462
6804
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
6463
6805
|
type: PermissionTypes;
|
|
6464
|
-
actions: PermissionsActions | PermissionsActions
|
|
6465
|
-
applyTo?:
|
|
6466
|
-
target?: PermissionTarget
|
|
6806
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6807
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6808
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6467
6809
|
}>>;
|
|
6468
|
-
export
|
|
6469
|
-
export
|
|
6470
|
-
export
|
|
6810
|
+
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
6811
|
+
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
6812
|
+
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
6471
6813
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
6472
|
-
export
|
|
6814
|
+
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6473
6815
|
/**
|
|
6474
6816
|
* __useCreateRecordMutation__
|
|
6475
6817
|
*
|
|
@@ -6489,14 +6831,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
|
|
|
6489
6831
|
* });
|
|
6490
6832
|
*/
|
|
6491
6833
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
6492
|
-
library:
|
|
6493
|
-
data?: CreateRecordDataInput
|
|
6834
|
+
library: Scalars["ID"];
|
|
6835
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
6494
6836
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6495
|
-
export
|
|
6496
|
-
export
|
|
6497
|
-
export
|
|
6837
|
+
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
6838
|
+
export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
|
|
6839
|
+
export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6498
6840
|
export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
|
|
6499
|
-
export
|
|
6841
|
+
export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6500
6842
|
/**
|
|
6501
6843
|
* __useDeactivateRecordsMutation__
|
|
6502
6844
|
*
|
|
@@ -6517,13 +6859,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
|
|
|
6517
6859
|
* });
|
|
6518
6860
|
*/
|
|
6519
6861
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
6520
|
-
libraryId:
|
|
6521
|
-
recordsIds?:
|
|
6522
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6862
|
+
libraryId: Scalars["String"];
|
|
6863
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6864
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6523
6865
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6524
|
-
export
|
|
6525
|
-
export
|
|
6526
|
-
export
|
|
6866
|
+
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
6867
|
+
export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
|
|
6868
|
+
export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6527
6869
|
export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
6528
6870
|
/**
|
|
6529
6871
|
* __useDoesFileExistAsChildQuery__
|
|
@@ -6544,18 +6886,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
6544
6886
|
* });
|
|
6545
6887
|
*/
|
|
6546
6888
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
6547
|
-
parentNode?:
|
|
6548
|
-
treeId:
|
|
6549
|
-
filename:
|
|
6889
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6890
|
+
treeId: Scalars["ID"];
|
|
6891
|
+
filename: Scalars["String"];
|
|
6550
6892
|
}>>;
|
|
6551
6893
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
6552
|
-
parentNode?:
|
|
6553
|
-
treeId:
|
|
6554
|
-
filename:
|
|
6894
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6895
|
+
treeId: Scalars["ID"];
|
|
6896
|
+
filename: Scalars["String"];
|
|
6555
6897
|
}>>;
|
|
6556
|
-
export
|
|
6557
|
-
export
|
|
6558
|
-
export
|
|
6898
|
+
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
6899
|
+
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
6900
|
+
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
6559
6901
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
6560
6902
|
/**
|
|
6561
6903
|
* __useGetFileDataQuery__
|
|
@@ -6576,18 +6918,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
6576
6918
|
* });
|
|
6577
6919
|
*/
|
|
6578
6920
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
6579
|
-
library:
|
|
6580
|
-
fileId:
|
|
6581
|
-
previewsStatusAttribute:
|
|
6921
|
+
library: Scalars["ID"];
|
|
6922
|
+
fileId: Scalars["String"];
|
|
6923
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6582
6924
|
}>>;
|
|
6583
6925
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
6584
|
-
library:
|
|
6585
|
-
fileId:
|
|
6586
|
-
previewsStatusAttribute:
|
|
6926
|
+
library: Scalars["ID"];
|
|
6927
|
+
fileId: Scalars["String"];
|
|
6928
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6587
6929
|
}>>;
|
|
6588
|
-
export
|
|
6589
|
-
export
|
|
6590
|
-
export
|
|
6930
|
+
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
6931
|
+
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
6932
|
+
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
6591
6933
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
6592
6934
|
/**
|
|
6593
6935
|
* __useRecordFormQuery__
|
|
@@ -6609,20 +6951,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
6609
6951
|
* });
|
|
6610
6952
|
*/
|
|
6611
6953
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
6612
|
-
libraryId:
|
|
6613
|
-
formId:
|
|
6614
|
-
recordId?:
|
|
6615
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6954
|
+
libraryId: Scalars["String"];
|
|
6955
|
+
formId: Scalars["String"];
|
|
6956
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6957
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6616
6958
|
}>>;
|
|
6617
6959
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
6618
|
-
libraryId:
|
|
6619
|
-
formId:
|
|
6620
|
-
recordId?:
|
|
6621
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6960
|
+
libraryId: Scalars["String"];
|
|
6961
|
+
formId: Scalars["String"];
|
|
6962
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6963
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6622
6964
|
}>>;
|
|
6623
|
-
export
|
|
6624
|
-
export
|
|
6625
|
-
export
|
|
6965
|
+
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
6966
|
+
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
6967
|
+
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
6626
6968
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
6627
6969
|
/**
|
|
6628
6970
|
* __useRecordUpdateSubscription__
|
|
@@ -6641,12 +6983,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
6641
6983
|
* });
|
|
6642
6984
|
*/
|
|
6643
6985
|
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
|
|
6644
|
-
filters?: RecordUpdateFilterInput
|
|
6986
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
6645
6987
|
}>>;
|
|
6646
|
-
export
|
|
6647
|
-
export
|
|
6988
|
+
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
6989
|
+
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
6648
6990
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
6649
|
-
export
|
|
6991
|
+
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6650
6992
|
/**
|
|
6651
6993
|
* __useIndexRecordsMutation__
|
|
6652
6994
|
*
|
|
@@ -6666,14 +7008,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
|
|
|
6666
7008
|
* });
|
|
6667
7009
|
*/
|
|
6668
7010
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
6669
|
-
libraryId:
|
|
6670
|
-
records?:
|
|
7011
|
+
libraryId: Scalars["String"];
|
|
7012
|
+
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6671
7013
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6672
|
-
export
|
|
6673
|
-
export
|
|
6674
|
-
export
|
|
7014
|
+
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
7015
|
+
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
7016
|
+
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6675
7017
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
6676
|
-
export
|
|
7018
|
+
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6677
7019
|
/**
|
|
6678
7020
|
* __useCancelTaskMutation__
|
|
6679
7021
|
*
|
|
@@ -6692,11 +7034,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
|
|
|
6692
7034
|
* });
|
|
6693
7035
|
*/
|
|
6694
7036
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
6695
|
-
taskId:
|
|
7037
|
+
taskId: Scalars["ID"];
|
|
6696
7038
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6697
|
-
export
|
|
6698
|
-
export
|
|
6699
|
-
export
|
|
7039
|
+
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
7040
|
+
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
7041
|
+
export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6700
7042
|
export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
6701
7043
|
/**
|
|
6702
7044
|
* __useCheckTreeExistenceQuery__
|
|
@@ -6715,16 +7057,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
6715
7057
|
* });
|
|
6716
7058
|
*/
|
|
6717
7059
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
6718
|
-
id?:
|
|
7060
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6719
7061
|
}>>;
|
|
6720
7062
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
6721
|
-
id?:
|
|
7063
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6722
7064
|
}>>;
|
|
6723
|
-
export
|
|
6724
|
-
export
|
|
6725
|
-
export
|
|
7065
|
+
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7066
|
+
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
7067
|
+
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
6726
7068
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
6727
|
-
export
|
|
7069
|
+
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6728
7070
|
/**
|
|
6729
7071
|
* __useDeleteTreeMutation__
|
|
6730
7072
|
*
|
|
@@ -6743,11 +7085,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
|
|
|
6743
7085
|
* });
|
|
6744
7086
|
*/
|
|
6745
7087
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
6746
|
-
id:
|
|
7088
|
+
id: Scalars["ID"];
|
|
6747
7089
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6748
|
-
export
|
|
6749
|
-
export
|
|
6750
|
-
export
|
|
7090
|
+
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
7091
|
+
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
7092
|
+
export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6751
7093
|
export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
6752
7094
|
/**
|
|
6753
7095
|
* __useGetTreeByIdQuery__
|
|
@@ -6766,14 +7108,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
6766
7108
|
* });
|
|
6767
7109
|
*/
|
|
6768
7110
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
6769
|
-
id?:
|
|
7111
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6770
7112
|
}>>;
|
|
6771
7113
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
6772
|
-
id?:
|
|
7114
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6773
7115
|
}>>;
|
|
6774
|
-
export
|
|
6775
|
-
export
|
|
6776
|
-
export
|
|
7116
|
+
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7117
|
+
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
7118
|
+
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
6777
7119
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
6778
7120
|
/**
|
|
6779
7121
|
* __useGetTreeLibrariesQuery__
|
|
@@ -6793,16 +7135,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
6793
7135
|
* });
|
|
6794
7136
|
*/
|
|
6795
7137
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
6796
|
-
treeId?:
|
|
6797
|
-
library?:
|
|
7138
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7139
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6798
7140
|
}>>;
|
|
6799
7141
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
6800
|
-
treeId?:
|
|
6801
|
-
library?:
|
|
7142
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7143
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6802
7144
|
}>>;
|
|
6803
|
-
export
|
|
6804
|
-
export
|
|
6805
|
-
export
|
|
7145
|
+
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7146
|
+
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
7147
|
+
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
6806
7148
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
6807
7149
|
/**
|
|
6808
7150
|
* __useGetTreesQuery__
|
|
@@ -6825,11 +7167,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
6825
7167
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
6826
7168
|
[key: string]: never;
|
|
6827
7169
|
}>>;
|
|
6828
|
-
export
|
|
6829
|
-
export
|
|
6830
|
-
export
|
|
7170
|
+
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7171
|
+
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
7172
|
+
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
6831
7173
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
6832
|
-
export
|
|
7174
|
+
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6833
7175
|
/**
|
|
6834
7176
|
* __useSaveTreeMutation__
|
|
6835
7177
|
*
|
|
@@ -6850,9 +7192,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
|
|
|
6850
7192
|
export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
|
|
6851
7193
|
tree: TreeInput;
|
|
6852
7194
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6853
|
-
export
|
|
6854
|
-
export
|
|
6855
|
-
export
|
|
7195
|
+
export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
|
|
7196
|
+
export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
|
|
7197
|
+
export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6856
7198
|
export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
6857
7199
|
/**
|
|
6858
7200
|
* __useTreeNodeChildrenQuery__
|
|
@@ -6873,18 +7215,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
6873
7215
|
* });
|
|
6874
7216
|
*/
|
|
6875
7217
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
6876
|
-
treeId:
|
|
6877
|
-
node?:
|
|
6878
|
-
pagination?: Pagination
|
|
7218
|
+
treeId: Scalars["ID"];
|
|
7219
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7220
|
+
pagination?: InputMaybe<Pagination>;
|
|
6879
7221
|
}>>;
|
|
6880
7222
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
6881
|
-
treeId:
|
|
6882
|
-
node?:
|
|
6883
|
-
pagination?: Pagination
|
|
7223
|
+
treeId: Scalars["ID"];
|
|
7224
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7225
|
+
pagination?: InputMaybe<Pagination>;
|
|
6884
7226
|
}>>;
|
|
6885
|
-
export
|
|
6886
|
-
export
|
|
6887
|
-
export
|
|
7227
|
+
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7228
|
+
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
7229
|
+
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
6888
7230
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
6889
7231
|
/**
|
|
6890
7232
|
* __useGetUserDataQuery__
|
|
@@ -6904,18 +7246,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
6904
7246
|
* });
|
|
6905
7247
|
*/
|
|
6906
7248
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
6907
|
-
keys:
|
|
6908
|
-
global?:
|
|
7249
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7250
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6909
7251
|
}>>;
|
|
6910
7252
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
6911
|
-
keys:
|
|
6912
|
-
global?:
|
|
7253
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7254
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6913
7255
|
}>>;
|
|
6914
|
-
export
|
|
6915
|
-
export
|
|
6916
|
-
export
|
|
7256
|
+
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7257
|
+
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
7258
|
+
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
6917
7259
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
6918
|
-
export
|
|
7260
|
+
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6919
7261
|
/**
|
|
6920
7262
|
* __useSaveUserDataMutation__
|
|
6921
7263
|
*
|
|
@@ -6936,15 +7278,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
|
|
|
6936
7278
|
* });
|
|
6937
7279
|
*/
|
|
6938
7280
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
6939
|
-
key:
|
|
6940
|
-
value?:
|
|
6941
|
-
global:
|
|
7281
|
+
key: Scalars["String"];
|
|
7282
|
+
value?: InputMaybe<Scalars["Any"]>;
|
|
7283
|
+
global: Scalars["Boolean"];
|
|
6942
7284
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6943
|
-
export
|
|
6944
|
-
export
|
|
6945
|
-
export
|
|
7285
|
+
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
7286
|
+
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
7287
|
+
export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6946
7288
|
export declare const DeleteValueDocument: Apollo.DocumentNode;
|
|
6947
|
-
export
|
|
7289
|
+
export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6948
7290
|
/**
|
|
6949
7291
|
* __useDeleteValueMutation__
|
|
6950
7292
|
*
|
|
@@ -6966,16 +7308,48 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
|
|
|
6966
7308
|
* });
|
|
6967
7309
|
*/
|
|
6968
7310
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
6969
|
-
library:
|
|
6970
|
-
recordId:
|
|
6971
|
-
attribute:
|
|
6972
|
-
value?: ValueInput
|
|
7311
|
+
library: Scalars["ID"];
|
|
7312
|
+
recordId: Scalars["ID"];
|
|
7313
|
+
attribute: Scalars["ID"];
|
|
7314
|
+
value?: InputMaybe<ValueInput>;
|
|
6973
7315
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6974
|
-
export
|
|
6975
|
-
export
|
|
6976
|
-
export
|
|
7316
|
+
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7317
|
+
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7318
|
+
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7319
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7320
|
+
/**
|
|
7321
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7322
|
+
*
|
|
7323
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7324
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7325
|
+
* you can use to render your UI.
|
|
7326
|
+
*
|
|
7327
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7328
|
+
*
|
|
7329
|
+
* @example
|
|
7330
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7331
|
+
* variables: {
|
|
7332
|
+
* library: // value for 'library'
|
|
7333
|
+
* value: // value for 'value'
|
|
7334
|
+
* version: // value for 'version'
|
|
7335
|
+
* },
|
|
7336
|
+
* });
|
|
7337
|
+
*/
|
|
7338
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7339
|
+
library: Scalars["ID"];
|
|
7340
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7341
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7342
|
+
}>>;
|
|
7343
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7344
|
+
library: Scalars["ID"];
|
|
7345
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7346
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7347
|
+
}>>;
|
|
7348
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7349
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7350
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6977
7351
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
|
-
export
|
|
7352
|
+
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7353
|
/**
|
|
6980
7354
|
* __useSaveValueBatchMutation__
|
|
6981
7355
|
*
|
|
@@ -6998,17 +7372,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
|
|
|
6998
7372
|
* });
|
|
6999
7373
|
*/
|
|
7000
7374
|
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?:
|
|
7375
|
+
library: Scalars["ID"];
|
|
7376
|
+
recordId: Scalars["ID"];
|
|
7377
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7378
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
7379
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
7006
7380
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7007
|
-
export
|
|
7008
|
-
export
|
|
7009
|
-
export
|
|
7381
|
+
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
7382
|
+
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
7383
|
+
export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7010
7384
|
export declare const DeleteViewDocument: Apollo.DocumentNode;
|
|
7011
|
-
export
|
|
7385
|
+
export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7012
7386
|
/**
|
|
7013
7387
|
* __useDeleteViewMutation__
|
|
7014
7388
|
*
|
|
@@ -7027,11 +7401,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
|
|
|
7027
7401
|
* });
|
|
7028
7402
|
*/
|
|
7029
7403
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
7030
|
-
viewId:
|
|
7404
|
+
viewId: Scalars["String"];
|
|
7031
7405
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7032
|
-
export
|
|
7033
|
-
export
|
|
7034
|
-
export
|
|
7406
|
+
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
7407
|
+
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
7408
|
+
export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7035
7409
|
export declare const GetViewDocument: Apollo.DocumentNode;
|
|
7036
7410
|
/**
|
|
7037
7411
|
* __useGetViewQuery__
|
|
@@ -7050,14 +7424,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
7050
7424
|
* });
|
|
7051
7425
|
*/
|
|
7052
7426
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
7053
|
-
viewId:
|
|
7427
|
+
viewId: Scalars["String"];
|
|
7054
7428
|
}>>;
|
|
7055
7429
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7056
|
-
viewId:
|
|
7430
|
+
viewId: Scalars["String"];
|
|
7057
7431
|
}>>;
|
|
7058
|
-
export
|
|
7059
|
-
export
|
|
7060
|
-
export
|
|
7432
|
+
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7433
|
+
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
7434
|
+
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7061
7435
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7062
7436
|
/**
|
|
7063
7437
|
* __useGetViewsListQuery__
|
|
@@ -7076,16 +7450,16 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
7076
7450
|
* });
|
|
7077
7451
|
*/
|
|
7078
7452
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
7079
|
-
libraryId:
|
|
7453
|
+
libraryId: Scalars["String"];
|
|
7080
7454
|
}>>;
|
|
7081
7455
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7082
|
-
libraryId:
|
|
7456
|
+
libraryId: Scalars["String"];
|
|
7083
7457
|
}>>;
|
|
7084
|
-
export
|
|
7085
|
-
export
|
|
7086
|
-
export
|
|
7458
|
+
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7459
|
+
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7460
|
+
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7087
7461
|
export declare const AddViewDocument: Apollo.DocumentNode;
|
|
7088
|
-
export
|
|
7462
|
+
export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
|
|
7089
7463
|
/**
|
|
7090
7464
|
* __useAddViewMutation__
|
|
7091
7465
|
*
|
|
@@ -7106,6 +7480,125 @@ export declare type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation,
|
|
|
7106
7480
|
export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
|
|
7107
7481
|
view: ViewInput;
|
|
7108
7482
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export
|
|
7110
|
-
export
|
|
7111
|
-
export
|
|
7483
|
+
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7484
|
+
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7485
|
+
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7486
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7487
|
+
/**
|
|
7488
|
+
* __useExplorerAttributesQuery__
|
|
7489
|
+
*
|
|
7490
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7491
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7492
|
+
* you can use to render your UI.
|
|
7493
|
+
*
|
|
7494
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7495
|
+
*
|
|
7496
|
+
* @example
|
|
7497
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7498
|
+
* variables: {
|
|
7499
|
+
* ids: // value for 'ids'
|
|
7500
|
+
* },
|
|
7501
|
+
* });
|
|
7502
|
+
*/
|
|
7503
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7504
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7505
|
+
}>>;
|
|
7506
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7507
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7508
|
+
}>>;
|
|
7509
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7510
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7511
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7512
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7513
|
+
/**
|
|
7514
|
+
* __useExplorerQuery__
|
|
7515
|
+
*
|
|
7516
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7517
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7518
|
+
* you can use to render your UI.
|
|
7519
|
+
*
|
|
7520
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7521
|
+
*
|
|
7522
|
+
* @example
|
|
7523
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7524
|
+
* variables: {
|
|
7525
|
+
* libraryId: // value for 'libraryId'
|
|
7526
|
+
* attributeIds: // value for 'attributeIds'
|
|
7527
|
+
* pagination: // value for 'pagination'
|
|
7528
|
+
* filters: // value for 'filters'
|
|
7529
|
+
* multipleSort: // value for 'multipleSort'
|
|
7530
|
+
* searchQuery: // value for 'searchQuery'
|
|
7531
|
+
* },
|
|
7532
|
+
* });
|
|
7533
|
+
*/
|
|
7534
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7535
|
+
libraryId: Scalars["ID"];
|
|
7536
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7537
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7538
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7539
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7540
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7541
|
+
}>>;
|
|
7542
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7543
|
+
libraryId: Scalars["ID"];
|
|
7544
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7545
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7546
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7547
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7548
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7549
|
+
}>>;
|
|
7550
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7551
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7552
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|
|
7553
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7554
|
+
/**
|
|
7555
|
+
* __useExplorerLibraryDataQuery__
|
|
7556
|
+
*
|
|
7557
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7558
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7559
|
+
* you can use to render your UI.
|
|
7560
|
+
*
|
|
7561
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7562
|
+
*
|
|
7563
|
+
* @example
|
|
7564
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7565
|
+
* variables: {
|
|
7566
|
+
* libraryId: // value for 'libraryId'
|
|
7567
|
+
* },
|
|
7568
|
+
* });
|
|
7569
|
+
*/
|
|
7570
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7571
|
+
libraryId: Scalars["ID"];
|
|
7572
|
+
}>>;
|
|
7573
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7574
|
+
libraryId: Scalars["ID"];
|
|
7575
|
+
}>>;
|
|
7576
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7577
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7578
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7579
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7580
|
+
/**
|
|
7581
|
+
* __useTreeDataQueryQuery__
|
|
7582
|
+
*
|
|
7583
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7584
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7585
|
+
* you can use to render your UI.
|
|
7586
|
+
*
|
|
7587
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7588
|
+
*
|
|
7589
|
+
* @example
|
|
7590
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7591
|
+
* variables: {
|
|
7592
|
+
* treeId: // value for 'treeId'
|
|
7593
|
+
* },
|
|
7594
|
+
* });
|
|
7595
|
+
*/
|
|
7596
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7597
|
+
treeId: Scalars["ID"];
|
|
7598
|
+
}>>;
|
|
7599
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7600
|
+
treeId: Scalars["ID"];
|
|
7601
|
+
}>>;
|
|
7602
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7603
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7604
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|