@ytsaurus/ui 1.14.1 → 1.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/build/cjs/@types/types.d.ts +1 -0
  2. package/build/cjs/shared/constants/yt-api-id.d.ts +139 -0
  3. package/build/cjs/shared/constants/yt-api-id.js +148 -0
  4. package/build/cjs/shared/constants/yt-api-id.js.map +1 -0
  5. package/build/cjs/shared/utils/check-permission.d.ts +1 -14
  6. package/build/cjs/shared/utils/check-permission.js +6 -10
  7. package/build/cjs/shared/utils/check-permission.js.map +1 -1
  8. package/build/cjs/shared/utils/index.js +3 -3
  9. package/build/cjs/shared/utils/index.js.map +1 -1
  10. package/build/cjs/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
  11. package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
  12. package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
  13. package/build/cjs/ui/containers/SettingsPanel/settings-description.js +1 -1
  14. package/build/cjs/ui/containers/SettingsPanel/settings-description.js.map +1 -1
  15. package/build/cjs/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
  16. package/build/cjs/ui/pages/operations/selectors.d.ts +1 -1
  17. package/build/cjs/ui/pages/query-tracker/module/api.js +1 -1
  18. package/build/cjs/ui/pages/query-tracker/module/api.js.map +1 -1
  19. package/build/cjs/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
  20. package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
  21. package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
  22. package/build/cjs/ui/rum/constants.d.ts +2 -0
  23. package/build/cjs/ui/rum/constants.js +4 -1
  24. package/build/cjs/ui/rum/constants.js.map +1 -1
  25. package/build/cjs/ui/rum/rum-counter.js +28 -1
  26. package/build/cjs/ui/rum/rum-counter.js.map +1 -1
  27. package/build/cjs/ui/rum/rum-wrap-api.d.ts +3 -141
  28. package/build/cjs/ui/rum/rum-wrap-api.js +12 -145
  29. package/build/cjs/ui/rum/rum-wrap-api.js.map +1 -1
  30. package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
  31. package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  32. package/build/cjs/ui/store/actions/cluster-params.js +22 -15
  33. package/build/cjs/ui/store/actions/cluster-params.js.map +1 -1
  34. package/build/cjs/ui/store/actions/components/nodes/nodes.js +1 -1
  35. package/build/cjs/ui/store/actions/components/nodes/nodes.js.map +1 -1
  36. package/build/cjs/ui/store/actions/execute-batch.d.ts +2 -1
  37. package/build/cjs/ui/store/actions/execute-batch.js +3 -3
  38. package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
  39. package/build/cjs/ui/store/actions/navigation/content/map-node.js +1 -1
  40. package/build/cjs/ui/store/actions/navigation/content/map-node.js.map +1 -1
  41. package/build/cjs/ui/store/actions/navigation/index.js +1 -1
  42. package/build/cjs/ui/store/actions/navigation/index.js.map +1 -1
  43. package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
  44. package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
  45. package/build/cjs/ui/store/actions/navigation/modals/copy-object.js +3 -10
  46. package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
  47. package/build/cjs/ui/store/actions/navigation/modals/delete-object.js +13 -14
  48. package/build/cjs/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
  49. package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
  50. package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
  51. package/build/cjs/ui/store/actions/navigation/modals/move-object.js +3 -10
  52. package/build/cjs/ui/store/actions/navigation/modals/move-object.js.map +1 -1
  53. package/build/cjs/ui/store/actions/navigation/modals/restore-object.js +3 -11
  54. package/build/cjs/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
  55. package/build/cjs/ui/store/actions/navigation/tabs/locks.js +1 -1
  56. package/build/cjs/ui/store/actions/navigation/tabs/locks.js.map +1 -1
  57. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js +2 -3
  58. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
  59. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js +3 -3
  60. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  61. package/build/cjs/ui/store/actions/scheduling/scheduling.js +1 -1
  62. package/build/cjs/ui/store/actions/scheduling/scheduling.js.map +1 -1
  63. package/build/cjs/ui/store/actions/system/masters.js +7 -3
  64. package/build/cjs/ui/store/actions/system/masters.js.map +1 -1
  65. package/build/cjs/ui/store/actions/system/nodes.js +1 -1
  66. package/build/cjs/ui/store/actions/system/nodes.js.map +1 -1
  67. package/build/cjs/ui/store/actions/system/schedulers.js +2 -2
  68. package/build/cjs/ui/store/actions/system/schedulers.js.map +1 -1
  69. package/build/cjs/ui/store/actions/tablet/stores.js +1 -1
  70. package/build/cjs/ui/store/actions/tablet/stores.js.map +1 -1
  71. package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js +1 -1
  72. package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
  73. package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
  74. package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  75. package/build/cjs/ui/store/actions/users.js +1 -1
  76. package/build/cjs/ui/store/actions/users.js.map +1 -1
  77. package/build/cjs/ui/store/reducers/execute-batch.d.ts +1 -1
  78. package/build/cjs/ui/store/reducers/execute-batch.js.map +1 -1
  79. package/build/cjs/ui/store/reducers/index.d.ts +1 -1
  80. package/build/cjs/ui/store/reducers/navigation/index.d.ts +1 -1
  81. package/build/cjs/ui/store/selectors/accounts/account-usage.d.ts +8 -8
  82. package/build/cjs/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
  83. package/build/cjs/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
  84. package/build/cjs/ui/store/selectors/chyt/index.d.ts +7 -7
  85. package/build/cjs/ui/store/selectors/components/node/memory.d.ts +7 -7
  86. package/build/cjs/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
  87. package/build/cjs/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
  88. package/build/cjs/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
  89. package/build/cjs/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
  90. package/build/cjs/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
  91. package/build/cjs/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
  92. package/build/cjs/ui/store/selectors/global/index.d.ts +15 -15
  93. package/build/cjs/ui/store/selectors/global/index.js +4 -4
  94. package/build/cjs/ui/store/selectors/global/index.js.map +1 -1
  95. package/build/cjs/ui/store/selectors/global/supported-features.d.ts +6 -6
  96. package/build/cjs/ui/store/selectors/modals/errors.d.ts +1 -1
  97. package/build/cjs/ui/store/selectors/navigation/content/document.d.ts +1 -1
  98. package/build/cjs/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
  99. package/build/cjs/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
  100. package/build/cjs/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
  101. package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +7 -7
  102. package/build/cjs/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
  103. package/build/cjs/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
  104. package/build/cjs/ui/store/selectors/navigation/navigation.d.ts +4 -4
  105. package/build/cjs/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
  106. package/build/cjs/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
  107. package/build/cjs/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
  108. package/build/cjs/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
  109. package/build/cjs/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
  110. package/build/cjs/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
  111. package/build/cjs/ui/store/selectors/operations/index.d.ts +12 -12
  112. package/build/cjs/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
  113. package/build/cjs/ui/store/selectors/operations/operation.d.ts +12 -12
  114. package/build/cjs/ui/store/selectors/operations/operations-list.d.ts +3 -3
  115. package/build/cjs/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
  116. package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
  117. package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
  118. package/build/cjs/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
  119. package/build/cjs/ui/store/selectors/scheduling/index.d.ts +1 -1
  120. package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
  121. package/build/cjs/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
  122. package/build/cjs/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
  123. package/build/cjs/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
  124. package/build/cjs/ui/store/selectors/thor/support.d.ts +5 -5
  125. package/build/cjs/ui/utils/acl/acl-api.js +4 -4
  126. package/build/cjs/ui/utils/acl/acl-api.js.map +1 -1
  127. package/build/cjs/ui/utils/batch.d.ts +2 -2
  128. package/build/cjs/ui/utils/cypress-attributes.js +1 -1
  129. package/build/cjs/ui/utils/cypress-attributes.js.map +1 -1
  130. package/build/cjs/ui/utils/errors/ui-error.d.ts +14 -0
  131. package/build/cjs/ui/utils/errors/ui-error.js +24 -0
  132. package/build/cjs/ui/utils/errors/ui-error.js.map +1 -0
  133. package/build/cjs/ui/utils/utils.d.ts +14 -8
  134. package/build/cjs/ui/utils/utils.js +9 -14
  135. package/build/cjs/ui/utils/utils.js.map +1 -1
  136. package/build/esm/@types/types.d.ts +1 -0
  137. package/build/esm/shared/constants/yt-api-id.d.ts +139 -0
  138. package/build/esm/shared/constants/yt-api-id.js +141 -0
  139. package/build/esm/shared/constants/yt-api-id.js.map +1 -0
  140. package/build/esm/shared/utils/check-permission.d.ts +1 -14
  141. package/build/esm/shared/utils/check-permission.js +8 -11
  142. package/build/esm/shared/utils/check-permission.js.map +1 -1
  143. package/build/esm/shared/utils/index.js +4 -8
  144. package/build/esm/shared/utils/index.js.map +1 -1
  145. package/build/esm/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
  146. package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
  147. package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
  148. package/build/esm/ui/containers/SettingsPanel/settings-description.js +2 -2
  149. package/build/esm/ui/containers/SettingsPanel/settings-description.js.map +1 -1
  150. package/build/esm/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
  151. package/build/esm/ui/pages/operations/selectors.d.ts +1 -1
  152. package/build/esm/ui/pages/query-tracker/module/api.js +1 -1
  153. package/build/esm/ui/pages/query-tracker/module/api.js.map +1 -1
  154. package/build/esm/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
  155. package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
  156. package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
  157. package/build/esm/ui/rum/constants.d.ts +2 -0
  158. package/build/esm/ui/rum/constants.js +4 -1
  159. package/build/esm/ui/rum/constants.js.map +1 -1
  160. package/build/esm/ui/rum/rum-counter.js +28 -1
  161. package/build/esm/ui/rum/rum-counter.js.map +1 -1
  162. package/build/esm/ui/rum/rum-wrap-api.d.ts +3 -141
  163. package/build/esm/ui/rum/rum-wrap-api.js +3 -141
  164. package/build/esm/ui/rum/rum-wrap-api.js.map +1 -1
  165. package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
  166. package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  167. package/build/esm/ui/store/actions/cluster-params.js +24 -17
  168. package/build/esm/ui/store/actions/cluster-params.js.map +1 -1
  169. package/build/esm/ui/store/actions/components/nodes/nodes.js +1 -1
  170. package/build/esm/ui/store/actions/components/nodes/nodes.js.map +1 -1
  171. package/build/esm/ui/store/actions/execute-batch.d.ts +2 -1
  172. package/build/esm/ui/store/actions/execute-batch.js +3 -3
  173. package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
  174. package/build/esm/ui/store/actions/navigation/content/map-node.js +1 -1
  175. package/build/esm/ui/store/actions/navigation/content/map-node.js.map +1 -1
  176. package/build/esm/ui/store/actions/navigation/index.js +1 -1
  177. package/build/esm/ui/store/actions/navigation/index.js.map +1 -1
  178. package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
  179. package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
  180. package/build/esm/ui/store/actions/navigation/modals/copy-object.js +4 -11
  181. package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
  182. package/build/esm/ui/store/actions/navigation/modals/delete-object.js +14 -15
  183. package/build/esm/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
  184. package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
  185. package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
  186. package/build/esm/ui/store/actions/navigation/modals/move-object.js +4 -11
  187. package/build/esm/ui/store/actions/navigation/modals/move-object.js.map +1 -1
  188. package/build/esm/ui/store/actions/navigation/modals/restore-object.js +4 -12
  189. package/build/esm/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
  190. package/build/esm/ui/store/actions/navigation/tabs/locks.js +1 -1
  191. package/build/esm/ui/store/actions/navigation/tabs/locks.js.map +1 -1
  192. package/build/esm/ui/store/actions/scheduling/expanded-pools.js +2 -3
  193. package/build/esm/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
  194. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js +3 -3
  195. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  196. package/build/esm/ui/store/actions/scheduling/scheduling.js +1 -1
  197. package/build/esm/ui/store/actions/scheduling/scheduling.js.map +1 -1
  198. package/build/esm/ui/store/actions/system/masters.js +7 -3
  199. package/build/esm/ui/store/actions/system/masters.js.map +1 -1
  200. package/build/esm/ui/store/actions/system/nodes.js +1 -1
  201. package/build/esm/ui/store/actions/system/nodes.js.map +1 -1
  202. package/build/esm/ui/store/actions/system/schedulers.js +2 -2
  203. package/build/esm/ui/store/actions/system/schedulers.js.map +1 -1
  204. package/build/esm/ui/store/actions/tablet/stores.js +1 -1
  205. package/build/esm/ui/store/actions/tablet/stores.js.map +1 -1
  206. package/build/esm/ui/store/actions/tablet_cell_bundles/index.js +1 -1
  207. package/build/esm/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
  208. package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
  209. package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
  210. package/build/esm/ui/store/actions/users.js +1 -1
  211. package/build/esm/ui/store/actions/users.js.map +1 -1
  212. package/build/esm/ui/store/reducers/execute-batch.d.ts +1 -1
  213. package/build/esm/ui/store/reducers/execute-batch.js.map +1 -1
  214. package/build/esm/ui/store/reducers/index.d.ts +1 -1
  215. package/build/esm/ui/store/reducers/navigation/index.d.ts +1 -1
  216. package/build/esm/ui/store/selectors/accounts/account-usage.d.ts +8 -8
  217. package/build/esm/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
  218. package/build/esm/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
  219. package/build/esm/ui/store/selectors/chyt/index.d.ts +7 -7
  220. package/build/esm/ui/store/selectors/components/node/memory.d.ts +7 -7
  221. package/build/esm/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
  222. package/build/esm/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
  223. package/build/esm/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
  224. package/build/esm/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
  225. package/build/esm/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
  226. package/build/esm/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
  227. package/build/esm/ui/store/selectors/global/index.d.ts +15 -15
  228. package/build/esm/ui/store/selectors/global/index.js +3 -3
  229. package/build/esm/ui/store/selectors/global/index.js.map +1 -1
  230. package/build/esm/ui/store/selectors/global/supported-features.d.ts +6 -6
  231. package/build/esm/ui/store/selectors/modals/errors.d.ts +1 -1
  232. package/build/esm/ui/store/selectors/navigation/content/document.d.ts +1 -1
  233. package/build/esm/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
  234. package/build/esm/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
  235. package/build/esm/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
  236. package/build/esm/ui/store/selectors/navigation/content/table.d.ts +7 -7
  237. package/build/esm/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
  238. package/build/esm/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
  239. package/build/esm/ui/store/selectors/navigation/navigation.d.ts +4 -4
  240. package/build/esm/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
  241. package/build/esm/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
  242. package/build/esm/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
  243. package/build/esm/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
  244. package/build/esm/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
  245. package/build/esm/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
  246. package/build/esm/ui/store/selectors/operations/index.d.ts +12 -12
  247. package/build/esm/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
  248. package/build/esm/ui/store/selectors/operations/operation.d.ts +12 -12
  249. package/build/esm/ui/store/selectors/operations/operations-list.d.ts +3 -3
  250. package/build/esm/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
  251. package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
  252. package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
  253. package/build/esm/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
  254. package/build/esm/ui/store/selectors/scheduling/index.d.ts +1 -1
  255. package/build/esm/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
  256. package/build/esm/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
  257. package/build/esm/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
  258. package/build/esm/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
  259. package/build/esm/ui/store/selectors/thor/support.d.ts +5 -5
  260. package/build/esm/ui/utils/acl/acl-api.js +4 -4
  261. package/build/esm/ui/utils/acl/acl-api.js.map +1 -1
  262. package/build/esm/ui/utils/batch.d.ts +2 -2
  263. package/build/esm/ui/utils/cypress-attributes.js +1 -1
  264. package/build/esm/ui/utils/cypress-attributes.js.map +1 -1
  265. package/build/esm/ui/utils/errors/ui-error.d.ts +14 -0
  266. package/build/esm/ui/utils/errors/ui-error.js +17 -0
  267. package/build/esm/ui/utils/errors/ui-error.js.map +1 -0
  268. package/build/esm/ui/utils/utils.d.ts +14 -8
  269. package/build/esm/ui/utils/utils.js +9 -14
  270. package/build/esm/ui/utils/utils.js.map +1 -1
  271. package/dist/public/build/assets-manifest.json +4 -4
  272. package/dist/public/build/js/main.b8adf234.js +3 -0
  273. package/dist/public/build/js/{main.652b0208.js.map → main.b8adf234.js.map} +1 -1
  274. package/dist/public/build/manifest.json +2 -2
  275. package/dist/shared/utils/index.js +3 -3
  276. package/package.json +5 -5
  277. package/dist/public/build/js/main.652b0208.js +0 -3
  278. /package/dist/public/build/js/{main.652b0208.js.LICENSE.txt → main.b8adf234.js.LICENSE.txt} +0 -0
@@ -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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "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;
@@ -1049,7 +1049,7 @@ export declare const isAllowedMaintenanceApiNodes: ((state: Omit<import("redux")
1049
1049
  checkPermissionsError: undefined;
1050
1050
  } & {
1051
1051
  path: string;
1052
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "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;
@@ -1609,7 +1609,7 @@ export declare const getComponentsNodesNodeTypes: ((state: Omit<import("redux").
1609
1609
  checkPermissionsError: undefined;
1610
1610
  } & {
1611
1611
  path: string;
1612
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "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;
@@ -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: "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;
@@ -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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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;
@@ -140,7 +140,7 @@ export declare const getCurrentClusterConfig: ((state: Omit<import("redux").Comb
140
140
  checkPermissionsError: undefined;
141
141
  } & {
142
142
  path: string;
143
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
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;
@@ -997,7 +997,7 @@ export declare const getHttpProxyVersion: ((state: Omit<import("redux").Combined
997
997
  checkPermissionsError: undefined;
998
998
  } & {
999
999
  path: string;
1000
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1000
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1001
1001
  };
1002
1002
  content: import("redux").CombinedState<{
1003
1003
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -1851,7 +1851,7 @@ export declare const getGlobalSchedulerVersion: ((state: Omit<import("redux").Co
1851
1851
  checkPermissionsError: undefined;
1852
1852
  } & {
1853
1853
  path: string;
1854
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1854
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1855
1855
  };
1856
1856
  content: import("redux").CombinedState<{
1857
1857
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -2705,7 +2705,7 @@ export declare const getGlobalMasterVersion: ((state: Omit<import("redux").Combi
2705
2705
  checkPermissionsError: undefined;
2706
2706
  } & {
2707
2707
  path: string;
2708
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2708
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2709
2709
  };
2710
2710
  content: import("redux").CombinedState<{
2711
2711
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -3464,7 +3464,7 @@ export declare const getGlobalGroups: (state: RootState) => any;
3464
3464
  export declare const getCurrentUserName: (state: RootState) => string;
3465
3465
  export declare const getAuthWay: (state: RootState) => AuthWay;
3466
3466
  export declare const getAllowedExperimentalPages: (state: RootState) => string[];
3467
- export declare const isDeveloperSettings: ((state: Omit<import("redux").CombinedState<{
3467
+ export declare const isDeveloperOrWatchMen: ((state: Omit<import("redux").CombinedState<{
3468
3468
  acl: any;
3469
3469
  aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
3470
3470
  actions: never;
@@ -3594,7 +3594,7 @@ export declare const isDeveloperSettings: ((state: Omit<import("redux").Combined
3594
3594
  checkPermissionsError: undefined;
3595
3595
  } & {
3596
3596
  path: string;
3597
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3597
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3598
3598
  };
3599
3599
  content: import("redux").CombinedState<{
3600
3600
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -4458,7 +4458,7 @@ export declare const getAllUserNames: ((state: Omit<import("redux").CombinedStat
4458
4458
  checkPermissionsError: undefined;
4459
4459
  } & {
4460
4460
  path: string;
4461
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4461
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4462
4462
  };
4463
4463
  content: import("redux").CombinedState<{
4464
4464
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -5312,7 +5312,7 @@ export declare const getAllGroupNames: ((state: Omit<import("redux").CombinedSta
5312
5312
  checkPermissionsError: undefined;
5313
5313
  } & {
5314
5314
  path: string;
5315
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5315
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5316
5316
  };
5317
5317
  content: import("redux").CombinedState<{
5318
5318
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -6166,7 +6166,7 @@ export declare const getGlobalGroupAttributesMap: ((state: Omit<import("redux").
6166
6166
  checkPermissionsError: undefined;
6167
6167
  } & {
6168
6168
  path: string;
6169
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6169
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6170
6170
  };
6171
6171
  content: import("redux").CombinedState<{
6172
6172
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -7024,7 +7024,7 @@ export declare const getAllPoolNames: ((state: Omit<import("redux").CombinedStat
7024
7024
  checkPermissionsError: undefined;
7025
7025
  } & {
7026
7026
  path: string;
7027
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7027
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7028
7028
  };
7029
7029
  content: import("redux").CombinedState<{
7030
7030
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -7878,7 +7878,7 @@ export declare const getAllPoolTreeNames: ((state: Omit<import("redux").Combined
7878
7878
  checkPermissionsError: undefined;
7879
7879
  } & {
7880
7880
  path: string;
7881
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7881
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7882
7882
  };
7883
7883
  content: import("redux").CombinedState<{
7884
7884
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -8732,7 +8732,7 @@ export declare const getAllBundlesNames: ((state: Omit<import("redux").CombinedS
8732
8732
  checkPermissionsError: undefined;
8733
8733
  } & {
8734
8734
  path: string;
8735
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8735
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8736
8736
  };
8737
8737
  content: import("redux").CombinedState<{
8738
8738
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -9586,7 +9586,7 @@ export declare const getAllUserNamesSorted: ((state: Omit<import("redux").Combin
9586
9586
  checkPermissionsError: undefined;
9587
9587
  } & {
9588
9588
  path: string;
9589
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9589
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9590
9590
  };
9591
9591
  content: import("redux").CombinedState<{
9592
9592
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -10440,7 +10440,7 @@ export declare const getAllGroupNamesSorted: ((state: Omit<import("redux").Combi
10440
10440
  checkPermissionsError: undefined;
10441
10441
  } & {
10442
10442
  path: string;
10443
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10443
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10444
10444
  };
10445
10445
  content: import("redux").CombinedState<{
10446
10446
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -11294,7 +11294,7 @@ export declare const getAllIdmGroupNamesSorted: ((state: Omit<import("redux").Co
11294
11294
  checkPermissionsError: undefined;
11295
11295
  } & {
11296
11296
  path: string;
11297
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11297
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11298
11298
  };
11299
11299
  content: import("redux").CombinedState<{
11300
11300
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -8,7 +8,7 @@ exports.getClusterConfigByName = getClusterConfigByName;
8
8
  exports.getClusterProxy = getClusterProxy;
9
9
  exports.getUISizes = exports.getTheme = exports.getRootPagesCluster = exports.getPoolTrees = exports.getOAuthEnabled = exports.getOAuthButtonLabel = exports.getHttpProxyVersion = exports.getGlobalUsers = exports.getGlobalShowLoginDialog = exports.getGlobalSchedulerVersion = exports.getGlobalMasterVersion = exports.getGlobalLoadState = exports.getGlobalGroups = exports.getGlobalGroupAttributesMap = exports.getGlobalError = exports.getGlobalDefaultPoolTreeName = exports.getGlobalAsideHeaderWidth = exports.getCurrentUserName = exports.getCurrentClusterNS = exports.getCurrentClusterConfig = exports.getClusterUiConfigEnablePerBundleTabletAccounting = exports.getClusterUiConfigEnablePerAccountTabletAccounting = exports.getClusterUiConfigBundleAccountingHelpLink = exports.getClusterUiConfig = void 0;
10
10
  exports.isAllowYtTwmApi = isAllowYtTwmApi;
11
- exports.isQueryTrackerAllowed = exports.isDeveloperSettings = exports.isDeveloper = void 0;
11
+ exports.isQueryTrackerAllowed = exports.isDeveloperOrWatchMen = exports.isDeveloper = void 0;
12
12
  var _filter2 = _interopRequireDefault(require("lodash/filter"));
13
13
  var _sortBy2 = _interopRequireDefault(require("lodash/sortBy"));
14
14
  var _values2 = _interopRequireDefault(require("lodash/values"));
@@ -129,14 +129,14 @@ var getAuthWay = exports.getAuthWay = function getAuthWay(state) {
129
129
  var getAllowedExperimentalPages = exports.getAllowedExperimentalPages = function getAllowedExperimentalPages(state) {
130
130
  return state === null || state === void 0 ? void 0 : state.global.allowedExperimentalPages;
131
131
  };
132
- var isCheckedDeveloper = function isCheckedDeveloper(state) {
132
+ var isDeveloperRaw = function isDeveloperRaw(state) {
133
133
  var _state$global5;
134
134
  return state === null || state === void 0 || (_state$global5 = state.global) === null || _state$global5 === void 0 ? void 0 : _state$global5.isDeveloper;
135
135
  };
136
- var isDeveloperSettings = exports.isDeveloperSettings = (0, _reselect.createSelector)([isCheckedDeveloper, getCurrentUserName], function (isDeveloper, login) {
136
+ var isDeveloperOrWatchMen = exports.isDeveloperOrWatchMen = (0, _reselect.createSelector)([isDeveloperRaw, getCurrentUserName], function (isDeveloper, login) {
137
137
  return _ytConfig.default.isLocalCluster || _UIFactory.default.isWatchMen(login) || isDeveloper;
138
138
  });
139
- var isDeveloper = exports.isDeveloper = (0, _reselect.createSelector)([isDeveloperSettings, _settingsTs.getSettingsRegularUserUI], function (isDeveloper, regularUserUI) {
139
+ var isDeveloper = exports.isDeveloper = (0, _reselect.createSelector)([isDeveloperOrWatchMen, _settingsTs.getSettingsRegularUserUI], function (isDeveloper, regularUserUI) {
140
140
  return !regularUserUI && isDeveloper;
141
141
  });
142
142
  var isQueryTrackerAllowed = exports.isQueryTrackerAllowed = (0, _reselect.createSelector)([isDeveloper, getAllowedExperimentalPages], function (isDeveloper, allowedPages) {