ydb-embedded-ui 21.0.0 → 22.0.0
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/components/ComponentsProvider/ComponentsProvider.d.ts +0 -4
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +0 -2
- package/dist/components/ComponentsProvider/componentsRegistry.js +1 -3
- package/dist/components/ComponentsProvider/componentsRegistry.js.map +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.js +4 -2
- package/dist/components/ContentWithPopup/ContentWithPopup.js.map +1 -1
- package/dist/components/CriticalActionDialog/CriticalActionDialog.js +10 -6
- package/dist/components/CriticalActionDialog/CriticalActionDialog.js.map +1 -1
- package/dist/components/CriticalActionDialog/i18n/en.json +1 -2
- package/dist/components/CriticalActionDialog/i18n/index.d.ts +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +2 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
- package/dist/components/HoverPopup/HoverPopup.js +27 -4
- package/dist/components/HoverPopup/HoverPopup.js.map +1 -1
- package/dist/components/HoverPopup/getPopupScrollContainer.d.ts +1 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js +20 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js.map +1 -0
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/SegmentedProgress/SegmentedProgress.d.ts +22 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.js +44 -3
- package/dist/components/SegmentedProgress/SegmentedProgress.js.map +1 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js +1 -13
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js.map +1 -1
- package/dist/components/StorageGroupInfo/i18n/en.json +0 -1
- package/dist/components/StorageGroupInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/App/App.js +3 -3
- package/dist/containers/App/App.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +8 -5
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.d.ts +4 -3
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js +62 -25
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.d.ts +22 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js +49 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js.map +1 -0
- package/dist/containers/Cluster/i18n/en.json +13 -4
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Header/HeaderActionsMenu.js +19 -3
- package/dist/containers/Header/HeaderActionsMenu.js.map +1 -1
- package/dist/containers/Header/hooks/useSharedDatabasePath.d.ts +4 -1
- package/dist/containers/Header/hooks/useSharedDatabasePath.js +14 -10
- package/dist/containers/Header/hooks/useSharedDatabasePath.js.map +1 -1
- package/dist/containers/Header/i18n/en.json +1 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -1
- package/dist/containers/Node/Node.js +20 -17
- package/dist/containers/Node/Node.js.map +1 -1
- package/dist/containers/Node/NodePages.d.ts +3 -9
- package/dist/containers/Node/NodePages.js +2 -10
- package/dist/containers/Node/NodePages.js.map +1 -1
- package/dist/containers/Node/i18n/en.json +0 -3
- package/dist/containers/Node/i18n/index.d.ts +1 -1
- package/dist/containers/Nodes/NodesTable.js +2 -2
- package/dist/containers/Nodes/NodesTable.js.map +1 -1
- package/dist/containers/Operations/columns.js +2 -2
- package/dist/containers/Operations/columns.js.map +1 -1
- package/dist/containers/Operations/i18n/en.json +2 -2
- package/dist/containers/PDiskPage/DecommissionButton/DecommissionButton.js +1 -1
- package/dist/containers/PDiskPage/DecommissionButton/DecommissionButton.js.map +1 -1
- package/dist/containers/PDiskPage/PDiskPage.js +1 -1
- package/dist/containers/PDiskPage/PDiskPage.js.map +1 -1
- package/dist/containers/PDiskPage/i18n/en.json +3 -3
- package/dist/containers/Storage/PDisks/PDisks.js +1 -1
- package/dist/containers/Storage/PDisks/PDisks.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js +0 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/columns/constants.d.ts +2 -2
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.d.ts +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js.map +1 -1
- package/dist/containers/StorageGroupPage/StorageGroupPage.js +2 -3
- package/dist/containers/StorageGroupPage/StorageGroupPage.js.map +1 -1
- package/dist/containers/Tablet/components/TabletControls/TabletControls.js +1 -1
- package/dist/containers/Tablet/components/TabletControls/TabletControls.js.map +1 -1
- package/dist/containers/Tablet/i18n/en.json +3 -3
- package/dist/containers/Tablets/TabletsTable.js +1 -1
- package/dist/containers/Tablets/TabletsTable.js.map +1 -1
- package/dist/containers/Tablets/i18n/en.json +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +3 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +1 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/useTenantStorageNewData.d.ts +5 -5
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js +2 -4
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js.map +1 -1
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckDrawer.js +10 -2
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckDrawer.js.map +1 -1
- package/dist/routes.d.ts +1 -0
- package/dist/routes.js.map +1 -1
- package/dist/services/api/viewer.d.ts +1 -2
- package/dist/services/api/viewer.js +0 -11
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/store/configureStore.d.ts +12 -12
- package/dist/store/defaultStore.d.ts +6 -6
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +3 -0
- package/dist/store/reducers/api.js.map +1 -1
- package/dist/store/reducers/authentication/authentication.d.ts +4 -4
- package/dist/store/reducers/cancelQuery.d.ts +2 -2
- package/dist/store/reducers/capabilities/capabilities.d.ts +43 -43
- package/dist/store/reducers/capabilities/hooks.d.ts +5 -6
- package/dist/store/reducers/capabilities/hooks.js +0 -3
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +5 -5
- package/dist/store/reducers/cluster/cluster.js +3 -2
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/clusters/clusters.js +2 -1
- package/dist/store/reducers/clusters/clusters.js.map +1 -1
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/configs.d.ts +3 -3
- package/dist/store/reducers/entityDataTags.d.ts +21 -0
- package/dist/store/reducers/entityDataTags.js +24 -0
- package/dist/store/reducers/entityDataTags.js.map +1 -0
- package/dist/store/reducers/environments/environments.d.ts +2 -2
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +4 -4
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +111 -111
- package/dist/store/reducers/heatmap.d.ts +2 -2
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +2 -2
- package/dist/store/reducers/index.d.ts +8 -8
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +2 -5
- package/dist/store/reducers/node/node.js +0 -12
- package/dist/store/reducers/node/node.js.map +1 -1
- package/dist/store/reducers/node/types.d.ts +0 -14
- package/dist/store/reducers/nodes/nodes.d.ts +2 -2
- package/dist/store/reducers/nodesList.d.ts +12 -12
- package/dist/store/reducers/operations.d.ts +5 -5
- package/dist/store/reducers/overview/overview.d.ts +2 -2
- package/dist/store/reducers/partitions/partitions.d.ts +3 -3
- package/dist/store/reducers/pdisk/pdisk.d.ts +2 -2
- package/dist/store/reducers/planToSvg.d.ts +2 -2
- package/dist/store/reducers/preview.d.ts +2 -2
- package/dist/store/reducers/query/api.d.ts +4 -4
- package/dist/store/reducers/replication.d.ts +2 -2
- package/dist/store/reducers/schema/schema.d.ts +16 -16
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +40 -40
- package/dist/store/reducers/settings/api.d.ts +4 -4
- package/dist/store/reducers/settings/settings.d.ts +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +2 -2
- package/dist/store/reducers/showCreateTable/showCreateTable.d.ts +2 -2
- package/dist/store/reducers/storage/requestStorageData.d.ts +2 -4
- package/dist/store/reducers/storage/requestStorageData.js +4 -10
- package/dist/store/reducers/storage/requestStorageData.js.map +1 -1
- package/dist/store/reducers/storage/storage.d.ts +4 -6
- package/dist/store/reducers/storage/storage.js.map +1 -1
- package/dist/store/reducers/storage/types.d.ts +0 -9
- package/dist/store/reducers/storage/utils.d.ts +1 -2
- package/dist/store/reducers/storage/utils.js +3 -114
- package/dist/store/reducers/storage/utils.js.map +1 -1
- package/dist/store/reducers/storageUsage/StorageUsage.d.ts +2 -2
- package/dist/store/reducers/streamingQuery/streamingQuery.d.ts +2 -2
- package/dist/store/reducers/table/table.d.ts +4 -4
- package/dist/store/reducers/tableData.d.ts +1 -1
- package/dist/store/reducers/tablePartitioning/tablePartitioning.d.ts +2 -2
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +8 -8
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +2 -2
- package/dist/store/reducers/tenant/tenant.js +14 -1
- package/dist/store/reducers/tenant/tenant.js.map +1 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/storage/tenantOverviewStorage.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +2 -2
- package/dist/store/reducers/tenants/tenants.d.ts +3 -3
- package/dist/store/reducers/tenants/tenants.js +2 -1
- package/dist/store/reducers/tenants/tenants.js.map +1 -1
- package/dist/store/reducers/topic/topic.d.ts +84 -84
- package/dist/store/reducers/vdisk/vdisk.d.ts +3 -3
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/store/state-url-mapping.js +5 -1
- package/dist/store/state-url-mapping.js.map +1 -1
- package/dist/types/api/storage.d.ts +2 -111
- package/dist/types/api/storage.js.map +1 -1
- package/dist/uiFactory/types.d.ts +8 -0
- package/dist/uiFactory/uiFactory.js +5 -2
- package/dist/uiFactory/uiFactory.js.map +1 -1
- package/dist/utils/hooks/useWhoami.d.ts +5 -5
- package/package.json +2 -2
- package/src/components/ComponentsProvider/componentsRegistry.ts +1 -4
- package/src/components/ContentWithPopup/ContentWithPopup.tsx +7 -0
- package/src/components/CriticalActionDialog/CriticalActionDialog.tsx +12 -25
- package/src/components/CriticalActionDialog/i18n/en.json +1 -2
- package/src/components/DropdownMenu/DropdownMenu.tsx +3 -2
- package/src/components/HoverPopup/HoverPopup.tsx +32 -3
- package/src/components/HoverPopup/getPopupScrollContainer.ts +20 -0
- package/src/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/src/components/SegmentedProgress/SegmentedProgress.tsx +99 -10
- package/src/components/StorageGroupInfo/StorageGroupInfo.tsx +0 -13
- package/src/components/StorageGroupInfo/i18n/en.json +0 -1
- package/src/containers/App/App.tsx +3 -3
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.tsx +12 -11
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.tsx +143 -58
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.ts +89 -0
- package/src/containers/Cluster/i18n/en.json +13 -4
- package/src/containers/Header/HeaderActionsMenu.tsx +22 -2
- package/src/containers/Header/hooks/useSharedDatabasePath.ts +33 -26
- package/src/containers/Header/i18n/en.json +1 -0
- package/src/containers/Node/Node.tsx +32 -18
- package/src/containers/Node/NodePages.ts +5 -10
- package/src/containers/Node/i18n/en.json +0 -4
- package/src/containers/Nodes/NodesTable.tsx +7 -1
- package/src/containers/Operations/columns.tsx +4 -0
- package/src/containers/Operations/i18n/en.json +2 -2
- package/src/containers/PDiskPage/DecommissionButton/DecommissionButton.tsx +2 -0
- package/src/containers/PDiskPage/PDiskPage.tsx +3 -1
- package/src/containers/PDiskPage/i18n/en.json +3 -3
- package/src/containers/Storage/PDisks/PDisks.tsx +1 -1
- package/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx +0 -1
- package/src/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.tsx +2 -6
- package/src/containers/Storage/PaginatedStorageGroupsTable/columns/constants.ts +2 -2
- package/src/containers/Storage/PaginatedStorageGroupsTable/getGroups.ts +40 -47
- package/src/containers/StorageGroupPage/StorageGroupPage.tsx +2 -6
- package/src/containers/Tablet/components/TabletControls/TabletControls.tsx +7 -1
- package/src/containers/Tablet/i18n/en.json +3 -3
- package/src/containers/Tablets/TabletsTable.tsx +3 -1
- package/src/containers/Tablets/i18n/en.json +1 -1
- package/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.tsx +3 -1
- package/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.tsx +2 -2
- package/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.tsx +1 -6
- package/src/containers/Tenant/Diagnostics/useDiagnosticsPages.ts +1 -4
- package/src/containers/Tenant/Healthcheck/components/HealthcheckDrawer.tsx +16 -1
- package/src/routes.ts +1 -1
- package/src/services/api/viewer.ts +1 -25
- package/src/store/reducers/api.ts +4 -0
- package/src/store/reducers/capabilities/hooks.ts +0 -4
- package/src/store/reducers/cluster/cluster.ts +3 -2
- package/src/store/reducers/clusters/clusters.ts +2 -1
- package/src/store/reducers/entityDataTags.ts +34 -0
- package/src/store/reducers/node/node.ts +0 -11
- package/src/store/reducers/node/types.ts +0 -18
- package/src/store/reducers/storage/requestStorageData.ts +5 -17
- package/src/store/reducers/storage/storage.ts +2 -6
- package/src/store/reducers/storage/types.ts +0 -9
- package/src/store/reducers/storage/utils.ts +5 -178
- package/src/store/reducers/tenant/tenant.ts +17 -1
- package/src/store/reducers/tenants/tenants.ts +2 -1
- package/src/store/state-url-mapping.ts +5 -1
- package/src/types/api/storage.ts +7 -131
- package/src/uiFactory/types.ts +9 -0
- package/src/uiFactory/uiFactory.ts +12 -2
- package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/NodeStructure.js +0 -76
- package/dist/containers/Node/NodeStructure/NodeStructure.js.map +0 -1
- package/dist/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js.map +0 -1
- package/dist/containers/Node/NodeStructure/Pdisk.d.ts +0 -10
- package/dist/containers/Node/NodeStructure/Pdisk.js +0 -125
- package/dist/containers/Node/NodeStructure/Pdisk.js.map +0 -1
- package/dist/store/reducers/node/selectors.d.ts +0 -47
- package/dist/store/reducers/node/selectors.js +0 -43
- package/dist/store/reducers/node/selectors.js.map +0 -1
- package/src/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/src/containers/Node/NodeStructure/NodeStructure.tsx +0 -121
- package/src/containers/Node/NodeStructure/PDiskTitleBadge.tsx +0 -18
- package/src/containers/Node/NodeStructure/Pdisk.tsx +0 -274
- package/src/store/reducers/node/selectors.ts +0 -68
|
@@ -6,13 +6,13 @@ type DatabaseHealthcheckQuery = {
|
|
|
6
6
|
clusterName?: string;
|
|
7
7
|
};
|
|
8
8
|
export declare const healthcheckApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
|
9
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
9
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
10
10
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
11
11
|
clusterName: string;
|
|
12
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
13
|
-
}, "api", "
|
|
12
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
13
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
14
14
|
export declare const selectCheckStatus: ((state: {
|
|
15
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
15
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
16
16
|
singleClusterMode: boolean;
|
|
17
17
|
cluster: import("../cluster/types").ClusterState;
|
|
18
18
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -41,7 +41,7 @@ export declare const selectCheckStatus: ((state: {
|
|
|
41
41
|
resetResultsCount: () => void;
|
|
42
42
|
} & {
|
|
43
43
|
resultFunc: (resultFuncArgs_0: {
|
|
44
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
44
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
45
45
|
singleClusterMode: boolean;
|
|
46
46
|
cluster: import("../cluster/types").ClusterState;
|
|
47
47
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -65,11 +65,11 @@ export declare const selectCheckStatus: ((state: {
|
|
|
65
65
|
fullscreen: boolean;
|
|
66
66
|
clusters: import("../clusters/types").ClustersFilters;
|
|
67
67
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
68
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
68
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
69
69
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
70
70
|
clusterName: string;
|
|
71
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
72
|
-
}, "
|
|
71
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
72
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
73
73
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
74
74
|
originalArgs?: undefined | undefined;
|
|
75
75
|
data?: undefined | undefined;
|
|
@@ -131,7 +131,7 @@ export declare const selectCheckStatus: ((state: {
|
|
|
131
131
|
isError: true;
|
|
132
132
|
})) => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
|
133
133
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
134
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
134
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
135
135
|
singleClusterMode: boolean;
|
|
136
136
|
cluster: import("../cluster/types").ClusterState;
|
|
137
137
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -155,11 +155,11 @@ export declare const selectCheckStatus: ((state: {
|
|
|
155
155
|
fullscreen: boolean;
|
|
156
156
|
clusters: import("../clusters/types").ClustersFilters;
|
|
157
157
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
158
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
158
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
159
159
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
160
160
|
clusterName: string;
|
|
161
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
162
|
-
}, "
|
|
161
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
162
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
163
163
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
164
164
|
originalArgs?: undefined | undefined;
|
|
165
165
|
data?: undefined | undefined;
|
|
@@ -226,7 +226,7 @@ export declare const selectCheckStatus: ((state: {
|
|
|
226
226
|
};
|
|
227
227
|
lastResult: () => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
|
228
228
|
dependencies: [(state: RootState) => {
|
|
229
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
229
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
230
230
|
singleClusterMode: boolean;
|
|
231
231
|
cluster: import("../cluster/types").ClusterState;
|
|
232
232
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -250,11 +250,11 @@ export declare const selectCheckStatus: ((state: {
|
|
|
250
250
|
fullscreen: boolean;
|
|
251
251
|
clusters: import("../clusters/types").ClustersFilters;
|
|
252
252
|
}, (_state: RootState, database: string, clusterName?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
253
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
253
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
254
254
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
255
255
|
clusterName: string;
|
|
256
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
257
|
-
}, "
|
|
256
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
257
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
258
258
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
259
259
|
originalArgs?: undefined | undefined;
|
|
260
260
|
data?: undefined | undefined;
|
|
@@ -324,7 +324,7 @@ export declare const selectCheckStatus: ((state: {
|
|
|
324
324
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
325
325
|
};
|
|
326
326
|
export declare const selectLeavesIssues: ((state: {
|
|
327
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
327
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
328
328
|
singleClusterMode: boolean;
|
|
329
329
|
cluster: import("../cluster/types").ClusterState;
|
|
330
330
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -360,7 +360,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
360
360
|
};
|
|
361
361
|
lastResult: () => import("./types").IssuesTree[];
|
|
362
362
|
dependencies: [((state: {
|
|
363
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
363
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
364
364
|
singleClusterMode: boolean;
|
|
365
365
|
cluster: import("../cluster/types").ClusterState;
|
|
366
366
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -389,7 +389,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
389
389
|
resetResultsCount: () => void;
|
|
390
390
|
} & {
|
|
391
391
|
resultFunc: (resultFuncArgs_0: {
|
|
392
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
392
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
393
393
|
singleClusterMode: boolean;
|
|
394
394
|
cluster: import("../cluster/types").ClusterState;
|
|
395
395
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -413,11 +413,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
413
413
|
fullscreen: boolean;
|
|
414
414
|
clusters: import("../clusters/types").ClustersFilters;
|
|
415
415
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
416
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
416
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
417
417
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
418
418
|
clusterName: string;
|
|
419
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
420
|
-
}, "
|
|
419
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
420
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
421
421
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
422
422
|
originalArgs?: undefined | undefined;
|
|
423
423
|
data?: undefined | undefined;
|
|
@@ -479,7 +479,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
479
479
|
isError: true;
|
|
480
480
|
})) => IssueLog[];
|
|
481
481
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
482
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
482
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
483
483
|
singleClusterMode: boolean;
|
|
484
484
|
cluster: import("../cluster/types").ClusterState;
|
|
485
485
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -503,11 +503,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
503
503
|
fullscreen: boolean;
|
|
504
504
|
clusters: import("../clusters/types").ClustersFilters;
|
|
505
505
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
506
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
506
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
507
507
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
508
508
|
clusterName: string;
|
|
509
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
510
|
-
}, "
|
|
509
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
510
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
511
511
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
512
512
|
originalArgs?: undefined | undefined;
|
|
513
513
|
data?: undefined | undefined;
|
|
@@ -574,7 +574,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
574
574
|
};
|
|
575
575
|
lastResult: () => IssueLog[];
|
|
576
576
|
dependencies: [(state: RootState) => {
|
|
577
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
577
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
578
578
|
singleClusterMode: boolean;
|
|
579
579
|
cluster: import("../cluster/types").ClusterState;
|
|
580
580
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -598,11 +598,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
598
598
|
fullscreen: boolean;
|
|
599
599
|
clusters: import("../clusters/types").ClustersFilters;
|
|
600
600
|
}, (_state: RootState, database: string, clusterName?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
601
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
601
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
602
602
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
603
603
|
clusterName: string;
|
|
604
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
605
|
-
}, "
|
|
604
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
605
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
606
606
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
607
607
|
originalArgs?: undefined | undefined;
|
|
608
608
|
data?: undefined | undefined;
|
|
@@ -671,7 +671,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
671
671
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
672
672
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
673
673
|
}, ((state: {
|
|
674
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
674
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
675
675
|
singleClusterMode: boolean;
|
|
676
676
|
cluster: import("../cluster/types").ClusterState;
|
|
677
677
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -707,7 +707,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
707
707
|
};
|
|
708
708
|
lastResult: () => IssueLog[];
|
|
709
709
|
dependencies: [((state: {
|
|
710
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
710
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
711
711
|
singleClusterMode: boolean;
|
|
712
712
|
cluster: import("../cluster/types").ClusterState;
|
|
713
713
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -736,7 +736,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
736
736
|
resetResultsCount: () => void;
|
|
737
737
|
} & {
|
|
738
738
|
resultFunc: (resultFuncArgs_0: {
|
|
739
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
739
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
740
740
|
singleClusterMode: boolean;
|
|
741
741
|
cluster: import("../cluster/types").ClusterState;
|
|
742
742
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -760,11 +760,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
760
760
|
fullscreen: boolean;
|
|
761
761
|
clusters: import("../clusters/types").ClustersFilters;
|
|
762
762
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
763
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
763
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
764
764
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
765
765
|
clusterName: string;
|
|
766
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
767
|
-
}, "
|
|
766
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
767
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
768
768
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
769
769
|
originalArgs?: undefined | undefined;
|
|
770
770
|
data?: undefined | undefined;
|
|
@@ -826,7 +826,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
826
826
|
isError: true;
|
|
827
827
|
})) => IssueLog[];
|
|
828
828
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
829
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
829
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
830
830
|
singleClusterMode: boolean;
|
|
831
831
|
cluster: import("../cluster/types").ClusterState;
|
|
832
832
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -850,11 +850,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
850
850
|
fullscreen: boolean;
|
|
851
851
|
clusters: import("../clusters/types").ClustersFilters;
|
|
852
852
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
853
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
853
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
854
854
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
855
855
|
clusterName: string;
|
|
856
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
857
|
-
}, "
|
|
856
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
857
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
858
858
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
859
859
|
originalArgs?: undefined | undefined;
|
|
860
860
|
data?: undefined | undefined;
|
|
@@ -921,7 +921,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
921
921
|
};
|
|
922
922
|
lastResult: () => IssueLog[];
|
|
923
923
|
dependencies: [(state: RootState) => {
|
|
924
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
924
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
925
925
|
singleClusterMode: boolean;
|
|
926
926
|
cluster: import("../cluster/types").ClusterState;
|
|
927
927
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -945,11 +945,11 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
945
945
|
fullscreen: boolean;
|
|
946
946
|
clusters: import("../clusters/types").ClustersFilters;
|
|
947
947
|
}, (_state: RootState, database: string, clusterName?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
948
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
948
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
949
949
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
950
950
|
clusterName: string;
|
|
951
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
952
|
-
}, "
|
|
951
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
952
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
953
953
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
954
954
|
originalArgs?: undefined | undefined;
|
|
955
955
|
data?: undefined | undefined;
|
|
@@ -1035,7 +1035,7 @@ export declare const selectLeavesIssues: ((state: {
|
|
|
1035
1035
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1036
1036
|
};
|
|
1037
1037
|
export declare const selectAllHealthcheckInfo: ((state: {
|
|
1038
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1038
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1039
1039
|
singleClusterMode: boolean;
|
|
1040
1040
|
cluster: import("../cluster/types").ClusterState;
|
|
1041
1041
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1064,7 +1064,7 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1064
1064
|
resetResultsCount: () => void;
|
|
1065
1065
|
} & {
|
|
1066
1066
|
resultFunc: (resultFuncArgs_0: {
|
|
1067
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1067
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1068
1068
|
singleClusterMode: boolean;
|
|
1069
1069
|
cluster: import("../cluster/types").ClusterState;
|
|
1070
1070
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1088,11 +1088,11 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1088
1088
|
fullscreen: boolean;
|
|
1089
1089
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1090
1090
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1091
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1091
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1092
1092
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1093
1093
|
clusterName: string;
|
|
1094
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1095
|
-
}, "
|
|
1094
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1095
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1096
1096
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1097
1097
|
originalArgs?: undefined | undefined;
|
|
1098
1098
|
data?: undefined | undefined;
|
|
@@ -1154,7 +1154,7 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1154
1154
|
isError: true;
|
|
1155
1155
|
})) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
|
1156
1156
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1157
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1157
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1158
1158
|
singleClusterMode: boolean;
|
|
1159
1159
|
cluster: import("../cluster/types").ClusterState;
|
|
1160
1160
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1178,11 +1178,11 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1178
1178
|
fullscreen: boolean;
|
|
1179
1179
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1180
1180
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1181
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1181
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1182
1182
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1183
1183
|
clusterName: string;
|
|
1184
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1185
|
-
}, "
|
|
1184
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1185
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1186
1186
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1187
1187
|
originalArgs?: undefined | undefined;
|
|
1188
1188
|
data?: undefined | undefined;
|
|
@@ -1249,7 +1249,7 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1249
1249
|
};
|
|
1250
1250
|
lastResult: () => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
|
1251
1251
|
dependencies: [(state: RootState) => {
|
|
1252
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1252
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1253
1253
|
singleClusterMode: boolean;
|
|
1254
1254
|
cluster: import("../cluster/types").ClusterState;
|
|
1255
1255
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1273,11 +1273,11 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1273
1273
|
fullscreen: boolean;
|
|
1274
1274
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1275
1275
|
}, (_state: RootState, database: string, clusterName?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1276
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1276
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1277
1277
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1278
1278
|
clusterName: string;
|
|
1279
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1280
|
-
}, "
|
|
1279
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1280
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1281
1281
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1282
1282
|
originalArgs?: undefined | undefined;
|
|
1283
1283
|
data?: undefined | undefined;
|
|
@@ -1347,7 +1347,7 @@ export declare const selectAllHealthcheckInfo: ((state: {
|
|
|
1347
1347
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1348
1348
|
};
|
|
1349
1349
|
export declare const selectClusterCheckStatus: ((state: {
|
|
1350
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1350
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1351
1351
|
singleClusterMode: boolean;
|
|
1352
1352
|
cluster: import("../cluster/types").ClusterState;
|
|
1353
1353
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1376,7 +1376,7 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1376
1376
|
resetResultsCount: () => void;
|
|
1377
1377
|
} & {
|
|
1378
1378
|
resultFunc: (resultFuncArgs_0: {
|
|
1379
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1379
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1380
1380
|
singleClusterMode: boolean;
|
|
1381
1381
|
cluster: import("../cluster/types").ClusterState;
|
|
1382
1382
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1400,11 +1400,11 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1400
1400
|
fullscreen: boolean;
|
|
1401
1401
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1402
1402
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1403
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1403
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1404
1404
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1405
1405
|
clusterName: string;
|
|
1406
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1407
|
-
}, "
|
|
1406
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1407
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1408
1408
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1409
1409
|
originalArgs?: undefined | undefined;
|
|
1410
1410
|
data?: undefined | undefined;
|
|
@@ -1472,7 +1472,7 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1472
1472
|
isError: true;
|
|
1473
1473
|
})) => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
|
1474
1474
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1475
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1475
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1476
1476
|
singleClusterMode: boolean;
|
|
1477
1477
|
cluster: import("../cluster/types").ClusterState;
|
|
1478
1478
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1496,11 +1496,11 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1496
1496
|
fullscreen: boolean;
|
|
1497
1497
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1498
1498
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1499
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1499
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1500
1500
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1501
1501
|
clusterName: string;
|
|
1502
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1503
|
-
}, "
|
|
1502
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1503
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1504
1504
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1505
1505
|
originalArgs?: undefined | undefined;
|
|
1506
1506
|
data?: undefined | undefined;
|
|
@@ -1573,7 +1573,7 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1573
1573
|
};
|
|
1574
1574
|
lastResult: () => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
|
1575
1575
|
dependencies: [(state: RootState) => {
|
|
1576
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1576
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1577
1577
|
singleClusterMode: boolean;
|
|
1578
1578
|
cluster: import("../cluster/types").ClusterState;
|
|
1579
1579
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1597,11 +1597,11 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1597
1597
|
fullscreen: boolean;
|
|
1598
1598
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1599
1599
|
}, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1600
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1600
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1601
1601
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1602
1602
|
clusterName: string;
|
|
1603
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1604
|
-
}, "
|
|
1603
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1604
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1605
1605
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1606
1606
|
originalArgs?: undefined | undefined;
|
|
1607
1607
|
data?: undefined | undefined;
|
|
@@ -1677,7 +1677,7 @@ export declare const selectClusterCheckStatus: ((state: {
|
|
|
1677
1677
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1678
1678
|
};
|
|
1679
1679
|
export declare const selectClusterLeavesIssues: ((state: {
|
|
1680
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1680
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1681
1681
|
singleClusterMode: boolean;
|
|
1682
1682
|
cluster: import("../cluster/types").ClusterState;
|
|
1683
1683
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1713,7 +1713,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1713
1713
|
};
|
|
1714
1714
|
lastResult: () => import("./types").IssuesTree[];
|
|
1715
1715
|
dependencies: [((state: {
|
|
1716
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1716
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1717
1717
|
singleClusterMode: boolean;
|
|
1718
1718
|
cluster: import("../cluster/types").ClusterState;
|
|
1719
1719
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1742,7 +1742,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1742
1742
|
resetResultsCount: () => void;
|
|
1743
1743
|
} & {
|
|
1744
1744
|
resultFunc: (resultFuncArgs_0: {
|
|
1745
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1745
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1746
1746
|
singleClusterMode: boolean;
|
|
1747
1747
|
cluster: import("../cluster/types").ClusterState;
|
|
1748
1748
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1766,11 +1766,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1766
1766
|
fullscreen: boolean;
|
|
1767
1767
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1768
1768
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1769
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1769
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1770
1770
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1771
1771
|
clusterName: string;
|
|
1772
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1773
|
-
}, "
|
|
1772
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1773
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1774
1774
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1775
1775
|
originalArgs?: undefined | undefined;
|
|
1776
1776
|
data?: undefined | undefined;
|
|
@@ -1838,7 +1838,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1838
1838
|
isError: true;
|
|
1839
1839
|
})) => IssueLog[];
|
|
1840
1840
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1841
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1841
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1842
1842
|
singleClusterMode: boolean;
|
|
1843
1843
|
cluster: import("../cluster/types").ClusterState;
|
|
1844
1844
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1862,11 +1862,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1862
1862
|
fullscreen: boolean;
|
|
1863
1863
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1864
1864
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1865
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1865
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1866
1866
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1867
1867
|
clusterName: string;
|
|
1868
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1869
|
-
}, "
|
|
1868
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1869
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1870
1870
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1871
1871
|
originalArgs?: undefined | undefined;
|
|
1872
1872
|
data?: undefined | undefined;
|
|
@@ -1939,7 +1939,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1939
1939
|
};
|
|
1940
1940
|
lastResult: () => IssueLog[];
|
|
1941
1941
|
dependencies: [(state: RootState) => {
|
|
1942
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1942
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1943
1943
|
singleClusterMode: boolean;
|
|
1944
1944
|
cluster: import("../cluster/types").ClusterState;
|
|
1945
1945
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1963,11 +1963,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
1963
1963
|
fullscreen: boolean;
|
|
1964
1964
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1965
1965
|
}, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1966
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1966
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1967
1967
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1968
1968
|
clusterName: string;
|
|
1969
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1970
|
-
}, "
|
|
1969
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
1970
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1971
1971
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1972
1972
|
originalArgs?: undefined | undefined;
|
|
1973
1973
|
data?: undefined | undefined;
|
|
@@ -2042,7 +2042,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2042
2042
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
2043
2043
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
2044
2044
|
}, ((state: {
|
|
2045
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2045
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2046
2046
|
singleClusterMode: boolean;
|
|
2047
2047
|
cluster: import("../cluster/types").ClusterState;
|
|
2048
2048
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2078,7 +2078,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2078
2078
|
};
|
|
2079
2079
|
lastResult: () => IssueLog[];
|
|
2080
2080
|
dependencies: [((state: {
|
|
2081
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2081
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2082
2082
|
singleClusterMode: boolean;
|
|
2083
2083
|
cluster: import("../cluster/types").ClusterState;
|
|
2084
2084
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2107,7 +2107,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2107
2107
|
resetResultsCount: () => void;
|
|
2108
2108
|
} & {
|
|
2109
2109
|
resultFunc: (resultFuncArgs_0: {
|
|
2110
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2110
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2111
2111
|
singleClusterMode: boolean;
|
|
2112
2112
|
cluster: import("../cluster/types").ClusterState;
|
|
2113
2113
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2131,11 +2131,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2131
2131
|
fullscreen: boolean;
|
|
2132
2132
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2133
2133
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2134
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2134
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2135
2135
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2136
2136
|
clusterName: string;
|
|
2137
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2138
|
-
}, "
|
|
2137
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2138
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2139
2139
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2140
2140
|
originalArgs?: undefined | undefined;
|
|
2141
2141
|
data?: undefined | undefined;
|
|
@@ -2203,7 +2203,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2203
2203
|
isError: true;
|
|
2204
2204
|
})) => IssueLog[];
|
|
2205
2205
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2206
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2206
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2207
2207
|
singleClusterMode: boolean;
|
|
2208
2208
|
cluster: import("../cluster/types").ClusterState;
|
|
2209
2209
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2227,11 +2227,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2227
2227
|
fullscreen: boolean;
|
|
2228
2228
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2229
2229
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2230
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2230
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2231
2231
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2232
2232
|
clusterName: string;
|
|
2233
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2234
|
-
}, "
|
|
2233
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2234
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2235
2235
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2236
2236
|
originalArgs?: undefined | undefined;
|
|
2237
2237
|
data?: undefined | undefined;
|
|
@@ -2304,7 +2304,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2304
2304
|
};
|
|
2305
2305
|
lastResult: () => IssueLog[];
|
|
2306
2306
|
dependencies: [(state: RootState) => {
|
|
2307
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2307
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2308
2308
|
singleClusterMode: boolean;
|
|
2309
2309
|
cluster: import("../cluster/types").ClusterState;
|
|
2310
2310
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2328,11 +2328,11 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2328
2328
|
fullscreen: boolean;
|
|
2329
2329
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2330
2330
|
}, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2331
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2331
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2332
2332
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2333
2333
|
clusterName: string;
|
|
2334
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2335
|
-
}, "
|
|
2334
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2335
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2336
2336
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2337
2337
|
originalArgs?: undefined | undefined;
|
|
2338
2338
|
data?: undefined | undefined;
|
|
@@ -2424,7 +2424,7 @@ export declare const selectClusterLeavesIssues: ((state: {
|
|
|
2424
2424
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
2425
2425
|
};
|
|
2426
2426
|
export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
2427
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2427
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2428
2428
|
singleClusterMode: boolean;
|
|
2429
2429
|
cluster: import("../cluster/types").ClusterState;
|
|
2430
2430
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2453,7 +2453,7 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2453
2453
|
resetResultsCount: () => void;
|
|
2454
2454
|
} & {
|
|
2455
2455
|
resultFunc: (resultFuncArgs_0: {
|
|
2456
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2456
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2457
2457
|
singleClusterMode: boolean;
|
|
2458
2458
|
cluster: import("../cluster/types").ClusterState;
|
|
2459
2459
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2477,11 +2477,11 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2477
2477
|
fullscreen: boolean;
|
|
2478
2478
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2479
2479
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2480
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2480
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2481
2481
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2482
2482
|
clusterName: string;
|
|
2483
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2484
|
-
}, "
|
|
2483
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2484
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2485
2485
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2486
2486
|
originalArgs?: undefined | undefined;
|
|
2487
2487
|
data?: undefined | undefined;
|
|
@@ -2549,7 +2549,7 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2549
2549
|
isError: true;
|
|
2550
2550
|
})) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
|
2551
2551
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
2552
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2552
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2553
2553
|
singleClusterMode: boolean;
|
|
2554
2554
|
cluster: import("../cluster/types").ClusterState;
|
|
2555
2555
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2573,11 +2573,11 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2573
2573
|
fullscreen: boolean;
|
|
2574
2574
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2575
2575
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2576
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2576
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2577
2577
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2578
2578
|
clusterName: string;
|
|
2579
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2580
|
-
}, "
|
|
2579
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2580
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2581
2581
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2582
2582
|
originalArgs?: undefined | undefined;
|
|
2583
2583
|
data?: undefined | undefined;
|
|
@@ -2650,7 +2650,7 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2650
2650
|
};
|
|
2651
2651
|
lastResult: () => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
|
2652
2652
|
dependencies: [(state: RootState) => {
|
|
2653
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
2653
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
2654
2654
|
singleClusterMode: boolean;
|
|
2655
2655
|
cluster: import("../cluster/types").ClusterState;
|
|
2656
2656
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -2674,11 +2674,11 @@ export declare const selectAllClusterHealthcheckInfo: ((state: {
|
|
|
2674
2674
|
fullscreen: boolean;
|
|
2675
2675
|
clusters: import("../clusters/types").ClustersFilters;
|
|
2676
2676
|
}, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
2677
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2677
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<DatabaseHealthcheckQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2678
2678
|
getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2679
2679
|
clusterName: string;
|
|
2680
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
2681
|
-
}, "
|
|
2680
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
|
|
2681
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
2682
2682
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2683
2683
|
originalArgs?: undefined | undefined;
|
|
2684
2684
|
data?: undefined | undefined;
|