ydb-embedded-ui 9.6.3 → 9.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/PaginatedTable/utils.d.ts +0 -1
- package/dist/components/PaginatedTable/utils.js +0 -1
- package/dist/components/PaginatedTable/utils.js.map +1 -1
- package/dist/components/SubjectWithAvatar/SubjectWithAvatar.d.ts +9 -0
- package/dist/components/SubjectWithAvatar/SubjectWithAvatar.js +9 -0
- package/dist/components/SubjectWithAvatar/SubjectWithAvatar.js.map +1 -0
- package/dist/components/SubjectWithAvatar/SubjectWithAvatar.scss +11 -0
- package/dist/components/TableWithControlsLayout/useTableScroll.d.ts +0 -2
- package/dist/components/TableWithControlsLayout/useTableScroll.js +0 -4
- package/dist/components/TableWithControlsLayout/useTableScroll.js.map +1 -1
- package/dist/components/nodesColumns/constants.js +1 -1
- package/dist/components/nodesColumns/constants.js.map +1 -1
- package/dist/containers/Authentication/Authentication.scss +2 -5
- package/dist/containers/Clusters/columns.js +4 -2
- package/dist/containers/Clusters/columns.js.map +1 -1
- package/dist/containers/Nodes/getNodes.d.ts +1 -1
- package/dist/containers/Nodes/getNodes.js +1 -2
- package/dist/containers/Nodes/getNodes.js.map +1 -1
- package/dist/containers/Tenant/Acl/Acl.d.ts +1 -5
- package/dist/containers/Tenant/Acl/Acl.js +11 -133
- package/dist/containers/Tenant/Acl/Acl.js.map +1 -1
- package/dist/containers/Tenant/Acl/i18n/en.json +2 -5
- package/dist/containers/Tenant/Acl/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.js +35 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/AccessRights.scss +80 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/ChangeOwnerDialog.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/ChangeOwnerDialog.js +58 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/ChangeOwnerDialog.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/Owner.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/Owner.js +24 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/Owner.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/Actions.d.ts +7 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/Actions.js +41 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/Actions.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RevokeAllRightsDialog.d.ts +12 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RevokeAllRightsDialog.js +69 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RevokeAllRightsDialog.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RightsTable.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RightsTable.js +17 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/RightsTable.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/columns.d.ts +3 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/columns.js +44 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/components/RightsTable/columns.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/i18n/en.json +22 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/i18n/index.js +5 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/i18n/index.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/shared.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/shared.js +3 -0
- package/dist/containers/Tenant/Diagnostics/AccessRights/shared.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Diagnostics.d.ts +0 -5
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +20 -9
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +24 -11
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +2 -21
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js.map +1 -1
- package/dist/containers/Tenant/GrantAccess/GrantAccess.d.ts +6 -0
- package/dist/containers/Tenant/GrantAccess/GrantAccess.js +99 -0
- package/dist/containers/Tenant/GrantAccess/GrantAccess.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/GrantAccess.scss +44 -0
- package/dist/containers/Tenant/GrantAccess/components/Footer.d.ts +10 -0
- package/dist/containers/Tenant/GrantAccess/components/Footer.js +9 -0
- package/dist/containers/Tenant/GrantAccess/components/Footer.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/components/Rights.d.ts +8 -0
- package/dist/containers/Tenant/GrantAccess/components/Rights.js +36 -0
- package/dist/containers/Tenant/GrantAccess/components/Rights.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/components/RightsSectionSelector.d.ts +10 -0
- package/dist/containers/Tenant/GrantAccess/components/RightsSectionSelector.js +16 -0
- package/dist/containers/Tenant/GrantAccess/components/RightsSectionSelector.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/components/SubjectInput.d.ts +7 -0
- package/dist/containers/Tenant/GrantAccess/components/SubjectInput.js +47 -0
- package/dist/containers/Tenant/GrantAccess/components/SubjectInput.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/i18n/en.json +36 -0
- package/dist/containers/Tenant/GrantAccess/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/GrantAccess/i18n/index.js +5 -0
- package/dist/containers/Tenant/GrantAccess/i18n/index.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/shared.d.ts +10 -0
- package/dist/containers/Tenant/GrantAccess/shared.js +57 -0
- package/dist/containers/Tenant/GrantAccess/shared.js.map +1 -0
- package/dist/containers/Tenant/GrantAccess/utils.d.ts +14 -0
- package/dist/containers/Tenant/GrantAccess/utils.js +44 -0
- package/dist/containers/Tenant/GrantAccess/utils.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/utils.js +1 -2
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/utils.js.map +1 -1
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -5
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +3 -3
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js.map +1 -1
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +1 -6
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +4 -2
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js.map +1 -1
- package/dist/containers/Tenant/Query/Query.d.ts +0 -5
- package/dist/containers/Tenant/Query/Query.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -5
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +8 -2
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js.map +1 -1
- package/dist/containers/Tenant/Query/QuerySettingsDialog/TimeoutLabel.js +5 -1
- package/dist/containers/Tenant/Query/QuerySettingsDialog/TimeoutLabel.js.map +1 -1
- package/dist/containers/Tenant/Tenant.js +3 -1
- package/dist/containers/Tenant/Tenant.js.map +1 -1
- package/dist/containers/Tenant/TenantContext.d.ts +18 -0
- package/dist/containers/Tenant/TenantContext.js +20 -0
- package/dist/containers/Tenant/TenantContext.js.map +1 -0
- package/dist/containers/Tenant/TenantDrawerHealthcheck.d.ts +6 -0
- package/dist/containers/Tenant/TenantDrawerHealthcheck.js +48 -0
- package/dist/containers/Tenant/TenantDrawerHealthcheck.js.map +1 -0
- package/dist/containers/Tenant/TenantDrawerRights.d.ts +6 -0
- package/dist/containers/Tenant/TenantDrawerRights.js +27 -0
- package/dist/containers/Tenant/TenantDrawerRights.js.map +1 -0
- package/dist/containers/Tenant/TenantDrawerWrappers.d.ts +1 -2
- package/dist/containers/Tenant/TenantDrawerWrappers.js +5 -44
- package/dist/containers/Tenant/TenantDrawerWrappers.js.map +1 -1
- package/dist/containers/Tenant/i18n/en.json +3 -1
- package/dist/containers/Tenant/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/useTenantQueryParams.d.ts +4 -0
- package/dist/containers/Tenant/useTenantQueryParams.js +20 -2
- package/dist/containers/Tenant/useTenantQueryParams.js.map +1 -1
- package/dist/services/api/streaming.js +1 -1
- package/dist/services/api/streaming.js.map +1 -1
- package/dist/services/api/viewer.d.ts +10 -1
- package/dist/services/api/viewer.js +21 -2
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/store/configureStore.d.ts +4 -4
- package/dist/store/defaultStore.d.ts +2 -2
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +1 -0
- package/dist/store/reducers/api.js.map +1 -1
- package/dist/store/reducers/authentication/authentication.d.ts +4 -4
- package/dist/store/reducers/cancelQuery.d.ts +2 -2
- package/dist/store/reducers/capabilities/capabilities.d.ts +31 -31
- package/dist/store/reducers/capabilities/hooks.d.ts +1 -0
- package/dist/store/reducers/capabilities/hooks.js +3 -0
- 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 +1 -1
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +3 -3
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +44 -44
- package/dist/store/reducers/heatmap.d.ts +2 -2
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +2 -2
- package/dist/store/reducers/index.d.ts +3 -3
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +3 -3
- package/dist/store/reducers/node/selectors.d.ts +1 -1
- package/dist/store/reducers/nodes/nodes.d.ts +2 -2
- package/dist/store/reducers/nodesList.d.ts +3 -3
- package/dist/store/reducers/operations.d.ts +4 -4
- package/dist/store/reducers/overview/overview.d.ts +2 -2
- package/dist/store/reducers/partitions/partitions.d.ts +2 -2
- package/dist/store/reducers/pdisk/pdisk.d.ts +2 -2
- package/dist/store/reducers/planToSvg.d.ts +2 -2
- package/dist/store/reducers/preview.d.ts +2 -2
- package/dist/store/reducers/query/query.d.ts +3 -3
- package/dist/store/reducers/replication.d.ts +2 -2
- package/dist/store/reducers/schema/schema.d.ts +16 -16
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +1519 -2
- package/dist/store/reducers/schemaAcl/schemaAcl.js +107 -1
- package/dist/store/reducers/schemaAcl/schemaAcl.js.map +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +2 -2
- package/dist/store/reducers/storage/storage.d.ts +3 -3
- package/dist/store/reducers/tableData.d.ts +1 -1
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +7 -7
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/constants.d.ts +2 -0
- package/dist/store/reducers/tenant/constants.js +2 -0
- package/dist/store/reducers/tenant/constants.js.map +1 -1
- package/dist/store/reducers/tenant/tenant.d.ts +3 -3
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +2 -2
- package/dist/store/reducers/tenants/selectors.d.ts +21 -21
- package/dist/store/reducers/tenants/tenants.d.ts +2 -2
- package/dist/store/reducers/topic.d.ts +45 -45
- package/dist/store/reducers/vdisk/vdisk.d.ts +2 -2
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/styles/index.scss +5 -3
- package/dist/types/api/acl.d.ts +35 -0
- package/dist/types/api/capabilities.d.ts +1 -1
- package/dist/types/api/consumer.d.ts +2 -1
- package/dist/types/api/consumer.js +0 -1
- package/dist/types/api/consumer.js.map +1 -1
- package/dist/types/api/replication.js +0 -1
- package/dist/types/api/replication.js.map +1 -1
- package/dist/types/api/schema/schema.js.map +1 -1
- package/dist/types/api/topic.js +0 -1
- package/dist/types/api/topic.js.map +1 -1
- package/dist/uiFactory/types.d.ts +5 -0
- package/dist/utils/createToast.js +4 -4
- package/dist/utils/createToast.js.map +1 -1
- package/dist/utils/hooks/useDisableOidcStreaming.d.ts +5 -0
- package/dist/utils/hooks/useDisableOidcStreaming.js +10 -0
- package/dist/utils/hooks/useDisableOidcStreaming.js.map +1 -0
- package/dist/utils/hooks/useQueryExecutionSettings.js +5 -1
- package/dist/utils/hooks/useQueryExecutionSettings.js.map +1 -1
- package/dist/utils/registerError.js +0 -1
- package/dist/utils/registerError.js.map +1 -1
- package/package.json +10 -7
- package/dist/containers/Tenant/Acl/Acl.scss +0 -27
@@ -1,11 +1,1528 @@
|
|
1
|
+
import type { AccessRightsUpdateRequest } from '../../../types/api/acl';
|
2
|
+
import type { RootState } from '../../index';
|
1
3
|
export declare const schemaAclApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
2
4
|
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
3
5
|
path: string;
|
4
6
|
database: string;
|
5
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", {
|
7
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
6
8
|
acl: import("../../../types/api/acl").TACE[] | undefined;
|
7
9
|
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
8
10
|
owner: string | undefined;
|
9
11
|
interruptInheritance: boolean | undefined;
|
10
12
|
} | undefined, "api">;
|
11
|
-
|
13
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
14
|
+
database: string;
|
15
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
16
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
17
|
+
database: string;
|
18
|
+
path: string;
|
19
|
+
rights: AccessRightsUpdateRequest;
|
20
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
21
|
+
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
22
|
+
export declare const selectSchemaOwner: ((state: {
|
23
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
24
|
+
singleClusterMode: boolean;
|
25
|
+
cluster: import("../cluster/types").ClusterState;
|
26
|
+
tenant: import("../tenant/types").TenantState;
|
27
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
28
|
+
schema: {
|
29
|
+
loading: boolean;
|
30
|
+
data: {};
|
31
|
+
currentSchemaPath: undefined;
|
32
|
+
showPreview: boolean;
|
33
|
+
};
|
34
|
+
tenants: import("../tenants/types").TenantsState;
|
35
|
+
partitions: {
|
36
|
+
selectedConsumer?: string;
|
37
|
+
};
|
38
|
+
query: import("../query/types").QueryState;
|
39
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
40
|
+
settings: import("../settings/types").SettingsState;
|
41
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
42
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
43
|
+
authentication: import("../authentication/types").AuthenticationState;
|
44
|
+
header: import("../header/types").HeaderState;
|
45
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
46
|
+
fullscreen: boolean;
|
47
|
+
clusters: import("../clusters/types").ClustersFilters;
|
48
|
+
}, path: string, database: string) => string | undefined) & {
|
49
|
+
clearCache: () => void;
|
50
|
+
resultsCount: () => number;
|
51
|
+
resetResultsCount: () => void;
|
52
|
+
} & {
|
53
|
+
resultFunc: (resultFuncArgs_0: {
|
54
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
55
|
+
singleClusterMode: boolean;
|
56
|
+
cluster: import("../cluster/types").ClusterState;
|
57
|
+
tenant: import("../tenant/types").TenantState;
|
58
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
59
|
+
schema: {
|
60
|
+
loading: boolean;
|
61
|
+
data: {};
|
62
|
+
currentSchemaPath: undefined;
|
63
|
+
showPreview: boolean;
|
64
|
+
};
|
65
|
+
tenants: import("../tenants/types").TenantsState;
|
66
|
+
partitions: {
|
67
|
+
selectedConsumer?: string;
|
68
|
+
};
|
69
|
+
query: import("../query/types").QueryState;
|
70
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
71
|
+
settings: import("../settings/types").SettingsState;
|
72
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
73
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
74
|
+
authentication: import("../authentication/types").AuthenticationState;
|
75
|
+
header: import("../header/types").HeaderState;
|
76
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
77
|
+
fullscreen: boolean;
|
78
|
+
clusters: import("../clusters/types").ClustersFilters;
|
79
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
80
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
81
|
+
path: string;
|
82
|
+
database: string;
|
83
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
84
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
85
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
86
|
+
owner: string | undefined;
|
87
|
+
interruptInheritance: boolean | undefined;
|
88
|
+
} | undefined, "api">;
|
89
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
90
|
+
database: string;
|
91
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
92
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
93
|
+
database: string;
|
94
|
+
path: string;
|
95
|
+
rights: AccessRightsUpdateRequest;
|
96
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
97
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
98
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
99
|
+
originalArgs?: undefined | undefined;
|
100
|
+
data?: undefined | undefined;
|
101
|
+
error?: undefined | undefined;
|
102
|
+
requestId?: undefined | undefined;
|
103
|
+
endpointName?: string | undefined;
|
104
|
+
startedTimeStamp?: undefined | undefined;
|
105
|
+
fulfilledTimeStamp?: undefined | undefined;
|
106
|
+
} & {
|
107
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
108
|
+
isUninitialized: true;
|
109
|
+
isLoading: false;
|
110
|
+
isSuccess: false;
|
111
|
+
isError: false;
|
112
|
+
}) | ({
|
113
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
114
|
+
error: undefined;
|
115
|
+
requestId: string;
|
116
|
+
originalArgs: {
|
117
|
+
path: string;
|
118
|
+
database: string;
|
119
|
+
};
|
120
|
+
endpointName: string;
|
121
|
+
startedTimeStamp: number;
|
122
|
+
data: {
|
123
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
124
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
125
|
+
owner: string | undefined;
|
126
|
+
interruptInheritance: boolean | undefined;
|
127
|
+
};
|
128
|
+
fulfilledTimeStamp: number;
|
129
|
+
} & {
|
130
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
131
|
+
isUninitialized: false;
|
132
|
+
isLoading: false;
|
133
|
+
isSuccess: true;
|
134
|
+
isError: false;
|
135
|
+
}) | ({
|
136
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
137
|
+
originalArgs: {
|
138
|
+
path: string;
|
139
|
+
database: string;
|
140
|
+
};
|
141
|
+
requestId: string;
|
142
|
+
data?: {
|
143
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
144
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
145
|
+
owner: string | undefined;
|
146
|
+
interruptInheritance: boolean | undefined;
|
147
|
+
} | undefined;
|
148
|
+
error?: unknown;
|
149
|
+
endpointName: string;
|
150
|
+
startedTimeStamp: number;
|
151
|
+
fulfilledTimeStamp?: number | undefined;
|
152
|
+
} & {
|
153
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
154
|
+
isUninitialized: false;
|
155
|
+
isLoading: true;
|
156
|
+
isSuccess: false;
|
157
|
+
isError: false;
|
158
|
+
}) | ({
|
159
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
160
|
+
data?: {
|
161
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
162
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
163
|
+
owner: string | undefined;
|
164
|
+
interruptInheritance: boolean | undefined;
|
165
|
+
} | undefined;
|
166
|
+
requestId: string;
|
167
|
+
fulfilledTimeStamp?: number | undefined;
|
168
|
+
originalArgs: {
|
169
|
+
path: string;
|
170
|
+
database: string;
|
171
|
+
};
|
172
|
+
endpointName: string;
|
173
|
+
startedTimeStamp: number;
|
174
|
+
error: unknown;
|
175
|
+
} & {
|
176
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
177
|
+
isUninitialized: false;
|
178
|
+
isLoading: false;
|
179
|
+
isSuccess: false;
|
180
|
+
isError: true;
|
181
|
+
})) => string | undefined;
|
182
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
183
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
184
|
+
singleClusterMode: boolean;
|
185
|
+
cluster: import("../cluster/types").ClusterState;
|
186
|
+
tenant: import("../tenant/types").TenantState;
|
187
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
188
|
+
schema: {
|
189
|
+
loading: boolean;
|
190
|
+
data: {};
|
191
|
+
currentSchemaPath: undefined;
|
192
|
+
showPreview: boolean;
|
193
|
+
};
|
194
|
+
tenants: import("../tenants/types").TenantsState;
|
195
|
+
partitions: {
|
196
|
+
selectedConsumer?: string;
|
197
|
+
};
|
198
|
+
query: import("../query/types").QueryState;
|
199
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
200
|
+
settings: import("../settings/types").SettingsState;
|
201
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
202
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
203
|
+
authentication: import("../authentication/types").AuthenticationState;
|
204
|
+
header: import("../header/types").HeaderState;
|
205
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
206
|
+
fullscreen: boolean;
|
207
|
+
clusters: import("../clusters/types").ClustersFilters;
|
208
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
209
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
210
|
+
path: string;
|
211
|
+
database: string;
|
212
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
213
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
214
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
215
|
+
owner: string | undefined;
|
216
|
+
interruptInheritance: boolean | undefined;
|
217
|
+
} | undefined, "api">;
|
218
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
219
|
+
database: string;
|
220
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
221
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
222
|
+
database: string;
|
223
|
+
path: string;
|
224
|
+
rights: AccessRightsUpdateRequest;
|
225
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
226
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
227
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
228
|
+
originalArgs?: undefined | undefined;
|
229
|
+
data?: undefined | undefined;
|
230
|
+
error?: undefined | undefined;
|
231
|
+
requestId?: undefined | undefined;
|
232
|
+
endpointName?: string | undefined;
|
233
|
+
startedTimeStamp?: undefined | undefined;
|
234
|
+
fulfilledTimeStamp?: undefined | undefined;
|
235
|
+
} & {
|
236
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
237
|
+
isUninitialized: true;
|
238
|
+
isLoading: false;
|
239
|
+
isSuccess: false;
|
240
|
+
isError: false;
|
241
|
+
}) | ({
|
242
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
243
|
+
error: undefined;
|
244
|
+
requestId: string;
|
245
|
+
originalArgs: {
|
246
|
+
path: string;
|
247
|
+
database: string;
|
248
|
+
};
|
249
|
+
endpointName: string;
|
250
|
+
startedTimeStamp: number;
|
251
|
+
data: {
|
252
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
253
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
254
|
+
owner: string | undefined;
|
255
|
+
interruptInheritance: boolean | undefined;
|
256
|
+
};
|
257
|
+
fulfilledTimeStamp: number;
|
258
|
+
} & {
|
259
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
260
|
+
isUninitialized: false;
|
261
|
+
isLoading: false;
|
262
|
+
isSuccess: true;
|
263
|
+
isError: false;
|
264
|
+
}) | ({
|
265
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
266
|
+
originalArgs: {
|
267
|
+
path: string;
|
268
|
+
database: string;
|
269
|
+
};
|
270
|
+
requestId: string;
|
271
|
+
data?: {
|
272
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
273
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
274
|
+
owner: string | undefined;
|
275
|
+
interruptInheritance: boolean | undefined;
|
276
|
+
} | undefined;
|
277
|
+
error?: unknown;
|
278
|
+
endpointName: string;
|
279
|
+
startedTimeStamp: number;
|
280
|
+
fulfilledTimeStamp?: number | undefined;
|
281
|
+
} & {
|
282
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
283
|
+
isUninitialized: false;
|
284
|
+
isLoading: true;
|
285
|
+
isSuccess: false;
|
286
|
+
isError: false;
|
287
|
+
}) | ({
|
288
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
289
|
+
data?: {
|
290
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
291
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
292
|
+
owner: string | undefined;
|
293
|
+
interruptInheritance: boolean | undefined;
|
294
|
+
} | undefined;
|
295
|
+
requestId: string;
|
296
|
+
fulfilledTimeStamp?: number | undefined;
|
297
|
+
originalArgs: {
|
298
|
+
path: string;
|
299
|
+
database: string;
|
300
|
+
};
|
301
|
+
endpointName: string;
|
302
|
+
startedTimeStamp: number;
|
303
|
+
error: unknown;
|
304
|
+
} & {
|
305
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
306
|
+
isUninitialized: false;
|
307
|
+
isLoading: false;
|
308
|
+
isSuccess: false;
|
309
|
+
isError: true;
|
310
|
+
})) => string | undefined) & {
|
311
|
+
clearCache: () => void;
|
312
|
+
resultsCount: () => number;
|
313
|
+
resetResultsCount: () => void;
|
314
|
+
};
|
315
|
+
lastResult: () => string | undefined;
|
316
|
+
dependencies: [(state: RootState) => {
|
317
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
318
|
+
singleClusterMode: boolean;
|
319
|
+
cluster: import("../cluster/types").ClusterState;
|
320
|
+
tenant: import("../tenant/types").TenantState;
|
321
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
322
|
+
schema: {
|
323
|
+
loading: boolean;
|
324
|
+
data: {};
|
325
|
+
currentSchemaPath: undefined;
|
326
|
+
showPreview: boolean;
|
327
|
+
};
|
328
|
+
tenants: import("../tenants/types").TenantsState;
|
329
|
+
partitions: {
|
330
|
+
selectedConsumer?: string;
|
331
|
+
};
|
332
|
+
query: import("../query/types").QueryState;
|
333
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
334
|
+
settings: import("../settings/types").SettingsState;
|
335
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
336
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
337
|
+
authentication: import("../authentication/types").AuthenticationState;
|
338
|
+
header: import("../header/types").HeaderState;
|
339
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
340
|
+
fullscreen: boolean;
|
341
|
+
clusters: import("../clusters/types").ClustersFilters;
|
342
|
+
}, (_state: RootState, path: string, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
343
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
344
|
+
path: string;
|
345
|
+
database: string;
|
346
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
347
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
348
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
349
|
+
owner: string | undefined;
|
350
|
+
interruptInheritance: boolean | undefined;
|
351
|
+
} | undefined, "api">;
|
352
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
353
|
+
database: string;
|
354
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
355
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
356
|
+
database: string;
|
357
|
+
path: string;
|
358
|
+
rights: AccessRightsUpdateRequest;
|
359
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
360
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
361
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
362
|
+
originalArgs?: undefined | undefined;
|
363
|
+
data?: undefined | undefined;
|
364
|
+
error?: undefined | undefined;
|
365
|
+
requestId?: undefined | undefined;
|
366
|
+
endpointName?: string | undefined;
|
367
|
+
startedTimeStamp?: undefined | undefined;
|
368
|
+
fulfilledTimeStamp?: undefined | undefined;
|
369
|
+
} & {
|
370
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
371
|
+
isUninitialized: true;
|
372
|
+
isLoading: false;
|
373
|
+
isSuccess: false;
|
374
|
+
isError: false;
|
375
|
+
}) | ({
|
376
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
377
|
+
error: undefined;
|
378
|
+
requestId: string;
|
379
|
+
originalArgs: {
|
380
|
+
path: string;
|
381
|
+
database: string;
|
382
|
+
};
|
383
|
+
endpointName: string;
|
384
|
+
startedTimeStamp: number;
|
385
|
+
data: {
|
386
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
387
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
388
|
+
owner: string | undefined;
|
389
|
+
interruptInheritance: boolean | undefined;
|
390
|
+
};
|
391
|
+
fulfilledTimeStamp: number;
|
392
|
+
} & {
|
393
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
394
|
+
isUninitialized: false;
|
395
|
+
isLoading: false;
|
396
|
+
isSuccess: true;
|
397
|
+
isError: false;
|
398
|
+
}) | ({
|
399
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
400
|
+
originalArgs: {
|
401
|
+
path: string;
|
402
|
+
database: string;
|
403
|
+
};
|
404
|
+
requestId: string;
|
405
|
+
data?: {
|
406
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
407
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
408
|
+
owner: string | undefined;
|
409
|
+
interruptInheritance: boolean | undefined;
|
410
|
+
} | undefined;
|
411
|
+
error?: unknown;
|
412
|
+
endpointName: string;
|
413
|
+
startedTimeStamp: number;
|
414
|
+
fulfilledTimeStamp?: number | undefined;
|
415
|
+
} & {
|
416
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
417
|
+
isUninitialized: false;
|
418
|
+
isLoading: true;
|
419
|
+
isSuccess: false;
|
420
|
+
isError: false;
|
421
|
+
}) | ({
|
422
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
423
|
+
data?: {
|
424
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
425
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
426
|
+
owner: string | undefined;
|
427
|
+
interruptInheritance: boolean | undefined;
|
428
|
+
} | undefined;
|
429
|
+
requestId: string;
|
430
|
+
fulfilledTimeStamp?: number | undefined;
|
431
|
+
originalArgs: {
|
432
|
+
path: string;
|
433
|
+
database: string;
|
434
|
+
};
|
435
|
+
endpointName: string;
|
436
|
+
startedTimeStamp: number;
|
437
|
+
error: unknown;
|
438
|
+
} & {
|
439
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
440
|
+
isUninitialized: false;
|
441
|
+
isLoading: false;
|
442
|
+
isSuccess: false;
|
443
|
+
isError: true;
|
444
|
+
})];
|
445
|
+
recomputations: () => number;
|
446
|
+
resetRecomputations: () => void;
|
447
|
+
dependencyRecomputations: () => number;
|
448
|
+
resetDependencyRecomputations: () => void;
|
449
|
+
} & {
|
450
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
451
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
452
|
+
};
|
453
|
+
export declare const selectPreparedRights: ((state: {
|
454
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
455
|
+
singleClusterMode: boolean;
|
456
|
+
cluster: import("../cluster/types").ClusterState;
|
457
|
+
tenant: import("../tenant/types").TenantState;
|
458
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
459
|
+
schema: {
|
460
|
+
loading: boolean;
|
461
|
+
data: {};
|
462
|
+
currentSchemaPath: undefined;
|
463
|
+
showPreview: boolean;
|
464
|
+
};
|
465
|
+
tenants: import("../tenants/types").TenantsState;
|
466
|
+
partitions: {
|
467
|
+
selectedConsumer?: string;
|
468
|
+
};
|
469
|
+
query: import("../query/types").QueryState;
|
470
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
471
|
+
settings: import("../settings/types").SettingsState;
|
472
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
473
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
474
|
+
authentication: import("../authentication/types").AuthenticationState;
|
475
|
+
header: import("../header/types").HeaderState;
|
476
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
477
|
+
fullscreen: boolean;
|
478
|
+
clusters: import("../clusters/types").ClustersFilters;
|
479
|
+
}, path: string, database: string) => {
|
480
|
+
subject: string;
|
481
|
+
explicit: string[];
|
482
|
+
effective: string[];
|
483
|
+
}[] | null) & {
|
484
|
+
clearCache: () => void;
|
485
|
+
resultsCount: () => number;
|
486
|
+
resetResultsCount: () => void;
|
487
|
+
} & {
|
488
|
+
resultFunc: (resultFuncArgs_0: Record<string, {
|
489
|
+
explicit: Set<string>;
|
490
|
+
effective: Set<string>;
|
491
|
+
}> | null) => {
|
492
|
+
subject: string;
|
493
|
+
explicit: string[];
|
494
|
+
effective: string[];
|
495
|
+
}[] | null;
|
496
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, {
|
497
|
+
explicit: Set<string>;
|
498
|
+
effective: Set<string>;
|
499
|
+
}> | null) => {
|
500
|
+
subject: string;
|
501
|
+
explicit: string[];
|
502
|
+
effective: string[];
|
503
|
+
}[] | null) & {
|
504
|
+
clearCache: () => void;
|
505
|
+
resultsCount: () => number;
|
506
|
+
resetResultsCount: () => void;
|
507
|
+
};
|
508
|
+
lastResult: () => {
|
509
|
+
subject: string;
|
510
|
+
explicit: string[];
|
511
|
+
effective: string[];
|
512
|
+
}[] | null;
|
513
|
+
dependencies: [((state: {
|
514
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
515
|
+
singleClusterMode: boolean;
|
516
|
+
cluster: import("../cluster/types").ClusterState;
|
517
|
+
tenant: import("../tenant/types").TenantState;
|
518
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
519
|
+
schema: {
|
520
|
+
loading: boolean;
|
521
|
+
data: {};
|
522
|
+
currentSchemaPath: undefined;
|
523
|
+
showPreview: boolean;
|
524
|
+
};
|
525
|
+
tenants: import("../tenants/types").TenantsState;
|
526
|
+
partitions: {
|
527
|
+
selectedConsumer?: string;
|
528
|
+
};
|
529
|
+
query: import("../query/types").QueryState;
|
530
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
531
|
+
settings: import("../settings/types").SettingsState;
|
532
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
533
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
534
|
+
authentication: import("../authentication/types").AuthenticationState;
|
535
|
+
header: import("../header/types").HeaderState;
|
536
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
537
|
+
fullscreen: boolean;
|
538
|
+
clusters: import("../clusters/types").ClustersFilters;
|
539
|
+
}, path: string, database: string) => Record<string, {
|
540
|
+
explicit: Set<string>;
|
541
|
+
effective: Set<string>;
|
542
|
+
}> | null) & {
|
543
|
+
clearCache: () => void;
|
544
|
+
resultsCount: () => number;
|
545
|
+
resetResultsCount: () => void;
|
546
|
+
} & {
|
547
|
+
resultFunc: (resultFuncArgs_0: {
|
548
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
549
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
550
|
+
owner: string | undefined;
|
551
|
+
interruptInheritance: boolean | undefined;
|
552
|
+
} | undefined) => Record<string, {
|
553
|
+
explicit: Set<string>;
|
554
|
+
effective: Set<string>;
|
555
|
+
}> | null;
|
556
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
557
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
558
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
559
|
+
owner: string | undefined;
|
560
|
+
interruptInheritance: boolean | undefined;
|
561
|
+
} | undefined) => Record<string, {
|
562
|
+
explicit: Set<string>;
|
563
|
+
effective: Set<string>;
|
564
|
+
}> | null) & {
|
565
|
+
clearCache: () => void;
|
566
|
+
resultsCount: () => number;
|
567
|
+
resetResultsCount: () => void;
|
568
|
+
};
|
569
|
+
lastResult: () => Record<string, {
|
570
|
+
explicit: Set<string>;
|
571
|
+
effective: Set<string>;
|
572
|
+
}> | null;
|
573
|
+
dependencies: [((state: {
|
574
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
575
|
+
singleClusterMode: boolean;
|
576
|
+
cluster: import("../cluster/types").ClusterState;
|
577
|
+
tenant: import("../tenant/types").TenantState;
|
578
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
579
|
+
schema: {
|
580
|
+
loading: boolean;
|
581
|
+
data: {};
|
582
|
+
currentSchemaPath: undefined;
|
583
|
+
showPreview: boolean;
|
584
|
+
};
|
585
|
+
tenants: import("../tenants/types").TenantsState;
|
586
|
+
partitions: {
|
587
|
+
selectedConsumer?: string;
|
588
|
+
};
|
589
|
+
query: import("../query/types").QueryState;
|
590
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
591
|
+
settings: import("../settings/types").SettingsState;
|
592
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
593
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
594
|
+
authentication: import("../authentication/types").AuthenticationState;
|
595
|
+
header: import("../header/types").HeaderState;
|
596
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
597
|
+
fullscreen: boolean;
|
598
|
+
clusters: import("../clusters/types").ClustersFilters;
|
599
|
+
}, path: string, database: string) => {
|
600
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
601
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
602
|
+
owner: string | undefined;
|
603
|
+
interruptInheritance: boolean | undefined;
|
604
|
+
} | undefined) & {
|
605
|
+
clearCache: () => void;
|
606
|
+
resultsCount: () => number;
|
607
|
+
resetResultsCount: () => void;
|
608
|
+
} & {
|
609
|
+
resultFunc: (resultFuncArgs_0: {
|
610
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
611
|
+
singleClusterMode: boolean;
|
612
|
+
cluster: import("../cluster/types").ClusterState;
|
613
|
+
tenant: import("../tenant/types").TenantState;
|
614
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
615
|
+
schema: {
|
616
|
+
loading: boolean;
|
617
|
+
data: {};
|
618
|
+
currentSchemaPath: undefined;
|
619
|
+
showPreview: boolean;
|
620
|
+
};
|
621
|
+
tenants: import("../tenants/types").TenantsState;
|
622
|
+
partitions: {
|
623
|
+
selectedConsumer?: string;
|
624
|
+
};
|
625
|
+
query: import("../query/types").QueryState;
|
626
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
627
|
+
settings: import("../settings/types").SettingsState;
|
628
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
629
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
630
|
+
authentication: import("../authentication/types").AuthenticationState;
|
631
|
+
header: import("../header/types").HeaderState;
|
632
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
633
|
+
fullscreen: boolean;
|
634
|
+
clusters: import("../clusters/types").ClustersFilters;
|
635
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
636
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
637
|
+
path: string;
|
638
|
+
database: string;
|
639
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
640
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
641
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
642
|
+
owner: string | undefined;
|
643
|
+
interruptInheritance: boolean | undefined;
|
644
|
+
} | undefined, "api">;
|
645
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
646
|
+
database: string;
|
647
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
648
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
649
|
+
database: string;
|
650
|
+
path: string;
|
651
|
+
rights: AccessRightsUpdateRequest;
|
652
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
653
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
654
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
655
|
+
originalArgs?: undefined | undefined;
|
656
|
+
data?: undefined | undefined;
|
657
|
+
error?: undefined | undefined;
|
658
|
+
requestId?: undefined | undefined;
|
659
|
+
endpointName?: string | undefined;
|
660
|
+
startedTimeStamp?: undefined | undefined;
|
661
|
+
fulfilledTimeStamp?: undefined | undefined;
|
662
|
+
} & {
|
663
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
664
|
+
isUninitialized: true;
|
665
|
+
isLoading: false;
|
666
|
+
isSuccess: false;
|
667
|
+
isError: false;
|
668
|
+
}) | ({
|
669
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
670
|
+
error: undefined;
|
671
|
+
requestId: string;
|
672
|
+
originalArgs: {
|
673
|
+
path: string;
|
674
|
+
database: string;
|
675
|
+
};
|
676
|
+
endpointName: string;
|
677
|
+
startedTimeStamp: number;
|
678
|
+
data: {
|
679
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
680
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
681
|
+
owner: string | undefined;
|
682
|
+
interruptInheritance: boolean | undefined;
|
683
|
+
};
|
684
|
+
fulfilledTimeStamp: number;
|
685
|
+
} & {
|
686
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
687
|
+
isUninitialized: false;
|
688
|
+
isLoading: false;
|
689
|
+
isSuccess: true;
|
690
|
+
isError: false;
|
691
|
+
}) | ({
|
692
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
693
|
+
originalArgs: {
|
694
|
+
path: string;
|
695
|
+
database: string;
|
696
|
+
};
|
697
|
+
requestId: string;
|
698
|
+
data?: {
|
699
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
700
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
701
|
+
owner: string | undefined;
|
702
|
+
interruptInheritance: boolean | undefined;
|
703
|
+
} | undefined;
|
704
|
+
error?: unknown;
|
705
|
+
endpointName: string;
|
706
|
+
startedTimeStamp: number;
|
707
|
+
fulfilledTimeStamp?: number | undefined;
|
708
|
+
} & {
|
709
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
710
|
+
isUninitialized: false;
|
711
|
+
isLoading: true;
|
712
|
+
isSuccess: false;
|
713
|
+
isError: false;
|
714
|
+
}) | ({
|
715
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
716
|
+
data?: {
|
717
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
718
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
719
|
+
owner: string | undefined;
|
720
|
+
interruptInheritance: boolean | undefined;
|
721
|
+
} | undefined;
|
722
|
+
requestId: string;
|
723
|
+
fulfilledTimeStamp?: number | undefined;
|
724
|
+
originalArgs: {
|
725
|
+
path: string;
|
726
|
+
database: string;
|
727
|
+
};
|
728
|
+
endpointName: string;
|
729
|
+
startedTimeStamp: number;
|
730
|
+
error: unknown;
|
731
|
+
} & {
|
732
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
733
|
+
isUninitialized: false;
|
734
|
+
isLoading: false;
|
735
|
+
isSuccess: false;
|
736
|
+
isError: true;
|
737
|
+
})) => {
|
738
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
739
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
740
|
+
owner: string | undefined;
|
741
|
+
interruptInheritance: boolean | undefined;
|
742
|
+
} | undefined;
|
743
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
744
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
745
|
+
singleClusterMode: boolean;
|
746
|
+
cluster: import("../cluster/types").ClusterState;
|
747
|
+
tenant: import("../tenant/types").TenantState;
|
748
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
749
|
+
schema: {
|
750
|
+
loading: boolean;
|
751
|
+
data: {};
|
752
|
+
currentSchemaPath: undefined;
|
753
|
+
showPreview: boolean;
|
754
|
+
};
|
755
|
+
tenants: import("../tenants/types").TenantsState;
|
756
|
+
partitions: {
|
757
|
+
selectedConsumer?: string;
|
758
|
+
};
|
759
|
+
query: import("../query/types").QueryState;
|
760
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
761
|
+
settings: import("../settings/types").SettingsState;
|
762
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
763
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
764
|
+
authentication: import("../authentication/types").AuthenticationState;
|
765
|
+
header: import("../header/types").HeaderState;
|
766
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
767
|
+
fullscreen: boolean;
|
768
|
+
clusters: import("../clusters/types").ClustersFilters;
|
769
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
770
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
771
|
+
path: string;
|
772
|
+
database: string;
|
773
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
774
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
775
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
776
|
+
owner: string | undefined;
|
777
|
+
interruptInheritance: boolean | undefined;
|
778
|
+
} | undefined, "api">;
|
779
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
780
|
+
database: string;
|
781
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
782
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
783
|
+
database: string;
|
784
|
+
path: string;
|
785
|
+
rights: AccessRightsUpdateRequest;
|
786
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
787
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
788
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
789
|
+
originalArgs?: undefined | undefined;
|
790
|
+
data?: undefined | undefined;
|
791
|
+
error?: undefined | undefined;
|
792
|
+
requestId?: undefined | undefined;
|
793
|
+
endpointName?: string | undefined;
|
794
|
+
startedTimeStamp?: undefined | undefined;
|
795
|
+
fulfilledTimeStamp?: undefined | undefined;
|
796
|
+
} & {
|
797
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
798
|
+
isUninitialized: true;
|
799
|
+
isLoading: false;
|
800
|
+
isSuccess: false;
|
801
|
+
isError: false;
|
802
|
+
}) | ({
|
803
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
804
|
+
error: undefined;
|
805
|
+
requestId: string;
|
806
|
+
originalArgs: {
|
807
|
+
path: string;
|
808
|
+
database: string;
|
809
|
+
};
|
810
|
+
endpointName: string;
|
811
|
+
startedTimeStamp: number;
|
812
|
+
data: {
|
813
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
814
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
815
|
+
owner: string | undefined;
|
816
|
+
interruptInheritance: boolean | undefined;
|
817
|
+
};
|
818
|
+
fulfilledTimeStamp: number;
|
819
|
+
} & {
|
820
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
821
|
+
isUninitialized: false;
|
822
|
+
isLoading: false;
|
823
|
+
isSuccess: true;
|
824
|
+
isError: false;
|
825
|
+
}) | ({
|
826
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
827
|
+
originalArgs: {
|
828
|
+
path: string;
|
829
|
+
database: string;
|
830
|
+
};
|
831
|
+
requestId: string;
|
832
|
+
data?: {
|
833
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
834
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
835
|
+
owner: string | undefined;
|
836
|
+
interruptInheritance: boolean | undefined;
|
837
|
+
} | undefined;
|
838
|
+
error?: unknown;
|
839
|
+
endpointName: string;
|
840
|
+
startedTimeStamp: number;
|
841
|
+
fulfilledTimeStamp?: number | undefined;
|
842
|
+
} & {
|
843
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
844
|
+
isUninitialized: false;
|
845
|
+
isLoading: true;
|
846
|
+
isSuccess: false;
|
847
|
+
isError: false;
|
848
|
+
}) | ({
|
849
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
850
|
+
data?: {
|
851
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
852
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
853
|
+
owner: string | undefined;
|
854
|
+
interruptInheritance: boolean | undefined;
|
855
|
+
} | undefined;
|
856
|
+
requestId: string;
|
857
|
+
fulfilledTimeStamp?: number | undefined;
|
858
|
+
originalArgs: {
|
859
|
+
path: string;
|
860
|
+
database: string;
|
861
|
+
};
|
862
|
+
endpointName: string;
|
863
|
+
startedTimeStamp: number;
|
864
|
+
error: unknown;
|
865
|
+
} & {
|
866
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
867
|
+
isUninitialized: false;
|
868
|
+
isLoading: false;
|
869
|
+
isSuccess: false;
|
870
|
+
isError: true;
|
871
|
+
})) => {
|
872
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
873
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
874
|
+
owner: string | undefined;
|
875
|
+
interruptInheritance: boolean | undefined;
|
876
|
+
} | undefined) & {
|
877
|
+
clearCache: () => void;
|
878
|
+
resultsCount: () => number;
|
879
|
+
resetResultsCount: () => void;
|
880
|
+
};
|
881
|
+
lastResult: () => {
|
882
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
883
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
884
|
+
owner: string | undefined;
|
885
|
+
interruptInheritance: boolean | undefined;
|
886
|
+
} | undefined;
|
887
|
+
dependencies: [(state: RootState) => {
|
888
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
889
|
+
singleClusterMode: boolean;
|
890
|
+
cluster: import("../cluster/types").ClusterState;
|
891
|
+
tenant: import("../tenant/types").TenantState;
|
892
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
893
|
+
schema: {
|
894
|
+
loading: boolean;
|
895
|
+
data: {};
|
896
|
+
currentSchemaPath: undefined;
|
897
|
+
showPreview: boolean;
|
898
|
+
};
|
899
|
+
tenants: import("../tenants/types").TenantsState;
|
900
|
+
partitions: {
|
901
|
+
selectedConsumer?: string;
|
902
|
+
};
|
903
|
+
query: import("../query/types").QueryState;
|
904
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
905
|
+
settings: import("../settings/types").SettingsState;
|
906
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
907
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
908
|
+
authentication: import("../authentication/types").AuthenticationState;
|
909
|
+
header: import("../header/types").HeaderState;
|
910
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
911
|
+
fullscreen: boolean;
|
912
|
+
clusters: import("../clusters/types").ClustersFilters;
|
913
|
+
}, (_state: RootState, path: string, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
914
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
915
|
+
path: string;
|
916
|
+
database: string;
|
917
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
918
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
919
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
920
|
+
owner: string | undefined;
|
921
|
+
interruptInheritance: boolean | undefined;
|
922
|
+
} | undefined, "api">;
|
923
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
924
|
+
database: string;
|
925
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
926
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
927
|
+
database: string;
|
928
|
+
path: string;
|
929
|
+
rights: AccessRightsUpdateRequest;
|
930
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
931
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
932
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
933
|
+
originalArgs?: undefined | undefined;
|
934
|
+
data?: undefined | undefined;
|
935
|
+
error?: undefined | undefined;
|
936
|
+
requestId?: undefined | undefined;
|
937
|
+
endpointName?: string | undefined;
|
938
|
+
startedTimeStamp?: undefined | undefined;
|
939
|
+
fulfilledTimeStamp?: undefined | undefined;
|
940
|
+
} & {
|
941
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
942
|
+
isUninitialized: true;
|
943
|
+
isLoading: false;
|
944
|
+
isSuccess: false;
|
945
|
+
isError: false;
|
946
|
+
}) | ({
|
947
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
948
|
+
error: undefined;
|
949
|
+
requestId: string;
|
950
|
+
originalArgs: {
|
951
|
+
path: string;
|
952
|
+
database: string;
|
953
|
+
};
|
954
|
+
endpointName: string;
|
955
|
+
startedTimeStamp: number;
|
956
|
+
data: {
|
957
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
958
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
959
|
+
owner: string | undefined;
|
960
|
+
interruptInheritance: boolean | undefined;
|
961
|
+
};
|
962
|
+
fulfilledTimeStamp: number;
|
963
|
+
} & {
|
964
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
965
|
+
isUninitialized: false;
|
966
|
+
isLoading: false;
|
967
|
+
isSuccess: true;
|
968
|
+
isError: false;
|
969
|
+
}) | ({
|
970
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
971
|
+
originalArgs: {
|
972
|
+
path: string;
|
973
|
+
database: string;
|
974
|
+
};
|
975
|
+
requestId: string;
|
976
|
+
data?: {
|
977
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
978
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
979
|
+
owner: string | undefined;
|
980
|
+
interruptInheritance: boolean | undefined;
|
981
|
+
} | undefined;
|
982
|
+
error?: unknown;
|
983
|
+
endpointName: string;
|
984
|
+
startedTimeStamp: number;
|
985
|
+
fulfilledTimeStamp?: number | undefined;
|
986
|
+
} & {
|
987
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
988
|
+
isUninitialized: false;
|
989
|
+
isLoading: true;
|
990
|
+
isSuccess: false;
|
991
|
+
isError: false;
|
992
|
+
}) | ({
|
993
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
994
|
+
data?: {
|
995
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
996
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
997
|
+
owner: string | undefined;
|
998
|
+
interruptInheritance: boolean | undefined;
|
999
|
+
} | undefined;
|
1000
|
+
requestId: string;
|
1001
|
+
fulfilledTimeStamp?: number | undefined;
|
1002
|
+
originalArgs: {
|
1003
|
+
path: string;
|
1004
|
+
database: string;
|
1005
|
+
};
|
1006
|
+
endpointName: string;
|
1007
|
+
startedTimeStamp: number;
|
1008
|
+
error: unknown;
|
1009
|
+
} & {
|
1010
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1011
|
+
isUninitialized: false;
|
1012
|
+
isLoading: false;
|
1013
|
+
isSuccess: false;
|
1014
|
+
isError: true;
|
1015
|
+
})];
|
1016
|
+
recomputations: () => number;
|
1017
|
+
resetRecomputations: () => void;
|
1018
|
+
dependencyRecomputations: () => number;
|
1019
|
+
resetDependencyRecomputations: () => void;
|
1020
|
+
} & {
|
1021
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1022
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1023
|
+
}];
|
1024
|
+
recomputations: () => number;
|
1025
|
+
resetRecomputations: () => void;
|
1026
|
+
dependencyRecomputations: () => number;
|
1027
|
+
resetDependencyRecomputations: () => void;
|
1028
|
+
} & {
|
1029
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1030
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1031
|
+
}];
|
1032
|
+
recomputations: () => number;
|
1033
|
+
resetRecomputations: () => void;
|
1034
|
+
dependencyRecomputations: () => number;
|
1035
|
+
resetDependencyRecomputations: () => void;
|
1036
|
+
} & {
|
1037
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1038
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1039
|
+
};
|
1040
|
+
export declare const selectSubjectExplicitRights: ((state: {
|
1041
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1042
|
+
singleClusterMode: boolean;
|
1043
|
+
cluster: import("../cluster/types").ClusterState;
|
1044
|
+
tenant: import("../tenant/types").TenantState;
|
1045
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1046
|
+
schema: {
|
1047
|
+
loading: boolean;
|
1048
|
+
data: {};
|
1049
|
+
currentSchemaPath: undefined;
|
1050
|
+
showPreview: boolean;
|
1051
|
+
};
|
1052
|
+
tenants: import("../tenants/types").TenantsState;
|
1053
|
+
partitions: {
|
1054
|
+
selectedConsumer?: string;
|
1055
|
+
};
|
1056
|
+
query: import("../query/types").QueryState;
|
1057
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1058
|
+
settings: import("../settings/types").SettingsState;
|
1059
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1060
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1061
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1062
|
+
header: import("../header/types").HeaderState;
|
1063
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1064
|
+
fullscreen: boolean;
|
1065
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1066
|
+
}, _subject: string | undefined, path: string, database: string) => string[]) & {
|
1067
|
+
clearCache: () => void;
|
1068
|
+
resultsCount: () => number;
|
1069
|
+
resetResultsCount: () => void;
|
1070
|
+
} & {
|
1071
|
+
resultFunc: (resultFuncArgs_0: string | undefined, resultFuncArgs_1: Record<string, {
|
1072
|
+
explicit: Set<string>;
|
1073
|
+
effective: Set<string>;
|
1074
|
+
}> | null) => string[];
|
1075
|
+
memoizedResultFunc: ((resultFuncArgs_0: string | undefined, resultFuncArgs_1: Record<string, {
|
1076
|
+
explicit: Set<string>;
|
1077
|
+
effective: Set<string>;
|
1078
|
+
}> | null) => string[]) & {
|
1079
|
+
clearCache: () => void;
|
1080
|
+
resultsCount: () => number;
|
1081
|
+
resetResultsCount: () => void;
|
1082
|
+
};
|
1083
|
+
lastResult: () => string[];
|
1084
|
+
dependencies: [(_state: RootState, subject: string | undefined) => string | undefined, (state: RootState, _subject: string | undefined, path: string, database: string) => Record<string, {
|
1085
|
+
explicit: Set<string>;
|
1086
|
+
effective: Set<string>;
|
1087
|
+
}> | null];
|
1088
|
+
recomputations: () => number;
|
1089
|
+
resetRecomputations: () => void;
|
1090
|
+
dependencyRecomputations: () => number;
|
1091
|
+
resetDependencyRecomputations: () => void;
|
1092
|
+
} & {
|
1093
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1094
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1095
|
+
};
|
1096
|
+
export declare const selectSubjectInheritedRights: ((state: {
|
1097
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1098
|
+
singleClusterMode: boolean;
|
1099
|
+
cluster: import("../cluster/types").ClusterState;
|
1100
|
+
tenant: import("../tenant/types").TenantState;
|
1101
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1102
|
+
schema: {
|
1103
|
+
loading: boolean;
|
1104
|
+
data: {};
|
1105
|
+
currentSchemaPath: undefined;
|
1106
|
+
showPreview: boolean;
|
1107
|
+
};
|
1108
|
+
tenants: import("../tenants/types").TenantsState;
|
1109
|
+
partitions: {
|
1110
|
+
selectedConsumer?: string;
|
1111
|
+
};
|
1112
|
+
query: import("../query/types").QueryState;
|
1113
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1114
|
+
settings: import("../settings/types").SettingsState;
|
1115
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1116
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1117
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1118
|
+
header: import("../header/types").HeaderState;
|
1119
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1120
|
+
fullscreen: boolean;
|
1121
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1122
|
+
}, _subject: string | undefined, path: string, database: string) => Set<string>) & {
|
1123
|
+
clearCache: () => void;
|
1124
|
+
resultsCount: () => number;
|
1125
|
+
resetResultsCount: () => void;
|
1126
|
+
} & {
|
1127
|
+
resultFunc: (resultFuncArgs_0: string | undefined, resultFuncArgs_1: Record<string, {
|
1128
|
+
explicit: Set<string>;
|
1129
|
+
effective: Set<string>;
|
1130
|
+
}> | null) => Set<string>;
|
1131
|
+
memoizedResultFunc: ((resultFuncArgs_0: string | undefined, resultFuncArgs_1: Record<string, {
|
1132
|
+
explicit: Set<string>;
|
1133
|
+
effective: Set<string>;
|
1134
|
+
}> | null) => Set<string>) & {
|
1135
|
+
clearCache: () => void;
|
1136
|
+
resultsCount: () => number;
|
1137
|
+
resetResultsCount: () => void;
|
1138
|
+
};
|
1139
|
+
lastResult: () => Set<string>;
|
1140
|
+
dependencies: [(_state: RootState, subject: string | undefined) => string | undefined, (state: RootState, _subject: string | undefined, path: string, database: string) => Record<string, {
|
1141
|
+
explicit: Set<string>;
|
1142
|
+
effective: Set<string>;
|
1143
|
+
}> | null];
|
1144
|
+
recomputations: () => number;
|
1145
|
+
resetRecomputations: () => void;
|
1146
|
+
dependencyRecomputations: () => number;
|
1147
|
+
resetDependencyRecomputations: () => void;
|
1148
|
+
} & {
|
1149
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1150
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1151
|
+
};
|
1152
|
+
export declare const selectAvailablePermissions: ((state: {
|
1153
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1154
|
+
singleClusterMode: boolean;
|
1155
|
+
cluster: import("../cluster/types").ClusterState;
|
1156
|
+
tenant: import("../tenant/types").TenantState;
|
1157
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1158
|
+
schema: {
|
1159
|
+
loading: boolean;
|
1160
|
+
data: {};
|
1161
|
+
currentSchemaPath: undefined;
|
1162
|
+
showPreview: boolean;
|
1163
|
+
};
|
1164
|
+
tenants: import("../tenants/types").TenantsState;
|
1165
|
+
partitions: {
|
1166
|
+
selectedConsumer?: string;
|
1167
|
+
};
|
1168
|
+
query: import("../query/types").QueryState;
|
1169
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1170
|
+
settings: import("../settings/types").SettingsState;
|
1171
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1172
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1173
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1174
|
+
header: import("../header/types").HeaderState;
|
1175
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1176
|
+
fullscreen: boolean;
|
1177
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1178
|
+
}, database: string) => import("../../../types/api/acl").AvailablePermissionsConfig | undefined) & {
|
1179
|
+
clearCache: () => void;
|
1180
|
+
resultsCount: () => number;
|
1181
|
+
resetResultsCount: () => void;
|
1182
|
+
} & {
|
1183
|
+
resultFunc: (resultFuncArgs_0: {
|
1184
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1185
|
+
singleClusterMode: boolean;
|
1186
|
+
cluster: import("../cluster/types").ClusterState;
|
1187
|
+
tenant: import("../tenant/types").TenantState;
|
1188
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1189
|
+
schema: {
|
1190
|
+
loading: boolean;
|
1191
|
+
data: {};
|
1192
|
+
currentSchemaPath: undefined;
|
1193
|
+
showPreview: boolean;
|
1194
|
+
};
|
1195
|
+
tenants: import("../tenants/types").TenantsState;
|
1196
|
+
partitions: {
|
1197
|
+
selectedConsumer?: string;
|
1198
|
+
};
|
1199
|
+
query: import("../query/types").QueryState;
|
1200
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1201
|
+
settings: import("../settings/types").SettingsState;
|
1202
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1203
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1204
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1205
|
+
header: import("../header/types").HeaderState;
|
1206
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1207
|
+
fullscreen: boolean;
|
1208
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1209
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1210
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1211
|
+
path: string;
|
1212
|
+
database: string;
|
1213
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
1214
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
1215
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
1216
|
+
owner: string | undefined;
|
1217
|
+
interruptInheritance: boolean | undefined;
|
1218
|
+
} | undefined, "api">;
|
1219
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1220
|
+
database: string;
|
1221
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
1222
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
1223
|
+
database: string;
|
1224
|
+
path: string;
|
1225
|
+
rights: AccessRightsUpdateRequest;
|
1226
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
1227
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
1228
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1229
|
+
originalArgs?: undefined | undefined;
|
1230
|
+
data?: undefined | undefined;
|
1231
|
+
error?: undefined | undefined;
|
1232
|
+
requestId?: undefined | undefined;
|
1233
|
+
endpointName?: string | undefined;
|
1234
|
+
startedTimeStamp?: undefined | undefined;
|
1235
|
+
fulfilledTimeStamp?: undefined | undefined;
|
1236
|
+
} & {
|
1237
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1238
|
+
isUninitialized: true;
|
1239
|
+
isLoading: false;
|
1240
|
+
isSuccess: false;
|
1241
|
+
isError: false;
|
1242
|
+
}) | ({
|
1243
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1244
|
+
error: undefined;
|
1245
|
+
requestId: string;
|
1246
|
+
originalArgs: {
|
1247
|
+
database: string;
|
1248
|
+
};
|
1249
|
+
endpointName: string;
|
1250
|
+
startedTimeStamp: number;
|
1251
|
+
data: import("../../../types/api/acl").AvailablePermissionsConfig;
|
1252
|
+
fulfilledTimeStamp: number;
|
1253
|
+
} & {
|
1254
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1255
|
+
isUninitialized: false;
|
1256
|
+
isLoading: false;
|
1257
|
+
isSuccess: true;
|
1258
|
+
isError: false;
|
1259
|
+
}) | ({
|
1260
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1261
|
+
originalArgs: {
|
1262
|
+
database: string;
|
1263
|
+
};
|
1264
|
+
requestId: string;
|
1265
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1266
|
+
error?: unknown;
|
1267
|
+
endpointName: string;
|
1268
|
+
startedTimeStamp: number;
|
1269
|
+
fulfilledTimeStamp?: number | undefined;
|
1270
|
+
} & {
|
1271
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1272
|
+
isUninitialized: false;
|
1273
|
+
isLoading: true;
|
1274
|
+
isSuccess: false;
|
1275
|
+
isError: false;
|
1276
|
+
}) | ({
|
1277
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1278
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1279
|
+
requestId: string;
|
1280
|
+
fulfilledTimeStamp?: number | undefined;
|
1281
|
+
originalArgs: {
|
1282
|
+
database: string;
|
1283
|
+
};
|
1284
|
+
endpointName: string;
|
1285
|
+
startedTimeStamp: number;
|
1286
|
+
error: unknown;
|
1287
|
+
} & {
|
1288
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1289
|
+
isUninitialized: false;
|
1290
|
+
isLoading: false;
|
1291
|
+
isSuccess: false;
|
1292
|
+
isError: true;
|
1293
|
+
})) => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1294
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
1295
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1296
|
+
singleClusterMode: boolean;
|
1297
|
+
cluster: import("../cluster/types").ClusterState;
|
1298
|
+
tenant: import("../tenant/types").TenantState;
|
1299
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1300
|
+
schema: {
|
1301
|
+
loading: boolean;
|
1302
|
+
data: {};
|
1303
|
+
currentSchemaPath: undefined;
|
1304
|
+
showPreview: boolean;
|
1305
|
+
};
|
1306
|
+
tenants: import("../tenants/types").TenantsState;
|
1307
|
+
partitions: {
|
1308
|
+
selectedConsumer?: string;
|
1309
|
+
};
|
1310
|
+
query: import("../query/types").QueryState;
|
1311
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1312
|
+
settings: import("../settings/types").SettingsState;
|
1313
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1314
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1315
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1316
|
+
header: import("../header/types").HeaderState;
|
1317
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1318
|
+
fullscreen: boolean;
|
1319
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1320
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1321
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1322
|
+
path: string;
|
1323
|
+
database: string;
|
1324
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
1325
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
1326
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
1327
|
+
owner: string | undefined;
|
1328
|
+
interruptInheritance: boolean | undefined;
|
1329
|
+
} | undefined, "api">;
|
1330
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1331
|
+
database: string;
|
1332
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
1333
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
1334
|
+
database: string;
|
1335
|
+
path: string;
|
1336
|
+
rights: AccessRightsUpdateRequest;
|
1337
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
1338
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
1339
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1340
|
+
originalArgs?: undefined | undefined;
|
1341
|
+
data?: undefined | undefined;
|
1342
|
+
error?: undefined | undefined;
|
1343
|
+
requestId?: undefined | undefined;
|
1344
|
+
endpointName?: string | undefined;
|
1345
|
+
startedTimeStamp?: undefined | undefined;
|
1346
|
+
fulfilledTimeStamp?: undefined | undefined;
|
1347
|
+
} & {
|
1348
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1349
|
+
isUninitialized: true;
|
1350
|
+
isLoading: false;
|
1351
|
+
isSuccess: false;
|
1352
|
+
isError: false;
|
1353
|
+
}) | ({
|
1354
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1355
|
+
error: undefined;
|
1356
|
+
requestId: string;
|
1357
|
+
originalArgs: {
|
1358
|
+
database: string;
|
1359
|
+
};
|
1360
|
+
endpointName: string;
|
1361
|
+
startedTimeStamp: number;
|
1362
|
+
data: import("../../../types/api/acl").AvailablePermissionsConfig;
|
1363
|
+
fulfilledTimeStamp: number;
|
1364
|
+
} & {
|
1365
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1366
|
+
isUninitialized: false;
|
1367
|
+
isLoading: false;
|
1368
|
+
isSuccess: true;
|
1369
|
+
isError: false;
|
1370
|
+
}) | ({
|
1371
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1372
|
+
originalArgs: {
|
1373
|
+
database: string;
|
1374
|
+
};
|
1375
|
+
requestId: string;
|
1376
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1377
|
+
error?: unknown;
|
1378
|
+
endpointName: string;
|
1379
|
+
startedTimeStamp: number;
|
1380
|
+
fulfilledTimeStamp?: number | undefined;
|
1381
|
+
} & {
|
1382
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1383
|
+
isUninitialized: false;
|
1384
|
+
isLoading: true;
|
1385
|
+
isSuccess: false;
|
1386
|
+
isError: false;
|
1387
|
+
}) | ({
|
1388
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1389
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1390
|
+
requestId: string;
|
1391
|
+
fulfilledTimeStamp?: number | undefined;
|
1392
|
+
originalArgs: {
|
1393
|
+
database: string;
|
1394
|
+
};
|
1395
|
+
endpointName: string;
|
1396
|
+
startedTimeStamp: number;
|
1397
|
+
error: unknown;
|
1398
|
+
} & {
|
1399
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1400
|
+
isUninitialized: false;
|
1401
|
+
isLoading: false;
|
1402
|
+
isSuccess: false;
|
1403
|
+
isError: true;
|
1404
|
+
})) => import("../../../types/api/acl").AvailablePermissionsConfig | undefined) & {
|
1405
|
+
clearCache: () => void;
|
1406
|
+
resultsCount: () => number;
|
1407
|
+
resetResultsCount: () => void;
|
1408
|
+
};
|
1409
|
+
lastResult: () => import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1410
|
+
dependencies: [(state: RootState) => {
|
1411
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">;
|
1412
|
+
singleClusterMode: boolean;
|
1413
|
+
cluster: import("../cluster/types").ClusterState;
|
1414
|
+
tenant: import("../tenant/types").TenantState;
|
1415
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1416
|
+
schema: {
|
1417
|
+
loading: boolean;
|
1418
|
+
data: {};
|
1419
|
+
currentSchemaPath: undefined;
|
1420
|
+
showPreview: boolean;
|
1421
|
+
};
|
1422
|
+
tenants: import("../tenants/types").TenantsState;
|
1423
|
+
partitions: {
|
1424
|
+
selectedConsumer?: string;
|
1425
|
+
};
|
1426
|
+
query: import("../query/types").QueryState;
|
1427
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1428
|
+
settings: import("../settings/types").SettingsState;
|
1429
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1430
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1431
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1432
|
+
header: import("../header/types").HeaderState;
|
1433
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1434
|
+
fullscreen: boolean;
|
1435
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1436
|
+
}, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
1437
|
+
getSchemaAcl: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1438
|
+
path: string;
|
1439
|
+
database: string;
|
1440
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", {
|
1441
|
+
acl: import("../../../types/api/acl").TACE[] | undefined;
|
1442
|
+
effectiveAcl: import("../../../types/api/acl").TACE[] | undefined;
|
1443
|
+
owner: string | undefined;
|
1444
|
+
interruptInheritance: boolean | undefined;
|
1445
|
+
} | undefined, "api">;
|
1446
|
+
getAvailablePermissions: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1447
|
+
database: string;
|
1448
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", import("../../../types/api/acl").AvailablePermissionsConfig | undefined, "api">;
|
1449
|
+
updateAccess: import("@reduxjs/toolkit/query").MutationDefinition<{
|
1450
|
+
database: string;
|
1451
|
+
path: string;
|
1452
|
+
rights: AccessRightsUpdateRequest;
|
1453
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", AccessRightsUpdateRequest | undefined, "api">;
|
1454
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "AccessRights", "api">) => ({
|
1455
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1456
|
+
originalArgs?: undefined | undefined;
|
1457
|
+
data?: undefined | undefined;
|
1458
|
+
error?: undefined | undefined;
|
1459
|
+
requestId?: undefined | undefined;
|
1460
|
+
endpointName?: string | undefined;
|
1461
|
+
startedTimeStamp?: undefined | undefined;
|
1462
|
+
fulfilledTimeStamp?: undefined | undefined;
|
1463
|
+
} & {
|
1464
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1465
|
+
isUninitialized: true;
|
1466
|
+
isLoading: false;
|
1467
|
+
isSuccess: false;
|
1468
|
+
isError: false;
|
1469
|
+
}) | ({
|
1470
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1471
|
+
error: undefined;
|
1472
|
+
requestId: string;
|
1473
|
+
originalArgs: {
|
1474
|
+
database: string;
|
1475
|
+
};
|
1476
|
+
endpointName: string;
|
1477
|
+
startedTimeStamp: number;
|
1478
|
+
data: import("../../../types/api/acl").AvailablePermissionsConfig;
|
1479
|
+
fulfilledTimeStamp: number;
|
1480
|
+
} & {
|
1481
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1482
|
+
isUninitialized: false;
|
1483
|
+
isLoading: false;
|
1484
|
+
isSuccess: true;
|
1485
|
+
isError: false;
|
1486
|
+
}) | ({
|
1487
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1488
|
+
originalArgs: {
|
1489
|
+
database: string;
|
1490
|
+
};
|
1491
|
+
requestId: string;
|
1492
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1493
|
+
error?: unknown;
|
1494
|
+
endpointName: string;
|
1495
|
+
startedTimeStamp: number;
|
1496
|
+
fulfilledTimeStamp?: number | undefined;
|
1497
|
+
} & {
|
1498
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1499
|
+
isUninitialized: false;
|
1500
|
+
isLoading: true;
|
1501
|
+
isSuccess: false;
|
1502
|
+
isError: false;
|
1503
|
+
}) | ({
|
1504
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1505
|
+
data?: import("../../../types/api/acl").AvailablePermissionsConfig | undefined;
|
1506
|
+
requestId: string;
|
1507
|
+
fulfilledTimeStamp?: number | undefined;
|
1508
|
+
originalArgs: {
|
1509
|
+
database: string;
|
1510
|
+
};
|
1511
|
+
endpointName: string;
|
1512
|
+
startedTimeStamp: number;
|
1513
|
+
error: unknown;
|
1514
|
+
} & {
|
1515
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1516
|
+
isUninitialized: false;
|
1517
|
+
isLoading: false;
|
1518
|
+
isSuccess: false;
|
1519
|
+
isError: true;
|
1520
|
+
})];
|
1521
|
+
recomputations: () => number;
|
1522
|
+
resetRecomputations: () => void;
|
1523
|
+
dependencyRecomputations: () => number;
|
1524
|
+
resetDependencyRecomputations: () => void;
|
1525
|
+
} & {
|
1526
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1527
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1528
|
+
};
|