ydb-embedded-ui 15.2.0 → 15.4.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.
Files changed (98) hide show
  1. package/dist/components/EntityStatusNew/EntityStatus.d.ts +2 -1
  2. package/dist/components/EntityStatusNew/EntityStatus.js +3 -2
  3. package/dist/components/EntityStatusNew/EntityStatus.js.map +1 -1
  4. package/dist/components/EntityStatusNew/EntityStatus.scss +4 -0
  5. package/dist/components/Search/Search.js +5 -1
  6. package/dist/components/Search/Search.js.map +1 -1
  7. package/dist/components/Search/__test__/Search.test.d.ts +1 -0
  8. package/dist/components/Search/__test__/Search.test.js +43 -0
  9. package/dist/components/Search/__test__/Search.test.js.map +1 -0
  10. package/dist/components/VDisk/VDiskWithDonorsStack.js +1 -6
  11. package/dist/components/VDisk/VDiskWithDonorsStack.js.map +1 -1
  12. package/dist/containers/Cluster/Cluster.js +13 -9
  13. package/dist/containers/Cluster/Cluster.js.map +1 -1
  14. package/dist/containers/Cluster/ClusterDrawerHealthcheck.d.ts +15 -0
  15. package/dist/containers/Cluster/ClusterDrawerHealthcheck.js +70 -0
  16. package/dist/containers/Cluster/ClusterDrawerHealthcheck.js.map +1 -0
  17. package/dist/containers/Cluster/i18n/en.json +3 -1
  18. package/dist/containers/Cluster/i18n/index.d.ts +1 -1
  19. package/dist/containers/Clusters/ClusterDrawerHealthcheck.d.ts +9 -0
  20. package/dist/containers/Clusters/ClusterDrawerHealthcheck.js +49 -0
  21. package/dist/containers/Clusters/ClusterDrawerHealthcheck.js.map +1 -0
  22. package/dist/containers/Clusters/Clusters.js +17 -3
  23. package/dist/containers/Clusters/Clusters.js.map +1 -1
  24. package/dist/containers/Clusters/Clusters.scss +11 -0
  25. package/dist/containers/Clusters/columns.d.ts +1 -0
  26. package/dist/containers/Clusters/columns.js +9 -4
  27. package/dist/containers/Clusters/columns.js.map +1 -1
  28. package/dist/containers/Header/Header.js +3 -3
  29. package/dist/containers/Header/Header.js.map +1 -1
  30. package/dist/containers/Header/i18n/en.json +2 -2
  31. package/dist/containers/Header/i18n/index.d.ts +1 -1
  32. package/dist/containers/HomePage/HomePage.js +2 -1
  33. package/dist/containers/HomePage/HomePage.js.map +1 -1
  34. package/dist/containers/HomePage/HomePage.scss +5 -0
  35. package/dist/containers/Node/NodePages.d.ts +1 -0
  36. package/dist/containers/Node/NodePages.js +1 -0
  37. package/dist/containers/Node/NodePages.js.map +1 -1
  38. package/dist/containers/Storage/i18n/en.json +1 -1
  39. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +2 -1
  40. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js.map +1 -1
  41. package/dist/containers/Tenant/Diagnostics/__test__/DiagnosticsPages.test.js +26 -0
  42. package/dist/containers/Tenant/Diagnostics/__test__/DiagnosticsPages.test.js.map +1 -1
  43. package/dist/containers/Tenant/Healthcheck/Healthcheck.d.ts +9 -3
  44. package/dist/containers/Tenant/Healthcheck/Healthcheck.js +18 -3
  45. package/dist/containers/Tenant/Healthcheck/Healthcheck.js.map +1 -1
  46. package/dist/containers/Tenant/Healthcheck/HealthcheckContext.d.ts +11 -0
  47. package/dist/containers/Tenant/Healthcheck/HealthcheckContext.js +6 -0
  48. package/dist/containers/Tenant/Healthcheck/HealthcheckContext.js.map +1 -0
  49. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/ComputeLocation.js +3 -1
  50. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/ComputeLocation.js.map +1 -1
  51. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/HealthcheckIssueDetails.js +15 -6
  52. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/HealthcheckIssueDetails.js.map +1 -1
  53. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/NodeInfo.js +3 -1
  54. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/NodeInfo.js.map +1 -1
  55. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/StorageLocation.js +5 -2
  56. package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/StorageLocation.js.map +1 -1
  57. package/dist/containers/Tenant/Healthcheck/i18n/en.json +1 -0
  58. package/dist/containers/Tenant/Healthcheck/i18n/index.d.ts +1 -1
  59. package/dist/containers/Tenant/Healthcheck/useHealthcheck.d.ts +3 -0
  60. package/dist/containers/Tenant/Healthcheck/useHealthcheck.js +16 -1
  61. package/dist/containers/Tenant/Healthcheck/useHealthcheck.js.map +1 -1
  62. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +35 -7
  63. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js.map +1 -1
  64. package/dist/containers/Tenant/Query/QueryEditor/QueryEditorZeroTabsState.d.ts +6 -0
  65. package/dist/containers/Tenant/Query/QueryEditor/QueryEditorZeroTabsState.js +11 -0
  66. package/dist/containers/Tenant/Query/QueryEditor/QueryEditorZeroTabsState.js.map +1 -0
  67. package/dist/containers/Tenant/Query/QueryEditor/QueryEditorZeroTabsState.scss +52 -0
  68. package/dist/containers/Tenant/Query/QueryEditor/YqlEditor/YqlEditor.js +10 -4
  69. package/dist/containers/Tenant/Query/QueryEditor/YqlEditor/YqlEditor.js.map +1 -1
  70. package/dist/containers/Tenant/Query/QueryEditor/hooks/useQueryTabsActions.d.ts +4 -4
  71. package/dist/containers/Tenant/Query/QueryEditor/hooks/useQueryTabsActions.js +10 -1
  72. package/dist/containers/Tenant/Query/QueryEditor/hooks/useQueryTabsActions.js.map +1 -1
  73. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +3 -0
  74. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js.map +1 -1
  75. package/dist/containers/Tenant/Query/i18n/en.json +1 -0
  76. package/dist/containers/Tenant/Query/i18n/index.d.ts +1 -1
  77. package/dist/routes.d.ts +1 -0
  78. package/dist/routes.js.map +1 -1
  79. package/dist/services/api/meta.d.ts +4 -0
  80. package/dist/services/api/meta.js +3 -0
  81. package/dist/services/api/meta.js.map +1 -1
  82. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +1482 -0
  83. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +23 -0
  84. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js.map +1 -1
  85. package/dist/store/reducers/query/__test__/SessionStorageMigration.test.js +6 -4
  86. package/dist/store/reducers/query/__test__/SessionStorageMigration.test.js.map +1 -1
  87. package/dist/store/reducers/query/__test__/zeroTabsState.test.d.ts +1 -0
  88. package/dist/store/reducers/query/__test__/zeroTabsState.test.js +48 -0
  89. package/dist/store/reducers/query/__test__/zeroTabsState.test.js.map +1 -0
  90. package/dist/store/reducers/query/slice.d.ts +4 -4
  91. package/dist/store/reducers/query/slice.js +31 -23
  92. package/dist/store/reducers/query/slice.js.map +1 -1
  93. package/dist/store/reducers/query/types.d.ts +1 -1
  94. package/dist/store/reducers/query/utils.d.ts +1 -1
  95. package/dist/store/reducers/query/utils.js +3 -1
  96. package/dist/store/reducers/query/utils.js.map +1 -1
  97. package/dist/types/api/healthcheck.d.ts +2 -0
  98. package/package.json +1 -1
@@ -5,6 +5,9 @@ export declare const healthcheckApi: import("@reduxjs/toolkit/query").Api<import
5
5
  database: string;
6
6
  maxLevel?: number;
7
7
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
8
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
9
+ clusterName: string;
10
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
8
11
  }, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
9
12
  export declare const selectCheckStatus: ((state: {
10
13
  api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
@@ -64,6 +67,9 @@ export declare const selectCheckStatus: ((state: {
64
67
  database: string;
65
68
  maxLevel?: number;
66
69
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
70
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
71
+ clusterName: string;
72
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
67
73
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
68
74
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
69
75
  originalArgs?: undefined | undefined;
@@ -163,6 +169,9 @@ export declare const selectCheckStatus: ((state: {
163
169
  database: string;
164
170
  maxLevel?: number;
165
171
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
172
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
173
+ clusterName: string;
174
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
166
175
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
167
176
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
168
177
  originalArgs?: undefined | undefined;
@@ -267,6 +276,9 @@ export declare const selectCheckStatus: ((state: {
267
276
  database: string;
268
277
  maxLevel?: number;
269
278
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
279
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
280
+ clusterName: string;
281
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
270
282
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
271
283
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
272
284
  originalArgs?: undefined | undefined;
@@ -439,6 +451,9 @@ export declare const selectLeavesIssues: ((state: {
439
451
  database: string;
440
452
  maxLevel?: number;
441
453
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
454
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
455
+ clusterName: string;
456
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
442
457
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
443
458
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
444
459
  originalArgs?: undefined | undefined;
@@ -538,6 +553,9 @@ export declare const selectLeavesIssues: ((state: {
538
553
  database: string;
539
554
  maxLevel?: number;
540
555
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
556
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
557
+ clusterName: string;
558
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
541
559
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
542
560
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
543
561
  originalArgs?: undefined | undefined;
@@ -642,6 +660,9 @@ export declare const selectLeavesIssues: ((state: {
642
660
  database: string;
643
661
  maxLevel?: number;
644
662
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
663
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
664
+ clusterName: string;
665
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
645
666
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
646
667
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
647
668
  originalArgs?: undefined | undefined;
@@ -813,6 +834,9 @@ export declare const selectLeavesIssues: ((state: {
813
834
  database: string;
814
835
  maxLevel?: number;
815
836
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
837
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
838
+ clusterName: string;
839
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
816
840
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
817
841
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
818
842
  originalArgs?: undefined | undefined;
@@ -912,6 +936,9 @@ export declare const selectLeavesIssues: ((state: {
912
936
  database: string;
913
937
  maxLevel?: number;
914
938
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
939
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
940
+ clusterName: string;
941
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
915
942
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
916
943
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
917
944
  originalArgs?: undefined | undefined;
@@ -1016,6 +1043,9 @@ export declare const selectLeavesIssues: ((state: {
1016
1043
  database: string;
1017
1044
  maxLevel?: number;
1018
1045
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1046
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1047
+ clusterName: string;
1048
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1019
1049
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1020
1050
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1021
1051
  originalArgs?: undefined | undefined;
@@ -1168,6 +1198,9 @@ export declare const selectAllHealthcheckInfo: ((state: {
1168
1198
  database: string;
1169
1199
  maxLevel?: number;
1170
1200
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1201
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1202
+ clusterName: string;
1203
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1171
1204
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1172
1205
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1173
1206
  originalArgs?: undefined | undefined;
@@ -1267,6 +1300,9 @@ export declare const selectAllHealthcheckInfo: ((state: {
1267
1300
  database: string;
1268
1301
  maxLevel?: number;
1269
1302
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1303
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1304
+ clusterName: string;
1305
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1270
1306
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1271
1307
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1272
1308
  originalArgs?: undefined | undefined;
@@ -1371,6 +1407,9 @@ export declare const selectAllHealthcheckInfo: ((state: {
1371
1407
  database: string;
1372
1408
  maxLevel?: number;
1373
1409
  }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1410
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1411
+ clusterName: string;
1412
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1374
1413
  }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1375
1414
  status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1376
1415
  originalArgs?: undefined | undefined;
@@ -1449,3 +1488,1446 @@ export declare const selectAllHealthcheckInfo: ((state: {
1449
1488
  argsMemoize: typeof import("reselect").weakMapMemoize;
1450
1489
  memoize: typeof import("reselect").weakMapMemoize;
1451
1490
  };
1491
+ export declare const selectClusterCheckStatus: ((state: {
1492
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1493
+ singleClusterMode: boolean;
1494
+ cluster: import("../cluster/types").ClusterState;
1495
+ tenant: import("../tenant/types").TenantState;
1496
+ schema: {
1497
+ loading: boolean;
1498
+ data: {};
1499
+ currentSchemaPath: undefined;
1500
+ showPreview: boolean;
1501
+ };
1502
+ partitions: {
1503
+ selectedConsumer?: string;
1504
+ };
1505
+ query: import("../query/types").QueryState;
1506
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1507
+ settings: import("../settings/types").SettingsState;
1508
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1509
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1510
+ authentication: import("../authentication/types").AuthenticationState;
1511
+ header: import("../header/types").HeaderState;
1512
+ queryActions: import("../queryActions/types").QueryActionsState;
1513
+ fullscreen: boolean;
1514
+ clusters: import("../clusters/types").ClustersFilters;
1515
+ }, clusterName: string) => import("../../../types/api/healthcheck").SelfCheckResult | undefined) & {
1516
+ clearCache: () => void;
1517
+ resultsCount: () => number;
1518
+ resetResultsCount: () => void;
1519
+ } & {
1520
+ resultFunc: (resultFuncArgs_0: {
1521
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1522
+ singleClusterMode: boolean;
1523
+ cluster: import("../cluster/types").ClusterState;
1524
+ tenant: import("../tenant/types").TenantState;
1525
+ schema: {
1526
+ loading: boolean;
1527
+ data: {};
1528
+ currentSchemaPath: undefined;
1529
+ showPreview: boolean;
1530
+ };
1531
+ partitions: {
1532
+ selectedConsumer?: string;
1533
+ };
1534
+ query: import("../query/types").QueryState;
1535
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1536
+ settings: import("../settings/types").SettingsState;
1537
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1538
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1539
+ authentication: import("../authentication/types").AuthenticationState;
1540
+ header: import("../header/types").HeaderState;
1541
+ queryActions: import("../queryActions/types").QueryActionsState;
1542
+ fullscreen: boolean;
1543
+ clusters: import("../clusters/types").ClustersFilters;
1544
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
1545
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1546
+ database: string;
1547
+ maxLevel?: number;
1548
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1549
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1550
+ clusterName: string;
1551
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1552
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1553
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1554
+ originalArgs?: undefined | undefined;
1555
+ data?: undefined | undefined;
1556
+ error?: undefined | undefined;
1557
+ requestId?: undefined | undefined;
1558
+ endpointName?: string | undefined;
1559
+ startedTimeStamp?: undefined | undefined;
1560
+ fulfilledTimeStamp?: undefined | undefined;
1561
+ } & {
1562
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1563
+ isUninitialized: true;
1564
+ isLoading: false;
1565
+ isSuccess: false;
1566
+ isError: false;
1567
+ }) | ({
1568
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1569
+ error: undefined;
1570
+ originalArgs: {
1571
+ clusterName: string;
1572
+ };
1573
+ requestId: string;
1574
+ endpointName: string;
1575
+ startedTimeStamp: number;
1576
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1577
+ fulfilledTimeStamp: number;
1578
+ } & {
1579
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1580
+ isUninitialized: false;
1581
+ isLoading: false;
1582
+ isSuccess: true;
1583
+ isError: false;
1584
+ }) | ({
1585
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1586
+ originalArgs: {
1587
+ clusterName: string;
1588
+ };
1589
+ requestId: string;
1590
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1591
+ error?: unknown;
1592
+ endpointName: string;
1593
+ startedTimeStamp: number;
1594
+ fulfilledTimeStamp?: number | undefined;
1595
+ } & {
1596
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1597
+ isUninitialized: false;
1598
+ isLoading: true;
1599
+ isSuccess: false;
1600
+ isError: false;
1601
+ }) | ({
1602
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1603
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1604
+ fulfilledTimeStamp?: number | undefined;
1605
+ originalArgs: {
1606
+ clusterName: string;
1607
+ };
1608
+ requestId: string;
1609
+ endpointName: string;
1610
+ startedTimeStamp: number;
1611
+ error: unknown;
1612
+ } & {
1613
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1614
+ isUninitialized: false;
1615
+ isLoading: false;
1616
+ isSuccess: false;
1617
+ isError: true;
1618
+ })) => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
1619
+ memoizedResultFunc: ((resultFuncArgs_0: {
1620
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1621
+ singleClusterMode: boolean;
1622
+ cluster: import("../cluster/types").ClusterState;
1623
+ tenant: import("../tenant/types").TenantState;
1624
+ schema: {
1625
+ loading: boolean;
1626
+ data: {};
1627
+ currentSchemaPath: undefined;
1628
+ showPreview: boolean;
1629
+ };
1630
+ partitions: {
1631
+ selectedConsumer?: string;
1632
+ };
1633
+ query: import("../query/types").QueryState;
1634
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1635
+ settings: import("../settings/types").SettingsState;
1636
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1637
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1638
+ authentication: import("../authentication/types").AuthenticationState;
1639
+ header: import("../header/types").HeaderState;
1640
+ queryActions: import("../queryActions/types").QueryActionsState;
1641
+ fullscreen: boolean;
1642
+ clusters: import("../clusters/types").ClustersFilters;
1643
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
1644
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1645
+ database: string;
1646
+ maxLevel?: number;
1647
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1648
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1649
+ clusterName: string;
1650
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1651
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1652
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1653
+ originalArgs?: undefined | undefined;
1654
+ data?: undefined | undefined;
1655
+ error?: undefined | undefined;
1656
+ requestId?: undefined | undefined;
1657
+ endpointName?: string | undefined;
1658
+ startedTimeStamp?: undefined | undefined;
1659
+ fulfilledTimeStamp?: undefined | undefined;
1660
+ } & {
1661
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1662
+ isUninitialized: true;
1663
+ isLoading: false;
1664
+ isSuccess: false;
1665
+ isError: false;
1666
+ }) | ({
1667
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1668
+ error: undefined;
1669
+ originalArgs: {
1670
+ clusterName: string;
1671
+ };
1672
+ requestId: string;
1673
+ endpointName: string;
1674
+ startedTimeStamp: number;
1675
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1676
+ fulfilledTimeStamp: number;
1677
+ } & {
1678
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1679
+ isUninitialized: false;
1680
+ isLoading: false;
1681
+ isSuccess: true;
1682
+ isError: false;
1683
+ }) | ({
1684
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1685
+ originalArgs: {
1686
+ clusterName: string;
1687
+ };
1688
+ requestId: string;
1689
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1690
+ error?: unknown;
1691
+ endpointName: string;
1692
+ startedTimeStamp: number;
1693
+ fulfilledTimeStamp?: number | undefined;
1694
+ } & {
1695
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1696
+ isUninitialized: false;
1697
+ isLoading: true;
1698
+ isSuccess: false;
1699
+ isError: false;
1700
+ }) | ({
1701
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1702
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1703
+ fulfilledTimeStamp?: number | undefined;
1704
+ originalArgs: {
1705
+ clusterName: string;
1706
+ };
1707
+ requestId: string;
1708
+ endpointName: string;
1709
+ startedTimeStamp: number;
1710
+ error: unknown;
1711
+ } & {
1712
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1713
+ isUninitialized: false;
1714
+ isLoading: false;
1715
+ isSuccess: false;
1716
+ isError: true;
1717
+ })) => import("../../../types/api/healthcheck").SelfCheckResult | undefined) & {
1718
+ clearCache: () => void;
1719
+ resultsCount: () => number;
1720
+ resetResultsCount: () => void;
1721
+ };
1722
+ lastResult: () => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
1723
+ dependencies: [(state: RootState) => {
1724
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1725
+ singleClusterMode: boolean;
1726
+ cluster: import("../cluster/types").ClusterState;
1727
+ tenant: import("../tenant/types").TenantState;
1728
+ schema: {
1729
+ loading: boolean;
1730
+ data: {};
1731
+ currentSchemaPath: undefined;
1732
+ showPreview: boolean;
1733
+ };
1734
+ partitions: {
1735
+ selectedConsumer?: string;
1736
+ };
1737
+ query: import("../query/types").QueryState;
1738
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1739
+ settings: import("../settings/types").SettingsState;
1740
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1741
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1742
+ authentication: import("../authentication/types").AuthenticationState;
1743
+ header: import("../header/types").HeaderState;
1744
+ queryActions: import("../queryActions/types").QueryActionsState;
1745
+ fullscreen: boolean;
1746
+ clusters: import("../clusters/types").ClustersFilters;
1747
+ }, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
1748
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1749
+ database: string;
1750
+ maxLevel?: number;
1751
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1752
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1753
+ clusterName: string;
1754
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1755
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1756
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1757
+ originalArgs?: undefined | undefined;
1758
+ data?: undefined | undefined;
1759
+ error?: undefined | undefined;
1760
+ requestId?: undefined | undefined;
1761
+ endpointName?: string | undefined;
1762
+ startedTimeStamp?: undefined | undefined;
1763
+ fulfilledTimeStamp?: undefined | undefined;
1764
+ } & {
1765
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1766
+ isUninitialized: true;
1767
+ isLoading: false;
1768
+ isSuccess: false;
1769
+ isError: false;
1770
+ }) | ({
1771
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1772
+ error: undefined;
1773
+ originalArgs: {
1774
+ clusterName: string;
1775
+ };
1776
+ requestId: string;
1777
+ endpointName: string;
1778
+ startedTimeStamp: number;
1779
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1780
+ fulfilledTimeStamp: number;
1781
+ } & {
1782
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1783
+ isUninitialized: false;
1784
+ isLoading: false;
1785
+ isSuccess: true;
1786
+ isError: false;
1787
+ }) | ({
1788
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1789
+ originalArgs: {
1790
+ clusterName: string;
1791
+ };
1792
+ requestId: string;
1793
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1794
+ error?: unknown;
1795
+ endpointName: string;
1796
+ startedTimeStamp: number;
1797
+ fulfilledTimeStamp?: number | undefined;
1798
+ } & {
1799
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1800
+ isUninitialized: false;
1801
+ isLoading: true;
1802
+ isSuccess: false;
1803
+ isError: false;
1804
+ }) | ({
1805
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1806
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1807
+ fulfilledTimeStamp?: number | undefined;
1808
+ originalArgs: {
1809
+ clusterName: string;
1810
+ };
1811
+ requestId: string;
1812
+ endpointName: string;
1813
+ startedTimeStamp: number;
1814
+ error: unknown;
1815
+ } & {
1816
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1817
+ isUninitialized: false;
1818
+ isLoading: false;
1819
+ isSuccess: false;
1820
+ isError: true;
1821
+ })];
1822
+ recomputations: () => number;
1823
+ resetRecomputations: () => void;
1824
+ dependencyRecomputations: () => number;
1825
+ resetDependencyRecomputations: () => void;
1826
+ } & {
1827
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1828
+ memoize: typeof import("reselect").weakMapMemoize;
1829
+ };
1830
+ export declare const selectClusterLeavesIssues: ((state: {
1831
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1832
+ singleClusterMode: boolean;
1833
+ cluster: import("../cluster/types").ClusterState;
1834
+ tenant: import("../tenant/types").TenantState;
1835
+ schema: {
1836
+ loading: boolean;
1837
+ data: {};
1838
+ currentSchemaPath: undefined;
1839
+ showPreview: boolean;
1840
+ };
1841
+ partitions: {
1842
+ selectedConsumer?: string;
1843
+ };
1844
+ query: import("../query/types").QueryState;
1845
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1846
+ settings: import("../settings/types").SettingsState;
1847
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1848
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1849
+ authentication: import("../authentication/types").AuthenticationState;
1850
+ header: import("../header/types").HeaderState;
1851
+ queryActions: import("../queryActions/types").QueryActionsState;
1852
+ fullscreen: boolean;
1853
+ clusters: import("../clusters/types").ClustersFilters;
1854
+ }, clusterName: string) => IssueLog[]) & {
1855
+ clearCache: () => void;
1856
+ resultsCount: () => number;
1857
+ resetResultsCount: () => void;
1858
+ } & {
1859
+ resultFunc: (resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => IssueLog[];
1860
+ memoizedResultFunc: ((resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => IssueLog[]) & {
1861
+ clearCache: () => void;
1862
+ resultsCount: () => number;
1863
+ resetResultsCount: () => void;
1864
+ };
1865
+ lastResult: () => IssueLog[];
1866
+ dependencies: [((state: {
1867
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1868
+ singleClusterMode: boolean;
1869
+ cluster: import("../cluster/types").ClusterState;
1870
+ tenant: import("../tenant/types").TenantState;
1871
+ schema: {
1872
+ loading: boolean;
1873
+ data: {};
1874
+ currentSchemaPath: undefined;
1875
+ showPreview: boolean;
1876
+ };
1877
+ partitions: {
1878
+ selectedConsumer?: string;
1879
+ };
1880
+ query: import("../query/types").QueryState;
1881
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1882
+ settings: import("../settings/types").SettingsState;
1883
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1884
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1885
+ authentication: import("../authentication/types").AuthenticationState;
1886
+ header: import("../header/types").HeaderState;
1887
+ queryActions: import("../queryActions/types").QueryActionsState;
1888
+ fullscreen: boolean;
1889
+ clusters: import("../clusters/types").ClustersFilters;
1890
+ }, clusterName: string) => IssueLog[]) & {
1891
+ clearCache: () => void;
1892
+ resultsCount: () => number;
1893
+ resetResultsCount: () => void;
1894
+ } & {
1895
+ resultFunc: (resultFuncArgs_0: {
1896
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1897
+ singleClusterMode: boolean;
1898
+ cluster: import("../cluster/types").ClusterState;
1899
+ tenant: import("../tenant/types").TenantState;
1900
+ schema: {
1901
+ loading: boolean;
1902
+ data: {};
1903
+ currentSchemaPath: undefined;
1904
+ showPreview: boolean;
1905
+ };
1906
+ partitions: {
1907
+ selectedConsumer?: string;
1908
+ };
1909
+ query: import("../query/types").QueryState;
1910
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
1911
+ settings: import("../settings/types").SettingsState;
1912
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1913
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1914
+ authentication: import("../authentication/types").AuthenticationState;
1915
+ header: import("../header/types").HeaderState;
1916
+ queryActions: import("../queryActions/types").QueryActionsState;
1917
+ fullscreen: boolean;
1918
+ clusters: import("../clusters/types").ClustersFilters;
1919
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
1920
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1921
+ database: string;
1922
+ maxLevel?: number;
1923
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1924
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1925
+ clusterName: string;
1926
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
1927
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
1928
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1929
+ originalArgs?: undefined | undefined;
1930
+ data?: undefined | undefined;
1931
+ error?: undefined | undefined;
1932
+ requestId?: undefined | undefined;
1933
+ endpointName?: string | undefined;
1934
+ startedTimeStamp?: undefined | undefined;
1935
+ fulfilledTimeStamp?: undefined | undefined;
1936
+ } & {
1937
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1938
+ isUninitialized: true;
1939
+ isLoading: false;
1940
+ isSuccess: false;
1941
+ isError: false;
1942
+ }) | ({
1943
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1944
+ error: undefined;
1945
+ originalArgs: {
1946
+ clusterName: string;
1947
+ };
1948
+ requestId: string;
1949
+ endpointName: string;
1950
+ startedTimeStamp: number;
1951
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1952
+ fulfilledTimeStamp: number;
1953
+ } & {
1954
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1955
+ isUninitialized: false;
1956
+ isLoading: false;
1957
+ isSuccess: true;
1958
+ isError: false;
1959
+ }) | ({
1960
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1961
+ originalArgs: {
1962
+ clusterName: string;
1963
+ };
1964
+ requestId: string;
1965
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1966
+ error?: unknown;
1967
+ endpointName: string;
1968
+ startedTimeStamp: number;
1969
+ fulfilledTimeStamp?: number | undefined;
1970
+ } & {
1971
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1972
+ isUninitialized: false;
1973
+ isLoading: true;
1974
+ isSuccess: false;
1975
+ isError: false;
1976
+ }) | ({
1977
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1978
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1979
+ fulfilledTimeStamp?: number | undefined;
1980
+ originalArgs: {
1981
+ clusterName: string;
1982
+ };
1983
+ requestId: string;
1984
+ endpointName: string;
1985
+ startedTimeStamp: number;
1986
+ error: unknown;
1987
+ } & {
1988
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1989
+ isUninitialized: false;
1990
+ isLoading: false;
1991
+ isSuccess: false;
1992
+ isError: true;
1993
+ })) => IssueLog[];
1994
+ memoizedResultFunc: ((resultFuncArgs_0: {
1995
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
1996
+ singleClusterMode: boolean;
1997
+ cluster: import("../cluster/types").ClusterState;
1998
+ tenant: import("../tenant/types").TenantState;
1999
+ schema: {
2000
+ loading: boolean;
2001
+ data: {};
2002
+ currentSchemaPath: undefined;
2003
+ showPreview: boolean;
2004
+ };
2005
+ partitions: {
2006
+ selectedConsumer?: string;
2007
+ };
2008
+ query: import("../query/types").QueryState;
2009
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2010
+ settings: import("../settings/types").SettingsState;
2011
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2012
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2013
+ authentication: import("../authentication/types").AuthenticationState;
2014
+ header: import("../header/types").HeaderState;
2015
+ queryActions: import("../queryActions/types").QueryActionsState;
2016
+ fullscreen: boolean;
2017
+ clusters: import("../clusters/types").ClustersFilters;
2018
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
2019
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2020
+ database: string;
2021
+ maxLevel?: number;
2022
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2023
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2024
+ clusterName: string;
2025
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2026
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2027
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2028
+ originalArgs?: undefined | undefined;
2029
+ data?: undefined | undefined;
2030
+ error?: undefined | undefined;
2031
+ requestId?: undefined | undefined;
2032
+ endpointName?: string | undefined;
2033
+ startedTimeStamp?: undefined | undefined;
2034
+ fulfilledTimeStamp?: undefined | undefined;
2035
+ } & {
2036
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2037
+ isUninitialized: true;
2038
+ isLoading: false;
2039
+ isSuccess: false;
2040
+ isError: false;
2041
+ }) | ({
2042
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2043
+ error: undefined;
2044
+ originalArgs: {
2045
+ clusterName: string;
2046
+ };
2047
+ requestId: string;
2048
+ endpointName: string;
2049
+ startedTimeStamp: number;
2050
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2051
+ fulfilledTimeStamp: number;
2052
+ } & {
2053
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2054
+ isUninitialized: false;
2055
+ isLoading: false;
2056
+ isSuccess: true;
2057
+ isError: false;
2058
+ }) | ({
2059
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2060
+ originalArgs: {
2061
+ clusterName: string;
2062
+ };
2063
+ requestId: string;
2064
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2065
+ error?: unknown;
2066
+ endpointName: string;
2067
+ startedTimeStamp: number;
2068
+ fulfilledTimeStamp?: number | undefined;
2069
+ } & {
2070
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2071
+ isUninitialized: false;
2072
+ isLoading: true;
2073
+ isSuccess: false;
2074
+ isError: false;
2075
+ }) | ({
2076
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2077
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2078
+ fulfilledTimeStamp?: number | undefined;
2079
+ originalArgs: {
2080
+ clusterName: string;
2081
+ };
2082
+ requestId: string;
2083
+ endpointName: string;
2084
+ startedTimeStamp: number;
2085
+ error: unknown;
2086
+ } & {
2087
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2088
+ isUninitialized: false;
2089
+ isLoading: false;
2090
+ isSuccess: false;
2091
+ isError: true;
2092
+ })) => IssueLog[]) & {
2093
+ clearCache: () => void;
2094
+ resultsCount: () => number;
2095
+ resetResultsCount: () => void;
2096
+ };
2097
+ lastResult: () => IssueLog[];
2098
+ dependencies: [(state: RootState) => {
2099
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2100
+ singleClusterMode: boolean;
2101
+ cluster: import("../cluster/types").ClusterState;
2102
+ tenant: import("../tenant/types").TenantState;
2103
+ schema: {
2104
+ loading: boolean;
2105
+ data: {};
2106
+ currentSchemaPath: undefined;
2107
+ showPreview: boolean;
2108
+ };
2109
+ partitions: {
2110
+ selectedConsumer?: string;
2111
+ };
2112
+ query: import("../query/types").QueryState;
2113
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2114
+ settings: import("../settings/types").SettingsState;
2115
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2116
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2117
+ authentication: import("../authentication/types").AuthenticationState;
2118
+ header: import("../header/types").HeaderState;
2119
+ queryActions: import("../queryActions/types").QueryActionsState;
2120
+ fullscreen: boolean;
2121
+ clusters: import("../clusters/types").ClustersFilters;
2122
+ }, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
2123
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2124
+ database: string;
2125
+ maxLevel?: number;
2126
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2127
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2128
+ clusterName: string;
2129
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2130
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2131
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2132
+ originalArgs?: undefined | undefined;
2133
+ data?: undefined | undefined;
2134
+ error?: undefined | undefined;
2135
+ requestId?: undefined | undefined;
2136
+ endpointName?: string | undefined;
2137
+ startedTimeStamp?: undefined | undefined;
2138
+ fulfilledTimeStamp?: undefined | undefined;
2139
+ } & {
2140
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2141
+ isUninitialized: true;
2142
+ isLoading: false;
2143
+ isSuccess: false;
2144
+ isError: false;
2145
+ }) | ({
2146
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2147
+ error: undefined;
2148
+ originalArgs: {
2149
+ clusterName: string;
2150
+ };
2151
+ requestId: string;
2152
+ endpointName: string;
2153
+ startedTimeStamp: number;
2154
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2155
+ fulfilledTimeStamp: number;
2156
+ } & {
2157
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2158
+ isUninitialized: false;
2159
+ isLoading: false;
2160
+ isSuccess: true;
2161
+ isError: false;
2162
+ }) | ({
2163
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2164
+ originalArgs: {
2165
+ clusterName: string;
2166
+ };
2167
+ requestId: string;
2168
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2169
+ error?: unknown;
2170
+ endpointName: string;
2171
+ startedTimeStamp: number;
2172
+ fulfilledTimeStamp?: number | undefined;
2173
+ } & {
2174
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2175
+ isUninitialized: false;
2176
+ isLoading: true;
2177
+ isSuccess: false;
2178
+ isError: false;
2179
+ }) | ({
2180
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2181
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2182
+ fulfilledTimeStamp?: number | undefined;
2183
+ originalArgs: {
2184
+ clusterName: string;
2185
+ };
2186
+ requestId: string;
2187
+ endpointName: string;
2188
+ startedTimeStamp: number;
2189
+ error: unknown;
2190
+ } & {
2191
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2192
+ isUninitialized: false;
2193
+ isLoading: false;
2194
+ isSuccess: false;
2195
+ isError: true;
2196
+ })];
2197
+ recomputations: () => number;
2198
+ resetRecomputations: () => void;
2199
+ dependencyRecomputations: () => number;
2200
+ resetDependencyRecomputations: () => void;
2201
+ } & {
2202
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2203
+ memoize: typeof import("reselect").weakMapMemoize;
2204
+ }, ((state: {
2205
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2206
+ singleClusterMode: boolean;
2207
+ cluster: import("../cluster/types").ClusterState;
2208
+ tenant: import("../tenant/types").TenantState;
2209
+ schema: {
2210
+ loading: boolean;
2211
+ data: {};
2212
+ currentSchemaPath: undefined;
2213
+ showPreview: boolean;
2214
+ };
2215
+ partitions: {
2216
+ selectedConsumer?: string;
2217
+ };
2218
+ query: import("../query/types").QueryState;
2219
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2220
+ settings: import("../settings/types").SettingsState;
2221
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2222
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2223
+ authentication: import("../authentication/types").AuthenticationState;
2224
+ header: import("../header/types").HeaderState;
2225
+ queryActions: import("../queryActions/types").QueryActionsState;
2226
+ fullscreen: boolean;
2227
+ clusters: import("../clusters/types").ClustersFilters;
2228
+ }, clusterName: string) => IssueLog[]) & {
2229
+ clearCache: () => void;
2230
+ resultsCount: () => number;
2231
+ resetResultsCount: () => void;
2232
+ } & {
2233
+ resultFunc: (resultFuncArgs_0: IssueLog[]) => IssueLog[];
2234
+ memoizedResultFunc: ((resultFuncArgs_0: IssueLog[]) => IssueLog[]) & {
2235
+ clearCache: () => void;
2236
+ resultsCount: () => number;
2237
+ resetResultsCount: () => void;
2238
+ };
2239
+ lastResult: () => IssueLog[];
2240
+ dependencies: [((state: {
2241
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2242
+ singleClusterMode: boolean;
2243
+ cluster: import("../cluster/types").ClusterState;
2244
+ tenant: import("../tenant/types").TenantState;
2245
+ schema: {
2246
+ loading: boolean;
2247
+ data: {};
2248
+ currentSchemaPath: undefined;
2249
+ showPreview: boolean;
2250
+ };
2251
+ partitions: {
2252
+ selectedConsumer?: string;
2253
+ };
2254
+ query: import("../query/types").QueryState;
2255
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2256
+ settings: import("../settings/types").SettingsState;
2257
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2258
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2259
+ authentication: import("../authentication/types").AuthenticationState;
2260
+ header: import("../header/types").HeaderState;
2261
+ queryActions: import("../queryActions/types").QueryActionsState;
2262
+ fullscreen: boolean;
2263
+ clusters: import("../clusters/types").ClustersFilters;
2264
+ }, clusterName: string) => IssueLog[]) & {
2265
+ clearCache: () => void;
2266
+ resultsCount: () => number;
2267
+ resetResultsCount: () => void;
2268
+ } & {
2269
+ resultFunc: (resultFuncArgs_0: {
2270
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2271
+ singleClusterMode: boolean;
2272
+ cluster: import("../cluster/types").ClusterState;
2273
+ tenant: import("../tenant/types").TenantState;
2274
+ schema: {
2275
+ loading: boolean;
2276
+ data: {};
2277
+ currentSchemaPath: undefined;
2278
+ showPreview: boolean;
2279
+ };
2280
+ partitions: {
2281
+ selectedConsumer?: string;
2282
+ };
2283
+ query: import("../query/types").QueryState;
2284
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2285
+ settings: import("../settings/types").SettingsState;
2286
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2287
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2288
+ authentication: import("../authentication/types").AuthenticationState;
2289
+ header: import("../header/types").HeaderState;
2290
+ queryActions: import("../queryActions/types").QueryActionsState;
2291
+ fullscreen: boolean;
2292
+ clusters: import("../clusters/types").ClustersFilters;
2293
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
2294
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2295
+ database: string;
2296
+ maxLevel?: number;
2297
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2298
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2299
+ clusterName: string;
2300
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2301
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2302
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2303
+ originalArgs?: undefined | undefined;
2304
+ data?: undefined | undefined;
2305
+ error?: undefined | undefined;
2306
+ requestId?: undefined | undefined;
2307
+ endpointName?: string | undefined;
2308
+ startedTimeStamp?: undefined | undefined;
2309
+ fulfilledTimeStamp?: undefined | undefined;
2310
+ } & {
2311
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2312
+ isUninitialized: true;
2313
+ isLoading: false;
2314
+ isSuccess: false;
2315
+ isError: false;
2316
+ }) | ({
2317
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2318
+ error: undefined;
2319
+ originalArgs: {
2320
+ clusterName: string;
2321
+ };
2322
+ requestId: string;
2323
+ endpointName: string;
2324
+ startedTimeStamp: number;
2325
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2326
+ fulfilledTimeStamp: number;
2327
+ } & {
2328
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2329
+ isUninitialized: false;
2330
+ isLoading: false;
2331
+ isSuccess: true;
2332
+ isError: false;
2333
+ }) | ({
2334
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2335
+ originalArgs: {
2336
+ clusterName: string;
2337
+ };
2338
+ requestId: string;
2339
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2340
+ error?: unknown;
2341
+ endpointName: string;
2342
+ startedTimeStamp: number;
2343
+ fulfilledTimeStamp?: number | undefined;
2344
+ } & {
2345
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2346
+ isUninitialized: false;
2347
+ isLoading: true;
2348
+ isSuccess: false;
2349
+ isError: false;
2350
+ }) | ({
2351
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2352
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2353
+ fulfilledTimeStamp?: number | undefined;
2354
+ originalArgs: {
2355
+ clusterName: string;
2356
+ };
2357
+ requestId: string;
2358
+ endpointName: string;
2359
+ startedTimeStamp: number;
2360
+ error: unknown;
2361
+ } & {
2362
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2363
+ isUninitialized: false;
2364
+ isLoading: false;
2365
+ isSuccess: false;
2366
+ isError: true;
2367
+ })) => IssueLog[];
2368
+ memoizedResultFunc: ((resultFuncArgs_0: {
2369
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2370
+ singleClusterMode: boolean;
2371
+ cluster: import("../cluster/types").ClusterState;
2372
+ tenant: import("../tenant/types").TenantState;
2373
+ schema: {
2374
+ loading: boolean;
2375
+ data: {};
2376
+ currentSchemaPath: undefined;
2377
+ showPreview: boolean;
2378
+ };
2379
+ partitions: {
2380
+ selectedConsumer?: string;
2381
+ };
2382
+ query: import("../query/types").QueryState;
2383
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2384
+ settings: import("../settings/types").SettingsState;
2385
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2386
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2387
+ authentication: import("../authentication/types").AuthenticationState;
2388
+ header: import("../header/types").HeaderState;
2389
+ queryActions: import("../queryActions/types").QueryActionsState;
2390
+ fullscreen: boolean;
2391
+ clusters: import("../clusters/types").ClustersFilters;
2392
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
2393
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2394
+ database: string;
2395
+ maxLevel?: number;
2396
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2397
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2398
+ clusterName: string;
2399
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2400
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2401
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2402
+ originalArgs?: undefined | undefined;
2403
+ data?: undefined | undefined;
2404
+ error?: undefined | undefined;
2405
+ requestId?: undefined | undefined;
2406
+ endpointName?: string | undefined;
2407
+ startedTimeStamp?: undefined | undefined;
2408
+ fulfilledTimeStamp?: undefined | undefined;
2409
+ } & {
2410
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2411
+ isUninitialized: true;
2412
+ isLoading: false;
2413
+ isSuccess: false;
2414
+ isError: false;
2415
+ }) | ({
2416
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2417
+ error: undefined;
2418
+ originalArgs: {
2419
+ clusterName: string;
2420
+ };
2421
+ requestId: string;
2422
+ endpointName: string;
2423
+ startedTimeStamp: number;
2424
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2425
+ fulfilledTimeStamp: number;
2426
+ } & {
2427
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2428
+ isUninitialized: false;
2429
+ isLoading: false;
2430
+ isSuccess: true;
2431
+ isError: false;
2432
+ }) | ({
2433
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2434
+ originalArgs: {
2435
+ clusterName: string;
2436
+ };
2437
+ requestId: string;
2438
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2439
+ error?: unknown;
2440
+ endpointName: string;
2441
+ startedTimeStamp: number;
2442
+ fulfilledTimeStamp?: number | undefined;
2443
+ } & {
2444
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2445
+ isUninitialized: false;
2446
+ isLoading: true;
2447
+ isSuccess: false;
2448
+ isError: false;
2449
+ }) | ({
2450
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2451
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2452
+ fulfilledTimeStamp?: number | undefined;
2453
+ originalArgs: {
2454
+ clusterName: string;
2455
+ };
2456
+ requestId: string;
2457
+ endpointName: string;
2458
+ startedTimeStamp: number;
2459
+ error: unknown;
2460
+ } & {
2461
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2462
+ isUninitialized: false;
2463
+ isLoading: false;
2464
+ isSuccess: false;
2465
+ isError: true;
2466
+ })) => IssueLog[]) & {
2467
+ clearCache: () => void;
2468
+ resultsCount: () => number;
2469
+ resetResultsCount: () => void;
2470
+ };
2471
+ lastResult: () => IssueLog[];
2472
+ dependencies: [(state: RootState) => {
2473
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2474
+ singleClusterMode: boolean;
2475
+ cluster: import("../cluster/types").ClusterState;
2476
+ tenant: import("../tenant/types").TenantState;
2477
+ schema: {
2478
+ loading: boolean;
2479
+ data: {};
2480
+ currentSchemaPath: undefined;
2481
+ showPreview: boolean;
2482
+ };
2483
+ partitions: {
2484
+ selectedConsumer?: string;
2485
+ };
2486
+ query: import("../query/types").QueryState;
2487
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2488
+ settings: import("../settings/types").SettingsState;
2489
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2490
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2491
+ authentication: import("../authentication/types").AuthenticationState;
2492
+ header: import("../header/types").HeaderState;
2493
+ queryActions: import("../queryActions/types").QueryActionsState;
2494
+ fullscreen: boolean;
2495
+ clusters: import("../clusters/types").ClustersFilters;
2496
+ }, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
2497
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2498
+ database: string;
2499
+ maxLevel?: number;
2500
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2501
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2502
+ clusterName: string;
2503
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2504
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2505
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2506
+ originalArgs?: undefined | undefined;
2507
+ data?: undefined | undefined;
2508
+ error?: undefined | undefined;
2509
+ requestId?: undefined | undefined;
2510
+ endpointName?: string | undefined;
2511
+ startedTimeStamp?: undefined | undefined;
2512
+ fulfilledTimeStamp?: undefined | undefined;
2513
+ } & {
2514
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2515
+ isUninitialized: true;
2516
+ isLoading: false;
2517
+ isSuccess: false;
2518
+ isError: false;
2519
+ }) | ({
2520
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2521
+ error: undefined;
2522
+ originalArgs: {
2523
+ clusterName: string;
2524
+ };
2525
+ requestId: string;
2526
+ endpointName: string;
2527
+ startedTimeStamp: number;
2528
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2529
+ fulfilledTimeStamp: number;
2530
+ } & {
2531
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2532
+ isUninitialized: false;
2533
+ isLoading: false;
2534
+ isSuccess: true;
2535
+ isError: false;
2536
+ }) | ({
2537
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2538
+ originalArgs: {
2539
+ clusterName: string;
2540
+ };
2541
+ requestId: string;
2542
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2543
+ error?: unknown;
2544
+ endpointName: string;
2545
+ startedTimeStamp: number;
2546
+ fulfilledTimeStamp?: number | undefined;
2547
+ } & {
2548
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2549
+ isUninitialized: false;
2550
+ isLoading: true;
2551
+ isSuccess: false;
2552
+ isError: false;
2553
+ }) | ({
2554
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2555
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2556
+ fulfilledTimeStamp?: number | undefined;
2557
+ originalArgs: {
2558
+ clusterName: string;
2559
+ };
2560
+ requestId: string;
2561
+ endpointName: string;
2562
+ startedTimeStamp: number;
2563
+ error: unknown;
2564
+ } & {
2565
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2566
+ isUninitialized: false;
2567
+ isLoading: false;
2568
+ isSuccess: false;
2569
+ isError: true;
2570
+ })];
2571
+ recomputations: () => number;
2572
+ resetRecomputations: () => void;
2573
+ dependencyRecomputations: () => number;
2574
+ resetDependencyRecomputations: () => void;
2575
+ } & {
2576
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2577
+ memoize: typeof import("reselect").weakMapMemoize;
2578
+ }];
2579
+ recomputations: () => number;
2580
+ resetRecomputations: () => void;
2581
+ dependencyRecomputations: () => number;
2582
+ resetDependencyRecomputations: () => void;
2583
+ } & {
2584
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2585
+ memoize: typeof import("reselect").weakMapMemoize;
2586
+ }];
2587
+ recomputations: () => number;
2588
+ resetRecomputations: () => void;
2589
+ dependencyRecomputations: () => number;
2590
+ resetDependencyRecomputations: () => void;
2591
+ } & {
2592
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2593
+ memoize: typeof import("reselect").weakMapMemoize;
2594
+ };
2595
+ export declare const selectAllClusterHealthcheckInfo: ((state: {
2596
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2597
+ singleClusterMode: boolean;
2598
+ cluster: import("../cluster/types").ClusterState;
2599
+ tenant: import("../tenant/types").TenantState;
2600
+ schema: {
2601
+ loading: boolean;
2602
+ data: {};
2603
+ currentSchemaPath: undefined;
2604
+ showPreview: boolean;
2605
+ };
2606
+ partitions: {
2607
+ selectedConsumer?: string;
2608
+ };
2609
+ query: import("../query/types").QueryState;
2610
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2611
+ settings: import("../settings/types").SettingsState;
2612
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2613
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2614
+ authentication: import("../authentication/types").AuthenticationState;
2615
+ header: import("../header/types").HeaderState;
2616
+ queryActions: import("../queryActions/types").QueryActionsState;
2617
+ fullscreen: boolean;
2618
+ clusters: import("../clusters/types").ClustersFilters;
2619
+ }, clusterName: string) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined) & {
2620
+ clearCache: () => void;
2621
+ resultsCount: () => number;
2622
+ resetResultsCount: () => void;
2623
+ } & {
2624
+ resultFunc: (resultFuncArgs_0: {
2625
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2626
+ singleClusterMode: boolean;
2627
+ cluster: import("../cluster/types").ClusterState;
2628
+ tenant: import("../tenant/types").TenantState;
2629
+ schema: {
2630
+ loading: boolean;
2631
+ data: {};
2632
+ currentSchemaPath: undefined;
2633
+ showPreview: boolean;
2634
+ };
2635
+ partitions: {
2636
+ selectedConsumer?: string;
2637
+ };
2638
+ query: import("../query/types").QueryState;
2639
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2640
+ settings: import("../settings/types").SettingsState;
2641
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2642
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2643
+ authentication: import("../authentication/types").AuthenticationState;
2644
+ header: import("../header/types").HeaderState;
2645
+ queryActions: import("../queryActions/types").QueryActionsState;
2646
+ fullscreen: boolean;
2647
+ clusters: import("../clusters/types").ClustersFilters;
2648
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
2649
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2650
+ database: string;
2651
+ maxLevel?: number;
2652
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2653
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2654
+ clusterName: string;
2655
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2656
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2657
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2658
+ originalArgs?: undefined | undefined;
2659
+ data?: undefined | undefined;
2660
+ error?: undefined | undefined;
2661
+ requestId?: undefined | undefined;
2662
+ endpointName?: string | undefined;
2663
+ startedTimeStamp?: undefined | undefined;
2664
+ fulfilledTimeStamp?: undefined | undefined;
2665
+ } & {
2666
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2667
+ isUninitialized: true;
2668
+ isLoading: false;
2669
+ isSuccess: false;
2670
+ isError: false;
2671
+ }) | ({
2672
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2673
+ error: undefined;
2674
+ originalArgs: {
2675
+ clusterName: string;
2676
+ };
2677
+ requestId: string;
2678
+ endpointName: string;
2679
+ startedTimeStamp: number;
2680
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2681
+ fulfilledTimeStamp: number;
2682
+ } & {
2683
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2684
+ isUninitialized: false;
2685
+ isLoading: false;
2686
+ isSuccess: true;
2687
+ isError: false;
2688
+ }) | ({
2689
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2690
+ originalArgs: {
2691
+ clusterName: string;
2692
+ };
2693
+ requestId: string;
2694
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2695
+ error?: unknown;
2696
+ endpointName: string;
2697
+ startedTimeStamp: number;
2698
+ fulfilledTimeStamp?: number | undefined;
2699
+ } & {
2700
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2701
+ isUninitialized: false;
2702
+ isLoading: true;
2703
+ isSuccess: false;
2704
+ isError: false;
2705
+ }) | ({
2706
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2707
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2708
+ fulfilledTimeStamp?: number | undefined;
2709
+ originalArgs: {
2710
+ clusterName: string;
2711
+ };
2712
+ requestId: string;
2713
+ endpointName: string;
2714
+ startedTimeStamp: number;
2715
+ error: unknown;
2716
+ } & {
2717
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2718
+ isUninitialized: false;
2719
+ isLoading: false;
2720
+ isSuccess: false;
2721
+ isError: true;
2722
+ })) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2723
+ memoizedResultFunc: ((resultFuncArgs_0: {
2724
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2725
+ singleClusterMode: boolean;
2726
+ cluster: import("../cluster/types").ClusterState;
2727
+ tenant: import("../tenant/types").TenantState;
2728
+ schema: {
2729
+ loading: boolean;
2730
+ data: {};
2731
+ currentSchemaPath: undefined;
2732
+ showPreview: boolean;
2733
+ };
2734
+ partitions: {
2735
+ selectedConsumer?: string;
2736
+ };
2737
+ query: import("../query/types").QueryState;
2738
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2739
+ settings: import("../settings/types").SettingsState;
2740
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2741
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2742
+ authentication: import("../authentication/types").AuthenticationState;
2743
+ header: import("../header/types").HeaderState;
2744
+ queryActions: import("../queryActions/types").QueryActionsState;
2745
+ fullscreen: boolean;
2746
+ clusters: import("../clusters/types").ClustersFilters;
2747
+ }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
2748
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2749
+ database: string;
2750
+ maxLevel?: number;
2751
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2752
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2753
+ clusterName: string;
2754
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2755
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2756
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2757
+ originalArgs?: undefined | undefined;
2758
+ data?: undefined | undefined;
2759
+ error?: undefined | undefined;
2760
+ requestId?: undefined | undefined;
2761
+ endpointName?: string | undefined;
2762
+ startedTimeStamp?: undefined | undefined;
2763
+ fulfilledTimeStamp?: undefined | undefined;
2764
+ } & {
2765
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2766
+ isUninitialized: true;
2767
+ isLoading: false;
2768
+ isSuccess: false;
2769
+ isError: false;
2770
+ }) | ({
2771
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2772
+ error: undefined;
2773
+ originalArgs: {
2774
+ clusterName: string;
2775
+ };
2776
+ requestId: string;
2777
+ endpointName: string;
2778
+ startedTimeStamp: number;
2779
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2780
+ fulfilledTimeStamp: number;
2781
+ } & {
2782
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2783
+ isUninitialized: false;
2784
+ isLoading: false;
2785
+ isSuccess: true;
2786
+ isError: false;
2787
+ }) | ({
2788
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2789
+ originalArgs: {
2790
+ clusterName: string;
2791
+ };
2792
+ requestId: string;
2793
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2794
+ error?: unknown;
2795
+ endpointName: string;
2796
+ startedTimeStamp: number;
2797
+ fulfilledTimeStamp?: number | undefined;
2798
+ } & {
2799
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2800
+ isUninitialized: false;
2801
+ isLoading: true;
2802
+ isSuccess: false;
2803
+ isError: false;
2804
+ }) | ({
2805
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2806
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2807
+ fulfilledTimeStamp?: number | undefined;
2808
+ originalArgs: {
2809
+ clusterName: string;
2810
+ };
2811
+ requestId: string;
2812
+ endpointName: string;
2813
+ startedTimeStamp: number;
2814
+ error: unknown;
2815
+ } & {
2816
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2817
+ isUninitialized: false;
2818
+ isLoading: false;
2819
+ isSuccess: false;
2820
+ isError: true;
2821
+ })) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined) & {
2822
+ clearCache: () => void;
2823
+ resultsCount: () => number;
2824
+ resetResultsCount: () => void;
2825
+ };
2826
+ lastResult: () => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2827
+ dependencies: [(state: RootState) => {
2828
+ api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
2829
+ singleClusterMode: boolean;
2830
+ cluster: import("../cluster/types").ClusterState;
2831
+ tenant: import("../tenant/types").TenantState;
2832
+ schema: {
2833
+ loading: boolean;
2834
+ data: {};
2835
+ currentSchemaPath: undefined;
2836
+ showPreview: boolean;
2837
+ };
2838
+ partitions: {
2839
+ selectedConsumer?: string;
2840
+ };
2841
+ query: import("../query/types").QueryState;
2842
+ heatmap: import("../../../types/store/heatmap").IHeatmapState;
2843
+ settings: import("../settings/types").SettingsState;
2844
+ executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
2845
+ shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
2846
+ authentication: import("../authentication/types").AuthenticationState;
2847
+ header: import("../header/types").HeaderState;
2848
+ queryActions: import("../queryActions/types").QueryActionsState;
2849
+ fullscreen: boolean;
2850
+ clusters: import("../clusters/types").ClustersFilters;
2851
+ }, (_state: RootState, clusterName: string) => (state: import("@reduxjs/toolkit/query").RootState<{
2852
+ getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2853
+ database: string;
2854
+ maxLevel?: number;
2855
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2856
+ getClusterHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
2857
+ clusterName: string;
2858
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api", any>;
2859
+ }, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
2860
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2861
+ originalArgs?: undefined | undefined;
2862
+ data?: undefined | undefined;
2863
+ error?: undefined | undefined;
2864
+ requestId?: undefined | undefined;
2865
+ endpointName?: string | undefined;
2866
+ startedTimeStamp?: undefined | undefined;
2867
+ fulfilledTimeStamp?: undefined | undefined;
2868
+ } & {
2869
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
2870
+ isUninitialized: true;
2871
+ isLoading: false;
2872
+ isSuccess: false;
2873
+ isError: false;
2874
+ }) | ({
2875
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2876
+ error: undefined;
2877
+ originalArgs: {
2878
+ clusterName: string;
2879
+ };
2880
+ requestId: string;
2881
+ endpointName: string;
2882
+ startedTimeStamp: number;
2883
+ data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
2884
+ fulfilledTimeStamp: number;
2885
+ } & {
2886
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
2887
+ isUninitialized: false;
2888
+ isLoading: false;
2889
+ isSuccess: true;
2890
+ isError: false;
2891
+ }) | ({
2892
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2893
+ originalArgs: {
2894
+ clusterName: string;
2895
+ };
2896
+ requestId: string;
2897
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2898
+ error?: unknown;
2899
+ endpointName: string;
2900
+ startedTimeStamp: number;
2901
+ fulfilledTimeStamp?: number | undefined;
2902
+ } & {
2903
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
2904
+ isUninitialized: false;
2905
+ isLoading: true;
2906
+ isSuccess: false;
2907
+ isError: false;
2908
+ }) | ({
2909
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2910
+ data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
2911
+ fulfilledTimeStamp?: number | undefined;
2912
+ originalArgs: {
2913
+ clusterName: string;
2914
+ };
2915
+ requestId: string;
2916
+ endpointName: string;
2917
+ startedTimeStamp: number;
2918
+ error: unknown;
2919
+ } & {
2920
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
2921
+ isUninitialized: false;
2922
+ isLoading: false;
2923
+ isSuccess: false;
2924
+ isError: true;
2925
+ })];
2926
+ recomputations: () => number;
2927
+ resetRecomputations: () => void;
2928
+ dependencyRecomputations: () => number;
2929
+ resetDependencyRecomputations: () => void;
2930
+ } & {
2931
+ argsMemoize: typeof import("reselect").weakMapMemoize;
2932
+ memoize: typeof import("reselect").weakMapMemoize;
2933
+ };