ydb-embedded-ui 9.10.0 → 10.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 +0 -1
- package/dist/components/ComponentsProvider/componentsRegistry.js.map +1 -1
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/Search/Search.d.ts +3 -4
- package/dist/components/Search/Search.js +2 -2
- package/dist/components/Search/Search.js.map +1 -1
- package/dist/components/VDiskInfo/VDiskInfo.d.ts +4 -3
- package/dist/components/VDiskInfo/VDiskInfo.js +48 -45
- package/dist/components/VDiskInfo/VDiskInfo.js.map +1 -1
- package/dist/components/VDiskInfo/VDiskInfo.scss +4 -0
- package/dist/containers/AsideNavigation/hooks/useHotkeysPanel.d.ts +6 -9
- package/dist/containers/AsideNavigation/hooks/useHotkeysPanel.js +5 -5
- package/dist/containers/AsideNavigation/hooks/useHotkeysPanel.js.map +1 -1
- package/dist/containers/Clusters/Clusters.js +5 -3
- package/dist/containers/Clusters/Clusters.js.map +1 -1
- package/dist/containers/Clusters/Clusters.scss +12 -66
- package/dist/containers/Clusters/columns.d.ts +1 -0
- package/dist/containers/Clusters/columns.js +64 -55
- package/dist/containers/Clusters/columns.js.map +1 -1
- package/dist/containers/Clusters/constants.d.ts +2 -6
- package/dist/containers/Clusters/constants.js +1 -7
- package/dist/containers/Clusters/constants.js.map +1 -1
- package/dist/containers/Clusters/i18n/en.json +3 -1
- package/dist/containers/Clusters/i18n/index.d.ts +1 -1
- package/dist/containers/Header/Header.js +0 -5
- package/dist/containers/Header/Header.js.map +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.d.ts +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.js +8 -3
- package/dist/containers/Operations/useOperationsInfiniteQuery.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +3 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.scss +0 -6
- package/dist/containers/VDiskPage/VDiskPage.js +2 -2
- package/dist/containers/VDiskPage/VDiskPage.js.map +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 +1 -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 +31 -31
- 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 +3 -3
- package/dist/store/reducers/operations.d.ts +5 -4
- package/dist/store/reducers/operations.js +1 -1
- package/dist/store/reducers/operations.js.map +1 -1
- 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 +3 -3
- 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 +2 -2
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/types/api/common.d.ts +1 -1
- package/dist/uiFactory/types.d.ts +1 -0
- package/dist/utils/__test__/parseBalancer.test.js +10 -1
- package/dist/utils/__test__/parseBalancer.test.js.map +1 -1
- package/dist/utils/parseBalancer.js +1 -1
- package/dist/utils/parseBalancer.js.map +1 -1
- package/package.json +1 -1
@@ -8,7 +8,7 @@ export declare const metaBackend: string | undefined;
|
|
8
8
|
export declare const codeAssistBackend: string | undefined;
|
9
9
|
export declare function configureStore({ aRootReducer, singleClusterMode, api, }?: {
|
10
10
|
aRootReducer?: Reducer<{
|
11
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
11
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
12
12
|
singleClusterMode: boolean;
|
13
13
|
cluster: import("./reducers/cluster/types").ClusterState;
|
14
14
|
tenant: import("./reducers/tenant/types").TenantState;
|
@@ -42,7 +42,7 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
42
42
|
} | {
|
43
43
|
readonly type: "DISABLE_FULLSCREEN_MODE";
|
44
44
|
} | Action<string>, Partial<{
|
45
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api"> | undefined;
|
45
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api"> | undefined;
|
46
46
|
singleClusterMode: boolean | undefined;
|
47
47
|
cluster: import("./reducers/cluster/types").ClusterState | undefined;
|
48
48
|
tenant: import("./reducers/tenant/types").TenantState | undefined;
|
@@ -73,7 +73,7 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
73
73
|
}): {
|
74
74
|
history: History<unknown>;
|
75
75
|
store: import("@reduxjs/toolkit").EnhancedStore<{
|
76
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
76
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
77
77
|
singleClusterMode: boolean;
|
78
78
|
cluster: import("./reducers/cluster/types").ClusterState;
|
79
79
|
tenant: import("./reducers/tenant/types").TenantState;
|
@@ -108,7 +108,7 @@ export declare function configureStore({ aRootReducer, singleClusterMode, api, }
|
|
108
108
|
readonly type: "DISABLE_FULLSCREEN_MODE";
|
109
109
|
} | Action<string>, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
110
110
|
dispatch: import("redux-thunk").ThunkDispatch<{
|
111
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
111
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
112
112
|
singleClusterMode: boolean;
|
113
113
|
cluster: import("./reducers/cluster/types").ClusterState;
|
114
114
|
tenant: import("./reducers/tenant/types").TenantState;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
2
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
2
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
3
3
|
singleClusterMode: boolean;
|
4
4
|
cluster: import("./reducers/cluster/types").ClusterState;
|
5
5
|
tenant: import("./reducers/tenant/types").TenantState;
|
@@ -34,7 +34,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
34
34
|
readonly type: "DISABLE_FULLSCREEN_MODE";
|
35
35
|
} | import("redux").Action<string>, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
36
36
|
dispatch: import("redux-thunk").ThunkDispatch<{
|
37
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
37
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
38
38
|
singleClusterMode: boolean;
|
39
39
|
cluster: import("./reducers/cluster/types").ClusterState;
|
40
40
|
tenant: import("./reducers/tenant/types").TenantState;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import type { BaseQueryFn } from '@reduxjs/toolkit/query';
|
2
|
-
export declare const api: import("@reduxjs/toolkit/query").Api<BaseQueryFn<void, typeof _NEVER, unknown, {}>, {}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
2
|
+
export declare const api: import("@reduxjs/toolkit/query").Api<BaseQueryFn<void, typeof _NEVER, unknown, {}>, {}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
3
3
|
export declare const _NEVER: unique symbol;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/store/reducers/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AAEvD,MAAM,CAAC,MAAM,GAAG,GAAG,SAAS,CAAC;IACzB,SAAS,EAAE,aAAa,EAAE;IAC1B;;;OAGG;IACH,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,oBAAoB,EAAE,aAAa;IACnC,QAAQ,EAAE;QACN,KAAK;QACL,WAAW;QACX,aAAa;QACb,YAAY;QACZ,aAAa;QACb,QAAQ;QACR,UAAU;QACV,WAAW;QACX,cAAc;QACd,SAAS;
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/store/reducers/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AAEvD,MAAM,CAAC,MAAM,GAAG,GAAG,SAAS,CAAC;IACzB,SAAS,EAAE,aAAa,EAAE;IAC1B;;;OAGG;IACH,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,oBAAoB,EAAE,aAAa;IACnC,QAAQ,EAAE;QACN,KAAK;QACL,WAAW;QACX,aAAa;QACb,YAAY;QACZ,aAAa;QACb,QAAQ;QACR,UAAU;QACV,WAAW;QACX,cAAc;QACd,SAAS;QACT,iBAAiB;KACpB;CACJ,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,EAAE,CAAC;AAG/B;;;;;GAKG;AACH,SAAS,aAAa;IAClB,OAAO;QACH,MAAM,IAAI,KAAK,CACX,+FAA+F,CAClG,CAAC;IACN,CAAC,CAAC;AACN,CAAC"}
|
@@ -23,11 +23,11 @@ export declare const selectIsUserAllowedToMakeChanges: import("reselect").Select
|
|
23
23
|
export declare const authenticationApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
24
24
|
whoami: import("@reduxjs/toolkit/query").QueryDefinition<{
|
25
25
|
database?: string;
|
26
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", TUserToken | undefined, "api", any>;
|
26
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", TUserToken | undefined, "api", any>;
|
27
27
|
authenticate: import("@reduxjs/toolkit/query").MutationDefinition<{
|
28
28
|
user: string;
|
29
29
|
password: string;
|
30
30
|
database?: string;
|
31
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", any, "api", any>;
|
32
|
-
logout: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", any, "api", any>;
|
33
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
31
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
32
|
+
logout: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
33
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -3,6 +3,6 @@ interface SendQueryParams extends Omit<QueryRequestParams, 'query'> {
|
|
3
3
|
queryId: string;
|
4
4
|
}
|
5
5
|
export declare const cancelQueryApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
6
|
-
cancelQuery: import("@reduxjs/toolkit/query").MutationDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", IQueryResult, "api", typeof import("./api")._NEVER>;
|
7
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
6
|
+
cancelQuery: import("@reduxjs/toolkit/query").MutationDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", IQueryResult, "api", typeof import("./api")._NEVER>;
|
7
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
8
8
|
export {};
|
@@ -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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
8
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", 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" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
8
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
10
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
107
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
137
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
135
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
137
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
271
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
301
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
299
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
301
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
506
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
536
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
534
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
536
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
612
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
643
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
670
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
702
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
737
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
768
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
795
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", "api">;
|
827
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
828
828
|
singleClusterMode: boolean;
|
829
829
|
cluster: import("../cluster/types").ClusterState;
|
830
830
|
tenant: import("../tenant/types").TenantState;
|
@@ -865,9 +865,9 @@ export declare function queryCapability(capability: Capability, database: string
|
|
865
865
|
export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/query").RootState<{
|
866
866
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
867
867
|
database?: string;
|
868
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
869
|
-
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" | "AccessRights" | "Backups", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
870
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
868
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
869
|
+
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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
870
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
871
871
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
872
872
|
originalArgs?: undefined | undefined;
|
873
873
|
data?: undefined | undefined;
|
@@ -929,7 +929,7 @@ export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/qu
|
|
929
929
|
isError: true;
|
930
930
|
});
|
931
931
|
export declare const selectMetaCapabilityVersion: ((state: {
|
932
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
932
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
933
933
|
singleClusterMode: boolean;
|
934
934
|
cluster: import("../cluster/types").ClusterState;
|
935
935
|
tenant: import("../tenant/types").TenantState;
|
@@ -960,7 +960,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
960
960
|
resetResultsCount: () => void;
|
961
961
|
} & {
|
962
962
|
resultFunc: (resultFuncArgs_0: {
|
963
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
963
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
964
964
|
singleClusterMode: boolean;
|
965
965
|
cluster: import("../cluster/types").ClusterState;
|
966
966
|
tenant: import("../tenant/types").TenantState;
|
@@ -987,7 +987,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
987
987
|
clusters: import("../clusters/types").ClustersFilters;
|
988
988
|
}, resultFuncArgs_1: MetaCapability) => number | undefined;
|
989
989
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
990
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
990
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
991
991
|
singleClusterMode: boolean;
|
992
992
|
cluster: import("../cluster/types").ClusterState;
|
993
993
|
tenant: import("../tenant/types").TenantState;
|
@@ -1019,7 +1019,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
1019
1019
|
};
|
1020
1020
|
lastResult: () => number | undefined;
|
1021
1021
|
dependencies: [(state: RootState) => {
|
1022
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
1022
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
1023
1023
|
singleClusterMode: boolean;
|
1024
1024
|
cluster: import("../cluster/types").ClusterState;
|
1025
1025
|
tenant: import("../tenant/types").TenantState;
|
@@ -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" | "AccessRights" | "Backups", {
|
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" | "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" | "AccessRights" | "Backups", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
16
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", 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" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
16
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
17
17
|
export declare function useClusterBaseInfo(): {
|
18
18
|
name: string | undefined;
|
19
19
|
title: string | undefined;
|
@@ -37,7 +37,7 @@ export declare function useClusterBaseInfo(): {
|
|
37
37
|
};
|
38
38
|
export type ClusterInfo = ReturnType<typeof useClusterBaseInfo> & Record<string, unknown>;
|
39
39
|
export declare const selectClusterTitle: ((state: {
|
40
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
40
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
41
41
|
singleClusterMode: boolean;
|
42
42
|
cluster: ClusterState;
|
43
43
|
tenant: import("../tenant/types").TenantState;
|
@@ -93,7 +93,7 @@ export declare const selectClusterTitle: ((state: {
|
|
93
93
|
memoize: typeof import("reselect").weakMapMemoize;
|
94
94
|
};
|
95
95
|
export declare const selectClusterTabletsWithFqdn: ((state: {
|
96
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
96
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
97
97
|
singleClusterMode: boolean;
|
98
98
|
cluster: ClusterState;
|
99
99
|
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" | "AccessRights" | "Backups", import("./types").PreparedCluster[] | undefined, "api", any>;
|
7
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", 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" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", import("./types").PreparedCluster[] | undefined, "api", any>;
|
7
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", any, "api", any>;
|
9
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", 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" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "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" | "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" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", any, "api", any>;
|
9
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups", 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" | "AccessRights" | "Backups", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
18
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", 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" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "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" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
18
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|