ydb-embedded-ui 9.7.1 → 9.8.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/MetricChart/reducer.d.ts +2 -2
- package/dist/components/NetworkTable/NetworkTable.d.ts +4 -0
- package/dist/components/NetworkTable/NetworkTable.js +11 -0
- package/dist/components/NetworkTable/NetworkTable.js.map +1 -0
- package/dist/components/NetworkTable/columns.d.ts +39 -0
- package/dist/{containers/Tenant/Diagnostics/Network → components}/NetworkTable/columns.js +2 -2
- package/dist/components/NetworkTable/columns.js.map +1 -0
- package/dist/{containers/Tenant/Diagnostics/Network → components}/NetworkTable/constants.d.ts +1 -1
- package/dist/components/NetworkTable/constants.js.map +1 -0
- package/dist/components/NetworkTable/hooks.d.ts +2 -0
- package/dist/components/NetworkTable/hooks.js +14 -0
- package/dist/components/NetworkTable/hooks.js.map +1 -0
- package/dist/components/TableSkeleton/TableSkeleton.d.ts +3 -1
- package/dist/components/TableSkeleton/TableSkeleton.js +8 -2
- package/dist/components/TableSkeleton/TableSkeleton.js.map +1 -1
- package/dist/components/TableSkeleton/TableSkeleton.scss +13 -0
- package/dist/containers/Cluster/Cluster.js +21 -5
- package/dist/containers/Cluster/Cluster.js.map +1 -1
- package/dist/containers/Cluster/utils.d.ts +4 -0
- package/dist/containers/Cluster/utils.js +6 -1
- package/dist/containers/Cluster/utils.js.map +1 -1
- package/dist/containers/Operations/Operations.d.ts +3 -1
- package/dist/containers/Operations/Operations.js +18 -15
- package/dist/containers/Operations/Operations.js.map +1 -1
- package/dist/containers/Operations/columns.d.ts +3 -2
- package/dist/containers/Operations/columns.js +62 -37
- package/dist/containers/Operations/columns.js.map +1 -1
- package/dist/containers/Operations/constants.d.ts +4 -0
- package/dist/containers/Operations/constants.js +4 -0
- package/dist/containers/Operations/constants.js.map +1 -1
- package/dist/containers/Operations/i18n/en.json +2 -0
- package/dist/containers/Operations/i18n/index.d.ts +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.d.ts +22 -0
- package/dist/containers/Operations/useOperationsInfiniteQuery.js +80 -0
- package/dist/containers/Operations/useOperationsInfiniteQuery.js.map +1 -0
- package/dist/containers/Tablets/Tablets.js +1 -1
- package/dist/containers/Tablets/Tablets.js.map +1 -1
- package/dist/containers/Tablets/TabletsTable.d.ts +2 -1
- package/dist/containers/Tablets/TabletsTable.js +32 -32
- package/dist/containers/Tablets/TabletsTable.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.js +5 -3
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/ChangeOwnerDialog.js +3 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/ChangeOwnerDialog.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/Owner.js +3 -2
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/Owner.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/Actions.js +3 -2
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/Actions.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RevokeAllRightsDialog.js +4 -2
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RevokeAllRightsDialog.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RightsTable.js +3 -2
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RightsTable.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +1 -1
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Network/NetworkWrapper.js +5 -13
- package/dist/containers/Tenant/Diagnostics/Network/NetworkWrapper.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +2 -2
- package/dist/containers/Tenant/GrantAccess/GrantAccess.js +8 -3
- package/dist/containers/Tenant/GrantAccess/GrantAccess.js.map +1 -1
- package/dist/containers/Tenant/GrantAccess/utils.js +3 -2
- package/dist/containers/Tenant/GrantAccess/utils.js.map +1 -1
- package/dist/containers/UserSettings/i18n/en.json +5 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +1 -1
- package/dist/containers/UserSettings/settings.d.ts +1 -0
- package/dist/containers/UserSettings/settings.js +28 -2
- package/dist/containers/UserSettings/settings.js.map +1 -1
- package/dist/services/api/codeAssist.js +2 -2
- package/dist/services/api/codeAssist.js.map +1 -1
- package/dist/services/api/index.js +3 -0
- package/dist/services/api/index.js.map +1 -1
- package/dist/services/api/viewer.d.ts +7 -4
- package/dist/services/api/viewer.js +6 -6
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/services/settings.d.ts +2 -0
- package/dist/services/settings.js +2 -1
- package/dist/services/settings.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/capabilities/hooks.d.ts +1 -0
- package/dist/store/reducers/capabilities/hooks.js +6 -0
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +7 -6
- package/dist/store/reducers/cluster/cluster.js +2 -1
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- 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 +3 -3
- 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 +9 -5
- package/dist/store/reducers/operations.js +17 -2
- 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 +20 -20
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +96 -572
- package/dist/store/reducers/schemaAcl/schemaAcl.js +13 -13
- package/dist/store/reducers/schemaAcl/schemaAcl.js.map +1 -1
- 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 +2 -2
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +8 -8
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +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/operations.d.ts +1 -1
- package/dist/utils/constants.d.ts +7 -0
- package/dist/utils/constants.js +8 -0
- package/dist/utils/constants.js.map +1 -1
- package/dist/utils/hooks/index.d.ts +2 -0
- package/dist/utils/hooks/index.js +2 -0
- package/dist/utils/hooks/index.js.map +1 -1
- package/dist/utils/hooks/useAclSyntax.d.ts +1 -0
- package/dist/utils/hooks/useAclSyntax.js +7 -0
- package/dist/utils/hooks/useAclSyntax.js.map +1 -0
- package/package.json +2 -2
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/columns.d.ts +0 -4
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/columns.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/Network/NetworkTable/constants.js.map +0 -1
- /package/dist/{containers/Tenant/Diagnostics/Network → components}/NetworkTable/constants.js +0 -0
@@ -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", null, "api">;
|
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", null, "api">;
|
101
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", 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", 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>;
|
@@ -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", import("../../types/api/replication").DescribeReplicationResult | undefined, "api">;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", 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", 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>;
|
@@ -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", unknown, "api">;
|
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>;
|
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", {
|
34
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
35
35
|
[path: string]: TEvDescribeSchemeResult & {
|
36
36
|
partial?: boolean;
|
37
37
|
};
|
38
|
-
}, "api">;
|
39
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
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>;
|
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", "api">;
|
51
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", "api">;
|
84
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", unknown, "api">;
|
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>;
|
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", {
|
117
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
118
118
|
[path: string]: TEvDescribeSchemeResult & {
|
119
119
|
partial?: boolean;
|
120
120
|
};
|
121
|
-
}, "api">;
|
122
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
121
|
+
}, "api", typeof import("../api")._NEVER>;
|
122
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", "api">;
|
207
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", unknown, "api">;
|
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>;
|
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", {
|
240
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
241
241
|
[path: string]: TEvDescribeSchemeResult & {
|
242
242
|
partial?: boolean;
|
243
243
|
};
|
244
|
-
}, "api">;
|
245
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
244
|
+
}, "api", typeof import("../api")._NEVER>;
|
245
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", "api">;
|
337
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "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", unknown, "api">;
|
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>;
|
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", {
|
370
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", {
|
371
371
|
[path: string]: TEvDescribeSchemeResult & {
|
372
372
|
partial?: boolean;
|
373
373
|
};
|
374
|
-
}, "api">;
|
375
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
374
|
+
}, "api", typeof import("../api")._NEVER>;
|
375
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights" | "Backups", "api">) => ({
|
376
376
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
377
377
|
originalArgs?: undefined | undefined;
|
378
378
|
data?: undefined | undefined;
|