ydb-embedded-ui 12.1.1 → 12.2.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/InfoViewer/formatters/schema.js +4 -2
- package/dist/components/InfoViewer/formatters/schema.js.map +1 -1
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js +12 -17
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js.map +1 -1
- package/dist/components/InfoViewer/schemaInfo/i18n/en.json +12 -0
- package/dist/components/InfoViewer/schemaInfo/i18n/index.d.ts +2 -0
- package/dist/components/InfoViewer/schemaInfo/i18n/index.js +5 -0
- package/dist/components/InfoViewer/schemaInfo/i18n/index.js.map +1 -0
- package/dist/components/InfoViewer/schemaInfo/utils.d.ts +10 -0
- package/dist/components/InfoViewer/schemaInfo/utils.js +73 -0
- package/dist/components/InfoViewer/schemaInfo/utils.js.map +1 -0
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/containers/Cluster/Cluster.js +1 -1
- package/dist/containers/Cluster/Cluster.js.map +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.d.ts +1 -1
- package/dist/containers/Tenant/ObjectSummary/i18n/index.d.ts +1 -1
- package/dist/store/configureStore.d.ts +4 -4
- package/dist/store/defaultStore.d.ts +2 -2
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +2 -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 +39 -39
- package/dist/store/reducers/capabilities/hooks.d.ts +5 -5
- package/dist/store/reducers/cluster/cluster.d.ts +5 -5
- package/dist/store/reducers/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +3 -3
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +44 -44
- 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 +3 -3
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +3 -3
- package/dist/store/reducers/node/selectors.d.ts +1 -1
- 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 +4 -4
- package/dist/store/reducers/overview/overview.d.ts +2 -2
- package/dist/store/reducers/partitions/partitions.d.ts +2 -2
- 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/query.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 +39 -39
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +2 -2
- package/dist/store/reducers/storage/storage.d.ts +3 -3
- package/dist/store/reducers/tableData.d.ts +1 -1
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +7 -7
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +3 -3
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +2 -2
- package/dist/store/reducers/tenants/selectors.d.ts +21 -21
- package/dist/store/reducers/tenants/tenants.d.ts +2 -2
- package/dist/store/reducers/topic.d.ts +45 -45
- package/dist/store/reducers/vdisk/vdisk.d.ts +3 -3
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/types/api/schema/tableIndex.d.ts +21 -4
- package/dist/types/api/schema/tableIndex.js +3 -3
- package/dist/types/api/schema/tableIndex.js.map +1 -1
- package/dist/uiFactory/types.d.ts +3 -1
- package/package.json +1 -1
@@ -3,11 +3,11 @@ import type { AppDispatch, RootState } from '../../defaultStore';
|
|
3
3
|
export declare const capabilitiesApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, {
|
4
4
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
5
5
|
database?: string;
|
6
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
7
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
8
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
6
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
7
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
8
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
9
9
|
export declare const selectDatabaseCapabilities: ((state: {
|
10
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
10
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
11
11
|
singleClusterMode: boolean;
|
12
12
|
cluster: import("../cluster/types").ClusterState;
|
13
13
|
tenant: import("../tenant/types").TenantState;
|
@@ -104,7 +104,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
104
104
|
resetResultsCount: () => void;
|
105
105
|
} & {
|
106
106
|
resultFunc: (resultFuncArgs_0: {
|
107
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
107
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
108
108
|
singleClusterMode: boolean;
|
109
109
|
cluster: import("../cluster/types").ClusterState;
|
110
110
|
tenant: import("../tenant/types").TenantState;
|
@@ -132,9 +132,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
132
132
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
133
133
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
134
134
|
database?: string;
|
135
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
136
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
137
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
135
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
136
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
137
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
138
138
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
139
139
|
originalArgs?: undefined | undefined;
|
140
140
|
data?: undefined | undefined;
|
@@ -268,7 +268,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
268
268
|
isError: true;
|
269
269
|
});
|
270
270
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
271
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
271
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
272
272
|
singleClusterMode: boolean;
|
273
273
|
cluster: import("../cluster/types").ClusterState;
|
274
274
|
tenant: import("../tenant/types").TenantState;
|
@@ -296,9 +296,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
296
296
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
297
297
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
298
298
|
database?: string;
|
299
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
300
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
301
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
299
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
300
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
301
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
302
302
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
303
303
|
originalArgs?: undefined | undefined;
|
304
304
|
data?: undefined | undefined;
|
@@ -503,7 +503,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
503
503
|
isError: true;
|
504
504
|
});
|
505
505
|
dependencies: [(state: RootState) => {
|
506
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
506
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
507
507
|
singleClusterMode: boolean;
|
508
508
|
cluster: import("../cluster/types").ClusterState;
|
509
509
|
tenant: import("../tenant/types").TenantState;
|
@@ -531,9 +531,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
531
531
|
}, (_state: RootState, database?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
532
532
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
533
533
|
database?: string;
|
534
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
535
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
536
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
534
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
535
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
536
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
537
537
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
538
538
|
originalArgs?: undefined | undefined;
|
539
539
|
data?: undefined | undefined;
|
@@ -609,7 +609,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
609
609
|
memoize: typeof import("reselect").weakMapMemoize;
|
610
610
|
};
|
611
611
|
export declare const selectCapabilityVersion: ((state: {
|
612
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
612
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
613
613
|
singleClusterMode: boolean;
|
614
614
|
cluster: import("../cluster/types").ClusterState;
|
615
615
|
tenant: import("../tenant/types").TenantState;
|
@@ -640,7 +640,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
640
640
|
resetResultsCount: () => void;
|
641
641
|
} & {
|
642
642
|
resultFunc: (resultFuncArgs_0: {
|
643
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
643
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
644
644
|
singleClusterMode: boolean;
|
645
645
|
cluster: import("../cluster/types").ClusterState;
|
646
646
|
tenant: import("../tenant/types").TenantState;
|
@@ -667,7 +667,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
667
667
|
clusters: import("../clusters/types").ClustersFilters;
|
668
668
|
}, resultFuncArgs_1: Capability, resultFuncArgs_2: string | undefined) => number | undefined;
|
669
669
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
670
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
670
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
671
671
|
singleClusterMode: boolean;
|
672
672
|
cluster: import("../cluster/types").ClusterState;
|
673
673
|
tenant: import("../tenant/types").TenantState;
|
@@ -699,7 +699,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
699
699
|
};
|
700
700
|
lastResult: () => number | undefined;
|
701
701
|
dependencies: [(state: RootState) => {
|
702
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
702
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
703
703
|
singleClusterMode: boolean;
|
704
704
|
cluster: import("../cluster/types").ClusterState;
|
705
705
|
tenant: import("../tenant/types").TenantState;
|
@@ -734,7 +734,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
734
734
|
memoize: typeof import("reselect").weakMapMemoize;
|
735
735
|
};
|
736
736
|
export declare const selectSecuritySetting: ((state: {
|
737
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
737
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
738
738
|
singleClusterMode: boolean;
|
739
739
|
cluster: import("../cluster/types").ClusterState;
|
740
740
|
tenant: import("../tenant/types").TenantState;
|
@@ -765,7 +765,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
765
765
|
resetResultsCount: () => void;
|
766
766
|
} & {
|
767
767
|
resultFunc: (resultFuncArgs_0: {
|
768
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
768
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
769
769
|
singleClusterMode: boolean;
|
770
770
|
cluster: import("../cluster/types").ClusterState;
|
771
771
|
tenant: import("../tenant/types").TenantState;
|
@@ -792,7 +792,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
792
792
|
clusters: import("../clusters/types").ClustersFilters;
|
793
793
|
}, resultFuncArgs_1: SecuritySetting, resultFuncArgs_2: string | undefined) => boolean | undefined;
|
794
794
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
795
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
795
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
796
796
|
singleClusterMode: boolean;
|
797
797
|
cluster: import("../cluster/types").ClusterState;
|
798
798
|
tenant: import("../tenant/types").TenantState;
|
@@ -824,7 +824,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
824
824
|
};
|
825
825
|
lastResult: () => boolean | undefined;
|
826
826
|
dependencies: [(state: RootState) => {
|
827
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
827
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
828
828
|
singleClusterMode: boolean;
|
829
829
|
cluster: import("../cluster/types").ClusterState;
|
830
830
|
tenant: import("../tenant/types").TenantState;
|
@@ -859,7 +859,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
859
859
|
memoize: typeof import("reselect").weakMapMemoize;
|
860
860
|
};
|
861
861
|
export declare const selectGraphShardExists: ((state: {
|
862
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
862
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
863
863
|
singleClusterMode: boolean;
|
864
864
|
cluster: import("../cluster/types").ClusterState;
|
865
865
|
tenant: import("../tenant/types").TenantState;
|
@@ -890,7 +890,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
890
890
|
resetResultsCount: () => void;
|
891
891
|
} & {
|
892
892
|
resultFunc: (resultFuncArgs_0: {
|
893
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
893
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
894
894
|
singleClusterMode: boolean;
|
895
895
|
cluster: import("../cluster/types").ClusterState;
|
896
896
|
tenant: import("../tenant/types").TenantState;
|
@@ -917,7 +917,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
917
917
|
clusters: import("../clusters/types").ClustersFilters;
|
918
918
|
}, resultFuncArgs_1: string | undefined) => boolean | undefined;
|
919
919
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
920
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
920
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
921
921
|
singleClusterMode: boolean;
|
922
922
|
cluster: import("../cluster/types").ClusterState;
|
923
923
|
tenant: import("../tenant/types").TenantState;
|
@@ -949,7 +949,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
949
949
|
};
|
950
950
|
lastResult: () => boolean | undefined;
|
951
951
|
dependencies: [(state: RootState) => {
|
952
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
952
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
953
953
|
singleClusterMode: boolean;
|
954
954
|
cluster: import("../cluster/types").ClusterState;
|
955
955
|
tenant: import("../tenant/types").TenantState;
|
@@ -984,7 +984,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
984
984
|
memoize: typeof import("reselect").weakMapMemoize;
|
985
985
|
};
|
986
986
|
export declare const selectBridgeModeEnabled: ((state: {
|
987
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
987
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
988
988
|
singleClusterMode: boolean;
|
989
989
|
cluster: import("../cluster/types").ClusterState;
|
990
990
|
tenant: import("../tenant/types").TenantState;
|
@@ -1015,7 +1015,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
1015
1015
|
resetResultsCount: () => void;
|
1016
1016
|
} & {
|
1017
1017
|
resultFunc: (resultFuncArgs_0: {
|
1018
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1018
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1019
1019
|
singleClusterMode: boolean;
|
1020
1020
|
cluster: import("../cluster/types").ClusterState;
|
1021
1021
|
tenant: import("../tenant/types").TenantState;
|
@@ -1042,7 +1042,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
1042
1042
|
clusters: import("../clusters/types").ClustersFilters;
|
1043
1043
|
}, resultFuncArgs_1: string | undefined) => boolean | undefined;
|
1044
1044
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
1045
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1045
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1046
1046
|
singleClusterMode: boolean;
|
1047
1047
|
cluster: import("../cluster/types").ClusterState;
|
1048
1048
|
tenant: import("../tenant/types").TenantState;
|
@@ -1074,7 +1074,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
1074
1074
|
};
|
1075
1075
|
lastResult: () => boolean | undefined;
|
1076
1076
|
dependencies: [(state: RootState) => {
|
1077
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1077
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1078
1078
|
singleClusterMode: boolean;
|
1079
1079
|
cluster: import("../cluster/types").ClusterState;
|
1080
1080
|
tenant: import("../tenant/types").TenantState;
|
@@ -1115,9 +1115,9 @@ export declare function queryCapability(capability: Capability, database: string
|
|
1115
1115
|
export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/query").RootState<{
|
1116
1116
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1117
1117
|
database?: string;
|
1118
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
1119
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
1120
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
1118
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
1119
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
1120
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
1121
1121
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1122
1122
|
originalArgs?: undefined | undefined;
|
1123
1123
|
data?: undefined | undefined;
|
@@ -1179,7 +1179,7 @@ export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/qu
|
|
1179
1179
|
isError: true;
|
1180
1180
|
});
|
1181
1181
|
export declare const selectMetaCapabilityVersion: ((state: {
|
1182
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1182
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1183
1183
|
singleClusterMode: boolean;
|
1184
1184
|
cluster: import("../cluster/types").ClusterState;
|
1185
1185
|
tenant: import("../tenant/types").TenantState;
|
@@ -1210,7 +1210,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
1210
1210
|
resetResultsCount: () => void;
|
1211
1211
|
} & {
|
1212
1212
|
resultFunc: (resultFuncArgs_0: {
|
1213
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1213
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1214
1214
|
singleClusterMode: boolean;
|
1215
1215
|
cluster: import("../cluster/types").ClusterState;
|
1216
1216
|
tenant: import("../tenant/types").TenantState;
|
@@ -1237,7 +1237,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
1237
1237
|
clusters: import("../clusters/types").ClustersFilters;
|
1238
1238
|
}, resultFuncArgs_1: MetaCapability) => number | undefined;
|
1239
1239
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
1240
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1240
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1241
1241
|
singleClusterMode: boolean;
|
1242
1242
|
cluster: import("../cluster/types").ClusterState;
|
1243
1243
|
tenant: import("../tenant/types").TenantState;
|
@@ -1269,7 +1269,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
1269
1269
|
};
|
1270
1270
|
lastResult: () => number | undefined;
|
1271
1271
|
dependencies: [(state: RootState) => {
|
1272
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1272
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1273
1273
|
singleClusterMode: boolean;
|
1274
1274
|
cluster: import("../cluster/types").ClusterState;
|
1275
1275
|
tenant: import("../tenant/types").TenantState;
|
@@ -18,7 +18,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
18
18
|
isUninitialized: true;
|
19
19
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
20
20
|
database?: string;
|
21
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
21
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
22
22
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
23
23
|
isUninitialized: false;
|
24
24
|
isLoading: false;
|
@@ -35,7 +35,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
35
35
|
error: undefined;
|
36
36
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
37
37
|
database?: string;
|
38
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
38
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
39
39
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
40
40
|
isUninitialized: false;
|
41
41
|
isLoading: false;
|
@@ -48,7 +48,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
48
48
|
error: undefined;
|
49
49
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
50
50
|
database?: string;
|
51
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
51
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
52
52
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
53
53
|
isUninitialized: false;
|
54
54
|
isLoading: false;
|
@@ -59,7 +59,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
59
59
|
isError: true;
|
60
60
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
61
61
|
database?: string;
|
62
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
62
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
63
63
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
64
64
|
isUninitialized: false;
|
65
65
|
isLoading: false;
|
@@ -71,7 +71,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
71
71
|
}) & {
|
72
72
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
73
73
|
database?: string;
|
74
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>>;
|
74
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>>;
|
75
75
|
};
|
76
76
|
export declare function useCapabilitiesLoaded(): boolean;
|
77
77
|
export declare const useCreateDirectoryFeatureAvailable: () => boolean;
|
@@ -8,12 +8,12 @@ export declare function updateDefaultClusterTab(tab: string): (dispatch: Dispatc
|
|
8
8
|
declare const _default: import("redux").Reducer<ClusterState>;
|
9
9
|
export default _default;
|
10
10
|
export declare const clusterApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
11
|
-
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
11
|
+
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
12
12
|
clusterData: TClusterInfo;
|
13
13
|
groupsStats?: ClusterGroupsStats;
|
14
14
|
}, "api", typeof import("../api")._NEVER>;
|
15
|
-
getClusterBaseInfo: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
16
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
15
|
+
getClusterBaseInfo: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
16
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
17
17
|
export declare function useClusterBaseInfo(): {
|
18
18
|
monitoring: string | import("../../../types/api/meta").MetaClusterMonitoringData | undefined;
|
19
19
|
name: string | undefined;
|
@@ -39,7 +39,7 @@ export declare function useClusterBaseInfo(): {
|
|
39
39
|
};
|
40
40
|
export type ClusterInfo = ReturnType<typeof useClusterBaseInfo> & Record<string, unknown>;
|
41
41
|
export declare const selectClusterTitle: ((state: {
|
42
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
42
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
43
43
|
singleClusterMode: boolean;
|
44
44
|
cluster: ClusterState;
|
45
45
|
tenant: import("../tenant/types").TenantState;
|
@@ -95,7 +95,7 @@ export declare const selectClusterTitle: ((state: {
|
|
95
95
|
memoize: typeof import("reselect").weakMapMemoize;
|
96
96
|
};
|
97
97
|
export declare const selectClusterTabletsWithFqdn: ((state: {
|
98
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
98
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
99
99
|
singleClusterMode: boolean;
|
100
100
|
cluster: ClusterState;
|
101
101
|
tenant: import("../tenant/types").TenantState;
|
@@ -3,5 +3,5 @@ declare const _default: import("redux").Reducer<ClustersFilters>;
|
|
3
3
|
export default _default;
|
4
4
|
export declare const changeClustersFilters: import("@reduxjs/toolkit").ActionCreatorWithPayload<Partial<ClustersFilters>, "clusters/changeClustersFilters">;
|
5
5
|
export declare const clustersApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
6
|
-
getClustersList: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("./types").PreparedCluster[] | undefined, "api", any>;
|
7
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
6
|
+
getClustersList: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("./types").PreparedCluster[] | undefined, "api", any>;
|
7
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import type { AcceptEvent, DeclineEvent, IgnoreEvent, PromptFile, Suggestions } from '@ydb-platform/monaco-ghost';
|
2
2
|
import type { TelemetryOpenTabs } from '../../../types/api/codeAssist';
|
3
3
|
export declare const codeAssistApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
4
|
-
getCodeAssistSuggestions: import("@reduxjs/toolkit/query").QueryDefinition<PromptFile[], import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", Suggestions, "api", typeof import("../api")._NEVER>;
|
5
|
-
acceptSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<AcceptEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
6
|
-
discardSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<DeclineEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
7
|
-
ignoreSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<IgnoreEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
8
|
-
sendUserQueriesData: import("@reduxjs/toolkit/query").MutationDefinition<TelemetryOpenTabs, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
9
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
4
|
+
getCodeAssistSuggestions: import("@reduxjs/toolkit/query").QueryDefinition<PromptFile[], import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", Suggestions, "api", typeof import("../api")._NEVER>;
|
5
|
+
acceptSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<AcceptEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
6
|
+
discardSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<DeclineEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
7
|
+
ignoreSuggestion: import("@reduxjs/toolkit/query").MutationDefinition<IgnoreEvent, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
8
|
+
sendUserQueriesData: import("@reduxjs/toolkit/query").MutationDefinition<TelemetryOpenTabs, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
9
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -13,6 +13,6 @@ type TopQueriesRequestParams = QueriesRequestParams & {
|
|
13
13
|
timeFrame: TimeFrame;
|
14
14
|
};
|
15
15
|
export declare const topQueriesApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
16
|
-
getTopQueries: import("@reduxjs/toolkit/query").QueryDefinition<TopQueriesRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
17
|
-
getRunningQueries: import("@reduxjs/toolkit/query").QueryDefinition<QueriesRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
18
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
16
|
+
getTopQueries: import("@reduxjs/toolkit/query").QueryDefinition<TopQueriesRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
17
|
+
getRunningQueries: import("@reduxjs/toolkit/query").QueryDefinition<QueriesRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
18
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|