ydb-embedded-ui 8.9.0 → 8.11.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/AutoRefreshControl/AutoRefreshControl.d.ts +2 -1
- package/dist/components/AutoRefreshControl/AutoRefreshControl.js +2 -1
- package/dist/components/AutoRefreshControl/AutoRefreshControl.js.map +1 -1
- package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
- package/dist/components/JsonViewer/JsonViewer.d.ts +14 -0
- package/dist/components/JsonViewer/JsonViewer.js +168 -0
- package/dist/components/JsonViewer/JsonViewer.js.map +1 -0
- package/dist/components/JsonViewer/JsonViewer.scss +117 -0
- package/dist/components/JsonViewer/components/Cell.d.ts +16 -0
- package/dist/components/JsonViewer/components/Cell.js +103 -0
- package/dist/components/JsonViewer/components/Cell.js.map +1 -0
- package/dist/components/JsonViewer/components/Filter.d.ts +12 -0
- package/dist/components/JsonViewer/components/Filter.js +19 -0
- package/dist/components/JsonViewer/components/Filter.js.map +1 -0
- package/dist/components/JsonViewer/components/FullValueDialog.d.ts +8 -0
- package/dist/components/JsonViewer/components/FullValueDialog.js +10 -0
- package/dist/components/JsonViewer/components/FullValueDialog.js.map +1 -0
- package/dist/components/JsonViewer/components/HighlightedText.d.ts +15 -0
- package/dist/components/JsonViewer/components/HighlightedText.js +30 -0
- package/dist/components/JsonViewer/components/HighlightedText.js.map +1 -0
- package/dist/components/JsonViewer/components/ToggleCollapseButton.d.ts +8 -0
- package/dist/components/JsonViewer/components/ToggleCollapseButton.js +8 -0
- package/dist/components/JsonViewer/components/ToggleCollapseButton.js.map +1 -0
- package/dist/components/JsonViewer/constants.d.ts +1 -0
- package/dist/components/JsonViewer/constants.js +3 -0
- package/dist/components/JsonViewer/constants.js.map +1 -0
- package/dist/components/JsonViewer/i18n/en.json +17 -0
- package/dist/components/JsonViewer/i18n/index.d.ts +2 -0
- package/dist/components/{JSONTree → JsonViewer}/i18n/index.js +1 -1
- package/dist/components/JsonViewer/i18n/index.js.map +1 -0
- package/dist/components/JsonViewer/unipika/StructuredYsonTypes.d.ts +51 -0
- package/dist/components/JsonViewer/unipika/StructuredYsonTypes.js +2 -0
- package/dist/components/JsonViewer/unipika/StructuredYsonTypes.js.map +1 -0
- package/dist/components/JsonViewer/unipika/flattenUnipika.d.ts +44 -0
- package/dist/components/JsonViewer/unipika/flattenUnipika.js +254 -0
- package/dist/components/JsonViewer/unipika/flattenUnipika.js.map +1 -0
- package/dist/components/JsonViewer/unipika/unipika.d.ts +12 -0
- package/dist/components/JsonViewer/unipika/unipika.js +20 -0
- package/dist/components/JsonViewer/unipika/unipika.js.map +1 -0
- package/dist/components/JsonViewer/utils.d.ts +2 -0
- package/dist/components/JsonViewer/utils.js +5 -0
- package/dist/components/JsonViewer/utils.js.map +1 -0
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/Cluster/i18n/en.json +1 -1
- package/dist/containers/Storage/Disks/Disks.d.ts +3 -1
- package/dist/containers/Storage/Disks/Disks.js +6 -6
- package/dist/containers/Storage/Disks/Disks.js.map +1 -1
- package/dist/containers/Storage/StorageGroups/columns/columns.js +2 -2
- package/dist/containers/Storage/StorageGroups/columns/columns.js.map +1 -1
- package/dist/containers/Storage/VDisks/VDisks.d.ts +3 -1
- package/dist/containers/Storage/VDisks/VDisks.js +2 -2
- package/dist/containers/Storage/VDisks/VDisks.js.map +1 -1
- package/dist/containers/Storage/utils/index.d.ts +2 -1
- package/dist/containers/Storage/utils/index.js +10 -2
- package/dist/containers/Storage/utils/index.js.map +1 -1
- package/dist/containers/Tablets/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +4 -8
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.scss +0 -6
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +5 -1
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +26 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +3 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +2 -31
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +1 -4
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js.map +1 -1
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/RefreshTreeButton.js +4 -0
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/RefreshTreeButton.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.scss +4 -0
- package/dist/containers/Tenant/Query/QueryResult/components/QueryJSONViewer/QueryJSONViewer.js +4 -2
- package/dist/containers/Tenant/Query/QueryResult/components/QueryJSONViewer/QueryJSONViewer.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/QueryJSONViewer/QueryJSONViewer.scss +5 -2
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +4 -7
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js.map +1 -1
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.scss +15 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/columns.js +9 -1
- package/dist/containers/Tenant/Schema/SchemaViewer/columns.js.map +1 -1
- package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js +1 -3
- package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js.map +1 -1
- package/dist/containers/Tenant/Tenant.js +2 -5
- package/dist/containers/Tenant/Tenant.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaQueryTemplates.js +68 -27
- package/dist/containers/Tenant/utils/schemaQueryTemplates.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 +10 -1
- 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 +16 -16
- 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 +35 -35
- 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 +4 -4
- package/dist/store/reducers/overview/overview.d.ts +3 -3
- package/dist/store/reducers/overview/overview.js +1 -1
- package/dist/store/reducers/overview/overview.js.map +1 -1
- 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/preview.js +1 -1
- package/dist/store/reducers/preview.js.map +1 -1
- package/dist/store/reducers/query/query.d.ts +2 -2
- package/dist/store/reducers/schema/schema.d.ts +16 -16
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +2 -2
- package/dist/store/reducers/schemaAcl/schemaAcl.js +1 -1
- 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/prepareGroupsDisks.js +1 -3
- package/dist/store/reducers/storage/prepareGroupsDisks.js.map +1 -1
- package/dist/store/reducers/storage/storage.d.ts +3 -3
- package/dist/store/reducers/storage/types.d.ts +2 -2
- 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 +35 -35
- package/dist/store/reducers/vdisk/vdisk.d.ts +2 -2
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/store/reducers/viewSchema/viewSchema.js +1 -1
- package/dist/store/reducers/viewSchema/viewSchema.js.map +1 -1
- package/dist/styles/mixins.scss +0 -91
- package/dist/styles/themes.scss +3 -0
- package/dist/styles/unipika.scss +12 -0
- package/dist/types/api/cluster.d.ts +2 -1
- package/dist/types/api/cluster.js.map +1 -1
- package/dist/types/api/storage.d.ts +6 -2
- package/package.json +4 -3
- package/dist/components/JSONTree/JSONTree.d.ts +0 -9
- package/dist/components/JSONTree/JSONTree.js +0 -23
- package/dist/components/JSONTree/JSONTree.js.map +0 -1
- package/dist/components/JSONTree/JSONTree.scss +0 -20
- package/dist/components/JSONTree/i18n/en.json +0 -4
- package/dist/components/JSONTree/i18n/index.d.ts +0 -2
- package/dist/components/JSONTree/i18n/index.js.map +0 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { OperationCancelRequestParams, OperationForgetRequestParams, OperationListRequestParams } from '../../types/api/operations';
|
2
2
|
export declare const operationsApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
3
|
-
getOperationList: import("@reduxjs/toolkit/query").QueryDefinition<OperationListRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
4
|
-
cancelOperation: import("@reduxjs/toolkit/query").MutationDefinition<OperationCancelRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
5
|
-
forgetOperation: import("@reduxjs/toolkit/query").MutationDefinition<OperationForgetRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
3
|
+
getOperationList: import("@reduxjs/toolkit/query").QueryDefinition<OperationListRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
4
|
+
cancelOperation: import("@reduxjs/toolkit/query").MutationDefinition<OperationCancelRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
5
|
+
forgetOperation: import("@reduxjs/toolkit/query").MutationDefinition<OperationForgetRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/operations").TOperationList | undefined, "api">;
|
6
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -4,13 +4,13 @@ export declare const overviewApi: import("@reduxjs/toolkit/query").Api<import("@
|
|
4
4
|
getMultiOverview: import("@reduxjs/toolkit/query").QueryDefinition<{
|
5
5
|
paths: string[];
|
6
6
|
database: string;
|
7
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../utils/typecheckers").Nullable<import("../../../types/api/schema").TEvDescribeSchemeResult>[] | undefined, "api">;
|
7
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../utils/typecheckers").Nullable<import("../../../types/api/schema").TEvDescribeSchemeResult>[] | undefined, "api">;
|
8
8
|
getOverview: import("@reduxjs/toolkit/query").QueryDefinition<{
|
9
9
|
path: string;
|
10
10
|
database: string;
|
11
11
|
timeout?: number;
|
12
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/schema").TEvDescribeSchemeResult | null | undefined, "api">;
|
13
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
12
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/schema").TEvDescribeSchemeResult | null | undefined, "api">;
|
13
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
14
14
|
export declare const selectSchemaMergedChildrenPaths: ((state: any, path: any, _type: any, database: string) => string[] | undefined) & {
|
15
15
|
clearCache: () => void;
|
16
16
|
resultsCount: () => number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"overview.js","sourceRoot":"","sources":["../../../../src/store/reducers/overview/overview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAEjD,OAAO,EAAC,gCAAgC,EAAC,MAAM,yCAAyC,CAAC;AAIzF,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAE3B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAC,eAAe,CAAC;IAC3C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,gBAAgB,EAAE,KAAK,CAAC,KAAK,CAAC;YAC1B,OAAO,EAAE,KAAK,EAAE,EAAC,KAAK,EAAE,QAAQ,EAAsC,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAChF,IAAI,CAAC;oBACD,MAAM,IAAI,GAAG,MAAM,OAAO,CAAC,GAAG,CAC1B,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACZ,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,WAAW,CACzB;wBACI,IAAI,EAAE,CAAC;wBACP,QAAQ;qBACX,EACD,EAAC,MAAM,EAAC,CACX,CACJ,CACJ,CAAC;oBACF,OAAO,EAAC,IAAI,EAAC,CAAC;gBAClB,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,iBAAiB,EAAE,CAAC;YACpB,YAAY,EAAE,CAAC,KAAK,CAAC;SACxB,CAAC;QACF,WAAW,EAAE,KAAK,CAAC,KAAK,CAAC;YACrB,OAAO,EAAE,KAAK,EACV,EAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAqD,EAC7E,EAAC,MAAM,EAAC,EACV,EAAE;gBACA,IAAI,CAAC;oBACD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,WAAW,CAC5C;wBACI,IAAI;wBACJ,QAAQ;wBACR,OAAO;qBACV,EACD,EAAC,MAAM,EAAC,CACX,CAAC;oBACF,OAAO,EAAC,IAAI,EAAC,CAAC;gBAClB,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,iBAAiB,EAAE,CAAC;YACpB,YAAY,EAAE,CAAC,KAAK,CAAC;
|
1
|
+
{"version":3,"file":"overview.js","sourceRoot":"","sources":["../../../../src/store/reducers/overview/overview.ts"],"names":[],"mappings":"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"}
|
@@ -8,5 +8,5 @@ export declare const partitionsApi: import("@reduxjs/toolkit/query").Api<import(
|
|
8
8
|
path: string;
|
9
9
|
database: string;
|
10
10
|
consumerName?: string;
|
11
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PreparedPartitionData[] | undefined, "api">;
|
12
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
11
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PreparedPartitionData[] | undefined, "api">;
|
12
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -3,6 +3,6 @@ interface PDiskParams {
|
|
3
3
|
pDiskId: number | string;
|
4
4
|
}
|
5
5
|
export declare const pDiskApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
6
|
-
getPdiskInfo: import("@reduxjs/toolkit/query").QueryDefinition<PDiskParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PDiskData | undefined, "api">;
|
7
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
6
|
+
getPdiskInfo: import("@reduxjs/toolkit/query").QueryDefinition<PDiskParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PDiskData | undefined, "api">;
|
7
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
8
8
|
export {};
|
@@ -4,5 +4,5 @@ export interface PlanToSvgQueryParams {
|
|
4
4
|
database: string;
|
5
5
|
}
|
6
6
|
export declare const planToSvgApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
7
|
-
planToSvgQuery: import("@reduxjs/toolkit/query").QueryDefinition<PlanToSvgQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string, "api">;
|
8
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
7
|
+
planToSvgQuery: import("@reduxjs/toolkit/query").QueryDefinition<PlanToSvgQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string, "api">;
|
8
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -6,6 +6,6 @@ interface SendQueryParams {
|
|
6
6
|
limitRows?: number;
|
7
7
|
}
|
8
8
|
export declare const previewApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
9
|
-
sendQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/store/query").IQueryResult | undefined, "api">;
|
10
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
9
|
+
sendQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/store/query").IQueryResult | undefined, "api">;
|
10
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
11
11
|
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"preview.js","sourceRoot":"","sources":["../../../src/store/reducers/preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAE,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AAE9E,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAS1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAC,eAAe,CAAC;IAC1C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC;YACnB,OAAO,EAAE,KAAK,EAAE,EAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAkB,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC/E,IAAI,CAAC;oBACD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,SAAS,CAC9C,EAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAC,EAChD,EAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAC,CAC9B,CAAC;oBAEF,IAAI,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC;wBACjC,OAAO,EAAC,KAAK,EAAE,QAAQ,EAAC,CAAC;oBAC7B,CAAC;oBAED,OAAO,EAAC,IAAI,EAAE,qBAAqB,CAAC,QAAQ,CAAC,EAAC,CAAC;gBACnD,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,IAAI,KAAK,CAAC,cAAc,CAAC,EAAC,CAAC;gBACvD,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,
|
1
|
+
{"version":3,"file":"preview.js","sourceRoot":"","sources":["../../../src/store/reducers/preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAE,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AAE9E,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC;AAS1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAC,eAAe,CAAC;IAC1C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC;YACnB,OAAO,EAAE,KAAK,EAAE,EAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAkB,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC/E,IAAI,CAAC;oBACD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,SAAS,CAC9C,EAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAC,EAChD,EAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAC,CAC9B,CAAC;oBAEF,IAAI,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC;wBACjC,OAAO,EAAC,KAAK,EAAE,QAAQ,EAAC,CAAC;oBAC7B,CAAC;oBAED,OAAO,EAAC,IAAI,EAAE,qBAAqB,CAAC,QAAQ,CAAC,EAAC,CAAC;gBACnD,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,IAAI,KAAK,CAAC,cAAc,CAAC,EAAC,CAAC;gBACvD,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,aAAa,CAAC;SAChC,CAAC;KACL,CAAC;IACF,gBAAgB,EAAE,OAAO;CAC5B,CAAC,CAAC"}
|
@@ -47,5 +47,5 @@ interface QueryStats {
|
|
47
47
|
endTime?: string | number;
|
48
48
|
}
|
49
49
|
export declare const queryApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
50
|
-
useSendQuery: import("@reduxjs/toolkit/query").MutationDefinition<SendQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", null, "api">;
|
51
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
50
|
+
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", null, "api">;
|
51
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
30
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
34
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
35
35
|
[path: string]: TEvDescribeSchemeResult & {
|
36
36
|
partial?: boolean;
|
37
37
|
};
|
38
38
|
}, "api">;
|
39
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
39
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
51
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
84
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
113
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
117
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
118
118
|
[path: string]: TEvDescribeSchemeResult & {
|
119
119
|
partial?: boolean;
|
120
120
|
};
|
121
121
|
}, "api">;
|
122
|
-
}, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
122
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
207
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
236
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
240
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
241
241
|
[path: string]: TEvDescribeSchemeResult & {
|
242
242
|
partial?: boolean;
|
243
243
|
};
|
244
244
|
}, "api">;
|
245
|
-
}, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
245
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
337
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
366
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", unknown, "api">;
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
370
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
371
371
|
[path: string]: TEvDescribeSchemeResult & {
|
372
372
|
partial?: boolean;
|
373
373
|
};
|
374
374
|
}, "api">;
|
375
|
-
}, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
375
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
376
376
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
377
377
|
originalArgs?: undefined | undefined;
|
378
378
|
data?: undefined | undefined;
|
@@ -2,10 +2,10 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
2
2
|
getSchemaAcl: 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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
5
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
6
6
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
7
7
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
8
8
|
owner: string | undefined;
|
9
9
|
interruptInheritance: boolean | undefined;
|
10
10
|
} | undefined, "api">;
|
11
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
11
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemaAcl.js","sourceRoot":"","sources":["../../../../src/store/reducers/schemaAcl/schemaAcl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAE3B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAC,eAAe,CAAC;IAC5C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC;YACtB,OAAO,EAAE,KAAK,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAmC,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC5E,IAAI,CAAC;oBACD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,YAAY,CAAC,EAAC,IAAI,EAAE,QAAQ,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,CAAC;oBAC9E,OAAO;wBACH,IAAI,EAAE;4BACF,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG;4BACpB,YAAY,EAAE,IAAI,CAAC,MAAM,CAAC,YAAY;4BACtC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK;4BACxB,oBAAoB,EAAE,IAAI,CAAC,MAAM,CAAC,oBAAoB;yBACzD;qBACJ,CAAC;gBACN,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,
|
1
|
+
{"version":3,"file":"schemaAcl.js","sourceRoot":"","sources":["../../../../src/store/reducers/schemaAcl/schemaAcl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAE3B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAC,eAAe,CAAC;IAC5C,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACnB,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC;YACtB,OAAO,EAAE,KAAK,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAmC,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC5E,IAAI,CAAC;oBACD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,YAAY,CAAC,EAAC,IAAI,EAAE,QAAQ,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,CAAC;oBAC9E,OAAO;wBACH,IAAI,EAAE;4BACF,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG;4BACpB,YAAY,EAAE,IAAI,CAAC,MAAM,CAAC,YAAY;4BACtC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK;4BACxB,oBAAoB,EAAE,IAAI,CAAC,MAAM,CAAC,oBAAoB;yBACzD;qBACJ,CAAC;gBACN,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,YAAY,CAAC;SAC/B,CAAC;KACL,CAAC;IACF,gBAAgB,EAAE,OAAO;CAC5B,CAAC,CAAC"}
|
@@ -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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/store/query").IQueryResult | undefined, "api">;
|
14
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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", import("../../../types/store/query").IQueryResult | undefined, "api">;
|
14
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -12,9 +12,7 @@ export function prepareGroupsVDisk(data = {}) {
|
|
12
12
|
...bscVDisk,
|
13
13
|
VDiskId: whiteboardVDisk.VDiskId,
|
14
14
|
};
|
15
|
-
const preparedPDisk = PDisk
|
16
|
-
? prepareGroupsPDisk({ ...PDisk, NodeId: mergedVDiskData.NodeId })
|
17
|
-
: undefined;
|
15
|
+
const preparedPDisk = prepareGroupsPDisk({ ...PDisk, NodeId: mergedVDiskData.NodeId });
|
18
16
|
const PDiskId = (_a = preparedPDisk === null || preparedPDisk === void 0 ? void 0 : preparedPDisk.PDiskId) !== null && _a !== void 0 ? _a : whiteboardVDisk === null || whiteboardVDisk === void 0 ? void 0 : whiteboardVDisk.PDiskId;
|
19
17
|
const StringifiedId = (_b = bscVDisk.VDiskId) !== null && _b !== void 0 ? _b : stringifyVdiskId(whiteboardVDisk.VDiskId);
|
20
18
|
const Severity = calculateVDiskSeverity(mergedVDiskData);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"prepareGroupsDisks.js","sourceRoot":"","sources":["../../../../src/store/reducers/storage/prepareGroupsDisks.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EAAC,sBAAsB,EAAC,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAC,sBAAsB,EAAC,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAC,YAAY,EAAC,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAC,UAAU,EAAC,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAC,sBAAsB,EAAE,sBAAsB,EAAC,MAAM,mCAAmC,CAAC;AAGjG,MAAM,UAAU,kBAAkB,CAAC,OAAsB,EAAE;;IACvD,MAAM,EAAC,UAAU,EAAE,eAAe,GAAG,EAAE,EAAE,KAAK,EAAE,GAAG,QAAQ,EAAC,GAAG,IAAI,CAAC;IAEpE,MAAM,eAAe,GAAG;QACpB,GAAG,eAAe;QAClB,GAAG,QAAQ;QACX,OAAO,EAAE,eAAe,CAAC,OAAO;KACnC,CAAC;IAEF,MAAM,aAAa,GAAG,
|
1
|
+
{"version":3,"file":"prepareGroupsDisks.js","sourceRoot":"","sources":["../../../../src/store/reducers/storage/prepareGroupsDisks.ts"],"names":[],"mappings":"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"}
|
@@ -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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PreparedStorageResponse | undefined, "api">;
|
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", import("./types").PreparedStorageResponse | undefined, "api">;
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("./types").PreparedStorageResponse | undefined, "api">;
|
8
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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", import("./types").PreparedStorageResponse | undefined, "api">;
|
8
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { z } from 'zod';
|
2
2
|
import type { EFlag } from '../../../types/api/enums';
|
3
3
|
import type { NodesGroupByField } from '../../../types/api/nodes';
|
4
|
-
import type { GroupsGroupByField } from '../../../types/api/storage';
|
4
|
+
import type { Erasure, GroupsGroupByField } from '../../../types/api/storage';
|
5
5
|
import type { PreparedPDisk, PreparedVDisk } from '../../../utils/disks/types';
|
6
6
|
import type { NodesUptimeFilterValues, PreparedNodeSystemState } from '../../../utils/nodes';
|
7
7
|
export declare const visibleEntitiesSchema: z.ZodCatch<z.ZodNativeEnum<{
|
@@ -48,7 +48,7 @@ export interface PreparedStorageGroup {
|
|
48
48
|
PoolName?: string;
|
49
49
|
MediaType?: string;
|
50
50
|
Encryption?: boolean;
|
51
|
-
ErasureSpecies?:
|
51
|
+
ErasureSpecies?: Erasure;
|
52
52
|
Degraded: number;
|
53
53
|
Overall?: EFlag;
|
54
54
|
GroupId?: string | number;
|
@@ -11,5 +11,5 @@ interface PaginatedTableParams<T, F> {
|
|
11
11
|
}
|
12
12
|
export declare const tableDataApi: import("@reduxjs/toolkit/query").Api<BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
13
13
|
fetchTableChunk: import("@reduxjs/toolkit/query").QueryDefinition<PaginatedTableParams<unknown, unknown>, BaseQueryFn, string, PaginatedTableData<unknown>, string>;
|
14
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
14
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
15
15
|
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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", SchemaData[], "api">;
|
10
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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", SchemaData[], "api">;
|
10
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
11
11
|
export {};
|
@@ -5,27 +5,27 @@ export declare const tabletApi: import("@reduxjs/toolkit/query").Api<import("@re
|
|
5
5
|
id: string;
|
6
6
|
database?: string;
|
7
7
|
nodeId?: string;
|
8
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
8
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
9
9
|
id: string | undefined;
|
10
10
|
data: import("../../types/api/tablet").TTabletStateInfo;
|
11
11
|
history: ITabletPreparedHistoryItem[];
|
12
12
|
} | undefined, "api">;
|
13
13
|
getTabletDescribe: import("@reduxjs/toolkit/query").QueryDefinition<{
|
14
14
|
tenantId: TDomainKey;
|
15
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
15
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
16
16
|
getAdvancedTableInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
17
17
|
id: string;
|
18
18
|
hiveId: string;
|
19
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/tablet").TTabletHiveResponse | null | undefined, "api">;
|
19
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/tablet").TTabletHiveResponse | null | undefined, "api">;
|
20
20
|
killTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
21
21
|
id: string;
|
22
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
22
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
23
23
|
stopTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
24
24
|
id: string;
|
25
25
|
hiveId: string;
|
26
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
26
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
27
27
|
resumeTablet: import("@reduxjs/toolkit/query").MutationDefinition<{
|
28
28
|
id: string;
|
29
29
|
hiveId: string;
|
30
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
31
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
30
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", string | undefined, "api">;
|
31
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../types/api/tablet").TEvTabletStateResponse | undefined, "api">;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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", import("../../types/api/tablet").TEvTabletStateResponse | undefined, "api">;
|
6
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
8
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
9
9
|
singleClusterMode: boolean;
|
10
10
|
cluster: import("./cluster/types").ClusterState;
|
11
11
|
tenant: import("./tenant/types").TenantState;
|
@@ -5,8 +5,8 @@ export declare const setTenantPage: import("@reduxjs/toolkit").ActionCreatorWith
|
|
5
5
|
export declare const tenantApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
6
6
|
getTenantInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
7
7
|
path: string;
|
8
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/tenant").TTenant | null | undefined, "api">;
|
8
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/tenant").TTenant | null | undefined, "api">;
|
9
9
|
getClusterConfig: import("@reduxjs/toolkit/query").QueryDefinition<{
|
10
10
|
database: string;
|
11
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/featureFlags").FeatureFlagConfig[] | undefined, "api">;
|
12
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
11
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/featureFlags").FeatureFlagConfig[] | undefined, "api">;
|
12
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const topTablesApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../../api")._NEVER, unknown, {}>, {
|
2
2
|
getTopTables: import("@reduxjs/toolkit/query").QueryDefinition<{
|
3
3
|
path: string;
|
4
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../../types/store/query").IQueryResult | undefined, "api">;
|
5
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
4
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../../types/store/query").IQueryResult | undefined, "api">;
|
5
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
@@ -2,5 +2,5 @@ export declare const topShardsApi: import("@reduxjs/toolkit/query").Api<import("
|
|
2
2
|
getTopShards: import("@reduxjs/toolkit/query").QueryDefinition<{
|
3
3
|
database: string;
|
4
4
|
path?: string;
|
5
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../../types/store/query").IQueryResult | undefined, "api">;
|
6
|
-
}, "api", "All" | "PDiskData" | "PreviewData" | "StorageData" | "Tablet" | "UserData" | "VDiskData", 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", import("../../../../types/store/query").IQueryResult | undefined, "api">;
|
6
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|