@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
@@ -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;
@@ -130,7 +130,7 @@ export declare const getPools: ((state: Omit<import("redux").CombinedState<{
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;
@@ -1000,7 +1000,7 @@ export declare const getPoolsNames: ((state: Omit<import("redux").CombinedState<
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;
@@ -1859,7 +1859,7 @@ export declare const getContentMode: ((state: Omit<import("redux").CombinedState
1859
1859
  checkPermissionsError: undefined;
1860
1860
  } & {
1861
1861
  path: string;
1862
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1862
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1863
1863
  };
1864
1864
  content: import("redux").CombinedState<{
1865
1865
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -2713,7 +2713,7 @@ export declare const getIsRoot: ((state: Omit<import("redux").CombinedState<{
2713
2713
  checkPermissionsError: undefined;
2714
2714
  } & {
2715
2715
  path: string;
2716
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2716
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2717
2717
  };
2718
2718
  content: import("redux").CombinedState<{
2719
2719
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -3567,7 +3567,7 @@ export declare const getTreesSelectItems: ((state: Omit<import("redux").Combined
3567
3567
  checkPermissionsError: undefined;
3568
3568
  } & {
3569
3569
  path: string;
3570
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3570
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3571
3571
  };
3572
3572
  content: import("redux").CombinedState<{
3573
3573
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -4427,7 +4427,7 @@ export declare const getPoolsSelectItems: ((state: Omit<import("redux").Combined
4427
4427
  checkPermissionsError: undefined;
4428
4428
  } & {
4429
4429
  path: string;
4430
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4430
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4431
4431
  };
4432
4432
  content: import("redux").CombinedState<{
4433
4433
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -5287,7 +5287,7 @@ export declare const getCurrentPool: ((state: Omit<import("redux").CombinedState
5287
5287
  checkPermissionsError: undefined;
5288
5288
  } & {
5289
5289
  path: string;
5290
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5290
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5291
5291
  };
5292
5292
  content: import("redux").CombinedState<{
5293
5293
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -6141,7 +6141,7 @@ export declare const getPoolIsEphemeral: ((state: Omit<import("redux").CombinedS
6141
6141
  checkPermissionsError: undefined;
6142
6142
  } & {
6143
6143
  path: string;
6144
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6144
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6145
6145
  };
6146
6146
  content: import("redux").CombinedState<{
6147
6147
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -6995,7 +6995,7 @@ export declare const getCurrentPoolChildren: ((state: Omit<import("redux").Combi
6995
6995
  checkPermissionsError: undefined;
6996
6996
  } & {
6997
6997
  path: string;
6998
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6998
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6999
6999
  };
7000
7000
  content: import("redux").CombinedState<{
7001
7001
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -7849,7 +7849,7 @@ export declare const getCurrentPoolOperations: ((state: Omit<import("redux").Com
7849
7849
  checkPermissionsError: undefined;
7850
7850
  } & {
7851
7851
  path: string;
7852
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7852
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7853
7853
  };
7854
7854
  content: import("redux").CombinedState<{
7855
7855
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -8703,7 +8703,7 @@ export declare const getResources: ((state: Omit<import("redux").CombinedState<{
8703
8703
  checkPermissionsError: undefined;
8704
8704
  } & {
8705
8705
  path: string;
8706
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8706
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8707
8707
  };
8708
8708
  content: import("redux").CombinedState<{
8709
8709
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -9557,7 +9557,7 @@ export declare const getTableItems: ((state: Omit<import("redux").CombinedState<
9557
9557
  checkPermissionsError: undefined;
9558
9558
  } & {
9559
9559
  path: string;
9560
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9560
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9561
9561
  };
9562
9562
  content: import("redux").CombinedState<{
9563
9563
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -10414,7 +10414,7 @@ export declare const getSchedulingOverviewMaxDepth: ((state: Omit<import("redux"
10414
10414
  checkPermissionsError: undefined;
10415
10415
  } & {
10416
10416
  path: string;
10417
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10417
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10418
10418
  };
10419
10419
  content: import("redux").CombinedState<{
10420
10420
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -11268,7 +11268,7 @@ export declare const getSortedPoolChildren: ((state: Omit<import("redux").Combin
11268
11268
  checkPermissionsError: undefined;
11269
11269
  } & {
11270
11270
  path: string;
11271
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11271
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11272
11272
  };
11273
11273
  content: import("redux").CombinedState<{
11274
11274
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -12125,7 +12125,7 @@ export declare const getPollChildrenTableItems: ((state: Omit<import("redux").Co
12125
12125
  checkPermissionsError: undefined;
12126
12126
  } & {
12127
12127
  path: string;
12128
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12128
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12129
12129
  };
12130
12130
  content: import("redux").CombinedState<{
12131
12131
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -12979,7 +12979,7 @@ export declare const isPoolAclAllowed: ((state: Omit<import("redux").CombinedSta
12979
12979
  checkPermissionsError: undefined;
12980
12980
  } & {
12981
12981
  path: string;
12982
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12982
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12983
12983
  };
12984
12984
  content: import("redux").CombinedState<{
12985
12985
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -13833,7 +13833,7 @@ export declare const getCurrentPoolPath: ((state: Omit<import("redux").CombinedS
13833
13833
  checkPermissionsError: undefined;
13834
13834
  } & {
13835
13835
  path: string;
13836
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
13836
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
13837
13837
  };
13838
13838
  content: import("redux").CombinedState<{
13839
13839
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -14688,7 +14688,7 @@ export declare const getSchedulingTopPoolOfEditItem: ((state: Omit<import("redux
14688
14688
  checkPermissionsError: undefined;
14689
14689
  } & {
14690
14690
  path: string;
14691
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
14691
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
14692
14692
  };
14693
14693
  content: import("redux").CombinedState<{
14694
14694
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -15542,7 +15542,7 @@ export declare const getSchedulingSourcesOfEditItem: ((state: Omit<import("redux
15542
15542
  checkPermissionsError: undefined;
15543
15543
  } & {
15544
15544
  path: string;
15545
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
15545
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
15546
15546
  };
15547
15547
  content: import("redux").CombinedState<{
15548
15548
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -16396,7 +16396,7 @@ export declare const getSchedulingSourcesOfEditItemSkipParent: ((state: Omit<imp
16396
16396
  checkPermissionsError: undefined;
16397
16397
  } & {
16398
16398
  path: string;
16399
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
16399
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
16400
16400
  };
16401
16401
  content: import("redux").CombinedState<{
16402
16402
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -143,7 +143,7 @@ export declare const getTabletsActiveBundleData: ((state: Omit<import("redux").C
143
143
  checkPermissionsError: undefined;
144
144
  } & {
145
145
  path: string;
146
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
146
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
147
147
  };
148
148
  content: import("redux").CombinedState<{
149
149
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -997,7 +997,7 @@ export declare const getActiveBundleControllerData: ((state: Omit<import("redux"
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 getActiveBundleInstances: ((state: Omit<import("redux").Com
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;
@@ -2735,7 +2735,7 @@ export declare const getActiveBundleProxies: ((state: Omit<import("redux").Combi
2735
2735
  checkPermissionsError: undefined;
2736
2736
  } & {
2737
2737
  path: string;
2738
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2738
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2739
2739
  };
2740
2740
  content: import("redux").CombinedState<{
2741
2741
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -3619,7 +3619,7 @@ export declare const getBundleEditorData: ((state: Omit<import("redux").Combined
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;
@@ -4481,7 +4481,7 @@ export declare const getTabletsBundlesTotal: ((state: Omit<import("redux").Combi
4481
4481
  checkPermissionsError: undefined;
4482
4482
  } & {
4483
4483
  path: string;
4484
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4484
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
4485
4485
  };
4486
4486
  content: import("redux").CombinedState<{
4487
4487
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -5335,7 +5335,7 @@ export declare const getTabletsBundlesFiltered: ((state: Omit<import("redux").Co
5335
5335
  checkPermissionsError: undefined;
5336
5336
  } & {
5337
5337
  path: string;
5338
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5338
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
5339
5339
  };
5340
5340
  content: import("redux").CombinedState<{
5341
5341
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -6189,7 +6189,7 @@ export declare const getTabletsBundlesSorted: ((state: Omit<import("redux").Comb
6189
6189
  checkPermissionsError: undefined;
6190
6190
  } & {
6191
6191
  path: string;
6192
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6192
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
6193
6193
  };
6194
6194
  content: import("redux").CombinedState<{
6195
6195
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -7048,7 +7048,7 @@ export declare const getTabletCellsOfActiveAccount: ((state: Omit<import("redux"
7048
7048
  checkPermissionsError: undefined;
7049
7049
  } & {
7050
7050
  path: string;
7051
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7051
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7052
7052
  };
7053
7053
  content: import("redux").CombinedState<{
7054
7054
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -7902,7 +7902,7 @@ export declare const getTabletsCellsFiltered: ((state: Omit<import("redux").Comb
7902
7902
  checkPermissionsError: undefined;
7903
7903
  } & {
7904
7904
  path: string;
7905
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7905
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
7906
7906
  };
7907
7907
  content: import("redux").CombinedState<{
7908
7908
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -8757,7 +8757,7 @@ export declare const getTabletsCellsSorted: ((state: Omit<import("redux").Combin
8757
8757
  checkPermissionsError: undefined;
8758
8758
  } & {
8759
8759
  path: string;
8760
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8760
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
8761
8761
  };
8762
8762
  content: import("redux").CombinedState<{
8763
8763
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -9611,7 +9611,7 @@ export declare const getTabletsCellsBundles: ((state: Omit<import("redux").Combi
9611
9611
  checkPermissionsError: undefined;
9612
9612
  } & {
9613
9613
  path: string;
9614
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9614
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
9615
9615
  };
9616
9616
  content: import("redux").CombinedState<{
9617
9617
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -10465,7 +10465,7 @@ export declare const getTabletsCellsHosts: ((state: Omit<import("redux").Combine
10465
10465
  checkPermissionsError: undefined;
10466
10466
  } & {
10467
10467
  path: string;
10468
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10468
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
10469
10469
  };
10470
10470
  content: import("redux").CombinedState<{
10471
10471
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -11319,7 +11319,7 @@ export declare const getTabletsCellsHostsOfActiveBundle: ((state: Omit<import("r
11319
11319
  checkPermissionsError: undefined;
11320
11320
  } & {
11321
11321
  path: string;
11322
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11322
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
11323
11323
  };
11324
11324
  content: import("redux").CombinedState<{
11325
11325
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
@@ -12179,7 +12179,7 @@ export declare const getTabletsBreadcrumbItems: ((state: Omit<import("redux").Co
12179
12179
  checkPermissionsError: undefined;
12180
12180
  } & {
12181
12181
  path: string;
12182
- mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12182
+ mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
12183
12183
  };
12184
12184
  content: import("redux").CombinedState<{
12185
12185
  replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;