@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
@@ -154,7 +154,7 @@ export declare const getOperationsPoolTreeCountersItems: ((state: Omit<import("r
|
|
154
154
|
checkPermissionsError: undefined;
|
155
155
|
} & {
|
156
156
|
path: string;
|
157
|
-
mode: "
|
157
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
158
158
|
};
|
159
159
|
content: import("redux").CombinedState<{
|
160
160
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1016,7 +1016,7 @@ export declare const getOperationsPoolTreeItemsWithoutCounter: ((state: Omit<imp
|
|
1016
1016
|
checkPermissionsError: undefined;
|
1017
1017
|
} & {
|
1018
1018
|
path: string;
|
1019
|
-
mode: "
|
1019
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1020
1020
|
};
|
1021
1021
|
content: import("redux").CombinedState<{
|
1022
1022
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1876,7 +1876,7 @@ export declare const getOperationsPoolTreeSuggestions: ((state: Omit<import("red
|
|
1876
1876
|
checkPermissionsError: undefined;
|
1877
1877
|
} & {
|
1878
1878
|
path: string;
|
1879
|
-
mode: "
|
1879
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1880
1880
|
};
|
1881
1881
|
content: import("redux").CombinedState<{
|
1882
1882
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2743,7 +2743,7 @@ export declare const getOperationsPoolCountersItems: ((state: Omit<import("redux
|
|
2743
2743
|
checkPermissionsError: undefined;
|
2744
2744
|
} & {
|
2745
2745
|
path: string;
|
2746
|
-
mode: "
|
2746
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2747
2747
|
};
|
2748
2748
|
content: import("redux").CombinedState<{
|
2749
2749
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3605,7 +3605,7 @@ export declare const getOperationsPoolItemsWithoutCounter: ((state: Omit<import(
|
|
3605
3605
|
checkPermissionsError: undefined;
|
3606
3606
|
} & {
|
3607
3607
|
path: string;
|
3608
|
-
mode: "
|
3608
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3609
3609
|
};
|
3610
3610
|
content: import("redux").CombinedState<{
|
3611
3611
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4465,7 +4465,7 @@ export declare const getOperationsPoolSuggestions: ((state: Omit<import("redux")
|
|
4465
4465
|
checkPermissionsError: undefined;
|
4466
4466
|
} & {
|
4467
4467
|
path: string;
|
4468
|
-
mode: "
|
4468
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4469
4469
|
};
|
4470
4470
|
content: import("redux").CombinedState<{
|
4471
4471
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5332,7 +5332,7 @@ export declare const getOperationsUserCountersItems: ((state: Omit<import("redux
|
|
5332
5332
|
checkPermissionsError: undefined;
|
5333
5333
|
} & {
|
5334
5334
|
path: string;
|
5335
|
-
mode: "
|
5335
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5336
5336
|
};
|
5337
5337
|
content: import("redux").CombinedState<{
|
5338
5338
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6194,7 +6194,7 @@ export declare const getOperationsUserItemsWithoutCounter: ((state: Omit<import(
|
|
6194
6194
|
checkPermissionsError: undefined;
|
6195
6195
|
} & {
|
6196
6196
|
path: string;
|
6197
|
-
mode: "
|
6197
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6198
6198
|
};
|
6199
6199
|
content: import("redux").CombinedState<{
|
6200
6200
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7054,7 +7054,7 @@ export declare const getOperationsUserSuggestions: ((state: Omit<import("redux")
|
|
7054
7054
|
checkPermissionsError: undefined;
|
7055
7055
|
} & {
|
7056
7056
|
path: string;
|
7057
|
-
mode: "
|
7057
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7058
7058
|
};
|
7059
7059
|
content: import("redux").CombinedState<{
|
7060
7060
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7926,7 +7926,7 @@ export declare const getOperationsListFilterParameters: ((state: Omit<import("re
|
|
7926
7926
|
checkPermissionsError: undefined;
|
7927
7927
|
} & {
|
7928
7928
|
path: string;
|
7929
|
-
mode: "
|
7929
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7930
7930
|
};
|
7931
7931
|
content: import("redux").CombinedState<{
|
7932
7932
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8814,7 +8814,7 @@ export declare const getOperationsListFiltersParameters_FOR_YTFRONT_2838: ((stat
|
|
8814
8814
|
checkPermissionsError: undefined;
|
8815
8815
|
} & {
|
8816
8816
|
path: string;
|
8817
|
-
mode: "
|
8817
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8818
8818
|
};
|
8819
8819
|
content: import("redux").CombinedState<{
|
8820
8820
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -9707,7 +9707,7 @@ export declare const getOperationsListFixedStartedByFilter_FOR_YTFRONT_2838: ((s
|
|
9707
9707
|
checkPermissionsError: undefined;
|
9708
9708
|
} & {
|
9709
9709
|
path: string;
|
9710
|
-
mode: "
|
9710
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9711
9711
|
};
|
9712
9712
|
content: import("redux").CombinedState<{
|
9713
9713
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -132,7 +132,7 @@ export declare const getJobsMonitoringItemsWithDescriptor: ((state: Omit<import(
|
|
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;
|
@@ -986,7 +986,7 @@ export declare const getJobsMonitorFromTo: ((state: Omit<import("redux").Combine
|
|
986
986
|
checkPermissionsError: undefined;
|
987
987
|
} & {
|
988
988
|
path: string;
|
989
|
-
mode: "
|
989
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
990
990
|
};
|
991
991
|
content: import("redux").CombinedState<{
|
992
992
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1846,7 +1846,7 @@ export declare const getJobsMonitorDescriptor: ((state: Omit<import("redux").Com
|
|
1846
1846
|
checkPermissionsError: undefined;
|
1847
1847
|
} & {
|
1848
1848
|
path: string;
|
1849
|
-
mode: "
|
1849
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1850
1850
|
};
|
1851
1851
|
content: import("redux").CombinedState<{
|
1852
1852
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2700,7 +2700,7 @@ export declare const getJobsMonitorTabVisible: ((state: Omit<import("redux").Com
|
|
2700
2700
|
checkPermissionsError: undefined;
|
2701
2701
|
} & {
|
2702
2702
|
path: string;
|
2703
|
-
mode: "
|
2703
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2704
2704
|
};
|
2705
2705
|
content: import("redux").CombinedState<{
|
2706
2706
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getOperationErasedTrees: ((state: Omit<import("redux").Comb
|
|
129
129
|
checkPermissionsError: undefined;
|
130
130
|
} & {
|
131
131
|
path: string;
|
132
|
-
mode: "
|
132
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
133
133
|
};
|
134
134
|
content: import("redux").CombinedState<{
|
135
135
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -992,7 +992,7 @@ export declare const getOperationTasks: ((state: Omit<import("redux").CombinedSt
|
|
992
992
|
checkPermissionsError: undefined;
|
993
993
|
} & {
|
994
994
|
path: string;
|
995
|
-
mode: "
|
995
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
996
996
|
};
|
997
997
|
content: import("redux").CombinedState<{
|
998
998
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1846,7 +1846,7 @@ export declare const getOperationTasksNames: ((state: Omit<import("redux").Combi
|
|
1846
1846
|
checkPermissionsError: undefined;
|
1847
1847
|
} & {
|
1848
1848
|
path: string;
|
1849
|
-
mode: "
|
1849
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1850
1850
|
};
|
1851
1851
|
content: import("redux").CombinedState<{
|
1852
1852
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2700,7 +2700,7 @@ export declare const getOperationDetailsLoadingStatus: ((state: Omit<import("red
|
|
2700
2700
|
checkPermissionsError: undefined;
|
2701
2701
|
} & {
|
2702
2702
|
path: string;
|
2703
|
-
mode: "
|
2703
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2704
2704
|
};
|
2705
2705
|
content: import("redux").CombinedState<{
|
2706
2706
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3557,7 +3557,7 @@ export declare const getOperationPoolNames: ((state: Omit<import("redux").Combin
|
|
3557
3557
|
checkPermissionsError: undefined;
|
3558
3558
|
} & {
|
3559
3559
|
path: string;
|
3560
|
-
mode: "
|
3560
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3561
3561
|
};
|
3562
3562
|
content: import("redux").CombinedState<{
|
3563
3563
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4411,7 +4411,7 @@ export declare const getOperationsMonitorChartStatesFinishedCount: ((state: Omit
|
|
4411
4411
|
checkPermissionsError: undefined;
|
4412
4412
|
} & {
|
4413
4413
|
path: string;
|
4414
|
-
mode: "
|
4414
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4415
4415
|
};
|
4416
4416
|
content: import("redux").CombinedState<{
|
4417
4417
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5265,7 +5265,7 @@ export declare const getOperationJobsLoadingStatus: ((state: Omit<import("redux"
|
|
5265
5265
|
checkPermissionsError: undefined;
|
5266
5266
|
} & {
|
5267
5267
|
path: string;
|
5268
|
-
mode: "
|
5268
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5269
5269
|
};
|
5270
5270
|
content: import("redux").CombinedState<{
|
5271
5271
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6126,7 +6126,7 @@ export declare const getOperationExperimentAssignments: ((state: Omit<import("re
|
|
6126
6126
|
checkPermissionsError: undefined;
|
6127
6127
|
} & {
|
6128
6128
|
path: string;
|
6129
|
-
mode: "
|
6129
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6130
6130
|
};
|
6131
6131
|
content: import("redux").CombinedState<{
|
6132
6132
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6980,7 +6980,7 @@ export declare const getOperationJobsCount: ((state: Omit<import("redux").Combin
|
|
6980
6980
|
checkPermissionsError: undefined;
|
6981
6981
|
} & {
|
6982
6982
|
path: string;
|
6983
|
-
mode: "
|
6983
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6984
6984
|
};
|
6985
6985
|
content: import("redux").CombinedState<{
|
6986
6986
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7834,7 +7834,7 @@ export declare const isOperationWithExperiment_ytadmin_11194: ((state: Omit<impo
|
|
7834
7834
|
checkPermissionsError: undefined;
|
7835
7835
|
} & {
|
7836
7836
|
path: string;
|
7837
|
-
mode: "
|
7837
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7838
7838
|
};
|
7839
7839
|
content: import("redux").CombinedState<{
|
7840
7840
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8688,7 +8688,7 @@ export declare const isOperationWithJobsMonitorTab: ((state: Omit<import("redux"
|
|
8688
8688
|
checkPermissionsError: undefined;
|
8689
8689
|
} & {
|
8690
8690
|
path: string;
|
8691
|
-
mode: "
|
8691
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8692
8692
|
};
|
8693
8693
|
content: import("redux").CombinedState<{
|
8694
8694
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -9542,7 +9542,7 @@ export declare const getOperationAlertEventsItems: ((state: Omit<import("redux")
|
|
9542
9542
|
checkPermissionsError: undefined;
|
9543
9543
|
} & {
|
9544
9544
|
path: string;
|
9545
|
-
mode: "
|
9545
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9546
9546
|
};
|
9547
9547
|
content: import("redux").CombinedState<{
|
9548
9548
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -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;
|