@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
@@ -129,7 +129,7 @@ export declare const getNavigationReplicatedTableLoadingStatus: ((state: Omit<im
|
|
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;
|
@@ -985,7 +985,7 @@ export declare const getAllowEnableReplicatedTracker: ((state: Omit<import("redu
|
|
985
985
|
checkPermissionsError: undefined;
|
986
986
|
} & {
|
987
987
|
path: string;
|
988
|
-
mode: "
|
988
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
989
989
|
};
|
990
990
|
content: import("redux").CombinedState<{
|
991
991
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1839,7 +1839,7 @@ export declare const getReplicatedTableReplicasMap: ((state: Omit<import("redux"
|
|
1839
1839
|
checkPermissionsError: undefined;
|
1840
1840
|
} & {
|
1841
1841
|
path: string;
|
1842
|
-
mode: "
|
1842
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1843
1843
|
};
|
1844
1844
|
content: import("redux").CombinedState<{
|
1845
1845
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getTableMountConfigHasData: ((state: Omit<import("redux").C
|
|
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;
|
@@ -145,7 +145,7 @@ export declare const getTableSchema: ((state: Omit<import("redux").CombinedState
|
|
145
145
|
checkPermissionsError: undefined;
|
146
146
|
} & {
|
147
147
|
path: string;
|
148
|
-
mode: "
|
148
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
149
149
|
};
|
150
150
|
content: import("redux").CombinedState<{
|
151
151
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -999,7 +999,7 @@ export declare const getTableColumnNamesFromSchema: ((state: Omit<import("redux"
|
|
999
999
|
checkPermissionsError: undefined;
|
1000
1000
|
} & {
|
1001
1001
|
path: string;
|
1002
|
-
mode: "
|
1002
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1003
1003
|
};
|
1004
1004
|
content: import("redux").CombinedState<{
|
1005
1005
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1853,7 +1853,7 @@ export declare const getNavigationTableLoadingState: ((state: Omit<import("redux
|
|
1853
1853
|
checkPermissionsError: undefined;
|
1854
1854
|
} & {
|
1855
1855
|
path: string;
|
1856
|
-
mode: "
|
1856
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1857
1857
|
};
|
1858
1858
|
content: import("redux").CombinedState<{
|
1859
1859
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2707,7 +2707,7 @@ export declare const getNavigationTableDataLensButtonAlerts: ((state: Omit<impor
|
|
2707
2707
|
checkPermissionsError: undefined;
|
2708
2708
|
} & {
|
2709
2709
|
path: string;
|
2710
|
-
mode: "
|
2710
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2711
2711
|
};
|
2712
2712
|
content: import("redux").CombinedState<{
|
2713
2713
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export const getVisibleColumns: ((state: Omit<import("redux").CombinedState<{
|
|
133
133
|
checkPermissionsError: undefined;
|
134
134
|
} & {
|
135
135
|
path: string;
|
136
|
-
mode: "
|
136
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
137
137
|
};
|
138
138
|
content: import("redux").CombinedState<{
|
139
139
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -991,7 +991,7 @@ export const getAllColumns: ((state: Omit<import("redux").CombinedState<{
|
|
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;
|
@@ -1855,7 +1855,7 @@ export const getRequestedPageSize: ((state: Omit<import("redux").CombinedState<{
|
|
1855
1855
|
checkPermissionsError: undefined;
|
1856
1856
|
} & {
|
1857
1857
|
path: string;
|
1858
|
-
mode: "
|
1858
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1859
1859
|
};
|
1860
1860
|
content: import("redux").CombinedState<{
|
1861
1861
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2714,7 +2714,7 @@ export const getVisibleRows: ((state: Omit<import("redux").CombinedState<{
|
|
2714
2714
|
checkPermissionsError: undefined;
|
2715
2715
|
} & {
|
2716
2716
|
path: string;
|
2717
|
-
mode: "
|
2717
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2718
2718
|
};
|
2719
2719
|
content: import("redux").CombinedState<{
|
2720
2720
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3578,7 +3578,7 @@ export const getIsTableEndReached: ((state: Omit<import("redux").CombinedState<{
|
|
3578
3578
|
checkPermissionsError: undefined;
|
3579
3579
|
} & {
|
3580
3580
|
path: string;
|
3581
|
-
mode: "
|
3581
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3582
3582
|
};
|
3583
3583
|
content: import("redux").CombinedState<{
|
3584
3584
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4455,7 +4455,7 @@ export const getOffsetValue: ((state: Omit<import("redux").CombinedState<{
|
|
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 const getNextOffset: ((state: Omit<import("redux").CombinedState<{
|
|
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;
|
@@ -138,7 +138,7 @@ export declare const getNavigationAttributesEditorStaticTables: ((state: Omit<im
|
|
138
138
|
checkPermissionsError: undefined;
|
139
139
|
} & {
|
140
140
|
path: string;
|
141
|
-
mode: "
|
141
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
142
142
|
};
|
143
143
|
content: import("redux").CombinedState<{
|
144
144
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -996,7 +996,7 @@ export declare const getNavigationAttributesEditorDynamicTables: ((state: Omit<i
|
|
996
996
|
checkPermissionsError: undefined;
|
997
997
|
} & {
|
998
998
|
path: string;
|
999
|
-
mode: "
|
999
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1000
1000
|
};
|
1001
1001
|
content: import("redux").CombinedState<{
|
1002
1002
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1854,7 +1854,7 @@ export declare const getNavigationAttributesEditorMapNodes: ((state: Omit<import
|
|
1854
1854
|
checkPermissionsError: undefined;
|
1855
1855
|
} & {
|
1856
1856
|
path: string;
|
1857
|
-
mode: "
|
1857
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1858
1858
|
};
|
1859
1859
|
content: import("redux").CombinedState<{
|
1860
1860
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -132,7 +132,7 @@ export declare const getRemoteCopyCodecs: ((state: Omit<import("redux").Combined
|
|
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;
|
@@ -5,7 +5,7 @@ export declare const getNavigationPathAttributes: (state: RootState) => any;
|
|
5
5
|
export declare const getNavigationIsWritable: (state: RootState) => boolean;
|
6
6
|
export declare const getNavigationIsAccountUsable: (state: RootState) => boolean;
|
7
7
|
export declare const getNavigationCheckPermissionsError: (state: RootState) => YTError | undefined;
|
8
|
-
export declare const getMode: (state: RootState) => "
|
8
|
+
export declare const getMode: (state: RootState) => "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9
9
|
export declare const getNavigationPathAccount: ((state: Omit<import("redux").CombinedState<{
|
10
10
|
acl: any;
|
11
11
|
aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
|
@@ -136,7 +136,7 @@ export declare const getNavigationPathAccount: ((state: Omit<import("redux").Com
|
|
136
136
|
checkPermissionsError: undefined;
|
137
137
|
} & {
|
138
138
|
path: string;
|
139
|
-
mode: "
|
139
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
140
140
|
};
|
141
141
|
content: import("redux").CombinedState<{
|
142
142
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1009,7 +1009,7 @@ export declare const getNavigationRestorePath: ((state: Omit<import("redux").Com
|
|
1009
1009
|
checkPermissionsError: undefined;
|
1010
1010
|
} & {
|
1011
1011
|
path: string;
|
1012
|
-
mode: "
|
1012
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1013
1013
|
};
|
1014
1014
|
content: import("redux").CombinedState<{
|
1015
1015
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1788,7 +1788,7 @@ export declare const getDefaultMode: ((state: any) => "consumer" | "content") &
|
|
1788
1788
|
}> & {
|
1789
1789
|
clearCache: () => void;
|
1790
1790
|
};
|
1791
|
-
export declare const getEffectiveMode: ((state: any) => "
|
1791
|
+
export declare const getEffectiveMode: ((state: any) => "acl" | "attributes" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config") & import("reselect").OutputSelectorFields<(args_0: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config", args_1: "consumer" | "content") => "acl" | "attributes" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config", {
|
1792
1792
|
clearCache: () => void;
|
1793
1793
|
}> & {
|
1794
1794
|
clearCache: () => void;
|
@@ -223,7 +223,7 @@ export declare const getAccessLogLastLoadedFieldSelector: ((state: Omit<import("
|
|
223
223
|
checkPermissionsError: undefined;
|
224
224
|
} & {
|
225
225
|
path: string;
|
226
|
-
mode: "
|
226
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
227
227
|
};
|
228
228
|
content: import("redux").CombinedState<{
|
229
229
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getAnnotationLoadStatus: ((state: Omit<import("redux").Comb
|
|
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;
|
@@ -143,7 +143,7 @@ export declare const getPartitions: ((state: Omit<import("redux").CombinedState<
|
|
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;
|
@@ -130,7 +130,7 @@ export declare const getLocksLoadStatus: ((state: Omit<import("redux").CombinedS
|
|
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 getLocksFiltered: ((state: Omit<import("redux").CombinedSta
|
|
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;
|
@@ -152,7 +152,7 @@ export declare const getPartitions: ((state: Omit<import("redux").CombinedState<
|
|
152
152
|
checkPermissionsError: undefined;
|
153
153
|
} & {
|
154
154
|
path: string;
|
155
|
-
mode: "
|
155
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
156
156
|
};
|
157
157
|
content: import("redux").CombinedState<{
|
158
158
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1042,7 +1042,7 @@ export declare const getConsumers: ((state: Omit<import("redux").CombinedState<{
|
|
1042
1042
|
checkPermissionsError: undefined;
|
1043
1043
|
} & {
|
1044
1044
|
path: string;
|
1045
|
-
mode: "
|
1045
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1046
1046
|
};
|
1047
1047
|
content: import("redux").CombinedState<{
|
1048
1048
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getTabletErrorsLoadingStatus: ((state: Omit<import("redux")
|
|
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;
|
@@ -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;
|