@leav/ui 0.3.6-93b3e08 → 0.3.6-983272e
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 +11 -4
- 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 +12 -5
- package/dist/__mocks__/common/form.js +38 -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 +5 -4
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +8 -6
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
- 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 +3 -2
- 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 +1626 -720
- package/dist/_gqlTypes/index.js +487 -34
- 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 -3
- 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 +8 -6
- 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 +4 -5
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +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 +3 -4
- 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 +6 -4
- 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 +3 -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 +6 -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 +2 -2
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +15 -12
- 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/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- 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 +11 -4
- 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.d.ts +0 -3
- package/dist/antdTheme/index.js +4 -43
- 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 -2
- 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 +3 -6
- 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 +24 -0
- package/dist/components/Explorer/DataView.js +129 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +20 -0
- package/dist/components/Explorer/Explorer.js +121 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
- package/dist/components/Explorer/ExplorerTitle.js +47 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.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 +152 -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/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +119 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +113 -0
- package/dist/components/Explorer/_types.js +8 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +15 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.js +54 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +23 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.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/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +73 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +69 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.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 +6 -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 +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -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 +55 -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 +88 -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 +22 -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/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.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 +66 -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/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.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 +35 -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/FilterDropdownContent.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.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/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.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 +19 -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/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -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/_types.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -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 +15 -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 +8 -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 +12 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +64 -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 +8 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +42 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js +26 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.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 +111 -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 +28 -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 +167 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +265 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.js +55 -0
- package/dist/components/Explorer/manage-view-settings/useManageViews.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.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/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +39 -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 +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +221 -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 +8 -12
- 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 +8 -3
- 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 +9 -7
- 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 +5 -10
- 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 +3 -4
- 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 +4 -4
- 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/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.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 +8 -6
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +3 -3
- 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 +2 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- 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.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +104 -80
- 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.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +19 -6
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +30 -35
- 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 +51 -29
- 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.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- 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/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- 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 -8
- 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/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 +4 -4
- 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 +16 -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 +204 -184
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +113 -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 +53 -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 +34 -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 +39 -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 +41 -38
- 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 +69 -35
- 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 +57 -415
- 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 +141 -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 +56 -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 +32 -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 +9 -12
- 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 +12 -6
- 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.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
- 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/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
- 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/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -284
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
- 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/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- 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/EditRecordSkeleton/EditRecordSkeleton.d.ts +5 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +3 -3
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/_types.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +14 -12
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- 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.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +2 -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 +129 -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.d.ts +3 -0
- package/dist/constants.js +4 -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/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- 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 +2 -2
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +3 -3
- 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 +120 -7
- package/dist/locales/fr/shared.json +122 -9
- 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/dist/types/views.d.ts +4 -4
- package/package.json +11 -5
- 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/EditRecordSkeleton.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.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/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -29
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.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
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -48
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.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,8 +125,9 @@ 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
|
+
character_limit?: InputMaybe<Scalars['Int']>;
|
|
130
131
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
132
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
132
133
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -134,18 +135,18 @@ export declare type AttributeInput = {
|
|
|
134
135
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
135
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
136
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
137
|
-
maxLength?: InputMaybe<Scalars['Int']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
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,14 @@ 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
|
+
defaultApp?: InputMaybe<Scalars['String']>;
|
|
261
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
262
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
263
|
name?: InputMaybe<Scalars['String']>;
|
|
260
264
|
};
|
|
261
265
|
export declare enum IoTypes {
|
|
@@ -274,7 +278,7 @@ export declare enum ImportType {
|
|
|
274
278
|
LINK = "LINK",
|
|
275
279
|
STANDARD = "STANDARD"
|
|
276
280
|
}
|
|
277
|
-
export
|
|
281
|
+
export type LibrariesFiltersInput = {
|
|
278
282
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
279
283
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
280
284
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -290,11 +294,11 @@ export declare enum LibraryBehavior {
|
|
|
290
294
|
files = "files",
|
|
291
295
|
standard = "standard"
|
|
292
296
|
}
|
|
293
|
-
export
|
|
297
|
+
export type LibraryIconInput = {
|
|
294
298
|
libraryId: Scalars['String'];
|
|
295
299
|
recordId: Scalars['String'];
|
|
296
300
|
};
|
|
297
|
-
export
|
|
301
|
+
export type LibraryInput = {
|
|
298
302
|
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
299
303
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
300
304
|
defaultView?: InputMaybe<Scalars['ID']>;
|
|
@@ -306,7 +310,7 @@ export declare type LibraryInput = {
|
|
|
306
310
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
307
311
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
308
312
|
};
|
|
309
|
-
export
|
|
313
|
+
export type LibraryPreviewsSettingsInput = {
|
|
310
314
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
311
315
|
label: Scalars['SystemTranslation'];
|
|
312
316
|
versions: PreviewVersionInput;
|
|
@@ -340,9 +344,11 @@ export declare enum LogAction {
|
|
|
340
344
|
VALUE_DELETE = "VALUE_DELETE",
|
|
341
345
|
VALUE_SAVE = "VALUE_SAVE",
|
|
342
346
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
343
|
-
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
347
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
|
|
348
|
+
fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
|
|
349
|
+
fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
|
|
344
350
|
}
|
|
345
|
-
export
|
|
351
|
+
export type LogFilterInput = {
|
|
346
352
|
actions?: InputMaybe<Array<LogAction>>;
|
|
347
353
|
instanceId?: InputMaybe<Scalars['String']>;
|
|
348
354
|
queryId?: InputMaybe<Scalars['String']>;
|
|
@@ -351,11 +357,11 @@ export declare type LogFilterInput = {
|
|
|
351
357
|
trigger?: InputMaybe<Scalars['String']>;
|
|
352
358
|
userId?: InputMaybe<Scalars['String']>;
|
|
353
359
|
};
|
|
354
|
-
export
|
|
360
|
+
export type LogFilterTimeInput = {
|
|
355
361
|
from?: InputMaybe<Scalars['Int']>;
|
|
356
362
|
to?: InputMaybe<Scalars['Int']>;
|
|
357
363
|
};
|
|
358
|
-
export
|
|
364
|
+
export type LogSortInput = {
|
|
359
365
|
field: LogSortableField;
|
|
360
366
|
order: SortOrder;
|
|
361
367
|
};
|
|
@@ -367,7 +373,7 @@ export declare enum LogSortableField {
|
|
|
367
373
|
trigger = "trigger",
|
|
368
374
|
userId = "userId"
|
|
369
375
|
}
|
|
370
|
-
export
|
|
376
|
+
export type LogTopicFilterInput = {
|
|
371
377
|
apiKey?: InputMaybe<Scalars['String']>;
|
|
372
378
|
attribute?: InputMaybe<Scalars['String']>;
|
|
373
379
|
filename?: InputMaybe<Scalars['String']>;
|
|
@@ -377,30 +383,30 @@ export declare type LogTopicFilterInput = {
|
|
|
377
383
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
378
384
|
tree?: InputMaybe<Scalars['String']>;
|
|
379
385
|
};
|
|
380
|
-
export
|
|
386
|
+
export type LogTopicPermissionFilterInput = {
|
|
381
387
|
applyTo?: InputMaybe<Scalars['String']>;
|
|
382
388
|
type?: InputMaybe<Scalars['String']>;
|
|
383
389
|
};
|
|
384
|
-
export
|
|
390
|
+
export type LogTopicRecordFilterInput = {
|
|
385
391
|
id?: InputMaybe<Scalars['String']>;
|
|
386
392
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
387
393
|
};
|
|
388
|
-
export
|
|
394
|
+
export type Pagination = {
|
|
389
395
|
limit: Scalars['Int'];
|
|
390
396
|
offset: Scalars['Int'];
|
|
391
397
|
};
|
|
392
|
-
export
|
|
398
|
+
export type PermissionActionInput = {
|
|
393
399
|
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
394
400
|
name: PermissionsActions;
|
|
395
401
|
};
|
|
396
|
-
export
|
|
402
|
+
export type PermissionInput = {
|
|
397
403
|
actions: Array<PermissionActionInput>;
|
|
398
404
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
399
405
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
400
406
|
type: PermissionTypes;
|
|
401
407
|
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
402
408
|
};
|
|
403
|
-
export
|
|
409
|
+
export type PermissionTarget = {
|
|
404
410
|
attributeId?: InputMaybe<Scalars['ID']>;
|
|
405
411
|
libraryId?: InputMaybe<Scalars['ID']>;
|
|
406
412
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
@@ -461,22 +467,23 @@ export declare enum PermissionsActions {
|
|
|
461
467
|
detach = "detach",
|
|
462
468
|
edit_children = "edit_children",
|
|
463
469
|
edit_record = "edit_record",
|
|
464
|
-
edit_value = "edit_value"
|
|
470
|
+
edit_value = "edit_value",
|
|
471
|
+
fake_plugin_permission = "fake_plugin_permission"
|
|
465
472
|
}
|
|
466
473
|
export declare enum PermissionsRelation {
|
|
467
474
|
and = "and",
|
|
468
475
|
or = "or"
|
|
469
476
|
}
|
|
470
|
-
export
|
|
477
|
+
export type PermissionsTreeTargetInput = {
|
|
471
478
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
472
479
|
tree: Scalars['ID'];
|
|
473
480
|
};
|
|
474
|
-
export
|
|
481
|
+
export type PreviewVersionInput = {
|
|
475
482
|
background: Scalars['String'];
|
|
476
483
|
density: Scalars['Int'];
|
|
477
484
|
sizes: Array<PreviewVersionSizeInput>;
|
|
478
485
|
};
|
|
479
|
-
export
|
|
486
|
+
export type PreviewVersionSizeInput = {
|
|
480
487
|
name: Scalars['String'];
|
|
481
488
|
size: Scalars['Int'];
|
|
482
489
|
};
|
|
@@ -509,7 +516,7 @@ export declare enum RecordFilterCondition {
|
|
|
509
516
|
VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
|
|
510
517
|
YESTERDAY = "YESTERDAY"
|
|
511
518
|
}
|
|
512
|
-
export
|
|
519
|
+
export type RecordFilterInput = {
|
|
513
520
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
514
521
|
field?: InputMaybe<Scalars['String']>;
|
|
515
522
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
@@ -522,32 +529,32 @@ export declare enum RecordFilterOperator {
|
|
|
522
529
|
OPEN_BRACKET = "OPEN_BRACKET",
|
|
523
530
|
OR = "OR"
|
|
524
531
|
}
|
|
525
|
-
export
|
|
532
|
+
export type RecordIdentityConfInput = {
|
|
526
533
|
color?: InputMaybe<Scalars['ID']>;
|
|
527
534
|
label?: InputMaybe<Scalars['ID']>;
|
|
528
535
|
preview?: InputMaybe<Scalars['ID']>;
|
|
529
536
|
subLabel?: InputMaybe<Scalars['ID']>;
|
|
530
537
|
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
531
538
|
};
|
|
532
|
-
export
|
|
539
|
+
export type RecordInput = {
|
|
533
540
|
id: Scalars['ID'];
|
|
534
541
|
library: Scalars['String'];
|
|
535
542
|
};
|
|
536
|
-
export
|
|
543
|
+
export type RecordSortInput = {
|
|
537
544
|
field: Scalars['String'];
|
|
538
545
|
order: SortOrder;
|
|
539
546
|
};
|
|
540
|
-
export
|
|
547
|
+
export type RecordUpdateFilterInput = {
|
|
541
548
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
542
549
|
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
543
550
|
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
544
551
|
};
|
|
545
|
-
export
|
|
552
|
+
export type RecordsPagination = {
|
|
546
553
|
cursor?: InputMaybe<Scalars['String']>;
|
|
547
554
|
limit: Scalars['Int'];
|
|
548
555
|
offset?: InputMaybe<Scalars['Int']>;
|
|
549
556
|
};
|
|
550
|
-
export
|
|
557
|
+
export type SheetInput = {
|
|
551
558
|
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
552
559
|
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
553
560
|
library: Scalars['String'];
|
|
@@ -557,23 +564,23 @@ export declare type SheetInput = {
|
|
|
557
564
|
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
558
565
|
type: ImportType;
|
|
559
566
|
};
|
|
560
|
-
export
|
|
567
|
+
export type SortApiKeysInput = {
|
|
561
568
|
field: ApiKeysSortableFields;
|
|
562
569
|
order?: InputMaybe<SortOrder>;
|
|
563
570
|
};
|
|
564
|
-
export
|
|
571
|
+
export type SortApplications = {
|
|
565
572
|
field: ApplicationSortableFields;
|
|
566
573
|
order?: InputMaybe<SortOrder>;
|
|
567
574
|
};
|
|
568
|
-
export
|
|
575
|
+
export type SortAttributes = {
|
|
569
576
|
field: AttributesSortableFields;
|
|
570
577
|
order?: InputMaybe<SortOrder>;
|
|
571
578
|
};
|
|
572
|
-
export
|
|
579
|
+
export type SortForms = {
|
|
573
580
|
field: FormsSortableFields;
|
|
574
581
|
order?: InputMaybe<SortOrder>;
|
|
575
582
|
};
|
|
576
|
-
export
|
|
583
|
+
export type SortLibraries = {
|
|
577
584
|
field: LibrariesSortableFields;
|
|
578
585
|
order?: InputMaybe<SortOrder>;
|
|
579
586
|
};
|
|
@@ -581,15 +588,15 @@ export declare enum SortOrder {
|
|
|
581
588
|
asc = "asc",
|
|
582
589
|
desc = "desc"
|
|
583
590
|
}
|
|
584
|
-
export
|
|
591
|
+
export type SortTrees = {
|
|
585
592
|
field: TreesSortableFields;
|
|
586
593
|
order?: InputMaybe<SortOrder>;
|
|
587
594
|
};
|
|
588
|
-
export
|
|
595
|
+
export type SortVersionProfilesInput = {
|
|
589
596
|
field: VersionProfilesSortableFields;
|
|
590
597
|
order?: InputMaybe<SortOrder>;
|
|
591
598
|
};
|
|
592
|
-
export
|
|
599
|
+
export type TaskFiltersInput = {
|
|
593
600
|
archive?: InputMaybe<Scalars['Boolean']>;
|
|
594
601
|
created_by?: InputMaybe<Scalars['ID']>;
|
|
595
602
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -615,11 +622,11 @@ export declare enum TreeBehavior {
|
|
|
615
622
|
files = "files",
|
|
616
623
|
standard = "standard"
|
|
617
624
|
}
|
|
618
|
-
export
|
|
625
|
+
export type TreeElementInput = {
|
|
619
626
|
id: Scalars['ID'];
|
|
620
627
|
library: Scalars['String'];
|
|
621
628
|
};
|
|
622
|
-
export
|
|
629
|
+
export type TreeEventFiltersInput = {
|
|
623
630
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
624
631
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
625
632
|
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
@@ -630,31 +637,31 @@ export declare enum TreeEventTypes {
|
|
|
630
637
|
move = "move",
|
|
631
638
|
remove = "remove"
|
|
632
639
|
}
|
|
633
|
-
export
|
|
640
|
+
export type TreeInput = {
|
|
634
641
|
behavior?: InputMaybe<TreeBehavior>;
|
|
635
642
|
id: Scalars['ID'];
|
|
636
643
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
637
644
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
638
645
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
639
646
|
};
|
|
640
|
-
export
|
|
647
|
+
export type TreeLibraryInput = {
|
|
641
648
|
library: Scalars['ID'];
|
|
642
649
|
settings: TreeLibrarySettingsInput;
|
|
643
650
|
};
|
|
644
|
-
export
|
|
651
|
+
export type TreeLibrarySettingsInput = {
|
|
645
652
|
allowMultiplePositions: Scalars['Boolean'];
|
|
646
653
|
allowedAtRoot: Scalars['Boolean'];
|
|
647
654
|
allowedChildren: Array<Scalars['String']>;
|
|
648
655
|
};
|
|
649
|
-
export
|
|
656
|
+
export type TreeNodePermissionsConfInput = {
|
|
650
657
|
libraryId: Scalars['ID'];
|
|
651
658
|
permissionsConf: TreepermissionsConfInput;
|
|
652
659
|
};
|
|
653
|
-
export
|
|
660
|
+
export type TreepermissionsConfInput = {
|
|
654
661
|
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
655
662
|
relation: PermissionsRelation;
|
|
656
663
|
};
|
|
657
|
-
export
|
|
664
|
+
export type TreesFiltersInput = {
|
|
658
665
|
behavior?: InputMaybe<TreeBehavior>;
|
|
659
666
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
660
667
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -666,30 +673,30 @@ export declare enum TreesSortableFields {
|
|
|
666
673
|
id = "id",
|
|
667
674
|
system = "system"
|
|
668
675
|
}
|
|
669
|
-
export
|
|
676
|
+
export type UploadFiltersInput = {
|
|
670
677
|
uid?: InputMaybe<Scalars['String']>;
|
|
671
678
|
userId?: InputMaybe<Scalars['ID']>;
|
|
672
679
|
};
|
|
673
680
|
export declare enum UserCoreDataKeys {
|
|
674
681
|
applications_consultation = "applications_consultation"
|
|
675
682
|
}
|
|
676
|
-
export
|
|
683
|
+
export type ValueBatchInput = {
|
|
677
684
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
685
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
686
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
687
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
688
|
};
|
|
682
|
-
export
|
|
689
|
+
export type ValueInput = {
|
|
683
690
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
691
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
692
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
693
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
694
|
};
|
|
688
|
-
export
|
|
695
|
+
export type ValueMetadataInput = {
|
|
689
696
|
name: Scalars['String'];
|
|
690
697
|
value?: InputMaybe<Scalars['String']>;
|
|
691
698
|
};
|
|
692
|
-
export
|
|
699
|
+
export type ValueVersionInput = {
|
|
693
700
|
treeId: Scalars['String'];
|
|
694
701
|
treeNodeId: Scalars['String'];
|
|
695
702
|
};
|
|
@@ -697,23 +704,24 @@ export declare enum ValueVersionMode {
|
|
|
697
704
|
simple = "simple",
|
|
698
705
|
smart = "smart"
|
|
699
706
|
}
|
|
700
|
-
export
|
|
707
|
+
export type ValuesListConfInput = {
|
|
701
708
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
709
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
702
710
|
enable: Scalars['Boolean'];
|
|
703
711
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
712
|
};
|
|
705
|
-
export
|
|
713
|
+
export type ValuesVersionsConfInput = {
|
|
706
714
|
mode?: InputMaybe<ValueVersionMode>;
|
|
707
715
|
profile?: InputMaybe<Scalars['String']>;
|
|
708
716
|
versionable: Scalars['Boolean'];
|
|
709
717
|
};
|
|
710
|
-
export
|
|
718
|
+
export type VersionProfileInput = {
|
|
711
719
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
712
720
|
id: Scalars['String'];
|
|
713
721
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
714
722
|
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
715
723
|
};
|
|
716
|
-
export
|
|
724
|
+
export type VersionProfilesFiltersInput = {
|
|
717
725
|
id?: InputMaybe<Scalars['ID']>;
|
|
718
726
|
label?: InputMaybe<Scalars['String']>;
|
|
719
727
|
trees?: InputMaybe<Scalars['String']>;
|
|
@@ -721,11 +729,12 @@ export declare type VersionProfilesFiltersInput = {
|
|
|
721
729
|
export declare enum VersionProfilesSortableFields {
|
|
722
730
|
id = "id"
|
|
723
731
|
}
|
|
724
|
-
export
|
|
725
|
-
size
|
|
732
|
+
export type ViewDisplayInput = {
|
|
733
|
+
size?: InputMaybe<ViewSizes>;
|
|
726
734
|
type: ViewTypes;
|
|
727
735
|
};
|
|
728
|
-
export
|
|
736
|
+
export type ViewInput = {
|
|
737
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
729
738
|
color?: InputMaybe<Scalars['String']>;
|
|
730
739
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
740
|
display: ViewDisplayInput;
|
|
@@ -733,15 +742,10 @@ export declare type ViewInput = {
|
|
|
733
742
|
id?: InputMaybe<Scalars['String']>;
|
|
734
743
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
735
744
|
library: Scalars['String'];
|
|
736
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
737
745
|
shared: Scalars['Boolean'];
|
|
738
|
-
sort?: InputMaybe<RecordSortInput
|
|
746
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
739
747
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
748
|
};
|
|
741
|
-
export declare type ViewSettingsInput = {
|
|
742
|
-
name: Scalars['String'];
|
|
743
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
744
|
-
};
|
|
745
749
|
export declare enum ViewSizes {
|
|
746
750
|
BIG = "BIG",
|
|
747
751
|
MEDIUM = "MEDIUM",
|
|
@@ -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,16 +840,14 @@ 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
|
-
maxLength?: number | null;
|
|
843
845
|
id: string;
|
|
844
846
|
type: AttributeType;
|
|
845
847
|
format?: AttributeFormat | null;
|
|
846
848
|
system: boolean;
|
|
847
849
|
readonly: boolean;
|
|
848
850
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
851
|
description?: any | null;
|
|
851
852
|
multiple_values: boolean;
|
|
852
853
|
metadata_fields?: Array<{
|
|
@@ -872,14 +873,13 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
872
873
|
label?: any | null;
|
|
873
874
|
}> | null;
|
|
874
875
|
};
|
|
875
|
-
export
|
|
876
|
+
export type AttributeDetailsTreeAttributeFragment = {
|
|
876
877
|
id: string;
|
|
877
878
|
type: AttributeType;
|
|
878
879
|
format?: AttributeFormat | null;
|
|
879
880
|
system: boolean;
|
|
880
881
|
readonly: boolean;
|
|
881
882
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
883
|
description?: any | null;
|
|
884
884
|
multiple_values: boolean;
|
|
885
885
|
linked_tree?: {
|
|
@@ -909,8 +909,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
|
|
|
909
909
|
label?: any | null;
|
|
910
910
|
}> | null;
|
|
911
911
|
};
|
|
912
|
-
export
|
|
913
|
-
export
|
|
912
|
+
export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
|
|
913
|
+
export type AttributesByLibAttributeLinkAttributeFragment = {
|
|
914
914
|
id: string;
|
|
915
915
|
type: AttributeType;
|
|
916
916
|
format?: AttributeFormat | null;
|
|
@@ -922,7 +922,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
|
|
|
922
922
|
id: string;
|
|
923
923
|
} | null;
|
|
924
924
|
};
|
|
925
|
-
export
|
|
925
|
+
export type AttributesByLibAttributeStandardAttributeFragment = {
|
|
926
926
|
id: string;
|
|
927
927
|
type: AttributeType;
|
|
928
928
|
format?: AttributeFormat | null;
|
|
@@ -936,7 +936,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
|
|
|
936
936
|
label?: any | null;
|
|
937
937
|
} | null> | null;
|
|
938
938
|
};
|
|
939
|
-
export
|
|
939
|
+
export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
940
940
|
id: string;
|
|
941
941
|
type: AttributeType;
|
|
942
942
|
format?: AttributeFormat | null;
|
|
@@ -955,8 +955,13 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
955
|
}>;
|
|
956
956
|
} | null;
|
|
957
957
|
};
|
|
958
|
-
export
|
|
959
|
-
export
|
|
958
|
+
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
959
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
960
|
+
linked_library?: {
|
|
961
|
+
id: string;
|
|
962
|
+
} | null;
|
|
963
|
+
};
|
|
964
|
+
export type LibraryLightFragment = {
|
|
960
965
|
id: string;
|
|
961
966
|
label?: any | null;
|
|
962
967
|
icon?: {
|
|
@@ -970,7 +975,7 @@ export declare type LibraryLightFragment = {
|
|
|
970
975
|
};
|
|
971
976
|
} | null;
|
|
972
977
|
};
|
|
973
|
-
export
|
|
978
|
+
export type LibraryDetailsFragment = {
|
|
974
979
|
id: string;
|
|
975
980
|
label?: any | null;
|
|
976
981
|
behavior: LibraryBehavior;
|
|
@@ -1052,7 +1057,7 @@ export declare type LibraryDetailsFragment = {
|
|
|
1052
1057
|
};
|
|
1053
1058
|
}> | null;
|
|
1054
1059
|
};
|
|
1055
|
-
export
|
|
1060
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1056
1061
|
id: string;
|
|
1057
1062
|
label?: any | null;
|
|
1058
1063
|
system: boolean;
|
|
@@ -1063,21 +1068,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
|
|
|
1063
1068
|
behavior: LibraryBehavior;
|
|
1064
1069
|
} | null;
|
|
1065
1070
|
};
|
|
1066
|
-
export
|
|
1071
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1067
1072
|
id: string;
|
|
1068
1073
|
label?: any | null;
|
|
1069
1074
|
system: boolean;
|
|
1070
1075
|
type: AttributeType;
|
|
1071
1076
|
format?: AttributeFormat | null;
|
|
1072
1077
|
};
|
|
1073
|
-
export
|
|
1074
|
-
export
|
|
1078
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1079
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1075
1080
|
linked_library?: {
|
|
1076
1081
|
id: string;
|
|
1077
1082
|
behavior: LibraryBehavior;
|
|
1078
1083
|
} | null;
|
|
1079
1084
|
};
|
|
1080
|
-
export
|
|
1085
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1081
1086
|
label: any;
|
|
1082
1087
|
description?: any | null;
|
|
1083
1088
|
system: boolean;
|
|
@@ -1090,7 +1095,7 @@ export declare type LibraryPreviewsSettingsFragment = {
|
|
|
1090
1095
|
}>;
|
|
1091
1096
|
};
|
|
1092
1097
|
};
|
|
1093
|
-
export
|
|
1098
|
+
export type RecordFormElementFragment = {
|
|
1094
1099
|
id: string;
|
|
1095
1100
|
containerId: string;
|
|
1096
1101
|
uiElementType: string;
|
|
@@ -1099,6 +1104,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1099
1104
|
values?: Array<{
|
|
1100
1105
|
id_value?: string | null;
|
|
1101
1106
|
isInherited?: boolean | null;
|
|
1107
|
+
isCalculated?: boolean | null;
|
|
1102
1108
|
modified_at?: number | null;
|
|
1103
1109
|
created_at?: number | null;
|
|
1104
1110
|
linkValue?: {
|
|
@@ -1159,20 +1165,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1159
1165
|
};
|
|
1160
1166
|
} | null;
|
|
1161
1167
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1168
|
+
attribute: {
|
|
1163
1169
|
id: string;
|
|
1164
1170
|
format?: AttributeFormat | null;
|
|
1165
1171
|
type: AttributeType;
|
|
1166
1172
|
system: boolean;
|
|
1167
|
-
}
|
|
1173
|
+
};
|
|
1168
1174
|
metadata?: Array<{
|
|
1169
1175
|
name: string;
|
|
1170
1176
|
value?: {
|
|
1171
1177
|
id_value?: string | null;
|
|
1172
1178
|
modified_at?: number | null;
|
|
1173
1179
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1180
|
+
payload?: any | null;
|
|
1181
|
+
raw_payload?: any | null;
|
|
1176
1182
|
modified_by?: {
|
|
1177
1183
|
id: string;
|
|
1178
1184
|
whoAmI: {
|
|
@@ -1222,6 +1228,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1222
1228
|
} | {
|
|
1223
1229
|
id_value?: string | null;
|
|
1224
1230
|
isInherited?: boolean | null;
|
|
1231
|
+
isCalculated?: boolean | null;
|
|
1225
1232
|
modified_at?: number | null;
|
|
1226
1233
|
created_at?: number | null;
|
|
1227
1234
|
treeValue?: {
|
|
@@ -1301,20 +1308,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1301
1308
|
};
|
|
1302
1309
|
} | null;
|
|
1303
1310
|
} | null> | null;
|
|
1304
|
-
attribute
|
|
1311
|
+
attribute: {
|
|
1305
1312
|
id: string;
|
|
1306
1313
|
format?: AttributeFormat | null;
|
|
1307
1314
|
type: AttributeType;
|
|
1308
1315
|
system: boolean;
|
|
1309
|
-
}
|
|
1316
|
+
};
|
|
1310
1317
|
metadata?: Array<{
|
|
1311
1318
|
name: string;
|
|
1312
1319
|
value?: {
|
|
1313
1320
|
id_value?: string | null;
|
|
1314
1321
|
modified_at?: number | null;
|
|
1315
1322
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1323
|
+
payload?: any | null;
|
|
1324
|
+
raw_payload?: any | null;
|
|
1318
1325
|
modified_by?: {
|
|
1319
1326
|
id: string;
|
|
1320
1327
|
whoAmI: {
|
|
@@ -1362,10 +1369,13 @@ export declare type RecordFormElementFragment = {
|
|
|
1362
1369
|
} | null;
|
|
1363
1370
|
} | null> | null;
|
|
1364
1371
|
} | {
|
|
1372
|
+
payload?: any | null;
|
|
1373
|
+
raw_payload?: any | null;
|
|
1365
1374
|
value?: any | null;
|
|
1366
1375
|
raw_value?: any | null;
|
|
1367
1376
|
id_value?: string | null;
|
|
1368
1377
|
isInherited?: boolean | null;
|
|
1378
|
+
isCalculated?: boolean | null;
|
|
1369
1379
|
modified_at?: number | null;
|
|
1370
1380
|
created_at?: number | null;
|
|
1371
1381
|
modified_by?: {
|
|
@@ -1412,20 +1422,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1412
1422
|
};
|
|
1413
1423
|
} | null;
|
|
1414
1424
|
} | null> | null;
|
|
1415
|
-
attribute
|
|
1425
|
+
attribute: {
|
|
1416
1426
|
id: string;
|
|
1417
1427
|
format?: AttributeFormat | null;
|
|
1418
1428
|
type: AttributeType;
|
|
1419
1429
|
system: boolean;
|
|
1420
|
-
}
|
|
1430
|
+
};
|
|
1421
1431
|
metadata?: Array<{
|
|
1422
1432
|
name: string;
|
|
1423
1433
|
value?: {
|
|
1424
1434
|
id_value?: string | null;
|
|
1425
1435
|
modified_at?: number | null;
|
|
1426
1436
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1437
|
+
payload?: any | null;
|
|
1438
|
+
raw_payload?: any | null;
|
|
1429
1439
|
modified_by?: {
|
|
1430
1440
|
id: string;
|
|
1431
1441
|
whoAmI: {
|
|
@@ -1481,7 +1491,9 @@ export declare type RecordFormElementFragment = {
|
|
|
1481
1491
|
format?: AttributeFormat | null;
|
|
1482
1492
|
system: boolean;
|
|
1483
1493
|
readonly: boolean;
|
|
1494
|
+
required: boolean;
|
|
1484
1495
|
multiple_values: boolean;
|
|
1496
|
+
compute: boolean;
|
|
1485
1497
|
linked_library?: {
|
|
1486
1498
|
id: string;
|
|
1487
1499
|
label?: any | null;
|
|
@@ -1493,6 +1505,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1493
1505
|
linkValuesList?: {
|
|
1494
1506
|
enable: boolean;
|
|
1495
1507
|
allowFreeEntry?: boolean | null;
|
|
1508
|
+
allowListUpdate?: boolean | null;
|
|
1496
1509
|
values?: Array<{
|
|
1497
1510
|
id: string;
|
|
1498
1511
|
whoAmI: {
|
|
@@ -1538,6 +1551,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1538
1551
|
values_list?: {
|
|
1539
1552
|
enable: boolean;
|
|
1540
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1541
1555
|
dateRangeValues?: Array<{
|
|
1542
1556
|
from?: string | null;
|
|
1543
1557
|
to?: string | null;
|
|
@@ -1545,6 +1559,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1545
1559
|
} | {
|
|
1546
1560
|
enable: boolean;
|
|
1547
1561
|
allowFreeEntry?: boolean | null;
|
|
1562
|
+
allowListUpdate?: boolean | null;
|
|
1548
1563
|
values?: Array<string> | null;
|
|
1549
1564
|
} | null;
|
|
1550
1565
|
metadata_fields?: Array<{
|
|
@@ -1552,6 +1567,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1552
1567
|
}> | null;
|
|
1553
1568
|
}> | null;
|
|
1554
1569
|
} | {
|
|
1570
|
+
character_limit?: number | null;
|
|
1555
1571
|
id: string;
|
|
1556
1572
|
label?: any | null;
|
|
1557
1573
|
description?: any | null;
|
|
@@ -1559,10 +1575,13 @@ export declare type RecordFormElementFragment = {
|
|
|
1559
1575
|
format?: AttributeFormat | null;
|
|
1560
1576
|
system: boolean;
|
|
1561
1577
|
readonly: boolean;
|
|
1578
|
+
required: boolean;
|
|
1562
1579
|
multiple_values: boolean;
|
|
1580
|
+
compute: boolean;
|
|
1563
1581
|
values_list?: {
|
|
1564
1582
|
enable: boolean;
|
|
1565
1583
|
allowFreeEntry?: boolean | null;
|
|
1584
|
+
allowListUpdate?: boolean | null;
|
|
1566
1585
|
dateRangeValues?: Array<{
|
|
1567
1586
|
from?: string | null;
|
|
1568
1587
|
to?: string | null;
|
|
@@ -1570,6 +1589,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1570
1589
|
} | {
|
|
1571
1590
|
enable: boolean;
|
|
1572
1591
|
allowFreeEntry?: boolean | null;
|
|
1592
|
+
allowListUpdate?: boolean | null;
|
|
1573
1593
|
values?: Array<string> | null;
|
|
1574
1594
|
} | null;
|
|
1575
1595
|
permissions: {
|
|
@@ -1602,6 +1622,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1602
1622
|
values_list?: {
|
|
1603
1623
|
enable: boolean;
|
|
1604
1624
|
allowFreeEntry?: boolean | null;
|
|
1625
|
+
allowListUpdate?: boolean | null;
|
|
1605
1626
|
dateRangeValues?: Array<{
|
|
1606
1627
|
from?: string | null;
|
|
1607
1628
|
to?: string | null;
|
|
@@ -1609,6 +1630,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1609
1630
|
} | {
|
|
1610
1631
|
enable: boolean;
|
|
1611
1632
|
allowFreeEntry?: boolean | null;
|
|
1633
|
+
allowListUpdate?: boolean | null;
|
|
1612
1634
|
values?: Array<string> | null;
|
|
1613
1635
|
} | null;
|
|
1614
1636
|
metadata_fields?: Array<{
|
|
@@ -1623,7 +1645,9 @@ export declare type RecordFormElementFragment = {
|
|
|
1623
1645
|
format?: AttributeFormat | null;
|
|
1624
1646
|
system: boolean;
|
|
1625
1647
|
readonly: boolean;
|
|
1648
|
+
required: boolean;
|
|
1626
1649
|
multiple_values: boolean;
|
|
1650
|
+
compute: boolean;
|
|
1627
1651
|
linked_tree?: {
|
|
1628
1652
|
id: string;
|
|
1629
1653
|
label?: any | null;
|
|
@@ -1631,6 +1655,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1631
1655
|
treeValuesList?: {
|
|
1632
1656
|
enable: boolean;
|
|
1633
1657
|
allowFreeEntry?: boolean | null;
|
|
1658
|
+
allowListUpdate?: boolean | null;
|
|
1634
1659
|
values?: Array<{
|
|
1635
1660
|
id: string;
|
|
1636
1661
|
record: {
|
|
@@ -1695,6 +1720,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1695
1720
|
values_list?: {
|
|
1696
1721
|
enable: boolean;
|
|
1697
1722
|
allowFreeEntry?: boolean | null;
|
|
1723
|
+
allowListUpdate?: boolean | null;
|
|
1698
1724
|
dateRangeValues?: Array<{
|
|
1699
1725
|
from?: string | null;
|
|
1700
1726
|
to?: string | null;
|
|
@@ -1702,6 +1728,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1702
1728
|
} | {
|
|
1703
1729
|
enable: boolean;
|
|
1704
1730
|
allowFreeEntry?: boolean | null;
|
|
1731
|
+
allowListUpdate?: boolean | null;
|
|
1705
1732
|
values?: Array<string> | null;
|
|
1706
1733
|
} | null;
|
|
1707
1734
|
metadata_fields?: Array<{
|
|
@@ -1714,9 +1741,10 @@ export declare type RecordFormElementFragment = {
|
|
|
1714
1741
|
value: any;
|
|
1715
1742
|
}>;
|
|
1716
1743
|
};
|
|
1717
|
-
export
|
|
1744
|
+
export type ValueDetailsLinkValueFragment = {
|
|
1718
1745
|
id_value?: string | null;
|
|
1719
1746
|
isInherited?: boolean | null;
|
|
1747
|
+
isCalculated?: boolean | null;
|
|
1720
1748
|
modified_at?: number | null;
|
|
1721
1749
|
created_at?: number | null;
|
|
1722
1750
|
linkValue?: {
|
|
@@ -1777,20 +1805,20 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1777
1805
|
};
|
|
1778
1806
|
} | null;
|
|
1779
1807
|
} | null> | null;
|
|
1780
|
-
attribute
|
|
1808
|
+
attribute: {
|
|
1781
1809
|
id: string;
|
|
1782
1810
|
format?: AttributeFormat | null;
|
|
1783
1811
|
type: AttributeType;
|
|
1784
1812
|
system: boolean;
|
|
1785
|
-
}
|
|
1813
|
+
};
|
|
1786
1814
|
metadata?: Array<{
|
|
1787
1815
|
name: string;
|
|
1788
1816
|
value?: {
|
|
1789
1817
|
id_value?: string | null;
|
|
1790
1818
|
modified_at?: number | null;
|
|
1791
1819
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1820
|
+
payload?: any | null;
|
|
1821
|
+
raw_payload?: any | null;
|
|
1794
1822
|
modified_by?: {
|
|
1795
1823
|
id: string;
|
|
1796
1824
|
whoAmI: {
|
|
@@ -1838,9 +1866,10 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1838
1866
|
} | null;
|
|
1839
1867
|
} | null> | null;
|
|
1840
1868
|
};
|
|
1841
|
-
export
|
|
1869
|
+
export type ValueDetailsTreeValueFragment = {
|
|
1842
1870
|
id_value?: string | null;
|
|
1843
1871
|
isInherited?: boolean | null;
|
|
1872
|
+
isCalculated?: boolean | null;
|
|
1844
1873
|
modified_at?: number | null;
|
|
1845
1874
|
created_at?: number | null;
|
|
1846
1875
|
treeValue?: {
|
|
@@ -1920,20 +1949,20 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1920
1949
|
};
|
|
1921
1950
|
} | null;
|
|
1922
1951
|
} | null> | null;
|
|
1923
|
-
attribute
|
|
1952
|
+
attribute: {
|
|
1924
1953
|
id: string;
|
|
1925
1954
|
format?: AttributeFormat | null;
|
|
1926
1955
|
type: AttributeType;
|
|
1927
1956
|
system: boolean;
|
|
1928
|
-
}
|
|
1957
|
+
};
|
|
1929
1958
|
metadata?: Array<{
|
|
1930
1959
|
name: string;
|
|
1931
1960
|
value?: {
|
|
1932
1961
|
id_value?: string | null;
|
|
1933
1962
|
modified_at?: number | null;
|
|
1934
1963
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1964
|
+
payload?: any | null;
|
|
1965
|
+
raw_payload?: any | null;
|
|
1937
1966
|
modified_by?: {
|
|
1938
1967
|
id: string;
|
|
1939
1968
|
whoAmI: {
|
|
@@ -1981,11 +2010,14 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1981
2010
|
} | null;
|
|
1982
2011
|
} | null> | null;
|
|
1983
2012
|
};
|
|
1984
|
-
export
|
|
2013
|
+
export type ValueDetailsValueFragment = {
|
|
2014
|
+
payload?: any | null;
|
|
2015
|
+
raw_payload?: any | null;
|
|
1985
2016
|
value?: any | null;
|
|
1986
2017
|
raw_value?: any | null;
|
|
1987
2018
|
id_value?: string | null;
|
|
1988
2019
|
isInherited?: boolean | null;
|
|
2020
|
+
isCalculated?: boolean | null;
|
|
1989
2021
|
modified_at?: number | null;
|
|
1990
2022
|
created_at?: number | null;
|
|
1991
2023
|
modified_by?: {
|
|
@@ -2032,20 +2064,20 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2032
2064
|
};
|
|
2033
2065
|
} | null;
|
|
2034
2066
|
} | null> | null;
|
|
2035
|
-
attribute
|
|
2067
|
+
attribute: {
|
|
2036
2068
|
id: string;
|
|
2037
2069
|
format?: AttributeFormat | null;
|
|
2038
2070
|
type: AttributeType;
|
|
2039
2071
|
system: boolean;
|
|
2040
|
-
}
|
|
2072
|
+
};
|
|
2041
2073
|
metadata?: Array<{
|
|
2042
2074
|
name: string;
|
|
2043
2075
|
value?: {
|
|
2044
2076
|
id_value?: string | null;
|
|
2045
2077
|
modified_at?: number | null;
|
|
2046
2078
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2079
|
+
payload?: any | null;
|
|
2080
|
+
raw_payload?: any | null;
|
|
2049
2081
|
modified_by?: {
|
|
2050
2082
|
id: string;
|
|
2051
2083
|
whoAmI: {
|
|
@@ -2093,8 +2125,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2093
2125
|
} | null;
|
|
2094
2126
|
} | null> | null;
|
|
2095
2127
|
};
|
|
2096
|
-
export
|
|
2097
|
-
export
|
|
2128
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2129
|
+
export type ValuesVersionDetailsFragment = {
|
|
2098
2130
|
treeId: string;
|
|
2099
2131
|
treeNode?: {
|
|
2100
2132
|
id: string;
|
|
@@ -2110,7 +2142,7 @@ export declare type ValuesVersionDetailsFragment = {
|
|
|
2110
2142
|
};
|
|
2111
2143
|
} | null;
|
|
2112
2144
|
};
|
|
2113
|
-
export
|
|
2145
|
+
export type RecordFormAttributeLinkAttributeFragment = {
|
|
2114
2146
|
id: string;
|
|
2115
2147
|
label?: any | null;
|
|
2116
2148
|
description?: any | null;
|
|
@@ -2118,7 +2150,9 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2118
2150
|
format?: AttributeFormat | null;
|
|
2119
2151
|
system: boolean;
|
|
2120
2152
|
readonly: boolean;
|
|
2153
|
+
required: boolean;
|
|
2121
2154
|
multiple_values: boolean;
|
|
2155
|
+
compute: boolean;
|
|
2122
2156
|
linked_library?: {
|
|
2123
2157
|
id: string;
|
|
2124
2158
|
label?: any | null;
|
|
@@ -2130,6 +2164,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2130
2164
|
linkValuesList?: {
|
|
2131
2165
|
enable: boolean;
|
|
2132
2166
|
allowFreeEntry?: boolean | null;
|
|
2167
|
+
allowListUpdate?: boolean | null;
|
|
2133
2168
|
values?: Array<{
|
|
2134
2169
|
id: string;
|
|
2135
2170
|
whoAmI: {
|
|
@@ -2175,6 +2210,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2175
2210
|
values_list?: {
|
|
2176
2211
|
enable: boolean;
|
|
2177
2212
|
allowFreeEntry?: boolean | null;
|
|
2213
|
+
allowListUpdate?: boolean | null;
|
|
2178
2214
|
dateRangeValues?: Array<{
|
|
2179
2215
|
from?: string | null;
|
|
2180
2216
|
to?: string | null;
|
|
@@ -2182,6 +2218,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2182
2218
|
} | {
|
|
2183
2219
|
enable: boolean;
|
|
2184
2220
|
allowFreeEntry?: boolean | null;
|
|
2221
|
+
allowListUpdate?: boolean | null;
|
|
2185
2222
|
values?: Array<string> | null;
|
|
2186
2223
|
} | null;
|
|
2187
2224
|
metadata_fields?: Array<{
|
|
@@ -2189,7 +2226,8 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2189
2226
|
}> | null;
|
|
2190
2227
|
}> | null;
|
|
2191
2228
|
};
|
|
2192
|
-
export
|
|
2229
|
+
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2230
|
+
character_limit?: number | null;
|
|
2193
2231
|
id: string;
|
|
2194
2232
|
label?: any | null;
|
|
2195
2233
|
description?: any | null;
|
|
@@ -2197,10 +2235,13 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2197
2235
|
format?: AttributeFormat | null;
|
|
2198
2236
|
system: boolean;
|
|
2199
2237
|
readonly: boolean;
|
|
2238
|
+
required: boolean;
|
|
2200
2239
|
multiple_values: boolean;
|
|
2240
|
+
compute: boolean;
|
|
2201
2241
|
values_list?: {
|
|
2202
2242
|
enable: boolean;
|
|
2203
2243
|
allowFreeEntry?: boolean | null;
|
|
2244
|
+
allowListUpdate?: boolean | null;
|
|
2204
2245
|
dateRangeValues?: Array<{
|
|
2205
2246
|
from?: string | null;
|
|
2206
2247
|
to?: string | null;
|
|
@@ -2208,6 +2249,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2208
2249
|
} | {
|
|
2209
2250
|
enable: boolean;
|
|
2210
2251
|
allowFreeEntry?: boolean | null;
|
|
2252
|
+
allowListUpdate?: boolean | null;
|
|
2211
2253
|
values?: Array<string> | null;
|
|
2212
2254
|
} | null;
|
|
2213
2255
|
permissions: {
|
|
@@ -2240,6 +2282,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2240
2282
|
values_list?: {
|
|
2241
2283
|
enable: boolean;
|
|
2242
2284
|
allowFreeEntry?: boolean | null;
|
|
2285
|
+
allowListUpdate?: boolean | null;
|
|
2243
2286
|
dateRangeValues?: Array<{
|
|
2244
2287
|
from?: string | null;
|
|
2245
2288
|
to?: string | null;
|
|
@@ -2247,6 +2290,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2247
2290
|
} | {
|
|
2248
2291
|
enable: boolean;
|
|
2249
2292
|
allowFreeEntry?: boolean | null;
|
|
2293
|
+
allowListUpdate?: boolean | null;
|
|
2250
2294
|
values?: Array<string> | null;
|
|
2251
2295
|
} | null;
|
|
2252
2296
|
metadata_fields?: Array<{
|
|
@@ -2254,7 +2298,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2254
2298
|
}> | null;
|
|
2255
2299
|
}> | null;
|
|
2256
2300
|
};
|
|
2257
|
-
export
|
|
2301
|
+
export type RecordFormAttributeTreeAttributeFragment = {
|
|
2258
2302
|
id: string;
|
|
2259
2303
|
label?: any | null;
|
|
2260
2304
|
description?: any | null;
|
|
@@ -2262,7 +2306,9 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2262
2306
|
format?: AttributeFormat | null;
|
|
2263
2307
|
system: boolean;
|
|
2264
2308
|
readonly: boolean;
|
|
2309
|
+
required: boolean;
|
|
2265
2310
|
multiple_values: boolean;
|
|
2311
|
+
compute: boolean;
|
|
2266
2312
|
linked_tree?: {
|
|
2267
2313
|
id: string;
|
|
2268
2314
|
label?: any | null;
|
|
@@ -2270,6 +2316,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2270
2316
|
treeValuesList?: {
|
|
2271
2317
|
enable: boolean;
|
|
2272
2318
|
allowFreeEntry?: boolean | null;
|
|
2319
|
+
allowListUpdate?: boolean | null;
|
|
2273
2320
|
values?: Array<{
|
|
2274
2321
|
id: string;
|
|
2275
2322
|
record: {
|
|
@@ -2334,6 +2381,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2334
2381
|
values_list?: {
|
|
2335
2382
|
enable: boolean;
|
|
2336
2383
|
allowFreeEntry?: boolean | null;
|
|
2384
|
+
allowListUpdate?: boolean | null;
|
|
2337
2385
|
dateRangeValues?: Array<{
|
|
2338
2386
|
from?: string | null;
|
|
2339
2387
|
to?: string | null;
|
|
@@ -2341,6 +2389,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2341
2389
|
} | {
|
|
2342
2390
|
enable: boolean;
|
|
2343
2391
|
allowFreeEntry?: boolean | null;
|
|
2392
|
+
allowListUpdate?: boolean | null;
|
|
2344
2393
|
values?: Array<string> | null;
|
|
2345
2394
|
} | null;
|
|
2346
2395
|
metadata_fields?: Array<{
|
|
@@ -2348,22 +2397,24 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2348
2397
|
}> | null;
|
|
2349
2398
|
}> | null;
|
|
2350
2399
|
};
|
|
2351
|
-
export
|
|
2352
|
-
export
|
|
2400
|
+
export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
|
|
2401
|
+
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2402
|
enable: boolean;
|
|
2354
2403
|
allowFreeEntry?: boolean | null;
|
|
2404
|
+
allowListUpdate?: boolean | null;
|
|
2355
2405
|
dateRangeValues?: Array<{
|
|
2356
2406
|
from?: string | null;
|
|
2357
2407
|
to?: string | null;
|
|
2358
2408
|
}> | null;
|
|
2359
2409
|
};
|
|
2360
|
-
export
|
|
2410
|
+
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2411
|
enable: boolean;
|
|
2362
2412
|
allowFreeEntry?: boolean | null;
|
|
2413
|
+
allowListUpdate?: boolean | null;
|
|
2363
2414
|
values?: Array<string> | null;
|
|
2364
2415
|
};
|
|
2365
|
-
export
|
|
2366
|
-
export
|
|
2416
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2417
|
+
export type TreeDetailsFragment = {
|
|
2367
2418
|
id: string;
|
|
2368
2419
|
label?: any | null;
|
|
2369
2420
|
behavior: TreeBehavior;
|
|
@@ -2380,19 +2431,19 @@ export declare type TreeDetailsFragment = {
|
|
|
2380
2431
|
};
|
|
2381
2432
|
}>;
|
|
2382
2433
|
};
|
|
2383
|
-
export
|
|
2434
|
+
export type TreeLightFragment = {
|
|
2384
2435
|
id: string;
|
|
2385
2436
|
label?: any | null;
|
|
2386
2437
|
};
|
|
2387
|
-
export
|
|
2438
|
+
export type TreeNodeChildFragment = {
|
|
2388
2439
|
id: string;
|
|
2389
2440
|
order?: number | null;
|
|
2390
2441
|
childrenCount?: number | null;
|
|
2391
2442
|
record: {
|
|
2392
2443
|
id: string;
|
|
2393
|
-
active
|
|
2444
|
+
active: Array<{
|
|
2394
2445
|
value?: any | null;
|
|
2395
|
-
}
|
|
2446
|
+
}>;
|
|
2396
2447
|
whoAmI: {
|
|
2397
2448
|
id: string;
|
|
2398
2449
|
label?: string | null;
|
|
@@ -2432,14 +2483,14 @@ export declare type TreeNodeChildFragment = {
|
|
|
2432
2483
|
edit_children: boolean;
|
|
2433
2484
|
};
|
|
2434
2485
|
};
|
|
2435
|
-
export
|
|
2486
|
+
export type ViewDetailsFragment = {
|
|
2436
2487
|
id: string;
|
|
2437
2488
|
shared: boolean;
|
|
2438
2489
|
label: any;
|
|
2439
2490
|
description?: any | null;
|
|
2440
2491
|
color?: string | null;
|
|
2441
2492
|
display: {
|
|
2442
|
-
size
|
|
2493
|
+
size?: ViewSizes | null;
|
|
2443
2494
|
type: ViewTypes;
|
|
2444
2495
|
};
|
|
2445
2496
|
created_by: {
|
|
@@ -2462,10 +2513,10 @@ export declare type ViewDetailsFragment = {
|
|
|
2462
2513
|
label?: any | null;
|
|
2463
2514
|
} | null;
|
|
2464
2515
|
}> | null;
|
|
2465
|
-
sort?: {
|
|
2516
|
+
sort?: Array<{
|
|
2466
2517
|
field: string;
|
|
2467
2518
|
order: SortOrder;
|
|
2468
|
-
} | null;
|
|
2519
|
+
}> | null;
|
|
2469
2520
|
valuesVersions?: Array<{
|
|
2470
2521
|
treeId: string;
|
|
2471
2522
|
treeNode: {
|
|
@@ -2486,24 +2537,192 @@ export declare type ViewDetailsFragment = {
|
|
|
2486
2537
|
};
|
|
2487
2538
|
};
|
|
2488
2539
|
}> | null;
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
value?: any | null;
|
|
2540
|
+
attributes?: Array<{
|
|
2541
|
+
id: string;
|
|
2492
2542
|
}> | null;
|
|
2493
2543
|
};
|
|
2494
|
-
export
|
|
2544
|
+
export type ViewDetailsFilterFragment = {
|
|
2545
|
+
field?: string | null;
|
|
2546
|
+
value?: string | null;
|
|
2547
|
+
condition?: RecordFilterCondition | null;
|
|
2548
|
+
operator?: RecordFilterOperator | null;
|
|
2549
|
+
tree?: {
|
|
2550
|
+
id: string;
|
|
2551
|
+
label?: any | null;
|
|
2552
|
+
} | null;
|
|
2553
|
+
};
|
|
2554
|
+
export type LinkAttributeDetailsFragment = {
|
|
2555
|
+
label?: any | null;
|
|
2556
|
+
linked_library?: {
|
|
2557
|
+
id: string;
|
|
2558
|
+
label?: any | null;
|
|
2559
|
+
} | null;
|
|
2560
|
+
};
|
|
2561
|
+
export type AttributePropertiesFragment = {
|
|
2562
|
+
id: string;
|
|
2563
|
+
label?: any | null;
|
|
2564
|
+
type: AttributeType;
|
|
2565
|
+
format?: AttributeFormat | null;
|
|
2566
|
+
multiple_values: boolean;
|
|
2567
|
+
};
|
|
2568
|
+
export type PropertyValueLinkValueFragment = {
|
|
2569
|
+
linkPayload?: {
|
|
2570
|
+
id: string;
|
|
2571
|
+
whoAmI: {
|
|
2572
|
+
id: string;
|
|
2573
|
+
label?: string | null;
|
|
2574
|
+
subLabel?: string | null;
|
|
2575
|
+
color?: string | null;
|
|
2576
|
+
preview?: IPreviewScalar | null;
|
|
2577
|
+
library: {
|
|
2578
|
+
id: string;
|
|
2579
|
+
label?: any | null;
|
|
2580
|
+
};
|
|
2581
|
+
};
|
|
2582
|
+
} | null;
|
|
2583
|
+
};
|
|
2584
|
+
export type PropertyValueTreeValueFragment = {
|
|
2585
|
+
treePayload?: {
|
|
2586
|
+
record: {
|
|
2587
|
+
id: string;
|
|
2588
|
+
whoAmI: {
|
|
2589
|
+
id: string;
|
|
2590
|
+
label?: string | null;
|
|
2591
|
+
subLabel?: string | null;
|
|
2592
|
+
color?: string | null;
|
|
2593
|
+
preview?: IPreviewScalar | null;
|
|
2594
|
+
library: {
|
|
2595
|
+
id: string;
|
|
2596
|
+
label?: any | null;
|
|
2597
|
+
};
|
|
2598
|
+
};
|
|
2599
|
+
};
|
|
2600
|
+
} | null;
|
|
2601
|
+
};
|
|
2602
|
+
export type PropertyValueValueFragment = {
|
|
2603
|
+
valuePayload?: any | null;
|
|
2604
|
+
valueRawPayload?: any | null;
|
|
2605
|
+
};
|
|
2606
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2607
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2608
|
+
id_value?: string | null;
|
|
2609
|
+
payload?: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
properties: Array<{
|
|
2612
|
+
attributeId: string;
|
|
2613
|
+
attributeProperties: {
|
|
2614
|
+
id: string;
|
|
2615
|
+
label?: any | null;
|
|
2616
|
+
type: AttributeType;
|
|
2617
|
+
format?: AttributeFormat | null;
|
|
2618
|
+
multiple_values: boolean;
|
|
2619
|
+
};
|
|
2620
|
+
values: Array<{
|
|
2621
|
+
linkPayload?: {
|
|
2622
|
+
id: string;
|
|
2623
|
+
whoAmI: {
|
|
2624
|
+
id: string;
|
|
2625
|
+
label?: string | null;
|
|
2626
|
+
subLabel?: string | null;
|
|
2627
|
+
color?: string | null;
|
|
2628
|
+
preview?: IPreviewScalar | null;
|
|
2629
|
+
library: {
|
|
2630
|
+
id: string;
|
|
2631
|
+
label?: any | null;
|
|
2632
|
+
};
|
|
2633
|
+
};
|
|
2634
|
+
} | null;
|
|
2635
|
+
} | {
|
|
2636
|
+
treePayload?: {
|
|
2637
|
+
record: {
|
|
2638
|
+
id: string;
|
|
2639
|
+
whoAmI: {
|
|
2640
|
+
id: string;
|
|
2641
|
+
label?: string | null;
|
|
2642
|
+
subLabel?: string | null;
|
|
2643
|
+
color?: string | null;
|
|
2644
|
+
preview?: IPreviewScalar | null;
|
|
2645
|
+
library: {
|
|
2646
|
+
id: string;
|
|
2647
|
+
label?: any | null;
|
|
2648
|
+
};
|
|
2649
|
+
};
|
|
2650
|
+
};
|
|
2651
|
+
} | null;
|
|
2652
|
+
} | {
|
|
2653
|
+
valuePayload?: any | null;
|
|
2654
|
+
valueRawPayload?: any | null;
|
|
2655
|
+
}>;
|
|
2656
|
+
}>;
|
|
2657
|
+
whoAmI: {
|
|
2658
|
+
id: string;
|
|
2659
|
+
label?: string | null;
|
|
2660
|
+
subLabel?: string | null;
|
|
2661
|
+
color?: string | null;
|
|
2662
|
+
preview?: IPreviewScalar | null;
|
|
2663
|
+
library: {
|
|
2664
|
+
id: string;
|
|
2665
|
+
label?: any | null;
|
|
2666
|
+
};
|
|
2667
|
+
};
|
|
2668
|
+
} | null;
|
|
2669
|
+
};
|
|
2670
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2671
|
+
id_value?: string | null;
|
|
2672
|
+
};
|
|
2673
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2674
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2675
|
+
id: string;
|
|
2676
|
+
type: AttributeType;
|
|
2677
|
+
label?: any | null;
|
|
2678
|
+
linked_library?: {
|
|
2679
|
+
id: string;
|
|
2680
|
+
label?: any | null;
|
|
2681
|
+
attributes?: Array<{
|
|
2682
|
+
id: string;
|
|
2683
|
+
type: AttributeType;
|
|
2684
|
+
format?: AttributeFormat | null;
|
|
2685
|
+
label?: any | null;
|
|
2686
|
+
}> | null;
|
|
2687
|
+
} | null;
|
|
2688
|
+
};
|
|
2689
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2690
|
+
format?: AttributeFormat | null;
|
|
2691
|
+
id: string;
|
|
2692
|
+
type: AttributeType;
|
|
2693
|
+
label?: any | null;
|
|
2694
|
+
};
|
|
2695
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2696
|
+
id: string;
|
|
2697
|
+
type: AttributeType;
|
|
2698
|
+
label?: any | null;
|
|
2699
|
+
};
|
|
2700
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2701
|
+
export type LibraryAttributeLinkFragment = {
|
|
2702
|
+
linked_library?: {
|
|
2703
|
+
id: string;
|
|
2704
|
+
label?: any | null;
|
|
2705
|
+
attributes?: Array<{
|
|
2706
|
+
id: string;
|
|
2707
|
+
type: AttributeType;
|
|
2708
|
+
format?: AttributeFormat | null;
|
|
2709
|
+
label?: any | null;
|
|
2710
|
+
}> | null;
|
|
2711
|
+
} | null;
|
|
2712
|
+
};
|
|
2713
|
+
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2714
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2715
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
2497
2716
|
}>;
|
|
2498
|
-
export
|
|
2717
|
+
export type CheckApplicationExistenceQuery = {
|
|
2499
2718
|
applications?: {
|
|
2500
2719
|
totalCount: number;
|
|
2501
2720
|
} | null;
|
|
2502
2721
|
};
|
|
2503
|
-
export
|
|
2722
|
+
export type GetApplicationByIdQueryVariables = Exact<{
|
|
2504
2723
|
id: Scalars['ID'];
|
|
2505
2724
|
}>;
|
|
2506
|
-
export
|
|
2725
|
+
export type GetApplicationByIdQuery = {
|
|
2507
2726
|
applications?: {
|
|
2508
2727
|
list: Array<{
|
|
2509
2728
|
id: string;
|
|
@@ -2536,20 +2755,20 @@ export declare type GetApplicationByIdQuery = {
|
|
|
2536
2755
|
}>;
|
|
2537
2756
|
} | null;
|
|
2538
2757
|
};
|
|
2539
|
-
export
|
|
2758
|
+
export type GetApplicationModulesQueryVariables = Exact<{
|
|
2540
2759
|
[key: string]: never;
|
|
2541
2760
|
}>;
|
|
2542
|
-
export
|
|
2761
|
+
export type GetApplicationModulesQuery = {
|
|
2543
2762
|
applicationsModules: Array<{
|
|
2544
2763
|
id: string;
|
|
2545
2764
|
description?: string | null;
|
|
2546
2765
|
version?: string | null;
|
|
2547
2766
|
}>;
|
|
2548
2767
|
};
|
|
2549
|
-
export
|
|
2768
|
+
export type SaveApplicationMutationVariables = Exact<{
|
|
2550
2769
|
application: ApplicationInput;
|
|
2551
2770
|
}>;
|
|
2552
|
-
export
|
|
2771
|
+
export type SaveApplicationMutation = {
|
|
2553
2772
|
saveApplication: {
|
|
2554
2773
|
id: string;
|
|
2555
2774
|
label: any;
|
|
@@ -2580,26 +2799,26 @@ export declare type SaveApplicationMutation = {
|
|
|
2580
2799
|
};
|
|
2581
2800
|
};
|
|
2582
2801
|
};
|
|
2583
|
-
export
|
|
2802
|
+
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
2584
2803
|
id: Scalars['ID'];
|
|
2585
2804
|
}>;
|
|
2586
|
-
export
|
|
2805
|
+
export type CheckAttributeExistenceQuery = {
|
|
2587
2806
|
attributes?: {
|
|
2588
2807
|
totalCount: number;
|
|
2589
2808
|
} | null;
|
|
2590
2809
|
};
|
|
2591
|
-
export
|
|
2810
|
+
export type DeleteAttributeMutationVariables = Exact<{
|
|
2592
2811
|
id?: InputMaybe<Scalars['ID']>;
|
|
2593
2812
|
}>;
|
|
2594
|
-
export
|
|
2813
|
+
export type DeleteAttributeMutation = {
|
|
2595
2814
|
deleteAttribute: {
|
|
2596
2815
|
id: string;
|
|
2597
2816
|
};
|
|
2598
2817
|
};
|
|
2599
|
-
export
|
|
2818
|
+
export type GetAttributeByIdQueryVariables = Exact<{
|
|
2600
2819
|
id?: InputMaybe<Scalars['ID']>;
|
|
2601
2820
|
}>;
|
|
2602
|
-
export
|
|
2821
|
+
export type GetAttributeByIdQuery = {
|
|
2603
2822
|
attributes?: {
|
|
2604
2823
|
list: Array<{
|
|
2605
2824
|
reverse_link?: string | null;
|
|
@@ -2609,7 +2828,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2609
2828
|
system: boolean;
|
|
2610
2829
|
readonly: boolean;
|
|
2611
2830
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2831
|
description?: any | null;
|
|
2614
2832
|
multiple_values: boolean;
|
|
2615
2833
|
linked_library?: {
|
|
@@ -2640,14 +2858,12 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2640
2858
|
}> | null;
|
|
2641
2859
|
} | {
|
|
2642
2860
|
unique?: boolean | null;
|
|
2643
|
-
maxLength?: number | null;
|
|
2644
2861
|
id: string;
|
|
2645
2862
|
type: AttributeType;
|
|
2646
2863
|
format?: AttributeFormat | null;
|
|
2647
2864
|
system: boolean;
|
|
2648
2865
|
readonly: boolean;
|
|
2649
2866
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2867
|
description?: any | null;
|
|
2652
2868
|
multiple_values: boolean;
|
|
2653
2869
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2895,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2679
2895
|
system: boolean;
|
|
2680
2896
|
readonly: boolean;
|
|
2681
2897
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2898
|
description?: any | null;
|
|
2684
2899
|
multiple_values: boolean;
|
|
2685
2900
|
linked_tree?: {
|
|
@@ -2711,10 +2926,10 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2711
2926
|
}>;
|
|
2712
2927
|
} | null;
|
|
2713
2928
|
};
|
|
2714
|
-
export
|
|
2929
|
+
export type GetAttributesByLibQueryVariables = Exact<{
|
|
2715
2930
|
library: Scalars['String'];
|
|
2716
2931
|
}>;
|
|
2717
|
-
export
|
|
2932
|
+
export type GetAttributesByLibQuery = {
|
|
2718
2933
|
attributes?: {
|
|
2719
2934
|
list: Array<{
|
|
2720
2935
|
id: string;
|
|
@@ -2761,12 +2976,12 @@ export declare type GetAttributesByLibQuery = {
|
|
|
2761
2976
|
}>;
|
|
2762
2977
|
} | null;
|
|
2763
2978
|
};
|
|
2764
|
-
export
|
|
2979
|
+
export type GetAttributesQueryVariables = Exact<{
|
|
2765
2980
|
pagination?: InputMaybe<Pagination>;
|
|
2766
2981
|
sort?: InputMaybe<SortAttributes>;
|
|
2767
2982
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
2768
2983
|
}>;
|
|
2769
|
-
export
|
|
2984
|
+
export type GetAttributesQuery = {
|
|
2770
2985
|
attributes?: {
|
|
2771
2986
|
totalCount: number;
|
|
2772
2987
|
list: Array<{
|
|
@@ -2778,11 +2993,11 @@ export declare type GetAttributesQuery = {
|
|
|
2778
2993
|
}>;
|
|
2779
2994
|
} | null;
|
|
2780
2995
|
};
|
|
2781
|
-
export
|
|
2996
|
+
export type GetVersionProfilesQueryVariables = Exact<{
|
|
2782
2997
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
2783
2998
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
2784
2999
|
}>;
|
|
2785
|
-
export
|
|
3000
|
+
export type GetVersionProfilesQuery = {
|
|
2786
3001
|
versionProfiles: {
|
|
2787
3002
|
list: Array<{
|
|
2788
3003
|
id: string;
|
|
@@ -2790,10 +3005,10 @@ export declare type GetVersionProfilesQuery = {
|
|
|
2790
3005
|
}>;
|
|
2791
3006
|
};
|
|
2792
3007
|
};
|
|
2793
|
-
export
|
|
3008
|
+
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
2794
3009
|
libraryId: Scalars['String'];
|
|
2795
3010
|
}>;
|
|
2796
|
-
export
|
|
3011
|
+
export type GetVersionableAttributesByLibraryQuery = {
|
|
2797
3012
|
attributes?: {
|
|
2798
3013
|
list: Array<{
|
|
2799
3014
|
id: string;
|
|
@@ -2810,10 +3025,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
|
|
|
2810
3025
|
}>;
|
|
2811
3026
|
} | null;
|
|
2812
3027
|
};
|
|
2813
|
-
export
|
|
3028
|
+
export type SaveAttributeMutationVariables = Exact<{
|
|
2814
3029
|
attribute: AttributeInput;
|
|
2815
3030
|
}>;
|
|
2816
|
-
export
|
|
3031
|
+
export type SaveAttributeMutation = {
|
|
2817
3032
|
saveAttribute: {
|
|
2818
3033
|
reverse_link?: string | null;
|
|
2819
3034
|
id: string;
|
|
@@ -2822,7 +3037,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2822
3037
|
system: boolean;
|
|
2823
3038
|
readonly: boolean;
|
|
2824
3039
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
3040
|
description?: any | null;
|
|
2827
3041
|
multiple_values: boolean;
|
|
2828
3042
|
linked_library?: {
|
|
@@ -2853,14 +3067,12 @@ export declare type SaveAttributeMutation = {
|
|
|
2853
3067
|
}> | null;
|
|
2854
3068
|
} | {
|
|
2855
3069
|
unique?: boolean | null;
|
|
2856
|
-
maxLength?: number | null;
|
|
2857
3070
|
id: string;
|
|
2858
3071
|
type: AttributeType;
|
|
2859
3072
|
format?: AttributeFormat | null;
|
|
2860
3073
|
system: boolean;
|
|
2861
3074
|
readonly: boolean;
|
|
2862
3075
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
3076
|
description?: any | null;
|
|
2865
3077
|
multiple_values: boolean;
|
|
2866
3078
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +3104,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2892
3104
|
system: boolean;
|
|
2893
3105
|
readonly: boolean;
|
|
2894
3106
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
3107
|
description?: any | null;
|
|
2897
3108
|
multiple_values: boolean;
|
|
2898
3109
|
linked_tree?: {
|
|
@@ -2923,20 +3134,20 @@ export declare type SaveAttributeMutation = {
|
|
|
2923
3134
|
}> | null;
|
|
2924
3135
|
};
|
|
2925
3136
|
};
|
|
2926
|
-
export
|
|
3137
|
+
export type ExportQueryVariables = Exact<{
|
|
2927
3138
|
library: Scalars['ID'];
|
|
2928
3139
|
attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2929
3140
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2930
3141
|
}>;
|
|
2931
|
-
export
|
|
3142
|
+
export type ExportQuery = {
|
|
2932
3143
|
export: string;
|
|
2933
3144
|
};
|
|
2934
|
-
export
|
|
3145
|
+
export type CreateDirectoryMutationVariables = Exact<{
|
|
2935
3146
|
library: Scalars['String'];
|
|
2936
3147
|
nodeId: Scalars['String'];
|
|
2937
3148
|
name: Scalars['String'];
|
|
2938
3149
|
}>;
|
|
2939
|
-
export
|
|
3150
|
+
export type CreateDirectoryMutation = {
|
|
2940
3151
|
createDirectory: {
|
|
2941
3152
|
id: string;
|
|
2942
3153
|
whoAmI: {
|
|
@@ -2952,21 +3163,21 @@ export declare type CreateDirectoryMutation = {
|
|
|
2952
3163
|
};
|
|
2953
3164
|
};
|
|
2954
3165
|
};
|
|
2955
|
-
export
|
|
3166
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
2956
3167
|
libraryId: Scalars['ID'];
|
|
2957
3168
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2958
3169
|
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2959
3170
|
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
2960
3171
|
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
2961
3172
|
}>;
|
|
2962
|
-
export
|
|
3173
|
+
export type ForcePreviewsGenerationMutation = {
|
|
2963
3174
|
forcePreviewsGeneration: boolean;
|
|
2964
3175
|
};
|
|
2965
|
-
export
|
|
3176
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
2966
3177
|
library: Scalars['ID'];
|
|
2967
3178
|
directoryId: Scalars['String'];
|
|
2968
3179
|
}>;
|
|
2969
|
-
export
|
|
3180
|
+
export type GetDirectoryDataQuery = {
|
|
2970
3181
|
records: {
|
|
2971
3182
|
list: Array<{
|
|
2972
3183
|
id: string;
|
|
@@ -2981,10 +3192,10 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2981
3192
|
label?: any | null;
|
|
2982
3193
|
};
|
|
2983
3194
|
};
|
|
2984
|
-
created_at
|
|
3195
|
+
created_at: Array<{
|
|
2985
3196
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
3197
|
+
}>;
|
|
3198
|
+
created_by: Array<{
|
|
2988
3199
|
value?: {
|
|
2989
3200
|
id: string;
|
|
2990
3201
|
whoAmI: {
|
|
@@ -2999,11 +3210,11 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2999
3210
|
};
|
|
3000
3211
|
};
|
|
3001
3212
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3213
|
+
}>;
|
|
3214
|
+
modified_at: Array<{
|
|
3004
3215
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3216
|
+
}>;
|
|
3217
|
+
modified_by: Array<{
|
|
3007
3218
|
value?: {
|
|
3008
3219
|
id: string;
|
|
3009
3220
|
whoAmI: {
|
|
@@ -3018,23 +3229,23 @@ export declare type GetDirectoryDataQuery = {
|
|
|
3018
3229
|
};
|
|
3019
3230
|
};
|
|
3020
3231
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3232
|
+
}>;
|
|
3233
|
+
file_name: Array<{
|
|
3023
3234
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3235
|
+
}>;
|
|
3236
|
+
file_path: Array<{
|
|
3026
3237
|
value?: any | null;
|
|
3027
|
-
}
|
|
3238
|
+
}>;
|
|
3028
3239
|
library: {
|
|
3029
3240
|
behavior: LibraryBehavior;
|
|
3030
3241
|
};
|
|
3031
3242
|
}>;
|
|
3032
3243
|
};
|
|
3033
3244
|
};
|
|
3034
|
-
export
|
|
3245
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3035
3246
|
filters?: InputMaybe<UploadFiltersInput>;
|
|
3036
3247
|
}>;
|
|
3037
|
-
export
|
|
3248
|
+
export type UploadUpdateSubscription = {
|
|
3038
3249
|
upload: {
|
|
3039
3250
|
userId: string;
|
|
3040
3251
|
uid: string;
|
|
@@ -3050,12 +3261,12 @@ export declare type UploadUpdateSubscription = {
|
|
|
3050
3261
|
};
|
|
3051
3262
|
};
|
|
3052
3263
|
};
|
|
3053
|
-
export
|
|
3264
|
+
export type UploadMutationVariables = Exact<{
|
|
3054
3265
|
library: Scalars['String'];
|
|
3055
3266
|
nodeId: Scalars['String'];
|
|
3056
3267
|
files: Array<FileInput> | FileInput;
|
|
3057
3268
|
}>;
|
|
3058
|
-
export
|
|
3269
|
+
export type UploadMutation = {
|
|
3059
3270
|
upload: Array<{
|
|
3060
3271
|
uid: string;
|
|
3061
3272
|
record: {
|
|
@@ -3074,34 +3285,34 @@ export declare type UploadMutation = {
|
|
|
3074
3285
|
};
|
|
3075
3286
|
}>;
|
|
3076
3287
|
};
|
|
3077
|
-
export
|
|
3288
|
+
export type ImportExcelMutationVariables = Exact<{
|
|
3078
3289
|
file: Scalars['Upload'];
|
|
3079
3290
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
3080
3291
|
startAt?: InputMaybe<Scalars['Int']>;
|
|
3081
3292
|
}>;
|
|
3082
|
-
export
|
|
3293
|
+
export type ImportExcelMutation = {
|
|
3083
3294
|
importExcel: string;
|
|
3084
3295
|
};
|
|
3085
|
-
export
|
|
3296
|
+
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
3086
3297
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3087
3298
|
}>;
|
|
3088
|
-
export
|
|
3299
|
+
export type CheckLibraryExistenceQuery = {
|
|
3089
3300
|
libraries?: {
|
|
3090
3301
|
totalCount: number;
|
|
3091
3302
|
} | null;
|
|
3092
3303
|
};
|
|
3093
|
-
export
|
|
3304
|
+
export type DeleteLibraryMutationVariables = Exact<{
|
|
3094
3305
|
id?: InputMaybe<Scalars['ID']>;
|
|
3095
3306
|
}>;
|
|
3096
|
-
export
|
|
3307
|
+
export type DeleteLibraryMutation = {
|
|
3097
3308
|
deleteLibrary: {
|
|
3098
3309
|
id: string;
|
|
3099
3310
|
};
|
|
3100
3311
|
};
|
|
3101
|
-
export
|
|
3312
|
+
export type GetLibrariesQueryVariables = Exact<{
|
|
3102
3313
|
[key: string]: never;
|
|
3103
3314
|
}>;
|
|
3104
|
-
export
|
|
3315
|
+
export type GetLibrariesQuery = {
|
|
3105
3316
|
libraries?: {
|
|
3106
3317
|
list: Array<{
|
|
3107
3318
|
id: string;
|
|
@@ -3119,10 +3330,10 @@ export declare type GetLibrariesQuery = {
|
|
|
3119
3330
|
}>;
|
|
3120
3331
|
} | null;
|
|
3121
3332
|
};
|
|
3122
|
-
export
|
|
3333
|
+
export type GetLibraryByIdQueryVariables = Exact<{
|
|
3123
3334
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3124
3335
|
}>;
|
|
3125
|
-
export
|
|
3336
|
+
export type GetLibraryByIdQuery = {
|
|
3126
3337
|
libraries?: {
|
|
3127
3338
|
list: Array<{
|
|
3128
3339
|
id: string;
|
|
@@ -3208,10 +3419,10 @@ export declare type GetLibraryByIdQuery = {
|
|
|
3208
3419
|
}>;
|
|
3209
3420
|
} | null;
|
|
3210
3421
|
};
|
|
3211
|
-
export
|
|
3422
|
+
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
3212
3423
|
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3213
3424
|
}>;
|
|
3214
|
-
export
|
|
3425
|
+
export type GetLibraryPermissionsQuery = {
|
|
3215
3426
|
libraries?: {
|
|
3216
3427
|
list: Array<{
|
|
3217
3428
|
permissions?: {
|
|
@@ -3224,10 +3435,10 @@ export declare type GetLibraryPermissionsQuery = {
|
|
|
3224
3435
|
}>;
|
|
3225
3436
|
} | null;
|
|
3226
3437
|
};
|
|
3227
|
-
export
|
|
3438
|
+
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
3228
3439
|
id: Scalars['ID'];
|
|
3229
3440
|
}>;
|
|
3230
|
-
export
|
|
3441
|
+
export type GetLibraryPreviewsSettingsQuery = {
|
|
3231
3442
|
libraries?: {
|
|
3232
3443
|
list: Array<{
|
|
3233
3444
|
id: string;
|
|
@@ -3249,10 +3460,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
|
|
|
3249
3460
|
}>;
|
|
3250
3461
|
} | null;
|
|
3251
3462
|
};
|
|
3252
|
-
export
|
|
3463
|
+
export type SaveLibraryMutationVariables = Exact<{
|
|
3253
3464
|
library: LibraryInput;
|
|
3254
3465
|
}>;
|
|
3255
|
-
export
|
|
3466
|
+
export type SaveLibraryMutation = {
|
|
3256
3467
|
saveLibrary: {
|
|
3257
3468
|
id: string;
|
|
3258
3469
|
label?: any | null;
|
|
@@ -3336,23 +3547,23 @@ export declare type SaveLibraryMutation = {
|
|
|
3336
3547
|
}> | null;
|
|
3337
3548
|
};
|
|
3338
3549
|
};
|
|
3339
|
-
export
|
|
3550
|
+
export type IsAllowedQueryVariables = Exact<{
|
|
3340
3551
|
type: PermissionTypes;
|
|
3341
3552
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
3342
3553
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
3343
3554
|
target?: InputMaybe<PermissionTarget>;
|
|
3344
3555
|
}>;
|
|
3345
|
-
export
|
|
3556
|
+
export type IsAllowedQuery = {
|
|
3346
3557
|
isAllowed?: Array<{
|
|
3347
3558
|
name: PermissionsActions;
|
|
3348
3559
|
allowed?: boolean | null;
|
|
3349
3560
|
}> | null;
|
|
3350
3561
|
};
|
|
3351
|
-
export
|
|
3562
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
3352
3563
|
library: Scalars['ID'];
|
|
3353
3564
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
3354
3565
|
}>;
|
|
3355
|
-
export
|
|
3566
|
+
export type CreateRecordMutation = {
|
|
3356
3567
|
createRecord: {
|
|
3357
3568
|
record?: {
|
|
3358
3569
|
id: string;
|
|
@@ -3369,20 +3580,19 @@ export declare type CreateRecordMutation = {
|
|
|
3369
3580
|
};
|
|
3370
3581
|
} | null;
|
|
3371
3582
|
valuesErrors?: Array<{
|
|
3372
|
-
attributeId: string;
|
|
3373
|
-
id_value?: string | null;
|
|
3374
|
-
input?: string | null;
|
|
3375
|
-
message?: string | null;
|
|
3376
3583
|
type: string;
|
|
3584
|
+
attribute: string;
|
|
3585
|
+
input?: string | null;
|
|
3586
|
+
message: string;
|
|
3377
3587
|
}> | null;
|
|
3378
3588
|
};
|
|
3379
3589
|
};
|
|
3380
|
-
export
|
|
3590
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
3381
3591
|
libraryId: Scalars['String'];
|
|
3382
3592
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3383
3593
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3384
3594
|
}>;
|
|
3385
|
-
export
|
|
3595
|
+
export type DeactivateRecordsMutation = {
|
|
3386
3596
|
deactivateRecords: Array<{
|
|
3387
3597
|
id: string;
|
|
3388
3598
|
whoAmI: {
|
|
@@ -3398,20 +3608,20 @@ export declare type DeactivateRecordsMutation = {
|
|
|
3398
3608
|
};
|
|
3399
3609
|
}>;
|
|
3400
3610
|
};
|
|
3401
|
-
export
|
|
3611
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
3402
3612
|
parentNode?: InputMaybe<Scalars['ID']>;
|
|
3403
3613
|
treeId: Scalars['ID'];
|
|
3404
3614
|
filename: Scalars['String'];
|
|
3405
3615
|
}>;
|
|
3406
|
-
export
|
|
3616
|
+
export type DoesFileExistAsChildQuery = {
|
|
3407
3617
|
doesFileExistAsChild?: boolean | null;
|
|
3408
3618
|
};
|
|
3409
|
-
export
|
|
3619
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
3410
3620
|
library: Scalars['ID'];
|
|
3411
3621
|
fileId: Scalars['String'];
|
|
3412
3622
|
previewsStatusAttribute: Scalars['ID'];
|
|
3413
3623
|
}>;
|
|
3414
|
-
export
|
|
3624
|
+
export type GetFileDataQuery = {
|
|
3415
3625
|
records: {
|
|
3416
3626
|
list: Array<{
|
|
3417
3627
|
id: string;
|
|
@@ -3426,10 +3636,10 @@ export declare type GetFileDataQuery = {
|
|
|
3426
3636
|
label?: any | null;
|
|
3427
3637
|
};
|
|
3428
3638
|
};
|
|
3429
|
-
created_at
|
|
3639
|
+
created_at: Array<{
|
|
3430
3640
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3641
|
+
}>;
|
|
3642
|
+
created_by: Array<{
|
|
3433
3643
|
value?: {
|
|
3434
3644
|
id: string;
|
|
3435
3645
|
whoAmI: {
|
|
@@ -3444,11 +3654,11 @@ export declare type GetFileDataQuery = {
|
|
|
3444
3654
|
};
|
|
3445
3655
|
};
|
|
3446
3656
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3657
|
+
}>;
|
|
3658
|
+
modified_at: Array<{
|
|
3449
3659
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3660
|
+
}>;
|
|
3661
|
+
modified_by: Array<{
|
|
3452
3662
|
value?: {
|
|
3453
3663
|
id: string;
|
|
3454
3664
|
whoAmI: {
|
|
@@ -3463,29 +3673,29 @@ export declare type GetFileDataQuery = {
|
|
|
3463
3673
|
};
|
|
3464
3674
|
};
|
|
3465
3675
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3676
|
+
}>;
|
|
3677
|
+
file_name: Array<{
|
|
3468
3678
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3679
|
+
}>;
|
|
3680
|
+
file_path: Array<{
|
|
3471
3681
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3682
|
+
}>;
|
|
3683
|
+
previews_status: Array<{
|
|
3474
3684
|
value?: any | null;
|
|
3475
|
-
}
|
|
3685
|
+
}>;
|
|
3476
3686
|
library: {
|
|
3477
3687
|
behavior: LibraryBehavior;
|
|
3478
3688
|
};
|
|
3479
3689
|
}>;
|
|
3480
3690
|
};
|
|
3481
3691
|
};
|
|
3482
|
-
export
|
|
3692
|
+
export type RecordFormQueryVariables = Exact<{
|
|
3483
3693
|
libraryId: Scalars['String'];
|
|
3484
3694
|
formId: Scalars['String'];
|
|
3485
3695
|
recordId?: InputMaybe<Scalars['String']>;
|
|
3486
3696
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3487
3697
|
}>;
|
|
3488
|
-
export
|
|
3698
|
+
export type RecordFormQuery = {
|
|
3489
3699
|
recordForm?: {
|
|
3490
3700
|
id: string;
|
|
3491
3701
|
recordId?: string | null;
|
|
@@ -3504,6 +3714,7 @@ export declare type RecordFormQuery = {
|
|
|
3504
3714
|
values?: Array<{
|
|
3505
3715
|
id_value?: string | null;
|
|
3506
3716
|
isInherited?: boolean | null;
|
|
3717
|
+
isCalculated?: boolean | null;
|
|
3507
3718
|
modified_at?: number | null;
|
|
3508
3719
|
created_at?: number | null;
|
|
3509
3720
|
linkValue?: {
|
|
@@ -3564,20 +3775,20 @@ export declare type RecordFormQuery = {
|
|
|
3564
3775
|
};
|
|
3565
3776
|
} | null;
|
|
3566
3777
|
} | null> | null;
|
|
3567
|
-
attribute
|
|
3778
|
+
attribute: {
|
|
3568
3779
|
id: string;
|
|
3569
3780
|
format?: AttributeFormat | null;
|
|
3570
3781
|
type: AttributeType;
|
|
3571
3782
|
system: boolean;
|
|
3572
|
-
}
|
|
3783
|
+
};
|
|
3573
3784
|
metadata?: Array<{
|
|
3574
3785
|
name: string;
|
|
3575
3786
|
value?: {
|
|
3576
3787
|
id_value?: string | null;
|
|
3577
3788
|
modified_at?: number | null;
|
|
3578
3789
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3790
|
+
payload?: any | null;
|
|
3791
|
+
raw_payload?: any | null;
|
|
3581
3792
|
modified_by?: {
|
|
3582
3793
|
id: string;
|
|
3583
3794
|
whoAmI: {
|
|
@@ -3627,6 +3838,7 @@ export declare type RecordFormQuery = {
|
|
|
3627
3838
|
} | {
|
|
3628
3839
|
id_value?: string | null;
|
|
3629
3840
|
isInherited?: boolean | null;
|
|
3841
|
+
isCalculated?: boolean | null;
|
|
3630
3842
|
modified_at?: number | null;
|
|
3631
3843
|
created_at?: number | null;
|
|
3632
3844
|
treeValue?: {
|
|
@@ -3706,20 +3918,20 @@ export declare type RecordFormQuery = {
|
|
|
3706
3918
|
};
|
|
3707
3919
|
} | null;
|
|
3708
3920
|
} | null> | null;
|
|
3709
|
-
attribute
|
|
3921
|
+
attribute: {
|
|
3710
3922
|
id: string;
|
|
3711
3923
|
format?: AttributeFormat | null;
|
|
3712
3924
|
type: AttributeType;
|
|
3713
3925
|
system: boolean;
|
|
3714
|
-
}
|
|
3926
|
+
};
|
|
3715
3927
|
metadata?: Array<{
|
|
3716
3928
|
name: string;
|
|
3717
3929
|
value?: {
|
|
3718
3930
|
id_value?: string | null;
|
|
3719
3931
|
modified_at?: number | null;
|
|
3720
3932
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3933
|
+
payload?: any | null;
|
|
3934
|
+
raw_payload?: any | null;
|
|
3723
3935
|
modified_by?: {
|
|
3724
3936
|
id: string;
|
|
3725
3937
|
whoAmI: {
|
|
@@ -3767,10 +3979,13 @@ export declare type RecordFormQuery = {
|
|
|
3767
3979
|
} | null;
|
|
3768
3980
|
} | null> | null;
|
|
3769
3981
|
} | {
|
|
3982
|
+
payload?: any | null;
|
|
3983
|
+
raw_payload?: any | null;
|
|
3770
3984
|
value?: any | null;
|
|
3771
3985
|
raw_value?: any | null;
|
|
3772
3986
|
id_value?: string | null;
|
|
3773
3987
|
isInherited?: boolean | null;
|
|
3988
|
+
isCalculated?: boolean | null;
|
|
3774
3989
|
modified_at?: number | null;
|
|
3775
3990
|
created_at?: number | null;
|
|
3776
3991
|
modified_by?: {
|
|
@@ -3817,20 +4032,20 @@ export declare type RecordFormQuery = {
|
|
|
3817
4032
|
};
|
|
3818
4033
|
} | null;
|
|
3819
4034
|
} | null> | null;
|
|
3820
|
-
attribute
|
|
4035
|
+
attribute: {
|
|
3821
4036
|
id: string;
|
|
3822
4037
|
format?: AttributeFormat | null;
|
|
3823
4038
|
type: AttributeType;
|
|
3824
4039
|
system: boolean;
|
|
3825
|
-
}
|
|
4040
|
+
};
|
|
3826
4041
|
metadata?: Array<{
|
|
3827
4042
|
name: string;
|
|
3828
4043
|
value?: {
|
|
3829
4044
|
id_value?: string | null;
|
|
3830
4045
|
modified_at?: number | null;
|
|
3831
4046
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
4047
|
+
payload?: any | null;
|
|
4048
|
+
raw_payload?: any | null;
|
|
3834
4049
|
modified_by?: {
|
|
3835
4050
|
id: string;
|
|
3836
4051
|
whoAmI: {
|
|
@@ -3886,7 +4101,9 @@ export declare type RecordFormQuery = {
|
|
|
3886
4101
|
format?: AttributeFormat | null;
|
|
3887
4102
|
system: boolean;
|
|
3888
4103
|
readonly: boolean;
|
|
4104
|
+
required: boolean;
|
|
3889
4105
|
multiple_values: boolean;
|
|
4106
|
+
compute: boolean;
|
|
3890
4107
|
linked_library?: {
|
|
3891
4108
|
id: string;
|
|
3892
4109
|
label?: any | null;
|
|
@@ -3898,6 +4115,7 @@ export declare type RecordFormQuery = {
|
|
|
3898
4115
|
linkValuesList?: {
|
|
3899
4116
|
enable: boolean;
|
|
3900
4117
|
allowFreeEntry?: boolean | null;
|
|
4118
|
+
allowListUpdate?: boolean | null;
|
|
3901
4119
|
values?: Array<{
|
|
3902
4120
|
id: string;
|
|
3903
4121
|
whoAmI: {
|
|
@@ -3943,6 +4161,7 @@ export declare type RecordFormQuery = {
|
|
|
3943
4161
|
values_list?: {
|
|
3944
4162
|
enable: boolean;
|
|
3945
4163
|
allowFreeEntry?: boolean | null;
|
|
4164
|
+
allowListUpdate?: boolean | null;
|
|
3946
4165
|
dateRangeValues?: Array<{
|
|
3947
4166
|
from?: string | null;
|
|
3948
4167
|
to?: string | null;
|
|
@@ -3950,6 +4169,7 @@ export declare type RecordFormQuery = {
|
|
|
3950
4169
|
} | {
|
|
3951
4170
|
enable: boolean;
|
|
3952
4171
|
allowFreeEntry?: boolean | null;
|
|
4172
|
+
allowListUpdate?: boolean | null;
|
|
3953
4173
|
values?: Array<string> | null;
|
|
3954
4174
|
} | null;
|
|
3955
4175
|
metadata_fields?: Array<{
|
|
@@ -3957,6 +4177,7 @@ export declare type RecordFormQuery = {
|
|
|
3957
4177
|
}> | null;
|
|
3958
4178
|
}> | null;
|
|
3959
4179
|
} | {
|
|
4180
|
+
character_limit?: number | null;
|
|
3960
4181
|
id: string;
|
|
3961
4182
|
label?: any | null;
|
|
3962
4183
|
description?: any | null;
|
|
@@ -3964,10 +4185,13 @@ export declare type RecordFormQuery = {
|
|
|
3964
4185
|
format?: AttributeFormat | null;
|
|
3965
4186
|
system: boolean;
|
|
3966
4187
|
readonly: boolean;
|
|
4188
|
+
required: boolean;
|
|
3967
4189
|
multiple_values: boolean;
|
|
4190
|
+
compute: boolean;
|
|
3968
4191
|
values_list?: {
|
|
3969
4192
|
enable: boolean;
|
|
3970
4193
|
allowFreeEntry?: boolean | null;
|
|
4194
|
+
allowListUpdate?: boolean | null;
|
|
3971
4195
|
dateRangeValues?: Array<{
|
|
3972
4196
|
from?: string | null;
|
|
3973
4197
|
to?: string | null;
|
|
@@ -3975,6 +4199,7 @@ export declare type RecordFormQuery = {
|
|
|
3975
4199
|
} | {
|
|
3976
4200
|
enable: boolean;
|
|
3977
4201
|
allowFreeEntry?: boolean | null;
|
|
4202
|
+
allowListUpdate?: boolean | null;
|
|
3978
4203
|
values?: Array<string> | null;
|
|
3979
4204
|
} | null;
|
|
3980
4205
|
permissions: {
|
|
@@ -4007,6 +4232,7 @@ export declare type RecordFormQuery = {
|
|
|
4007
4232
|
values_list?: {
|
|
4008
4233
|
enable: boolean;
|
|
4009
4234
|
allowFreeEntry?: boolean | null;
|
|
4235
|
+
allowListUpdate?: boolean | null;
|
|
4010
4236
|
dateRangeValues?: Array<{
|
|
4011
4237
|
from?: string | null;
|
|
4012
4238
|
to?: string | null;
|
|
@@ -4014,6 +4240,7 @@ export declare type RecordFormQuery = {
|
|
|
4014
4240
|
} | {
|
|
4015
4241
|
enable: boolean;
|
|
4016
4242
|
allowFreeEntry?: boolean | null;
|
|
4243
|
+
allowListUpdate?: boolean | null;
|
|
4017
4244
|
values?: Array<string> | null;
|
|
4018
4245
|
} | null;
|
|
4019
4246
|
metadata_fields?: Array<{
|
|
@@ -4028,7 +4255,9 @@ export declare type RecordFormQuery = {
|
|
|
4028
4255
|
format?: AttributeFormat | null;
|
|
4029
4256
|
system: boolean;
|
|
4030
4257
|
readonly: boolean;
|
|
4258
|
+
required: boolean;
|
|
4031
4259
|
multiple_values: boolean;
|
|
4260
|
+
compute: boolean;
|
|
4032
4261
|
linked_tree?: {
|
|
4033
4262
|
id: string;
|
|
4034
4263
|
label?: any | null;
|
|
@@ -4036,6 +4265,7 @@ export declare type RecordFormQuery = {
|
|
|
4036
4265
|
treeValuesList?: {
|
|
4037
4266
|
enable: boolean;
|
|
4038
4267
|
allowFreeEntry?: boolean | null;
|
|
4268
|
+
allowListUpdate?: boolean | null;
|
|
4039
4269
|
values?: Array<{
|
|
4040
4270
|
id: string;
|
|
4041
4271
|
record: {
|
|
@@ -4100,6 +4330,7 @@ export declare type RecordFormQuery = {
|
|
|
4100
4330
|
values_list?: {
|
|
4101
4331
|
enable: boolean;
|
|
4102
4332
|
allowFreeEntry?: boolean | null;
|
|
4333
|
+
allowListUpdate?: boolean | null;
|
|
4103
4334
|
dateRangeValues?: Array<{
|
|
4104
4335
|
from?: string | null;
|
|
4105
4336
|
to?: string | null;
|
|
@@ -4107,6 +4338,7 @@ export declare type RecordFormQuery = {
|
|
|
4107
4338
|
} | {
|
|
4108
4339
|
enable: boolean;
|
|
4109
4340
|
allowFreeEntry?: boolean | null;
|
|
4341
|
+
allowListUpdate?: boolean | null;
|
|
4110
4342
|
values?: Array<string> | null;
|
|
4111
4343
|
} | null;
|
|
4112
4344
|
metadata_fields?: Array<{
|
|
@@ -4121,10 +4353,10 @@ export declare type RecordFormQuery = {
|
|
|
4121
4353
|
}>;
|
|
4122
4354
|
} | null;
|
|
4123
4355
|
};
|
|
4124
|
-
export
|
|
4356
|
+
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
4125
4357
|
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
4126
4358
|
}>;
|
|
4127
|
-
export
|
|
4359
|
+
export type RecordUpdateSubscription = {
|
|
4128
4360
|
recordUpdate: {
|
|
4129
4361
|
record: {
|
|
4130
4362
|
id: string;
|
|
@@ -4139,7 +4371,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4139
4371
|
label?: any | null;
|
|
4140
4372
|
};
|
|
4141
4373
|
};
|
|
4142
|
-
modified_by
|
|
4374
|
+
modified_by: Array<{
|
|
4143
4375
|
value?: {
|
|
4144
4376
|
id: string;
|
|
4145
4377
|
whoAmI: {
|
|
@@ -4154,13 +4386,14 @@ export declare type RecordUpdateSubscription = {
|
|
|
4154
4386
|
};
|
|
4155
4387
|
};
|
|
4156
4388
|
} | null;
|
|
4157
|
-
}
|
|
4389
|
+
}>;
|
|
4158
4390
|
};
|
|
4159
4391
|
updatedValues: Array<{
|
|
4160
4392
|
attribute: string;
|
|
4161
4393
|
value: {
|
|
4162
4394
|
id_value?: string | null;
|
|
4163
4395
|
isInherited?: boolean | null;
|
|
4396
|
+
isCalculated?: boolean | null;
|
|
4164
4397
|
modified_at?: number | null;
|
|
4165
4398
|
created_at?: number | null;
|
|
4166
4399
|
linkValue?: {
|
|
@@ -4221,20 +4454,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4221
4454
|
};
|
|
4222
4455
|
} | null;
|
|
4223
4456
|
} | null> | null;
|
|
4224
|
-
attribute
|
|
4457
|
+
attribute: {
|
|
4225
4458
|
id: string;
|
|
4226
4459
|
format?: AttributeFormat | null;
|
|
4227
4460
|
type: AttributeType;
|
|
4228
4461
|
system: boolean;
|
|
4229
|
-
}
|
|
4462
|
+
};
|
|
4230
4463
|
metadata?: Array<{
|
|
4231
4464
|
name: string;
|
|
4232
4465
|
value?: {
|
|
4233
4466
|
id_value?: string | null;
|
|
4234
4467
|
modified_at?: number | null;
|
|
4235
4468
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4469
|
+
payload?: any | null;
|
|
4470
|
+
raw_payload?: any | null;
|
|
4238
4471
|
modified_by?: {
|
|
4239
4472
|
id: string;
|
|
4240
4473
|
whoAmI: {
|
|
@@ -4284,6 +4517,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4284
4517
|
} | {
|
|
4285
4518
|
id_value?: string | null;
|
|
4286
4519
|
isInherited?: boolean | null;
|
|
4520
|
+
isCalculated?: boolean | null;
|
|
4287
4521
|
modified_at?: number | null;
|
|
4288
4522
|
created_at?: number | null;
|
|
4289
4523
|
treeValue?: {
|
|
@@ -4363,20 +4597,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4363
4597
|
};
|
|
4364
4598
|
} | null;
|
|
4365
4599
|
} | null> | null;
|
|
4366
|
-
attribute
|
|
4600
|
+
attribute: {
|
|
4367
4601
|
id: string;
|
|
4368
4602
|
format?: AttributeFormat | null;
|
|
4369
4603
|
type: AttributeType;
|
|
4370
4604
|
system: boolean;
|
|
4371
|
-
}
|
|
4605
|
+
};
|
|
4372
4606
|
metadata?: Array<{
|
|
4373
4607
|
name: string;
|
|
4374
4608
|
value?: {
|
|
4375
4609
|
id_value?: string | null;
|
|
4376
4610
|
modified_at?: number | null;
|
|
4377
4611
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4612
|
+
payload?: any | null;
|
|
4613
|
+
raw_payload?: any | null;
|
|
4380
4614
|
modified_by?: {
|
|
4381
4615
|
id: string;
|
|
4382
4616
|
whoAmI: {
|
|
@@ -4424,10 +4658,13 @@ export declare type RecordUpdateSubscription = {
|
|
|
4424
4658
|
} | null;
|
|
4425
4659
|
} | null> | null;
|
|
4426
4660
|
} | {
|
|
4661
|
+
payload?: any | null;
|
|
4662
|
+
raw_payload?: any | null;
|
|
4427
4663
|
value?: any | null;
|
|
4428
4664
|
raw_value?: any | null;
|
|
4429
4665
|
id_value?: string | null;
|
|
4430
4666
|
isInherited?: boolean | null;
|
|
4667
|
+
isCalculated?: boolean | null;
|
|
4431
4668
|
modified_at?: number | null;
|
|
4432
4669
|
created_at?: number | null;
|
|
4433
4670
|
modified_by?: {
|
|
@@ -4474,20 +4711,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4474
4711
|
};
|
|
4475
4712
|
} | null;
|
|
4476
4713
|
} | null> | null;
|
|
4477
|
-
attribute
|
|
4714
|
+
attribute: {
|
|
4478
4715
|
id: string;
|
|
4479
4716
|
format?: AttributeFormat | null;
|
|
4480
4717
|
type: AttributeType;
|
|
4481
4718
|
system: boolean;
|
|
4482
|
-
}
|
|
4719
|
+
};
|
|
4483
4720
|
metadata?: Array<{
|
|
4484
4721
|
name: string;
|
|
4485
4722
|
value?: {
|
|
4486
4723
|
id_value?: string | null;
|
|
4487
4724
|
modified_at?: number | null;
|
|
4488
4725
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4726
|
+
payload?: any | null;
|
|
4727
|
+
raw_payload?: any | null;
|
|
4491
4728
|
modified_by?: {
|
|
4492
4729
|
id: string;
|
|
4493
4730
|
whoAmI: {
|
|
@@ -4538,39 +4775,39 @@ export declare type RecordUpdateSubscription = {
|
|
|
4538
4775
|
}>;
|
|
4539
4776
|
};
|
|
4540
4777
|
};
|
|
4541
|
-
export
|
|
4778
|
+
export type IndexRecordsMutationVariables = Exact<{
|
|
4542
4779
|
libraryId: Scalars['String'];
|
|
4543
4780
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4544
4781
|
}>;
|
|
4545
|
-
export
|
|
4782
|
+
export type IndexRecordsMutation = {
|
|
4546
4783
|
indexRecords: boolean;
|
|
4547
4784
|
};
|
|
4548
|
-
export
|
|
4785
|
+
export type CancelTaskMutationVariables = Exact<{
|
|
4549
4786
|
taskId: Scalars['ID'];
|
|
4550
4787
|
}>;
|
|
4551
|
-
export
|
|
4788
|
+
export type CancelTaskMutation = {
|
|
4552
4789
|
cancelTask: boolean;
|
|
4553
4790
|
};
|
|
4554
|
-
export
|
|
4791
|
+
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
4555
4792
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4556
4793
|
}>;
|
|
4557
|
-
export
|
|
4794
|
+
export type CheckTreeExistenceQuery = {
|
|
4558
4795
|
trees?: {
|
|
4559
4796
|
totalCount: number;
|
|
4560
4797
|
} | null;
|
|
4561
4798
|
};
|
|
4562
|
-
export
|
|
4799
|
+
export type DeleteTreeMutationVariables = Exact<{
|
|
4563
4800
|
id: Scalars['ID'];
|
|
4564
4801
|
}>;
|
|
4565
|
-
export
|
|
4802
|
+
export type DeleteTreeMutation = {
|
|
4566
4803
|
deleteTree: {
|
|
4567
4804
|
id: string;
|
|
4568
4805
|
};
|
|
4569
4806
|
};
|
|
4570
|
-
export
|
|
4807
|
+
export type GetTreeByIdQueryVariables = Exact<{
|
|
4571
4808
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4572
4809
|
}>;
|
|
4573
|
-
export
|
|
4810
|
+
export type GetTreeByIdQuery = {
|
|
4574
4811
|
trees?: {
|
|
4575
4812
|
list: Array<{
|
|
4576
4813
|
id: string;
|
|
@@ -4591,11 +4828,11 @@ export declare type GetTreeByIdQuery = {
|
|
|
4591
4828
|
}>;
|
|
4592
4829
|
} | null;
|
|
4593
4830
|
};
|
|
4594
|
-
export
|
|
4831
|
+
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
4595
4832
|
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4596
4833
|
library?: InputMaybe<Scalars['String']>;
|
|
4597
4834
|
}>;
|
|
4598
|
-
export
|
|
4835
|
+
export type GetTreeLibrariesQuery = {
|
|
4599
4836
|
trees?: {
|
|
4600
4837
|
totalCount: number;
|
|
4601
4838
|
list: Array<{
|
|
@@ -4618,10 +4855,10 @@ export declare type GetTreeLibrariesQuery = {
|
|
|
4618
4855
|
}>;
|
|
4619
4856
|
} | null;
|
|
4620
4857
|
};
|
|
4621
|
-
export
|
|
4858
|
+
export type GetTreesQueryVariables = Exact<{
|
|
4622
4859
|
[key: string]: never;
|
|
4623
4860
|
}>;
|
|
4624
|
-
export
|
|
4861
|
+
export type GetTreesQuery = {
|
|
4625
4862
|
trees?: {
|
|
4626
4863
|
list: Array<{
|
|
4627
4864
|
id: string;
|
|
@@ -4629,10 +4866,10 @@ export declare type GetTreesQuery = {
|
|
|
4629
4866
|
}>;
|
|
4630
4867
|
} | null;
|
|
4631
4868
|
};
|
|
4632
|
-
export
|
|
4869
|
+
export type SaveTreeMutationVariables = Exact<{
|
|
4633
4870
|
tree: TreeInput;
|
|
4634
4871
|
}>;
|
|
4635
|
-
export
|
|
4872
|
+
export type SaveTreeMutation = {
|
|
4636
4873
|
saveTree: {
|
|
4637
4874
|
id: string;
|
|
4638
4875
|
label?: any | null;
|
|
@@ -4651,12 +4888,12 @@ export declare type SaveTreeMutation = {
|
|
|
4651
4888
|
}>;
|
|
4652
4889
|
};
|
|
4653
4890
|
};
|
|
4654
|
-
export
|
|
4891
|
+
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
4655
4892
|
treeId: Scalars['ID'];
|
|
4656
4893
|
node?: InputMaybe<Scalars['ID']>;
|
|
4657
4894
|
pagination?: InputMaybe<Pagination>;
|
|
4658
4895
|
}>;
|
|
4659
|
-
export
|
|
4896
|
+
export type TreeNodeChildrenQuery = {
|
|
4660
4897
|
treeNodeChildren: {
|
|
4661
4898
|
totalCount?: number | null;
|
|
4662
4899
|
list: Array<{
|
|
@@ -4676,9 +4913,9 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4676
4913
|
label?: any | null;
|
|
4677
4914
|
};
|
|
4678
4915
|
};
|
|
4679
|
-
active
|
|
4916
|
+
active: Array<{
|
|
4680
4917
|
value?: any | null;
|
|
4681
|
-
}
|
|
4918
|
+
}>;
|
|
4682
4919
|
};
|
|
4683
4920
|
ancestors?: Array<{
|
|
4684
4921
|
id: string;
|
|
@@ -4709,37 +4946,38 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4709
4946
|
}>;
|
|
4710
4947
|
};
|
|
4711
4948
|
};
|
|
4712
|
-
export
|
|
4949
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
4713
4950
|
keys: Array<Scalars['String']> | Scalars['String'];
|
|
4714
4951
|
global?: InputMaybe<Scalars['Boolean']>;
|
|
4715
4952
|
}>;
|
|
4716
|
-
export
|
|
4953
|
+
export type GetUserDataQuery = {
|
|
4717
4954
|
userData: {
|
|
4718
4955
|
global: boolean;
|
|
4719
4956
|
data?: any | null;
|
|
4720
4957
|
};
|
|
4721
4958
|
};
|
|
4722
|
-
export
|
|
4959
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
4723
4960
|
key: Scalars['String'];
|
|
4724
4961
|
value?: InputMaybe<Scalars['Any']>;
|
|
4725
4962
|
global: Scalars['Boolean'];
|
|
4726
4963
|
}>;
|
|
4727
|
-
export
|
|
4964
|
+
export type SaveUserDataMutation = {
|
|
4728
4965
|
saveUserData: {
|
|
4729
4966
|
global: boolean;
|
|
4730
4967
|
data?: any | null;
|
|
4731
4968
|
};
|
|
4732
4969
|
};
|
|
4733
|
-
export
|
|
4970
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
4734
4971
|
library: Scalars['ID'];
|
|
4735
4972
|
recordId: Scalars['ID'];
|
|
4736
4973
|
attribute: Scalars['ID'];
|
|
4737
4974
|
value?: InputMaybe<ValueInput>;
|
|
4738
4975
|
}>;
|
|
4739
|
-
export
|
|
4976
|
+
export type DeleteValueMutation = {
|
|
4740
4977
|
deleteValue: Array<{
|
|
4741
4978
|
id_value?: string | null;
|
|
4742
4979
|
isInherited?: boolean | null;
|
|
4980
|
+
isCalculated?: boolean | null;
|
|
4743
4981
|
modified_at?: number | null;
|
|
4744
4982
|
created_at?: number | null;
|
|
4745
4983
|
linkValue?: {
|
|
@@ -4800,20 +5038,20 @@ export declare type DeleteValueMutation = {
|
|
|
4800
5038
|
};
|
|
4801
5039
|
} | null;
|
|
4802
5040
|
} | null> | null;
|
|
4803
|
-
attribute
|
|
5041
|
+
attribute: {
|
|
4804
5042
|
id: string;
|
|
4805
5043
|
format?: AttributeFormat | null;
|
|
4806
5044
|
type: AttributeType;
|
|
4807
5045
|
system: boolean;
|
|
4808
|
-
}
|
|
5046
|
+
};
|
|
4809
5047
|
metadata?: Array<{
|
|
4810
5048
|
name: string;
|
|
4811
5049
|
value?: {
|
|
4812
5050
|
id_value?: string | null;
|
|
4813
5051
|
modified_at?: number | null;
|
|
4814
5052
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
5053
|
+
payload?: any | null;
|
|
5054
|
+
raw_payload?: any | null;
|
|
4817
5055
|
modified_by?: {
|
|
4818
5056
|
id: string;
|
|
4819
5057
|
whoAmI: {
|
|
@@ -4863,6 +5101,7 @@ export declare type DeleteValueMutation = {
|
|
|
4863
5101
|
} | {
|
|
4864
5102
|
id_value?: string | null;
|
|
4865
5103
|
isInherited?: boolean | null;
|
|
5104
|
+
isCalculated?: boolean | null;
|
|
4866
5105
|
modified_at?: number | null;
|
|
4867
5106
|
created_at?: number | null;
|
|
4868
5107
|
treeValue?: {
|
|
@@ -4942,20 +5181,20 @@ export declare type DeleteValueMutation = {
|
|
|
4942
5181
|
};
|
|
4943
5182
|
} | null;
|
|
4944
5183
|
} | null> | null;
|
|
4945
|
-
attribute
|
|
5184
|
+
attribute: {
|
|
4946
5185
|
id: string;
|
|
4947
5186
|
format?: AttributeFormat | null;
|
|
4948
5187
|
type: AttributeType;
|
|
4949
5188
|
system: boolean;
|
|
4950
|
-
}
|
|
5189
|
+
};
|
|
4951
5190
|
metadata?: Array<{
|
|
4952
5191
|
name: string;
|
|
4953
5192
|
value?: {
|
|
4954
5193
|
id_value?: string | null;
|
|
4955
5194
|
modified_at?: number | null;
|
|
4956
5195
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
5196
|
+
payload?: any | null;
|
|
5197
|
+
raw_payload?: any | null;
|
|
4959
5198
|
modified_by?: {
|
|
4960
5199
|
id: string;
|
|
4961
5200
|
whoAmI: {
|
|
@@ -5003,10 +5242,13 @@ export declare type DeleteValueMutation = {
|
|
|
5003
5242
|
} | null;
|
|
5004
5243
|
} | null> | null;
|
|
5005
5244
|
} | {
|
|
5245
|
+
payload?: any | null;
|
|
5246
|
+
raw_payload?: any | null;
|
|
5006
5247
|
value?: any | null;
|
|
5007
5248
|
raw_value?: any | null;
|
|
5008
5249
|
id_value?: string | null;
|
|
5009
5250
|
isInherited?: boolean | null;
|
|
5251
|
+
isCalculated?: boolean | null;
|
|
5010
5252
|
modified_at?: number | null;
|
|
5011
5253
|
created_at?: number | null;
|
|
5012
5254
|
modified_by?: {
|
|
@@ -5053,20 +5295,20 @@ export declare type DeleteValueMutation = {
|
|
|
5053
5295
|
};
|
|
5054
5296
|
} | null;
|
|
5055
5297
|
} | null> | null;
|
|
5056
|
-
attribute
|
|
5298
|
+
attribute: {
|
|
5057
5299
|
id: string;
|
|
5058
5300
|
format?: AttributeFormat | null;
|
|
5059
5301
|
type: AttributeType;
|
|
5060
5302
|
system: boolean;
|
|
5061
|
-
}
|
|
5303
|
+
};
|
|
5062
5304
|
metadata?: Array<{
|
|
5063
5305
|
name: string;
|
|
5064
5306
|
value?: {
|
|
5065
5307
|
id_value?: string | null;
|
|
5066
5308
|
modified_at?: number | null;
|
|
5067
5309
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5310
|
+
payload?: any | null;
|
|
5311
|
+
raw_payload?: any | null;
|
|
5070
5312
|
modified_by?: {
|
|
5071
5313
|
id: string;
|
|
5072
5314
|
whoAmI: {
|
|
@@ -5115,18 +5357,141 @@ export declare type DeleteValueMutation = {
|
|
|
5115
5357
|
} | null> | null;
|
|
5116
5358
|
}>;
|
|
5117
5359
|
};
|
|
5118
|
-
export
|
|
5360
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5119
5361
|
library: Scalars['ID'];
|
|
5120
|
-
|
|
5121
|
-
version?: InputMaybe<Array<ValueVersionInput
|
|
5122
|
-
|
|
5362
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5363
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5364
|
+
}>;
|
|
5365
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5366
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5367
|
+
id_value?: string | null;
|
|
5368
|
+
isInherited?: boolean | null;
|
|
5369
|
+
isCalculated?: boolean | null;
|
|
5370
|
+
modified_at?: number | null;
|
|
5371
|
+
created_at?: number | null;
|
|
5372
|
+
payload?: any | null;
|
|
5373
|
+
raw_payload?: any | null;
|
|
5374
|
+
value?: any | null;
|
|
5375
|
+
raw_value?: any | null;
|
|
5376
|
+
modified_by?: {
|
|
5377
|
+
id: string;
|
|
5378
|
+
whoAmI: {
|
|
5379
|
+
id: string;
|
|
5380
|
+
label?: string | null;
|
|
5381
|
+
subLabel?: string | null;
|
|
5382
|
+
color?: string | null;
|
|
5383
|
+
preview?: IPreviewScalar | null;
|
|
5384
|
+
library: {
|
|
5385
|
+
id: string;
|
|
5386
|
+
label?: any | null;
|
|
5387
|
+
};
|
|
5388
|
+
};
|
|
5389
|
+
} | null;
|
|
5390
|
+
created_by?: {
|
|
5391
|
+
id: string;
|
|
5392
|
+
whoAmI: {
|
|
5393
|
+
id: string;
|
|
5394
|
+
label?: string | null;
|
|
5395
|
+
subLabel?: string | null;
|
|
5396
|
+
color?: string | null;
|
|
5397
|
+
preview?: IPreviewScalar | null;
|
|
5398
|
+
library: {
|
|
5399
|
+
id: string;
|
|
5400
|
+
label?: any | null;
|
|
5401
|
+
};
|
|
5402
|
+
};
|
|
5403
|
+
} | null;
|
|
5404
|
+
version?: Array<{
|
|
5405
|
+
treeId: string;
|
|
5406
|
+
treeNode?: {
|
|
5407
|
+
id: string;
|
|
5408
|
+
record: {
|
|
5409
|
+
id: string;
|
|
5410
|
+
whoAmI: {
|
|
5411
|
+
id: string;
|
|
5412
|
+
label?: string | null;
|
|
5413
|
+
library: {
|
|
5414
|
+
id: string;
|
|
5415
|
+
};
|
|
5416
|
+
};
|
|
5417
|
+
};
|
|
5418
|
+
} | null;
|
|
5419
|
+
} | null> | null;
|
|
5420
|
+
attribute: {
|
|
5421
|
+
id: string;
|
|
5422
|
+
format?: AttributeFormat | null;
|
|
5423
|
+
type: AttributeType;
|
|
5424
|
+
system: boolean;
|
|
5425
|
+
};
|
|
5426
|
+
metadata?: Array<{
|
|
5427
|
+
name: string;
|
|
5428
|
+
value?: {
|
|
5429
|
+
id_value?: string | null;
|
|
5430
|
+
modified_at?: number | null;
|
|
5431
|
+
created_at?: number | null;
|
|
5432
|
+
payload?: any | null;
|
|
5433
|
+
raw_payload?: any | null;
|
|
5434
|
+
modified_by?: {
|
|
5435
|
+
id: string;
|
|
5436
|
+
whoAmI: {
|
|
5437
|
+
id: string;
|
|
5438
|
+
label?: string | null;
|
|
5439
|
+
subLabel?: string | null;
|
|
5440
|
+
color?: string | null;
|
|
5441
|
+
preview?: IPreviewScalar | null;
|
|
5442
|
+
library: {
|
|
5443
|
+
id: string;
|
|
5444
|
+
label?: any | null;
|
|
5445
|
+
};
|
|
5446
|
+
};
|
|
5447
|
+
} | null;
|
|
5448
|
+
created_by?: {
|
|
5449
|
+
id: string;
|
|
5450
|
+
whoAmI: {
|
|
5451
|
+
id: string;
|
|
5452
|
+
label?: string | null;
|
|
5453
|
+
subLabel?: string | null;
|
|
5454
|
+
color?: string | null;
|
|
5455
|
+
preview?: IPreviewScalar | null;
|
|
5456
|
+
library: {
|
|
5457
|
+
id: string;
|
|
5458
|
+
label?: any | null;
|
|
5459
|
+
};
|
|
5460
|
+
};
|
|
5461
|
+
} | null;
|
|
5462
|
+
version?: Array<{
|
|
5463
|
+
treeId: string;
|
|
5464
|
+
treeNode?: {
|
|
5465
|
+
id: string;
|
|
5466
|
+
record: {
|
|
5467
|
+
id: string;
|
|
5468
|
+
whoAmI: {
|
|
5469
|
+
id: string;
|
|
5470
|
+
label?: string | null;
|
|
5471
|
+
library: {
|
|
5472
|
+
id: string;
|
|
5473
|
+
};
|
|
5474
|
+
};
|
|
5475
|
+
};
|
|
5476
|
+
} | null;
|
|
5477
|
+
} | null> | null;
|
|
5478
|
+
} | null;
|
|
5479
|
+
} | null> | null;
|
|
5480
|
+
}>;
|
|
5481
|
+
};
|
|
5482
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5483
|
+
library: Scalars['ID'];
|
|
5484
|
+
recordId: Scalars['ID'];
|
|
5485
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5486
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5123
5487
|
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5124
5488
|
}>;
|
|
5125
|
-
export
|
|
5489
|
+
export type SaveValueBatchMutation = {
|
|
5126
5490
|
saveValueBatch: {
|
|
5127
5491
|
values?: Array<{
|
|
5128
5492
|
id_value?: string | null;
|
|
5129
5493
|
isInherited?: boolean | null;
|
|
5494
|
+
isCalculated?: boolean | null;
|
|
5130
5495
|
modified_at?: number | null;
|
|
5131
5496
|
created_at?: number | null;
|
|
5132
5497
|
linkValue?: {
|
|
@@ -5187,20 +5552,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5187
5552
|
};
|
|
5188
5553
|
} | null;
|
|
5189
5554
|
} | null> | null;
|
|
5190
|
-
attribute
|
|
5555
|
+
attribute: {
|
|
5191
5556
|
id: string;
|
|
5192
5557
|
format?: AttributeFormat | null;
|
|
5193
5558
|
type: AttributeType;
|
|
5194
5559
|
system: boolean;
|
|
5195
|
-
}
|
|
5560
|
+
};
|
|
5196
5561
|
metadata?: Array<{
|
|
5197
5562
|
name: string;
|
|
5198
5563
|
value?: {
|
|
5199
5564
|
id_value?: string | null;
|
|
5200
5565
|
modified_at?: number | null;
|
|
5201
5566
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5567
|
+
payload?: any | null;
|
|
5568
|
+
raw_payload?: any | null;
|
|
5204
5569
|
modified_by?: {
|
|
5205
5570
|
id: string;
|
|
5206
5571
|
whoAmI: {
|
|
@@ -5250,6 +5615,7 @@ export declare type SaveValueBatchMutation = {
|
|
|
5250
5615
|
} | {
|
|
5251
5616
|
id_value?: string | null;
|
|
5252
5617
|
isInherited?: boolean | null;
|
|
5618
|
+
isCalculated?: boolean | null;
|
|
5253
5619
|
modified_at?: number | null;
|
|
5254
5620
|
created_at?: number | null;
|
|
5255
5621
|
treeValue?: {
|
|
@@ -5329,20 +5695,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5329
5695
|
};
|
|
5330
5696
|
} | null;
|
|
5331
5697
|
} | null> | null;
|
|
5332
|
-
attribute
|
|
5698
|
+
attribute: {
|
|
5333
5699
|
id: string;
|
|
5334
5700
|
format?: AttributeFormat | null;
|
|
5335
5701
|
type: AttributeType;
|
|
5336
5702
|
system: boolean;
|
|
5337
|
-
}
|
|
5703
|
+
};
|
|
5338
5704
|
metadata?: Array<{
|
|
5339
5705
|
name: string;
|
|
5340
5706
|
value?: {
|
|
5341
5707
|
id_value?: string | null;
|
|
5342
5708
|
modified_at?: number | null;
|
|
5343
5709
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5710
|
+
payload?: any | null;
|
|
5711
|
+
raw_payload?: any | null;
|
|
5346
5712
|
modified_by?: {
|
|
5347
5713
|
id: string;
|
|
5348
5714
|
whoAmI: {
|
|
@@ -5390,10 +5756,13 @@ export declare type SaveValueBatchMutation = {
|
|
|
5390
5756
|
} | null;
|
|
5391
5757
|
} | null> | null;
|
|
5392
5758
|
} | {
|
|
5759
|
+
payload?: any | null;
|
|
5760
|
+
raw_payload?: any | null;
|
|
5393
5761
|
value?: any | null;
|
|
5394
5762
|
raw_value?: any | null;
|
|
5395
5763
|
id_value?: string | null;
|
|
5396
5764
|
isInherited?: boolean | null;
|
|
5765
|
+
isCalculated?: boolean | null;
|
|
5397
5766
|
modified_at?: number | null;
|
|
5398
5767
|
created_at?: number | null;
|
|
5399
5768
|
modified_by?: {
|
|
@@ -5440,20 +5809,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5440
5809
|
};
|
|
5441
5810
|
} | null;
|
|
5442
5811
|
} | null> | null;
|
|
5443
|
-
attribute
|
|
5812
|
+
attribute: {
|
|
5444
5813
|
id: string;
|
|
5445
5814
|
format?: AttributeFormat | null;
|
|
5446
5815
|
type: AttributeType;
|
|
5447
5816
|
system: boolean;
|
|
5448
|
-
}
|
|
5817
|
+
};
|
|
5449
5818
|
metadata?: Array<{
|
|
5450
5819
|
name: string;
|
|
5451
5820
|
value?: {
|
|
5452
5821
|
id_value?: string | null;
|
|
5453
5822
|
modified_at?: number | null;
|
|
5454
5823
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5824
|
+
payload?: any | null;
|
|
5825
|
+
raw_payload?: any | null;
|
|
5457
5826
|
modified_by?: {
|
|
5458
5827
|
id: string;
|
|
5459
5828
|
whoAmI: {
|
|
@@ -5509,19 +5878,19 @@ export declare type SaveValueBatchMutation = {
|
|
|
5509
5878
|
}> | null;
|
|
5510
5879
|
};
|
|
5511
5880
|
};
|
|
5512
|
-
export
|
|
5881
|
+
export type DeleteViewMutationVariables = Exact<{
|
|
5513
5882
|
viewId: Scalars['String'];
|
|
5514
5883
|
}>;
|
|
5515
|
-
export
|
|
5884
|
+
export type DeleteViewMutation = {
|
|
5516
5885
|
deleteView: {
|
|
5517
5886
|
id: string;
|
|
5518
5887
|
library: string;
|
|
5519
5888
|
};
|
|
5520
5889
|
};
|
|
5521
|
-
export
|
|
5890
|
+
export type GetViewQueryVariables = Exact<{
|
|
5522
5891
|
viewId: Scalars['String'];
|
|
5523
5892
|
}>;
|
|
5524
|
-
export
|
|
5893
|
+
export type GetViewQuery = {
|
|
5525
5894
|
view: {
|
|
5526
5895
|
id: string;
|
|
5527
5896
|
shared: boolean;
|
|
@@ -5529,7 +5898,7 @@ export declare type GetViewQuery = {
|
|
|
5529
5898
|
description?: any | null;
|
|
5530
5899
|
color?: string | null;
|
|
5531
5900
|
display: {
|
|
5532
|
-
size
|
|
5901
|
+
size?: ViewSizes | null;
|
|
5533
5902
|
type: ViewTypes;
|
|
5534
5903
|
};
|
|
5535
5904
|
created_by: {
|
|
@@ -5552,10 +5921,10 @@ export declare type GetViewQuery = {
|
|
|
5552
5921
|
label?: any | null;
|
|
5553
5922
|
} | null;
|
|
5554
5923
|
}> | null;
|
|
5555
|
-
sort?: {
|
|
5924
|
+
sort?: Array<{
|
|
5556
5925
|
field: string;
|
|
5557
5926
|
order: SortOrder;
|
|
5558
|
-
} | null;
|
|
5927
|
+
}> | null;
|
|
5559
5928
|
valuesVersions?: Array<{
|
|
5560
5929
|
treeId: string;
|
|
5561
5930
|
treeNode: {
|
|
@@ -5576,16 +5945,15 @@ export declare type GetViewQuery = {
|
|
|
5576
5945
|
};
|
|
5577
5946
|
};
|
|
5578
5947
|
}> | null;
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
value?: any | null;
|
|
5948
|
+
attributes?: Array<{
|
|
5949
|
+
id: string;
|
|
5582
5950
|
}> | null;
|
|
5583
5951
|
};
|
|
5584
5952
|
};
|
|
5585
|
-
export
|
|
5953
|
+
export type GetViewsListQueryVariables = Exact<{
|
|
5586
5954
|
libraryId: Scalars['String'];
|
|
5587
5955
|
}>;
|
|
5588
|
-
export
|
|
5956
|
+
export type GetViewsListQuery = {
|
|
5589
5957
|
views: {
|
|
5590
5958
|
totalCount: number;
|
|
5591
5959
|
list: Array<{
|
|
@@ -5595,7 +5963,7 @@ export declare type GetViewsListQuery = {
|
|
|
5595
5963
|
description?: any | null;
|
|
5596
5964
|
color?: string | null;
|
|
5597
5965
|
display: {
|
|
5598
|
-
size
|
|
5966
|
+
size?: ViewSizes | null;
|
|
5599
5967
|
type: ViewTypes;
|
|
5600
5968
|
};
|
|
5601
5969
|
created_by: {
|
|
@@ -5618,10 +5986,10 @@ export declare type GetViewsListQuery = {
|
|
|
5618
5986
|
label?: any | null;
|
|
5619
5987
|
} | null;
|
|
5620
5988
|
}> | null;
|
|
5621
|
-
sort?: {
|
|
5989
|
+
sort?: Array<{
|
|
5622
5990
|
field: string;
|
|
5623
5991
|
order: SortOrder;
|
|
5624
|
-
} | null;
|
|
5992
|
+
}> | null;
|
|
5625
5993
|
valuesVersions?: Array<{
|
|
5626
5994
|
treeId: string;
|
|
5627
5995
|
treeNode: {
|
|
@@ -5642,17 +6010,16 @@ export declare type GetViewsListQuery = {
|
|
|
5642
6010
|
};
|
|
5643
6011
|
};
|
|
5644
6012
|
}> | null;
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
value?: any | null;
|
|
6013
|
+
attributes?: Array<{
|
|
6014
|
+
id: string;
|
|
5648
6015
|
}> | null;
|
|
5649
6016
|
}>;
|
|
5650
6017
|
};
|
|
5651
6018
|
};
|
|
5652
|
-
export
|
|
6019
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5653
6020
|
view: ViewInput;
|
|
5654
6021
|
}>;
|
|
5655
|
-
export
|
|
6022
|
+
export type SaveViewMutation = {
|
|
5656
6023
|
saveView: {
|
|
5657
6024
|
id: string;
|
|
5658
6025
|
shared: boolean;
|
|
@@ -5660,62 +6027,327 @@ export declare type AddViewMutation = {
|
|
|
5660
6027
|
description?: any | null;
|
|
5661
6028
|
color?: string | null;
|
|
5662
6029
|
display: {
|
|
5663
|
-
size
|
|
6030
|
+
size?: ViewSizes | null;
|
|
5664
6031
|
type: ViewTypes;
|
|
5665
6032
|
};
|
|
5666
6033
|
created_by: {
|
|
5667
6034
|
id: string;
|
|
5668
|
-
whoAmI: {
|
|
6035
|
+
whoAmI: {
|
|
6036
|
+
id: string;
|
|
6037
|
+
label?: string | null;
|
|
6038
|
+
library: {
|
|
6039
|
+
id: string;
|
|
6040
|
+
};
|
|
6041
|
+
};
|
|
6042
|
+
};
|
|
6043
|
+
filters?: Array<{
|
|
6044
|
+
field?: string | null;
|
|
6045
|
+
value?: string | null;
|
|
6046
|
+
condition?: RecordFilterCondition | null;
|
|
6047
|
+
operator?: RecordFilterOperator | null;
|
|
6048
|
+
tree?: {
|
|
6049
|
+
id: string;
|
|
6050
|
+
label?: any | null;
|
|
6051
|
+
} | null;
|
|
6052
|
+
}> | null;
|
|
6053
|
+
sort?: Array<{
|
|
6054
|
+
field: string;
|
|
6055
|
+
order: SortOrder;
|
|
6056
|
+
}> | null;
|
|
6057
|
+
valuesVersions?: Array<{
|
|
6058
|
+
treeId: string;
|
|
6059
|
+
treeNode: {
|
|
6060
|
+
id: string;
|
|
6061
|
+
record: {
|
|
6062
|
+
id: string;
|
|
6063
|
+
whoAmI: {
|
|
6064
|
+
id: string;
|
|
6065
|
+
label?: string | null;
|
|
6066
|
+
subLabel?: string | null;
|
|
6067
|
+
color?: string | null;
|
|
6068
|
+
preview?: IPreviewScalar | null;
|
|
6069
|
+
library: {
|
|
6070
|
+
id: string;
|
|
6071
|
+
label?: any | null;
|
|
6072
|
+
};
|
|
6073
|
+
};
|
|
6074
|
+
};
|
|
6075
|
+
};
|
|
6076
|
+
}> | null;
|
|
6077
|
+
attributes?: Array<{
|
|
6078
|
+
id: string;
|
|
6079
|
+
}> | null;
|
|
6080
|
+
};
|
|
6081
|
+
};
|
|
6082
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6083
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6084
|
+
}>;
|
|
6085
|
+
export type ExplorerAttributesQuery = {
|
|
6086
|
+
attributes?: {
|
|
6087
|
+
list: Array<{
|
|
6088
|
+
id: string;
|
|
6089
|
+
type: AttributeType;
|
|
6090
|
+
format?: AttributeFormat | null;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
linked_library?: {
|
|
6093
|
+
id: string;
|
|
6094
|
+
label?: any | null;
|
|
6095
|
+
} | null;
|
|
6096
|
+
} | {
|
|
6097
|
+
id: string;
|
|
6098
|
+
type: AttributeType;
|
|
6099
|
+
format?: AttributeFormat | null;
|
|
6100
|
+
label?: any | null;
|
|
6101
|
+
}>;
|
|
6102
|
+
} | null;
|
|
6103
|
+
};
|
|
6104
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6105
|
+
id: Scalars['ID'];
|
|
6106
|
+
}>;
|
|
6107
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6108
|
+
attributes?: {
|
|
6109
|
+
list: Array<{
|
|
6110
|
+
label?: any | null;
|
|
6111
|
+
id: string;
|
|
6112
|
+
multiple_values: boolean;
|
|
6113
|
+
linked_library?: {
|
|
6114
|
+
id: string;
|
|
6115
|
+
label?: any | null;
|
|
6116
|
+
} | null;
|
|
6117
|
+
} | {
|
|
6118
|
+
id: string;
|
|
6119
|
+
multiple_values: boolean;
|
|
6120
|
+
}>;
|
|
6121
|
+
} | null;
|
|
6122
|
+
};
|
|
6123
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6124
|
+
libraryId: Scalars['ID'];
|
|
6125
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6126
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6127
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6128
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6129
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
6130
|
+
}>;
|
|
6131
|
+
export type ExplorerLibraryDataQuery = {
|
|
6132
|
+
records: {
|
|
6133
|
+
totalCount?: number | null;
|
|
6134
|
+
list: Array<{
|
|
6135
|
+
id: string;
|
|
6136
|
+
whoAmI: {
|
|
6137
|
+
id: string;
|
|
6138
|
+
label?: string | null;
|
|
6139
|
+
subLabel?: string | null;
|
|
6140
|
+
color?: string | null;
|
|
6141
|
+
preview?: IPreviewScalar | null;
|
|
6142
|
+
library: {
|
|
6143
|
+
id: string;
|
|
6144
|
+
label?: any | null;
|
|
6145
|
+
};
|
|
6146
|
+
};
|
|
6147
|
+
properties: Array<{
|
|
6148
|
+
attributeId: string;
|
|
6149
|
+
attributeProperties: {
|
|
6150
|
+
id: string;
|
|
6151
|
+
label?: any | null;
|
|
6152
|
+
type: AttributeType;
|
|
6153
|
+
format?: AttributeFormat | null;
|
|
6154
|
+
multiple_values: boolean;
|
|
6155
|
+
};
|
|
6156
|
+
values: Array<{
|
|
6157
|
+
linkPayload?: {
|
|
6158
|
+
id: string;
|
|
6159
|
+
whoAmI: {
|
|
6160
|
+
id: string;
|
|
6161
|
+
label?: string | null;
|
|
6162
|
+
subLabel?: string | null;
|
|
6163
|
+
color?: string | null;
|
|
6164
|
+
preview?: IPreviewScalar | null;
|
|
6165
|
+
library: {
|
|
6166
|
+
id: string;
|
|
6167
|
+
label?: any | null;
|
|
6168
|
+
};
|
|
6169
|
+
};
|
|
6170
|
+
} | null;
|
|
6171
|
+
} | {
|
|
6172
|
+
treePayload?: {
|
|
6173
|
+
record: {
|
|
6174
|
+
id: string;
|
|
6175
|
+
whoAmI: {
|
|
6176
|
+
id: string;
|
|
6177
|
+
label?: string | null;
|
|
6178
|
+
subLabel?: string | null;
|
|
6179
|
+
color?: string | null;
|
|
6180
|
+
preview?: IPreviewScalar | null;
|
|
6181
|
+
library: {
|
|
6182
|
+
id: string;
|
|
6183
|
+
label?: any | null;
|
|
6184
|
+
};
|
|
6185
|
+
};
|
|
6186
|
+
};
|
|
6187
|
+
} | null;
|
|
6188
|
+
} | {
|
|
6189
|
+
valuePayload?: any | null;
|
|
6190
|
+
valueRawPayload?: any | null;
|
|
6191
|
+
}>;
|
|
6192
|
+
}>;
|
|
6193
|
+
}>;
|
|
6194
|
+
};
|
|
6195
|
+
};
|
|
6196
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6197
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6198
|
+
parentLibraryId: Scalars['ID'];
|
|
6199
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6200
|
+
linkAttributeId: Scalars['ID'];
|
|
6201
|
+
}>;
|
|
6202
|
+
export type ExplorerLinkDataQuery = {
|
|
6203
|
+
records: {
|
|
6204
|
+
list: Array<{
|
|
6205
|
+
id: string;
|
|
6206
|
+
whoAmI: {
|
|
6207
|
+
id: string;
|
|
6208
|
+
library: {
|
|
6209
|
+
id: string;
|
|
6210
|
+
};
|
|
6211
|
+
};
|
|
6212
|
+
property: Array<{
|
|
6213
|
+
id_value?: string | null;
|
|
6214
|
+
payload?: {
|
|
6215
|
+
id: string;
|
|
6216
|
+
whoAmI: {
|
|
6217
|
+
id: string;
|
|
6218
|
+
label?: string | null;
|
|
6219
|
+
subLabel?: string | null;
|
|
6220
|
+
color?: string | null;
|
|
6221
|
+
preview?: IPreviewScalar | null;
|
|
6222
|
+
library: {
|
|
6223
|
+
id: string;
|
|
6224
|
+
label?: any | null;
|
|
6225
|
+
};
|
|
6226
|
+
};
|
|
6227
|
+
properties: Array<{
|
|
6228
|
+
attributeId: string;
|
|
6229
|
+
attributeProperties: {
|
|
6230
|
+
id: string;
|
|
6231
|
+
label?: any | null;
|
|
6232
|
+
type: AttributeType;
|
|
6233
|
+
format?: AttributeFormat | null;
|
|
6234
|
+
multiple_values: boolean;
|
|
6235
|
+
};
|
|
6236
|
+
values: Array<{
|
|
6237
|
+
linkPayload?: {
|
|
6238
|
+
id: string;
|
|
6239
|
+
whoAmI: {
|
|
6240
|
+
id: string;
|
|
6241
|
+
label?: string | null;
|
|
6242
|
+
subLabel?: string | null;
|
|
6243
|
+
color?: string | null;
|
|
6244
|
+
preview?: IPreviewScalar | null;
|
|
6245
|
+
library: {
|
|
6246
|
+
id: string;
|
|
6247
|
+
label?: any | null;
|
|
6248
|
+
};
|
|
6249
|
+
};
|
|
6250
|
+
} | null;
|
|
6251
|
+
} | {
|
|
6252
|
+
treePayload?: {
|
|
6253
|
+
record: {
|
|
6254
|
+
id: string;
|
|
6255
|
+
whoAmI: {
|
|
6256
|
+
id: string;
|
|
6257
|
+
label?: string | null;
|
|
6258
|
+
subLabel?: string | null;
|
|
6259
|
+
color?: string | null;
|
|
6260
|
+
preview?: IPreviewScalar | null;
|
|
6261
|
+
library: {
|
|
6262
|
+
id: string;
|
|
6263
|
+
label?: any | null;
|
|
6264
|
+
};
|
|
6265
|
+
};
|
|
6266
|
+
};
|
|
6267
|
+
} | null;
|
|
6268
|
+
} | {
|
|
6269
|
+
valuePayload?: any | null;
|
|
6270
|
+
valueRawPayload?: any | null;
|
|
6271
|
+
}>;
|
|
6272
|
+
}>;
|
|
6273
|
+
} | null;
|
|
6274
|
+
} | {
|
|
6275
|
+
id_value?: string | null;
|
|
6276
|
+
}>;
|
|
6277
|
+
}>;
|
|
6278
|
+
};
|
|
6279
|
+
};
|
|
6280
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6281
|
+
libraryId: Scalars['ID'];
|
|
6282
|
+
}>;
|
|
6283
|
+
export type GetLibraryAttributesQuery = {
|
|
6284
|
+
libraries?: {
|
|
6285
|
+
list: Array<{
|
|
6286
|
+
id: string;
|
|
6287
|
+
attributes?: Array<{
|
|
5669
6288
|
id: string;
|
|
5670
|
-
|
|
5671
|
-
|
|
6289
|
+
type: AttributeType;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
linked_library?: {
|
|
5672
6292
|
id: string;
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
6293
|
+
label?: any | null;
|
|
6294
|
+
attributes?: Array<{
|
|
6295
|
+
id: string;
|
|
6296
|
+
type: AttributeType;
|
|
6297
|
+
format?: AttributeFormat | null;
|
|
6298
|
+
label?: any | null;
|
|
6299
|
+
}> | null;
|
|
6300
|
+
} | null;
|
|
6301
|
+
} | {
|
|
6302
|
+
format?: AttributeFormat | null;
|
|
5682
6303
|
id: string;
|
|
6304
|
+
type: AttributeType;
|
|
5683
6305
|
label?: any | null;
|
|
5684
|
-
} |
|
|
5685
|
-
}> | null;
|
|
5686
|
-
sort?: {
|
|
5687
|
-
field: string;
|
|
5688
|
-
order: SortOrder;
|
|
5689
|
-
} | null;
|
|
5690
|
-
valuesVersions?: Array<{
|
|
5691
|
-
treeId: string;
|
|
5692
|
-
treeNode: {
|
|
6306
|
+
} | {
|
|
5693
6307
|
id: string;
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
6308
|
+
type: AttributeType;
|
|
6309
|
+
label?: any | null;
|
|
6310
|
+
}> | null;
|
|
6311
|
+
}>;
|
|
6312
|
+
} | null;
|
|
6313
|
+
};
|
|
6314
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6315
|
+
libraryId: Scalars['ID'];
|
|
6316
|
+
}>;
|
|
6317
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6318
|
+
libraries?: {
|
|
6319
|
+
list: Array<{
|
|
6320
|
+
id: string;
|
|
6321
|
+
label?: any | null;
|
|
6322
|
+
}>;
|
|
6323
|
+
} | null;
|
|
6324
|
+
};
|
|
6325
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6326
|
+
libraryId: Scalars['ID'];
|
|
6327
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6328
|
+
}>;
|
|
6329
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6330
|
+
records: {
|
|
6331
|
+
list: Array<{
|
|
6332
|
+
id: string;
|
|
6333
|
+
}>;
|
|
5714
6334
|
};
|
|
5715
6335
|
};
|
|
6336
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6337
|
+
treeId: Scalars['ID'];
|
|
6338
|
+
}>;
|
|
6339
|
+
export type TreeDataQueryQuery = {
|
|
6340
|
+
trees?: {
|
|
6341
|
+
list: Array<{
|
|
6342
|
+
id: string;
|
|
6343
|
+
label?: any | null;
|
|
6344
|
+
}>;
|
|
6345
|
+
} | null;
|
|
6346
|
+
};
|
|
5716
6347
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
6348
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
6349
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6350
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5719
6351
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5720
6352
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
5721
6353
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5730,7 +6362,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5730
6362
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5731
6363
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5732
6364
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6365
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5733
6366
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6367
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6368
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6369
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6370
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6371
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6372
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5734
6373
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5735
6374
|
/**
|
|
5736
6375
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -5750,16 +6389,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
5750
6389
|
* });
|
|
5751
6390
|
*/
|
|
5752
6391
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
5753
|
-
id?:
|
|
5754
|
-
endpoint?:
|
|
6392
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6393
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5755
6394
|
}>>;
|
|
5756
6395
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
5757
|
-
id?:
|
|
5758
|
-
endpoint?:
|
|
6396
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6397
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5759
6398
|
}>>;
|
|
5760
|
-
export
|
|
5761
|
-
export
|
|
5762
|
-
export
|
|
6399
|
+
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6400
|
+
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
6401
|
+
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
5763
6402
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
5764
6403
|
/**
|
|
5765
6404
|
* __useGetApplicationByIdQuery__
|
|
@@ -5778,14 +6417,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
5778
6417
|
* });
|
|
5779
6418
|
*/
|
|
5780
6419
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
5781
|
-
id:
|
|
6420
|
+
id: Scalars["ID"];
|
|
5782
6421
|
}>>;
|
|
5783
6422
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
5784
|
-
id:
|
|
6423
|
+
id: Scalars["ID"];
|
|
5785
6424
|
}>>;
|
|
5786
|
-
export
|
|
5787
|
-
export
|
|
5788
|
-
export
|
|
6425
|
+
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6426
|
+
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
6427
|
+
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
5789
6428
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
5790
6429
|
/**
|
|
5791
6430
|
* __useGetApplicationModulesQuery__
|
|
@@ -5808,11 +6447,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
5808
6447
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
5809
6448
|
[key: string]: never;
|
|
5810
6449
|
}>>;
|
|
5811
|
-
export
|
|
5812
|
-
export
|
|
5813
|
-
export
|
|
6450
|
+
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6451
|
+
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
6452
|
+
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
5814
6453
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
5815
|
-
export
|
|
6454
|
+
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5816
6455
|
/**
|
|
5817
6456
|
* __useSaveApplicationMutation__
|
|
5818
6457
|
*
|
|
@@ -5833,9 +6472,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
|
|
|
5833
6472
|
export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
|
|
5834
6473
|
application: ApplicationInput;
|
|
5835
6474
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5836
|
-
export
|
|
5837
|
-
export
|
|
5838
|
-
export
|
|
6475
|
+
export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
|
|
6476
|
+
export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
|
|
6477
|
+
export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5839
6478
|
export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
5840
6479
|
/**
|
|
5841
6480
|
* __useCheckAttributeExistenceQuery__
|
|
@@ -5854,16 +6493,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
5854
6493
|
* });
|
|
5855
6494
|
*/
|
|
5856
6495
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
5857
|
-
id:
|
|
6496
|
+
id: Scalars["ID"];
|
|
5858
6497
|
}>>;
|
|
5859
6498
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
5860
|
-
id:
|
|
6499
|
+
id: Scalars["ID"];
|
|
5861
6500
|
}>>;
|
|
5862
|
-
export
|
|
5863
|
-
export
|
|
5864
|
-
export
|
|
6501
|
+
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6502
|
+
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
6503
|
+
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
5865
6504
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
5866
|
-
export
|
|
6505
|
+
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5867
6506
|
/**
|
|
5868
6507
|
* __useDeleteAttributeMutation__
|
|
5869
6508
|
*
|
|
@@ -5882,11 +6521,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
|
|
|
5882
6521
|
* });
|
|
5883
6522
|
*/
|
|
5884
6523
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
5885
|
-
id?:
|
|
6524
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5886
6525
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5887
|
-
export
|
|
5888
|
-
export
|
|
5889
|
-
export
|
|
6526
|
+
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
6527
|
+
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
6528
|
+
export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5890
6529
|
export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
5891
6530
|
/**
|
|
5892
6531
|
* __useGetAttributeByIdQuery__
|
|
@@ -5905,14 +6544,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
5905
6544
|
* });
|
|
5906
6545
|
*/
|
|
5907
6546
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
5908
|
-
id?:
|
|
6547
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5909
6548
|
}>>;
|
|
5910
6549
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
5911
|
-
id?:
|
|
6550
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5912
6551
|
}>>;
|
|
5913
|
-
export
|
|
5914
|
-
export
|
|
5915
|
-
export
|
|
6552
|
+
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6553
|
+
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
6554
|
+
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
5916
6555
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
5917
6556
|
/**
|
|
5918
6557
|
* __useGetAttributesByLibQuery__
|
|
@@ -5931,14 +6570,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
5931
6570
|
* });
|
|
5932
6571
|
*/
|
|
5933
6572
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
5934
|
-
library:
|
|
6573
|
+
library: Scalars["String"];
|
|
5935
6574
|
}>>;
|
|
5936
6575
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
5937
|
-
library:
|
|
6576
|
+
library: Scalars["String"];
|
|
5938
6577
|
}>>;
|
|
5939
|
-
export
|
|
5940
|
-
export
|
|
5941
|
-
export
|
|
6578
|
+
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6579
|
+
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
6580
|
+
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
5942
6581
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
5943
6582
|
/**
|
|
5944
6583
|
* __useGetAttributesQuery__
|
|
@@ -5959,18 +6598,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
5959
6598
|
* });
|
|
5960
6599
|
*/
|
|
5961
6600
|
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
|
|
5962
|
-
pagination?: Pagination
|
|
5963
|
-
sort?: SortAttributes
|
|
5964
|
-
filters?: AttributesFiltersInput
|
|
6601
|
+
pagination?: InputMaybe<Pagination>;
|
|
6602
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6603
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5965
6604
|
}>>;
|
|
5966
6605
|
export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
|
|
5967
|
-
pagination?: Pagination
|
|
5968
|
-
sort?: SortAttributes
|
|
5969
|
-
filters?: AttributesFiltersInput
|
|
6606
|
+
pagination?: InputMaybe<Pagination>;
|
|
6607
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6608
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5970
6609
|
}>>;
|
|
5971
|
-
export
|
|
5972
|
-
export
|
|
5973
|
-
export
|
|
6610
|
+
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6611
|
+
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
6612
|
+
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
5974
6613
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
5975
6614
|
/**
|
|
5976
6615
|
* __useGetVersionProfilesQuery__
|
|
@@ -5990,16 +6629,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
5990
6629
|
* });
|
|
5991
6630
|
*/
|
|
5992
6631
|
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
|
|
5993
|
-
filters?: VersionProfilesFiltersInput
|
|
5994
|
-
sort?: SortVersionProfilesInput
|
|
6632
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6633
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5995
6634
|
}>>;
|
|
5996
6635
|
export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
|
|
5997
|
-
filters?: VersionProfilesFiltersInput
|
|
5998
|
-
sort?: SortVersionProfilesInput
|
|
6636
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6637
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5999
6638
|
}>>;
|
|
6000
|
-
export
|
|
6001
|
-
export
|
|
6002
|
-
export
|
|
6639
|
+
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6640
|
+
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
6641
|
+
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6003
6642
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6004
6643
|
/**
|
|
6005
6644
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
@@ -6018,16 +6657,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
6018
6657
|
* });
|
|
6019
6658
|
*/
|
|
6020
6659
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6021
|
-
libraryId:
|
|
6660
|
+
libraryId: Scalars["String"];
|
|
6022
6661
|
}>>;
|
|
6023
6662
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6024
|
-
libraryId:
|
|
6663
|
+
libraryId: Scalars["String"];
|
|
6025
6664
|
}>>;
|
|
6026
|
-
export
|
|
6027
|
-
export
|
|
6028
|
-
export
|
|
6665
|
+
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6666
|
+
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
6667
|
+
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6029
6668
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6030
|
-
export
|
|
6669
|
+
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6031
6670
|
/**
|
|
6032
6671
|
* __useSaveAttributeMutation__
|
|
6033
6672
|
*
|
|
@@ -6048,9 +6687,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
|
|
|
6048
6687
|
export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
|
|
6049
6688
|
attribute: AttributeInput;
|
|
6050
6689
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6051
|
-
export
|
|
6052
|
-
export
|
|
6053
|
-
export
|
|
6690
|
+
export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
|
|
6691
|
+
export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
|
|
6692
|
+
export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6054
6693
|
export declare const ExportDocument: Apollo.DocumentNode;
|
|
6055
6694
|
/**
|
|
6056
6695
|
* __useExportQuery__
|
|
@@ -6071,20 +6710,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
6071
6710
|
* });
|
|
6072
6711
|
*/
|
|
6073
6712
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
6074
|
-
library:
|
|
6075
|
-
attributes?:
|
|
6076
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6713
|
+
library: Scalars["ID"];
|
|
6714
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6715
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6077
6716
|
}>>;
|
|
6078
6717
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
6079
|
-
library:
|
|
6080
|
-
attributes?:
|
|
6081
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6718
|
+
library: Scalars["ID"];
|
|
6719
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6720
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6082
6721
|
}>>;
|
|
6083
|
-
export
|
|
6084
|
-
export
|
|
6085
|
-
export
|
|
6722
|
+
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6723
|
+
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
6724
|
+
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6086
6725
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6087
|
-
export
|
|
6726
|
+
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6088
6727
|
/**
|
|
6089
6728
|
* __useCreateDirectoryMutation__
|
|
6090
6729
|
*
|
|
@@ -6105,15 +6744,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
|
|
|
6105
6744
|
* });
|
|
6106
6745
|
*/
|
|
6107
6746
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
6108
|
-
library:
|
|
6109
|
-
nodeId:
|
|
6110
|
-
name:
|
|
6747
|
+
library: Scalars["String"];
|
|
6748
|
+
nodeId: Scalars["String"];
|
|
6749
|
+
name: Scalars["String"];
|
|
6111
6750
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6112
|
-
export
|
|
6113
|
-
export
|
|
6114
|
-
export
|
|
6751
|
+
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
6752
|
+
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
6753
|
+
export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6115
6754
|
export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
|
|
6116
|
-
export
|
|
6755
|
+
export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6117
6756
|
/**
|
|
6118
6757
|
* __useForcePreviewsGenerationMutation__
|
|
6119
6758
|
*
|
|
@@ -6136,15 +6775,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
|
|
|
6136
6775
|
* });
|
|
6137
6776
|
*/
|
|
6138
6777
|
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?:
|
|
6778
|
+
libraryId: Scalars["ID"];
|
|
6779
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6780
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6781
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
6782
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6144
6783
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6145
|
-
export
|
|
6146
|
-
export
|
|
6147
|
-
export
|
|
6784
|
+
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
6785
|
+
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
6786
|
+
export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6148
6787
|
export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
6149
6788
|
/**
|
|
6150
6789
|
* __useGetDirectoryDataQuery__
|
|
@@ -6164,16 +6803,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
6164
6803
|
* });
|
|
6165
6804
|
*/
|
|
6166
6805
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
6167
|
-
library:
|
|
6168
|
-
directoryId:
|
|
6806
|
+
library: Scalars["ID"];
|
|
6807
|
+
directoryId: Scalars["String"];
|
|
6169
6808
|
}>>;
|
|
6170
6809
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
6171
|
-
library:
|
|
6172
|
-
directoryId:
|
|
6810
|
+
library: Scalars["ID"];
|
|
6811
|
+
directoryId: Scalars["String"];
|
|
6173
6812
|
}>>;
|
|
6174
|
-
export
|
|
6175
|
-
export
|
|
6176
|
-
export
|
|
6813
|
+
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6814
|
+
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
6815
|
+
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6177
6816
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6178
6817
|
/**
|
|
6179
6818
|
* __useUploadUpdateSubscription__
|
|
@@ -6192,12 +6831,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
6192
6831
|
* });
|
|
6193
6832
|
*/
|
|
6194
6833
|
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
|
|
6195
|
-
filters?: UploadFiltersInput
|
|
6834
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
6196
6835
|
}>>;
|
|
6197
|
-
export
|
|
6198
|
-
export
|
|
6836
|
+
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
6837
|
+
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
6199
6838
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
6200
|
-
export
|
|
6839
|
+
export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
|
|
6201
6840
|
/**
|
|
6202
6841
|
* __useUploadMutation__
|
|
6203
6842
|
*
|
|
@@ -6218,15 +6857,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
|
|
|
6218
6857
|
* });
|
|
6219
6858
|
*/
|
|
6220
6859
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
6221
|
-
library:
|
|
6222
|
-
nodeId:
|
|
6223
|
-
files: FileInput | FileInput
|
|
6860
|
+
library: Scalars["String"];
|
|
6861
|
+
nodeId: Scalars["String"];
|
|
6862
|
+
files: Array<FileInput> | FileInput;
|
|
6224
6863
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6225
|
-
export
|
|
6226
|
-
export
|
|
6227
|
-
export
|
|
6864
|
+
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
6865
|
+
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
6866
|
+
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
6228
6867
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
6229
|
-
export
|
|
6868
|
+
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6230
6869
|
/**
|
|
6231
6870
|
* __useImportExcelMutation__
|
|
6232
6871
|
*
|
|
@@ -6247,13 +6886,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
|
|
|
6247
6886
|
* });
|
|
6248
6887
|
*/
|
|
6249
6888
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
6250
|
-
file:
|
|
6251
|
-
sheets?: SheetInput | SheetInput
|
|
6252
|
-
startAt?:
|
|
6889
|
+
file: Scalars["Upload"];
|
|
6890
|
+
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
6891
|
+
startAt?: InputMaybe<Scalars["Int"]>;
|
|
6253
6892
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6254
|
-
export
|
|
6255
|
-
export
|
|
6256
|
-
export
|
|
6893
|
+
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
6894
|
+
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
6895
|
+
export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6257
6896
|
export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
6258
6897
|
/**
|
|
6259
6898
|
* __useCheckLibraryExistenceQuery__
|
|
@@ -6272,16 +6911,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
6272
6911
|
* });
|
|
6273
6912
|
*/
|
|
6274
6913
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
6275
|
-
id?:
|
|
6914
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6276
6915
|
}>>;
|
|
6277
6916
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
6278
|
-
id?:
|
|
6917
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6279
6918
|
}>>;
|
|
6280
|
-
export
|
|
6281
|
-
export
|
|
6282
|
-
export
|
|
6919
|
+
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
6920
|
+
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
6921
|
+
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
6283
6922
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
6284
|
-
export
|
|
6923
|
+
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6285
6924
|
/**
|
|
6286
6925
|
* __useDeleteLibraryMutation__
|
|
6287
6926
|
*
|
|
@@ -6300,11 +6939,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
|
|
|
6300
6939
|
* });
|
|
6301
6940
|
*/
|
|
6302
6941
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
6303
|
-
id?:
|
|
6942
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6304
6943
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6305
|
-
export
|
|
6306
|
-
export
|
|
6307
|
-
export
|
|
6944
|
+
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
6945
|
+
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
6946
|
+
export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6308
6947
|
export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
6309
6948
|
/**
|
|
6310
6949
|
* __useGetLibrariesQuery__
|
|
@@ -6327,9 +6966,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
6327
6966
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
6328
6967
|
[key: string]: never;
|
|
6329
6968
|
}>>;
|
|
6330
|
-
export
|
|
6331
|
-
export
|
|
6332
|
-
export
|
|
6969
|
+
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
6970
|
+
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
6971
|
+
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
6333
6972
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
6334
6973
|
/**
|
|
6335
6974
|
* __useGetLibraryByIdQuery__
|
|
@@ -6348,14 +6987,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
6348
6987
|
* });
|
|
6349
6988
|
*/
|
|
6350
6989
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
6351
|
-
id?:
|
|
6990
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6352
6991
|
}>>;
|
|
6353
6992
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
6354
|
-
id?:
|
|
6993
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6355
6994
|
}>>;
|
|
6356
|
-
export
|
|
6357
|
-
export
|
|
6358
|
-
export
|
|
6995
|
+
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
6996
|
+
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
6997
|
+
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
6359
6998
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
6360
6999
|
/**
|
|
6361
7000
|
* __useGetLibraryPermissionsQuery__
|
|
@@ -6374,14 +7013,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
6374
7013
|
* });
|
|
6375
7014
|
*/
|
|
6376
7015
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
6377
|
-
libraryId?:
|
|
7016
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6378
7017
|
}>>;
|
|
6379
7018
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
6380
|
-
libraryId?:
|
|
7019
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6381
7020
|
}>>;
|
|
6382
|
-
export
|
|
6383
|
-
export
|
|
6384
|
-
export
|
|
7021
|
+
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7022
|
+
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
7023
|
+
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
6385
7024
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
6386
7025
|
/**
|
|
6387
7026
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
@@ -6400,16 +7039,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
6400
7039
|
* });
|
|
6401
7040
|
*/
|
|
6402
7041
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6403
|
-
id:
|
|
7042
|
+
id: Scalars["ID"];
|
|
6404
7043
|
}>>;
|
|
6405
7044
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6406
|
-
id:
|
|
7045
|
+
id: Scalars["ID"];
|
|
6407
7046
|
}>>;
|
|
6408
|
-
export
|
|
6409
|
-
export
|
|
6410
|
-
export
|
|
7047
|
+
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7048
|
+
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
7049
|
+
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
6411
7050
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
6412
|
-
export
|
|
7051
|
+
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6413
7052
|
/**
|
|
6414
7053
|
* __useSaveLibraryMutation__
|
|
6415
7054
|
*
|
|
@@ -6430,9 +7069,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
|
|
|
6430
7069
|
export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
|
|
6431
7070
|
library: LibraryInput;
|
|
6432
7071
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6433
|
-
export
|
|
6434
|
-
export
|
|
6435
|
-
export
|
|
7072
|
+
export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
|
|
7073
|
+
export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
|
|
7074
|
+
export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6436
7075
|
export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
6437
7076
|
/**
|
|
6438
7077
|
* __useIsAllowedQuery__
|
|
@@ -6455,21 +7094,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
6455
7094
|
*/
|
|
6456
7095
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
6457
7096
|
type: PermissionTypes;
|
|
6458
|
-
actions: PermissionsActions | PermissionsActions
|
|
6459
|
-
applyTo?:
|
|
6460
|
-
target?: PermissionTarget
|
|
7097
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
7098
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7099
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6461
7100
|
}>>;
|
|
6462
7101
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
6463
7102
|
type: PermissionTypes;
|
|
6464
|
-
actions: PermissionsActions | PermissionsActions
|
|
6465
|
-
applyTo?:
|
|
6466
|
-
target?: PermissionTarget
|
|
7103
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
7104
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7105
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6467
7106
|
}>>;
|
|
6468
|
-
export
|
|
6469
|
-
export
|
|
6470
|
-
export
|
|
7107
|
+
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7108
|
+
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
7109
|
+
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
6471
7110
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
6472
|
-
export
|
|
7111
|
+
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6473
7112
|
/**
|
|
6474
7113
|
* __useCreateRecordMutation__
|
|
6475
7114
|
*
|
|
@@ -6489,14 +7128,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
|
|
|
6489
7128
|
* });
|
|
6490
7129
|
*/
|
|
6491
7130
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
6492
|
-
library:
|
|
6493
|
-
data?: CreateRecordDataInput
|
|
7131
|
+
library: Scalars["ID"];
|
|
7132
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
6494
7133
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6495
|
-
export
|
|
6496
|
-
export
|
|
6497
|
-
export
|
|
7134
|
+
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
7135
|
+
export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
|
|
7136
|
+
export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6498
7137
|
export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
|
|
6499
|
-
export
|
|
7138
|
+
export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6500
7139
|
/**
|
|
6501
7140
|
* __useDeactivateRecordsMutation__
|
|
6502
7141
|
*
|
|
@@ -6517,13 +7156,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
|
|
|
6517
7156
|
* });
|
|
6518
7157
|
*/
|
|
6519
7158
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
6520
|
-
libraryId:
|
|
6521
|
-
recordsIds?:
|
|
6522
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
7159
|
+
libraryId: Scalars["String"];
|
|
7160
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
7161
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6523
7162
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6524
|
-
export
|
|
6525
|
-
export
|
|
6526
|
-
export
|
|
7163
|
+
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
7164
|
+
export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
|
|
7165
|
+
export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6527
7166
|
export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
6528
7167
|
/**
|
|
6529
7168
|
* __useDoesFileExistAsChildQuery__
|
|
@@ -6544,18 +7183,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
6544
7183
|
* });
|
|
6545
7184
|
*/
|
|
6546
7185
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
6547
|
-
parentNode?:
|
|
6548
|
-
treeId:
|
|
6549
|
-
filename:
|
|
7186
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
7187
|
+
treeId: Scalars["ID"];
|
|
7188
|
+
filename: Scalars["String"];
|
|
6550
7189
|
}>>;
|
|
6551
7190
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
6552
|
-
parentNode?:
|
|
6553
|
-
treeId:
|
|
6554
|
-
filename:
|
|
7191
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
7192
|
+
treeId: Scalars["ID"];
|
|
7193
|
+
filename: Scalars["String"];
|
|
6555
7194
|
}>>;
|
|
6556
|
-
export
|
|
6557
|
-
export
|
|
6558
|
-
export
|
|
7195
|
+
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7196
|
+
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
7197
|
+
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
6559
7198
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
6560
7199
|
/**
|
|
6561
7200
|
* __useGetFileDataQuery__
|
|
@@ -6576,18 +7215,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
6576
7215
|
* });
|
|
6577
7216
|
*/
|
|
6578
7217
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
6579
|
-
library:
|
|
6580
|
-
fileId:
|
|
6581
|
-
previewsStatusAttribute:
|
|
7218
|
+
library: Scalars["ID"];
|
|
7219
|
+
fileId: Scalars["String"];
|
|
7220
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6582
7221
|
}>>;
|
|
6583
7222
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
6584
|
-
library:
|
|
6585
|
-
fileId:
|
|
6586
|
-
previewsStatusAttribute:
|
|
7223
|
+
library: Scalars["ID"];
|
|
7224
|
+
fileId: Scalars["String"];
|
|
7225
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6587
7226
|
}>>;
|
|
6588
|
-
export
|
|
6589
|
-
export
|
|
6590
|
-
export
|
|
7227
|
+
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7228
|
+
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
7229
|
+
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
6591
7230
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
6592
7231
|
/**
|
|
6593
7232
|
* __useRecordFormQuery__
|
|
@@ -6609,20 +7248,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
6609
7248
|
* });
|
|
6610
7249
|
*/
|
|
6611
7250
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
6612
|
-
libraryId:
|
|
6613
|
-
formId:
|
|
6614
|
-
recordId?:
|
|
6615
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
7251
|
+
libraryId: Scalars["String"];
|
|
7252
|
+
formId: Scalars["String"];
|
|
7253
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
7254
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6616
7255
|
}>>;
|
|
6617
7256
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
6618
|
-
libraryId:
|
|
6619
|
-
formId:
|
|
6620
|
-
recordId?:
|
|
6621
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
7257
|
+
libraryId: Scalars["String"];
|
|
7258
|
+
formId: Scalars["String"];
|
|
7259
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
7260
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6622
7261
|
}>>;
|
|
6623
|
-
export
|
|
6624
|
-
export
|
|
6625
|
-
export
|
|
7262
|
+
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7263
|
+
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
7264
|
+
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
6626
7265
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
6627
7266
|
/**
|
|
6628
7267
|
* __useRecordUpdateSubscription__
|
|
@@ -6641,12 +7280,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
6641
7280
|
* });
|
|
6642
7281
|
*/
|
|
6643
7282
|
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
|
|
6644
|
-
filters?: RecordUpdateFilterInput
|
|
7283
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
6645
7284
|
}>>;
|
|
6646
|
-
export
|
|
6647
|
-
export
|
|
7285
|
+
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
7286
|
+
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
6648
7287
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
6649
|
-
export
|
|
7288
|
+
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6650
7289
|
/**
|
|
6651
7290
|
* __useIndexRecordsMutation__
|
|
6652
7291
|
*
|
|
@@ -6666,14 +7305,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
|
|
|
6666
7305
|
* });
|
|
6667
7306
|
*/
|
|
6668
7307
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
6669
|
-
libraryId:
|
|
6670
|
-
records?:
|
|
7308
|
+
libraryId: Scalars["String"];
|
|
7309
|
+
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6671
7310
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6672
|
-
export
|
|
6673
|
-
export
|
|
6674
|
-
export
|
|
7311
|
+
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
7312
|
+
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
7313
|
+
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6675
7314
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
6676
|
-
export
|
|
7315
|
+
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6677
7316
|
/**
|
|
6678
7317
|
* __useCancelTaskMutation__
|
|
6679
7318
|
*
|
|
@@ -6692,11 +7331,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
|
|
|
6692
7331
|
* });
|
|
6693
7332
|
*/
|
|
6694
7333
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
6695
|
-
taskId:
|
|
7334
|
+
taskId: Scalars["ID"];
|
|
6696
7335
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6697
|
-
export
|
|
6698
|
-
export
|
|
6699
|
-
export
|
|
7336
|
+
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
7337
|
+
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
7338
|
+
export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6700
7339
|
export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
6701
7340
|
/**
|
|
6702
7341
|
* __useCheckTreeExistenceQuery__
|
|
@@ -6715,16 +7354,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
6715
7354
|
* });
|
|
6716
7355
|
*/
|
|
6717
7356
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
6718
|
-
id?:
|
|
7357
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6719
7358
|
}>>;
|
|
6720
7359
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
6721
|
-
id?:
|
|
7360
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6722
7361
|
}>>;
|
|
6723
|
-
export
|
|
6724
|
-
export
|
|
6725
|
-
export
|
|
7362
|
+
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7363
|
+
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
7364
|
+
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
6726
7365
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
6727
|
-
export
|
|
7366
|
+
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6728
7367
|
/**
|
|
6729
7368
|
* __useDeleteTreeMutation__
|
|
6730
7369
|
*
|
|
@@ -6743,11 +7382,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
|
|
|
6743
7382
|
* });
|
|
6744
7383
|
*/
|
|
6745
7384
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
6746
|
-
id:
|
|
7385
|
+
id: Scalars["ID"];
|
|
6747
7386
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6748
|
-
export
|
|
6749
|
-
export
|
|
6750
|
-
export
|
|
7387
|
+
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
7388
|
+
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
7389
|
+
export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6751
7390
|
export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
6752
7391
|
/**
|
|
6753
7392
|
* __useGetTreeByIdQuery__
|
|
@@ -6766,14 +7405,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
6766
7405
|
* });
|
|
6767
7406
|
*/
|
|
6768
7407
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
6769
|
-
id?:
|
|
7408
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6770
7409
|
}>>;
|
|
6771
7410
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
6772
|
-
id?:
|
|
7411
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6773
7412
|
}>>;
|
|
6774
|
-
export
|
|
6775
|
-
export
|
|
6776
|
-
export
|
|
7413
|
+
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7414
|
+
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
7415
|
+
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
6777
7416
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
6778
7417
|
/**
|
|
6779
7418
|
* __useGetTreeLibrariesQuery__
|
|
@@ -6793,16 +7432,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
6793
7432
|
* });
|
|
6794
7433
|
*/
|
|
6795
7434
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
6796
|
-
treeId?:
|
|
6797
|
-
library?:
|
|
7435
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7436
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6798
7437
|
}>>;
|
|
6799
7438
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
6800
|
-
treeId?:
|
|
6801
|
-
library?:
|
|
7439
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7440
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6802
7441
|
}>>;
|
|
6803
|
-
export
|
|
6804
|
-
export
|
|
6805
|
-
export
|
|
7442
|
+
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7443
|
+
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
7444
|
+
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
6806
7445
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
6807
7446
|
/**
|
|
6808
7447
|
* __useGetTreesQuery__
|
|
@@ -6825,11 +7464,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
6825
7464
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
6826
7465
|
[key: string]: never;
|
|
6827
7466
|
}>>;
|
|
6828
|
-
export
|
|
6829
|
-
export
|
|
6830
|
-
export
|
|
7467
|
+
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7468
|
+
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
7469
|
+
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
6831
7470
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
6832
|
-
export
|
|
7471
|
+
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6833
7472
|
/**
|
|
6834
7473
|
* __useSaveTreeMutation__
|
|
6835
7474
|
*
|
|
@@ -6850,9 +7489,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
|
|
|
6850
7489
|
export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
|
|
6851
7490
|
tree: TreeInput;
|
|
6852
7491
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6853
|
-
export
|
|
6854
|
-
export
|
|
6855
|
-
export
|
|
7492
|
+
export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
|
|
7493
|
+
export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
|
|
7494
|
+
export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6856
7495
|
export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
6857
7496
|
/**
|
|
6858
7497
|
* __useTreeNodeChildrenQuery__
|
|
@@ -6873,18 +7512,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
6873
7512
|
* });
|
|
6874
7513
|
*/
|
|
6875
7514
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
6876
|
-
treeId:
|
|
6877
|
-
node?:
|
|
6878
|
-
pagination?: Pagination
|
|
7515
|
+
treeId: Scalars["ID"];
|
|
7516
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7517
|
+
pagination?: InputMaybe<Pagination>;
|
|
6879
7518
|
}>>;
|
|
6880
7519
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
6881
|
-
treeId:
|
|
6882
|
-
node?:
|
|
6883
|
-
pagination?: Pagination
|
|
7520
|
+
treeId: Scalars["ID"];
|
|
7521
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7522
|
+
pagination?: InputMaybe<Pagination>;
|
|
6884
7523
|
}>>;
|
|
6885
|
-
export
|
|
6886
|
-
export
|
|
6887
|
-
export
|
|
7524
|
+
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7525
|
+
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
7526
|
+
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
6888
7527
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
6889
7528
|
/**
|
|
6890
7529
|
* __useGetUserDataQuery__
|
|
@@ -6904,18 +7543,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
6904
7543
|
* });
|
|
6905
7544
|
*/
|
|
6906
7545
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
6907
|
-
keys:
|
|
6908
|
-
global?:
|
|
7546
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7547
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6909
7548
|
}>>;
|
|
6910
7549
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
6911
|
-
keys:
|
|
6912
|
-
global?:
|
|
7550
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7551
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6913
7552
|
}>>;
|
|
6914
|
-
export
|
|
6915
|
-
export
|
|
6916
|
-
export
|
|
7553
|
+
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7554
|
+
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
7555
|
+
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
6917
7556
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
6918
|
-
export
|
|
7557
|
+
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6919
7558
|
/**
|
|
6920
7559
|
* __useSaveUserDataMutation__
|
|
6921
7560
|
*
|
|
@@ -6936,15 +7575,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
|
|
|
6936
7575
|
* });
|
|
6937
7576
|
*/
|
|
6938
7577
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
6939
|
-
key:
|
|
6940
|
-
value?:
|
|
6941
|
-
global:
|
|
7578
|
+
key: Scalars["String"];
|
|
7579
|
+
value?: InputMaybe<Scalars["Any"]>;
|
|
7580
|
+
global: Scalars["Boolean"];
|
|
6942
7581
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6943
|
-
export
|
|
6944
|
-
export
|
|
6945
|
-
export
|
|
7582
|
+
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
7583
|
+
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
7584
|
+
export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6946
7585
|
export declare const DeleteValueDocument: Apollo.DocumentNode;
|
|
6947
|
-
export
|
|
7586
|
+
export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6948
7587
|
/**
|
|
6949
7588
|
* __useDeleteValueMutation__
|
|
6950
7589
|
*
|
|
@@ -6966,16 +7605,48 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
|
|
|
6966
7605
|
* });
|
|
6967
7606
|
*/
|
|
6968
7607
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
6969
|
-
library:
|
|
6970
|
-
recordId:
|
|
6971
|
-
attribute:
|
|
6972
|
-
value?: ValueInput
|
|
7608
|
+
library: Scalars["ID"];
|
|
7609
|
+
recordId: Scalars["ID"];
|
|
7610
|
+
attribute: Scalars["ID"];
|
|
7611
|
+
value?: InputMaybe<ValueInput>;
|
|
6973
7612
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6974
|
-
export
|
|
6975
|
-
export
|
|
6976
|
-
export
|
|
7613
|
+
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7614
|
+
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7615
|
+
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7616
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7617
|
+
/**
|
|
7618
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7619
|
+
*
|
|
7620
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7621
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7622
|
+
* you can use to render your UI.
|
|
7623
|
+
*
|
|
7624
|
+
* @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;
|
|
7625
|
+
*
|
|
7626
|
+
* @example
|
|
7627
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7628
|
+
* variables: {
|
|
7629
|
+
* library: // value for 'library'
|
|
7630
|
+
* value: // value for 'value'
|
|
7631
|
+
* version: // value for 'version'
|
|
7632
|
+
* },
|
|
7633
|
+
* });
|
|
7634
|
+
*/
|
|
7635
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7636
|
+
library: Scalars["ID"];
|
|
7637
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7638
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7639
|
+
}>>;
|
|
7640
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7641
|
+
library: Scalars["ID"];
|
|
7642
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7643
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7644
|
+
}>>;
|
|
7645
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7646
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7647
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6977
7648
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
|
-
export
|
|
7649
|
+
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7650
|
/**
|
|
6980
7651
|
* __useSaveValueBatchMutation__
|
|
6981
7652
|
*
|
|
@@ -6998,17 +7669,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
|
|
|
6998
7669
|
* });
|
|
6999
7670
|
*/
|
|
7000
7671
|
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?:
|
|
7672
|
+
library: Scalars["ID"];
|
|
7673
|
+
recordId: Scalars["ID"];
|
|
7674
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7675
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
7676
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
7006
7677
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7007
|
-
export
|
|
7008
|
-
export
|
|
7009
|
-
export
|
|
7678
|
+
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
7679
|
+
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
7680
|
+
export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7010
7681
|
export declare const DeleteViewDocument: Apollo.DocumentNode;
|
|
7011
|
-
export
|
|
7682
|
+
export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7012
7683
|
/**
|
|
7013
7684
|
* __useDeleteViewMutation__
|
|
7014
7685
|
*
|
|
@@ -7027,11 +7698,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
|
|
|
7027
7698
|
* });
|
|
7028
7699
|
*/
|
|
7029
7700
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
7030
|
-
viewId:
|
|
7701
|
+
viewId: Scalars["String"];
|
|
7031
7702
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7032
|
-
export
|
|
7033
|
-
export
|
|
7034
|
-
export
|
|
7703
|
+
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
7704
|
+
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
7705
|
+
export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7035
7706
|
export declare const GetViewDocument: Apollo.DocumentNode;
|
|
7036
7707
|
/**
|
|
7037
7708
|
* __useGetViewQuery__
|
|
@@ -7050,14 +7721,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
7050
7721
|
* });
|
|
7051
7722
|
*/
|
|
7052
7723
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
7053
|
-
viewId:
|
|
7724
|
+
viewId: Scalars["String"];
|
|
7054
7725
|
}>>;
|
|
7055
7726
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7056
|
-
viewId:
|
|
7727
|
+
viewId: Scalars["String"];
|
|
7057
7728
|
}>>;
|
|
7058
|
-
export
|
|
7059
|
-
export
|
|
7060
|
-
export
|
|
7729
|
+
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7730
|
+
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
7731
|
+
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7061
7732
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7062
7733
|
/**
|
|
7063
7734
|
* __useGetViewsListQuery__
|
|
@@ -7076,36 +7747,271 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
7076
7747
|
* });
|
|
7077
7748
|
*/
|
|
7078
7749
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
7079
|
-
libraryId:
|
|
7750
|
+
libraryId: Scalars["String"];
|
|
7080
7751
|
}>>;
|
|
7081
7752
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7082
|
-
libraryId:
|
|
7753
|
+
libraryId: Scalars["String"];
|
|
7083
7754
|
}>>;
|
|
7084
|
-
export
|
|
7085
|
-
export
|
|
7086
|
-
export
|
|
7087
|
-
export declare const
|
|
7088
|
-
export
|
|
7755
|
+
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7756
|
+
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7757
|
+
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7758
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7759
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7089
7760
|
/**
|
|
7090
|
-
*
|
|
7761
|
+
* __useSaveViewMutation__
|
|
7091
7762
|
*
|
|
7092
|
-
* To run a mutation, you first call `
|
|
7093
|
-
* When your component renders, `
|
|
7763
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7764
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7094
7765
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7095
7766
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7096
7767
|
*
|
|
7097
7768
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7098
7769
|
*
|
|
7099
7770
|
* @example
|
|
7100
|
-
* const [
|
|
7771
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7101
7772
|
* variables: {
|
|
7102
7773
|
* view: // value for 'view'
|
|
7103
7774
|
* },
|
|
7104
7775
|
* });
|
|
7105
7776
|
*/
|
|
7106
|
-
export declare function
|
|
7777
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7107
7778
|
view: ViewInput;
|
|
7108
7779
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export
|
|
7110
|
-
export
|
|
7111
|
-
export
|
|
7780
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7781
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7782
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7783
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7784
|
+
/**
|
|
7785
|
+
* __useExplorerAttributesQuery__
|
|
7786
|
+
*
|
|
7787
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7788
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7789
|
+
* you can use to render your UI.
|
|
7790
|
+
*
|
|
7791
|
+
* @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;
|
|
7792
|
+
*
|
|
7793
|
+
* @example
|
|
7794
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7795
|
+
* variables: {
|
|
7796
|
+
* ids: // value for 'ids'
|
|
7797
|
+
* },
|
|
7798
|
+
* });
|
|
7799
|
+
*/
|
|
7800
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7801
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7802
|
+
}>>;
|
|
7803
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7804
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7805
|
+
}>>;
|
|
7806
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7807
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7808
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7809
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7810
|
+
/**
|
|
7811
|
+
* __useExplorerLinkAttributeQuery__
|
|
7812
|
+
*
|
|
7813
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7814
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7815
|
+
* you can use to render your UI.
|
|
7816
|
+
*
|
|
7817
|
+
* @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;
|
|
7818
|
+
*
|
|
7819
|
+
* @example
|
|
7820
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7821
|
+
* variables: {
|
|
7822
|
+
* id: // value for 'id'
|
|
7823
|
+
* },
|
|
7824
|
+
* });
|
|
7825
|
+
*/
|
|
7826
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7827
|
+
id: Scalars["ID"];
|
|
7828
|
+
}>>;
|
|
7829
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7830
|
+
id: Scalars["ID"];
|
|
7831
|
+
}>>;
|
|
7832
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7833
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7834
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7835
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7836
|
+
/**
|
|
7837
|
+
* __useExplorerLibraryDataQuery__
|
|
7838
|
+
*
|
|
7839
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7840
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7841
|
+
* you can use to render your UI.
|
|
7842
|
+
*
|
|
7843
|
+
* @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;
|
|
7844
|
+
*
|
|
7845
|
+
* @example
|
|
7846
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7847
|
+
* variables: {
|
|
7848
|
+
* libraryId: // value for 'libraryId'
|
|
7849
|
+
* attributeIds: // value for 'attributeIds'
|
|
7850
|
+
* pagination: // value for 'pagination'
|
|
7851
|
+
* filters: // value for 'filters'
|
|
7852
|
+
* multipleSort: // value for 'multipleSort'
|
|
7853
|
+
* searchQuery: // value for 'searchQuery'
|
|
7854
|
+
* },
|
|
7855
|
+
* });
|
|
7856
|
+
*/
|
|
7857
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7858
|
+
libraryId: Scalars["ID"];
|
|
7859
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7860
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7861
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7862
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7863
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7864
|
+
}>>;
|
|
7865
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7866
|
+
libraryId: Scalars["ID"];
|
|
7867
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7868
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7869
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7870
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7871
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7872
|
+
}>>;
|
|
7873
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7874
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7875
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7876
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7877
|
+
/**
|
|
7878
|
+
* __useExplorerLinkDataQuery__
|
|
7879
|
+
*
|
|
7880
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7881
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7882
|
+
* you can use to render your UI.
|
|
7883
|
+
*
|
|
7884
|
+
* @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;
|
|
7885
|
+
*
|
|
7886
|
+
* @example
|
|
7887
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7888
|
+
* variables: {
|
|
7889
|
+
* attributeIds: // value for 'attributeIds'
|
|
7890
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7891
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7892
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7893
|
+
* },
|
|
7894
|
+
* });
|
|
7895
|
+
*/
|
|
7896
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7897
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7898
|
+
parentLibraryId: Scalars["ID"];
|
|
7899
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7900
|
+
linkAttributeId: Scalars["ID"];
|
|
7901
|
+
}>>;
|
|
7902
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7903
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7904
|
+
parentLibraryId: Scalars["ID"];
|
|
7905
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7906
|
+
linkAttributeId: Scalars["ID"];
|
|
7907
|
+
}>>;
|
|
7908
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7909
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7910
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7911
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7912
|
+
/**
|
|
7913
|
+
* __useGetLibraryAttributesQuery__
|
|
7914
|
+
*
|
|
7915
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7916
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7917
|
+
* you can use to render your UI.
|
|
7918
|
+
*
|
|
7919
|
+
* @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;
|
|
7920
|
+
*
|
|
7921
|
+
* @example
|
|
7922
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7923
|
+
* variables: {
|
|
7924
|
+
* libraryId: // value for 'libraryId'
|
|
7925
|
+
* },
|
|
7926
|
+
* });
|
|
7927
|
+
*/
|
|
7928
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7929
|
+
libraryId: Scalars["ID"];
|
|
7930
|
+
}>>;
|
|
7931
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7932
|
+
libraryId: Scalars["ID"];
|
|
7933
|
+
}>>;
|
|
7934
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7935
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7936
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7937
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7938
|
+
/**
|
|
7939
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7940
|
+
*
|
|
7941
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7942
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7943
|
+
* you can use to render your UI.
|
|
7944
|
+
*
|
|
7945
|
+
* @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;
|
|
7946
|
+
*
|
|
7947
|
+
* @example
|
|
7948
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7949
|
+
* variables: {
|
|
7950
|
+
* libraryId: // value for 'libraryId'
|
|
7951
|
+
* },
|
|
7952
|
+
* });
|
|
7953
|
+
*/
|
|
7954
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7955
|
+
libraryId: Scalars["ID"];
|
|
7956
|
+
}>>;
|
|
7957
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7958
|
+
libraryId: Scalars["ID"];
|
|
7959
|
+
}>>;
|
|
7960
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7961
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7962
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7963
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
7964
|
+
/**
|
|
7965
|
+
* __useExplorerSelectionIdsQuery__
|
|
7966
|
+
*
|
|
7967
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
7968
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7969
|
+
* you can use to render your UI.
|
|
7970
|
+
*
|
|
7971
|
+
* @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;
|
|
7972
|
+
*
|
|
7973
|
+
* @example
|
|
7974
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
7975
|
+
* variables: {
|
|
7976
|
+
* libraryId: // value for 'libraryId'
|
|
7977
|
+
* filters: // value for 'filters'
|
|
7978
|
+
* },
|
|
7979
|
+
* });
|
|
7980
|
+
*/
|
|
7981
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
7982
|
+
libraryId: Scalars["ID"];
|
|
7983
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7984
|
+
}>>;
|
|
7985
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
7986
|
+
libraryId: Scalars["ID"];
|
|
7987
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7988
|
+
}>>;
|
|
7989
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
7990
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
7991
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
7992
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7993
|
+
/**
|
|
7994
|
+
* __useTreeDataQueryQuery__
|
|
7995
|
+
*
|
|
7996
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7997
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7998
|
+
* you can use to render your UI.
|
|
7999
|
+
*
|
|
8000
|
+
* @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;
|
|
8001
|
+
*
|
|
8002
|
+
* @example
|
|
8003
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8004
|
+
* variables: {
|
|
8005
|
+
* treeId: // value for 'treeId'
|
|
8006
|
+
* },
|
|
8007
|
+
* });
|
|
8008
|
+
*/
|
|
8009
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8010
|
+
treeId: Scalars["ID"];
|
|
8011
|
+
}>>;
|
|
8012
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8013
|
+
treeId: Scalars["ID"];
|
|
8014
|
+
}>>;
|
|
8015
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8016
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8017
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|