ydb-embedded-ui 9.11.0 → 10.1.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/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/Header/Header.js +0 -5
- package/dist/containers/Header/Header.js.map +1 -1
- package/dist/containers/Operations/Operations.js +2 -2
- package/dist/containers/Operations/Operations.js.map +1 -1
- package/dist/containers/Operations/OperationsControls.d.ts +1 -4
- package/dist/containers/Operations/OperationsControls.js +2 -3
- package/dist/containers/Operations/OperationsControls.js.map +1 -1
- package/dist/containers/Operations/i18n/en.json +0 -1
- package/dist/containers/Operations/i18n/index.d.ts +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.d.ts +1 -2
- package/dist/containers/Operations/useOperationsInfiniteQuery.js +8 -4
- package/dist/containers/Operations/useOperationsInfiniteQuery.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +1 -5
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js.map +1 -1
- package/dist/containers/Tenant/Query/QuerySettingsDialog/TimeoutLabel.js +1 -5
- package/dist/containers/Tenant/Query/QuerySettingsDialog/TimeoutLabel.js.map +1 -1
- package/dist/containers/Versions/Versions.js +1 -1
- package/dist/containers/Versions/Versions.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/styles/index.scss +1 -0
- package/dist/styles/versions.scss +106 -0
- package/dist/types/api/common.d.ts +1 -1
- package/dist/utils/__test__/parseBalancer.test.js +10 -1
- package/dist/utils/__test__/parseBalancer.test.js.map +1 -1
- package/dist/utils/clusterVersionColors.js +4 -6
- package/dist/utils/clusterVersionColors.js.map +1 -1
- package/dist/utils/hooks/useQueryExecutionSettings.js +1 -5
- package/dist/utils/hooks/useQueryExecutionSettings.js.map +1 -1
- package/dist/utils/parseBalancer.js +1 -1
- package/dist/utils/parseBalancer.js.map +1 -1
- package/dist/utils/versions/getVersionsColors.d.ts +4 -2
- package/dist/utils/versions/getVersionsColors.js +87 -20
- package/dist/utils/versions/getVersionsColors.js.map +1 -1
- package/package.json +1 -1
- package/dist/utils/hooks/useDisableOidcStreaming.d.ts +0 -5
- package/dist/utils/hooks/useDisableOidcStreaming.js +0 -10
- package/dist/utils/hooks/useDisableOidcStreaming.js.map +0 -1
@@ -96,6 +96,6 @@ interface QueryStats {
|
|
96
96
|
endTime?: string | number;
|
97
97
|
}
|
98
98
|
export declare const queryApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
99
|
-
useStreamQuery: import("@reduxjs/toolkit/query").MutationDefinition<StreamQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", null, "api", typeof import("../api")._NEVER>;
|
100
|
-
useSendQuery: 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", null, "api", typeof import("../api")._NEVER>;
|
101
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
99
|
+
useStreamQuery: import("@reduxjs/toolkit/query").MutationDefinition<StreamQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", null, "api", typeof import("../api")._NEVER>;
|
100
|
+
useSendQuery: 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", null, "api", typeof import("../api")._NEVER>;
|
101
|
+
}, "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>;
|
@@ -2,5 +2,5 @@ export declare const replicationApi: import("@reduxjs/toolkit/query").Api<import
|
|
2
2
|
getReplication: import("@reduxjs/toolkit/query").QueryDefinition<{
|
3
3
|
path: string;
|
4
4
|
database: string;
|
5
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../types/api/replication").DescribeReplicationResult | undefined, "api", any>;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
5
|
+
}, 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/replication").DescribeReplicationResult | undefined, "api", any>;
|
6
|
+
}, "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>;
|
@@ -27,16 +27,16 @@ export declare const schemaApi: import("@reduxjs/toolkit/query").Api<import("@re
|
|
27
27
|
createDirectory: import("@reduxjs/toolkit/query").MutationDefinition<{
|
28
28
|
database: string;
|
29
29
|
path: string;
|
30
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", unknown, "api", typeof import("../api")._NEVER>;
|
30
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", unknown, "api", typeof import("../api")._NEVER>;
|
31
31
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
32
32
|
path: string;
|
33
33
|
database: string;
|
34
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
34
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
35
35
|
[path: string]: TEvDescribeSchemeResult & {
|
36
36
|
partial?: boolean;
|
37
37
|
};
|
38
38
|
}, "api", typeof import("../api")._NEVER>;
|
39
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
39
|
+
}, "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>;
|
40
40
|
export declare function useGetSchemaQuery({ path, database }: {
|
41
41
|
path: string;
|
42
42
|
database: string;
|
@@ -48,7 +48,7 @@ export declare function useGetSchemaQuery({ path, database }: {
|
|
48
48
|
error: unknown;
|
49
49
|
};
|
50
50
|
export declare const selectSchemaObjectData: ((state: {
|
51
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
51
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
52
52
|
singleClusterMode: boolean;
|
53
53
|
cluster: import("../cluster/types").ClusterState;
|
54
54
|
tenant: import("../tenant/types").TenantState;
|
@@ -81,7 +81,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
81
81
|
resetResultsCount: () => void;
|
82
82
|
} & {
|
83
83
|
resultFunc: (resultFuncArgs_0: {
|
84
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
84
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
85
85
|
singleClusterMode: boolean;
|
86
86
|
cluster: import("../cluster/types").ClusterState;
|
87
87
|
tenant: import("../tenant/types").TenantState;
|
@@ -110,16 +110,16 @@ export declare const selectSchemaObjectData: ((state: {
|
|
110
110
|
createDirectory: import("@reduxjs/toolkit/query").MutationDefinition<{
|
111
111
|
database: string;
|
112
112
|
path: string;
|
113
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", unknown, "api", typeof import("../api")._NEVER>;
|
113
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", unknown, "api", typeof import("../api")._NEVER>;
|
114
114
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
115
115
|
path: string;
|
116
116
|
database: string;
|
117
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
117
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
118
118
|
[path: string]: TEvDescribeSchemeResult & {
|
119
119
|
partial?: boolean;
|
120
120
|
};
|
121
121
|
}, "api", typeof import("../api")._NEVER>;
|
122
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
122
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
123
123
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
124
124
|
originalArgs?: undefined | undefined;
|
125
125
|
data?: undefined | undefined;
|
@@ -204,7 +204,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
204
204
|
partial?: boolean;
|
205
205
|
}) | undefined;
|
206
206
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
207
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
207
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
208
208
|
singleClusterMode: boolean;
|
209
209
|
cluster: import("../cluster/types").ClusterState;
|
210
210
|
tenant: import("../tenant/types").TenantState;
|
@@ -233,16 +233,16 @@ export declare const selectSchemaObjectData: ((state: {
|
|
233
233
|
createDirectory: import("@reduxjs/toolkit/query").MutationDefinition<{
|
234
234
|
database: string;
|
235
235
|
path: string;
|
236
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", unknown, "api", typeof import("../api")._NEVER>;
|
236
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", unknown, "api", typeof import("../api")._NEVER>;
|
237
237
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
238
238
|
path: string;
|
239
239
|
database: string;
|
240
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
240
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
241
241
|
[path: string]: TEvDescribeSchemeResult & {
|
242
242
|
partial?: boolean;
|
243
243
|
};
|
244
244
|
}, "api", typeof import("../api")._NEVER>;
|
245
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
245
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
246
246
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
247
247
|
originalArgs?: undefined | undefined;
|
248
248
|
data?: undefined | undefined;
|
@@ -334,7 +334,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
334
334
|
partial?: boolean;
|
335
335
|
}) | undefined;
|
336
336
|
dependencies: [(state: RootState) => {
|
337
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
337
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
338
338
|
singleClusterMode: boolean;
|
339
339
|
cluster: import("../cluster/types").ClusterState;
|
340
340
|
tenant: import("../tenant/types").TenantState;
|
@@ -363,16 +363,16 @@ export declare const selectSchemaObjectData: ((state: {
|
|
363
363
|
createDirectory: import("@reduxjs/toolkit/query").MutationDefinition<{
|
364
364
|
database: string;
|
365
365
|
path: string;
|
366
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", unknown, "api", typeof import("../api")._NEVER>;
|
366
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", unknown, "api", typeof import("../api")._NEVER>;
|
367
367
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
368
368
|
path: string;
|
369
369
|
database: string;
|
370
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
370
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
371
371
|
[path: string]: TEvDescribeSchemeResult & {
|
372
372
|
partial?: boolean;
|
373
373
|
};
|
374
374
|
}, "api", typeof import("../api")._NEVER>;
|
375
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
375
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
376
376
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
377
377
|
originalArgs?: undefined | undefined;
|
378
378
|
data?: undefined | undefined;
|
@@ -5,7 +5,7 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
5
5
|
path: string;
|
6
6
|
database: string;
|
7
7
|
dialect: string;
|
8
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
8
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
9
9
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
10
10
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
11
11
|
owner: string | undefined;
|
@@ -14,16 +14,16 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
14
14
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
15
15
|
database: string;
|
16
16
|
dialect: string;
|
17
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
17
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
18
18
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
19
19
|
database: string;
|
20
20
|
path: string;
|
21
21
|
rights: AccessRightsUpdateRequest;
|
22
22
|
dialect: string;
|
23
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
24
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
23
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
24
|
+
}, "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>;
|
25
25
|
export declare const selectSchemaOwner: ((state: {
|
26
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
26
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
27
27
|
singleClusterMode: boolean;
|
28
28
|
cluster: import("../cluster/types").ClusterState;
|
29
29
|
tenant: import("../tenant/types").TenantState;
|
@@ -54,7 +54,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
54
54
|
resetResultsCount: () => void;
|
55
55
|
} & {
|
56
56
|
resultFunc: (resultFuncArgs_0: {
|
57
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
57
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
58
58
|
singleClusterMode: boolean;
|
59
59
|
cluster: import("../cluster/types").ClusterState;
|
60
60
|
tenant: import("../tenant/types").TenantState;
|
@@ -84,7 +84,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
84
84
|
path: string;
|
85
85
|
database: string;
|
86
86
|
dialect: string;
|
87
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
87
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
88
88
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
89
89
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
90
90
|
owner: string | undefined;
|
@@ -93,14 +93,14 @@ export declare const selectSchemaOwner: ((state: {
|
|
93
93
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
94
94
|
database: string;
|
95
95
|
dialect: string;
|
96
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
96
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
97
97
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
98
98
|
database: string;
|
99
99
|
path: string;
|
100
100
|
rights: AccessRightsUpdateRequest;
|
101
101
|
dialect: string;
|
102
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
103
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
102
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
103
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
104
104
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
105
105
|
originalArgs?: undefined | undefined;
|
106
106
|
data?: undefined | undefined;
|
@@ -189,7 +189,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
189
189
|
isError: true;
|
190
190
|
})) => string | undefined;
|
191
191
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
192
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
192
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
193
193
|
singleClusterMode: boolean;
|
194
194
|
cluster: import("../cluster/types").ClusterState;
|
195
195
|
tenant: import("../tenant/types").TenantState;
|
@@ -219,7 +219,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
219
219
|
path: string;
|
220
220
|
database: string;
|
221
221
|
dialect: string;
|
222
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
222
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
223
223
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
224
224
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
225
225
|
owner: string | undefined;
|
@@ -228,14 +228,14 @@ export declare const selectSchemaOwner: ((state: {
|
|
228
228
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
229
229
|
database: string;
|
230
230
|
dialect: string;
|
231
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
231
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
232
232
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
233
233
|
database: string;
|
234
234
|
path: string;
|
235
235
|
rights: AccessRightsUpdateRequest;
|
236
236
|
dialect: string;
|
237
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
238
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
237
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
238
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
239
239
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
240
240
|
originalArgs?: undefined | undefined;
|
241
241
|
data?: undefined | undefined;
|
@@ -329,7 +329,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
329
329
|
};
|
330
330
|
lastResult: () => string | undefined;
|
331
331
|
dependencies: [(state: RootState) => {
|
332
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
332
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
333
333
|
singleClusterMode: boolean;
|
334
334
|
cluster: import("../cluster/types").ClusterState;
|
335
335
|
tenant: import("../tenant/types").TenantState;
|
@@ -359,7 +359,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
359
359
|
path: string;
|
360
360
|
database: string;
|
361
361
|
dialect: string;
|
362
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
362
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
363
363
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
364
364
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
365
365
|
owner: string | undefined;
|
@@ -368,14 +368,14 @@ export declare const selectSchemaOwner: ((state: {
|
|
368
368
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
369
369
|
database: string;
|
370
370
|
dialect: string;
|
371
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
371
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
372
372
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
373
373
|
database: string;
|
374
374
|
path: string;
|
375
375
|
rights: AccessRightsUpdateRequest;
|
376
376
|
dialect: string;
|
377
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
378
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
377
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
378
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
379
379
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
380
380
|
originalArgs?: undefined | undefined;
|
381
381
|
data?: undefined | undefined;
|
@@ -472,7 +472,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
472
472
|
memoize: typeof import("reselect").weakMapMemoize;
|
473
473
|
};
|
474
474
|
export declare const selectPreparedRights: ((state: {
|
475
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
475
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
476
476
|
singleClusterMode: boolean;
|
477
477
|
cluster: import("../cluster/types").ClusterState;
|
478
478
|
tenant: import("../tenant/types").TenantState;
|
@@ -544,7 +544,7 @@ export declare const selectPreparedRights: ((state: {
|
|
544
544
|
memoize: typeof import("reselect").weakMapMemoize;
|
545
545
|
};
|
546
546
|
export declare const selectSubjectExplicitRights: ((state: {
|
547
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
547
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
548
548
|
singleClusterMode: boolean;
|
549
549
|
cluster: import("../cluster/types").ClusterState;
|
550
550
|
tenant: import("../tenant/types").TenantState;
|
@@ -600,7 +600,7 @@ export declare const selectSubjectExplicitRights: ((state: {
|
|
600
600
|
memoize: typeof import("reselect").weakMapMemoize;
|
601
601
|
};
|
602
602
|
export declare const selectSubjectInheritedRights: ((state: {
|
603
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
603
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
604
604
|
singleClusterMode: boolean;
|
605
605
|
cluster: import("../cluster/types").ClusterState;
|
606
606
|
tenant: import("../tenant/types").TenantState;
|
@@ -656,7 +656,7 @@ export declare const selectSubjectInheritedRights: ((state: {
|
|
656
656
|
memoize: typeof import("reselect").weakMapMemoize;
|
657
657
|
};
|
658
658
|
export declare const selectAvailablePermissions: ((state: {
|
659
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
659
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
660
660
|
singleClusterMode: boolean;
|
661
661
|
cluster: import("../cluster/types").ClusterState;
|
662
662
|
tenant: import("../tenant/types").TenantState;
|
@@ -687,7 +687,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
687
687
|
resetResultsCount: () => void;
|
688
688
|
} & {
|
689
689
|
resultFunc: (resultFuncArgs_0: {
|
690
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
690
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
691
691
|
singleClusterMode: boolean;
|
692
692
|
cluster: import("../cluster/types").ClusterState;
|
693
693
|
tenant: import("../tenant/types").TenantState;
|
@@ -717,7 +717,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
717
717
|
path: string;
|
718
718
|
database: string;
|
719
719
|
dialect: string;
|
720
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
720
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
721
721
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
722
722
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
723
723
|
owner: string | undefined;
|
@@ -726,14 +726,14 @@ export declare const selectAvailablePermissions: ((state: {
|
|
726
726
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
727
727
|
database: string;
|
728
728
|
dialect: string;
|
729
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
729
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
730
730
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
731
731
|
database: string;
|
732
732
|
path: string;
|
733
733
|
rights: AccessRightsUpdateRequest;
|
734
734
|
dialect: string;
|
735
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
736
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
735
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
736
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
737
737
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
738
738
|
originalArgs?: undefined | undefined;
|
739
739
|
data?: undefined | undefined;
|
@@ -804,7 +804,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
804
804
|
isError: true;
|
805
805
|
})) => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
806
806
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
807
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
807
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
808
808
|
singleClusterMode: boolean;
|
809
809
|
cluster: import("../cluster/types").ClusterState;
|
810
810
|
tenant: import("../tenant/types").TenantState;
|
@@ -834,7 +834,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
834
834
|
path: string;
|
835
835
|
database: string;
|
836
836
|
dialect: string;
|
837
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
837
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
838
838
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
839
839
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
840
840
|
owner: string | undefined;
|
@@ -843,14 +843,14 @@ export declare const selectAvailablePermissions: ((state: {
|
|
843
843
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
844
844
|
database: string;
|
845
845
|
dialect: string;
|
846
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
846
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
847
847
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
848
848
|
database: string;
|
849
849
|
path: string;
|
850
850
|
rights: AccessRightsUpdateRequest;
|
851
851
|
dialect: string;
|
852
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
853
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
852
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
853
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
854
854
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
855
855
|
originalArgs?: undefined | undefined;
|
856
856
|
data?: undefined | undefined;
|
@@ -926,7 +926,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
926
926
|
};
|
927
927
|
lastResult: () => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
928
928
|
dependencies: [(state: RootState) => {
|
929
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
929
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
930
930
|
singleClusterMode: boolean;
|
931
931
|
cluster: import("../cluster/types").ClusterState;
|
932
932
|
tenant: import("../tenant/types").TenantState;
|
@@ -956,7 +956,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
956
956
|
path: string;
|
957
957
|
database: string;
|
958
958
|
dialect: string;
|
959
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
959
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
960
960
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
961
961
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
962
962
|
owner: string | undefined;
|
@@ -965,14 +965,14 @@ export declare const selectAvailablePermissions: ((state: {
|
|
965
965
|
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
966
966
|
database: string;
|
967
967
|
dialect: string;
|
968
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
968
|
+
}, 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/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
969
969
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
970
970
|
database: string;
|
971
971
|
path: string;
|
972
972
|
rights: AccessRightsUpdateRequest;
|
973
973
|
dialect: string;
|
974
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", AccessRightsUpdateRequest | undefined, "api", any>;
|
975
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
974
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", AccessRightsUpdateRequest | undefined, "api", any>;
|
975
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
976
976
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
977
977
|
originalArgs?: undefined | undefined;
|
978
978
|
data?: undefined | undefined;
|
@@ -10,5 +10,5 @@ interface SendShardQueryParams {
|
|
10
10
|
filters?: ShardsWorkloadFilters;
|
11
11
|
}
|
12
12
|
export declare const shardApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
13
|
-
sendShardQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendShardQueryParams, 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>;
|
14
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
13
|
+
sendShardQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendShardQueryParams, 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>;
|
14
|
+
}, "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,8 +1,8 @@
|
|
1
1
|
import type { NodesRequestParams } from '../../../types/api/nodes';
|
2
2
|
import type { GroupsRequestParams, StorageRequestParams } from '../../../types/api/storage';
|
3
3
|
export declare const storageApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
4
|
-
getStorageNodesInfo: import("@reduxjs/toolkit/query").QueryDefinition<Omit<NodesRequestParams, "type">, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("./types").PreparedStorageResponse | undefined, "api", any>;
|
4
|
+
getStorageNodesInfo: import("@reduxjs/toolkit/query").QueryDefinition<Omit<NodesRequestParams, "type">, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", import("./types").PreparedStorageResponse | undefined, "api", any>;
|
5
5
|
getStorageGroupsInfo: import("@reduxjs/toolkit/query").QueryDefinition<StorageRequestParams & GroupsRequestParams & {
|
6
6
|
shouldUseGroupsHandler?: boolean;
|
7
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("./types").PreparedStorageResponse | 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>;
|
7
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", import("./types").PreparedStorageResponse | 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>;
|
@@ -12,5 +12,5 @@ interface PaginatedTableParams<T, F> {
|
|
12
12
|
}
|
13
13
|
export declare const tableDataApi: import("@reduxjs/toolkit/query").Api<BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
14
14
|
fetchTableChunk: import("@reduxjs/toolkit/query").QueryDefinition<PaginatedTableParams<unknown, unknown>, BaseQueryFn, string, PaginatedTableData<unknown>, string, unknown>;
|
15
|
-
}, "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
|
+
}, "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>;
|
16
16
|
export {};
|
@@ -6,6 +6,6 @@ interface GetTableSchemaDataParams {
|
|
6
6
|
type: EPathType;
|
7
7
|
}
|
8
8
|
export declare const tableSchemaDataApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
9
|
-
getTableSchemaData: import("@reduxjs/toolkit/query").QueryDefinition<GetTableSchemaDataParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", SchemaData[], "api", typeof import("./api")._NEVER>;
|
10
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
9
|
+
getTableSchemaData: import("@reduxjs/toolkit/query").QueryDefinition<GetTableSchemaDataParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", SchemaData[], "api", typeof import("./api")._NEVER>;
|
10
|
+
}, "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>;
|
11
11
|
export {};
|
@@ -6,27 +6,27 @@ export declare const tabletApi: import("@reduxjs/toolkit/query").Api<import("@re
|
|
6
6
|
database?: string;
|
7
7
|
nodeId?: string;
|
8
8
|
followerId?: string;
|
9
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
9
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", {
|
10
10
|
id: string | undefined;
|
11
11
|
data: import("../../types/api/tablet").TTabletStateInfo | undefined;
|
12
12
|
history: ITabletPreparedHistoryItem[];
|
13
13
|
} | undefined, "api", any>;
|
14
14
|
getTabletDescribe: import("@reduxjs/toolkit/query").QueryDefinition<{
|
15
15
|
tenantId: TDomainKey;
|
16
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", string | undefined, "api", any>;
|
16
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", string | undefined, "api", any>;
|
17
17
|
getAdvancedTableInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
18
18
|
id: string;
|
19
19
|
hiveId: string;
|
20
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../types/api/tablet").TTabletHiveResponse | null | undefined, "api", any>;
|
20
|
+
}, 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/tablet").TTabletHiveResponse | null | undefined, "api", any>;
|
21
21
|
killTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
22
22
|
id: string;
|
23
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", string | undefined, "api", any>;
|
23
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", string | undefined, "api", any>;
|
24
24
|
stopTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
25
25
|
id: string;
|
26
26
|
hiveId: string;
|
27
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", string | undefined, "api", any>;
|
27
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", string | undefined, "api", any>;
|
28
28
|
resumeTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
29
29
|
id: string;
|
30
30
|
hiveId: string;
|
31
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", string | undefined, "api", any>;
|
32
|
-
}, "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", string | undefined, "api", any>;
|
32
|
+
}, "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>;
|
@@ -2,10 +2,10 @@ import type { TTabletStateInfo } from '../../types/api/tablet';
|
|
2
2
|
import type { TabletsApiRequestParams } from '../../types/store/tablets';
|
3
3
|
import type { RootState } from '../defaultStore';
|
4
4
|
export declare const tabletsApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
5
|
-
getTabletsInfo: import("@reduxjs/toolkit/query").QueryDefinition<TabletsApiRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", import("../../types/api/tablet").TEvTabletStateResponse | undefined, "api", any>;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
5
|
+
getTabletsInfo: import("@reduxjs/toolkit/query").QueryDefinition<TabletsApiRequestParams, 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/tablet").TEvTabletStateResponse | undefined, "api", any>;
|
6
|
+
}, "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>;
|
7
7
|
export declare const selectTabletsWithFqdn: ((state: {
|
8
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">;
|
8
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
9
9
|
singleClusterMode: boolean;
|
10
10
|
cluster: import("./cluster/types").ClusterState;
|
11
11
|
tenant: import("./tenant/types").TenantState;
|