@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.
Files changed (293) hide show
  1. package/build/cjs/@types/types.d.ts +1 -0
  2. package/build/cjs/server/controllers/home.js +1 -1
  3. package/build/cjs/server/controllers/home.js.map +1 -1
  4. package/build/cjs/shared/utils/index.js +3 -3
  5. package/build/cjs/shared/utils/index.js.map +1 -1
  6. package/build/cjs/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
  7. package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
  8. package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
  9. package/build/cjs/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
  10. package/build/cjs/ui/pages/operations/selectors.d.ts +1 -1
  11. package/build/cjs/ui/pages/query-tracker/module/api.js +1 -1
  12. package/build/cjs/ui/pages/query-tracker/module/api.js.map +1 -1
  13. package/build/cjs/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
  14. package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
  15. package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
  16. package/build/cjs/ui/rum/constants.d.ts +2 -0
  17. package/build/cjs/ui/rum/constants.js +4 -1
  18. package/build/cjs/ui/rum/constants.js.map +1 -1
  19. package/build/cjs/ui/rum/rum-counter.js +28 -1
  20. package/build/cjs/ui/rum/rum-counter.js.map +1 -1
  21. package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
  22. package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  23. package/build/cjs/ui/store/actions/components/node/node.js +0 -1
  24. package/build/cjs/ui/store/actions/components/node/node.js.map +1 -1
  25. package/build/cjs/ui/store/actions/components/nodes/nodes.js +1 -1
  26. package/build/cjs/ui/store/actions/components/nodes/nodes.js.map +1 -1
  27. package/build/cjs/ui/store/actions/execute-batch.d.ts +2 -1
  28. package/build/cjs/ui/store/actions/execute-batch.js +8 -5
  29. package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
  30. package/build/cjs/ui/store/actions/job/competitors.js +6 -3
  31. package/build/cjs/ui/store/actions/job/competitors.js.map +1 -1
  32. package/build/cjs/ui/store/actions/job/general.js +6 -3
  33. package/build/cjs/ui/store/actions/job/general.js.map +1 -1
  34. package/build/cjs/ui/store/actions/job/specification.js +8 -5
  35. package/build/cjs/ui/store/actions/job/specification.js.map +1 -1
  36. package/build/cjs/ui/store/actions/navigation/content/file.js +8 -5
  37. package/build/cjs/ui/store/actions/navigation/content/file.js.map +1 -1
  38. package/build/cjs/ui/store/actions/navigation/content/map-node.js +1 -1
  39. package/build/cjs/ui/store/actions/navigation/content/map-node.js.map +1 -1
  40. package/build/cjs/ui/store/actions/navigation/content/table/table.js +17 -11
  41. package/build/cjs/ui/store/actions/navigation/content/table/table.js.map +1 -1
  42. package/build/cjs/ui/store/actions/navigation/content/transaction.js +5 -2
  43. package/build/cjs/ui/store/actions/navigation/content/transaction.js.map +1 -1
  44. package/build/cjs/ui/store/actions/navigation/index.js +1 -1
  45. package/build/cjs/ui/store/actions/navigation/index.js.map +1 -1
  46. package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
  47. package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
  48. package/build/cjs/ui/store/actions/navigation/modals/copy-object.js +22 -20
  49. package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
  50. package/build/cjs/ui/store/actions/navigation/modals/create-directory.js +7 -4
  51. package/build/cjs/ui/store/actions/navigation/modals/create-directory.js.map +1 -1
  52. package/build/cjs/ui/store/actions/navigation/modals/delete-object.js +13 -14
  53. package/build/cjs/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
  54. package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
  55. package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
  56. package/build/cjs/ui/store/actions/navigation/modals/move-object.js +22 -20
  57. package/build/cjs/ui/store/actions/navigation/modals/move-object.js.map +1 -1
  58. package/build/cjs/ui/store/actions/navigation/modals/restore-object.js +3 -11
  59. package/build/cjs/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
  60. package/build/cjs/ui/store/actions/navigation/tabs/locks.js +1 -1
  61. package/build/cjs/ui/store/actions/navigation/tabs/locks.js.map +1 -1
  62. package/build/cjs/ui/store/actions/navigation/tabs/tablet-errors.js +15 -12
  63. package/build/cjs/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
  64. package/build/cjs/ui/store/actions/operations/jobs.js +8 -2
  65. package/build/cjs/ui/store/actions/operations/jobs.js.map +1 -1
  66. package/build/cjs/ui/store/actions/operations/list.js +4 -2
  67. package/build/cjs/ui/store/actions/operations/list.js.map +1 -1
  68. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js +2 -3
  69. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
  70. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js +3 -3
  71. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  72. package/build/cjs/ui/store/actions/scheduling/scheduling.js +1 -1
  73. package/build/cjs/ui/store/actions/scheduling/scheduling.js.map +1 -1
  74. package/build/cjs/ui/store/actions/system/nodes.js +1 -1
  75. package/build/cjs/ui/store/actions/system/nodes.js.map +1 -1
  76. package/build/cjs/ui/store/actions/system/schedulers.js +2 -2
  77. package/build/cjs/ui/store/actions/system/schedulers.js.map +1 -1
  78. package/build/cjs/ui/store/actions/tablet/stores.js +1 -1
  79. package/build/cjs/ui/store/actions/tablet/stores.js.map +1 -1
  80. package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js +1 -1
  81. package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
  82. package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
  83. package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  84. package/build/cjs/ui/store/actions/users.js +1 -1
  85. package/build/cjs/ui/store/actions/users.js.map +1 -1
  86. package/build/cjs/ui/store/reducers/execute-batch.d.ts +1 -1
  87. package/build/cjs/ui/store/reducers/execute-batch.js.map +1 -1
  88. package/build/cjs/ui/store/reducers/index.d.ts +1 -1
  89. package/build/cjs/ui/store/reducers/navigation/index.d.ts +1 -1
  90. package/build/cjs/ui/store/selectors/accounts/account-usage.d.ts +8 -8
  91. package/build/cjs/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
  92. package/build/cjs/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
  93. package/build/cjs/ui/store/selectors/chyt/index.d.ts +7 -7
  94. package/build/cjs/ui/store/selectors/components/node/memory.d.ts +7 -7
  95. package/build/cjs/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
  96. package/build/cjs/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
  97. package/build/cjs/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
  98. package/build/cjs/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
  99. package/build/cjs/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
  100. package/build/cjs/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
  101. package/build/cjs/ui/store/selectors/global/index.d.ts +14 -14
  102. package/build/cjs/ui/store/selectors/global/supported-features.d.ts +6 -6
  103. package/build/cjs/ui/store/selectors/modals/errors.d.ts +1 -1
  104. package/build/cjs/ui/store/selectors/navigation/content/document.d.ts +1 -1
  105. package/build/cjs/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
  106. package/build/cjs/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
  107. package/build/cjs/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
  108. package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +7 -7
  109. package/build/cjs/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
  110. package/build/cjs/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
  111. package/build/cjs/ui/store/selectors/navigation/navigation.d.ts +4 -4
  112. package/build/cjs/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
  113. package/build/cjs/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
  114. package/build/cjs/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
  115. package/build/cjs/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
  116. package/build/cjs/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
  117. package/build/cjs/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
  118. package/build/cjs/ui/store/selectors/operations/index.d.ts +12 -12
  119. package/build/cjs/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
  120. package/build/cjs/ui/store/selectors/operations/operation.d.ts +12 -12
  121. package/build/cjs/ui/store/selectors/operations/operations-list.d.ts +3 -3
  122. package/build/cjs/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
  123. package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
  124. package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
  125. package/build/cjs/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
  126. package/build/cjs/ui/store/selectors/scheduling/index.d.ts +1 -1
  127. package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
  128. package/build/cjs/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
  129. package/build/cjs/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
  130. package/build/cjs/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
  131. package/build/cjs/ui/store/selectors/thor/support.d.ts +5 -5
  132. package/build/cjs/ui/utils/acl/acl-api.js +4 -4
  133. package/build/cjs/ui/utils/acl/acl-api.js.map +1 -1
  134. package/build/cjs/ui/utils/batch.d.ts +2 -2
  135. package/build/cjs/ui/utils/cypress-attributes.js +1 -1
  136. package/build/cjs/ui/utils/cypress-attributes.js.map +1 -1
  137. package/build/cjs/ui/utils/errors/ui-error.d.ts +14 -0
  138. package/build/cjs/ui/utils/errors/ui-error.js +24 -0
  139. package/build/cjs/ui/utils/errors/ui-error.js.map +1 -0
  140. package/build/cjs/ui/utils/utils.d.ts +14 -8
  141. package/build/cjs/ui/utils/utils.js +9 -14
  142. package/build/cjs/ui/utils/utils.js.map +1 -1
  143. package/build/esm/@types/types.d.ts +1 -0
  144. package/build/esm/server/controllers/home.js +1 -1
  145. package/build/esm/server/controllers/home.js.map +1 -1
  146. package/build/esm/shared/utils/index.js +4 -8
  147. package/build/esm/shared/utils/index.js.map +1 -1
  148. package/build/esm/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
  149. package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
  150. package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
  151. package/build/esm/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
  152. package/build/esm/ui/pages/operations/selectors.d.ts +1 -1
  153. package/build/esm/ui/pages/query-tracker/module/api.js +1 -1
  154. package/build/esm/ui/pages/query-tracker/module/api.js.map +1 -1
  155. package/build/esm/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
  156. package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
  157. package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
  158. package/build/esm/ui/rum/constants.d.ts +2 -0
  159. package/build/esm/ui/rum/constants.js +4 -1
  160. package/build/esm/ui/rum/constants.js.map +1 -1
  161. package/build/esm/ui/rum/rum-counter.js +28 -1
  162. package/build/esm/ui/rum/rum-counter.js.map +1 -1
  163. package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
  164. package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  165. package/build/esm/ui/store/actions/components/node/node.js +0 -1
  166. package/build/esm/ui/store/actions/components/node/node.js.map +1 -1
  167. package/build/esm/ui/store/actions/components/nodes/nodes.js +1 -1
  168. package/build/esm/ui/store/actions/components/nodes/nodes.js.map +1 -1
  169. package/build/esm/ui/store/actions/execute-batch.d.ts +2 -1
  170. package/build/esm/ui/store/actions/execute-batch.js +8 -5
  171. package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
  172. package/build/esm/ui/store/actions/job/competitors.js +6 -3
  173. package/build/esm/ui/store/actions/job/competitors.js.map +1 -1
  174. package/build/esm/ui/store/actions/job/general.js +6 -3
  175. package/build/esm/ui/store/actions/job/general.js.map +1 -1
  176. package/build/esm/ui/store/actions/job/specification.js +8 -5
  177. package/build/esm/ui/store/actions/job/specification.js.map +1 -1
  178. package/build/esm/ui/store/actions/navigation/content/file.js +8 -5
  179. package/build/esm/ui/store/actions/navigation/content/file.js.map +1 -1
  180. package/build/esm/ui/store/actions/navigation/content/map-node.js +1 -1
  181. package/build/esm/ui/store/actions/navigation/content/map-node.js.map +1 -1
  182. package/build/esm/ui/store/actions/navigation/content/table/table.js +17 -11
  183. package/build/esm/ui/store/actions/navigation/content/table/table.js.map +1 -1
  184. package/build/esm/ui/store/actions/navigation/content/transaction.js +5 -2
  185. package/build/esm/ui/store/actions/navigation/content/transaction.js.map +1 -1
  186. package/build/esm/ui/store/actions/navigation/index.js +1 -1
  187. package/build/esm/ui/store/actions/navigation/index.js.map +1 -1
  188. package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
  189. package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
  190. package/build/esm/ui/store/actions/navigation/modals/copy-object.js +23 -21
  191. package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
  192. package/build/esm/ui/store/actions/navigation/modals/create-directory.js +7 -4
  193. package/build/esm/ui/store/actions/navigation/modals/create-directory.js.map +1 -1
  194. package/build/esm/ui/store/actions/navigation/modals/delete-object.js +14 -15
  195. package/build/esm/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
  196. package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
  197. package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
  198. package/build/esm/ui/store/actions/navigation/modals/move-object.js +23 -21
  199. package/build/esm/ui/store/actions/navigation/modals/move-object.js.map +1 -1
  200. package/build/esm/ui/store/actions/navigation/modals/restore-object.js +4 -12
  201. package/build/esm/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
  202. package/build/esm/ui/store/actions/navigation/tabs/locks.js +1 -1
  203. package/build/esm/ui/store/actions/navigation/tabs/locks.js.map +1 -1
  204. package/build/esm/ui/store/actions/navigation/tabs/tablet-errors.js +15 -12
  205. package/build/esm/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
  206. package/build/esm/ui/store/actions/operations/jobs.js +8 -2
  207. package/build/esm/ui/store/actions/operations/jobs.js.map +1 -1
  208. package/build/esm/ui/store/actions/operations/list.js +4 -2
  209. package/build/esm/ui/store/actions/operations/list.js.map +1 -1
  210. package/build/esm/ui/store/actions/scheduling/expanded-pools.js +2 -3
  211. package/build/esm/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
  212. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js +3 -3
  213. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  214. package/build/esm/ui/store/actions/scheduling/scheduling.js +1 -1
  215. package/build/esm/ui/store/actions/scheduling/scheduling.js.map +1 -1
  216. package/build/esm/ui/store/actions/system/nodes.js +1 -1
  217. package/build/esm/ui/store/actions/system/nodes.js.map +1 -1
  218. package/build/esm/ui/store/actions/system/schedulers.js +2 -2
  219. package/build/esm/ui/store/actions/system/schedulers.js.map +1 -1
  220. package/build/esm/ui/store/actions/tablet/stores.js +1 -1
  221. package/build/esm/ui/store/actions/tablet/stores.js.map +1 -1
  222. package/build/esm/ui/store/actions/tablet_cell_bundles/index.js +1 -1
  223. package/build/esm/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
  224. package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
  225. package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  226. package/build/esm/ui/store/actions/users.js +1 -1
  227. package/build/esm/ui/store/actions/users.js.map +1 -1
  228. package/build/esm/ui/store/reducers/execute-batch.d.ts +1 -1
  229. package/build/esm/ui/store/reducers/execute-batch.js.map +1 -1
  230. package/build/esm/ui/store/reducers/index.d.ts +1 -1
  231. package/build/esm/ui/store/reducers/navigation/index.d.ts +1 -1
  232. package/build/esm/ui/store/selectors/accounts/account-usage.d.ts +8 -8
  233. package/build/esm/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
  234. package/build/esm/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
  235. package/build/esm/ui/store/selectors/chyt/index.d.ts +7 -7
  236. package/build/esm/ui/store/selectors/components/node/memory.d.ts +7 -7
  237. package/build/esm/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
  238. package/build/esm/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
  239. package/build/esm/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
  240. package/build/esm/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
  241. package/build/esm/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
  242. package/build/esm/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
  243. package/build/esm/ui/store/selectors/global/index.d.ts +14 -14
  244. package/build/esm/ui/store/selectors/global/supported-features.d.ts +6 -6
  245. package/build/esm/ui/store/selectors/modals/errors.d.ts +1 -1
  246. package/build/esm/ui/store/selectors/navigation/content/document.d.ts +1 -1
  247. package/build/esm/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
  248. package/build/esm/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
  249. package/build/esm/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
  250. package/build/esm/ui/store/selectors/navigation/content/table.d.ts +7 -7
  251. package/build/esm/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
  252. package/build/esm/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
  253. package/build/esm/ui/store/selectors/navigation/navigation.d.ts +4 -4
  254. package/build/esm/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
  255. package/build/esm/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
  256. package/build/esm/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
  257. package/build/esm/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
  258. package/build/esm/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
  259. package/build/esm/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
  260. package/build/esm/ui/store/selectors/operations/index.d.ts +12 -12
  261. package/build/esm/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
  262. package/build/esm/ui/store/selectors/operations/operation.d.ts +12 -12
  263. package/build/esm/ui/store/selectors/operations/operations-list.d.ts +3 -3
  264. package/build/esm/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
  265. package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
  266. package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
  267. package/build/esm/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
  268. package/build/esm/ui/store/selectors/scheduling/index.d.ts +1 -1
  269. package/build/esm/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
  270. package/build/esm/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
  271. package/build/esm/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
  272. package/build/esm/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
  273. package/build/esm/ui/store/selectors/thor/support.d.ts +5 -5
  274. package/build/esm/ui/utils/acl/acl-api.js +4 -4
  275. package/build/esm/ui/utils/acl/acl-api.js.map +1 -1
  276. package/build/esm/ui/utils/batch.d.ts +2 -2
  277. package/build/esm/ui/utils/cypress-attributes.js +1 -1
  278. package/build/esm/ui/utils/cypress-attributes.js.map +1 -1
  279. package/build/esm/ui/utils/errors/ui-error.d.ts +14 -0
  280. package/build/esm/ui/utils/errors/ui-error.js +17 -0
  281. package/build/esm/ui/utils/errors/ui-error.js.map +1 -0
  282. package/build/esm/ui/utils/utils.d.ts +14 -8
  283. package/build/esm/ui/utils/utils.js +9 -14
  284. package/build/esm/ui/utils/utils.js.map +1 -1
  285. package/dist/public/build/assets-manifest.json +4 -4
  286. package/dist/public/build/js/main.8e777909.js +3 -0
  287. package/dist/public/build/js/{main.64fccb27.js.map → main.8e777909.js.map} +1 -1
  288. package/dist/public/build/manifest.json +2 -2
  289. package/dist/server/controllers/home.js +1 -1
  290. package/dist/shared/utils/index.js +3 -3
  291. package/package.json +3 -4
  292. package/dist/public/build/js/main.64fccb27.js +0 -3
  293. /package/dist/public/build/js/{main.64fccb27.js.LICENSE.txt → main.8e777909.js.LICENSE.txt} +0 -0
@@ -154,7 +154,7 @@ export declare const getOperationsPoolTreeCountersItems: ((state: Omit<import("r
154
154
  checkPermissionsError: undefined;
155
155
  } & {
156
156
  path: string;
157
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9545
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9546
9546
  };
9547
9547
  content: import("redux").CombinedState<{
9548
9548
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -128,7 +128,7 @@ export declare const getOperationsListIsFinalState: ((state: Omit<import("redux"
128
128
  checkPermissionsError: undefined;
129
129
  } & {
130
130
  path: string;
131
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
131
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
132
132
  };
133
133
  content: import("redux").CombinedState<{
134
134
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -982,7 +982,7 @@ export declare const getOperationsListFilterPresets: ((state: Omit<import("redux
982
982
  checkPermissionsError: undefined;
983
983
  } & {
984
984
  path: string;
985
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
985
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
986
986
  };
987
987
  content: import("redux").CombinedState<{
988
988
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1898,7 +1898,7 @@ export declare const getOperationsListActivePresets: ((state: Omit<import("redux
1898
1898
  checkPermissionsError: undefined;
1899
1899
  } & {
1900
1900
  path: string;
1901
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1901
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1902
1902
  };
1903
1903
  content: import("redux").CombinedState<{
1904
1904
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -131,7 +131,7 @@ export declare const getOperationStatisticsV2: ((state: Omit<import("redux").Com
131
131
  checkPermissionsError: undefined;
132
132
  } & {
133
133
  path: string;
134
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
134
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
135
135
  };
136
136
  content: import("redux").CombinedState<{
137
137
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1014,7 +1014,7 @@ export declare const getOperationStatisticsAvailableValues: ((state: Omit<import
1014
1014
  checkPermissionsError: undefined;
1015
1015
  } & {
1016
1016
  path: string;
1017
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1017
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1018
1018
  };
1019
1019
  content: import("redux").CombinedState<{
1020
1020
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1868,7 +1868,7 @@ export declare const getOperationStatisticsActiveFilterValues: ((state: Omit<imp
1868
1868
  checkPermissionsError: undefined;
1869
1869
  } & {
1870
1870
  path: string;
1871
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1871
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1872
1872
  };
1873
1873
  content: import("redux").CombinedState<{
1874
1874
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -2731,7 +2731,7 @@ export declare const getOperationStatisticsFilteredTree: ((state: Omit<import("r
2731
2731
  checkPermissionsError: undefined;
2732
2732
  } & {
2733
2733
  path: string;
2734
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2734
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2735
2735
  };
2736
2736
  content: import("redux").CombinedState<{
2737
2737
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -3589,7 +3589,7 @@ export declare const getOperationStatisticsFiltered: ((state: Omit<import("redux
3589
3589
  checkPermissionsError: undefined;
3590
3590
  } & {
3591
3591
  path: string;
3592
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3592
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3593
3593
  };
3594
3594
  content: import("redux").CombinedState<{
3595
3595
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -4455,7 +4455,7 @@ export declare const getTotalJobWallTime: ((state: Omit<import("redux").Combined
4455
4455
  checkPermissionsError: undefined;
4456
4456
  } & {
4457
4457
  path: string;
4458
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4458
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4459
4459
  };
4460
4460
  content: import("redux").CombinedState<{
4461
4461
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -5309,7 +5309,7 @@ export declare const getTotalCpuTimeSpent: ((state: Omit<import("redux").Combine
5309
5309
  checkPermissionsError: undefined;
5310
5310
  } & {
5311
5311
  path: string;
5312
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5312
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5313
5313
  };
5314
5314
  content: import("redux").CombinedState<{
5315
5315
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -6163,7 +6163,7 @@ export declare const getOperationDetailTasksData: ((state: Omit<import("redux").
6163
6163
  checkPermissionsError: undefined;
6164
6164
  } & {
6165
6165
  path: string;
6166
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6166
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6167
6167
  };
6168
6168
  content: import("redux").CombinedState<{
6169
6169
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -142,7 +142,7 @@ export declare const getSchedulingFilteredPoolNames: ((state: Omit<import("redux
142
142
  checkPermissionsError: undefined;
143
143
  } & {
144
144
  path: string;
145
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
145
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
146
146
  };
147
147
  content: import("redux").CombinedState<{
148
148
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -132,7 +132,7 @@ export declare const getCreatePoolDialogFlatTreeItems: ((state: Omit<import("red
132
132
  checkPermissionsError: undefined;
133
133
  } & {
134
134
  path: string;
135
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
135
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
136
136
  };
137
137
  content: import("redux").CombinedState<{
138
138
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -137,7 +137,7 @@ export declare const getSchedulingOperationsLoadingStatus: ((state: Omit<import(
137
137
  checkPermissionsError: undefined;
138
138
  } & {
139
139
  path: string;
140
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
140
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
141
141
  };
142
142
  content: import("redux").CombinedState<{
143
143
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -128,7 +128,7 @@ export declare const getSchedulingIsFinalLoadingState: ((state: Omit<import("red
128
128
  checkPermissionsError: undefined;
129
129
  } & {
130
130
  path: string;
131
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
131
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
132
132
  };
133
133
  content: import("redux").CombinedState<{
134
134
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -130,7 +130,7 @@ export declare const getSchedulingPoolsMapByName: ((state: Omit<import("redux").
130
130
  checkPermissionsError: undefined;
131
131
  } & {
132
132
  path: string;
133
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
133
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
134
134
  };
135
135
  content: import("redux").CombinedState<{
136
136
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -984,7 +984,7 @@ export declare const getSchedulingPoolsExtraInfo: ((state: Omit<import("redux").
984
984
  checkPermissionsError: undefined;
985
985
  } & {
986
986
  path: string;
987
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
987
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
988
988
  };
989
989
  content: import("redux").CombinedState<{
990
990
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1865,7 +1865,7 @@ export declare const getPools: ((state: Omit<import("redux").CombinedState<{
1865
1865
  checkPermissionsError: undefined;
1866
1866
  } & {
1867
1867
  path: string;
1868
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1868
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1869
1869
  };
1870
1870
  content: import("redux").CombinedState<{
1871
1871
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -128,7 +128,7 @@ export declare const getSchedulingBreadcrumbItems: ((state: Omit<import("redux")
128
128
  checkPermissionsError: undefined;
129
129
  } & {
130
130
  path: string;
131
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
131
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
132
132
  };
133
133
  content: import("redux").CombinedState<{
134
134
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -991,7 +991,7 @@ export declare const getCurrentPoolStaticConfiguration: ((state: Omit<import("re
991
991
  checkPermissionsError: undefined;
992
992
  } & {
993
993
  path: string;
994
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
994
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
995
995
  };
996
996
  content: import("redux").CombinedState<{
997
997
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1856,7 +1856,7 @@ export declare const getPoolsTopLevel: ((state: Omit<import("redux").CombinedSta
1856
1856
  checkPermissionsError: undefined;
1857
1857
  } & {
1858
1858
  path: string;
1859
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1859
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1860
1860
  };
1861
1861
  content: import("redux").CombinedState<{
1862
1862
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -2710,7 +2710,7 @@ export declare const getCurrentTreeGpuLimit: ((state: Omit<import("redux").Combi
2710
2710
  checkPermissionsError: undefined;
2711
2711
  } & {
2712
2712
  path: string;
2713
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2713
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2714
2714
  };
2715
2715
  content: import("redux").CombinedState<{
2716
2716
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -3564,7 +3564,7 @@ export declare const getOperationsStaticConfiguration: ((state: Omit<import("red
3564
3564
  checkPermissionsError: undefined;
3565
3565
  } & {
3566
3566
  path: string;
3567
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3567
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3568
3568
  };
3569
3569
  content: import("redux").CombinedState<{
3570
3570
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -4421,7 +4421,7 @@ export declare const getCurrentPoolTreeStaticConfiguration: ((state: Omit<import
4421
4421
  checkPermissionsError: undefined;
4422
4422
  } & {
4423
4423
  path: string;
4424
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4424
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4425
4425
  };
4426
4426
  content: import("redux").CombinedState<{
4427
4427
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;