@ytsaurus/ui 1.14.0 → 1.14.2
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/server/controllers/home.js +1 -1
- package/build/cjs/server/controllers/home.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/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/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/components/node/node.js +0 -1
- package/build/cjs/ui/store/actions/components/node/node.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 +8 -5
- package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/actions/job/competitors.js +6 -3
- package/build/cjs/ui/store/actions/job/competitors.js.map +1 -1
- package/build/cjs/ui/store/actions/job/general.js +6 -3
- package/build/cjs/ui/store/actions/job/general.js.map +1 -1
- package/build/cjs/ui/store/actions/job/specification.js +8 -5
- package/build/cjs/ui/store/actions/job/specification.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/file.js +8 -5
- package/build/cjs/ui/store/actions/navigation/content/file.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/content/table/table.js +17 -11
- package/build/cjs/ui/store/actions/navigation/content/table/table.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/transaction.js +5 -2
- package/build/cjs/ui/store/actions/navigation/content/transaction.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 +22 -20
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/create-directory.js +7 -4
- package/build/cjs/ui/store/actions/navigation/modals/create-directory.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 +22 -20
- 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/navigation/tabs/tablet-errors.js +15 -12
- package/build/cjs/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
- package/build/cjs/ui/store/actions/operations/jobs.js +8 -2
- package/build/cjs/ui/store/actions/operations/jobs.js.map +1 -1
- package/build/cjs/ui/store/actions/operations/list.js +4 -2
- package/build/cjs/ui/store/actions/operations/list.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/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 +14 -14
- 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/server/controllers/home.js +1 -1
- package/build/esm/server/controllers/home.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/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/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/components/node/node.js +0 -1
- package/build/esm/ui/store/actions/components/node/node.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 +8 -5
- package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
- package/build/esm/ui/store/actions/job/competitors.js +6 -3
- package/build/esm/ui/store/actions/job/competitors.js.map +1 -1
- package/build/esm/ui/store/actions/job/general.js +6 -3
- package/build/esm/ui/store/actions/job/general.js.map +1 -1
- package/build/esm/ui/store/actions/job/specification.js +8 -5
- package/build/esm/ui/store/actions/job/specification.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/file.js +8 -5
- package/build/esm/ui/store/actions/navigation/content/file.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/content/table/table.js +17 -11
- package/build/esm/ui/store/actions/navigation/content/table/table.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/transaction.js +5 -2
- package/build/esm/ui/store/actions/navigation/content/transaction.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 +23 -21
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/create-directory.js +7 -4
- package/build/esm/ui/store/actions/navigation/modals/create-directory.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 +23 -21
- 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/navigation/tabs/tablet-errors.js +15 -12
- package/build/esm/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
- package/build/esm/ui/store/actions/operations/jobs.js +8 -2
- package/build/esm/ui/store/actions/operations/jobs.js.map +1 -1
- package/build/esm/ui/store/actions/operations/list.js +4 -2
- package/build/esm/ui/store/actions/operations/list.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/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 +14 -14
- 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.8e777909.js +3 -0
- package/dist/public/build/js/{main.64fccb27.js.map → main.8e777909.js.map} +1 -1
- package/dist/public/build/manifest.json +2 -2
- package/dist/server/controllers/home.js +1 -1
- package/dist/shared/utils/index.js +3 -3
- package/package.json +3 -4
- package/dist/public/build/js/main.64fccb27.js +0 -3
- /package/dist/public/build/js/{main.64fccb27.js.LICENSE.txt → main.8e777909.js.LICENSE.txt} +0 -0
@@ -129,7 +129,7 @@ export declare const getAccountsIsFinalLoadingStatus: ((state: Omit<import("redu
|
|
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;
|
@@ -1027,7 +1027,7 @@ export declare const getAccountNames: ((state: Omit<import("redux").CombinedStat
|
|
1027
1027
|
checkPermissionsError: undefined;
|
1028
1028
|
} & {
|
1029
1029
|
path: string;
|
1030
|
-
mode: "
|
1030
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1031
1031
|
};
|
1032
1032
|
content: import("redux").CombinedState<{
|
1033
1033
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1881,7 +1881,7 @@ export declare const getAccountsMapByName: ((state: Omit<import("redux").Combine
|
|
1881
1881
|
checkPermissionsError: undefined;
|
1882
1882
|
} & {
|
1883
1883
|
path: string;
|
1884
|
-
mode: "
|
1884
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1885
1885
|
};
|
1886
1886
|
content: import("redux").CombinedState<{
|
1887
1887
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2735,7 +2735,7 @@ export declare const getAccountsTree: ((state: Omit<import("redux").CombinedStat
|
|
2735
2735
|
checkPermissionsError: undefined;
|
2736
2736
|
} & {
|
2737
2737
|
path: string;
|
2738
|
-
mode: "
|
2738
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2739
2739
|
};
|
2740
2740
|
content: import("redux").CombinedState<{
|
2741
2741
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3601,7 +3601,7 @@ export declare const getAccountMasterMemoryMedia: ((state: Omit<import("redux").
|
|
3601
3601
|
checkPermissionsError: undefined;
|
3602
3602
|
} & {
|
3603
3603
|
path: string;
|
3604
|
-
mode: "
|
3604
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3605
3605
|
};
|
3606
3606
|
content: import("redux").CombinedState<{
|
3607
3607
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4455,7 +4455,7 @@ export declare const getAccountsColumnFields: ((state: Omit<import("redux").Comb
|
|
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;
|
@@ -5546,7 +5546,7 @@ export declare const getEditableAccountQuotaSources: ((state: Omit<import("redux
|
|
5546
5546
|
checkPermissionsError: undefined;
|
5547
5547
|
} & {
|
5548
5548
|
path: string;
|
5549
|
-
mode: "
|
5549
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5550
5550
|
};
|
5551
5551
|
content: import("redux").CombinedState<{
|
5552
5552
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6400,7 +6400,7 @@ export declare const isEditableAccountOfTopLevel: ((state: Omit<import("redux").
|
|
6400
6400
|
checkPermissionsError: undefined;
|
6401
6401
|
} & {
|
6402
6402
|
path: string;
|
6403
|
-
mode: "
|
6403
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6404
6404
|
};
|
6405
6405
|
content: import("redux").CombinedState<{
|
6406
6406
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -140,7 +140,7 @@ export declare const getChaosActiveBundleData: ((state: Omit<import("redux").Com
|
|
140
140
|
checkPermissionsError: undefined;
|
141
141
|
} & {
|
142
142
|
path: string;
|
143
|
-
mode: "
|
143
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
144
144
|
};
|
145
145
|
content: import("redux").CombinedState<{
|
146
146
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -994,7 +994,7 @@ export declare const getChaosBundlesTotal: ((state: Omit<import("redux").Combine
|
|
994
994
|
checkPermissionsError: undefined;
|
995
995
|
} & {
|
996
996
|
path: string;
|
997
|
-
mode: "
|
997
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
998
998
|
};
|
999
999
|
content: import("redux").CombinedState<{
|
1000
1000
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1848,7 +1848,7 @@ export declare const getChaosBundlesFiltered: ((state: Omit<import("redux").Comb
|
|
1848
1848
|
checkPermissionsError: undefined;
|
1849
1849
|
} & {
|
1850
1850
|
path: string;
|
1851
|
-
mode: "
|
1851
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1852
1852
|
};
|
1853
1853
|
content: import("redux").CombinedState<{
|
1854
1854
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2702,7 +2702,7 @@ export declare const getChaosBundlesSorted: ((state: Omit<import("redux").Combin
|
|
2702
2702
|
checkPermissionsError: undefined;
|
2703
2703
|
} & {
|
2704
2704
|
path: string;
|
2705
|
-
mode: "
|
2705
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2706
2706
|
};
|
2707
2707
|
content: import("redux").CombinedState<{
|
2708
2708
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3561,7 +3561,7 @@ export declare const getChaosCellsOfActiveAccount: ((state: Omit<import("redux")
|
|
3561
3561
|
checkPermissionsError: undefined;
|
3562
3562
|
} & {
|
3563
3563
|
path: string;
|
3564
|
-
mode: "
|
3564
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3565
3565
|
};
|
3566
3566
|
content: import("redux").CombinedState<{
|
3567
3567
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4415,7 +4415,7 @@ export declare const getChaosCellsFiltered: ((state: Omit<import("redux").Combin
|
|
4415
4415
|
checkPermissionsError: undefined;
|
4416
4416
|
} & {
|
4417
4417
|
path: string;
|
4418
|
-
mode: "
|
4418
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4419
4419
|
};
|
4420
4420
|
content: import("redux").CombinedState<{
|
4421
4421
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5270,7 +5270,7 @@ export declare const getChaosCellsSorted: ((state: Omit<import("redux").Combined
|
|
5270
5270
|
checkPermissionsError: undefined;
|
5271
5271
|
} & {
|
5272
5272
|
path: string;
|
5273
|
-
mode: "
|
5273
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5274
5274
|
};
|
5275
5275
|
content: import("redux").CombinedState<{
|
5276
5276
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6124,7 +6124,7 @@ export declare const getChaosCellsBundles: ((state: Omit<import("redux").Combine
|
|
6124
6124
|
checkPermissionsError: undefined;
|
6125
6125
|
} & {
|
6126
6126
|
path: string;
|
6127
|
-
mode: "
|
6127
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6128
6128
|
};
|
6129
6129
|
content: import("redux").CombinedState<{
|
6130
6130
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6978,7 +6978,7 @@ export declare const getChaosCellsHosts: ((state: Omit<import("redux").CombinedS
|
|
6978
6978
|
checkPermissionsError: undefined;
|
6979
6979
|
} & {
|
6980
6980
|
path: string;
|
6981
|
-
mode: "
|
6981
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6982
6982
|
};
|
6983
6983
|
content: import("redux").CombinedState<{
|
6984
6984
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7832,7 +7832,7 @@ export declare const getChaosCellsHostsOfActiveBundle: ((state: Omit<import("red
|
|
7832
7832
|
checkPermissionsError: undefined;
|
7833
7833
|
} & {
|
7834
7834
|
path: string;
|
7835
|
-
mode: "
|
7835
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7836
7836
|
};
|
7837
7837
|
content: import("redux").CombinedState<{
|
7838
7838
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8692,7 +8692,7 @@ export declare const getChaosBreadcrumbItems: ((state: Omit<import("redux").Comb
|
|
8692
8692
|
checkPermissionsError: undefined;
|
8693
8693
|
} & {
|
8694
8694
|
path: string;
|
8695
|
-
mode: "
|
8695
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8696
8696
|
};
|
8697
8697
|
content: import("redux").CombinedState<{
|
8698
8698
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -152,7 +152,7 @@ export declare const getChytListAvailableCreators: ((state: Omit<import("redux")
|
|
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;
|
@@ -1026,7 +1026,7 @@ export declare const getChytListAvailableHealths: ((state: Omit<import("redux").
|
|
1026
1026
|
checkPermissionsError: undefined;
|
1027
1027
|
} & {
|
1028
1028
|
path: string;
|
1029
|
-
mode: "
|
1029
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1030
1030
|
};
|
1031
1031
|
content: import("redux").CombinedState<{
|
1032
1032
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1900,7 +1900,7 @@ export declare const getChytListAvailableStates: ((state: Omit<import("redux").C
|
|
1900
1900
|
checkPermissionsError: undefined;
|
1901
1901
|
} & {
|
1902
1902
|
path: string;
|
1903
|
-
mode: "
|
1903
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1904
1904
|
};
|
1905
1905
|
content: import("redux").CombinedState<{
|
1906
1906
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2787,7 +2787,7 @@ export declare const getChytListVisibleColumns: ((state: Omit<import("redux").Co
|
|
2787
2787
|
checkPermissionsError: undefined;
|
2788
2788
|
} & {
|
2789
2789
|
path: string;
|
2790
|
-
mode: "
|
2790
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2791
2791
|
};
|
2792
2792
|
content: import("redux").CombinedState<{
|
2793
2793
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3641,7 +3641,7 @@ export declare const getChytListColumns: ((state: Omit<import("redux").CombinedS
|
|
3641
3641
|
checkPermissionsError: undefined;
|
3642
3642
|
} & {
|
3643
3643
|
path: string;
|
3644
|
-
mode: "
|
3644
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3645
3645
|
};
|
3646
3646
|
content: import("redux").CombinedState<{
|
3647
3647
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4496,7 +4496,7 @@ export declare const getChytListTableSortStateByName: ((state: Omit<import("redu
|
|
4496
4496
|
checkPermissionsError: undefined;
|
4497
4497
|
} & {
|
4498
4498
|
path: string;
|
4499
|
-
mode: "
|
4499
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4500
4500
|
};
|
4501
4501
|
content: import("redux").CombinedState<{
|
4502
4502
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5354,7 +5354,7 @@ export declare const getChytListTableItems: ((state: Omit<import("redux").Combin
|
|
5354
5354
|
checkPermissionsError: undefined;
|
5355
5355
|
} & {
|
5356
5356
|
path: string;
|
5357
|
-
mode: "
|
5357
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5358
5358
|
};
|
5359
5359
|
content: import("redux").CombinedState<{
|
5360
5360
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -153,7 +153,7 @@ export declare const getNodeMemoryUsageTotalStorePreload: ((state: Omit<import("
|
|
153
153
|
checkPermissionsError: undefined;
|
154
154
|
} & {
|
155
155
|
path: string;
|
156
|
-
mode: "
|
156
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
157
157
|
};
|
158
158
|
content: import("redux").CombinedState<{
|
159
159
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1031,7 +1031,7 @@ export declare const getNodeMemoryUsageTotalTabletDynamic: ((state: Omit<import(
|
|
1031
1031
|
checkPermissionsError: undefined;
|
1032
1032
|
} & {
|
1033
1033
|
path: string;
|
1034
|
-
mode: "
|
1034
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1035
1035
|
};
|
1036
1036
|
content: import("redux").CombinedState<{
|
1037
1037
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1913,7 +1913,7 @@ export declare const getNodeMemoryUsageBundlesTreeRootFiltered: ((state: Omit<im
|
|
1913
1913
|
checkPermissionsError: undefined;
|
1914
1914
|
} & {
|
1915
1915
|
path: string;
|
1916
|
-
mode: "
|
1916
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1917
1917
|
};
|
1918
1918
|
content: import("redux").CombinedState<{
|
1919
1919
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2767,7 +2767,7 @@ export declare const getNodeMemoryUsageBundlesItems: ((state: Omit<import("redux
|
|
2767
2767
|
checkPermissionsError: undefined;
|
2768
2768
|
} & {
|
2769
2769
|
path: string;
|
2770
|
-
mode: "
|
2770
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2771
2771
|
};
|
2772
2772
|
content: import("redux").CombinedState<{
|
2773
2773
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3621,7 +3621,7 @@ export declare const getNodeMemoryUsageTablesTree: ((state: Omit<import("redux")
|
|
3621
3621
|
checkPermissionsError: undefined;
|
3622
3622
|
} & {
|
3623
3623
|
path: string;
|
3624
|
-
mode: "
|
3624
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3625
3625
|
};
|
3626
3626
|
content: import("redux").CombinedState<{
|
3627
3627
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4475,7 +4475,7 @@ export declare const getNodeMemoryUsageTablesFiltered: ((state: Omit<import("red
|
|
4475
4475
|
checkPermissionsError: undefined;
|
4476
4476
|
} & {
|
4477
4477
|
path: string;
|
4478
|
-
mode: "
|
4478
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4479
4479
|
};
|
4480
4480
|
content: import("redux").CombinedState<{
|
4481
4481
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5329,7 +5329,7 @@ export declare const getNodeMemoryUsageTablesItemsSorted: ((state: Omit<import("
|
|
5329
5329
|
checkPermissionsError: undefined;
|
5330
5330
|
} & {
|
5331
5331
|
path: string;
|
5332
|
-
mode: "
|
5332
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5333
5333
|
};
|
5334
5334
|
content: import("redux").CombinedState<{
|
5335
5335
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -131,7 +131,7 @@ export declare const getNodeMaintenanceModalInitialValues: ((state: Omit<import(
|
|
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;
|
@@ -1049,7 +1049,7 @@ export declare const isAllowedMaintenanceApiNodes: ((state: Omit<import("redux")
|
|
1049
1049
|
checkPermissionsError: undefined;
|
1050
1050
|
} & {
|
1051
1051
|
path: string;
|
1052
|
-
mode: "
|
1052
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1053
1053
|
};
|
1054
1054
|
content: import("redux").CombinedState<{
|
1055
1055
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1903,7 +1903,7 @@ export declare const isAllowedMaintenanceApiProxies: ((state: Omit<import("redux
|
|
1903
1903
|
checkPermissionsError: undefined;
|
1904
1904
|
} & {
|
1905
1905
|
path: string;
|
1906
|
-
mode: "
|
1906
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1907
1907
|
};
|
1908
1908
|
content: import("redux").CombinedState<{
|
1909
1909
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getSortedItems: ((state: Omit<import("redux").CombinedState
|
|
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;
|
@@ -1609,7 +1609,7 @@ export declare const getComponentsNodesNodeTypes: ((state: Omit<import("redux").
|
|
1609
1609
|
checkPermissionsError: undefined;
|
1610
1610
|
} & {
|
1611
1611
|
path: string;
|
1612
|
-
mode: "
|
1612
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1613
1613
|
};
|
1614
1614
|
content: import("redux").CombinedState<{
|
1615
1615
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2464,7 +2464,7 @@ export declare const getComponentNodesFilterSetupStateValue: ((state: Omit<impor
|
|
2464
2464
|
checkPermissionsError: undefined;
|
2465
2465
|
} & {
|
2466
2466
|
path: string;
|
2467
|
-
mode: "
|
2467
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2468
2468
|
};
|
2469
2469
|
content: import("redux").CombinedState<{
|
2470
2470
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export declare const getComponentNodesFilterStatePredicate: ((state: Omit<import
|
|
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;
|
@@ -1000,7 +1000,7 @@ export declare const getComponentNodesIndexByTag: ((state: Omit<import("redux").
|
|
1000
1000
|
checkPermissionsError: undefined;
|
1001
1001
|
} & {
|
1002
1002
|
path: string;
|
1003
|
-
mode: "
|
1003
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1004
1004
|
};
|
1005
1005
|
content: import("redux").CombinedState<{
|
1006
1006
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1854,7 +1854,7 @@ export declare const getComponentNodesIndexByRack: ((state: Omit<import("redux")
|
|
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;
|
@@ -2765,7 +2765,7 @@ export declare const getComponentNodesFiltersCount: ((state: Omit<import("redux"
|
|
2765
2765
|
checkPermissionsError: undefined;
|
2766
2766
|
} & {
|
2767
2767
|
path: string;
|
2768
|
-
mode: "
|
2768
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2769
2769
|
};
|
2770
2770
|
content: import("redux").CombinedState<{
|
2771
2771
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3619,7 +3619,7 @@ export declare const getComponentNodesFilterPredicates: ((state: Omit<import("re
|
|
3619
3619
|
checkPermissionsError: undefined;
|
3620
3620
|
} & {
|
3621
3621
|
path: string;
|
3622
|
-
mode: "
|
3622
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3623
3623
|
};
|
3624
3624
|
content: import("redux").CombinedState<{
|
3625
3625
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4473,7 +4473,7 @@ export declare const getPropertiesRequiredForFilters: ((state: Omit<import("redu
|
|
4473
4473
|
checkPermissionsError: undefined;
|
4474
4474
|
} & {
|
4475
4475
|
path: string;
|
4476
|
-
mode: "
|
4476
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4477
4477
|
};
|
4478
4478
|
content: import("redux").CombinedState<{
|
4479
4479
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export declare const getVersionsSummaryData: ((state: Omit<import("redux").Combi
|
|
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;
|
@@ -987,7 +987,7 @@ export declare const getVersionsSummaryVisibleColumns: ((state: Omit<import("red
|
|
987
987
|
checkPermissionsError: undefined;
|
988
988
|
} & {
|
989
989
|
path: string;
|
990
|
-
mode: "
|
990
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
991
991
|
};
|
992
992
|
content: import("redux").CombinedState<{
|
993
993
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getVisibleDetails: ((state: Omit<import("redux").CombinedSt
|
|
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;
|
@@ -986,7 +986,7 @@ export declare const getVersionSelectItems: ((state: Omit<import("redux").Combin
|
|
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;
|
@@ -1860,7 +1860,7 @@ export declare const getTypeSelectItems: ((state: Omit<import("redux").CombinedS
|
|
1860
1860
|
checkPermissionsError: undefined;
|
1861
1861
|
} & {
|
1862
1862
|
path: string;
|
1863
|
-
mode: "
|
1863
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1864
1864
|
};
|
1865
1865
|
content: import("redux").CombinedState<{
|
1866
1866
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2734,7 +2734,7 @@ export declare const getStatesSelectItems: ((state: Omit<import("redux").Combine
|
|
2734
2734
|
checkPermissionsError: undefined;
|
2735
2735
|
} & {
|
2736
2736
|
path: string;
|
2737
|
-
mode: "
|
2737
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2738
2738
|
};
|
2739
2739
|
content: import("redux").CombinedState<{
|
2740
2740
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3608,7 +3608,7 @@ export declare const getBannedSelectItems: ((state: Omit<import("redux").Combine
|
|
3608
3608
|
checkPermissionsError: undefined;
|
3609
3609
|
} & {
|
3610
3610
|
path: string;
|
3611
|
-
mode: "
|
3611
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3612
3612
|
};
|
3613
3613
|
content: import("redux").CombinedState<{
|
3614
3614
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|