@ytsaurus/ui 1.14.1 → 1.14.3
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/build/cjs/@types/types.d.ts +1 -0
- package/build/cjs/shared/constants/yt-api-id.d.ts +139 -0
- package/build/cjs/shared/constants/yt-api-id.js +148 -0
- package/build/cjs/shared/constants/yt-api-id.js.map +1 -0
- package/build/cjs/shared/utils/check-permission.d.ts +1 -14
- package/build/cjs/shared/utils/check-permission.js +6 -10
- package/build/cjs/shared/utils/check-permission.js.map +1 -1
- package/build/cjs/shared/utils/index.js +3 -3
- package/build/cjs/shared/utils/index.js.map +1 -1
- package/build/cjs/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
- package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
- package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js +1 -1
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/cjs/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
- package/build/cjs/ui/pages/operations/selectors.d.ts +1 -1
- package/build/cjs/ui/pages/query-tracker/module/api.js +1 -1
- package/build/cjs/ui/pages/query-tracker/module/api.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
- package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
- package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
- package/build/cjs/ui/rum/constants.d.ts +2 -0
- package/build/cjs/ui/rum/constants.js +4 -1
- package/build/cjs/ui/rum/constants.js.map +1 -1
- package/build/cjs/ui/rum/rum-counter.js +28 -1
- package/build/cjs/ui/rum/rum-counter.js.map +1 -1
- package/build/cjs/ui/rum/rum-wrap-api.d.ts +3 -141
- package/build/cjs/ui/rum/rum-wrap-api.js +12 -145
- package/build/cjs/ui/rum/rum-wrap-api.js.map +1 -1
- package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
- package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/cluster-params.js +22 -15
- package/build/cjs/ui/store/actions/cluster-params.js.map +1 -1
- package/build/cjs/ui/store/actions/components/nodes/nodes.js +1 -1
- package/build/cjs/ui/store/actions/components/nodes/nodes.js.map +1 -1
- package/build/cjs/ui/store/actions/execute-batch.d.ts +2 -1
- package/build/cjs/ui/store/actions/execute-batch.js +3 -3
- package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/map-node.js +1 -1
- package/build/cjs/ui/store/actions/navigation/content/map-node.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/index.js +1 -1
- package/build/cjs/ui/store/actions/navigation/index.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
- package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js +3 -10
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/delete-object.js +13 -14
- package/build/cjs/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
- package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/move-object.js +3 -10
- package/build/cjs/ui/store/actions/navigation/modals/move-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/restore-object.js +3 -11
- package/build/cjs/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/tabs/locks.js +1 -1
- package/build/cjs/ui/store/actions/navigation/tabs/locks.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/expanded-pools.js +2 -3
- package/build/cjs/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js +3 -3
- package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling.js +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling.js.map +1 -1
- package/build/cjs/ui/store/actions/system/masters.js +7 -3
- package/build/cjs/ui/store/actions/system/masters.js.map +1 -1
- package/build/cjs/ui/store/actions/system/nodes.js +1 -1
- package/build/cjs/ui/store/actions/system/nodes.js.map +1 -1
- package/build/cjs/ui/store/actions/system/schedulers.js +2 -2
- package/build/cjs/ui/store/actions/system/schedulers.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet/stores.js +1 -1
- package/build/cjs/ui/store/actions/tablet/stores.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
- package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/users.js +1 -1
- package/build/cjs/ui/store/actions/users.js.map +1 -1
- package/build/cjs/ui/store/reducers/execute-batch.d.ts +1 -1
- package/build/cjs/ui/store/reducers/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/reducers/index.d.ts +1 -1
- package/build/cjs/ui/store/reducers/navigation/index.d.ts +1 -1
- package/build/cjs/ui/store/selectors/accounts/account-usage.d.ts +8 -8
- package/build/cjs/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
- package/build/cjs/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
- package/build/cjs/ui/store/selectors/chyt/index.d.ts +7 -7
- package/build/cjs/ui/store/selectors/components/node/memory.d.ts +7 -7
- package/build/cjs/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
- package/build/cjs/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
- package/build/cjs/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
- package/build/cjs/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
- package/build/cjs/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
- package/build/cjs/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
- package/build/cjs/ui/store/selectors/global/index.d.ts +15 -15
- package/build/cjs/ui/store/selectors/global/index.js +4 -4
- package/build/cjs/ui/store/selectors/global/index.js.map +1 -1
- package/build/cjs/ui/store/selectors/global/supported-features.d.ts +6 -6
- package/build/cjs/ui/store/selectors/modals/errors.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/document.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
- package/build/cjs/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
- package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +7 -7
- package/build/cjs/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
- package/build/cjs/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/navigation.d.ts +4 -4
- package/build/cjs/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
- package/build/cjs/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
- package/build/cjs/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
- package/build/cjs/ui/store/selectors/operations/index.d.ts +12 -12
- package/build/cjs/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
- package/build/cjs/ui/store/selectors/operations/operation.d.ts +12 -12
- package/build/cjs/ui/store/selectors/operations/operations-list.d.ts +3 -3
- package/build/cjs/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
- package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/index.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
- package/build/cjs/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
- package/build/cjs/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
- package/build/cjs/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
- package/build/cjs/ui/store/selectors/thor/support.d.ts +5 -5
- package/build/cjs/ui/utils/acl/acl-api.js +4 -4
- package/build/cjs/ui/utils/acl/acl-api.js.map +1 -1
- package/build/cjs/ui/utils/batch.d.ts +2 -2
- package/build/cjs/ui/utils/cypress-attributes.js +1 -1
- package/build/cjs/ui/utils/cypress-attributes.js.map +1 -1
- package/build/cjs/ui/utils/errors/ui-error.d.ts +14 -0
- package/build/cjs/ui/utils/errors/ui-error.js +24 -0
- package/build/cjs/ui/utils/errors/ui-error.js.map +1 -0
- package/build/cjs/ui/utils/utils.d.ts +14 -8
- package/build/cjs/ui/utils/utils.js +9 -14
- package/build/cjs/ui/utils/utils.js.map +1 -1
- package/build/esm/@types/types.d.ts +1 -0
- package/build/esm/shared/constants/yt-api-id.d.ts +139 -0
- package/build/esm/shared/constants/yt-api-id.js +141 -0
- package/build/esm/shared/constants/yt-api-id.js.map +1 -0
- package/build/esm/shared/utils/check-permission.d.ts +1 -14
- package/build/esm/shared/utils/check-permission.js +8 -11
- package/build/esm/shared/utils/check-permission.js.map +1 -1
- package/build/esm/shared/utils/index.js +4 -8
- package/build/esm/shared/utils/index.js.map +1 -1
- package/build/esm/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
- package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
- package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
- package/build/esm/ui/containers/SettingsPanel/settings-description.js +2 -2
- package/build/esm/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/esm/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
- package/build/esm/ui/pages/operations/selectors.d.ts +1 -1
- package/build/esm/ui/pages/query-tracker/module/api.js +1 -1
- package/build/esm/ui/pages/query-tracker/module/api.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
- package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
- package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
- package/build/esm/ui/rum/constants.d.ts +2 -0
- package/build/esm/ui/rum/constants.js +4 -1
- package/build/esm/ui/rum/constants.js.map +1 -1
- package/build/esm/ui/rum/rum-counter.js +28 -1
- package/build/esm/ui/rum/rum-counter.js.map +1 -1
- package/build/esm/ui/rum/rum-wrap-api.d.ts +3 -141
- package/build/esm/ui/rum/rum-wrap-api.js +3 -141
- package/build/esm/ui/rum/rum-wrap-api.js.map +1 -1
- package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
- package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/esm/ui/store/actions/cluster-params.js +24 -17
- package/build/esm/ui/store/actions/cluster-params.js.map +1 -1
- package/build/esm/ui/store/actions/components/nodes/nodes.js +1 -1
- package/build/esm/ui/store/actions/components/nodes/nodes.js.map +1 -1
- package/build/esm/ui/store/actions/execute-batch.d.ts +2 -1
- package/build/esm/ui/store/actions/execute-batch.js +3 -3
- package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/map-node.js +1 -1
- package/build/esm/ui/store/actions/navigation/content/map-node.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/index.js +1 -1
- package/build/esm/ui/store/actions/navigation/index.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
- package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js +4 -11
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/delete-object.js +14 -15
- package/build/esm/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
- package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/move-object.js +4 -11
- package/build/esm/ui/store/actions/navigation/modals/move-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/restore-object.js +4 -12
- package/build/esm/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/tabs/locks.js +1 -1
- package/build/esm/ui/store/actions/navigation/tabs/locks.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/expanded-pools.js +2 -3
- package/build/esm/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling-ts.js +3 -3
- package/build/esm/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling.js +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling.js.map +1 -1
- package/build/esm/ui/store/actions/system/masters.js +7 -3
- package/build/esm/ui/store/actions/system/masters.js.map +1 -1
- package/build/esm/ui/store/actions/system/nodes.js +1 -1
- package/build/esm/ui/store/actions/system/nodes.js.map +1 -1
- package/build/esm/ui/store/actions/system/schedulers.js +2 -2
- package/build/esm/ui/store/actions/system/schedulers.js.map +1 -1
- package/build/esm/ui/store/actions/tablet/stores.js +1 -1
- package/build/esm/ui/store/actions/tablet/stores.js.map +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/index.js +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
- package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/esm/ui/store/actions/users.js +1 -1
- package/build/esm/ui/store/actions/users.js.map +1 -1
- package/build/esm/ui/store/reducers/execute-batch.d.ts +1 -1
- package/build/esm/ui/store/reducers/execute-batch.js.map +1 -1
- package/build/esm/ui/store/reducers/index.d.ts +1 -1
- package/build/esm/ui/store/reducers/navigation/index.d.ts +1 -1
- package/build/esm/ui/store/selectors/accounts/account-usage.d.ts +8 -8
- package/build/esm/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
- package/build/esm/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
- package/build/esm/ui/store/selectors/chyt/index.d.ts +7 -7
- package/build/esm/ui/store/selectors/components/node/memory.d.ts +7 -7
- package/build/esm/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
- package/build/esm/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
- package/build/esm/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
- package/build/esm/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
- package/build/esm/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
- package/build/esm/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
- package/build/esm/ui/store/selectors/global/index.d.ts +15 -15
- package/build/esm/ui/store/selectors/global/index.js +3 -3
- package/build/esm/ui/store/selectors/global/index.js.map +1 -1
- package/build/esm/ui/store/selectors/global/supported-features.d.ts +6 -6
- package/build/esm/ui/store/selectors/modals/errors.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/document.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
- package/build/esm/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
- package/build/esm/ui/store/selectors/navigation/content/table.d.ts +7 -7
- package/build/esm/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
- package/build/esm/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/navigation.d.ts +4 -4
- package/build/esm/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
- package/build/esm/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
- package/build/esm/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
- package/build/esm/ui/store/selectors/operations/index.d.ts +12 -12
- package/build/esm/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
- package/build/esm/ui/store/selectors/operations/operation.d.ts +12 -12
- package/build/esm/ui/store/selectors/operations/operations-list.d.ts +3 -3
- package/build/esm/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
- package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/index.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
- package/build/esm/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
- package/build/esm/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
- package/build/esm/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
- package/build/esm/ui/store/selectors/thor/support.d.ts +5 -5
- package/build/esm/ui/utils/acl/acl-api.js +4 -4
- package/build/esm/ui/utils/acl/acl-api.js.map +1 -1
- package/build/esm/ui/utils/batch.d.ts +2 -2
- package/build/esm/ui/utils/cypress-attributes.js +1 -1
- package/build/esm/ui/utils/cypress-attributes.js.map +1 -1
- package/build/esm/ui/utils/errors/ui-error.d.ts +14 -0
- package/build/esm/ui/utils/errors/ui-error.js +17 -0
- package/build/esm/ui/utils/errors/ui-error.js.map +1 -0
- package/build/esm/ui/utils/utils.d.ts +14 -8
- package/build/esm/ui/utils/utils.js +9 -14
- package/build/esm/ui/utils/utils.js.map +1 -1
- package/dist/public/build/assets-manifest.json +4 -4
- package/dist/public/build/js/main.b8adf234.js +3 -0
- package/dist/public/build/js/{main.652b0208.js.map → main.b8adf234.js.map} +1 -1
- package/dist/public/build/manifest.json +2 -2
- package/dist/shared/utils/index.js +3 -3
- package/package.json +5 -5
- package/dist/public/build/js/main.652b0208.js +0 -3
- /package/dist/public/build/js/{main.652b0208.js.LICENSE.txt → main.b8adf234.js.LICENSE.txt} +0 -0
@@ -128,7 +128,7 @@ export declare const getOperationsListIsFinalState: ((state: Omit<import("redux"
|
|
128
128
|
checkPermissionsError: undefined;
|
129
129
|
} & {
|
130
130
|
path: string;
|
131
|
-
mode: "
|
131
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
132
132
|
};
|
133
133
|
content: import("redux").CombinedState<{
|
134
134
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -982,7 +982,7 @@ export declare const getOperationsListFilterPresets: ((state: Omit<import("redux
|
|
982
982
|
checkPermissionsError: undefined;
|
983
983
|
} & {
|
984
984
|
path: string;
|
985
|
-
mode: "
|
985
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
986
986
|
};
|
987
987
|
content: import("redux").CombinedState<{
|
988
988
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1898,7 +1898,7 @@ export declare const getOperationsListActivePresets: ((state: Omit<import("redux
|
|
1898
1898
|
checkPermissionsError: undefined;
|
1899
1899
|
} & {
|
1900
1900
|
path: string;
|
1901
|
-
mode: "
|
1901
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1902
1902
|
};
|
1903
1903
|
content: import("redux").CombinedState<{
|
1904
1904
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -131,7 +131,7 @@ export declare const getOperationStatisticsV2: ((state: Omit<import("redux").Com
|
|
131
131
|
checkPermissionsError: undefined;
|
132
132
|
} & {
|
133
133
|
path: string;
|
134
|
-
mode: "
|
134
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
135
135
|
};
|
136
136
|
content: import("redux").CombinedState<{
|
137
137
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1014,7 +1014,7 @@ export declare const getOperationStatisticsAvailableValues: ((state: Omit<import
|
|
1014
1014
|
checkPermissionsError: undefined;
|
1015
1015
|
} & {
|
1016
1016
|
path: string;
|
1017
|
-
mode: "
|
1017
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1018
1018
|
};
|
1019
1019
|
content: import("redux").CombinedState<{
|
1020
1020
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1868,7 +1868,7 @@ export declare const getOperationStatisticsActiveFilterValues: ((state: Omit<imp
|
|
1868
1868
|
checkPermissionsError: undefined;
|
1869
1869
|
} & {
|
1870
1870
|
path: string;
|
1871
|
-
mode: "
|
1871
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1872
1872
|
};
|
1873
1873
|
content: import("redux").CombinedState<{
|
1874
1874
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2731,7 +2731,7 @@ export declare const getOperationStatisticsFilteredTree: ((state: Omit<import("r
|
|
2731
2731
|
checkPermissionsError: undefined;
|
2732
2732
|
} & {
|
2733
2733
|
path: string;
|
2734
|
-
mode: "
|
2734
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2735
2735
|
};
|
2736
2736
|
content: import("redux").CombinedState<{
|
2737
2737
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3589,7 +3589,7 @@ export declare const getOperationStatisticsFiltered: ((state: Omit<import("redux
|
|
3589
3589
|
checkPermissionsError: undefined;
|
3590
3590
|
} & {
|
3591
3591
|
path: string;
|
3592
|
-
mode: "
|
3592
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3593
3593
|
};
|
3594
3594
|
content: import("redux").CombinedState<{
|
3595
3595
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4455,7 +4455,7 @@ export declare const getTotalJobWallTime: ((state: Omit<import("redux").Combined
|
|
4455
4455
|
checkPermissionsError: undefined;
|
4456
4456
|
} & {
|
4457
4457
|
path: string;
|
4458
|
-
mode: "
|
4458
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4459
4459
|
};
|
4460
4460
|
content: import("redux").CombinedState<{
|
4461
4461
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5309,7 +5309,7 @@ export declare const getTotalCpuTimeSpent: ((state: Omit<import("redux").Combine
|
|
5309
5309
|
checkPermissionsError: undefined;
|
5310
5310
|
} & {
|
5311
5311
|
path: string;
|
5312
|
-
mode: "
|
5312
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5313
5313
|
};
|
5314
5314
|
content: import("redux").CombinedState<{
|
5315
5315
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6163,7 +6163,7 @@ export declare const getOperationDetailTasksData: ((state: Omit<import("redux").
|
|
6163
6163
|
checkPermissionsError: undefined;
|
6164
6164
|
} & {
|
6165
6165
|
path: string;
|
6166
|
-
mode: "
|
6166
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6167
6167
|
};
|
6168
6168
|
content: import("redux").CombinedState<{
|
6169
6169
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -142,7 +142,7 @@ export declare const getSchedulingFilteredPoolNames: ((state: Omit<import("redux
|
|
142
142
|
checkPermissionsError: undefined;
|
143
143
|
} & {
|
144
144
|
path: string;
|
145
|
-
mode: "
|
145
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
146
146
|
};
|
147
147
|
content: import("redux").CombinedState<{
|
148
148
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -132,7 +132,7 @@ export declare const getCreatePoolDialogFlatTreeItems: ((state: Omit<import("red
|
|
132
132
|
checkPermissionsError: undefined;
|
133
133
|
} & {
|
134
134
|
path: string;
|
135
|
-
mode: "
|
135
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
136
136
|
};
|
137
137
|
content: import("redux").CombinedState<{
|
138
138
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -137,7 +137,7 @@ export declare const getSchedulingOperationsLoadingStatus: ((state: Omit<import(
|
|
137
137
|
checkPermissionsError: undefined;
|
138
138
|
} & {
|
139
139
|
path: string;
|
140
|
-
mode: "
|
140
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
141
141
|
};
|
142
142
|
content: import("redux").CombinedState<{
|
143
143
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -128,7 +128,7 @@ export declare const getSchedulingIsFinalLoadingState: ((state: Omit<import("red
|
|
128
128
|
checkPermissionsError: undefined;
|
129
129
|
} & {
|
130
130
|
path: string;
|
131
|
-
mode: "
|
131
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
132
132
|
};
|
133
133
|
content: import("redux").CombinedState<{
|
134
134
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getSchedulingPoolsMapByName: ((state: Omit<import("redux").
|
|
130
130
|
checkPermissionsError: undefined;
|
131
131
|
} & {
|
132
132
|
path: string;
|
133
|
-
mode: "
|
133
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
134
134
|
};
|
135
135
|
content: import("redux").CombinedState<{
|
136
136
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -984,7 +984,7 @@ export declare const getSchedulingPoolsExtraInfo: ((state: Omit<import("redux").
|
|
984
984
|
checkPermissionsError: undefined;
|
985
985
|
} & {
|
986
986
|
path: string;
|
987
|
-
mode: "
|
987
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
988
988
|
};
|
989
989
|
content: import("redux").CombinedState<{
|
990
990
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1865,7 +1865,7 @@ export declare const getPools: ((state: Omit<import("redux").CombinedState<{
|
|
1865
1865
|
checkPermissionsError: undefined;
|
1866
1866
|
} & {
|
1867
1867
|
path: string;
|
1868
|
-
mode: "
|
1868
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1869
1869
|
};
|
1870
1870
|
content: import("redux").CombinedState<{
|
1871
1871
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -128,7 +128,7 @@ export declare const getSchedulingBreadcrumbItems: ((state: Omit<import("redux")
|
|
128
128
|
checkPermissionsError: undefined;
|
129
129
|
} & {
|
130
130
|
path: string;
|
131
|
-
mode: "
|
131
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
132
132
|
};
|
133
133
|
content: import("redux").CombinedState<{
|
134
134
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -991,7 +991,7 @@ export declare const getCurrentPoolStaticConfiguration: ((state: Omit<import("re
|
|
991
991
|
checkPermissionsError: undefined;
|
992
992
|
} & {
|
993
993
|
path: string;
|
994
|
-
mode: "
|
994
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
995
995
|
};
|
996
996
|
content: import("redux").CombinedState<{
|
997
997
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1856,7 +1856,7 @@ export declare const getPoolsTopLevel: ((state: Omit<import("redux").CombinedSta
|
|
1856
1856
|
checkPermissionsError: undefined;
|
1857
1857
|
} & {
|
1858
1858
|
path: string;
|
1859
|
-
mode: "
|
1859
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1860
1860
|
};
|
1861
1861
|
content: import("redux").CombinedState<{
|
1862
1862
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2710,7 +2710,7 @@ export declare const getCurrentTreeGpuLimit: ((state: Omit<import("redux").Combi
|
|
2710
2710
|
checkPermissionsError: undefined;
|
2711
2711
|
} & {
|
2712
2712
|
path: string;
|
2713
|
-
mode: "
|
2713
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2714
2714
|
};
|
2715
2715
|
content: import("redux").CombinedState<{
|
2716
2716
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3564,7 +3564,7 @@ export declare const getOperationsStaticConfiguration: ((state: Omit<import("red
|
|
3564
3564
|
checkPermissionsError: undefined;
|
3565
3565
|
} & {
|
3566
3566
|
path: string;
|
3567
|
-
mode: "
|
3567
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3568
3568
|
};
|
3569
3569
|
content: import("redux").CombinedState<{
|
3570
3570
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4421,7 +4421,7 @@ export declare const getCurrentPoolTreeStaticConfiguration: ((state: Omit<import
|
|
4421
4421
|
checkPermissionsError: undefined;
|
4422
4422
|
} & {
|
4423
4423
|
path: string;
|
4424
|
-
mode: "
|
4424
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4425
4425
|
};
|
4426
4426
|
content: import("redux").CombinedState<{
|
4427
4427
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getPools: ((state: Omit<import("redux").CombinedState<{
|
|
130
130
|
checkPermissionsError: undefined;
|
131
131
|
} & {
|
132
132
|
path: string;
|
133
|
-
mode: "
|
133
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
134
134
|
};
|
135
135
|
content: import("redux").CombinedState<{
|
136
136
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1000,7 +1000,7 @@ export declare const getPoolsNames: ((state: Omit<import("redux").CombinedState<
|
|
1000
1000
|
checkPermissionsError: undefined;
|
1001
1001
|
} & {
|
1002
1002
|
path: string;
|
1003
|
-
mode: "
|
1003
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1004
1004
|
};
|
1005
1005
|
content: import("redux").CombinedState<{
|
1006
1006
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1859,7 +1859,7 @@ export declare const getContentMode: ((state: Omit<import("redux").CombinedState
|
|
1859
1859
|
checkPermissionsError: undefined;
|
1860
1860
|
} & {
|
1861
1861
|
path: string;
|
1862
|
-
mode: "
|
1862
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1863
1863
|
};
|
1864
1864
|
content: import("redux").CombinedState<{
|
1865
1865
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2713,7 +2713,7 @@ export declare const getIsRoot: ((state: Omit<import("redux").CombinedState<{
|
|
2713
2713
|
checkPermissionsError: undefined;
|
2714
2714
|
} & {
|
2715
2715
|
path: string;
|
2716
|
-
mode: "
|
2716
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2717
2717
|
};
|
2718
2718
|
content: import("redux").CombinedState<{
|
2719
2719
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3567,7 +3567,7 @@ export declare const getTreesSelectItems: ((state: Omit<import("redux").Combined
|
|
3567
3567
|
checkPermissionsError: undefined;
|
3568
3568
|
} & {
|
3569
3569
|
path: string;
|
3570
|
-
mode: "
|
3570
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3571
3571
|
};
|
3572
3572
|
content: import("redux").CombinedState<{
|
3573
3573
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4427,7 +4427,7 @@ export declare const getPoolsSelectItems: ((state: Omit<import("redux").Combined
|
|
4427
4427
|
checkPermissionsError: undefined;
|
4428
4428
|
} & {
|
4429
4429
|
path: string;
|
4430
|
-
mode: "
|
4430
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4431
4431
|
};
|
4432
4432
|
content: import("redux").CombinedState<{
|
4433
4433
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5287,7 +5287,7 @@ export declare const getCurrentPool: ((state: Omit<import("redux").CombinedState
|
|
5287
5287
|
checkPermissionsError: undefined;
|
5288
5288
|
} & {
|
5289
5289
|
path: string;
|
5290
|
-
mode: "
|
5290
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5291
5291
|
};
|
5292
5292
|
content: import("redux").CombinedState<{
|
5293
5293
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6141,7 +6141,7 @@ export declare const getPoolIsEphemeral: ((state: Omit<import("redux").CombinedS
|
|
6141
6141
|
checkPermissionsError: undefined;
|
6142
6142
|
} & {
|
6143
6143
|
path: string;
|
6144
|
-
mode: "
|
6144
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6145
6145
|
};
|
6146
6146
|
content: import("redux").CombinedState<{
|
6147
6147
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6995,7 +6995,7 @@ export declare const getCurrentPoolChildren: ((state: Omit<import("redux").Combi
|
|
6995
6995
|
checkPermissionsError: undefined;
|
6996
6996
|
} & {
|
6997
6997
|
path: string;
|
6998
|
-
mode: "
|
6998
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6999
6999
|
};
|
7000
7000
|
content: import("redux").CombinedState<{
|
7001
7001
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7849,7 +7849,7 @@ export declare const getCurrentPoolOperations: ((state: Omit<import("redux").Com
|
|
7849
7849
|
checkPermissionsError: undefined;
|
7850
7850
|
} & {
|
7851
7851
|
path: string;
|
7852
|
-
mode: "
|
7852
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7853
7853
|
};
|
7854
7854
|
content: import("redux").CombinedState<{
|
7855
7855
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8703,7 +8703,7 @@ export declare const getResources: ((state: Omit<import("redux").CombinedState<{
|
|
8703
8703
|
checkPermissionsError: undefined;
|
8704
8704
|
} & {
|
8705
8705
|
path: string;
|
8706
|
-
mode: "
|
8706
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8707
8707
|
};
|
8708
8708
|
content: import("redux").CombinedState<{
|
8709
8709
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -9557,7 +9557,7 @@ export declare const getTableItems: ((state: Omit<import("redux").CombinedState<
|
|
9557
9557
|
checkPermissionsError: undefined;
|
9558
9558
|
} & {
|
9559
9559
|
path: string;
|
9560
|
-
mode: "
|
9560
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9561
9561
|
};
|
9562
9562
|
content: import("redux").CombinedState<{
|
9563
9563
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -10414,7 +10414,7 @@ export declare const getSchedulingOverviewMaxDepth: ((state: Omit<import("redux"
|
|
10414
10414
|
checkPermissionsError: undefined;
|
10415
10415
|
} & {
|
10416
10416
|
path: string;
|
10417
|
-
mode: "
|
10417
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
10418
10418
|
};
|
10419
10419
|
content: import("redux").CombinedState<{
|
10420
10420
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -11268,7 +11268,7 @@ export declare const getSortedPoolChildren: ((state: Omit<import("redux").Combin
|
|
11268
11268
|
checkPermissionsError: undefined;
|
11269
11269
|
} & {
|
11270
11270
|
path: string;
|
11271
|
-
mode: "
|
11271
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
11272
11272
|
};
|
11273
11273
|
content: import("redux").CombinedState<{
|
11274
11274
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -12125,7 +12125,7 @@ export declare const getPollChildrenTableItems: ((state: Omit<import("redux").Co
|
|
12125
12125
|
checkPermissionsError: undefined;
|
12126
12126
|
} & {
|
12127
12127
|
path: string;
|
12128
|
-
mode: "
|
12128
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
12129
12129
|
};
|
12130
12130
|
content: import("redux").CombinedState<{
|
12131
12131
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -12979,7 +12979,7 @@ export declare const isPoolAclAllowed: ((state: Omit<import("redux").CombinedSta
|
|
12979
12979
|
checkPermissionsError: undefined;
|
12980
12980
|
} & {
|
12981
12981
|
path: string;
|
12982
|
-
mode: "
|
12982
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
12983
12983
|
};
|
12984
12984
|
content: import("redux").CombinedState<{
|
12985
12985
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -13833,7 +13833,7 @@ export declare const getCurrentPoolPath: ((state: Omit<import("redux").CombinedS
|
|
13833
13833
|
checkPermissionsError: undefined;
|
13834
13834
|
} & {
|
13835
13835
|
path: string;
|
13836
|
-
mode: "
|
13836
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
13837
13837
|
};
|
13838
13838
|
content: import("redux").CombinedState<{
|
13839
13839
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -14688,7 +14688,7 @@ export declare const getSchedulingTopPoolOfEditItem: ((state: Omit<import("redux
|
|
14688
14688
|
checkPermissionsError: undefined;
|
14689
14689
|
} & {
|
14690
14690
|
path: string;
|
14691
|
-
mode: "
|
14691
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
14692
14692
|
};
|
14693
14693
|
content: import("redux").CombinedState<{
|
14694
14694
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -15542,7 +15542,7 @@ export declare const getSchedulingSourcesOfEditItem: ((state: Omit<import("redux
|
|
15542
15542
|
checkPermissionsError: undefined;
|
15543
15543
|
} & {
|
15544
15544
|
path: string;
|
15545
|
-
mode: "
|
15545
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
15546
15546
|
};
|
15547
15547
|
content: import("redux").CombinedState<{
|
15548
15548
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -16396,7 +16396,7 @@ export declare const getSchedulingSourcesOfEditItemSkipParent: ((state: Omit<imp
|
|
16396
16396
|
checkPermissionsError: undefined;
|
16397
16397
|
} & {
|
16398
16398
|
path: string;
|
16399
|
-
mode: "
|
16399
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
16400
16400
|
};
|
16401
16401
|
content: import("redux").CombinedState<{
|
16402
16402
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -143,7 +143,7 @@ export declare const getTabletsActiveBundleData: ((state: Omit<import("redux").C
|
|
143
143
|
checkPermissionsError: undefined;
|
144
144
|
} & {
|
145
145
|
path: string;
|
146
|
-
mode: "
|
146
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
147
147
|
};
|
148
148
|
content: import("redux").CombinedState<{
|
149
149
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -997,7 +997,7 @@ export declare const getActiveBundleControllerData: ((state: Omit<import("redux"
|
|
997
997
|
checkPermissionsError: undefined;
|
998
998
|
} & {
|
999
999
|
path: string;
|
1000
|
-
mode: "
|
1000
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1001
1001
|
};
|
1002
1002
|
content: import("redux").CombinedState<{
|
1003
1003
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1851,7 +1851,7 @@ export declare const getActiveBundleInstances: ((state: Omit<import("redux").Com
|
|
1851
1851
|
checkPermissionsError: undefined;
|
1852
1852
|
} & {
|
1853
1853
|
path: string;
|
1854
|
-
mode: "
|
1854
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1855
1855
|
};
|
1856
1856
|
content: import("redux").CombinedState<{
|
1857
1857
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2735,7 +2735,7 @@ export declare const getActiveBundleProxies: ((state: Omit<import("redux").Combi
|
|
2735
2735
|
checkPermissionsError: undefined;
|
2736
2736
|
} & {
|
2737
2737
|
path: string;
|
2738
|
-
mode: "
|
2738
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2739
2739
|
};
|
2740
2740
|
content: import("redux").CombinedState<{
|
2741
2741
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3619,7 +3619,7 @@ export declare const getBundleEditorData: ((state: Omit<import("redux").Combined
|
|
3619
3619
|
checkPermissionsError: undefined;
|
3620
3620
|
} & {
|
3621
3621
|
path: string;
|
3622
|
-
mode: "
|
3622
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3623
3623
|
};
|
3624
3624
|
content: import("redux").CombinedState<{
|
3625
3625
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4481,7 +4481,7 @@ export declare const getTabletsBundlesTotal: ((state: Omit<import("redux").Combi
|
|
4481
4481
|
checkPermissionsError: undefined;
|
4482
4482
|
} & {
|
4483
4483
|
path: string;
|
4484
|
-
mode: "
|
4484
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4485
4485
|
};
|
4486
4486
|
content: import("redux").CombinedState<{
|
4487
4487
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5335,7 +5335,7 @@ export declare const getTabletsBundlesFiltered: ((state: Omit<import("redux").Co
|
|
5335
5335
|
checkPermissionsError: undefined;
|
5336
5336
|
} & {
|
5337
5337
|
path: string;
|
5338
|
-
mode: "
|
5338
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5339
5339
|
};
|
5340
5340
|
content: import("redux").CombinedState<{
|
5341
5341
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6189,7 +6189,7 @@ export declare const getTabletsBundlesSorted: ((state: Omit<import("redux").Comb
|
|
6189
6189
|
checkPermissionsError: undefined;
|
6190
6190
|
} & {
|
6191
6191
|
path: string;
|
6192
|
-
mode: "
|
6192
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6193
6193
|
};
|
6194
6194
|
content: import("redux").CombinedState<{
|
6195
6195
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7048,7 +7048,7 @@ export declare const getTabletCellsOfActiveAccount: ((state: Omit<import("redux"
|
|
7048
7048
|
checkPermissionsError: undefined;
|
7049
7049
|
} & {
|
7050
7050
|
path: string;
|
7051
|
-
mode: "
|
7051
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7052
7052
|
};
|
7053
7053
|
content: import("redux").CombinedState<{
|
7054
7054
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7902,7 +7902,7 @@ export declare const getTabletsCellsFiltered: ((state: Omit<import("redux").Comb
|
|
7902
7902
|
checkPermissionsError: undefined;
|
7903
7903
|
} & {
|
7904
7904
|
path: string;
|
7905
|
-
mode: "
|
7905
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7906
7906
|
};
|
7907
7907
|
content: import("redux").CombinedState<{
|
7908
7908
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8757,7 +8757,7 @@ export declare const getTabletsCellsSorted: ((state: Omit<import("redux").Combin
|
|
8757
8757
|
checkPermissionsError: undefined;
|
8758
8758
|
} & {
|
8759
8759
|
path: string;
|
8760
|
-
mode: "
|
8760
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8761
8761
|
};
|
8762
8762
|
content: import("redux").CombinedState<{
|
8763
8763
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -9611,7 +9611,7 @@ export declare const getTabletsCellsBundles: ((state: Omit<import("redux").Combi
|
|
9611
9611
|
checkPermissionsError: undefined;
|
9612
9612
|
} & {
|
9613
9613
|
path: string;
|
9614
|
-
mode: "
|
9614
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9615
9615
|
};
|
9616
9616
|
content: import("redux").CombinedState<{
|
9617
9617
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -10465,7 +10465,7 @@ export declare const getTabletsCellsHosts: ((state: Omit<import("redux").Combine
|
|
10465
10465
|
checkPermissionsError: undefined;
|
10466
10466
|
} & {
|
10467
10467
|
path: string;
|
10468
|
-
mode: "
|
10468
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
10469
10469
|
};
|
10470
10470
|
content: import("redux").CombinedState<{
|
10471
10471
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -11319,7 +11319,7 @@ export declare const getTabletsCellsHostsOfActiveBundle: ((state: Omit<import("r
|
|
11319
11319
|
checkPermissionsError: undefined;
|
11320
11320
|
} & {
|
11321
11321
|
path: string;
|
11322
|
-
mode: "
|
11322
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
11323
11323
|
};
|
11324
11324
|
content: import("redux").CombinedState<{
|
11325
11325
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -12179,7 +12179,7 @@ export declare const getTabletsBreadcrumbItems: ((state: Omit<import("redux").Co
|
|
12179
12179
|
checkPermissionsError: undefined;
|
12180
12180
|
} & {
|
12181
12181
|
path: string;
|
12182
|
-
mode: "
|
12182
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
12183
12183
|
};
|
12184
12184
|
content: import("redux").CombinedState<{
|
12185
12185
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|