@leav/ui 0.3.6-93b3e08 → 0.3.6-a68a23f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.js +0 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/filter.js +1 -1
- package/dist/__mocks__/common/filter.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +4 -4
- package/dist/__mocks__/common/form.js +3 -1
- 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/tree.js +1 -1
- package/dist/__mocks__/common/tree.js.map +1 -1
- package/dist/__mocks__/common/value.js +2 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +1 -1
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.d.ts +9 -9
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +957 -630
- package/dist/_gqlTypes/index.js +108 -5
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +1 -1
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -2
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.d.ts +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +2 -2
- package/dist/_queries/records/getRecordColumnsValues.js +1 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +1 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +24 -14
- package/dist/_queries/records/getRecordPropertiesQuery.js +13 -5
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +2 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +9 -6
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +3 -1
- package/dist/_utils/index.js +6 -2
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.js +2 -2
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/antdTheme/types.d.ts +1 -1
- package/dist/components/AttributePicker/AttributePicker.d.ts +0 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +0 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +0 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +302 -305
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.d.ts +0 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +0 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- 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 +1 -1
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +0 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +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 +0 -1
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +0 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditAttributeModal/index.js +1 -1
- package/dist/components/EditAttributeModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +1 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +0 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditLibraryModal/index.js +1 -1
- package/dist/components/EditLibraryModal/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +0 -1
- package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EditTreeModal/index.js +1 -1
- package/dist/components/EditTreeModal/index.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.d.ts +0 -1
- package/dist/components/EntityCard/EntityCard.js +1 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityCard/index.js +1 -1
- package/dist/components/EntityCard/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +0 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
- package/dist/components/EntityPreview/_types.d.ts +0 -1
- package/dist/components/EntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/index.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/ErrorBoundary/index.js +1 -1
- package/dist/components/ErrorBoundary/index.js.map +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
- package/dist/components/ErrorDisplay/index.js +1 -1
- package/dist/components/ErrorDisplay/index.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ErrorMessage/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +9 -0
- package/dist/components/Explorer/DataView.js +74 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +10 -0
- package/dist/components/Explorer/Explorer.js +32 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -0
- package/dist/components/Explorer/index.js +5 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/types.d.ts +21 -0
- package/dist/components/Explorer/types.js +2 -0
- package/dist/components/Explorer/types.js.map +1 -0
- package/dist/components/Explorer/useCreateMainAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateMainAction.js +36 -0
- package/dist/components/Explorer/useCreateMainAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
- package/dist/components/Explorer/useDeactivateAction.js +51 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +52 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/useExplorerData.d.ts +11 -0
- package/dist/components/Explorer/useExplorerData.js +23 -0
- package/dist/components/Explorer/useExplorerData.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.d.ts +0 -1
- package/dist/components/ExportModal/ExportModal.js +1 -1
- 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 +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +0 -1
- package/dist/components/ImportModal/ImportModalConfigStep/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 +5 -15
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +16 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +3 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +6 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +3 -2
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +2 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +0 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +1 -5
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +2 -6
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.js +9 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +0 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +0 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.d.ts +0 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.d.ts +0 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.d.ts +0 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/_types.d.ts +0 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +24 -6
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +16 -16
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +38 -26
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +28 -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/reducers/standardFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +31 -12
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +64 -17
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +3 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -5
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +4 -4
- 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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +4 -4
- 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/StandardField.js +12 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +61 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +79 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +45 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +94 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +38 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +46 -16
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +57 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/{DSInputPasswordWrapper.d.ts → DSRichTextWrapper.d.ts} +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +85 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +3 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +16 -28
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +89 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +45 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +141 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +105 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.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 +14 -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/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
- 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/TextBlock/TextBlock.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +1 -1
- 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 +2 -2
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +96 -99
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/_types.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +0 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +0 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +0 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -0
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js → contexts/EditRecordModalContext/EditRecordModalProvider.js} +7 -10
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +9 -6
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +1 -1
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -1
- package/dist/hooks/useLocalStorage/index.js +1 -1
- package/dist/hooks/useLocalStorage/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/index.js +1 -1
- package/dist/hooks/useLoginChecker/index.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/index.js +1 -1
- package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +8 -3
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +12 -1
- package/dist/locales/fr/shared.json +12 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +0 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +0 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/misc.d.ts +2 -2
- package/dist/types/scalars.d.ts +1 -1
- package/dist/types/search.d.ts +4 -4
- package/package.json +6 -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/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { IPreviewScalar } from '@leav/utils';
|
|
2
2
|
import * as Apollo from '@apollo/client';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
export type Maybe<T> = T | null;
|
|
4
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
5
|
+
export type Exact<T extends {
|
|
6
6
|
[key: string]: unknown;
|
|
7
7
|
}> = {
|
|
8
8
|
[K in keyof T]: T[K];
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
11
11
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
12
12
|
};
|
|
13
|
-
export
|
|
13
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
15
15
|
};
|
|
16
16
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
17
|
-
export
|
|
17
|
+
export type Scalars = {
|
|
18
18
|
ID: string;
|
|
19
19
|
String: string;
|
|
20
20
|
Boolean: boolean;
|
|
@@ -31,12 +31,12 @@ export declare type Scalars = {
|
|
|
31
31
|
TaskPriority: any;
|
|
32
32
|
Upload: any;
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type ActionConfigurationInput = {
|
|
35
35
|
error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
36
36
|
id: Scalars['ID'];
|
|
37
37
|
params?: InputMaybe<Array<ActionConfigurationParamInput>>;
|
|
38
38
|
};
|
|
39
|
-
export
|
|
39
|
+
export type ActionConfigurationParamInput = {
|
|
40
40
|
name: Scalars['String'];
|
|
41
41
|
value: Scalars['String'];
|
|
42
42
|
};
|
|
@@ -46,18 +46,18 @@ export declare enum ActionIoTypes {
|
|
|
46
46
|
object = "object",
|
|
47
47
|
string = "string"
|
|
48
48
|
}
|
|
49
|
-
export
|
|
49
|
+
export type ActionsListConfigurationInput = {
|
|
50
50
|
deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
51
51
|
getValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
52
52
|
saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
53
53
|
};
|
|
54
|
-
export
|
|
54
|
+
export type ApiKeyInput = {
|
|
55
55
|
expiresAt?: InputMaybe<Scalars['Int']>;
|
|
56
56
|
id?: InputMaybe<Scalars['String']>;
|
|
57
57
|
label: Scalars['String'];
|
|
58
58
|
userId: Scalars['String'];
|
|
59
59
|
};
|
|
60
|
-
export
|
|
60
|
+
export type ApiKeysFiltersInput = {
|
|
61
61
|
createdBy?: InputMaybe<Scalars['Int']>;
|
|
62
62
|
label?: InputMaybe<Scalars['String']>;
|
|
63
63
|
modifiedBy?: InputMaybe<Scalars['Int']>;
|
|
@@ -71,7 +71,7 @@ export declare enum ApiKeysSortableFields {
|
|
|
71
71
|
modifiedAt = "modifiedAt",
|
|
72
72
|
modifiedBy = "modifiedBy"
|
|
73
73
|
}
|
|
74
|
-
export
|
|
74
|
+
export type ApplicationEventFiltersInput = {
|
|
75
75
|
applicationId?: InputMaybe<Scalars['ID']>;
|
|
76
76
|
events?: InputMaybe<Array<ApplicationEventTypes>>;
|
|
77
77
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -80,11 +80,11 @@ export declare enum ApplicationEventTypes {
|
|
|
80
80
|
DELETE = "DELETE",
|
|
81
81
|
SAVE = "SAVE"
|
|
82
82
|
}
|
|
83
|
-
export
|
|
83
|
+
export type ApplicationIconInput = {
|
|
84
84
|
libraryId: Scalars['String'];
|
|
85
85
|
recordId: Scalars['String'];
|
|
86
86
|
};
|
|
87
|
-
export
|
|
87
|
+
export type ApplicationInput = {
|
|
88
88
|
color?: InputMaybe<Scalars['String']>;
|
|
89
89
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
90
90
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -106,7 +106,7 @@ export declare enum ApplicationType {
|
|
|
106
106
|
external = "external",
|
|
107
107
|
internal = "internal"
|
|
108
108
|
}
|
|
109
|
-
export
|
|
109
|
+
export type ApplicationsFiltersInput = {
|
|
110
110
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
111
111
|
id?: InputMaybe<Scalars['ID']>;
|
|
112
112
|
label?: InputMaybe<Scalars['String']>;
|
|
@@ -125,7 +125,7 @@ export declare enum AttributeFormat {
|
|
|
125
125
|
rich_text = "rich_text",
|
|
126
126
|
text = "text"
|
|
127
127
|
}
|
|
128
|
-
export
|
|
128
|
+
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
130
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
131
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
@@ -139,13 +139,14 @@ export declare type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
145
146
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
146
147
|
versions_conf?: InputMaybe<ValuesVersionsConfInput>;
|
|
147
148
|
};
|
|
148
|
-
export
|
|
149
|
+
export type AttributePermissionsRecord = {
|
|
149
150
|
id?: InputMaybe<Scalars['String']>;
|
|
150
151
|
library: Scalars['String'];
|
|
151
152
|
};
|
|
@@ -156,7 +157,7 @@ export declare enum AttributeType {
|
|
|
156
157
|
simple_link = "simple_link",
|
|
157
158
|
tree = "tree"
|
|
158
159
|
}
|
|
159
|
-
export
|
|
160
|
+
export type AttributesFiltersInput = {
|
|
160
161
|
format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
|
|
161
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
162
163
|
label?: InputMaybe<Scalars['String']>;
|
|
@@ -179,15 +180,15 @@ export declare enum AvailableLanguage {
|
|
|
179
180
|
en = "en",
|
|
180
181
|
fr = "fr"
|
|
181
182
|
}
|
|
182
|
-
export
|
|
183
|
+
export type CreateRecordDataInput = {
|
|
183
184
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
184
185
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
185
186
|
};
|
|
186
|
-
export
|
|
187
|
+
export type DeleteTaskInput = {
|
|
187
188
|
archive: Scalars['Boolean'];
|
|
188
189
|
id: Scalars['ID'];
|
|
189
190
|
};
|
|
190
|
-
export
|
|
191
|
+
export type EmbeddedAttributeInput = {
|
|
191
192
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
192
193
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
193
194
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -195,7 +196,7 @@ export declare type EmbeddedAttributeInput = {
|
|
|
195
196
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
196
197
|
validation_regex?: InputMaybe<Scalars['String']>;
|
|
197
198
|
};
|
|
198
|
-
export
|
|
199
|
+
export type FileInput = {
|
|
199
200
|
data: Scalars['Upload'];
|
|
200
201
|
replace?: InputMaybe<Scalars['Boolean']>;
|
|
201
202
|
size?: InputMaybe<Scalars['Int']>;
|
|
@@ -208,11 +209,11 @@ export declare enum FileType {
|
|
|
208
209
|
other = "other",
|
|
209
210
|
video = "video"
|
|
210
211
|
}
|
|
211
|
-
export
|
|
212
|
+
export type FormDependencyValueInput = {
|
|
212
213
|
attribute: Scalars['ID'];
|
|
213
214
|
value: Scalars['ID'];
|
|
214
215
|
};
|
|
215
|
-
export
|
|
216
|
+
export type FormElementInput = {
|
|
216
217
|
containerId: Scalars['ID'];
|
|
217
218
|
id: Scalars['ID'];
|
|
218
219
|
order: Scalars['Int'];
|
|
@@ -220,7 +221,7 @@ export declare type FormElementInput = {
|
|
|
220
221
|
type: FormElementTypes;
|
|
221
222
|
uiElementType: Scalars['String'];
|
|
222
223
|
};
|
|
223
|
-
export
|
|
224
|
+
export type FormElementSettingsInput = {
|
|
224
225
|
key: Scalars['String'];
|
|
225
226
|
value: Scalars['Any'];
|
|
226
227
|
};
|
|
@@ -228,17 +229,17 @@ export declare enum FormElementTypes {
|
|
|
228
229
|
field = "field",
|
|
229
230
|
layout = "layout"
|
|
230
231
|
}
|
|
231
|
-
export
|
|
232
|
+
export type FormElementsByDepsInput = {
|
|
232
233
|
dependencyValue?: InputMaybe<FormDependencyValueInput>;
|
|
233
234
|
elements: Array<FormElementInput>;
|
|
234
235
|
};
|
|
235
|
-
export
|
|
236
|
+
export type FormFiltersInput = {
|
|
236
237
|
id?: InputMaybe<Scalars['ID']>;
|
|
237
238
|
label?: InputMaybe<Scalars['String']>;
|
|
238
239
|
library: Scalars['ID'];
|
|
239
240
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
240
241
|
};
|
|
241
|
-
export
|
|
242
|
+
export type FormInput = {
|
|
242
243
|
dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
243
244
|
elements?: InputMaybe<Array<FormElementsByDepsInput>>;
|
|
244
245
|
id: Scalars['ID'];
|
|
@@ -250,12 +251,13 @@ export declare enum FormsSortableFields {
|
|
|
250
251
|
library = "library",
|
|
251
252
|
system = "system"
|
|
252
253
|
}
|
|
253
|
-
export
|
|
254
|
+
export type GlobalSettingsFileInput = {
|
|
254
255
|
library: Scalars['String'];
|
|
255
256
|
recordId: Scalars['String'];
|
|
256
257
|
};
|
|
257
|
-
export
|
|
258
|
-
|
|
258
|
+
export type GlobalSettingsInput = {
|
|
259
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
261
|
name?: InputMaybe<Scalars['String']>;
|
|
260
262
|
};
|
|
261
263
|
export declare enum IoTypes {
|
|
@@ -274,7 +276,7 @@ export declare enum ImportType {
|
|
|
274
276
|
LINK = "LINK",
|
|
275
277
|
STANDARD = "STANDARD"
|
|
276
278
|
}
|
|
277
|
-
export
|
|
279
|
+
export type LibrariesFiltersInput = {
|
|
278
280
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
279
281
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
280
282
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -290,11 +292,11 @@ export declare enum LibraryBehavior {
|
|
|
290
292
|
files = "files",
|
|
291
293
|
standard = "standard"
|
|
292
294
|
}
|
|
293
|
-
export
|
|
295
|
+
export type LibraryIconInput = {
|
|
294
296
|
libraryId: Scalars['String'];
|
|
295
297
|
recordId: Scalars['String'];
|
|
296
298
|
};
|
|
297
|
-
export
|
|
299
|
+
export type LibraryInput = {
|
|
298
300
|
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
299
301
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
300
302
|
defaultView?: InputMaybe<Scalars['ID']>;
|
|
@@ -306,7 +308,7 @@ export declare type LibraryInput = {
|
|
|
306
308
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
307
309
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
308
310
|
};
|
|
309
|
-
export
|
|
311
|
+
export type LibraryPreviewsSettingsInput = {
|
|
310
312
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
311
313
|
label: Scalars['SystemTranslation'];
|
|
312
314
|
versions: PreviewVersionInput;
|
|
@@ -342,7 +344,7 @@ export declare enum LogAction {
|
|
|
342
344
|
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
343
345
|
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
344
346
|
}
|
|
345
|
-
export
|
|
347
|
+
export type LogFilterInput = {
|
|
346
348
|
actions?: InputMaybe<Array<LogAction>>;
|
|
347
349
|
instanceId?: InputMaybe<Scalars['String']>;
|
|
348
350
|
queryId?: InputMaybe<Scalars['String']>;
|
|
@@ -351,11 +353,11 @@ export declare type LogFilterInput = {
|
|
|
351
353
|
trigger?: InputMaybe<Scalars['String']>;
|
|
352
354
|
userId?: InputMaybe<Scalars['String']>;
|
|
353
355
|
};
|
|
354
|
-
export
|
|
356
|
+
export type LogFilterTimeInput = {
|
|
355
357
|
from?: InputMaybe<Scalars['Int']>;
|
|
356
358
|
to?: InputMaybe<Scalars['Int']>;
|
|
357
359
|
};
|
|
358
|
-
export
|
|
360
|
+
export type LogSortInput = {
|
|
359
361
|
field: LogSortableField;
|
|
360
362
|
order: SortOrder;
|
|
361
363
|
};
|
|
@@ -367,7 +369,7 @@ export declare enum LogSortableField {
|
|
|
367
369
|
trigger = "trigger",
|
|
368
370
|
userId = "userId"
|
|
369
371
|
}
|
|
370
|
-
export
|
|
372
|
+
export type LogTopicFilterInput = {
|
|
371
373
|
apiKey?: InputMaybe<Scalars['String']>;
|
|
372
374
|
attribute?: InputMaybe<Scalars['String']>;
|
|
373
375
|
filename?: InputMaybe<Scalars['String']>;
|
|
@@ -377,30 +379,30 @@ export declare type LogTopicFilterInput = {
|
|
|
377
379
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
378
380
|
tree?: InputMaybe<Scalars['String']>;
|
|
379
381
|
};
|
|
380
|
-
export
|
|
382
|
+
export type LogTopicPermissionFilterInput = {
|
|
381
383
|
applyTo?: InputMaybe<Scalars['String']>;
|
|
382
384
|
type?: InputMaybe<Scalars['String']>;
|
|
383
385
|
};
|
|
384
|
-
export
|
|
386
|
+
export type LogTopicRecordFilterInput = {
|
|
385
387
|
id?: InputMaybe<Scalars['String']>;
|
|
386
388
|
libraryId?: InputMaybe<Scalars['String']>;
|
|
387
389
|
};
|
|
388
|
-
export
|
|
390
|
+
export type Pagination = {
|
|
389
391
|
limit: Scalars['Int'];
|
|
390
392
|
offset: Scalars['Int'];
|
|
391
393
|
};
|
|
392
|
-
export
|
|
394
|
+
export type PermissionActionInput = {
|
|
393
395
|
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
394
396
|
name: PermissionsActions;
|
|
395
397
|
};
|
|
396
|
-
export
|
|
398
|
+
export type PermissionInput = {
|
|
397
399
|
actions: Array<PermissionActionInput>;
|
|
398
400
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
399
401
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
400
402
|
type: PermissionTypes;
|
|
401
403
|
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
402
404
|
};
|
|
403
|
-
export
|
|
405
|
+
export type PermissionTarget = {
|
|
404
406
|
attributeId?: InputMaybe<Scalars['ID']>;
|
|
405
407
|
libraryId?: InputMaybe<Scalars['ID']>;
|
|
406
408
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
@@ -467,16 +469,16 @@ export declare enum PermissionsRelation {
|
|
|
467
469
|
and = "and",
|
|
468
470
|
or = "or"
|
|
469
471
|
}
|
|
470
|
-
export
|
|
472
|
+
export type PermissionsTreeTargetInput = {
|
|
471
473
|
nodeId?: InputMaybe<Scalars['ID']>;
|
|
472
474
|
tree: Scalars['ID'];
|
|
473
475
|
};
|
|
474
|
-
export
|
|
476
|
+
export type PreviewVersionInput = {
|
|
475
477
|
background: Scalars['String'];
|
|
476
478
|
density: Scalars['Int'];
|
|
477
479
|
sizes: Array<PreviewVersionSizeInput>;
|
|
478
480
|
};
|
|
479
|
-
export
|
|
481
|
+
export type PreviewVersionSizeInput = {
|
|
480
482
|
name: Scalars['String'];
|
|
481
483
|
size: Scalars['Int'];
|
|
482
484
|
};
|
|
@@ -509,7 +511,7 @@ export declare enum RecordFilterCondition {
|
|
|
509
511
|
VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
|
|
510
512
|
YESTERDAY = "YESTERDAY"
|
|
511
513
|
}
|
|
512
|
-
export
|
|
514
|
+
export type RecordFilterInput = {
|
|
513
515
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
514
516
|
field?: InputMaybe<Scalars['String']>;
|
|
515
517
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
@@ -522,32 +524,32 @@ export declare enum RecordFilterOperator {
|
|
|
522
524
|
OPEN_BRACKET = "OPEN_BRACKET",
|
|
523
525
|
OR = "OR"
|
|
524
526
|
}
|
|
525
|
-
export
|
|
527
|
+
export type RecordIdentityConfInput = {
|
|
526
528
|
color?: InputMaybe<Scalars['ID']>;
|
|
527
529
|
label?: InputMaybe<Scalars['ID']>;
|
|
528
530
|
preview?: InputMaybe<Scalars['ID']>;
|
|
529
531
|
subLabel?: InputMaybe<Scalars['ID']>;
|
|
530
532
|
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
531
533
|
};
|
|
532
|
-
export
|
|
534
|
+
export type RecordInput = {
|
|
533
535
|
id: Scalars['ID'];
|
|
534
536
|
library: Scalars['String'];
|
|
535
537
|
};
|
|
536
|
-
export
|
|
538
|
+
export type RecordSortInput = {
|
|
537
539
|
field: Scalars['String'];
|
|
538
540
|
order: SortOrder;
|
|
539
541
|
};
|
|
540
|
-
export
|
|
542
|
+
export type RecordUpdateFilterInput = {
|
|
541
543
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
542
544
|
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
543
545
|
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
544
546
|
};
|
|
545
|
-
export
|
|
547
|
+
export type RecordsPagination = {
|
|
546
548
|
cursor?: InputMaybe<Scalars['String']>;
|
|
547
549
|
limit: Scalars['Int'];
|
|
548
550
|
offset?: InputMaybe<Scalars['Int']>;
|
|
549
551
|
};
|
|
550
|
-
export
|
|
552
|
+
export type SheetInput = {
|
|
551
553
|
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
552
554
|
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
553
555
|
library: Scalars['String'];
|
|
@@ -557,23 +559,23 @@ export declare type SheetInput = {
|
|
|
557
559
|
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
558
560
|
type: ImportType;
|
|
559
561
|
};
|
|
560
|
-
export
|
|
562
|
+
export type SortApiKeysInput = {
|
|
561
563
|
field: ApiKeysSortableFields;
|
|
562
564
|
order?: InputMaybe<SortOrder>;
|
|
563
565
|
};
|
|
564
|
-
export
|
|
566
|
+
export type SortApplications = {
|
|
565
567
|
field: ApplicationSortableFields;
|
|
566
568
|
order?: InputMaybe<SortOrder>;
|
|
567
569
|
};
|
|
568
|
-
export
|
|
570
|
+
export type SortAttributes = {
|
|
569
571
|
field: AttributesSortableFields;
|
|
570
572
|
order?: InputMaybe<SortOrder>;
|
|
571
573
|
};
|
|
572
|
-
export
|
|
574
|
+
export type SortForms = {
|
|
573
575
|
field: FormsSortableFields;
|
|
574
576
|
order?: InputMaybe<SortOrder>;
|
|
575
577
|
};
|
|
576
|
-
export
|
|
578
|
+
export type SortLibraries = {
|
|
577
579
|
field: LibrariesSortableFields;
|
|
578
580
|
order?: InputMaybe<SortOrder>;
|
|
579
581
|
};
|
|
@@ -581,15 +583,15 @@ export declare enum SortOrder {
|
|
|
581
583
|
asc = "asc",
|
|
582
584
|
desc = "desc"
|
|
583
585
|
}
|
|
584
|
-
export
|
|
586
|
+
export type SortTrees = {
|
|
585
587
|
field: TreesSortableFields;
|
|
586
588
|
order?: InputMaybe<SortOrder>;
|
|
587
589
|
};
|
|
588
|
-
export
|
|
590
|
+
export type SortVersionProfilesInput = {
|
|
589
591
|
field: VersionProfilesSortableFields;
|
|
590
592
|
order?: InputMaybe<SortOrder>;
|
|
591
593
|
};
|
|
592
|
-
export
|
|
594
|
+
export type TaskFiltersInput = {
|
|
593
595
|
archive?: InputMaybe<Scalars['Boolean']>;
|
|
594
596
|
created_by?: InputMaybe<Scalars['ID']>;
|
|
595
597
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -615,11 +617,11 @@ export declare enum TreeBehavior {
|
|
|
615
617
|
files = "files",
|
|
616
618
|
standard = "standard"
|
|
617
619
|
}
|
|
618
|
-
export
|
|
620
|
+
export type TreeElementInput = {
|
|
619
621
|
id: Scalars['ID'];
|
|
620
622
|
library: Scalars['String'];
|
|
621
623
|
};
|
|
622
|
-
export
|
|
624
|
+
export type TreeEventFiltersInput = {
|
|
623
625
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
624
626
|
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
625
627
|
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
@@ -630,31 +632,31 @@ export declare enum TreeEventTypes {
|
|
|
630
632
|
move = "move",
|
|
631
633
|
remove = "remove"
|
|
632
634
|
}
|
|
633
|
-
export
|
|
635
|
+
export type TreeInput = {
|
|
634
636
|
behavior?: InputMaybe<TreeBehavior>;
|
|
635
637
|
id: Scalars['ID'];
|
|
636
638
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
637
639
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
638
640
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
639
641
|
};
|
|
640
|
-
export
|
|
642
|
+
export type TreeLibraryInput = {
|
|
641
643
|
library: Scalars['ID'];
|
|
642
644
|
settings: TreeLibrarySettingsInput;
|
|
643
645
|
};
|
|
644
|
-
export
|
|
646
|
+
export type TreeLibrarySettingsInput = {
|
|
645
647
|
allowMultiplePositions: Scalars['Boolean'];
|
|
646
648
|
allowedAtRoot: Scalars['Boolean'];
|
|
647
649
|
allowedChildren: Array<Scalars['String']>;
|
|
648
650
|
};
|
|
649
|
-
export
|
|
651
|
+
export type TreeNodePermissionsConfInput = {
|
|
650
652
|
libraryId: Scalars['ID'];
|
|
651
653
|
permissionsConf: TreepermissionsConfInput;
|
|
652
654
|
};
|
|
653
|
-
export
|
|
655
|
+
export type TreepermissionsConfInput = {
|
|
654
656
|
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
655
657
|
relation: PermissionsRelation;
|
|
656
658
|
};
|
|
657
|
-
export
|
|
659
|
+
export type TreesFiltersInput = {
|
|
658
660
|
behavior?: InputMaybe<TreeBehavior>;
|
|
659
661
|
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
660
662
|
label?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -666,30 +668,30 @@ export declare enum TreesSortableFields {
|
|
|
666
668
|
id = "id",
|
|
667
669
|
system = "system"
|
|
668
670
|
}
|
|
669
|
-
export
|
|
671
|
+
export type UploadFiltersInput = {
|
|
670
672
|
uid?: InputMaybe<Scalars['String']>;
|
|
671
673
|
userId?: InputMaybe<Scalars['ID']>;
|
|
672
674
|
};
|
|
673
675
|
export declare enum UserCoreDataKeys {
|
|
674
676
|
applications_consultation = "applications_consultation"
|
|
675
677
|
}
|
|
676
|
-
export
|
|
678
|
+
export type ValueBatchInput = {
|
|
677
679
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
680
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
681
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
682
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
683
|
};
|
|
682
|
-
export
|
|
684
|
+
export type ValueInput = {
|
|
683
685
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
686
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
687
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
688
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
689
|
};
|
|
688
|
-
export
|
|
690
|
+
export type ValueMetadataInput = {
|
|
689
691
|
name: Scalars['String'];
|
|
690
692
|
value?: InputMaybe<Scalars['String']>;
|
|
691
693
|
};
|
|
692
|
-
export
|
|
694
|
+
export type ValueVersionInput = {
|
|
693
695
|
treeId: Scalars['String'];
|
|
694
696
|
treeNodeId: Scalars['String'];
|
|
695
697
|
};
|
|
@@ -697,23 +699,23 @@ export declare enum ValueVersionMode {
|
|
|
697
699
|
simple = "simple",
|
|
698
700
|
smart = "smart"
|
|
699
701
|
}
|
|
700
|
-
export
|
|
702
|
+
export type ValuesListConfInput = {
|
|
701
703
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
702
704
|
enable: Scalars['Boolean'];
|
|
703
705
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
706
|
};
|
|
705
|
-
export
|
|
707
|
+
export type ValuesVersionsConfInput = {
|
|
706
708
|
mode?: InputMaybe<ValueVersionMode>;
|
|
707
709
|
profile?: InputMaybe<Scalars['String']>;
|
|
708
710
|
versionable: Scalars['Boolean'];
|
|
709
711
|
};
|
|
710
|
-
export
|
|
712
|
+
export type VersionProfileInput = {
|
|
711
713
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
712
714
|
id: Scalars['String'];
|
|
713
715
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
714
716
|
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
715
717
|
};
|
|
716
|
-
export
|
|
718
|
+
export type VersionProfilesFiltersInput = {
|
|
717
719
|
id?: InputMaybe<Scalars['ID']>;
|
|
718
720
|
label?: InputMaybe<Scalars['String']>;
|
|
719
721
|
trees?: InputMaybe<Scalars['String']>;
|
|
@@ -721,11 +723,11 @@ export declare type VersionProfilesFiltersInput = {
|
|
|
721
723
|
export declare enum VersionProfilesSortableFields {
|
|
722
724
|
id = "id"
|
|
723
725
|
}
|
|
724
|
-
export
|
|
726
|
+
export type ViewDisplayInput = {
|
|
725
727
|
size: ViewSizes;
|
|
726
728
|
type: ViewTypes;
|
|
727
729
|
};
|
|
728
|
-
export
|
|
730
|
+
export type ViewInput = {
|
|
729
731
|
color?: InputMaybe<Scalars['String']>;
|
|
730
732
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
733
|
display: ViewDisplayInput;
|
|
@@ -738,7 +740,7 @@ export declare type ViewInput = {
|
|
|
738
740
|
sort?: InputMaybe<RecordSortInput>;
|
|
739
741
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
742
|
};
|
|
741
|
-
export
|
|
743
|
+
export type ViewSettingsInput = {
|
|
742
744
|
name: Scalars['String'];
|
|
743
745
|
value?: InputMaybe<Scalars['Any']>;
|
|
744
746
|
};
|
|
@@ -752,11 +754,11 @@ export declare enum ViewTypes {
|
|
|
752
754
|
list = "list",
|
|
753
755
|
timeline = "timeline"
|
|
754
756
|
}
|
|
755
|
-
export
|
|
757
|
+
export type ViewValuesVersionInput = {
|
|
756
758
|
treeId: Scalars['String'];
|
|
757
759
|
treeNode: Scalars['String'];
|
|
758
760
|
};
|
|
759
|
-
export
|
|
761
|
+
export type DetailsApplicationFragment = {
|
|
760
762
|
id: string;
|
|
761
763
|
label: any;
|
|
762
764
|
type: ApplicationType;
|
|
@@ -785,7 +787,7 @@ export declare type DetailsApplicationFragment = {
|
|
|
785
787
|
admin_application: boolean;
|
|
786
788
|
};
|
|
787
789
|
};
|
|
788
|
-
export
|
|
790
|
+
export type RecordIdentityFragment = {
|
|
789
791
|
id: string;
|
|
790
792
|
whoAmI: {
|
|
791
793
|
id: string;
|
|
@@ -799,7 +801,7 @@ export declare type RecordIdentityFragment = {
|
|
|
799
801
|
};
|
|
800
802
|
};
|
|
801
803
|
};
|
|
802
|
-
export
|
|
804
|
+
export type AttributeDetailsLinkAttributeFragment = {
|
|
803
805
|
reverse_link?: string | null;
|
|
804
806
|
id: string;
|
|
805
807
|
type: AttributeType;
|
|
@@ -807,7 +809,6 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
809
|
system: boolean;
|
|
808
810
|
readonly: boolean;
|
|
809
811
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
812
|
description?: any | null;
|
|
812
813
|
multiple_values: boolean;
|
|
813
814
|
linked_library?: {
|
|
@@ -837,7 +838,7 @@ export declare type AttributeDetailsLinkAttributeFragment = {
|
|
|
837
838
|
label?: any | null;
|
|
838
839
|
}> | null;
|
|
839
840
|
};
|
|
840
|
-
export
|
|
841
|
+
export type AttributeDetailsStandardAttributeFragment = {
|
|
841
842
|
unique?: boolean | null;
|
|
842
843
|
maxLength?: number | null;
|
|
843
844
|
id: string;
|
|
@@ -846,7 +847,6 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
847
|
system: boolean;
|
|
847
848
|
readonly: boolean;
|
|
848
849
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
850
|
description?: any | null;
|
|
851
851
|
multiple_values: boolean;
|
|
852
852
|
metadata_fields?: Array<{
|
|
@@ -872,14 +872,13 @@ export declare type AttributeDetailsStandardAttributeFragment = {
|
|
|
872
872
|
label?: any | null;
|
|
873
873
|
}> | null;
|
|
874
874
|
};
|
|
875
|
-
export
|
|
875
|
+
export type AttributeDetailsTreeAttributeFragment = {
|
|
876
876
|
id: string;
|
|
877
877
|
type: AttributeType;
|
|
878
878
|
format?: AttributeFormat | null;
|
|
879
879
|
system: boolean;
|
|
880
880
|
readonly: boolean;
|
|
881
881
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
882
|
description?: any | null;
|
|
884
883
|
multiple_values: boolean;
|
|
885
884
|
linked_tree?: {
|
|
@@ -909,8 +908,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
|
|
|
909
908
|
label?: any | null;
|
|
910
909
|
}> | null;
|
|
911
910
|
};
|
|
912
|
-
export
|
|
913
|
-
export
|
|
911
|
+
export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
|
|
912
|
+
export type AttributesByLibAttributeLinkAttributeFragment = {
|
|
914
913
|
id: string;
|
|
915
914
|
type: AttributeType;
|
|
916
915
|
format?: AttributeFormat | null;
|
|
@@ -922,7 +921,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
|
|
|
922
921
|
id: string;
|
|
923
922
|
} | null;
|
|
924
923
|
};
|
|
925
|
-
export
|
|
924
|
+
export type AttributesByLibAttributeStandardAttributeFragment = {
|
|
926
925
|
id: string;
|
|
927
926
|
type: AttributeType;
|
|
928
927
|
format?: AttributeFormat | null;
|
|
@@ -936,7 +935,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
|
|
|
936
935
|
label?: any | null;
|
|
937
936
|
} | null> | null;
|
|
938
937
|
};
|
|
939
|
-
export
|
|
938
|
+
export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
940
939
|
id: string;
|
|
941
940
|
type: AttributeType;
|
|
942
941
|
format?: AttributeFormat | null;
|
|
@@ -955,8 +954,8 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
954
|
}>;
|
|
956
955
|
} | null;
|
|
957
956
|
};
|
|
958
|
-
export
|
|
959
|
-
export
|
|
957
|
+
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
958
|
+
export type LibraryLightFragment = {
|
|
960
959
|
id: string;
|
|
961
960
|
label?: any | null;
|
|
962
961
|
icon?: {
|
|
@@ -970,7 +969,7 @@ export declare type LibraryLightFragment = {
|
|
|
970
969
|
};
|
|
971
970
|
} | null;
|
|
972
971
|
};
|
|
973
|
-
export
|
|
972
|
+
export type LibraryDetailsFragment = {
|
|
974
973
|
id: string;
|
|
975
974
|
label?: any | null;
|
|
976
975
|
behavior: LibraryBehavior;
|
|
@@ -1052,7 +1051,7 @@ export declare type LibraryDetailsFragment = {
|
|
|
1052
1051
|
};
|
|
1053
1052
|
}> | null;
|
|
1054
1053
|
};
|
|
1055
|
-
export
|
|
1054
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1056
1055
|
id: string;
|
|
1057
1056
|
label?: any | null;
|
|
1058
1057
|
system: boolean;
|
|
@@ -1063,21 +1062,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
|
|
|
1063
1062
|
behavior: LibraryBehavior;
|
|
1064
1063
|
} | null;
|
|
1065
1064
|
};
|
|
1066
|
-
export
|
|
1065
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1067
1066
|
id: string;
|
|
1068
1067
|
label?: any | null;
|
|
1069
1068
|
system: boolean;
|
|
1070
1069
|
type: AttributeType;
|
|
1071
1070
|
format?: AttributeFormat | null;
|
|
1072
1071
|
};
|
|
1073
|
-
export
|
|
1074
|
-
export
|
|
1072
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1073
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1075
1074
|
linked_library?: {
|
|
1076
1075
|
id: string;
|
|
1077
1076
|
behavior: LibraryBehavior;
|
|
1078
1077
|
} | null;
|
|
1079
1078
|
};
|
|
1080
|
-
export
|
|
1079
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1081
1080
|
label: any;
|
|
1082
1081
|
description?: any | null;
|
|
1083
1082
|
system: boolean;
|
|
@@ -1090,7 +1089,7 @@ export declare type LibraryPreviewsSettingsFragment = {
|
|
|
1090
1089
|
}>;
|
|
1091
1090
|
};
|
|
1092
1091
|
};
|
|
1093
|
-
export
|
|
1092
|
+
export type RecordFormElementFragment = {
|
|
1094
1093
|
id: string;
|
|
1095
1094
|
containerId: string;
|
|
1096
1095
|
uiElementType: string;
|
|
@@ -1099,6 +1098,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1099
1098
|
values?: Array<{
|
|
1100
1099
|
id_value?: string | null;
|
|
1101
1100
|
isInherited?: boolean | null;
|
|
1101
|
+
isCalculated?: boolean | null;
|
|
1102
1102
|
modified_at?: number | null;
|
|
1103
1103
|
created_at?: number | null;
|
|
1104
1104
|
linkValue?: {
|
|
@@ -1159,20 +1159,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1159
1159
|
};
|
|
1160
1160
|
} | null;
|
|
1161
1161
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1162
|
+
attribute: {
|
|
1163
1163
|
id: string;
|
|
1164
1164
|
format?: AttributeFormat | null;
|
|
1165
1165
|
type: AttributeType;
|
|
1166
1166
|
system: boolean;
|
|
1167
|
-
}
|
|
1167
|
+
};
|
|
1168
1168
|
metadata?: Array<{
|
|
1169
1169
|
name: string;
|
|
1170
1170
|
value?: {
|
|
1171
1171
|
id_value?: string | null;
|
|
1172
1172
|
modified_at?: number | null;
|
|
1173
1173
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1174
|
+
payload?: any | null;
|
|
1175
|
+
raw_payload?: any | null;
|
|
1176
1176
|
modified_by?: {
|
|
1177
1177
|
id: string;
|
|
1178
1178
|
whoAmI: {
|
|
@@ -1222,6 +1222,7 @@ export declare type RecordFormElementFragment = {
|
|
|
1222
1222
|
} | {
|
|
1223
1223
|
id_value?: string | null;
|
|
1224
1224
|
isInherited?: boolean | null;
|
|
1225
|
+
isCalculated?: boolean | null;
|
|
1225
1226
|
modified_at?: number | null;
|
|
1226
1227
|
created_at?: number | null;
|
|
1227
1228
|
treeValue?: {
|
|
@@ -1301,20 +1302,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1301
1302
|
};
|
|
1302
1303
|
} | null;
|
|
1303
1304
|
} | null> | null;
|
|
1304
|
-
attribute
|
|
1305
|
+
attribute: {
|
|
1305
1306
|
id: string;
|
|
1306
1307
|
format?: AttributeFormat | null;
|
|
1307
1308
|
type: AttributeType;
|
|
1308
1309
|
system: boolean;
|
|
1309
|
-
}
|
|
1310
|
+
};
|
|
1310
1311
|
metadata?: Array<{
|
|
1311
1312
|
name: string;
|
|
1312
1313
|
value?: {
|
|
1313
1314
|
id_value?: string | null;
|
|
1314
1315
|
modified_at?: number | null;
|
|
1315
1316
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1317
|
+
payload?: any | null;
|
|
1318
|
+
raw_payload?: any | null;
|
|
1318
1319
|
modified_by?: {
|
|
1319
1320
|
id: string;
|
|
1320
1321
|
whoAmI: {
|
|
@@ -1362,10 +1363,13 @@ export declare type RecordFormElementFragment = {
|
|
|
1362
1363
|
} | null;
|
|
1363
1364
|
} | null> | null;
|
|
1364
1365
|
} | {
|
|
1366
|
+
payload?: any | null;
|
|
1367
|
+
raw_payload?: any | null;
|
|
1365
1368
|
value?: any | null;
|
|
1366
1369
|
raw_value?: any | null;
|
|
1367
1370
|
id_value?: string | null;
|
|
1368
1371
|
isInherited?: boolean | null;
|
|
1372
|
+
isCalculated?: boolean | null;
|
|
1369
1373
|
modified_at?: number | null;
|
|
1370
1374
|
created_at?: number | null;
|
|
1371
1375
|
modified_by?: {
|
|
@@ -1412,20 +1416,20 @@ export declare type RecordFormElementFragment = {
|
|
|
1412
1416
|
};
|
|
1413
1417
|
} | null;
|
|
1414
1418
|
} | null> | null;
|
|
1415
|
-
attribute
|
|
1419
|
+
attribute: {
|
|
1416
1420
|
id: string;
|
|
1417
1421
|
format?: AttributeFormat | null;
|
|
1418
1422
|
type: AttributeType;
|
|
1419
1423
|
system: boolean;
|
|
1420
|
-
}
|
|
1424
|
+
};
|
|
1421
1425
|
metadata?: Array<{
|
|
1422
1426
|
name: string;
|
|
1423
1427
|
value?: {
|
|
1424
1428
|
id_value?: string | null;
|
|
1425
1429
|
modified_at?: number | null;
|
|
1426
1430
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1431
|
+
payload?: any | null;
|
|
1432
|
+
raw_payload?: any | null;
|
|
1429
1433
|
modified_by?: {
|
|
1430
1434
|
id: string;
|
|
1431
1435
|
whoAmI: {
|
|
@@ -1714,9 +1718,10 @@ export declare type RecordFormElementFragment = {
|
|
|
1714
1718
|
value: any;
|
|
1715
1719
|
}>;
|
|
1716
1720
|
};
|
|
1717
|
-
export
|
|
1721
|
+
export type ValueDetailsLinkValueFragment = {
|
|
1718
1722
|
id_value?: string | null;
|
|
1719
1723
|
isInherited?: boolean | null;
|
|
1724
|
+
isCalculated?: boolean | null;
|
|
1720
1725
|
modified_at?: number | null;
|
|
1721
1726
|
created_at?: number | null;
|
|
1722
1727
|
linkValue?: {
|
|
@@ -1777,20 +1782,20 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1777
1782
|
};
|
|
1778
1783
|
} | null;
|
|
1779
1784
|
} | null> | null;
|
|
1780
|
-
attribute
|
|
1785
|
+
attribute: {
|
|
1781
1786
|
id: string;
|
|
1782
1787
|
format?: AttributeFormat | null;
|
|
1783
1788
|
type: AttributeType;
|
|
1784
1789
|
system: boolean;
|
|
1785
|
-
}
|
|
1790
|
+
};
|
|
1786
1791
|
metadata?: Array<{
|
|
1787
1792
|
name: string;
|
|
1788
1793
|
value?: {
|
|
1789
1794
|
id_value?: string | null;
|
|
1790
1795
|
modified_at?: number | null;
|
|
1791
1796
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1797
|
+
payload?: any | null;
|
|
1798
|
+
raw_payload?: any | null;
|
|
1794
1799
|
modified_by?: {
|
|
1795
1800
|
id: string;
|
|
1796
1801
|
whoAmI: {
|
|
@@ -1838,9 +1843,10 @@ export declare type ValueDetailsLinkValueFragment = {
|
|
|
1838
1843
|
} | null;
|
|
1839
1844
|
} | null> | null;
|
|
1840
1845
|
};
|
|
1841
|
-
export
|
|
1846
|
+
export type ValueDetailsTreeValueFragment = {
|
|
1842
1847
|
id_value?: string | null;
|
|
1843
1848
|
isInherited?: boolean | null;
|
|
1849
|
+
isCalculated?: boolean | null;
|
|
1844
1850
|
modified_at?: number | null;
|
|
1845
1851
|
created_at?: number | null;
|
|
1846
1852
|
treeValue?: {
|
|
@@ -1920,20 +1926,20 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1920
1926
|
};
|
|
1921
1927
|
} | null;
|
|
1922
1928
|
} | null> | null;
|
|
1923
|
-
attribute
|
|
1929
|
+
attribute: {
|
|
1924
1930
|
id: string;
|
|
1925
1931
|
format?: AttributeFormat | null;
|
|
1926
1932
|
type: AttributeType;
|
|
1927
1933
|
system: boolean;
|
|
1928
|
-
}
|
|
1934
|
+
};
|
|
1929
1935
|
metadata?: Array<{
|
|
1930
1936
|
name: string;
|
|
1931
1937
|
value?: {
|
|
1932
1938
|
id_value?: string | null;
|
|
1933
1939
|
modified_at?: number | null;
|
|
1934
1940
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1941
|
+
payload?: any | null;
|
|
1942
|
+
raw_payload?: any | null;
|
|
1937
1943
|
modified_by?: {
|
|
1938
1944
|
id: string;
|
|
1939
1945
|
whoAmI: {
|
|
@@ -1981,11 +1987,14 @@ export declare type ValueDetailsTreeValueFragment = {
|
|
|
1981
1987
|
} | null;
|
|
1982
1988
|
} | null> | null;
|
|
1983
1989
|
};
|
|
1984
|
-
export
|
|
1990
|
+
export type ValueDetailsValueFragment = {
|
|
1991
|
+
payload?: any | null;
|
|
1992
|
+
raw_payload?: any | null;
|
|
1985
1993
|
value?: any | null;
|
|
1986
1994
|
raw_value?: any | null;
|
|
1987
1995
|
id_value?: string | null;
|
|
1988
1996
|
isInherited?: boolean | null;
|
|
1997
|
+
isCalculated?: boolean | null;
|
|
1989
1998
|
modified_at?: number | null;
|
|
1990
1999
|
created_at?: number | null;
|
|
1991
2000
|
modified_by?: {
|
|
@@ -2032,20 +2041,20 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2032
2041
|
};
|
|
2033
2042
|
} | null;
|
|
2034
2043
|
} | null> | null;
|
|
2035
|
-
attribute
|
|
2044
|
+
attribute: {
|
|
2036
2045
|
id: string;
|
|
2037
2046
|
format?: AttributeFormat | null;
|
|
2038
2047
|
type: AttributeType;
|
|
2039
2048
|
system: boolean;
|
|
2040
|
-
}
|
|
2049
|
+
};
|
|
2041
2050
|
metadata?: Array<{
|
|
2042
2051
|
name: string;
|
|
2043
2052
|
value?: {
|
|
2044
2053
|
id_value?: string | null;
|
|
2045
2054
|
modified_at?: number | null;
|
|
2046
2055
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2056
|
+
payload?: any | null;
|
|
2057
|
+
raw_payload?: any | null;
|
|
2049
2058
|
modified_by?: {
|
|
2050
2059
|
id: string;
|
|
2051
2060
|
whoAmI: {
|
|
@@ -2093,8 +2102,8 @@ export declare type ValueDetailsValueFragment = {
|
|
|
2093
2102
|
} | null;
|
|
2094
2103
|
} | null> | null;
|
|
2095
2104
|
};
|
|
2096
|
-
export
|
|
2097
|
-
export
|
|
2105
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2106
|
+
export type ValuesVersionDetailsFragment = {
|
|
2098
2107
|
treeId: string;
|
|
2099
2108
|
treeNode?: {
|
|
2100
2109
|
id: string;
|
|
@@ -2110,7 +2119,7 @@ export declare type ValuesVersionDetailsFragment = {
|
|
|
2110
2119
|
};
|
|
2111
2120
|
} | null;
|
|
2112
2121
|
};
|
|
2113
|
-
export
|
|
2122
|
+
export type RecordFormAttributeLinkAttributeFragment = {
|
|
2114
2123
|
id: string;
|
|
2115
2124
|
label?: any | null;
|
|
2116
2125
|
description?: any | null;
|
|
@@ -2189,7 +2198,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2189
2198
|
}> | null;
|
|
2190
2199
|
}> | null;
|
|
2191
2200
|
};
|
|
2192
|
-
export
|
|
2201
|
+
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2193
2202
|
id: string;
|
|
2194
2203
|
label?: any | null;
|
|
2195
2204
|
description?: any | null;
|
|
@@ -2254,7 +2263,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2254
2263
|
}> | null;
|
|
2255
2264
|
}> | null;
|
|
2256
2265
|
};
|
|
2257
|
-
export
|
|
2266
|
+
export type RecordFormAttributeTreeAttributeFragment = {
|
|
2258
2267
|
id: string;
|
|
2259
2268
|
label?: any | null;
|
|
2260
2269
|
description?: any | null;
|
|
@@ -2348,8 +2357,8 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2348
2357
|
}> | null;
|
|
2349
2358
|
}> | null;
|
|
2350
2359
|
};
|
|
2351
|
-
export
|
|
2352
|
-
export
|
|
2360
|
+
export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
|
|
2361
|
+
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2362
|
enable: boolean;
|
|
2354
2363
|
allowFreeEntry?: boolean | null;
|
|
2355
2364
|
dateRangeValues?: Array<{
|
|
@@ -2357,13 +2366,13 @@ export declare type StandardValuesListFragmentStandardDateRangeValuesListConfFra
|
|
|
2357
2366
|
to?: string | null;
|
|
2358
2367
|
}> | null;
|
|
2359
2368
|
};
|
|
2360
|
-
export
|
|
2369
|
+
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2370
|
enable: boolean;
|
|
2362
2371
|
allowFreeEntry?: boolean | null;
|
|
2363
2372
|
values?: Array<string> | null;
|
|
2364
2373
|
};
|
|
2365
|
-
export
|
|
2366
|
-
export
|
|
2374
|
+
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2375
|
+
export type TreeDetailsFragment = {
|
|
2367
2376
|
id: string;
|
|
2368
2377
|
label?: any | null;
|
|
2369
2378
|
behavior: TreeBehavior;
|
|
@@ -2380,19 +2389,19 @@ export declare type TreeDetailsFragment = {
|
|
|
2380
2389
|
};
|
|
2381
2390
|
}>;
|
|
2382
2391
|
};
|
|
2383
|
-
export
|
|
2392
|
+
export type TreeLightFragment = {
|
|
2384
2393
|
id: string;
|
|
2385
2394
|
label?: any | null;
|
|
2386
2395
|
};
|
|
2387
|
-
export
|
|
2396
|
+
export type TreeNodeChildFragment = {
|
|
2388
2397
|
id: string;
|
|
2389
2398
|
order?: number | null;
|
|
2390
2399
|
childrenCount?: number | null;
|
|
2391
2400
|
record: {
|
|
2392
2401
|
id: string;
|
|
2393
|
-
active
|
|
2402
|
+
active: Array<{
|
|
2394
2403
|
value?: any | null;
|
|
2395
|
-
}
|
|
2404
|
+
}>;
|
|
2396
2405
|
whoAmI: {
|
|
2397
2406
|
id: string;
|
|
2398
2407
|
label?: string | null;
|
|
@@ -2432,7 +2441,7 @@ export declare type TreeNodeChildFragment = {
|
|
|
2432
2441
|
edit_children: boolean;
|
|
2433
2442
|
};
|
|
2434
2443
|
};
|
|
2435
|
-
export
|
|
2444
|
+
export type ViewDetailsFragment = {
|
|
2436
2445
|
id: string;
|
|
2437
2446
|
shared: boolean;
|
|
2438
2447
|
label: any;
|
|
@@ -2491,19 +2500,66 @@ export declare type ViewDetailsFragment = {
|
|
|
2491
2500
|
value?: any | null;
|
|
2492
2501
|
}> | null;
|
|
2493
2502
|
};
|
|
2494
|
-
export
|
|
2503
|
+
export type PropertyValueLinkValueFragment = {
|
|
2504
|
+
linkPayload?: {
|
|
2505
|
+
id: string;
|
|
2506
|
+
whoAmI: {
|
|
2507
|
+
id: string;
|
|
2508
|
+
label?: string | null;
|
|
2509
|
+
subLabel?: string | null;
|
|
2510
|
+
color?: string | null;
|
|
2511
|
+
preview?: IPreviewScalar | null;
|
|
2512
|
+
library: {
|
|
2513
|
+
id: string;
|
|
2514
|
+
label?: any | null;
|
|
2515
|
+
};
|
|
2516
|
+
};
|
|
2517
|
+
} | null;
|
|
2518
|
+
attribute: {
|
|
2519
|
+
type: AttributeType;
|
|
2520
|
+
};
|
|
2521
|
+
};
|
|
2522
|
+
export type PropertyValueTreeValueFragment = {
|
|
2523
|
+
treePayload?: {
|
|
2524
|
+
record: {
|
|
2525
|
+
id: string;
|
|
2526
|
+
whoAmI: {
|
|
2527
|
+
id: string;
|
|
2528
|
+
label?: string | null;
|
|
2529
|
+
subLabel?: string | null;
|
|
2530
|
+
color?: string | null;
|
|
2531
|
+
preview?: IPreviewScalar | null;
|
|
2532
|
+
library: {
|
|
2533
|
+
id: string;
|
|
2534
|
+
label?: any | null;
|
|
2535
|
+
};
|
|
2536
|
+
};
|
|
2537
|
+
};
|
|
2538
|
+
} | null;
|
|
2539
|
+
attribute: {
|
|
2540
|
+
type: AttributeType;
|
|
2541
|
+
};
|
|
2542
|
+
};
|
|
2543
|
+
export type PropertyValueValueFragment = {
|
|
2544
|
+
valuePayload?: any | null;
|
|
2545
|
+
attribute: {
|
|
2546
|
+
type: AttributeType;
|
|
2547
|
+
};
|
|
2548
|
+
};
|
|
2549
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2550
|
+
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2551
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2552
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
2497
2553
|
}>;
|
|
2498
|
-
export
|
|
2554
|
+
export type CheckApplicationExistenceQuery = {
|
|
2499
2555
|
applications?: {
|
|
2500
2556
|
totalCount: number;
|
|
2501
2557
|
} | null;
|
|
2502
2558
|
};
|
|
2503
|
-
export
|
|
2559
|
+
export type GetApplicationByIdQueryVariables = Exact<{
|
|
2504
2560
|
id: Scalars['ID'];
|
|
2505
2561
|
}>;
|
|
2506
|
-
export
|
|
2562
|
+
export type GetApplicationByIdQuery = {
|
|
2507
2563
|
applications?: {
|
|
2508
2564
|
list: Array<{
|
|
2509
2565
|
id: string;
|
|
@@ -2536,20 +2592,20 @@ export declare type GetApplicationByIdQuery = {
|
|
|
2536
2592
|
}>;
|
|
2537
2593
|
} | null;
|
|
2538
2594
|
};
|
|
2539
|
-
export
|
|
2595
|
+
export type GetApplicationModulesQueryVariables = Exact<{
|
|
2540
2596
|
[key: string]: never;
|
|
2541
2597
|
}>;
|
|
2542
|
-
export
|
|
2598
|
+
export type GetApplicationModulesQuery = {
|
|
2543
2599
|
applicationsModules: Array<{
|
|
2544
2600
|
id: string;
|
|
2545
2601
|
description?: string | null;
|
|
2546
2602
|
version?: string | null;
|
|
2547
2603
|
}>;
|
|
2548
2604
|
};
|
|
2549
|
-
export
|
|
2605
|
+
export type SaveApplicationMutationVariables = Exact<{
|
|
2550
2606
|
application: ApplicationInput;
|
|
2551
2607
|
}>;
|
|
2552
|
-
export
|
|
2608
|
+
export type SaveApplicationMutation = {
|
|
2553
2609
|
saveApplication: {
|
|
2554
2610
|
id: string;
|
|
2555
2611
|
label: any;
|
|
@@ -2580,26 +2636,26 @@ export declare type SaveApplicationMutation = {
|
|
|
2580
2636
|
};
|
|
2581
2637
|
};
|
|
2582
2638
|
};
|
|
2583
|
-
export
|
|
2639
|
+
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
2584
2640
|
id: Scalars['ID'];
|
|
2585
2641
|
}>;
|
|
2586
|
-
export
|
|
2642
|
+
export type CheckAttributeExistenceQuery = {
|
|
2587
2643
|
attributes?: {
|
|
2588
2644
|
totalCount: number;
|
|
2589
2645
|
} | null;
|
|
2590
2646
|
};
|
|
2591
|
-
export
|
|
2647
|
+
export type DeleteAttributeMutationVariables = Exact<{
|
|
2592
2648
|
id?: InputMaybe<Scalars['ID']>;
|
|
2593
2649
|
}>;
|
|
2594
|
-
export
|
|
2650
|
+
export type DeleteAttributeMutation = {
|
|
2595
2651
|
deleteAttribute: {
|
|
2596
2652
|
id: string;
|
|
2597
2653
|
};
|
|
2598
2654
|
};
|
|
2599
|
-
export
|
|
2655
|
+
export type GetAttributeByIdQueryVariables = Exact<{
|
|
2600
2656
|
id?: InputMaybe<Scalars['ID']>;
|
|
2601
2657
|
}>;
|
|
2602
|
-
export
|
|
2658
|
+
export type GetAttributeByIdQuery = {
|
|
2603
2659
|
attributes?: {
|
|
2604
2660
|
list: Array<{
|
|
2605
2661
|
reverse_link?: string | null;
|
|
@@ -2609,7 +2665,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2609
2665
|
system: boolean;
|
|
2610
2666
|
readonly: boolean;
|
|
2611
2667
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2668
|
description?: any | null;
|
|
2614
2669
|
multiple_values: boolean;
|
|
2615
2670
|
linked_library?: {
|
|
@@ -2647,7 +2702,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2647
2702
|
system: boolean;
|
|
2648
2703
|
readonly: boolean;
|
|
2649
2704
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2705
|
description?: any | null;
|
|
2652
2706
|
multiple_values: boolean;
|
|
2653
2707
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2733,6 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2679
2733
|
system: boolean;
|
|
2680
2734
|
readonly: boolean;
|
|
2681
2735
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2736
|
description?: any | null;
|
|
2684
2737
|
multiple_values: boolean;
|
|
2685
2738
|
linked_tree?: {
|
|
@@ -2711,10 +2764,10 @@ export declare type GetAttributeByIdQuery = {
|
|
|
2711
2764
|
}>;
|
|
2712
2765
|
} | null;
|
|
2713
2766
|
};
|
|
2714
|
-
export
|
|
2767
|
+
export type GetAttributesByLibQueryVariables = Exact<{
|
|
2715
2768
|
library: Scalars['String'];
|
|
2716
2769
|
}>;
|
|
2717
|
-
export
|
|
2770
|
+
export type GetAttributesByLibQuery = {
|
|
2718
2771
|
attributes?: {
|
|
2719
2772
|
list: Array<{
|
|
2720
2773
|
id: string;
|
|
@@ -2761,12 +2814,12 @@ export declare type GetAttributesByLibQuery = {
|
|
|
2761
2814
|
}>;
|
|
2762
2815
|
} | null;
|
|
2763
2816
|
};
|
|
2764
|
-
export
|
|
2817
|
+
export type GetAttributesQueryVariables = Exact<{
|
|
2765
2818
|
pagination?: InputMaybe<Pagination>;
|
|
2766
2819
|
sort?: InputMaybe<SortAttributes>;
|
|
2767
2820
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
2768
2821
|
}>;
|
|
2769
|
-
export
|
|
2822
|
+
export type GetAttributesQuery = {
|
|
2770
2823
|
attributes?: {
|
|
2771
2824
|
totalCount: number;
|
|
2772
2825
|
list: Array<{
|
|
@@ -2778,11 +2831,11 @@ export declare type GetAttributesQuery = {
|
|
|
2778
2831
|
}>;
|
|
2779
2832
|
} | null;
|
|
2780
2833
|
};
|
|
2781
|
-
export
|
|
2834
|
+
export type GetVersionProfilesQueryVariables = Exact<{
|
|
2782
2835
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
2783
2836
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
2784
2837
|
}>;
|
|
2785
|
-
export
|
|
2838
|
+
export type GetVersionProfilesQuery = {
|
|
2786
2839
|
versionProfiles: {
|
|
2787
2840
|
list: Array<{
|
|
2788
2841
|
id: string;
|
|
@@ -2790,10 +2843,10 @@ export declare type GetVersionProfilesQuery = {
|
|
|
2790
2843
|
}>;
|
|
2791
2844
|
};
|
|
2792
2845
|
};
|
|
2793
|
-
export
|
|
2846
|
+
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
2794
2847
|
libraryId: Scalars['String'];
|
|
2795
2848
|
}>;
|
|
2796
|
-
export
|
|
2849
|
+
export type GetVersionableAttributesByLibraryQuery = {
|
|
2797
2850
|
attributes?: {
|
|
2798
2851
|
list: Array<{
|
|
2799
2852
|
id: string;
|
|
@@ -2810,10 +2863,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
|
|
|
2810
2863
|
}>;
|
|
2811
2864
|
} | null;
|
|
2812
2865
|
};
|
|
2813
|
-
export
|
|
2866
|
+
export type SaveAttributeMutationVariables = Exact<{
|
|
2814
2867
|
attribute: AttributeInput;
|
|
2815
2868
|
}>;
|
|
2816
|
-
export
|
|
2869
|
+
export type SaveAttributeMutation = {
|
|
2817
2870
|
saveAttribute: {
|
|
2818
2871
|
reverse_link?: string | null;
|
|
2819
2872
|
id: string;
|
|
@@ -2822,7 +2875,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2822
2875
|
system: boolean;
|
|
2823
2876
|
readonly: boolean;
|
|
2824
2877
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2878
|
description?: any | null;
|
|
2827
2879
|
multiple_values: boolean;
|
|
2828
2880
|
linked_library?: {
|
|
@@ -2860,7 +2912,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2860
2912
|
system: boolean;
|
|
2861
2913
|
readonly: boolean;
|
|
2862
2914
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
2915
|
description?: any | null;
|
|
2865
2916
|
multiple_values: boolean;
|
|
2866
2917
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +2943,6 @@ export declare type SaveAttributeMutation = {
|
|
|
2892
2943
|
system: boolean;
|
|
2893
2944
|
readonly: boolean;
|
|
2894
2945
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
2946
|
description?: any | null;
|
|
2897
2947
|
multiple_values: boolean;
|
|
2898
2948
|
linked_tree?: {
|
|
@@ -2923,20 +2973,20 @@ export declare type SaveAttributeMutation = {
|
|
|
2923
2973
|
}> | null;
|
|
2924
2974
|
};
|
|
2925
2975
|
};
|
|
2926
|
-
export
|
|
2976
|
+
export type ExportQueryVariables = Exact<{
|
|
2927
2977
|
library: Scalars['ID'];
|
|
2928
2978
|
attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2929
2979
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2930
2980
|
}>;
|
|
2931
|
-
export
|
|
2981
|
+
export type ExportQuery = {
|
|
2932
2982
|
export: string;
|
|
2933
2983
|
};
|
|
2934
|
-
export
|
|
2984
|
+
export type CreateDirectoryMutationVariables = Exact<{
|
|
2935
2985
|
library: Scalars['String'];
|
|
2936
2986
|
nodeId: Scalars['String'];
|
|
2937
2987
|
name: Scalars['String'];
|
|
2938
2988
|
}>;
|
|
2939
|
-
export
|
|
2989
|
+
export type CreateDirectoryMutation = {
|
|
2940
2990
|
createDirectory: {
|
|
2941
2991
|
id: string;
|
|
2942
2992
|
whoAmI: {
|
|
@@ -2952,21 +3002,21 @@ export declare type CreateDirectoryMutation = {
|
|
|
2952
3002
|
};
|
|
2953
3003
|
};
|
|
2954
3004
|
};
|
|
2955
|
-
export
|
|
3005
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
2956
3006
|
libraryId: Scalars['ID'];
|
|
2957
3007
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
2958
3008
|
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
2959
3009
|
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
2960
3010
|
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
2961
3011
|
}>;
|
|
2962
|
-
export
|
|
3012
|
+
export type ForcePreviewsGenerationMutation = {
|
|
2963
3013
|
forcePreviewsGeneration: boolean;
|
|
2964
3014
|
};
|
|
2965
|
-
export
|
|
3015
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
2966
3016
|
library: Scalars['ID'];
|
|
2967
3017
|
directoryId: Scalars['String'];
|
|
2968
3018
|
}>;
|
|
2969
|
-
export
|
|
3019
|
+
export type GetDirectoryDataQuery = {
|
|
2970
3020
|
records: {
|
|
2971
3021
|
list: Array<{
|
|
2972
3022
|
id: string;
|
|
@@ -2981,10 +3031,10 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2981
3031
|
label?: any | null;
|
|
2982
3032
|
};
|
|
2983
3033
|
};
|
|
2984
|
-
created_at
|
|
3034
|
+
created_at: Array<{
|
|
2985
3035
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
3036
|
+
}>;
|
|
3037
|
+
created_by: Array<{
|
|
2988
3038
|
value?: {
|
|
2989
3039
|
id: string;
|
|
2990
3040
|
whoAmI: {
|
|
@@ -2999,11 +3049,11 @@ export declare type GetDirectoryDataQuery = {
|
|
|
2999
3049
|
};
|
|
3000
3050
|
};
|
|
3001
3051
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3052
|
+
}>;
|
|
3053
|
+
modified_at: Array<{
|
|
3004
3054
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3055
|
+
}>;
|
|
3056
|
+
modified_by: Array<{
|
|
3007
3057
|
value?: {
|
|
3008
3058
|
id: string;
|
|
3009
3059
|
whoAmI: {
|
|
@@ -3018,23 +3068,23 @@ export declare type GetDirectoryDataQuery = {
|
|
|
3018
3068
|
};
|
|
3019
3069
|
};
|
|
3020
3070
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3071
|
+
}>;
|
|
3072
|
+
file_name: Array<{
|
|
3023
3073
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3074
|
+
}>;
|
|
3075
|
+
file_path: Array<{
|
|
3026
3076
|
value?: any | null;
|
|
3027
|
-
}
|
|
3077
|
+
}>;
|
|
3028
3078
|
library: {
|
|
3029
3079
|
behavior: LibraryBehavior;
|
|
3030
3080
|
};
|
|
3031
3081
|
}>;
|
|
3032
3082
|
};
|
|
3033
3083
|
};
|
|
3034
|
-
export
|
|
3084
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3035
3085
|
filters?: InputMaybe<UploadFiltersInput>;
|
|
3036
3086
|
}>;
|
|
3037
|
-
export
|
|
3087
|
+
export type UploadUpdateSubscription = {
|
|
3038
3088
|
upload: {
|
|
3039
3089
|
userId: string;
|
|
3040
3090
|
uid: string;
|
|
@@ -3050,12 +3100,12 @@ export declare type UploadUpdateSubscription = {
|
|
|
3050
3100
|
};
|
|
3051
3101
|
};
|
|
3052
3102
|
};
|
|
3053
|
-
export
|
|
3103
|
+
export type UploadMutationVariables = Exact<{
|
|
3054
3104
|
library: Scalars['String'];
|
|
3055
3105
|
nodeId: Scalars['String'];
|
|
3056
3106
|
files: Array<FileInput> | FileInput;
|
|
3057
3107
|
}>;
|
|
3058
|
-
export
|
|
3108
|
+
export type UploadMutation = {
|
|
3059
3109
|
upload: Array<{
|
|
3060
3110
|
uid: string;
|
|
3061
3111
|
record: {
|
|
@@ -3074,34 +3124,34 @@ export declare type UploadMutation = {
|
|
|
3074
3124
|
};
|
|
3075
3125
|
}>;
|
|
3076
3126
|
};
|
|
3077
|
-
export
|
|
3127
|
+
export type ImportExcelMutationVariables = Exact<{
|
|
3078
3128
|
file: Scalars['Upload'];
|
|
3079
3129
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
3080
3130
|
startAt?: InputMaybe<Scalars['Int']>;
|
|
3081
3131
|
}>;
|
|
3082
|
-
export
|
|
3132
|
+
export type ImportExcelMutation = {
|
|
3083
3133
|
importExcel: string;
|
|
3084
3134
|
};
|
|
3085
|
-
export
|
|
3135
|
+
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
3086
3136
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3087
3137
|
}>;
|
|
3088
|
-
export
|
|
3138
|
+
export type CheckLibraryExistenceQuery = {
|
|
3089
3139
|
libraries?: {
|
|
3090
3140
|
totalCount: number;
|
|
3091
3141
|
} | null;
|
|
3092
3142
|
};
|
|
3093
|
-
export
|
|
3143
|
+
export type DeleteLibraryMutationVariables = Exact<{
|
|
3094
3144
|
id?: InputMaybe<Scalars['ID']>;
|
|
3095
3145
|
}>;
|
|
3096
|
-
export
|
|
3146
|
+
export type DeleteLibraryMutation = {
|
|
3097
3147
|
deleteLibrary: {
|
|
3098
3148
|
id: string;
|
|
3099
3149
|
};
|
|
3100
3150
|
};
|
|
3101
|
-
export
|
|
3151
|
+
export type GetLibrariesQueryVariables = Exact<{
|
|
3102
3152
|
[key: string]: never;
|
|
3103
3153
|
}>;
|
|
3104
|
-
export
|
|
3154
|
+
export type GetLibrariesQuery = {
|
|
3105
3155
|
libraries?: {
|
|
3106
3156
|
list: Array<{
|
|
3107
3157
|
id: string;
|
|
@@ -3119,10 +3169,10 @@ export declare type GetLibrariesQuery = {
|
|
|
3119
3169
|
}>;
|
|
3120
3170
|
} | null;
|
|
3121
3171
|
};
|
|
3122
|
-
export
|
|
3172
|
+
export type GetLibraryByIdQueryVariables = Exact<{
|
|
3123
3173
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3124
3174
|
}>;
|
|
3125
|
-
export
|
|
3175
|
+
export type GetLibraryByIdQuery = {
|
|
3126
3176
|
libraries?: {
|
|
3127
3177
|
list: Array<{
|
|
3128
3178
|
id: string;
|
|
@@ -3208,10 +3258,10 @@ export declare type GetLibraryByIdQuery = {
|
|
|
3208
3258
|
}>;
|
|
3209
3259
|
} | null;
|
|
3210
3260
|
};
|
|
3211
|
-
export
|
|
3261
|
+
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
3212
3262
|
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3213
3263
|
}>;
|
|
3214
|
-
export
|
|
3264
|
+
export type GetLibraryPermissionsQuery = {
|
|
3215
3265
|
libraries?: {
|
|
3216
3266
|
list: Array<{
|
|
3217
3267
|
permissions?: {
|
|
@@ -3224,10 +3274,10 @@ export declare type GetLibraryPermissionsQuery = {
|
|
|
3224
3274
|
}>;
|
|
3225
3275
|
} | null;
|
|
3226
3276
|
};
|
|
3227
|
-
export
|
|
3277
|
+
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
3228
3278
|
id: Scalars['ID'];
|
|
3229
3279
|
}>;
|
|
3230
|
-
export
|
|
3280
|
+
export type GetLibraryPreviewsSettingsQuery = {
|
|
3231
3281
|
libraries?: {
|
|
3232
3282
|
list: Array<{
|
|
3233
3283
|
id: string;
|
|
@@ -3249,10 +3299,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
|
|
|
3249
3299
|
}>;
|
|
3250
3300
|
} | null;
|
|
3251
3301
|
};
|
|
3252
|
-
export
|
|
3302
|
+
export type SaveLibraryMutationVariables = Exact<{
|
|
3253
3303
|
library: LibraryInput;
|
|
3254
3304
|
}>;
|
|
3255
|
-
export
|
|
3305
|
+
export type SaveLibraryMutation = {
|
|
3256
3306
|
saveLibrary: {
|
|
3257
3307
|
id: string;
|
|
3258
3308
|
label?: any | null;
|
|
@@ -3336,23 +3386,23 @@ export declare type SaveLibraryMutation = {
|
|
|
3336
3386
|
}> | null;
|
|
3337
3387
|
};
|
|
3338
3388
|
};
|
|
3339
|
-
export
|
|
3389
|
+
export type IsAllowedQueryVariables = Exact<{
|
|
3340
3390
|
type: PermissionTypes;
|
|
3341
3391
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
3342
3392
|
applyTo?: InputMaybe<Scalars['ID']>;
|
|
3343
3393
|
target?: InputMaybe<PermissionTarget>;
|
|
3344
3394
|
}>;
|
|
3345
|
-
export
|
|
3395
|
+
export type IsAllowedQuery = {
|
|
3346
3396
|
isAllowed?: Array<{
|
|
3347
3397
|
name: PermissionsActions;
|
|
3348
3398
|
allowed?: boolean | null;
|
|
3349
3399
|
}> | null;
|
|
3350
3400
|
};
|
|
3351
|
-
export
|
|
3401
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
3352
3402
|
library: Scalars['ID'];
|
|
3353
3403
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
3354
3404
|
}>;
|
|
3355
|
-
export
|
|
3405
|
+
export type CreateRecordMutation = {
|
|
3356
3406
|
createRecord: {
|
|
3357
3407
|
record?: {
|
|
3358
3408
|
id: string;
|
|
@@ -3377,12 +3427,12 @@ export declare type CreateRecordMutation = {
|
|
|
3377
3427
|
}> | null;
|
|
3378
3428
|
};
|
|
3379
3429
|
};
|
|
3380
|
-
export
|
|
3430
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
3381
3431
|
libraryId: Scalars['String'];
|
|
3382
3432
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3383
3433
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3384
3434
|
}>;
|
|
3385
|
-
export
|
|
3435
|
+
export type DeactivateRecordsMutation = {
|
|
3386
3436
|
deactivateRecords: Array<{
|
|
3387
3437
|
id: string;
|
|
3388
3438
|
whoAmI: {
|
|
@@ -3398,20 +3448,20 @@ export declare type DeactivateRecordsMutation = {
|
|
|
3398
3448
|
};
|
|
3399
3449
|
}>;
|
|
3400
3450
|
};
|
|
3401
|
-
export
|
|
3451
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
3402
3452
|
parentNode?: InputMaybe<Scalars['ID']>;
|
|
3403
3453
|
treeId: Scalars['ID'];
|
|
3404
3454
|
filename: Scalars['String'];
|
|
3405
3455
|
}>;
|
|
3406
|
-
export
|
|
3456
|
+
export type DoesFileExistAsChildQuery = {
|
|
3407
3457
|
doesFileExistAsChild?: boolean | null;
|
|
3408
3458
|
};
|
|
3409
|
-
export
|
|
3459
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
3410
3460
|
library: Scalars['ID'];
|
|
3411
3461
|
fileId: Scalars['String'];
|
|
3412
3462
|
previewsStatusAttribute: Scalars['ID'];
|
|
3413
3463
|
}>;
|
|
3414
|
-
export
|
|
3464
|
+
export type GetFileDataQuery = {
|
|
3415
3465
|
records: {
|
|
3416
3466
|
list: Array<{
|
|
3417
3467
|
id: string;
|
|
@@ -3426,10 +3476,10 @@ export declare type GetFileDataQuery = {
|
|
|
3426
3476
|
label?: any | null;
|
|
3427
3477
|
};
|
|
3428
3478
|
};
|
|
3429
|
-
created_at
|
|
3479
|
+
created_at: Array<{
|
|
3430
3480
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3481
|
+
}>;
|
|
3482
|
+
created_by: Array<{
|
|
3433
3483
|
value?: {
|
|
3434
3484
|
id: string;
|
|
3435
3485
|
whoAmI: {
|
|
@@ -3444,11 +3494,11 @@ export declare type GetFileDataQuery = {
|
|
|
3444
3494
|
};
|
|
3445
3495
|
};
|
|
3446
3496
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3497
|
+
}>;
|
|
3498
|
+
modified_at: Array<{
|
|
3449
3499
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3500
|
+
}>;
|
|
3501
|
+
modified_by: Array<{
|
|
3452
3502
|
value?: {
|
|
3453
3503
|
id: string;
|
|
3454
3504
|
whoAmI: {
|
|
@@ -3463,29 +3513,29 @@ export declare type GetFileDataQuery = {
|
|
|
3463
3513
|
};
|
|
3464
3514
|
};
|
|
3465
3515
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3516
|
+
}>;
|
|
3517
|
+
file_name: Array<{
|
|
3468
3518
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3519
|
+
}>;
|
|
3520
|
+
file_path: Array<{
|
|
3471
3521
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3522
|
+
}>;
|
|
3523
|
+
previews_status: Array<{
|
|
3474
3524
|
value?: any | null;
|
|
3475
|
-
}
|
|
3525
|
+
}>;
|
|
3476
3526
|
library: {
|
|
3477
3527
|
behavior: LibraryBehavior;
|
|
3478
3528
|
};
|
|
3479
3529
|
}>;
|
|
3480
3530
|
};
|
|
3481
3531
|
};
|
|
3482
|
-
export
|
|
3532
|
+
export type RecordFormQueryVariables = Exact<{
|
|
3483
3533
|
libraryId: Scalars['String'];
|
|
3484
3534
|
formId: Scalars['String'];
|
|
3485
3535
|
recordId?: InputMaybe<Scalars['String']>;
|
|
3486
3536
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3487
3537
|
}>;
|
|
3488
|
-
export
|
|
3538
|
+
export type RecordFormQuery = {
|
|
3489
3539
|
recordForm?: {
|
|
3490
3540
|
id: string;
|
|
3491
3541
|
recordId?: string | null;
|
|
@@ -3504,6 +3554,7 @@ export declare type RecordFormQuery = {
|
|
|
3504
3554
|
values?: Array<{
|
|
3505
3555
|
id_value?: string | null;
|
|
3506
3556
|
isInherited?: boolean | null;
|
|
3557
|
+
isCalculated?: boolean | null;
|
|
3507
3558
|
modified_at?: number | null;
|
|
3508
3559
|
created_at?: number | null;
|
|
3509
3560
|
linkValue?: {
|
|
@@ -3564,20 +3615,20 @@ export declare type RecordFormQuery = {
|
|
|
3564
3615
|
};
|
|
3565
3616
|
} | null;
|
|
3566
3617
|
} | null> | null;
|
|
3567
|
-
attribute
|
|
3618
|
+
attribute: {
|
|
3568
3619
|
id: string;
|
|
3569
3620
|
format?: AttributeFormat | null;
|
|
3570
3621
|
type: AttributeType;
|
|
3571
3622
|
system: boolean;
|
|
3572
|
-
}
|
|
3623
|
+
};
|
|
3573
3624
|
metadata?: Array<{
|
|
3574
3625
|
name: string;
|
|
3575
3626
|
value?: {
|
|
3576
3627
|
id_value?: string | null;
|
|
3577
3628
|
modified_at?: number | null;
|
|
3578
3629
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3630
|
+
payload?: any | null;
|
|
3631
|
+
raw_payload?: any | null;
|
|
3581
3632
|
modified_by?: {
|
|
3582
3633
|
id: string;
|
|
3583
3634
|
whoAmI: {
|
|
@@ -3627,6 +3678,7 @@ export declare type RecordFormQuery = {
|
|
|
3627
3678
|
} | {
|
|
3628
3679
|
id_value?: string | null;
|
|
3629
3680
|
isInherited?: boolean | null;
|
|
3681
|
+
isCalculated?: boolean | null;
|
|
3630
3682
|
modified_at?: number | null;
|
|
3631
3683
|
created_at?: number | null;
|
|
3632
3684
|
treeValue?: {
|
|
@@ -3706,20 +3758,20 @@ export declare type RecordFormQuery = {
|
|
|
3706
3758
|
};
|
|
3707
3759
|
} | null;
|
|
3708
3760
|
} | null> | null;
|
|
3709
|
-
attribute
|
|
3761
|
+
attribute: {
|
|
3710
3762
|
id: string;
|
|
3711
3763
|
format?: AttributeFormat | null;
|
|
3712
3764
|
type: AttributeType;
|
|
3713
3765
|
system: boolean;
|
|
3714
|
-
}
|
|
3766
|
+
};
|
|
3715
3767
|
metadata?: Array<{
|
|
3716
3768
|
name: string;
|
|
3717
3769
|
value?: {
|
|
3718
3770
|
id_value?: string | null;
|
|
3719
3771
|
modified_at?: number | null;
|
|
3720
3772
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3773
|
+
payload?: any | null;
|
|
3774
|
+
raw_payload?: any | null;
|
|
3723
3775
|
modified_by?: {
|
|
3724
3776
|
id: string;
|
|
3725
3777
|
whoAmI: {
|
|
@@ -3767,10 +3819,13 @@ export declare type RecordFormQuery = {
|
|
|
3767
3819
|
} | null;
|
|
3768
3820
|
} | null> | null;
|
|
3769
3821
|
} | {
|
|
3822
|
+
payload?: any | null;
|
|
3823
|
+
raw_payload?: any | null;
|
|
3770
3824
|
value?: any | null;
|
|
3771
3825
|
raw_value?: any | null;
|
|
3772
3826
|
id_value?: string | null;
|
|
3773
3827
|
isInherited?: boolean | null;
|
|
3828
|
+
isCalculated?: boolean | null;
|
|
3774
3829
|
modified_at?: number | null;
|
|
3775
3830
|
created_at?: number | null;
|
|
3776
3831
|
modified_by?: {
|
|
@@ -3817,20 +3872,20 @@ export declare type RecordFormQuery = {
|
|
|
3817
3872
|
};
|
|
3818
3873
|
} | null;
|
|
3819
3874
|
} | null> | null;
|
|
3820
|
-
attribute
|
|
3875
|
+
attribute: {
|
|
3821
3876
|
id: string;
|
|
3822
3877
|
format?: AttributeFormat | null;
|
|
3823
3878
|
type: AttributeType;
|
|
3824
3879
|
system: boolean;
|
|
3825
|
-
}
|
|
3880
|
+
};
|
|
3826
3881
|
metadata?: Array<{
|
|
3827
3882
|
name: string;
|
|
3828
3883
|
value?: {
|
|
3829
3884
|
id_value?: string | null;
|
|
3830
3885
|
modified_at?: number | null;
|
|
3831
3886
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3887
|
+
payload?: any | null;
|
|
3888
|
+
raw_payload?: any | null;
|
|
3834
3889
|
modified_by?: {
|
|
3835
3890
|
id: string;
|
|
3836
3891
|
whoAmI: {
|
|
@@ -4121,10 +4176,10 @@ export declare type RecordFormQuery = {
|
|
|
4121
4176
|
}>;
|
|
4122
4177
|
} | null;
|
|
4123
4178
|
};
|
|
4124
|
-
export
|
|
4179
|
+
export type RecordUpdateSubscriptionVariables = Exact<{
|
|
4125
4180
|
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
4126
4181
|
}>;
|
|
4127
|
-
export
|
|
4182
|
+
export type RecordUpdateSubscription = {
|
|
4128
4183
|
recordUpdate: {
|
|
4129
4184
|
record: {
|
|
4130
4185
|
id: string;
|
|
@@ -4139,7 +4194,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4139
4194
|
label?: any | null;
|
|
4140
4195
|
};
|
|
4141
4196
|
};
|
|
4142
|
-
modified_by
|
|
4197
|
+
modified_by: Array<{
|
|
4143
4198
|
value?: {
|
|
4144
4199
|
id: string;
|
|
4145
4200
|
whoAmI: {
|
|
@@ -4154,13 +4209,14 @@ export declare type RecordUpdateSubscription = {
|
|
|
4154
4209
|
};
|
|
4155
4210
|
};
|
|
4156
4211
|
} | null;
|
|
4157
|
-
}
|
|
4212
|
+
}>;
|
|
4158
4213
|
};
|
|
4159
4214
|
updatedValues: Array<{
|
|
4160
4215
|
attribute: string;
|
|
4161
4216
|
value: {
|
|
4162
4217
|
id_value?: string | null;
|
|
4163
4218
|
isInherited?: boolean | null;
|
|
4219
|
+
isCalculated?: boolean | null;
|
|
4164
4220
|
modified_at?: number | null;
|
|
4165
4221
|
created_at?: number | null;
|
|
4166
4222
|
linkValue?: {
|
|
@@ -4221,20 +4277,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4221
4277
|
};
|
|
4222
4278
|
} | null;
|
|
4223
4279
|
} | null> | null;
|
|
4224
|
-
attribute
|
|
4280
|
+
attribute: {
|
|
4225
4281
|
id: string;
|
|
4226
4282
|
format?: AttributeFormat | null;
|
|
4227
4283
|
type: AttributeType;
|
|
4228
4284
|
system: boolean;
|
|
4229
|
-
}
|
|
4285
|
+
};
|
|
4230
4286
|
metadata?: Array<{
|
|
4231
4287
|
name: string;
|
|
4232
4288
|
value?: {
|
|
4233
4289
|
id_value?: string | null;
|
|
4234
4290
|
modified_at?: number | null;
|
|
4235
4291
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4292
|
+
payload?: any | null;
|
|
4293
|
+
raw_payload?: any | null;
|
|
4238
4294
|
modified_by?: {
|
|
4239
4295
|
id: string;
|
|
4240
4296
|
whoAmI: {
|
|
@@ -4284,6 +4340,7 @@ export declare type RecordUpdateSubscription = {
|
|
|
4284
4340
|
} | {
|
|
4285
4341
|
id_value?: string | null;
|
|
4286
4342
|
isInherited?: boolean | null;
|
|
4343
|
+
isCalculated?: boolean | null;
|
|
4287
4344
|
modified_at?: number | null;
|
|
4288
4345
|
created_at?: number | null;
|
|
4289
4346
|
treeValue?: {
|
|
@@ -4363,20 +4420,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4363
4420
|
};
|
|
4364
4421
|
} | null;
|
|
4365
4422
|
} | null> | null;
|
|
4366
|
-
attribute
|
|
4423
|
+
attribute: {
|
|
4367
4424
|
id: string;
|
|
4368
4425
|
format?: AttributeFormat | null;
|
|
4369
4426
|
type: AttributeType;
|
|
4370
4427
|
system: boolean;
|
|
4371
|
-
}
|
|
4428
|
+
};
|
|
4372
4429
|
metadata?: Array<{
|
|
4373
4430
|
name: string;
|
|
4374
4431
|
value?: {
|
|
4375
4432
|
id_value?: string | null;
|
|
4376
4433
|
modified_at?: number | null;
|
|
4377
4434
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4435
|
+
payload?: any | null;
|
|
4436
|
+
raw_payload?: any | null;
|
|
4380
4437
|
modified_by?: {
|
|
4381
4438
|
id: string;
|
|
4382
4439
|
whoAmI: {
|
|
@@ -4424,10 +4481,13 @@ export declare type RecordUpdateSubscription = {
|
|
|
4424
4481
|
} | null;
|
|
4425
4482
|
} | null> | null;
|
|
4426
4483
|
} | {
|
|
4484
|
+
payload?: any | null;
|
|
4485
|
+
raw_payload?: any | null;
|
|
4427
4486
|
value?: any | null;
|
|
4428
4487
|
raw_value?: any | null;
|
|
4429
4488
|
id_value?: string | null;
|
|
4430
4489
|
isInherited?: boolean | null;
|
|
4490
|
+
isCalculated?: boolean | null;
|
|
4431
4491
|
modified_at?: number | null;
|
|
4432
4492
|
created_at?: number | null;
|
|
4433
4493
|
modified_by?: {
|
|
@@ -4474,20 +4534,20 @@ export declare type RecordUpdateSubscription = {
|
|
|
4474
4534
|
};
|
|
4475
4535
|
} | null;
|
|
4476
4536
|
} | null> | null;
|
|
4477
|
-
attribute
|
|
4537
|
+
attribute: {
|
|
4478
4538
|
id: string;
|
|
4479
4539
|
format?: AttributeFormat | null;
|
|
4480
4540
|
type: AttributeType;
|
|
4481
4541
|
system: boolean;
|
|
4482
|
-
}
|
|
4542
|
+
};
|
|
4483
4543
|
metadata?: Array<{
|
|
4484
4544
|
name: string;
|
|
4485
4545
|
value?: {
|
|
4486
4546
|
id_value?: string | null;
|
|
4487
4547
|
modified_at?: number | null;
|
|
4488
4548
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4549
|
+
payload?: any | null;
|
|
4550
|
+
raw_payload?: any | null;
|
|
4491
4551
|
modified_by?: {
|
|
4492
4552
|
id: string;
|
|
4493
4553
|
whoAmI: {
|
|
@@ -4538,39 +4598,39 @@ export declare type RecordUpdateSubscription = {
|
|
|
4538
4598
|
}>;
|
|
4539
4599
|
};
|
|
4540
4600
|
};
|
|
4541
|
-
export
|
|
4601
|
+
export type IndexRecordsMutationVariables = Exact<{
|
|
4542
4602
|
libraryId: Scalars['String'];
|
|
4543
4603
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4544
4604
|
}>;
|
|
4545
|
-
export
|
|
4605
|
+
export type IndexRecordsMutation = {
|
|
4546
4606
|
indexRecords: boolean;
|
|
4547
4607
|
};
|
|
4548
|
-
export
|
|
4608
|
+
export type CancelTaskMutationVariables = Exact<{
|
|
4549
4609
|
taskId: Scalars['ID'];
|
|
4550
4610
|
}>;
|
|
4551
|
-
export
|
|
4611
|
+
export type CancelTaskMutation = {
|
|
4552
4612
|
cancelTask: boolean;
|
|
4553
4613
|
};
|
|
4554
|
-
export
|
|
4614
|
+
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
4555
4615
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4556
4616
|
}>;
|
|
4557
|
-
export
|
|
4617
|
+
export type CheckTreeExistenceQuery = {
|
|
4558
4618
|
trees?: {
|
|
4559
4619
|
totalCount: number;
|
|
4560
4620
|
} | null;
|
|
4561
4621
|
};
|
|
4562
|
-
export
|
|
4622
|
+
export type DeleteTreeMutationVariables = Exact<{
|
|
4563
4623
|
id: Scalars['ID'];
|
|
4564
4624
|
}>;
|
|
4565
|
-
export
|
|
4625
|
+
export type DeleteTreeMutation = {
|
|
4566
4626
|
deleteTree: {
|
|
4567
4627
|
id: string;
|
|
4568
4628
|
};
|
|
4569
4629
|
};
|
|
4570
|
-
export
|
|
4630
|
+
export type GetTreeByIdQueryVariables = Exact<{
|
|
4571
4631
|
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4572
4632
|
}>;
|
|
4573
|
-
export
|
|
4633
|
+
export type GetTreeByIdQuery = {
|
|
4574
4634
|
trees?: {
|
|
4575
4635
|
list: Array<{
|
|
4576
4636
|
id: string;
|
|
@@ -4591,11 +4651,11 @@ export declare type GetTreeByIdQuery = {
|
|
|
4591
4651
|
}>;
|
|
4592
4652
|
} | null;
|
|
4593
4653
|
};
|
|
4594
|
-
export
|
|
4654
|
+
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
4595
4655
|
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4596
4656
|
library?: InputMaybe<Scalars['String']>;
|
|
4597
4657
|
}>;
|
|
4598
|
-
export
|
|
4658
|
+
export type GetTreeLibrariesQuery = {
|
|
4599
4659
|
trees?: {
|
|
4600
4660
|
totalCount: number;
|
|
4601
4661
|
list: Array<{
|
|
@@ -4618,10 +4678,10 @@ export declare type GetTreeLibrariesQuery = {
|
|
|
4618
4678
|
}>;
|
|
4619
4679
|
} | null;
|
|
4620
4680
|
};
|
|
4621
|
-
export
|
|
4681
|
+
export type GetTreesQueryVariables = Exact<{
|
|
4622
4682
|
[key: string]: never;
|
|
4623
4683
|
}>;
|
|
4624
|
-
export
|
|
4684
|
+
export type GetTreesQuery = {
|
|
4625
4685
|
trees?: {
|
|
4626
4686
|
list: Array<{
|
|
4627
4687
|
id: string;
|
|
@@ -4629,10 +4689,10 @@ export declare type GetTreesQuery = {
|
|
|
4629
4689
|
}>;
|
|
4630
4690
|
} | null;
|
|
4631
4691
|
};
|
|
4632
|
-
export
|
|
4692
|
+
export type SaveTreeMutationVariables = Exact<{
|
|
4633
4693
|
tree: TreeInput;
|
|
4634
4694
|
}>;
|
|
4635
|
-
export
|
|
4695
|
+
export type SaveTreeMutation = {
|
|
4636
4696
|
saveTree: {
|
|
4637
4697
|
id: string;
|
|
4638
4698
|
label?: any | null;
|
|
@@ -4651,12 +4711,12 @@ export declare type SaveTreeMutation = {
|
|
|
4651
4711
|
}>;
|
|
4652
4712
|
};
|
|
4653
4713
|
};
|
|
4654
|
-
export
|
|
4714
|
+
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
4655
4715
|
treeId: Scalars['ID'];
|
|
4656
4716
|
node?: InputMaybe<Scalars['ID']>;
|
|
4657
4717
|
pagination?: InputMaybe<Pagination>;
|
|
4658
4718
|
}>;
|
|
4659
|
-
export
|
|
4719
|
+
export type TreeNodeChildrenQuery = {
|
|
4660
4720
|
treeNodeChildren: {
|
|
4661
4721
|
totalCount?: number | null;
|
|
4662
4722
|
list: Array<{
|
|
@@ -4676,9 +4736,9 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4676
4736
|
label?: any | null;
|
|
4677
4737
|
};
|
|
4678
4738
|
};
|
|
4679
|
-
active
|
|
4739
|
+
active: Array<{
|
|
4680
4740
|
value?: any | null;
|
|
4681
|
-
}
|
|
4741
|
+
}>;
|
|
4682
4742
|
};
|
|
4683
4743
|
ancestors?: Array<{
|
|
4684
4744
|
id: string;
|
|
@@ -4709,37 +4769,38 @@ export declare type TreeNodeChildrenQuery = {
|
|
|
4709
4769
|
}>;
|
|
4710
4770
|
};
|
|
4711
4771
|
};
|
|
4712
|
-
export
|
|
4772
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
4713
4773
|
keys: Array<Scalars['String']> | Scalars['String'];
|
|
4714
4774
|
global?: InputMaybe<Scalars['Boolean']>;
|
|
4715
4775
|
}>;
|
|
4716
|
-
export
|
|
4776
|
+
export type GetUserDataQuery = {
|
|
4717
4777
|
userData: {
|
|
4718
4778
|
global: boolean;
|
|
4719
4779
|
data?: any | null;
|
|
4720
4780
|
};
|
|
4721
4781
|
};
|
|
4722
|
-
export
|
|
4782
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
4723
4783
|
key: Scalars['String'];
|
|
4724
4784
|
value?: InputMaybe<Scalars['Any']>;
|
|
4725
4785
|
global: Scalars['Boolean'];
|
|
4726
4786
|
}>;
|
|
4727
|
-
export
|
|
4787
|
+
export type SaveUserDataMutation = {
|
|
4728
4788
|
saveUserData: {
|
|
4729
4789
|
global: boolean;
|
|
4730
4790
|
data?: any | null;
|
|
4731
4791
|
};
|
|
4732
4792
|
};
|
|
4733
|
-
export
|
|
4793
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
4734
4794
|
library: Scalars['ID'];
|
|
4735
4795
|
recordId: Scalars['ID'];
|
|
4736
4796
|
attribute: Scalars['ID'];
|
|
4737
4797
|
value?: InputMaybe<ValueInput>;
|
|
4738
4798
|
}>;
|
|
4739
|
-
export
|
|
4799
|
+
export type DeleteValueMutation = {
|
|
4740
4800
|
deleteValue: Array<{
|
|
4741
4801
|
id_value?: string | null;
|
|
4742
4802
|
isInherited?: boolean | null;
|
|
4803
|
+
isCalculated?: boolean | null;
|
|
4743
4804
|
modified_at?: number | null;
|
|
4744
4805
|
created_at?: number | null;
|
|
4745
4806
|
linkValue?: {
|
|
@@ -4800,20 +4861,20 @@ export declare type DeleteValueMutation = {
|
|
|
4800
4861
|
};
|
|
4801
4862
|
} | null;
|
|
4802
4863
|
} | null> | null;
|
|
4803
|
-
attribute
|
|
4864
|
+
attribute: {
|
|
4804
4865
|
id: string;
|
|
4805
4866
|
format?: AttributeFormat | null;
|
|
4806
4867
|
type: AttributeType;
|
|
4807
4868
|
system: boolean;
|
|
4808
|
-
}
|
|
4869
|
+
};
|
|
4809
4870
|
metadata?: Array<{
|
|
4810
4871
|
name: string;
|
|
4811
4872
|
value?: {
|
|
4812
4873
|
id_value?: string | null;
|
|
4813
4874
|
modified_at?: number | null;
|
|
4814
4875
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4876
|
+
payload?: any | null;
|
|
4877
|
+
raw_payload?: any | null;
|
|
4817
4878
|
modified_by?: {
|
|
4818
4879
|
id: string;
|
|
4819
4880
|
whoAmI: {
|
|
@@ -4863,6 +4924,7 @@ export declare type DeleteValueMutation = {
|
|
|
4863
4924
|
} | {
|
|
4864
4925
|
id_value?: string | null;
|
|
4865
4926
|
isInherited?: boolean | null;
|
|
4927
|
+
isCalculated?: boolean | null;
|
|
4866
4928
|
modified_at?: number | null;
|
|
4867
4929
|
created_at?: number | null;
|
|
4868
4930
|
treeValue?: {
|
|
@@ -4942,20 +5004,20 @@ export declare type DeleteValueMutation = {
|
|
|
4942
5004
|
};
|
|
4943
5005
|
} | null;
|
|
4944
5006
|
} | null> | null;
|
|
4945
|
-
attribute
|
|
5007
|
+
attribute: {
|
|
4946
5008
|
id: string;
|
|
4947
5009
|
format?: AttributeFormat | null;
|
|
4948
5010
|
type: AttributeType;
|
|
4949
5011
|
system: boolean;
|
|
4950
|
-
}
|
|
5012
|
+
};
|
|
4951
5013
|
metadata?: Array<{
|
|
4952
5014
|
name: string;
|
|
4953
5015
|
value?: {
|
|
4954
5016
|
id_value?: string | null;
|
|
4955
5017
|
modified_at?: number | null;
|
|
4956
5018
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
5019
|
+
payload?: any | null;
|
|
5020
|
+
raw_payload?: any | null;
|
|
4959
5021
|
modified_by?: {
|
|
4960
5022
|
id: string;
|
|
4961
5023
|
whoAmI: {
|
|
@@ -5003,10 +5065,13 @@ export declare type DeleteValueMutation = {
|
|
|
5003
5065
|
} | null;
|
|
5004
5066
|
} | null> | null;
|
|
5005
5067
|
} | {
|
|
5068
|
+
payload?: any | null;
|
|
5069
|
+
raw_payload?: any | null;
|
|
5006
5070
|
value?: any | null;
|
|
5007
5071
|
raw_value?: any | null;
|
|
5008
5072
|
id_value?: string | null;
|
|
5009
5073
|
isInherited?: boolean | null;
|
|
5074
|
+
isCalculated?: boolean | null;
|
|
5010
5075
|
modified_at?: number | null;
|
|
5011
5076
|
created_at?: number | null;
|
|
5012
5077
|
modified_by?: {
|
|
@@ -5053,20 +5118,142 @@ export declare type DeleteValueMutation = {
|
|
|
5053
5118
|
};
|
|
5054
5119
|
} | null;
|
|
5055
5120
|
} | null> | null;
|
|
5056
|
-
attribute
|
|
5121
|
+
attribute: {
|
|
5057
5122
|
id: string;
|
|
5058
5123
|
format?: AttributeFormat | null;
|
|
5059
5124
|
type: AttributeType;
|
|
5060
5125
|
system: boolean;
|
|
5126
|
+
};
|
|
5127
|
+
metadata?: Array<{
|
|
5128
|
+
name: string;
|
|
5129
|
+
value?: {
|
|
5130
|
+
id_value?: string | null;
|
|
5131
|
+
modified_at?: number | null;
|
|
5132
|
+
created_at?: number | null;
|
|
5133
|
+
payload?: any | null;
|
|
5134
|
+
raw_payload?: any | null;
|
|
5135
|
+
modified_by?: {
|
|
5136
|
+
id: string;
|
|
5137
|
+
whoAmI: {
|
|
5138
|
+
id: string;
|
|
5139
|
+
label?: string | null;
|
|
5140
|
+
subLabel?: string | null;
|
|
5141
|
+
color?: string | null;
|
|
5142
|
+
preview?: IPreviewScalar | null;
|
|
5143
|
+
library: {
|
|
5144
|
+
id: string;
|
|
5145
|
+
label?: any | null;
|
|
5146
|
+
};
|
|
5147
|
+
};
|
|
5148
|
+
} | null;
|
|
5149
|
+
created_by?: {
|
|
5150
|
+
id: string;
|
|
5151
|
+
whoAmI: {
|
|
5152
|
+
id: string;
|
|
5153
|
+
label?: string | null;
|
|
5154
|
+
subLabel?: string | null;
|
|
5155
|
+
color?: string | null;
|
|
5156
|
+
preview?: IPreviewScalar | null;
|
|
5157
|
+
library: {
|
|
5158
|
+
id: string;
|
|
5159
|
+
label?: any | null;
|
|
5160
|
+
};
|
|
5161
|
+
};
|
|
5162
|
+
} | null;
|
|
5163
|
+
version?: Array<{
|
|
5164
|
+
treeId: string;
|
|
5165
|
+
treeNode?: {
|
|
5166
|
+
id: string;
|
|
5167
|
+
record: {
|
|
5168
|
+
id: string;
|
|
5169
|
+
whoAmI: {
|
|
5170
|
+
id: string;
|
|
5171
|
+
label?: string | null;
|
|
5172
|
+
library: {
|
|
5173
|
+
id: string;
|
|
5174
|
+
};
|
|
5175
|
+
};
|
|
5176
|
+
};
|
|
5177
|
+
} | null;
|
|
5178
|
+
} | null> | null;
|
|
5179
|
+
} | null;
|
|
5180
|
+
} | null> | null;
|
|
5181
|
+
}>;
|
|
5182
|
+
};
|
|
5183
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5184
|
+
library: Scalars['ID'];
|
|
5185
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5186
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5187
|
+
}>;
|
|
5188
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5189
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5190
|
+
id_value?: string | null;
|
|
5191
|
+
isInherited?: boolean | null;
|
|
5192
|
+
isCalculated?: boolean | null;
|
|
5193
|
+
modified_at?: number | null;
|
|
5194
|
+
created_at?: number | null;
|
|
5195
|
+
payload?: any | null;
|
|
5196
|
+
raw_payload?: any | null;
|
|
5197
|
+
value?: any | null;
|
|
5198
|
+
raw_value?: any | null;
|
|
5199
|
+
modified_by?: {
|
|
5200
|
+
id: string;
|
|
5201
|
+
whoAmI: {
|
|
5202
|
+
id: string;
|
|
5203
|
+
label?: string | null;
|
|
5204
|
+
subLabel?: string | null;
|
|
5205
|
+
color?: string | null;
|
|
5206
|
+
preview?: IPreviewScalar | null;
|
|
5207
|
+
library: {
|
|
5208
|
+
id: string;
|
|
5209
|
+
label?: any | null;
|
|
5210
|
+
};
|
|
5211
|
+
};
|
|
5212
|
+
} | null;
|
|
5213
|
+
created_by?: {
|
|
5214
|
+
id: string;
|
|
5215
|
+
whoAmI: {
|
|
5216
|
+
id: string;
|
|
5217
|
+
label?: string | null;
|
|
5218
|
+
subLabel?: string | null;
|
|
5219
|
+
color?: string | null;
|
|
5220
|
+
preview?: IPreviewScalar | null;
|
|
5221
|
+
library: {
|
|
5222
|
+
id: string;
|
|
5223
|
+
label?: any | null;
|
|
5224
|
+
};
|
|
5225
|
+
};
|
|
5061
5226
|
} | null;
|
|
5227
|
+
version?: Array<{
|
|
5228
|
+
treeId: string;
|
|
5229
|
+
treeNode?: {
|
|
5230
|
+
id: string;
|
|
5231
|
+
record: {
|
|
5232
|
+
id: string;
|
|
5233
|
+
whoAmI: {
|
|
5234
|
+
id: string;
|
|
5235
|
+
label?: string | null;
|
|
5236
|
+
library: {
|
|
5237
|
+
id: string;
|
|
5238
|
+
};
|
|
5239
|
+
};
|
|
5240
|
+
};
|
|
5241
|
+
} | null;
|
|
5242
|
+
} | null> | null;
|
|
5243
|
+
attribute: {
|
|
5244
|
+
id: string;
|
|
5245
|
+
format?: AttributeFormat | null;
|
|
5246
|
+
type: AttributeType;
|
|
5247
|
+
system: boolean;
|
|
5248
|
+
};
|
|
5062
5249
|
metadata?: Array<{
|
|
5063
5250
|
name: string;
|
|
5064
5251
|
value?: {
|
|
5065
5252
|
id_value?: string | null;
|
|
5066
5253
|
modified_at?: number | null;
|
|
5067
5254
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5255
|
+
payload?: any | null;
|
|
5256
|
+
raw_payload?: any | null;
|
|
5070
5257
|
modified_by?: {
|
|
5071
5258
|
id: string;
|
|
5072
5259
|
whoAmI: {
|
|
@@ -5115,18 +5302,19 @@ export declare type DeleteValueMutation = {
|
|
|
5115
5302
|
} | null> | null;
|
|
5116
5303
|
}>;
|
|
5117
5304
|
};
|
|
5118
|
-
export
|
|
5305
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5119
5306
|
library: Scalars['ID'];
|
|
5120
5307
|
recordId: Scalars['ID'];
|
|
5121
5308
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5122
5309
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5123
5310
|
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5124
5311
|
}>;
|
|
5125
|
-
export
|
|
5312
|
+
export type SaveValueBatchMutation = {
|
|
5126
5313
|
saveValueBatch: {
|
|
5127
5314
|
values?: Array<{
|
|
5128
5315
|
id_value?: string | null;
|
|
5129
5316
|
isInherited?: boolean | null;
|
|
5317
|
+
isCalculated?: boolean | null;
|
|
5130
5318
|
modified_at?: number | null;
|
|
5131
5319
|
created_at?: number | null;
|
|
5132
5320
|
linkValue?: {
|
|
@@ -5187,20 +5375,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5187
5375
|
};
|
|
5188
5376
|
} | null;
|
|
5189
5377
|
} | null> | null;
|
|
5190
|
-
attribute
|
|
5378
|
+
attribute: {
|
|
5191
5379
|
id: string;
|
|
5192
5380
|
format?: AttributeFormat | null;
|
|
5193
5381
|
type: AttributeType;
|
|
5194
5382
|
system: boolean;
|
|
5195
|
-
}
|
|
5383
|
+
};
|
|
5196
5384
|
metadata?: Array<{
|
|
5197
5385
|
name: string;
|
|
5198
5386
|
value?: {
|
|
5199
5387
|
id_value?: string | null;
|
|
5200
5388
|
modified_at?: number | null;
|
|
5201
5389
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5390
|
+
payload?: any | null;
|
|
5391
|
+
raw_payload?: any | null;
|
|
5204
5392
|
modified_by?: {
|
|
5205
5393
|
id: string;
|
|
5206
5394
|
whoAmI: {
|
|
@@ -5250,6 +5438,7 @@ export declare type SaveValueBatchMutation = {
|
|
|
5250
5438
|
} | {
|
|
5251
5439
|
id_value?: string | null;
|
|
5252
5440
|
isInherited?: boolean | null;
|
|
5441
|
+
isCalculated?: boolean | null;
|
|
5253
5442
|
modified_at?: number | null;
|
|
5254
5443
|
created_at?: number | null;
|
|
5255
5444
|
treeValue?: {
|
|
@@ -5329,20 +5518,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5329
5518
|
};
|
|
5330
5519
|
} | null;
|
|
5331
5520
|
} | null> | null;
|
|
5332
|
-
attribute
|
|
5521
|
+
attribute: {
|
|
5333
5522
|
id: string;
|
|
5334
5523
|
format?: AttributeFormat | null;
|
|
5335
5524
|
type: AttributeType;
|
|
5336
5525
|
system: boolean;
|
|
5337
|
-
}
|
|
5526
|
+
};
|
|
5338
5527
|
metadata?: Array<{
|
|
5339
5528
|
name: string;
|
|
5340
5529
|
value?: {
|
|
5341
5530
|
id_value?: string | null;
|
|
5342
5531
|
modified_at?: number | null;
|
|
5343
5532
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5533
|
+
payload?: any | null;
|
|
5534
|
+
raw_payload?: any | null;
|
|
5346
5535
|
modified_by?: {
|
|
5347
5536
|
id: string;
|
|
5348
5537
|
whoAmI: {
|
|
@@ -5390,10 +5579,13 @@ export declare type SaveValueBatchMutation = {
|
|
|
5390
5579
|
} | null;
|
|
5391
5580
|
} | null> | null;
|
|
5392
5581
|
} | {
|
|
5582
|
+
payload?: any | null;
|
|
5583
|
+
raw_payload?: any | null;
|
|
5393
5584
|
value?: any | null;
|
|
5394
5585
|
raw_value?: any | null;
|
|
5395
5586
|
id_value?: string | null;
|
|
5396
5587
|
isInherited?: boolean | null;
|
|
5588
|
+
isCalculated?: boolean | null;
|
|
5397
5589
|
modified_at?: number | null;
|
|
5398
5590
|
created_at?: number | null;
|
|
5399
5591
|
modified_by?: {
|
|
@@ -5440,20 +5632,20 @@ export declare type SaveValueBatchMutation = {
|
|
|
5440
5632
|
};
|
|
5441
5633
|
} | null;
|
|
5442
5634
|
} | null> | null;
|
|
5443
|
-
attribute
|
|
5635
|
+
attribute: {
|
|
5444
5636
|
id: string;
|
|
5445
5637
|
format?: AttributeFormat | null;
|
|
5446
5638
|
type: AttributeType;
|
|
5447
5639
|
system: boolean;
|
|
5448
|
-
}
|
|
5640
|
+
};
|
|
5449
5641
|
metadata?: Array<{
|
|
5450
5642
|
name: string;
|
|
5451
5643
|
value?: {
|
|
5452
5644
|
id_value?: string | null;
|
|
5453
5645
|
modified_at?: number | null;
|
|
5454
5646
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5647
|
+
payload?: any | null;
|
|
5648
|
+
raw_payload?: any | null;
|
|
5457
5649
|
modified_by?: {
|
|
5458
5650
|
id: string;
|
|
5459
5651
|
whoAmI: {
|
|
@@ -5509,19 +5701,19 @@ export declare type SaveValueBatchMutation = {
|
|
|
5509
5701
|
}> | null;
|
|
5510
5702
|
};
|
|
5511
5703
|
};
|
|
5512
|
-
export
|
|
5704
|
+
export type DeleteViewMutationVariables = Exact<{
|
|
5513
5705
|
viewId: Scalars['String'];
|
|
5514
5706
|
}>;
|
|
5515
|
-
export
|
|
5707
|
+
export type DeleteViewMutation = {
|
|
5516
5708
|
deleteView: {
|
|
5517
5709
|
id: string;
|
|
5518
5710
|
library: string;
|
|
5519
5711
|
};
|
|
5520
5712
|
};
|
|
5521
|
-
export
|
|
5713
|
+
export type GetViewQueryVariables = Exact<{
|
|
5522
5714
|
viewId: Scalars['String'];
|
|
5523
5715
|
}>;
|
|
5524
|
-
export
|
|
5716
|
+
export type GetViewQuery = {
|
|
5525
5717
|
view: {
|
|
5526
5718
|
id: string;
|
|
5527
5719
|
shared: boolean;
|
|
@@ -5582,10 +5774,10 @@ export declare type GetViewQuery = {
|
|
|
5582
5774
|
}> | null;
|
|
5583
5775
|
};
|
|
5584
5776
|
};
|
|
5585
|
-
export
|
|
5777
|
+
export type GetViewsListQueryVariables = Exact<{
|
|
5586
5778
|
libraryId: Scalars['String'];
|
|
5587
5779
|
}>;
|
|
5588
|
-
export
|
|
5780
|
+
export type GetViewsListQuery = {
|
|
5589
5781
|
views: {
|
|
5590
5782
|
totalCount: number;
|
|
5591
5783
|
list: Array<{
|
|
@@ -5649,10 +5841,10 @@ export declare type GetViewsListQuery = {
|
|
|
5649
5841
|
}>;
|
|
5650
5842
|
};
|
|
5651
5843
|
};
|
|
5652
|
-
export
|
|
5844
|
+
export type AddViewMutationVariables = Exact<{
|
|
5653
5845
|
view: ViewInput;
|
|
5654
5846
|
}>;
|
|
5655
|
-
export
|
|
5847
|
+
export type AddViewMutation = {
|
|
5656
5848
|
saveView: {
|
|
5657
5849
|
id: string;
|
|
5658
5850
|
shared: boolean;
|
|
@@ -5713,6 +5905,76 @@ export declare type AddViewMutation = {
|
|
|
5713
5905
|
}> | null;
|
|
5714
5906
|
};
|
|
5715
5907
|
};
|
|
5908
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5909
|
+
libraryId: Scalars['ID'];
|
|
5910
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5911
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5912
|
+
}>;
|
|
5913
|
+
export type ExplorerQuery = {
|
|
5914
|
+
records: {
|
|
5915
|
+
list: Array<{
|
|
5916
|
+
id: string;
|
|
5917
|
+
whoAmI: {
|
|
5918
|
+
id: string;
|
|
5919
|
+
label?: string | null;
|
|
5920
|
+
subLabel?: string | null;
|
|
5921
|
+
color?: string | null;
|
|
5922
|
+
preview?: IPreviewScalar | null;
|
|
5923
|
+
library: {
|
|
5924
|
+
id: string;
|
|
5925
|
+
label?: any | null;
|
|
5926
|
+
};
|
|
5927
|
+
};
|
|
5928
|
+
properties: Array<{
|
|
5929
|
+
attributeId: string;
|
|
5930
|
+
values: Array<{
|
|
5931
|
+
linkPayload?: {
|
|
5932
|
+
id: string;
|
|
5933
|
+
whoAmI: {
|
|
5934
|
+
id: string;
|
|
5935
|
+
label?: string | null;
|
|
5936
|
+
subLabel?: string | null;
|
|
5937
|
+
color?: string | null;
|
|
5938
|
+
preview?: IPreviewScalar | null;
|
|
5939
|
+
library: {
|
|
5940
|
+
id: string;
|
|
5941
|
+
label?: any | null;
|
|
5942
|
+
};
|
|
5943
|
+
};
|
|
5944
|
+
} | null;
|
|
5945
|
+
attribute: {
|
|
5946
|
+
type: AttributeType;
|
|
5947
|
+
};
|
|
5948
|
+
} | {
|
|
5949
|
+
treePayload?: {
|
|
5950
|
+
record: {
|
|
5951
|
+
id: string;
|
|
5952
|
+
whoAmI: {
|
|
5953
|
+
id: string;
|
|
5954
|
+
label?: string | null;
|
|
5955
|
+
subLabel?: string | null;
|
|
5956
|
+
color?: string | null;
|
|
5957
|
+
preview?: IPreviewScalar | null;
|
|
5958
|
+
library: {
|
|
5959
|
+
id: string;
|
|
5960
|
+
label?: any | null;
|
|
5961
|
+
};
|
|
5962
|
+
};
|
|
5963
|
+
};
|
|
5964
|
+
} | null;
|
|
5965
|
+
attribute: {
|
|
5966
|
+
type: AttributeType;
|
|
5967
|
+
};
|
|
5968
|
+
} | {
|
|
5969
|
+
valuePayload?: any | null;
|
|
5970
|
+
attribute: {
|
|
5971
|
+
type: AttributeType;
|
|
5972
|
+
};
|
|
5973
|
+
}>;
|
|
5974
|
+
}>;
|
|
5975
|
+
}>;
|
|
5976
|
+
};
|
|
5977
|
+
};
|
|
5716
5978
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
5979
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
5980
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5731,6 +5993,7 @@ export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
|
5731
5993
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5732
5994
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
5733
5995
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5996
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
5734
5997
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5735
5998
|
/**
|
|
5736
5999
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -5750,16 +6013,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
5750
6013
|
* });
|
|
5751
6014
|
*/
|
|
5752
6015
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
5753
|
-
id?:
|
|
5754
|
-
endpoint?:
|
|
6016
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6017
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5755
6018
|
}>>;
|
|
5756
6019
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
5757
|
-
id?:
|
|
5758
|
-
endpoint?:
|
|
6020
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6021
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
5759
6022
|
}>>;
|
|
5760
|
-
export
|
|
5761
|
-
export
|
|
5762
|
-
export
|
|
6023
|
+
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6024
|
+
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
6025
|
+
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
5763
6026
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
5764
6027
|
/**
|
|
5765
6028
|
* __useGetApplicationByIdQuery__
|
|
@@ -5778,14 +6041,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
5778
6041
|
* });
|
|
5779
6042
|
*/
|
|
5780
6043
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
5781
|
-
id:
|
|
6044
|
+
id: Scalars["ID"];
|
|
5782
6045
|
}>>;
|
|
5783
6046
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
5784
|
-
id:
|
|
6047
|
+
id: Scalars["ID"];
|
|
5785
6048
|
}>>;
|
|
5786
|
-
export
|
|
5787
|
-
export
|
|
5788
|
-
export
|
|
6049
|
+
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6050
|
+
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
6051
|
+
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
5789
6052
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
5790
6053
|
/**
|
|
5791
6054
|
* __useGetApplicationModulesQuery__
|
|
@@ -5808,11 +6071,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
5808
6071
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
5809
6072
|
[key: string]: never;
|
|
5810
6073
|
}>>;
|
|
5811
|
-
export
|
|
5812
|
-
export
|
|
5813
|
-
export
|
|
6074
|
+
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6075
|
+
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
6076
|
+
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
5814
6077
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
5815
|
-
export
|
|
6078
|
+
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5816
6079
|
/**
|
|
5817
6080
|
* __useSaveApplicationMutation__
|
|
5818
6081
|
*
|
|
@@ -5833,9 +6096,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
|
|
|
5833
6096
|
export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
|
|
5834
6097
|
application: ApplicationInput;
|
|
5835
6098
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5836
|
-
export
|
|
5837
|
-
export
|
|
5838
|
-
export
|
|
6099
|
+
export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
|
|
6100
|
+
export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
|
|
6101
|
+
export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
5839
6102
|
export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
5840
6103
|
/**
|
|
5841
6104
|
* __useCheckAttributeExistenceQuery__
|
|
@@ -5854,16 +6117,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
5854
6117
|
* });
|
|
5855
6118
|
*/
|
|
5856
6119
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
5857
|
-
id:
|
|
6120
|
+
id: Scalars["ID"];
|
|
5858
6121
|
}>>;
|
|
5859
6122
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
5860
|
-
id:
|
|
6123
|
+
id: Scalars["ID"];
|
|
5861
6124
|
}>>;
|
|
5862
|
-
export
|
|
5863
|
-
export
|
|
5864
|
-
export
|
|
6125
|
+
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6126
|
+
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
6127
|
+
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
5865
6128
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
5866
|
-
export
|
|
6129
|
+
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5867
6130
|
/**
|
|
5868
6131
|
* __useDeleteAttributeMutation__
|
|
5869
6132
|
*
|
|
@@ -5882,11 +6145,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
|
|
|
5882
6145
|
* });
|
|
5883
6146
|
*/
|
|
5884
6147
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
5885
|
-
id?:
|
|
6148
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5886
6149
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
5887
|
-
export
|
|
5888
|
-
export
|
|
5889
|
-
export
|
|
6150
|
+
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
6151
|
+
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
6152
|
+
export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
5890
6153
|
export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
5891
6154
|
/**
|
|
5892
6155
|
* __useGetAttributeByIdQuery__
|
|
@@ -5905,14 +6168,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
5905
6168
|
* });
|
|
5906
6169
|
*/
|
|
5907
6170
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
5908
|
-
id?:
|
|
6171
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5909
6172
|
}>>;
|
|
5910
6173
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
5911
|
-
id?:
|
|
6174
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
5912
6175
|
}>>;
|
|
5913
|
-
export
|
|
5914
|
-
export
|
|
5915
|
-
export
|
|
6176
|
+
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6177
|
+
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
6178
|
+
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
5916
6179
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
5917
6180
|
/**
|
|
5918
6181
|
* __useGetAttributesByLibQuery__
|
|
@@ -5931,14 +6194,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
5931
6194
|
* });
|
|
5932
6195
|
*/
|
|
5933
6196
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
5934
|
-
library:
|
|
6197
|
+
library: Scalars["String"];
|
|
5935
6198
|
}>>;
|
|
5936
6199
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
5937
|
-
library:
|
|
6200
|
+
library: Scalars["String"];
|
|
5938
6201
|
}>>;
|
|
5939
|
-
export
|
|
5940
|
-
export
|
|
5941
|
-
export
|
|
6202
|
+
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6203
|
+
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
6204
|
+
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
5942
6205
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
5943
6206
|
/**
|
|
5944
6207
|
* __useGetAttributesQuery__
|
|
@@ -5959,18 +6222,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
5959
6222
|
* });
|
|
5960
6223
|
*/
|
|
5961
6224
|
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
|
|
5962
|
-
pagination?: Pagination
|
|
5963
|
-
sort?: SortAttributes
|
|
5964
|
-
filters?: AttributesFiltersInput
|
|
6225
|
+
pagination?: InputMaybe<Pagination>;
|
|
6226
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6227
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5965
6228
|
}>>;
|
|
5966
6229
|
export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
|
|
5967
|
-
pagination?: Pagination
|
|
5968
|
-
sort?: SortAttributes
|
|
5969
|
-
filters?: AttributesFiltersInput
|
|
6230
|
+
pagination?: InputMaybe<Pagination>;
|
|
6231
|
+
sort?: InputMaybe<SortAttributes>;
|
|
6232
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
5970
6233
|
}>>;
|
|
5971
|
-
export
|
|
5972
|
-
export
|
|
5973
|
-
export
|
|
6234
|
+
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6235
|
+
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
6236
|
+
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
5974
6237
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
5975
6238
|
/**
|
|
5976
6239
|
* __useGetVersionProfilesQuery__
|
|
@@ -5990,16 +6253,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
5990
6253
|
* });
|
|
5991
6254
|
*/
|
|
5992
6255
|
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
|
|
5993
|
-
filters?: VersionProfilesFiltersInput
|
|
5994
|
-
sort?: SortVersionProfilesInput
|
|
6256
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6257
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5995
6258
|
}>>;
|
|
5996
6259
|
export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
|
|
5997
|
-
filters?: VersionProfilesFiltersInput
|
|
5998
|
-
sort?: SortVersionProfilesInput
|
|
6260
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6261
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
5999
6262
|
}>>;
|
|
6000
|
-
export
|
|
6001
|
-
export
|
|
6002
|
-
export
|
|
6263
|
+
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6264
|
+
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
6265
|
+
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6003
6266
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6004
6267
|
/**
|
|
6005
6268
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
@@ -6018,16 +6281,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
6018
6281
|
* });
|
|
6019
6282
|
*/
|
|
6020
6283
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6021
|
-
libraryId:
|
|
6284
|
+
libraryId: Scalars["String"];
|
|
6022
6285
|
}>>;
|
|
6023
6286
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6024
|
-
libraryId:
|
|
6287
|
+
libraryId: Scalars["String"];
|
|
6025
6288
|
}>>;
|
|
6026
|
-
export
|
|
6027
|
-
export
|
|
6028
|
-
export
|
|
6289
|
+
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6290
|
+
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
6291
|
+
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6029
6292
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6030
|
-
export
|
|
6293
|
+
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6031
6294
|
/**
|
|
6032
6295
|
* __useSaveAttributeMutation__
|
|
6033
6296
|
*
|
|
@@ -6048,9 +6311,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
|
|
|
6048
6311
|
export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
|
|
6049
6312
|
attribute: AttributeInput;
|
|
6050
6313
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6051
|
-
export
|
|
6052
|
-
export
|
|
6053
|
-
export
|
|
6314
|
+
export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
|
|
6315
|
+
export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
|
|
6316
|
+
export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
6054
6317
|
export declare const ExportDocument: Apollo.DocumentNode;
|
|
6055
6318
|
/**
|
|
6056
6319
|
* __useExportQuery__
|
|
@@ -6071,20 +6334,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
6071
6334
|
* });
|
|
6072
6335
|
*/
|
|
6073
6336
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
6074
|
-
library:
|
|
6075
|
-
attributes?:
|
|
6076
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6337
|
+
library: Scalars["ID"];
|
|
6338
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6339
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6077
6340
|
}>>;
|
|
6078
6341
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
6079
|
-
library:
|
|
6080
|
-
attributes?:
|
|
6081
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6342
|
+
library: Scalars["ID"];
|
|
6343
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6344
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6082
6345
|
}>>;
|
|
6083
|
-
export
|
|
6084
|
-
export
|
|
6085
|
-
export
|
|
6346
|
+
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
6347
|
+
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
6348
|
+
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
6086
6349
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
6087
|
-
export
|
|
6350
|
+
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6088
6351
|
/**
|
|
6089
6352
|
* __useCreateDirectoryMutation__
|
|
6090
6353
|
*
|
|
@@ -6105,15 +6368,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
|
|
|
6105
6368
|
* });
|
|
6106
6369
|
*/
|
|
6107
6370
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
6108
|
-
library:
|
|
6109
|
-
nodeId:
|
|
6110
|
-
name:
|
|
6371
|
+
library: Scalars["String"];
|
|
6372
|
+
nodeId: Scalars["String"];
|
|
6373
|
+
name: Scalars["String"];
|
|
6111
6374
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6112
|
-
export
|
|
6113
|
-
export
|
|
6114
|
-
export
|
|
6375
|
+
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
6376
|
+
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
6377
|
+
export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
6115
6378
|
export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
|
|
6116
|
-
export
|
|
6379
|
+
export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6117
6380
|
/**
|
|
6118
6381
|
* __useForcePreviewsGenerationMutation__
|
|
6119
6382
|
*
|
|
@@ -6136,15 +6399,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
|
|
|
6136
6399
|
* });
|
|
6137
6400
|
*/
|
|
6138
6401
|
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?:
|
|
6402
|
+
libraryId: Scalars["ID"];
|
|
6403
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6404
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6405
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
6406
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6144
6407
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6145
|
-
export
|
|
6146
|
-
export
|
|
6147
|
-
export
|
|
6408
|
+
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
6409
|
+
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
6410
|
+
export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
|
|
6148
6411
|
export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
6149
6412
|
/**
|
|
6150
6413
|
* __useGetDirectoryDataQuery__
|
|
@@ -6164,16 +6427,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
6164
6427
|
* });
|
|
6165
6428
|
*/
|
|
6166
6429
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
6167
|
-
library:
|
|
6168
|
-
directoryId:
|
|
6430
|
+
library: Scalars["ID"];
|
|
6431
|
+
directoryId: Scalars["String"];
|
|
6169
6432
|
}>>;
|
|
6170
6433
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
6171
|
-
library:
|
|
6172
|
-
directoryId:
|
|
6434
|
+
library: Scalars["ID"];
|
|
6435
|
+
directoryId: Scalars["String"];
|
|
6173
6436
|
}>>;
|
|
6174
|
-
export
|
|
6175
|
-
export
|
|
6176
|
-
export
|
|
6437
|
+
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
6438
|
+
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
6439
|
+
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
6177
6440
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
6178
6441
|
/**
|
|
6179
6442
|
* __useUploadUpdateSubscription__
|
|
@@ -6192,12 +6455,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
6192
6455
|
* });
|
|
6193
6456
|
*/
|
|
6194
6457
|
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
|
|
6195
|
-
filters?: UploadFiltersInput
|
|
6458
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
6196
6459
|
}>>;
|
|
6197
|
-
export
|
|
6198
|
-
export
|
|
6460
|
+
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
6461
|
+
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
6199
6462
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
6200
|
-
export
|
|
6463
|
+
export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
|
|
6201
6464
|
/**
|
|
6202
6465
|
* __useUploadMutation__
|
|
6203
6466
|
*
|
|
@@ -6218,15 +6481,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
|
|
|
6218
6481
|
* });
|
|
6219
6482
|
*/
|
|
6220
6483
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
6221
|
-
library:
|
|
6222
|
-
nodeId:
|
|
6223
|
-
files: FileInput | FileInput
|
|
6484
|
+
library: Scalars["String"];
|
|
6485
|
+
nodeId: Scalars["String"];
|
|
6486
|
+
files: Array<FileInput> | FileInput;
|
|
6224
6487
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6225
|
-
export
|
|
6226
|
-
export
|
|
6227
|
-
export
|
|
6488
|
+
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
6489
|
+
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
6490
|
+
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
6228
6491
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
6229
|
-
export
|
|
6492
|
+
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6230
6493
|
/**
|
|
6231
6494
|
* __useImportExcelMutation__
|
|
6232
6495
|
*
|
|
@@ -6247,13 +6510,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
|
|
|
6247
6510
|
* });
|
|
6248
6511
|
*/
|
|
6249
6512
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
6250
|
-
file:
|
|
6251
|
-
sheets?: SheetInput | SheetInput
|
|
6252
|
-
startAt?:
|
|
6513
|
+
file: Scalars["Upload"];
|
|
6514
|
+
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
6515
|
+
startAt?: InputMaybe<Scalars["Int"]>;
|
|
6253
6516
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6254
|
-
export
|
|
6255
|
-
export
|
|
6256
|
-
export
|
|
6517
|
+
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
6518
|
+
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
6519
|
+
export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
6257
6520
|
export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
6258
6521
|
/**
|
|
6259
6522
|
* __useCheckLibraryExistenceQuery__
|
|
@@ -6272,16 +6535,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
6272
6535
|
* });
|
|
6273
6536
|
*/
|
|
6274
6537
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
6275
|
-
id?:
|
|
6538
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6276
6539
|
}>>;
|
|
6277
6540
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
6278
|
-
id?:
|
|
6541
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6279
6542
|
}>>;
|
|
6280
|
-
export
|
|
6281
|
-
export
|
|
6282
|
-
export
|
|
6543
|
+
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
6544
|
+
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
6545
|
+
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
6283
6546
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
6284
|
-
export
|
|
6547
|
+
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6285
6548
|
/**
|
|
6286
6549
|
* __useDeleteLibraryMutation__
|
|
6287
6550
|
*
|
|
@@ -6300,11 +6563,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
|
|
|
6300
6563
|
* });
|
|
6301
6564
|
*/
|
|
6302
6565
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
6303
|
-
id?:
|
|
6566
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
6304
6567
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6305
|
-
export
|
|
6306
|
-
export
|
|
6307
|
-
export
|
|
6568
|
+
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
6569
|
+
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
6570
|
+
export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
6308
6571
|
export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
6309
6572
|
/**
|
|
6310
6573
|
* __useGetLibrariesQuery__
|
|
@@ -6327,9 +6590,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
6327
6590
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
6328
6591
|
[key: string]: never;
|
|
6329
6592
|
}>>;
|
|
6330
|
-
export
|
|
6331
|
-
export
|
|
6332
|
-
export
|
|
6593
|
+
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
6594
|
+
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
6595
|
+
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
6333
6596
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
6334
6597
|
/**
|
|
6335
6598
|
* __useGetLibraryByIdQuery__
|
|
@@ -6348,14 +6611,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
6348
6611
|
* });
|
|
6349
6612
|
*/
|
|
6350
6613
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
6351
|
-
id?:
|
|
6614
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6352
6615
|
}>>;
|
|
6353
6616
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
6354
|
-
id?:
|
|
6617
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6355
6618
|
}>>;
|
|
6356
|
-
export
|
|
6357
|
-
export
|
|
6358
|
-
export
|
|
6619
|
+
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
6620
|
+
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
6621
|
+
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
6359
6622
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
6360
6623
|
/**
|
|
6361
6624
|
* __useGetLibraryPermissionsQuery__
|
|
@@ -6374,14 +6637,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
6374
6637
|
* });
|
|
6375
6638
|
*/
|
|
6376
6639
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
6377
|
-
libraryId?:
|
|
6640
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6378
6641
|
}>>;
|
|
6379
6642
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
6380
|
-
libraryId?:
|
|
6643
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6381
6644
|
}>>;
|
|
6382
|
-
export
|
|
6383
|
-
export
|
|
6384
|
-
export
|
|
6645
|
+
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
6646
|
+
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
6647
|
+
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
6385
6648
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
6386
6649
|
/**
|
|
6387
6650
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
@@ -6400,16 +6663,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
6400
6663
|
* });
|
|
6401
6664
|
*/
|
|
6402
6665
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6403
|
-
id:
|
|
6666
|
+
id: Scalars["ID"];
|
|
6404
6667
|
}>>;
|
|
6405
6668
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
6406
|
-
id:
|
|
6669
|
+
id: Scalars["ID"];
|
|
6407
6670
|
}>>;
|
|
6408
|
-
export
|
|
6409
|
-
export
|
|
6410
|
-
export
|
|
6671
|
+
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
6672
|
+
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
6673
|
+
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
6411
6674
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
6412
|
-
export
|
|
6675
|
+
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6413
6676
|
/**
|
|
6414
6677
|
* __useSaveLibraryMutation__
|
|
6415
6678
|
*
|
|
@@ -6430,9 +6693,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
|
|
|
6430
6693
|
export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
|
|
6431
6694
|
library: LibraryInput;
|
|
6432
6695
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6433
|
-
export
|
|
6434
|
-
export
|
|
6435
|
-
export
|
|
6696
|
+
export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
|
|
6697
|
+
export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
|
|
6698
|
+
export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
6436
6699
|
export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
6437
6700
|
/**
|
|
6438
6701
|
* __useIsAllowedQuery__
|
|
@@ -6455,21 +6718,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
6455
6718
|
*/
|
|
6456
6719
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
6457
6720
|
type: PermissionTypes;
|
|
6458
|
-
actions: PermissionsActions | PermissionsActions
|
|
6459
|
-
applyTo?:
|
|
6460
|
-
target?: PermissionTarget
|
|
6721
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6722
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6723
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6461
6724
|
}>>;
|
|
6462
6725
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
6463
6726
|
type: PermissionTypes;
|
|
6464
|
-
actions: PermissionsActions | PermissionsActions
|
|
6465
|
-
applyTo?:
|
|
6466
|
-
target?: PermissionTarget
|
|
6727
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
6728
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
6729
|
+
target?: InputMaybe<PermissionTarget>;
|
|
6467
6730
|
}>>;
|
|
6468
|
-
export
|
|
6469
|
-
export
|
|
6470
|
-
export
|
|
6731
|
+
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
6732
|
+
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
6733
|
+
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
6471
6734
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
6472
|
-
export
|
|
6735
|
+
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6473
6736
|
/**
|
|
6474
6737
|
* __useCreateRecordMutation__
|
|
6475
6738
|
*
|
|
@@ -6489,14 +6752,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
|
|
|
6489
6752
|
* });
|
|
6490
6753
|
*/
|
|
6491
6754
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
6492
|
-
library:
|
|
6493
|
-
data?: CreateRecordDataInput
|
|
6755
|
+
library: Scalars["ID"];
|
|
6756
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
6494
6757
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6495
|
-
export
|
|
6496
|
-
export
|
|
6497
|
-
export
|
|
6758
|
+
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
6759
|
+
export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
|
|
6760
|
+
export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
6498
6761
|
export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
|
|
6499
|
-
export
|
|
6762
|
+
export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6500
6763
|
/**
|
|
6501
6764
|
* __useDeactivateRecordsMutation__
|
|
6502
6765
|
*
|
|
@@ -6517,13 +6780,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
|
|
|
6517
6780
|
* });
|
|
6518
6781
|
*/
|
|
6519
6782
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
6520
|
-
libraryId:
|
|
6521
|
-
recordsIds?:
|
|
6522
|
-
filters?: RecordFilterInput | RecordFilterInput
|
|
6783
|
+
libraryId: Scalars["String"];
|
|
6784
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6785
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
6523
6786
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6524
|
-
export
|
|
6525
|
-
export
|
|
6526
|
-
export
|
|
6787
|
+
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
6788
|
+
export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
|
|
6789
|
+
export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
|
|
6527
6790
|
export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
6528
6791
|
/**
|
|
6529
6792
|
* __useDoesFileExistAsChildQuery__
|
|
@@ -6544,18 +6807,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
6544
6807
|
* });
|
|
6545
6808
|
*/
|
|
6546
6809
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
6547
|
-
parentNode?:
|
|
6548
|
-
treeId:
|
|
6549
|
-
filename:
|
|
6810
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6811
|
+
treeId: Scalars["ID"];
|
|
6812
|
+
filename: Scalars["String"];
|
|
6550
6813
|
}>>;
|
|
6551
6814
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
6552
|
-
parentNode?:
|
|
6553
|
-
treeId:
|
|
6554
|
-
filename:
|
|
6815
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
6816
|
+
treeId: Scalars["ID"];
|
|
6817
|
+
filename: Scalars["String"];
|
|
6555
6818
|
}>>;
|
|
6556
|
-
export
|
|
6557
|
-
export
|
|
6558
|
-
export
|
|
6819
|
+
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
6820
|
+
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
6821
|
+
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
6559
6822
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
6560
6823
|
/**
|
|
6561
6824
|
* __useGetFileDataQuery__
|
|
@@ -6576,18 +6839,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
6576
6839
|
* });
|
|
6577
6840
|
*/
|
|
6578
6841
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
6579
|
-
library:
|
|
6580
|
-
fileId:
|
|
6581
|
-
previewsStatusAttribute:
|
|
6842
|
+
library: Scalars["ID"];
|
|
6843
|
+
fileId: Scalars["String"];
|
|
6844
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6582
6845
|
}>>;
|
|
6583
6846
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
6584
|
-
library:
|
|
6585
|
-
fileId:
|
|
6586
|
-
previewsStatusAttribute:
|
|
6847
|
+
library: Scalars["ID"];
|
|
6848
|
+
fileId: Scalars["String"];
|
|
6849
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
6587
6850
|
}>>;
|
|
6588
|
-
export
|
|
6589
|
-
export
|
|
6590
|
-
export
|
|
6851
|
+
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
6852
|
+
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
6853
|
+
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
6591
6854
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
6592
6855
|
/**
|
|
6593
6856
|
* __useRecordFormQuery__
|
|
@@ -6609,20 +6872,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
6609
6872
|
* });
|
|
6610
6873
|
*/
|
|
6611
6874
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
6612
|
-
libraryId:
|
|
6613
|
-
formId:
|
|
6614
|
-
recordId?:
|
|
6615
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6875
|
+
libraryId: Scalars["String"];
|
|
6876
|
+
formId: Scalars["String"];
|
|
6877
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6878
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6616
6879
|
}>>;
|
|
6617
6880
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
6618
|
-
libraryId:
|
|
6619
|
-
formId:
|
|
6620
|
-
recordId?:
|
|
6621
|
-
version?: ValueVersionInput | ValueVersionInput
|
|
6881
|
+
libraryId: Scalars["String"];
|
|
6882
|
+
formId: Scalars["String"];
|
|
6883
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
6884
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6622
6885
|
}>>;
|
|
6623
|
-
export
|
|
6624
|
-
export
|
|
6625
|
-
export
|
|
6886
|
+
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
6887
|
+
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
6888
|
+
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
6626
6889
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
6627
6890
|
/**
|
|
6628
6891
|
* __useRecordUpdateSubscription__
|
|
@@ -6641,12 +6904,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
6641
6904
|
* });
|
|
6642
6905
|
*/
|
|
6643
6906
|
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
|
|
6644
|
-
filters?: RecordUpdateFilterInput
|
|
6907
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
6645
6908
|
}>>;
|
|
6646
|
-
export
|
|
6647
|
-
export
|
|
6909
|
+
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
6910
|
+
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
6648
6911
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
6649
|
-
export
|
|
6912
|
+
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6650
6913
|
/**
|
|
6651
6914
|
* __useIndexRecordsMutation__
|
|
6652
6915
|
*
|
|
@@ -6666,14 +6929,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
|
|
|
6666
6929
|
* });
|
|
6667
6930
|
*/
|
|
6668
6931
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
6669
|
-
libraryId:
|
|
6670
|
-
records?:
|
|
6932
|
+
libraryId: Scalars["String"];
|
|
6933
|
+
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
6671
6934
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6672
|
-
export
|
|
6673
|
-
export
|
|
6674
|
-
export
|
|
6935
|
+
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
6936
|
+
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
6937
|
+
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
6675
6938
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
6676
|
-
export
|
|
6939
|
+
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6677
6940
|
/**
|
|
6678
6941
|
* __useCancelTaskMutation__
|
|
6679
6942
|
*
|
|
@@ -6692,11 +6955,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
|
|
|
6692
6955
|
* });
|
|
6693
6956
|
*/
|
|
6694
6957
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
6695
|
-
taskId:
|
|
6958
|
+
taskId: Scalars["ID"];
|
|
6696
6959
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6697
|
-
export
|
|
6698
|
-
export
|
|
6699
|
-
export
|
|
6960
|
+
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
6961
|
+
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
6962
|
+
export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
6700
6963
|
export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
6701
6964
|
/**
|
|
6702
6965
|
* __useCheckTreeExistenceQuery__
|
|
@@ -6715,16 +6978,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
6715
6978
|
* });
|
|
6716
6979
|
*/
|
|
6717
6980
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
6718
|
-
id?:
|
|
6981
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6719
6982
|
}>>;
|
|
6720
6983
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
6721
|
-
id?:
|
|
6984
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6722
6985
|
}>>;
|
|
6723
|
-
export
|
|
6724
|
-
export
|
|
6725
|
-
export
|
|
6986
|
+
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
6987
|
+
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
6988
|
+
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
6726
6989
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
6727
|
-
export
|
|
6990
|
+
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6728
6991
|
/**
|
|
6729
6992
|
* __useDeleteTreeMutation__
|
|
6730
6993
|
*
|
|
@@ -6743,11 +7006,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
|
|
|
6743
7006
|
* });
|
|
6744
7007
|
*/
|
|
6745
7008
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
6746
|
-
id:
|
|
7009
|
+
id: Scalars["ID"];
|
|
6747
7010
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6748
|
-
export
|
|
6749
|
-
export
|
|
6750
|
-
export
|
|
7011
|
+
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
7012
|
+
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
7013
|
+
export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
6751
7014
|
export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
6752
7015
|
/**
|
|
6753
7016
|
* __useGetTreeByIdQuery__
|
|
@@ -6766,14 +7029,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
6766
7029
|
* });
|
|
6767
7030
|
*/
|
|
6768
7031
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
6769
|
-
id?:
|
|
7032
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6770
7033
|
}>>;
|
|
6771
7034
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
6772
|
-
id?:
|
|
7035
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
6773
7036
|
}>>;
|
|
6774
|
-
export
|
|
6775
|
-
export
|
|
6776
|
-
export
|
|
7037
|
+
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7038
|
+
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
7039
|
+
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
6777
7040
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
6778
7041
|
/**
|
|
6779
7042
|
* __useGetTreeLibrariesQuery__
|
|
@@ -6793,16 +7056,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
6793
7056
|
* });
|
|
6794
7057
|
*/
|
|
6795
7058
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
6796
|
-
treeId?:
|
|
6797
|
-
library?:
|
|
7059
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7060
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6798
7061
|
}>>;
|
|
6799
7062
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
6800
|
-
treeId?:
|
|
6801
|
-
library?:
|
|
7063
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7064
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
6802
7065
|
}>>;
|
|
6803
|
-
export
|
|
6804
|
-
export
|
|
6805
|
-
export
|
|
7066
|
+
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7067
|
+
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
7068
|
+
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
6806
7069
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
6807
7070
|
/**
|
|
6808
7071
|
* __useGetTreesQuery__
|
|
@@ -6825,11 +7088,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
6825
7088
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
6826
7089
|
[key: string]: never;
|
|
6827
7090
|
}>>;
|
|
6828
|
-
export
|
|
6829
|
-
export
|
|
6830
|
-
export
|
|
7091
|
+
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7092
|
+
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
7093
|
+
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
6831
7094
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
6832
|
-
export
|
|
7095
|
+
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6833
7096
|
/**
|
|
6834
7097
|
* __useSaveTreeMutation__
|
|
6835
7098
|
*
|
|
@@ -6850,9 +7113,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
|
|
|
6850
7113
|
export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
|
|
6851
7114
|
tree: TreeInput;
|
|
6852
7115
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6853
|
-
export
|
|
6854
|
-
export
|
|
6855
|
-
export
|
|
7116
|
+
export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
|
|
7117
|
+
export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
|
|
7118
|
+
export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
6856
7119
|
export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
6857
7120
|
/**
|
|
6858
7121
|
* __useTreeNodeChildrenQuery__
|
|
@@ -6873,18 +7136,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
6873
7136
|
* });
|
|
6874
7137
|
*/
|
|
6875
7138
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
6876
|
-
treeId:
|
|
6877
|
-
node?:
|
|
6878
|
-
pagination?: Pagination
|
|
7139
|
+
treeId: Scalars["ID"];
|
|
7140
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7141
|
+
pagination?: InputMaybe<Pagination>;
|
|
6879
7142
|
}>>;
|
|
6880
7143
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
6881
|
-
treeId:
|
|
6882
|
-
node?:
|
|
6883
|
-
pagination?: Pagination
|
|
7144
|
+
treeId: Scalars["ID"];
|
|
7145
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
7146
|
+
pagination?: InputMaybe<Pagination>;
|
|
6884
7147
|
}>>;
|
|
6885
|
-
export
|
|
6886
|
-
export
|
|
6887
|
-
export
|
|
7148
|
+
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7149
|
+
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
7150
|
+
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
6888
7151
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
6889
7152
|
/**
|
|
6890
7153
|
* __useGetUserDataQuery__
|
|
@@ -6904,18 +7167,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
6904
7167
|
* });
|
|
6905
7168
|
*/
|
|
6906
7169
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
6907
|
-
keys:
|
|
6908
|
-
global?:
|
|
7170
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7171
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6909
7172
|
}>>;
|
|
6910
7173
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
6911
|
-
keys:
|
|
6912
|
-
global?:
|
|
7174
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7175
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
6913
7176
|
}>>;
|
|
6914
|
-
export
|
|
6915
|
-
export
|
|
6916
|
-
export
|
|
7177
|
+
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7178
|
+
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
7179
|
+
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
6917
7180
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
6918
|
-
export
|
|
7181
|
+
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6919
7182
|
/**
|
|
6920
7183
|
* __useSaveUserDataMutation__
|
|
6921
7184
|
*
|
|
@@ -6936,15 +7199,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
|
|
|
6936
7199
|
* });
|
|
6937
7200
|
*/
|
|
6938
7201
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
6939
|
-
key:
|
|
6940
|
-
value?:
|
|
6941
|
-
global:
|
|
7202
|
+
key: Scalars["String"];
|
|
7203
|
+
value?: InputMaybe<Scalars["Any"]>;
|
|
7204
|
+
global: Scalars["Boolean"];
|
|
6942
7205
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6943
|
-
export
|
|
6944
|
-
export
|
|
6945
|
-
export
|
|
7206
|
+
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
7207
|
+
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
7208
|
+
export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
6946
7209
|
export declare const DeleteValueDocument: Apollo.DocumentNode;
|
|
6947
|
-
export
|
|
7210
|
+
export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
6948
7211
|
/**
|
|
6949
7212
|
* __useDeleteValueMutation__
|
|
6950
7213
|
*
|
|
@@ -6966,16 +7229,48 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
|
|
|
6966
7229
|
* });
|
|
6967
7230
|
*/
|
|
6968
7231
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
6969
|
-
library:
|
|
6970
|
-
recordId:
|
|
6971
|
-
attribute:
|
|
6972
|
-
value?: ValueInput
|
|
7232
|
+
library: Scalars["ID"];
|
|
7233
|
+
recordId: Scalars["ID"];
|
|
7234
|
+
attribute: Scalars["ID"];
|
|
7235
|
+
value?: InputMaybe<ValueInput>;
|
|
6973
7236
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
6974
|
-
export
|
|
6975
|
-
export
|
|
6976
|
-
export
|
|
7237
|
+
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7238
|
+
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7239
|
+
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7240
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7241
|
+
/**
|
|
7242
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7243
|
+
*
|
|
7244
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7245
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7246
|
+
* you can use to render your UI.
|
|
7247
|
+
*
|
|
7248
|
+
* @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;
|
|
7249
|
+
*
|
|
7250
|
+
* @example
|
|
7251
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7252
|
+
* variables: {
|
|
7253
|
+
* library: // value for 'library'
|
|
7254
|
+
* value: // value for 'value'
|
|
7255
|
+
* version: // value for 'version'
|
|
7256
|
+
* },
|
|
7257
|
+
* });
|
|
7258
|
+
*/
|
|
7259
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7260
|
+
library: Scalars["ID"];
|
|
7261
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7262
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7263
|
+
}>>;
|
|
7264
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7265
|
+
library: Scalars["ID"];
|
|
7266
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7267
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7268
|
+
}>>;
|
|
7269
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7270
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7271
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6977
7272
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
|
-
export
|
|
7273
|
+
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7274
|
/**
|
|
6980
7275
|
* __useSaveValueBatchMutation__
|
|
6981
7276
|
*
|
|
@@ -6998,17 +7293,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
|
|
|
6998
7293
|
* });
|
|
6999
7294
|
*/
|
|
7000
7295
|
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?:
|
|
7296
|
+
library: Scalars["ID"];
|
|
7297
|
+
recordId: Scalars["ID"];
|
|
7298
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7299
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
7300
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
7006
7301
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7007
|
-
export
|
|
7008
|
-
export
|
|
7009
|
-
export
|
|
7302
|
+
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
7303
|
+
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
7304
|
+
export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7010
7305
|
export declare const DeleteViewDocument: Apollo.DocumentNode;
|
|
7011
|
-
export
|
|
7306
|
+
export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7012
7307
|
/**
|
|
7013
7308
|
* __useDeleteViewMutation__
|
|
7014
7309
|
*
|
|
@@ -7027,11 +7322,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
|
|
|
7027
7322
|
* });
|
|
7028
7323
|
*/
|
|
7029
7324
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
7030
|
-
viewId:
|
|
7325
|
+
viewId: Scalars["String"];
|
|
7031
7326
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7032
|
-
export
|
|
7033
|
-
export
|
|
7034
|
-
export
|
|
7327
|
+
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
7328
|
+
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
7329
|
+
export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
|
|
7035
7330
|
export declare const GetViewDocument: Apollo.DocumentNode;
|
|
7036
7331
|
/**
|
|
7037
7332
|
* __useGetViewQuery__
|
|
@@ -7050,14 +7345,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
7050
7345
|
* });
|
|
7051
7346
|
*/
|
|
7052
7347
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
7053
|
-
viewId:
|
|
7348
|
+
viewId: Scalars["String"];
|
|
7054
7349
|
}>>;
|
|
7055
7350
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
7056
|
-
viewId:
|
|
7351
|
+
viewId: Scalars["String"];
|
|
7057
7352
|
}>>;
|
|
7058
|
-
export
|
|
7059
|
-
export
|
|
7060
|
-
export
|
|
7353
|
+
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
7354
|
+
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
7355
|
+
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
7061
7356
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
7062
7357
|
/**
|
|
7063
7358
|
* __useGetViewsListQuery__
|
|
@@ -7076,16 +7371,16 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
7076
7371
|
* });
|
|
7077
7372
|
*/
|
|
7078
7373
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
7079
|
-
libraryId:
|
|
7374
|
+
libraryId: Scalars["String"];
|
|
7080
7375
|
}>>;
|
|
7081
7376
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
7082
|
-
libraryId:
|
|
7377
|
+
libraryId: Scalars["String"];
|
|
7083
7378
|
}>>;
|
|
7084
|
-
export
|
|
7085
|
-
export
|
|
7086
|
-
export
|
|
7379
|
+
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7380
|
+
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7381
|
+
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7087
7382
|
export declare const AddViewDocument: Apollo.DocumentNode;
|
|
7088
|
-
export
|
|
7383
|
+
export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
|
|
7089
7384
|
/**
|
|
7090
7385
|
* __useAddViewMutation__
|
|
7091
7386
|
*
|
|
@@ -7106,6 +7401,38 @@ export declare type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation,
|
|
|
7106
7401
|
export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
|
|
7107
7402
|
view: ViewInput;
|
|
7108
7403
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export
|
|
7110
|
-
export
|
|
7111
|
-
export
|
|
7404
|
+
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7405
|
+
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7406
|
+
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7407
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7408
|
+
/**
|
|
7409
|
+
* __useExplorerQuery__
|
|
7410
|
+
*
|
|
7411
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7412
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7413
|
+
* you can use to render your UI.
|
|
7414
|
+
*
|
|
7415
|
+
* @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;
|
|
7416
|
+
*
|
|
7417
|
+
* @example
|
|
7418
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7419
|
+
* variables: {
|
|
7420
|
+
* libraryId: // value for 'libraryId'
|
|
7421
|
+
* attributeIds: // value for 'attributeIds'
|
|
7422
|
+
* filters: // value for 'filters'
|
|
7423
|
+
* },
|
|
7424
|
+
* });
|
|
7425
|
+
*/
|
|
7426
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7427
|
+
libraryId: Scalars["ID"];
|
|
7428
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7429
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7430
|
+
}>>;
|
|
7431
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7432
|
+
libraryId: Scalars["ID"];
|
|
7433
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7434
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7435
|
+
}>>;
|
|
7436
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7437
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7438
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|