ydb-embedded-ui 21.1.0 → 22.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +0 -4
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +0 -2
- package/dist/components/ComponentsProvider/componentsRegistry.js +1 -3
- package/dist/components/ComponentsProvider/componentsRegistry.js.map +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.js +4 -2
- package/dist/components/ContentWithPopup/ContentWithPopup.js.map +1 -1
- package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
- package/dist/components/HoverPopup/HoverPopup.js +27 -4
- package/dist/components/HoverPopup/HoverPopup.js.map +1 -1
- package/dist/components/HoverPopup/getPopupScrollContainer.d.ts +1 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js +20 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js.map +1 -0
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/SegmentedProgress/SegmentedProgress.d.ts +22 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.js +44 -3
- package/dist/components/SegmentedProgress/SegmentedProgress.js.map +1 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js +1 -13
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js.map +1 -1
- package/dist/components/StorageGroupInfo/i18n/en.json +0 -1
- package/dist/components/StorageGroupInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/App/App.js +3 -3
- package/dist/containers/App/App.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +8 -5
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.d.ts +4 -3
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js +62 -25
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.d.ts +22 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js +49 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js.map +1 -0
- package/dist/containers/Cluster/i18n/en.json +13 -4
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Node/Node.js +20 -17
- package/dist/containers/Node/Node.js.map +1 -1
- package/dist/containers/Node/NodePages.d.ts +3 -9
- package/dist/containers/Node/NodePages.js +2 -10
- package/dist/containers/Node/NodePages.js.map +1 -1
- package/dist/containers/Node/i18n/en.json +0 -3
- package/dist/containers/Node/i18n/index.d.ts +1 -1
- package/dist/containers/Nodes/NodesTable.js +2 -2
- package/dist/containers/Nodes/NodesTable.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js +0 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/columns/constants.d.ts +2 -2
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.d.ts +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js.map +1 -1
- package/dist/containers/StorageGroupPage/StorageGroupPage.js +2 -3
- package/dist/containers/StorageGroupPage/StorageGroupPage.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +1 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/useTenantStorageNewData.d.ts +5 -5
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js +2 -4
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js.map +1 -1
- package/dist/routes.d.ts +1 -0
- package/dist/routes.js.map +1 -1
- package/dist/services/api/viewer.d.ts +1 -2
- package/dist/services/api/viewer.js +0 -11
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/store/configureStore.d.ts +12 -12
- package/dist/store/defaultStore.d.ts +6 -6
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +3 -0
- package/dist/store/reducers/api.js.map +1 -1
- package/dist/store/reducers/authentication/authentication.d.ts +4 -4
- package/dist/store/reducers/cancelQuery.d.ts +2 -2
- package/dist/store/reducers/capabilities/capabilities.d.ts +43 -43
- package/dist/store/reducers/capabilities/hooks.d.ts +5 -6
- package/dist/store/reducers/capabilities/hooks.js +0 -3
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +5 -5
- package/dist/store/reducers/cluster/cluster.js +3 -2
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/clusters/clusters.js +2 -1
- package/dist/store/reducers/clusters/clusters.js.map +1 -1
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/configs.d.ts +3 -3
- package/dist/store/reducers/entityDataTags.d.ts +21 -0
- package/dist/store/reducers/entityDataTags.js +24 -0
- package/dist/store/reducers/entityDataTags.js.map +1 -0
- package/dist/store/reducers/environments/environments.d.ts +2 -2
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +4 -4
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +111 -111
- package/dist/store/reducers/heatmap.d.ts +2 -2
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +2 -2
- package/dist/store/reducers/index.d.ts +8 -8
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +2 -5
- package/dist/store/reducers/node/node.js +0 -12
- package/dist/store/reducers/node/node.js.map +1 -1
- package/dist/store/reducers/node/types.d.ts +0 -14
- package/dist/store/reducers/nodes/nodes.d.ts +2 -2
- package/dist/store/reducers/nodesList.d.ts +12 -12
- package/dist/store/reducers/operations.d.ts +5 -5
- package/dist/store/reducers/overview/overview.d.ts +2 -2
- package/dist/store/reducers/partitions/partitions.d.ts +3 -3
- package/dist/store/reducers/pdisk/pdisk.d.ts +2 -2
- package/dist/store/reducers/planToSvg.d.ts +2 -2
- package/dist/store/reducers/preview.d.ts +2 -2
- package/dist/store/reducers/query/api.d.ts +4 -4
- package/dist/store/reducers/replication.d.ts +2 -2
- package/dist/store/reducers/schema/schema.d.ts +16 -16
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +40 -40
- package/dist/store/reducers/settings/api.d.ts +4 -4
- package/dist/store/reducers/settings/settings.d.ts +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +2 -2
- package/dist/store/reducers/showCreateTable/showCreateTable.d.ts +2 -2
- package/dist/store/reducers/storage/requestStorageData.d.ts +2 -4
- package/dist/store/reducers/storage/requestStorageData.js +4 -10
- package/dist/store/reducers/storage/requestStorageData.js.map +1 -1
- package/dist/store/reducers/storage/storage.d.ts +4 -6
- package/dist/store/reducers/storage/storage.js.map +1 -1
- package/dist/store/reducers/storage/types.d.ts +0 -9
- package/dist/store/reducers/storage/utils.d.ts +1 -2
- package/dist/store/reducers/storage/utils.js +0 -111
- package/dist/store/reducers/storage/utils.js.map +1 -1
- package/dist/store/reducers/storageUsage/StorageUsage.d.ts +2 -2
- package/dist/store/reducers/streamingQuery/streamingQuery.d.ts +2 -2
- package/dist/store/reducers/table/table.d.ts +4 -4
- package/dist/store/reducers/tableData.d.ts +1 -1
- package/dist/store/reducers/tablePartitioning/tablePartitioning.d.ts +2 -2
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +8 -8
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +2 -2
- package/dist/store/reducers/tenant/tenant.js +14 -1
- package/dist/store/reducers/tenant/tenant.js.map +1 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/storage/tenantOverviewStorage.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +2 -2
- package/dist/store/reducers/tenants/tenants.d.ts +3 -3
- package/dist/store/reducers/tenants/tenants.js +2 -1
- package/dist/store/reducers/tenants/tenants.js.map +1 -1
- package/dist/store/reducers/topic/topic.d.ts +84 -84
- package/dist/store/reducers/vdisk/vdisk.d.ts +3 -3
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/store/state-url-mapping.js +5 -1
- package/dist/store/state-url-mapping.js.map +1 -1
- package/dist/types/api/storage.d.ts +2 -111
- package/dist/types/api/storage.js.map +1 -1
- package/dist/uiFactory/types.d.ts +2 -0
- package/dist/utils/hooks/useWhoami.d.ts +5 -5
- package/package.json +1 -1
- package/src/components/ComponentsProvider/componentsRegistry.ts +1 -4
- package/src/components/ContentWithPopup/ContentWithPopup.tsx +7 -0
- package/src/components/HoverPopup/HoverPopup.tsx +32 -3
- package/src/components/HoverPopup/getPopupScrollContainer.ts +20 -0
- package/src/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/src/components/SegmentedProgress/SegmentedProgress.tsx +99 -10
- package/src/components/StorageGroupInfo/StorageGroupInfo.tsx +0 -13
- package/src/components/StorageGroupInfo/i18n/en.json +0 -1
- package/src/containers/App/App.tsx +3 -3
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.tsx +12 -11
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.tsx +143 -58
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.ts +89 -0
- package/src/containers/Cluster/i18n/en.json +13 -4
- package/src/containers/Node/Node.tsx +32 -18
- package/src/containers/Node/NodePages.ts +5 -10
- package/src/containers/Node/i18n/en.json +0 -4
- package/src/containers/Nodes/NodesTable.tsx +7 -1
- package/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx +0 -1
- package/src/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.tsx +2 -6
- package/src/containers/Storage/PaginatedStorageGroupsTable/columns/constants.ts +2 -2
- package/src/containers/Storage/PaginatedStorageGroupsTable/getGroups.ts +40 -47
- package/src/containers/StorageGroupPage/StorageGroupPage.tsx +2 -6
- package/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.tsx +1 -6
- package/src/containers/Tenant/Diagnostics/useDiagnosticsPages.ts +1 -4
- package/src/routes.ts +1 -1
- package/src/services/api/viewer.ts +1 -25
- package/src/store/reducers/api.ts +4 -0
- package/src/store/reducers/capabilities/hooks.ts +0 -4
- package/src/store/reducers/cluster/cluster.ts +3 -2
- package/src/store/reducers/clusters/clusters.ts +2 -1
- package/src/store/reducers/entityDataTags.ts +34 -0
- package/src/store/reducers/node/node.ts +0 -11
- package/src/store/reducers/node/types.ts +0 -18
- package/src/store/reducers/storage/requestStorageData.ts +5 -17
- package/src/store/reducers/storage/storage.ts +2 -6
- package/src/store/reducers/storage/types.ts +0 -9
- package/src/store/reducers/storage/utils.ts +2 -175
- package/src/store/reducers/tenant/tenant.ts +17 -1
- package/src/store/reducers/tenants/tenants.ts +2 -1
- package/src/store/state-url-mapping.ts +5 -1
- package/src/types/api/storage.ts +7 -131
- package/src/uiFactory/types.ts +3 -0
- package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/NodeStructure.js +0 -76
- package/dist/containers/Node/NodeStructure/NodeStructure.js.map +0 -1
- package/dist/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js.map +0 -1
- package/dist/containers/Node/NodeStructure/Pdisk.d.ts +0 -10
- package/dist/containers/Node/NodeStructure/Pdisk.js +0 -125
- package/dist/containers/Node/NodeStructure/Pdisk.js.map +0 -1
- package/dist/store/reducers/node/selectors.d.ts +0 -47
- package/dist/store/reducers/node/selectors.js +0 -43
- package/dist/store/reducers/node/selectors.js.map +0 -1
- package/src/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/src/containers/Node/NodeStructure/NodeStructure.tsx +0 -121
- package/src/containers/Node/NodeStructure/PDiskTitleBadge.tsx +0 -18
- package/src/containers/Node/NodeStructure/Pdisk.tsx +0 -274
- package/src/store/reducers/node/selectors.ts +0 -68
|
@@ -29,18 +29,18 @@ export declare const schemaApi: import("@reduxjs/toolkit/query").Api<import("@re
|
|
|
29
29
|
path: string;
|
|
30
30
|
databaseFullPath: string;
|
|
31
31
|
useMetaProxy?: boolean;
|
|
32
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
32
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", unknown, "api", typeof import("../api")._NEVER>;
|
|
33
33
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
34
34
|
path: string;
|
|
35
35
|
database: string;
|
|
36
36
|
databaseFullPath: string;
|
|
37
37
|
useMetaProxy?: boolean;
|
|
38
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
38
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
39
39
|
[path: string]: TEvDescribeSchemeResult & {
|
|
40
40
|
partial?: boolean;
|
|
41
41
|
};
|
|
42
42
|
}, "api", typeof import("../api")._NEVER>;
|
|
43
|
-
}, "api", "
|
|
43
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
44
44
|
export declare function useGetSchemaQuery({ path, database, databaseFullPath, useMetaProxy, }: {
|
|
45
45
|
path: string;
|
|
46
46
|
database: string;
|
|
@@ -54,7 +54,7 @@ export declare function useGetSchemaQuery({ path, database, databaseFullPath, us
|
|
|
54
54
|
error: unknown;
|
|
55
55
|
};
|
|
56
56
|
export declare const selectSchemaObjectData: ((state: {
|
|
57
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
57
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
58
58
|
singleClusterMode: boolean;
|
|
59
59
|
cluster: import("../cluster/types").ClusterState;
|
|
60
60
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -85,7 +85,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
85
85
|
resetResultsCount: () => void;
|
|
86
86
|
} & {
|
|
87
87
|
resultFunc: (resultFuncArgs_0: {
|
|
88
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
88
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
89
89
|
singleClusterMode: boolean;
|
|
90
90
|
cluster: import("../cluster/types").ClusterState;
|
|
91
91
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -114,18 +114,18 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
114
114
|
path: string;
|
|
115
115
|
databaseFullPath: string;
|
|
116
116
|
useMetaProxy?: boolean;
|
|
117
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
117
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", unknown, "api", typeof import("../api")._NEVER>;
|
|
118
118
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
119
119
|
path: string;
|
|
120
120
|
database: string;
|
|
121
121
|
databaseFullPath: string;
|
|
122
122
|
useMetaProxy?: boolean;
|
|
123
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
123
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
124
124
|
[path: string]: TEvDescribeSchemeResult & {
|
|
125
125
|
partial?: boolean;
|
|
126
126
|
};
|
|
127
127
|
}, "api", typeof import("../api")._NEVER>;
|
|
128
|
-
}, "
|
|
128
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
129
129
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
130
130
|
originalArgs?: undefined | undefined;
|
|
131
131
|
data?: undefined | undefined;
|
|
@@ -216,7 +216,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
216
216
|
partial?: boolean;
|
|
217
217
|
}) | undefined;
|
|
218
218
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
219
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
219
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
220
220
|
singleClusterMode: boolean;
|
|
221
221
|
cluster: import("../cluster/types").ClusterState;
|
|
222
222
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -245,18 +245,18 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
245
245
|
path: string;
|
|
246
246
|
databaseFullPath: string;
|
|
247
247
|
useMetaProxy?: boolean;
|
|
248
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
248
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", unknown, "api", typeof import("../api")._NEVER>;
|
|
249
249
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
250
250
|
path: string;
|
|
251
251
|
database: string;
|
|
252
252
|
databaseFullPath: string;
|
|
253
253
|
useMetaProxy?: boolean;
|
|
254
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
254
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
255
255
|
[path: string]: TEvDescribeSchemeResult & {
|
|
256
256
|
partial?: boolean;
|
|
257
257
|
};
|
|
258
258
|
}, "api", typeof import("../api")._NEVER>;
|
|
259
|
-
}, "
|
|
259
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
260
260
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
261
261
|
originalArgs?: undefined | undefined;
|
|
262
262
|
data?: undefined | undefined;
|
|
@@ -354,7 +354,7 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
354
354
|
partial?: boolean;
|
|
355
355
|
}) | undefined;
|
|
356
356
|
dependencies: [(state: RootState) => {
|
|
357
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
357
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
358
358
|
singleClusterMode: boolean;
|
|
359
359
|
cluster: import("../cluster/types").ClusterState;
|
|
360
360
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -383,18 +383,18 @@ export declare const selectSchemaObjectData: ((state: {
|
|
|
383
383
|
path: string;
|
|
384
384
|
databaseFullPath: string;
|
|
385
385
|
useMetaProxy?: boolean;
|
|
386
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
386
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", unknown, "api", typeof import("../api")._NEVER>;
|
|
387
387
|
getSchema: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
388
388
|
path: string;
|
|
389
389
|
database: string;
|
|
390
390
|
databaseFullPath: string;
|
|
391
391
|
useMetaProxy?: boolean;
|
|
392
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
392
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
393
393
|
[path: string]: TEvDescribeSchemeResult & {
|
|
394
394
|
partial?: boolean;
|
|
395
395
|
};
|
|
396
396
|
}, "api", typeof import("../api")._NEVER>;
|
|
397
|
-
}, "
|
|
397
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
398
398
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
399
399
|
originalArgs?: undefined | undefined;
|
|
400
400
|
data?: undefined | undefined;
|
|
@@ -7,7 +7,7 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
|
7
7
|
dialect: string;
|
|
8
8
|
databaseFullPath: string;
|
|
9
9
|
useMetaProxy?: boolean;
|
|
10
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
10
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
11
11
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
12
12
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
13
13
|
owner: string | undefined;
|
|
@@ -18,7 +18,7 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
|
18
18
|
databaseFullPath: string;
|
|
19
19
|
dialect: string;
|
|
20
20
|
useMetaProxy?: boolean;
|
|
21
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
21
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
22
22
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
23
23
|
database: string;
|
|
24
24
|
databaseFullPath: string;
|
|
@@ -26,10 +26,10 @@ export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("
|
|
|
26
26
|
rights: AccessRightsUpdateRequest;
|
|
27
27
|
dialect: string;
|
|
28
28
|
useMetaProxy?: boolean;
|
|
29
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
30
|
-
}, "api", "
|
|
29
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
30
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
31
31
|
export declare const selectSchemaOwner: ((state: {
|
|
32
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
32
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
33
33
|
singleClusterMode: boolean;
|
|
34
34
|
cluster: import("../cluster/types").ClusterState;
|
|
35
35
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -58,7 +58,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
58
58
|
resetResultsCount: () => void;
|
|
59
59
|
} & {
|
|
60
60
|
resultFunc: (resultFuncArgs_0: {
|
|
61
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
61
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
62
62
|
singleClusterMode: boolean;
|
|
63
63
|
cluster: import("../cluster/types").ClusterState;
|
|
64
64
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -88,7 +88,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
88
88
|
dialect: string;
|
|
89
89
|
databaseFullPath: string;
|
|
90
90
|
useMetaProxy?: boolean;
|
|
91
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
91
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
92
92
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
93
93
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
94
94
|
owner: string | undefined;
|
|
@@ -99,7 +99,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
99
99
|
databaseFullPath: string;
|
|
100
100
|
dialect: string;
|
|
101
101
|
useMetaProxy?: boolean;
|
|
102
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
102
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
103
103
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
104
104
|
database: string;
|
|
105
105
|
databaseFullPath: string;
|
|
@@ -107,8 +107,8 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
107
107
|
rights: AccessRightsUpdateRequest;
|
|
108
108
|
dialect: string;
|
|
109
109
|
useMetaProxy?: boolean;
|
|
110
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
111
|
-
}, "
|
|
110
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
111
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
112
112
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
113
113
|
originalArgs?: undefined | undefined;
|
|
114
114
|
data?: undefined | undefined;
|
|
@@ -203,7 +203,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
203
203
|
isError: true;
|
|
204
204
|
})) => string | undefined;
|
|
205
205
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
206
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
206
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
207
207
|
singleClusterMode: boolean;
|
|
208
208
|
cluster: import("../cluster/types").ClusterState;
|
|
209
209
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -233,7 +233,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
233
233
|
dialect: string;
|
|
234
234
|
databaseFullPath: string;
|
|
235
235
|
useMetaProxy?: boolean;
|
|
236
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
236
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
237
237
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
238
238
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
239
239
|
owner: string | undefined;
|
|
@@ -244,7 +244,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
244
244
|
databaseFullPath: string;
|
|
245
245
|
dialect: string;
|
|
246
246
|
useMetaProxy?: boolean;
|
|
247
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
247
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
248
248
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
249
249
|
database: string;
|
|
250
250
|
databaseFullPath: string;
|
|
@@ -252,8 +252,8 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
252
252
|
rights: AccessRightsUpdateRequest;
|
|
253
253
|
dialect: string;
|
|
254
254
|
useMetaProxy?: boolean;
|
|
255
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
256
|
-
}, "
|
|
255
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
256
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
257
257
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
258
258
|
originalArgs?: undefined | undefined;
|
|
259
259
|
data?: undefined | undefined;
|
|
@@ -353,7 +353,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
353
353
|
};
|
|
354
354
|
lastResult: () => string | undefined;
|
|
355
355
|
dependencies: [(state: RootState) => {
|
|
356
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
356
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
357
357
|
singleClusterMode: boolean;
|
|
358
358
|
cluster: import("../cluster/types").ClusterState;
|
|
359
359
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -383,7 +383,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
383
383
|
dialect: string;
|
|
384
384
|
databaseFullPath: string;
|
|
385
385
|
useMetaProxy?: boolean;
|
|
386
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
386
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
387
387
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
388
388
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
389
389
|
owner: string | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
394
394
|
databaseFullPath: string;
|
|
395
395
|
dialect: string;
|
|
396
396
|
useMetaProxy?: boolean;
|
|
397
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
397
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
398
398
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
399
399
|
database: string;
|
|
400
400
|
databaseFullPath: string;
|
|
@@ -402,8 +402,8 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
402
402
|
rights: AccessRightsUpdateRequest;
|
|
403
403
|
dialect: string;
|
|
404
404
|
useMetaProxy?: boolean;
|
|
405
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
406
|
-
}, "
|
|
405
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
406
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
407
407
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
408
408
|
originalArgs?: undefined | undefined;
|
|
409
409
|
data?: undefined | undefined;
|
|
@@ -506,7 +506,7 @@ export declare const selectSchemaOwner: ((state: {
|
|
|
506
506
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
507
507
|
};
|
|
508
508
|
export declare const selectSubjectExplicitAllowAces: ((state: {
|
|
509
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
509
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
510
510
|
singleClusterMode: boolean;
|
|
511
511
|
cluster: import("../cluster/types").ClusterState;
|
|
512
512
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -566,7 +566,7 @@ export declare const selectSubjectExplicitAllowAces: ((state: {
|
|
|
566
566
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
567
567
|
};
|
|
568
568
|
export declare const selectPreparedRights: ((state: {
|
|
569
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
569
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
570
570
|
singleClusterMode: boolean;
|
|
571
571
|
cluster: import("../cluster/types").ClusterState;
|
|
572
572
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -636,7 +636,7 @@ export declare const selectPreparedRights: ((state: {
|
|
|
636
636
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
637
637
|
};
|
|
638
638
|
export declare const selectSubjectExplicitRights: ((state: {
|
|
639
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
639
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
640
640
|
singleClusterMode: boolean;
|
|
641
641
|
cluster: import("../cluster/types").ClusterState;
|
|
642
642
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -696,7 +696,7 @@ export declare const selectSubjectExplicitRights: ((state: {
|
|
|
696
696
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
697
697
|
};
|
|
698
698
|
export declare const selectSubjectInheritedRights: ((state: {
|
|
699
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
699
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
700
700
|
singleClusterMode: boolean;
|
|
701
701
|
cluster: import("../cluster/types").ClusterState;
|
|
702
702
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -750,7 +750,7 @@ export declare const selectSubjectInheritedRights: ((state: {
|
|
|
750
750
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
751
751
|
};
|
|
752
752
|
export declare const selectAvailablePermissions: ((state: {
|
|
753
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
753
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
754
754
|
singleClusterMode: boolean;
|
|
755
755
|
cluster: import("../cluster/types").ClusterState;
|
|
756
756
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -779,7 +779,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
779
779
|
resetResultsCount: () => void;
|
|
780
780
|
} & {
|
|
781
781
|
resultFunc: (resultFuncArgs_0: {
|
|
782
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
782
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
783
783
|
singleClusterMode: boolean;
|
|
784
784
|
cluster: import("../cluster/types").ClusterState;
|
|
785
785
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -809,7 +809,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
809
809
|
dialect: string;
|
|
810
810
|
databaseFullPath: string;
|
|
811
811
|
useMetaProxy?: boolean;
|
|
812
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
812
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
813
813
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
814
814
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
815
815
|
owner: string | undefined;
|
|
@@ -820,7 +820,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
820
820
|
databaseFullPath: string;
|
|
821
821
|
dialect: string;
|
|
822
822
|
useMetaProxy?: boolean;
|
|
823
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
823
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
824
824
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
825
825
|
database: string;
|
|
826
826
|
databaseFullPath: string;
|
|
@@ -828,8 +828,8 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
828
828
|
rights: AccessRightsUpdateRequest;
|
|
829
829
|
dialect: string;
|
|
830
830
|
useMetaProxy?: boolean;
|
|
831
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
832
|
-
}, "
|
|
831
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
832
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
833
833
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
834
834
|
originalArgs?: undefined | undefined;
|
|
835
835
|
data?: undefined | undefined;
|
|
@@ -906,7 +906,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
906
906
|
isError: true;
|
|
907
907
|
})) => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
|
908
908
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
909
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
909
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
910
910
|
singleClusterMode: boolean;
|
|
911
911
|
cluster: import("../cluster/types").ClusterState;
|
|
912
912
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -936,7 +936,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
936
936
|
dialect: string;
|
|
937
937
|
databaseFullPath: string;
|
|
938
938
|
useMetaProxy?: boolean;
|
|
939
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
939
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
940
940
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
941
941
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
942
942
|
owner: string | undefined;
|
|
@@ -947,7 +947,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
947
947
|
databaseFullPath: string;
|
|
948
948
|
dialect: string;
|
|
949
949
|
useMetaProxy?: boolean;
|
|
950
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
950
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
951
951
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
952
952
|
database: string;
|
|
953
953
|
databaseFullPath: string;
|
|
@@ -955,8 +955,8 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
955
955
|
rights: AccessRightsUpdateRequest;
|
|
956
956
|
dialect: string;
|
|
957
957
|
useMetaProxy?: boolean;
|
|
958
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
959
|
-
}, "
|
|
958
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
959
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
960
960
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
961
961
|
originalArgs?: undefined | undefined;
|
|
962
962
|
data?: undefined | undefined;
|
|
@@ -1038,7 +1038,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
1038
1038
|
};
|
|
1039
1039
|
lastResult: () => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
|
1040
1040
|
dependencies: [(state: RootState) => {
|
|
1041
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1041
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1042
1042
|
singleClusterMode: boolean;
|
|
1043
1043
|
cluster: import("../cluster/types").ClusterState;
|
|
1044
1044
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1068,7 +1068,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
1068
1068
|
dialect: string;
|
|
1069
1069
|
databaseFullPath: string;
|
|
1070
1070
|
useMetaProxy?: boolean;
|
|
1071
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1071
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
1072
1072
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
|
1073
1073
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
|
1074
1074
|
owner: string | undefined;
|
|
@@ -1079,7 +1079,7 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
1079
1079
|
databaseFullPath: string;
|
|
1080
1080
|
dialect: string;
|
|
1081
1081
|
useMetaProxy?: boolean;
|
|
1082
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1082
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api", any>;
|
|
1083
1083
|
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
1084
1084
|
database: string;
|
|
1085
1085
|
databaseFullPath: string;
|
|
@@ -1087,8 +1087,8 @@ export declare const selectAvailablePermissions: ((state: {
|
|
|
1087
1087
|
rights: AccessRightsUpdateRequest;
|
|
1088
1088
|
dialect: string;
|
|
1089
1089
|
useMetaProxy?: boolean;
|
|
1090
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
1091
|
-
}, "
|
|
1090
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", AccessRightsUpdateRequest | undefined, "api", any>;
|
|
1091
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1092
1092
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1093
1093
|
originalArgs?: undefined | undefined;
|
|
1094
1094
|
data?: undefined | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { GetSettingsParams, GetSingleSettingParams, SetSingleSettingParams } from '../../../types/api/settings';
|
|
2
2
|
export declare const settingsApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
|
3
|
-
getSingleSetting: import("@reduxjs/toolkit/query").QueryDefinition<GetSingleSettingParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
3
|
+
getSingleSetting: import("@reduxjs/toolkit/query").QueryDefinition<GetSingleSettingParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", string | undefined, "api", typeof import("../api")._NEVER>;
|
|
4
4
|
setSingleSetting: import("@reduxjs/toolkit/query").MutationDefinition<Omit<SetSingleSettingParams, "value"> & {
|
|
5
5
|
value: unknown;
|
|
6
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
6
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
7
7
|
ready?: boolean;
|
|
8
8
|
status?: string;
|
|
9
9
|
} | undefined, "api", any>;
|
|
10
|
-
getSettings: import("@reduxjs/toolkit/query").QueryDefinition<GetSettingsParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
11
|
-
}, "api", "
|
|
10
|
+
getSettings: import("@reduxjs/toolkit/query").QueryDefinition<GetSettingsParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", Record<string, string | undefined>, "api", typeof import("../api")._NEVER>;
|
|
11
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
@@ -12,7 +12,7 @@ export declare const setSettingValueInStore: import("@reduxjs/toolkit").ActionCr
|
|
|
12
12
|
* If there is value in store, returns it
|
|
13
13
|
*/
|
|
14
14
|
export declare const getSettingValue: ((state: {
|
|
15
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
15
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
16
16
|
singleClusterMode: boolean;
|
|
17
17
|
cluster: import("../cluster/types").ClusterState;
|
|
18
18
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -11,5 +11,5 @@ interface SendShardQueryParams {
|
|
|
11
11
|
filters?: ShardsWorkloadFilters;
|
|
12
12
|
}
|
|
13
13
|
export declare const shardApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
|
14
|
-
sendShardQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendShardQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
15
|
-
}, "api", "
|
|
14
|
+
sendShardQuery: import("@reduxjs/toolkit/query").QueryDefinition<SendShardQueryParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/store/query").IQueryResult | undefined, "api", any>;
|
|
15
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
@@ -2,5 +2,5 @@ export declare const showCreateTableApi: import("@reduxjs/toolkit/query").Api<im
|
|
|
2
2
|
getShowCreateTable: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3
3
|
database: string;
|
|
4
4
|
path: string;
|
|
5
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "
|
|
6
|
-
}, "api", "
|
|
5
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", string | number | null | undefined, "api", any>;
|
|
6
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|