@mastra/server 1.37.0 → 1.37.2-alpha.1

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 (397) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/request-context/index.d.ts +147 -0
  3. package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/routes/index.d.ts +110 -0
  4. package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/types/index.d.ts +3 -0
  5. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/checks.d.ts +1 -0
  6. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/coerce.d.ts +17 -0
  7. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/compat.d.ts +50 -0
  8. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/errors.d.ts +30 -0
  9. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/external.d.ts +16 -0
  10. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/from-json-schema.d.ts +12 -0
  11. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/index.d.ts +4 -0
  12. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/iso.d.ts +22 -0
  13. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/parse.d.ts +31 -0
  14. package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/schemas.d.ts +767 -0
  15. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/api.d.ts +325 -0
  16. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/checks.d.ts +278 -0
  17. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/core.d.ts +70 -0
  18. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/doc.d.ts +14 -0
  19. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/errors.d.ts +221 -0
  20. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/index.d.ts +16 -0
  21. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema-generator.d.ts +65 -0
  22. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema-processors.d.ts +49 -0
  23. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema.d.ts +88 -0
  24. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/parse.d.ts +49 -0
  25. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/regexes.d.ts +85 -0
  26. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/registries.d.ts +35 -0
  27. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/schemas.d.ts +1184 -0
  28. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/standard-schema.d.ts +126 -0
  29. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/to-json-schema.d.ts +114 -0
  30. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/util.d.ts +200 -0
  31. package/dist/_types/@internal_voice/dist/_types/zod/v4/core/versions.d.ts +5 -0
  32. package/dist/_types/@internal_voice/dist/_types/zod/v4/index.d.cts +3 -0
  33. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ar.d.ts +4 -0
  34. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/az.d.ts +4 -0
  35. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/be.d.ts +4 -0
  36. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/bg.d.ts +4 -0
  37. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ca.d.ts +4 -0
  38. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/cs.d.ts +4 -0
  39. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/da.d.ts +4 -0
  40. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/de.d.ts +4 -0
  41. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/el.d.ts +4 -0
  42. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/en.d.ts +4 -0
  43. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/eo.d.ts +4 -0
  44. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/es.d.ts +4 -0
  45. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fa.d.ts +4 -0
  46. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fi.d.ts +4 -0
  47. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fr-CA.d.ts +4 -0
  48. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fr.d.ts +4 -0
  49. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/he.d.ts +4 -0
  50. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hr.d.ts +4 -0
  51. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hu.d.ts +4 -0
  52. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hy.d.ts +4 -0
  53. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/id.d.ts +4 -0
  54. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/index.d.ts +52 -0
  55. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/is.d.ts +4 -0
  56. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/it.d.ts +4 -0
  57. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ja.d.ts +4 -0
  58. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ka.d.ts +4 -0
  59. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/kh.d.ts +5 -0
  60. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/km.d.ts +4 -0
  61. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ko.d.ts +4 -0
  62. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/lt.d.ts +4 -0
  63. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/mk.d.ts +4 -0
  64. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ms.d.ts +4 -0
  65. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/nl.d.ts +4 -0
  66. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/no.d.ts +4 -0
  67. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ota.d.ts +4 -0
  68. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/pl.d.ts +4 -0
  69. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ps.d.ts +4 -0
  70. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/pt.d.ts +4 -0
  71. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ro.d.ts +4 -0
  72. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ru.d.ts +4 -0
  73. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/sl.d.ts +4 -0
  74. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/sv.d.ts +4 -0
  75. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ta.d.ts +4 -0
  76. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/th.d.ts +4 -0
  77. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/tr.d.ts +4 -0
  78. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ua.d.ts +5 -0
  79. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/uk.d.ts +4 -0
  80. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ur.d.ts +4 -0
  81. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/uz.d.ts +4 -0
  82. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/vi.d.ts +4 -0
  83. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/yo.d.ts +4 -0
  84. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/zh-CN.d.ts +4 -0
  85. package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/zh-TW.d.ts +4 -0
  86. package/dist/_types/@internal_voice/dist/routes/index.d.ts +95 -0
  87. package/dist/{api-schema-manifest-ASUOKM2J.js → api-schema-manifest-2HYMISCO.js} +4 -4
  88. package/dist/{api-schema-manifest-ASUOKM2J.js.map → api-schema-manifest-2HYMISCO.js.map} +1 -1
  89. package/dist/{api-schema-manifest-DVULBVRB.cjs → api-schema-manifest-T3EB4CNY.cjs} +6 -6
  90. package/dist/{api-schema-manifest-DVULBVRB.cjs.map → api-schema-manifest-T3EB4CNY.cjs.map} +1 -1
  91. package/dist/{chunk-FVUHZVRU.js → chunk-22VN45LI.js} +3 -3
  92. package/dist/{chunk-FVUHZVRU.js.map → chunk-22VN45LI.js.map} +1 -1
  93. package/dist/{chunk-CGLCGIWF.js → chunk-24Y7CNXL.js} +3 -3
  94. package/dist/{chunk-CGLCGIWF.js.map → chunk-24Y7CNXL.js.map} +1 -1
  95. package/dist/{chunk-4H2E62A6.js → chunk-2RLKKAFO.js} +5 -5
  96. package/dist/{chunk-4H2E62A6.js.map → chunk-2RLKKAFO.js.map} +1 -1
  97. package/dist/{chunk-7CO6ZZBD.js → chunk-2XDIA4LB.js} +3 -3
  98. package/dist/{chunk-7CO6ZZBD.js.map → chunk-2XDIA4LB.js.map} +1 -1
  99. package/dist/{chunk-F2WQJ326.js → chunk-3NN5XGE3.js} +3 -3
  100. package/dist/{chunk-F2WQJ326.js.map → chunk-3NN5XGE3.js.map} +1 -1
  101. package/dist/{chunk-PKZBJQS3.cjs → chunk-4QJDROC2.cjs} +101 -101
  102. package/dist/{chunk-PKZBJQS3.cjs.map → chunk-4QJDROC2.cjs.map} +1 -1
  103. package/dist/{chunk-YK45NJAN.js → chunk-4RNCG4IX.js} +4 -4
  104. package/dist/{chunk-YK45NJAN.js.map → chunk-4RNCG4IX.js.map} +1 -1
  105. package/dist/{chunk-3IDIVR56.js → chunk-4RR56AIZ.js} +3 -3
  106. package/dist/{chunk-3IDIVR56.js.map → chunk-4RR56AIZ.js.map} +1 -1
  107. package/dist/{chunk-QCSBT7CS.js → chunk-5R3TARND.js} +3 -3
  108. package/dist/{chunk-QCSBT7CS.js.map → chunk-5R3TARND.js.map} +1 -1
  109. package/dist/{chunk-6OEONRMO.js → chunk-75ODZOL7.js} +4 -4
  110. package/dist/{chunk-6OEONRMO.js.map → chunk-75ODZOL7.js.map} +1 -1
  111. package/dist/{chunk-BA4S2M7W.cjs → chunk-7UY6IS2X.cjs} +4 -4
  112. package/dist/{chunk-BA4S2M7W.cjs.map → chunk-7UY6IS2X.cjs.map} +1 -1
  113. package/dist/{chunk-TULZQMH5.js → chunk-AGFTSJZC.js} +3 -3
  114. package/dist/{chunk-TULZQMH5.js.map → chunk-AGFTSJZC.js.map} +1 -1
  115. package/dist/{chunk-4QERBYMF.cjs → chunk-AQIFUFNF.cjs} +24 -24
  116. package/dist/{chunk-4QERBYMF.cjs.map → chunk-AQIFUFNF.cjs.map} +1 -1
  117. package/dist/{chunk-RZBX26XW.js → chunk-AYPNWRLX.js} +3 -3
  118. package/dist/{chunk-RZBX26XW.js.map → chunk-AYPNWRLX.js.map} +1 -1
  119. package/dist/{chunk-3AICJPM7.js → chunk-BB3HUXJZ.js} +3 -3
  120. package/dist/{chunk-3AICJPM7.js.map → chunk-BB3HUXJZ.js.map} +1 -1
  121. package/dist/{chunk-RLITUUK6.cjs → chunk-BKMQJMWE.cjs} +8 -8
  122. package/dist/{chunk-RLITUUK6.cjs.map → chunk-BKMQJMWE.cjs.map} +1 -1
  123. package/dist/{chunk-3ZEAXXYD.js → chunk-CGFMGFKV.js} +3 -3
  124. package/dist/{chunk-3ZEAXXYD.js.map → chunk-CGFMGFKV.js.map} +1 -1
  125. package/dist/{chunk-HABZSU22.js → chunk-CKFO7257.js} +4 -4
  126. package/dist/{chunk-HABZSU22.js.map → chunk-CKFO7257.js.map} +1 -1
  127. package/dist/{chunk-NZY4VEYK.js → chunk-CYJSMHDR.js} +3 -3
  128. package/dist/{chunk-NZY4VEYK.js.map → chunk-CYJSMHDR.js.map} +1 -1
  129. package/dist/{chunk-FZPRMK2H.cjs → chunk-DNEZDNKB.cjs} +8 -8
  130. package/dist/{chunk-FZPRMK2H.cjs.map → chunk-DNEZDNKB.cjs.map} +1 -1
  131. package/dist/{chunk-A76I3XR6.js → chunk-DWVJSWSE.js} +2 -2
  132. package/dist/{chunk-A76I3XR6.js.map → chunk-DWVJSWSE.js.map} +1 -1
  133. package/dist/{chunk-GTOPUF5K.cjs → chunk-DZHJ7XCH.cjs} +6 -6
  134. package/dist/{chunk-GTOPUF5K.cjs.map → chunk-DZHJ7XCH.cjs.map} +1 -1
  135. package/dist/{chunk-76VMZPQG.js → chunk-EIKSVIW3.js} +36 -20
  136. package/dist/chunk-EIKSVIW3.js.map +1 -0
  137. package/dist/{chunk-5CCNDIQA.cjs → chunk-EKZHA5NN.cjs} +6 -6
  138. package/dist/{chunk-5CCNDIQA.cjs.map → chunk-EKZHA5NN.cjs.map} +1 -1
  139. package/dist/{chunk-KJ33BE5F.cjs → chunk-EQQVBKSD.cjs} +8 -8
  140. package/dist/{chunk-KJ33BE5F.cjs.map → chunk-EQQVBKSD.cjs.map} +1 -1
  141. package/dist/{chunk-ADOALG4G.cjs → chunk-EVIEMZPA.cjs} +4 -3
  142. package/dist/chunk-EVIEMZPA.cjs.map +1 -0
  143. package/dist/{chunk-4ZTXLUK3.js → chunk-EZL3D4PO.js} +4 -4
  144. package/dist/{chunk-4ZTXLUK3.js.map → chunk-EZL3D4PO.js.map} +1 -1
  145. package/dist/{chunk-WQMXXSIP.cjs → chunk-FMDGZHMC.cjs} +11 -11
  146. package/dist/{chunk-WQMXXSIP.cjs.map → chunk-FMDGZHMC.cjs.map} +1 -1
  147. package/dist/{chunk-3W3FK4KH.cjs → chunk-FNWCKWKM.cjs} +33 -33
  148. package/dist/{chunk-3W3FK4KH.cjs.map → chunk-FNWCKWKM.cjs.map} +1 -1
  149. package/dist/{chunk-ESXG2X6S.cjs → chunk-GB356XPX.cjs} +11 -11
  150. package/dist/{chunk-ESXG2X6S.cjs.map → chunk-GB356XPX.cjs.map} +1 -1
  151. package/dist/{chunk-X7GW7EUO.cjs → chunk-GBVZARVX.cjs} +6 -6
  152. package/dist/{chunk-X7GW7EUO.cjs.map → chunk-GBVZARVX.cjs.map} +1 -1
  153. package/dist/{chunk-XPCJPNHA.js → chunk-GBXO223Q.js} +41 -41
  154. package/dist/{chunk-XPCJPNHA.js.map → chunk-GBXO223Q.js.map} +1 -1
  155. package/dist/{chunk-K4ZZFQFX.cjs → chunk-GHNOAGKV.cjs} +13 -13
  156. package/dist/{chunk-K4ZZFQFX.cjs.map → chunk-GHNOAGKV.cjs.map} +1 -1
  157. package/dist/{chunk-N2HQIMLG.js → chunk-GXI53DFN.js} +3 -3
  158. package/dist/{chunk-N2HQIMLG.js.map → chunk-GXI53DFN.js.map} +1 -1
  159. package/dist/chunk-H7TPN2Y6.js +522 -0
  160. package/dist/chunk-H7TPN2Y6.js.map +1 -0
  161. package/dist/{chunk-C7ZX5DHM.js → chunk-HBOB5WKU.js} +5 -5
  162. package/dist/{chunk-C7ZX5DHM.js.map → chunk-HBOB5WKU.js.map} +1 -1
  163. package/dist/{chunk-FLOHCX4T.cjs → chunk-HXIX55Y4.cjs} +10 -10
  164. package/dist/{chunk-FLOHCX4T.cjs.map → chunk-HXIX55Y4.cjs.map} +1 -1
  165. package/dist/{chunk-PV2YAEGA.js → chunk-I6GXKO5J.js} +4 -4
  166. package/dist/{chunk-PV2YAEGA.js.map → chunk-I6GXKO5J.js.map} +1 -1
  167. package/dist/{chunk-RL27XDQE.js → chunk-IZZ4ZP3Y.js} +3 -3
  168. package/dist/{chunk-RL27XDQE.js.map → chunk-IZZ4ZP3Y.js.map} +1 -1
  169. package/dist/chunk-JEPACCO3.cjs +676 -0
  170. package/dist/{chunk-GRROKQZV.cjs.map → chunk-JEPACCO3.cjs.map} +1 -1
  171. package/dist/{chunk-CV4LIN3P.cjs → chunk-JTMPDRWI.cjs} +9 -9
  172. package/dist/{chunk-CV4LIN3P.cjs.map → chunk-JTMPDRWI.cjs.map} +1 -1
  173. package/dist/{chunk-UF4TR3AN.js → chunk-K3A6LAJC.js} +3 -3
  174. package/dist/{chunk-UF4TR3AN.js.map → chunk-K3A6LAJC.js.map} +1 -1
  175. package/dist/{chunk-LYEJMLZK.js → chunk-KOCE23K4.js} +4 -4
  176. package/dist/{chunk-LYEJMLZK.js.map → chunk-KOCE23K4.js.map} +1 -1
  177. package/dist/{chunk-JIB75MHZ.cjs → chunk-L3U6GXOD.cjs} +4 -29
  178. package/dist/chunk-L3U6GXOD.cjs.map +1 -0
  179. package/dist/{chunk-KQGH5TKC.cjs → chunk-LOTLWLPW.cjs} +8 -8
  180. package/dist/{chunk-KQGH5TKC.cjs.map → chunk-LOTLWLPW.cjs.map} +1 -1
  181. package/dist/{chunk-23NMT2X2.cjs → chunk-M32NLBKC.cjs} +8 -8
  182. package/dist/{chunk-23NMT2X2.cjs.map → chunk-M32NLBKC.cjs.map} +1 -1
  183. package/dist/{chunk-SWFGOOOC.cjs → chunk-M3G3V2BR.cjs} +5 -5
  184. package/dist/{chunk-SWFGOOOC.cjs.map → chunk-M3G3V2BR.cjs.map} +1 -1
  185. package/dist/{chunk-SPFE7PYM.cjs → chunk-MGG34H7P.cjs} +89 -89
  186. package/dist/{chunk-SPFE7PYM.cjs.map → chunk-MGG34H7P.cjs.map} +1 -1
  187. package/dist/{chunk-USNA4TKM.js → chunk-MN4N5SO4.js} +3 -3
  188. package/dist/{chunk-USNA4TKM.js.map → chunk-MN4N5SO4.js.map} +1 -1
  189. package/dist/{chunk-FPNN7NR6.cjs → chunk-MSKYP5LL.cjs} +8 -8
  190. package/dist/{chunk-FPNN7NR6.cjs.map → chunk-MSKYP5LL.cjs.map} +1 -1
  191. package/dist/{chunk-OP64PLRM.js → chunk-MZRE4VM6.js} +3 -3
  192. package/dist/{chunk-OP64PLRM.js.map → chunk-MZRE4VM6.js.map} +1 -1
  193. package/dist/{chunk-VVLD43MX.js → chunk-N624P3VO.js} +4 -3
  194. package/dist/chunk-N624P3VO.js.map +1 -0
  195. package/dist/{chunk-DTBEZHBA.cjs → chunk-N6DXNOYI.cjs} +7 -7
  196. package/dist/{chunk-DTBEZHBA.cjs.map → chunk-N6DXNOYI.cjs.map} +1 -1
  197. package/dist/{chunk-V5KIXCQT.cjs → chunk-NWBJNMEH.cjs} +10 -10
  198. package/dist/{chunk-V5KIXCQT.cjs.map → chunk-NWBJNMEH.cjs.map} +1 -1
  199. package/dist/{chunk-4EJPH3QV.cjs → chunk-O5QFXRHS.cjs} +155 -139
  200. package/dist/chunk-O5QFXRHS.cjs.map +1 -0
  201. package/dist/{chunk-I6LFPPPY.js → chunk-O6TVZ7JM.js} +5 -5
  202. package/dist/{chunk-I6LFPPPY.js.map → chunk-O6TVZ7JM.js.map} +1 -1
  203. package/dist/{chunk-IMALIYW3.cjs → chunk-O7P7DTEU.cjs} +5 -5
  204. package/dist/{chunk-IMALIYW3.cjs.map → chunk-O7P7DTEU.cjs.map} +1 -1
  205. package/dist/{chunk-5DNCX4VR.cjs → chunk-OJ7J57QX.cjs} +8 -8
  206. package/dist/{chunk-5DNCX4VR.cjs.map → chunk-OJ7J57QX.cjs.map} +1 -1
  207. package/dist/{chunk-QIIFFLTP.js → chunk-OWGVQMFL.js} +3 -3
  208. package/dist/{chunk-QIIFFLTP.js.map → chunk-OWGVQMFL.js.map} +1 -1
  209. package/dist/{chunk-QXTSZUOW.cjs → chunk-P2D4FXR3.cjs} +40 -40
  210. package/dist/{chunk-QXTSZUOW.cjs.map → chunk-P2D4FXR3.cjs.map} +1 -1
  211. package/dist/chunk-P4IMQYF3.cjs +536 -0
  212. package/dist/chunk-P4IMQYF3.cjs.map +1 -0
  213. package/dist/{chunk-7HBQXTEE.js → chunk-PBXPP6LG.js} +4 -4
  214. package/dist/{chunk-7HBQXTEE.js.map → chunk-PBXPP6LG.js.map} +1 -1
  215. package/dist/{chunk-RV5AACQT.js → chunk-PIJ5TCIL.js} +3 -3
  216. package/dist/{chunk-RV5AACQT.js.map → chunk-PIJ5TCIL.js.map} +1 -1
  217. package/dist/{chunk-CBLGDMKY.js → chunk-PRNDSHZW.js} +3 -3
  218. package/dist/{chunk-CBLGDMKY.js.map → chunk-PRNDSHZW.js.map} +1 -1
  219. package/dist/{chunk-MAWER4M5.cjs → chunk-QHZNXZWE.cjs} +16 -16
  220. package/dist/{chunk-MAWER4M5.cjs.map → chunk-QHZNXZWE.cjs.map} +1 -1
  221. package/dist/{chunk-GIDCL2QK.js → chunk-R5LDM3BW.js} +4 -4
  222. package/dist/{chunk-GIDCL2QK.js.map → chunk-R5LDM3BW.js.map} +1 -1
  223. package/dist/{chunk-5CCEQCYY.cjs → chunk-SCZF5DQB.cjs} +2 -2
  224. package/dist/{chunk-5CCEQCYY.cjs.map → chunk-SCZF5DQB.cjs.map} +1 -1
  225. package/dist/{chunk-7X5Y6YFV.cjs → chunk-SG33QRJ5.cjs} +10 -10
  226. package/dist/{chunk-7X5Y6YFV.cjs.map → chunk-SG33QRJ5.cjs.map} +1 -1
  227. package/dist/{chunk-KY2L7WII.cjs → chunk-SGAES7J3.cjs} +28 -28
  228. package/dist/{chunk-KY2L7WII.cjs.map → chunk-SGAES7J3.cjs.map} +1 -1
  229. package/dist/chunk-SLTGLKKQ.js +25 -0
  230. package/dist/chunk-SLTGLKKQ.js.map +1 -0
  231. package/dist/{chunk-LO3JBCO6.js → chunk-ST65ZQ6C.js} +5 -24
  232. package/dist/chunk-ST65ZQ6C.js.map +1 -0
  233. package/dist/{chunk-VDUQSJ24.js → chunk-SYLOFHAO.js} +3 -3
  234. package/dist/{chunk-VDUQSJ24.js.map → chunk-SYLOFHAO.js.map} +1 -1
  235. package/dist/{chunk-ACWLVJMM.cjs → chunk-U4CV6ZLO.cjs} +6 -6
  236. package/dist/{chunk-ACWLVJMM.cjs.map → chunk-U4CV6ZLO.cjs.map} +1 -1
  237. package/dist/{chunk-JRVTDAR3.cjs → chunk-U4MOTJPV.cjs} +71 -71
  238. package/dist/{chunk-JRVTDAR3.cjs.map → chunk-U4MOTJPV.cjs.map} +1 -1
  239. package/dist/{chunk-PYDNEKG7.js → chunk-UC4A4MTE.js} +5 -5
  240. package/dist/{chunk-PYDNEKG7.js.map → chunk-UC4A4MTE.js.map} +1 -1
  241. package/dist/{chunk-XD5A75U5.cjs → chunk-UNVDPUDB.cjs} +10 -10
  242. package/dist/{chunk-XD5A75U5.cjs.map → chunk-UNVDPUDB.cjs.map} +1 -1
  243. package/dist/{chunk-3WEFKFTW.js → chunk-V3CFHU42.js} +3 -3
  244. package/dist/{chunk-3WEFKFTW.js.map → chunk-V3CFHU42.js.map} +1 -1
  245. package/dist/{chunk-5LGNYS65.js → chunk-W2LZ3CEY.js} +3 -3
  246. package/dist/{chunk-5LGNYS65.js.map → chunk-W2LZ3CEY.js.map} +1 -1
  247. package/dist/{chunk-IDJRYGFI.js → chunk-W3BHN44U.js} +3 -3
  248. package/dist/{chunk-IDJRYGFI.js.map → chunk-W3BHN44U.js.map} +1 -1
  249. package/dist/{chunk-7T2NLNMZ.js → chunk-WAGWS64X.js} +5 -5
  250. package/dist/{chunk-7T2NLNMZ.js.map → chunk-WAGWS64X.js.map} +1 -1
  251. package/dist/{chunk-XN67PSYF.cjs → chunk-WII3RU4D.cjs} +8 -8
  252. package/dist/{chunk-XN67PSYF.cjs.map → chunk-WII3RU4D.cjs.map} +1 -1
  253. package/dist/chunk-WOMWA56V.cjs +34 -0
  254. package/dist/chunk-WOMWA56V.cjs.map +1 -0
  255. package/dist/{chunk-5J77WZVX.js → chunk-X3YYLOBX.js} +3 -3
  256. package/dist/{chunk-5J77WZVX.js.map → chunk-X3YYLOBX.js.map} +1 -1
  257. package/dist/{chunk-LZTFEWE2.cjs → chunk-X72GZOMH.cjs} +8 -8
  258. package/dist/{chunk-LZTFEWE2.cjs.map → chunk-X72GZOMH.cjs.map} +1 -1
  259. package/dist/{chunk-ISVWKG75.cjs → chunk-XRQ24547.cjs} +23 -23
  260. package/dist/{chunk-ISVWKG75.cjs.map → chunk-XRQ24547.cjs.map} +1 -1
  261. package/dist/{chunk-OULHG4PU.cjs → chunk-XZ2UECF2.cjs} +7 -7
  262. package/dist/{chunk-OULHG4PU.cjs.map → chunk-XZ2UECF2.cjs.map} +1 -1
  263. package/dist/{chunk-G2UVEO6M.cjs → chunk-YVA4JWKW.cjs} +12 -12
  264. package/dist/{chunk-G2UVEO6M.cjs.map → chunk-YVA4JWKW.cjs.map} +1 -1
  265. package/dist/{chunk-CUJ7X5PY.js → chunk-YWFPRGMQ.js} +5 -5
  266. package/dist/{chunk-CUJ7X5PY.js.map → chunk-YWFPRGMQ.js.map} +1 -1
  267. package/dist/{chunk-5OEMUJJX.cjs → chunk-ZAISELX5.cjs} +16 -16
  268. package/dist/{chunk-5OEMUJJX.cjs.map → chunk-ZAISELX5.cjs.map} +1 -1
  269. package/dist/{chunk-UVZH7OIS.cjs → chunk-ZBJ23OYY.cjs} +10 -10
  270. package/dist/{chunk-UVZH7OIS.cjs.map → chunk-ZBJ23OYY.cjs.map} +1 -1
  271. package/dist/{chunk-RQFMAS4T.cjs → chunk-ZEOCTIOC.cjs} +4 -4
  272. package/dist/{chunk-RQFMAS4T.cjs.map → chunk-ZEOCTIOC.cjs.map} +1 -1
  273. package/dist/{chunk-MZ5ZHXPD.js → chunk-ZHDQZ7TX.js} +4 -4
  274. package/dist/{chunk-MZ5ZHXPD.js.map → chunk-ZHDQZ7TX.js.map} +1 -1
  275. package/dist/docs/SKILL.md +1 -1
  276. package/dist/docs/assets/SOURCE_MAP.json +1 -1
  277. package/dist/server/handlers/a2a.cjs +14 -14
  278. package/dist/server/handlers/a2a.js +1 -1
  279. package/dist/server/handlers/agent-builder.cjs +16 -16
  280. package/dist/server/handlers/agent-builder.js +1 -1
  281. package/dist/server/handlers/agent-versions.cjs +8 -8
  282. package/dist/server/handlers/agent-versions.js +1 -1
  283. package/dist/server/handlers/agents.cjs +41 -41
  284. package/dist/server/handlers/agents.d.ts +104 -0
  285. package/dist/server/handlers/agents.d.ts.map +1 -1
  286. package/dist/server/handlers/agents.js +1 -1
  287. package/dist/server/handlers/auth.cjs +12 -12
  288. package/dist/server/handlers/auth.js +1 -1
  289. package/dist/server/handlers/background-tasks.cjs +4 -4
  290. package/dist/server/handlers/background-tasks.js +1 -1
  291. package/dist/server/handlers/builder-registry.cjs +6 -6
  292. package/dist/server/handlers/builder-registry.js +1 -1
  293. package/dist/server/handlers/channels.cjs +5 -5
  294. package/dist/server/handlers/channels.js +1 -1
  295. package/dist/server/handlers/conversations.cjs +5 -5
  296. package/dist/server/handlers/conversations.js +1 -1
  297. package/dist/server/handlers/datasets.cjs +26 -26
  298. package/dist/server/handlers/datasets.d.ts +8 -0
  299. package/dist/server/handlers/datasets.d.ts.map +1 -1
  300. package/dist/server/handlers/datasets.js +1 -1
  301. package/dist/server/handlers/editor-builder.cjs +5 -5
  302. package/dist/server/handlers/editor-builder.js +1 -1
  303. package/dist/server/handlers/favorites-enrichment.cjs +3 -3
  304. package/dist/server/handlers/favorites-enrichment.js +1 -1
  305. package/dist/server/handlers/logs.cjs +4 -4
  306. package/dist/server/handlers/logs.js +1 -1
  307. package/dist/server/handlers/mcp-client-versions.cjs +8 -8
  308. package/dist/server/handlers/mcp-client-versions.js +1 -1
  309. package/dist/server/handlers/mcp.cjs +11 -11
  310. package/dist/server/handlers/mcp.js +1 -1
  311. package/dist/server/handlers/memory.cjs +27 -27
  312. package/dist/server/handlers/memory.js +1 -1
  313. package/dist/server/handlers/observability-new-endpoints.cjs +29 -29
  314. package/dist/server/handlers/observability-new-endpoints.d.ts +232 -232
  315. package/dist/server/handlers/observability-new-endpoints.js +1 -1
  316. package/dist/server/handlers/observability-shared.cjs +9 -9
  317. package/dist/server/handlers/observability-shared.js +1 -1
  318. package/dist/server/handlers/observability.cjs +40 -40
  319. package/dist/server/handlers/observability.js +2 -2
  320. package/dist/server/handlers/processor-providers.cjs +3 -3
  321. package/dist/server/handlers/processor-providers.js +1 -1
  322. package/dist/server/handlers/processors.cjs +4 -4
  323. package/dist/server/handlers/processors.js +1 -1
  324. package/dist/server/handlers/prompt-block-versions.cjs +8 -8
  325. package/dist/server/handlers/prompt-block-versions.js +1 -1
  326. package/dist/server/handlers/responses.cjs +4 -4
  327. package/dist/server/handlers/responses.js +1 -1
  328. package/dist/server/handlers/schedules.cjs +6 -6
  329. package/dist/server/handlers/schedules.js +1 -1
  330. package/dist/server/handlers/scorer-versions.cjs +8 -8
  331. package/dist/server/handlers/scorer-versions.js +1 -1
  332. package/dist/server/handlers/scores.cjs +7 -7
  333. package/dist/server/handlers/scores.js +1 -1
  334. package/dist/server/handlers/stored-agent-favorites.cjs +3 -3
  335. package/dist/server/handlers/stored-agent-favorites.js +1 -1
  336. package/dist/server/handlers/stored-agents.cjs +7 -7
  337. package/dist/server/handlers/stored-agents.js +1 -1
  338. package/dist/server/handlers/stored-mcp-clients.cjs +6 -6
  339. package/dist/server/handlers/stored-mcp-clients.js +1 -1
  340. package/dist/server/handlers/stored-prompt-blocks.cjs +6 -6
  341. package/dist/server/handlers/stored-prompt-blocks.js +1 -1
  342. package/dist/server/handlers/stored-scorers.cjs +6 -6
  343. package/dist/server/handlers/stored-scorers.js +1 -1
  344. package/dist/server/handlers/stored-skill-favorites.cjs +3 -3
  345. package/dist/server/handlers/stored-skill-favorites.js +1 -1
  346. package/dist/server/handlers/stored-skills.cjs +7 -7
  347. package/dist/server/handlers/stored-skills.js +1 -1
  348. package/dist/server/handlers/stored-workspaces.cjs +6 -6
  349. package/dist/server/handlers/stored-workspaces.js +1 -1
  350. package/dist/server/handlers/system.cjs +3 -3
  351. package/dist/server/handlers/system.js +1 -1
  352. package/dist/server/handlers/tool-providers.cjs +5 -5
  353. package/dist/server/handlers/tool-providers.js +1 -1
  354. package/dist/server/handlers/tools.cjs +6 -6
  355. package/dist/server/handlers/tools.js +1 -1
  356. package/dist/server/handlers/vector.cjs +16 -16
  357. package/dist/server/handlers/vector.js +1 -1
  358. package/dist/server/handlers/voice.cjs +8 -8
  359. package/dist/server/handlers/voice.d.ts +8 -77
  360. package/dist/server/handlers/voice.d.ts.map +1 -1
  361. package/dist/server/handlers/voice.js +1 -1
  362. package/dist/server/handlers/workflows.cjs +26 -26
  363. package/dist/server/handlers/workflows.js +1 -1
  364. package/dist/server/handlers/workspace.cjs +26 -26
  365. package/dist/server/handlers/workspace.js +1 -1
  366. package/dist/server/handlers.cjs +30 -30
  367. package/dist/server/handlers.js +15 -15
  368. package/dist/server/schemas/agents.d.ts +25 -37
  369. package/dist/server/schemas/agents.d.ts.map +1 -1
  370. package/dist/server/schemas/datasets.d.ts +4 -0
  371. package/dist/server/schemas/datasets.d.ts.map +1 -1
  372. package/dist/server/schemas/index.cjs +104 -103
  373. package/dist/server/schemas/index.js +3 -2
  374. package/dist/server/server-adapter/index.cjs +21 -21
  375. package/dist/server/server-adapter/index.js +4 -4
  376. package/dist/server/server-adapter/routes/datasets.d.ts +8 -0
  377. package/dist/server/server-adapter/routes/datasets.d.ts.map +1 -1
  378. package/dist/server/server-adapter/routes/index.d.ts +1 -0
  379. package/dist/server/server-adapter/routes/index.d.ts.map +1 -1
  380. package/dist/server/server-adapter/routes/legacy.d.ts +16 -0
  381. package/dist/server/server-adapter/routes/legacy.d.ts.map +1 -1
  382. package/dist/server/server-adapter/routes/observability.d.ts +116 -116
  383. package/dist/server/server-adapter/routes/route-builder.d.ts +1 -0
  384. package/dist/server/server-adapter/routes/route-builder.d.ts.map +1 -1
  385. package/package.json +7 -6
  386. package/dist/chunk-4EJPH3QV.cjs.map +0 -1
  387. package/dist/chunk-76VMZPQG.js.map +0 -1
  388. package/dist/chunk-ADOALG4G.cjs.map +0 -1
  389. package/dist/chunk-FABRY3EH.js +0 -195
  390. package/dist/chunk-FABRY3EH.js.map +0 -1
  391. package/dist/chunk-GRROKQZV.cjs +0 -676
  392. package/dist/chunk-HJRD2MOT.cjs +0 -204
  393. package/dist/chunk-HJRD2MOT.cjs.map +0 -1
  394. package/dist/chunk-JIB75MHZ.cjs.map +0 -1
  395. package/dist/chunk-LO3JBCO6.js.map +0 -1
  396. package/dist/chunk-VVLD43MX.js.map +0 -1
  397. /package/dist/_types/@internal_core/dist/{index.d.ts → storage/index.d.ts} +0 -0
@@ -8,13 +8,13 @@ export declare const LIST_LOGS: import("../server-adapter").ServerRoute<Record<s
8
8
  metadata?: Record<string, unknown> | null | undefined;
9
9
  executionSource?: string | null | undefined;
10
10
  tags?: string[] | null | undefined;
11
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
11
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
12
12
  entityId?: string | null | undefined;
13
13
  entityName?: string | null | undefined;
14
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
14
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
15
15
  parentEntityId?: string | null | undefined;
16
16
  parentEntityName?: string | null | undefined;
17
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
17
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
18
18
  rootEntityId?: string | null | undefined;
19
19
  rootEntityName?: string | null | undefined;
20
20
  userId?: string | null | undefined;
@@ -66,13 +66,13 @@ export declare const LIST_LOGS: import("../server-adapter").ServerRoute<Record<s
66
66
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
67
67
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
68
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
69
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
69
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
70
70
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
71
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
72
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
72
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
73
73
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
74
74
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
75
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
76
76
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
77
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
78
78
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -113,13 +113,13 @@ export declare const LIST_SCORES: import("../server-adapter").ServerRoute<Record
113
113
  metadata?: Record<string, unknown> | null | undefined;
114
114
  executionSource?: string | null | undefined;
115
115
  tags?: string[] | null | undefined;
116
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
116
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
117
117
  entityId?: string | null | undefined;
118
118
  entityName?: string | null | undefined;
119
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
119
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
120
120
  parentEntityId?: string | null | undefined;
121
121
  parentEntityName?: string | null | undefined;
122
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
122
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
123
123
  rootEntityId?: string | null | undefined;
124
124
  rootEntityName?: string | null | undefined;
125
125
  userId?: string | null | undefined;
@@ -175,13 +175,13 @@ export declare const LIST_SCORES: import("../server-adapter").ServerRoute<Record
175
175
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
176
176
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
177
177
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
178
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
178
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
179
179
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
180
180
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
181
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
182
182
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
183
183
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
184
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
185
185
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
186
186
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
187
187
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -221,13 +221,13 @@ export declare const CREATE_SCORE: import("../server-adapter").ServerRoute<{
221
221
  metadata?: Record<string, unknown> | null | undefined;
222
222
  executionSource?: string | null | undefined;
223
223
  tags?: string[] | null | undefined;
224
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
224
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
225
225
  entityId?: string | null | undefined;
226
226
  entityName?: string | null | undefined;
227
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
227
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
228
228
  parentEntityId?: string | null | undefined;
229
229
  parentEntityName?: string | null | undefined;
230
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
230
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
231
231
  rootEntityId?: string | null | undefined;
232
232
  rootEntityName?: string | null | undefined;
233
233
  userId?: string | null | undefined;
@@ -261,13 +261,13 @@ export declare const CREATE_SCORE: import("../server-adapter").ServerRoute<{
261
261
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
262
262
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
263
263
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
264
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
264
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
265
265
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
266
266
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
267
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
267
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
268
268
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
269
269
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
270
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
270
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
271
271
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
272
272
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
273
273
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -307,13 +307,13 @@ export declare const GET_SCORE: import("../server-adapter").ServerRoute<{
307
307
  metadata?: Record<string, unknown> | null | undefined;
308
308
  executionSource?: string | null | undefined;
309
309
  tags?: string[] | null | undefined;
310
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
310
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
311
311
  entityId?: string | null | undefined;
312
312
  entityName?: string | null | undefined;
313
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
313
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
314
314
  parentEntityId?: string | null | undefined;
315
315
  parentEntityName?: string | null | undefined;
316
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
316
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
317
317
  rootEntityId?: string | null | undefined;
318
318
  rootEntityName?: string | null | undefined;
319
319
  userId?: string | null | undefined;
@@ -347,13 +347,13 @@ export declare const GET_SCORE: import("../server-adapter").ServerRoute<{
347
347
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
348
348
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
349
349
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
350
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
350
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
351
351
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
352
352
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
353
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
353
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
354
354
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
355
355
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
356
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
356
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
357
357
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
358
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
359
359
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -399,7 +399,7 @@ export declare const GET_SCORE_AGGREGATE: import("../server-adapter").ServerRout
399
399
  } | undefined;
400
400
  traceId?: string | undefined;
401
401
  spanId?: string | undefined;
402
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
402
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
403
403
  entityName?: string | undefined;
404
404
  entityVersionId?: string | undefined;
405
405
  parentEntityVersionId?: string | undefined;
@@ -409,9 +409,9 @@ export declare const GET_SCORE_AGGREGATE: import("../server-adapter").ServerRout
409
409
  experimentId?: string | undefined;
410
410
  serviceName?: string | undefined;
411
411
  environment?: string | undefined;
412
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
412
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
413
413
  parentEntityName?: string | undefined;
414
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
414
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
415
415
  rootEntityName?: string | undefined;
416
416
  resourceId?: string | undefined;
417
417
  runId?: string | undefined;
@@ -450,7 +450,7 @@ export declare const GET_SCORE_AGGREGATE: import("../server-adapter").ServerRout
450
450
  }, z.core.$strip>>;
451
451
  traceId: z.ZodOptional<z.ZodString>;
452
452
  spanId: z.ZodOptional<z.ZodString>;
453
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
453
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
454
454
  entityName: z.ZodOptional<z.ZodString>;
455
455
  entityVersionId: z.ZodOptional<z.ZodString>;
456
456
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -460,9 +460,9 @@ export declare const GET_SCORE_AGGREGATE: import("../server-adapter").ServerRout
460
460
  experimentId: z.ZodOptional<z.ZodString>;
461
461
  serviceName: z.ZodOptional<z.ZodString>;
462
462
  environment: z.ZodOptional<z.ZodString>;
463
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
463
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
464
464
  parentEntityName: z.ZodOptional<z.ZodString>;
465
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
465
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
466
466
  rootEntityName: z.ZodOptional<z.ZodString>;
467
467
  resourceId: z.ZodOptional<z.ZodString>;
468
468
  runId: z.ZodOptional<z.ZodString>;
@@ -499,7 +499,7 @@ export declare const GET_SCORE_BREAKDOWN: import("../server-adapter").ServerRout
499
499
  } | undefined;
500
500
  traceId?: string | undefined;
501
501
  spanId?: string | undefined;
502
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
502
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
503
503
  entityName?: string | undefined;
504
504
  entityVersionId?: string | undefined;
505
505
  parentEntityVersionId?: string | undefined;
@@ -509,9 +509,9 @@ export declare const GET_SCORE_BREAKDOWN: import("../server-adapter").ServerRout
509
509
  experimentId?: string | undefined;
510
510
  serviceName?: string | undefined;
511
511
  environment?: string | undefined;
512
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
512
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
513
513
  parentEntityName?: string | undefined;
514
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
514
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
515
515
  rootEntityName?: string | undefined;
516
516
  resourceId?: string | undefined;
517
517
  runId?: string | undefined;
@@ -551,7 +551,7 @@ export declare const GET_SCORE_BREAKDOWN: import("../server-adapter").ServerRout
551
551
  }, z.core.$strip>>;
552
552
  traceId: z.ZodOptional<z.ZodString>;
553
553
  spanId: z.ZodOptional<z.ZodString>;
554
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
554
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
555
555
  entityName: z.ZodOptional<z.ZodString>;
556
556
  entityVersionId: z.ZodOptional<z.ZodString>;
557
557
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -561,9 +561,9 @@ export declare const GET_SCORE_BREAKDOWN: import("../server-adapter").ServerRout
561
561
  experimentId: z.ZodOptional<z.ZodString>;
562
562
  serviceName: z.ZodOptional<z.ZodString>;
563
563
  environment: z.ZodOptional<z.ZodString>;
564
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
564
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
565
565
  parentEntityName: z.ZodOptional<z.ZodString>;
566
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
566
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
567
567
  rootEntityName: z.ZodOptional<z.ZodString>;
568
568
  resourceId: z.ZodOptional<z.ZodString>;
569
569
  runId: z.ZodOptional<z.ZodString>;
@@ -596,7 +596,7 @@ export declare const GET_SCORE_TIME_SERIES: import("../server-adapter").ServerRo
596
596
  } | undefined;
597
597
  traceId?: string | undefined;
598
598
  spanId?: string | undefined;
599
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
599
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
600
600
  entityName?: string | undefined;
601
601
  entityVersionId?: string | undefined;
602
602
  parentEntityVersionId?: string | undefined;
@@ -606,9 +606,9 @@ export declare const GET_SCORE_TIME_SERIES: import("../server-adapter").ServerRo
606
606
  experimentId?: string | undefined;
607
607
  serviceName?: string | undefined;
608
608
  environment?: string | undefined;
609
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
609
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
610
610
  parentEntityName?: string | undefined;
611
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
611
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
612
612
  rootEntityName?: string | undefined;
613
613
  resourceId?: string | undefined;
614
614
  runId?: string | undefined;
@@ -658,7 +658,7 @@ export declare const GET_SCORE_TIME_SERIES: import("../server-adapter").ServerRo
658
658
  }, z.core.$strip>>;
659
659
  traceId: z.ZodOptional<z.ZodString>;
660
660
  spanId: z.ZodOptional<z.ZodString>;
661
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
661
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
662
662
  entityName: z.ZodOptional<z.ZodString>;
663
663
  entityVersionId: z.ZodOptional<z.ZodString>;
664
664
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -668,9 +668,9 @@ export declare const GET_SCORE_TIME_SERIES: import("../server-adapter").ServerRo
668
668
  experimentId: z.ZodOptional<z.ZodString>;
669
669
  serviceName: z.ZodOptional<z.ZodString>;
670
670
  environment: z.ZodOptional<z.ZodString>;
671
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
671
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
672
672
  parentEntityName: z.ZodOptional<z.ZodString>;
673
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
673
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
674
674
  rootEntityName: z.ZodOptional<z.ZodString>;
675
675
  resourceId: z.ZodOptional<z.ZodString>;
676
676
  runId: z.ZodOptional<z.ZodString>;
@@ -707,7 +707,7 @@ export declare const GET_SCORE_PERCENTILES: import("../server-adapter").ServerRo
707
707
  } | undefined;
708
708
  traceId?: string | undefined;
709
709
  spanId?: string | undefined;
710
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
710
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
711
711
  entityName?: string | undefined;
712
712
  entityVersionId?: string | undefined;
713
713
  parentEntityVersionId?: string | undefined;
@@ -717,9 +717,9 @@ export declare const GET_SCORE_PERCENTILES: import("../server-adapter").ServerRo
717
717
  experimentId?: string | undefined;
718
718
  serviceName?: string | undefined;
719
719
  environment?: string | undefined;
720
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
720
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
721
721
  parentEntityName?: string | undefined;
722
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
722
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
723
723
  rootEntityName?: string | undefined;
724
724
  resourceId?: string | undefined;
725
725
  runId?: string | undefined;
@@ -760,7 +760,7 @@ export declare const GET_SCORE_PERCENTILES: import("../server-adapter").ServerRo
760
760
  }, z.core.$strip>>;
761
761
  traceId: z.ZodOptional<z.ZodString>;
762
762
  spanId: z.ZodOptional<z.ZodString>;
763
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
763
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
764
764
  entityName: z.ZodOptional<z.ZodString>;
765
765
  entityVersionId: z.ZodOptional<z.ZodString>;
766
766
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -770,9 +770,9 @@ export declare const GET_SCORE_PERCENTILES: import("../server-adapter").ServerRo
770
770
  experimentId: z.ZodOptional<z.ZodString>;
771
771
  serviceName: z.ZodOptional<z.ZodString>;
772
772
  environment: z.ZodOptional<z.ZodString>;
773
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
773
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
774
774
  parentEntityName: z.ZodOptional<z.ZodString>;
775
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
775
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
776
776
  rootEntityName: z.ZodOptional<z.ZodString>;
777
777
  resourceId: z.ZodOptional<z.ZodString>;
778
778
  runId: z.ZodOptional<z.ZodString>;
@@ -800,13 +800,13 @@ export declare const LIST_FEEDBACK: import("../server-adapter").ServerRoute<Reco
800
800
  metadata?: Record<string, unknown> | null | undefined;
801
801
  executionSource?: string | null | undefined;
802
802
  tags?: string[] | null | undefined;
803
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
803
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
804
804
  entityId?: string | null | undefined;
805
805
  entityName?: string | null | undefined;
806
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
806
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
807
807
  parentEntityId?: string | null | undefined;
808
808
  parentEntityName?: string | null | undefined;
809
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
809
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
810
810
  rootEntityId?: string | null | undefined;
811
811
  rootEntityName?: string | null | undefined;
812
812
  userId?: string | null | undefined;
@@ -861,13 +861,13 @@ export declare const LIST_FEEDBACK: import("../server-adapter").ServerRoute<Reco
861
861
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
862
862
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
863
863
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
864
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
864
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
865
865
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
866
866
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
867
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
867
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
868
868
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
869
869
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
870
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
870
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
871
871
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
872
872
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
873
873
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -906,13 +906,13 @@ export declare const CREATE_FEEDBACK: import("../server-adapter").ServerRoute<{
906
906
  metadata?: Record<string, unknown> | null | undefined;
907
907
  executionSource?: string | null | undefined;
908
908
  tags?: string[] | null | undefined;
909
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
909
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
910
910
  entityId?: string | null | undefined;
911
911
  entityName?: string | null | undefined;
912
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
912
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
913
913
  parentEntityId?: string | null | undefined;
914
914
  parentEntityName?: string | null | undefined;
915
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
915
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
916
916
  rootEntityId?: string | null | undefined;
917
917
  rootEntityName?: string | null | undefined;
918
918
  userId?: string | null | undefined;
@@ -946,13 +946,13 @@ export declare const CREATE_FEEDBACK: import("../server-adapter").ServerRoute<{
946
946
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
947
947
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
948
948
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
949
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
949
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
950
950
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
951
951
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
952
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
952
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
953
953
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
954
954
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
955
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
955
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
956
956
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
957
957
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
958
958
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -996,7 +996,7 @@ export declare const GET_FEEDBACK_AGGREGATE: import("../server-adapter").ServerR
996
996
  } | undefined;
997
997
  traceId?: string | undefined;
998
998
  spanId?: string | undefined;
999
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
999
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1000
1000
  entityName?: string | undefined;
1001
1001
  entityVersionId?: string | undefined;
1002
1002
  parentEntityVersionId?: string | undefined;
@@ -1006,9 +1006,9 @@ export declare const GET_FEEDBACK_AGGREGATE: import("../server-adapter").ServerR
1006
1006
  experimentId?: string | undefined;
1007
1007
  serviceName?: string | undefined;
1008
1008
  environment?: string | undefined;
1009
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1009
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1010
1010
  parentEntityName?: string | undefined;
1011
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1011
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1012
1012
  rootEntityName?: string | undefined;
1013
1013
  resourceId?: string | undefined;
1014
1014
  runId?: string | undefined;
@@ -1048,7 +1048,7 @@ export declare const GET_FEEDBACK_AGGREGATE: import("../server-adapter").ServerR
1048
1048
  }, z.core.$strip>>;
1049
1049
  traceId: z.ZodOptional<z.ZodString>;
1050
1050
  spanId: z.ZodOptional<z.ZodString>;
1051
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1051
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1052
1052
  entityName: z.ZodOptional<z.ZodString>;
1053
1053
  entityVersionId: z.ZodOptional<z.ZodString>;
1054
1054
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1058,9 +1058,9 @@ export declare const GET_FEEDBACK_AGGREGATE: import("../server-adapter").ServerR
1058
1058
  experimentId: z.ZodOptional<z.ZodString>;
1059
1059
  serviceName: z.ZodOptional<z.ZodString>;
1060
1060
  environment: z.ZodOptional<z.ZodString>;
1061
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1061
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1062
1062
  parentEntityName: z.ZodOptional<z.ZodString>;
1063
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1063
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1064
1064
  rootEntityName: z.ZodOptional<z.ZodString>;
1065
1065
  resourceId: z.ZodOptional<z.ZodString>;
1066
1066
  runId: z.ZodOptional<z.ZodString>;
@@ -1098,7 +1098,7 @@ export declare const GET_FEEDBACK_BREAKDOWN: import("../server-adapter").ServerR
1098
1098
  } | undefined;
1099
1099
  traceId?: string | undefined;
1100
1100
  spanId?: string | undefined;
1101
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1101
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1102
1102
  entityName?: string | undefined;
1103
1103
  entityVersionId?: string | undefined;
1104
1104
  parentEntityVersionId?: string | undefined;
@@ -1108,9 +1108,9 @@ export declare const GET_FEEDBACK_BREAKDOWN: import("../server-adapter").ServerR
1108
1108
  experimentId?: string | undefined;
1109
1109
  serviceName?: string | undefined;
1110
1110
  environment?: string | undefined;
1111
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1111
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1112
1112
  parentEntityName?: string | undefined;
1113
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1113
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1114
1114
  rootEntityName?: string | undefined;
1115
1115
  resourceId?: string | undefined;
1116
1116
  runId?: string | undefined;
@@ -1151,7 +1151,7 @@ export declare const GET_FEEDBACK_BREAKDOWN: import("../server-adapter").ServerR
1151
1151
  }, z.core.$strip>>;
1152
1152
  traceId: z.ZodOptional<z.ZodString>;
1153
1153
  spanId: z.ZodOptional<z.ZodString>;
1154
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1154
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1155
1155
  entityName: z.ZodOptional<z.ZodString>;
1156
1156
  entityVersionId: z.ZodOptional<z.ZodString>;
1157
1157
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1161,9 +1161,9 @@ export declare const GET_FEEDBACK_BREAKDOWN: import("../server-adapter").ServerR
1161
1161
  experimentId: z.ZodOptional<z.ZodString>;
1162
1162
  serviceName: z.ZodOptional<z.ZodString>;
1163
1163
  environment: z.ZodOptional<z.ZodString>;
1164
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1164
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1165
1165
  parentEntityName: z.ZodOptional<z.ZodString>;
1166
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1166
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1167
1167
  rootEntityName: z.ZodOptional<z.ZodString>;
1168
1168
  resourceId: z.ZodOptional<z.ZodString>;
1169
1169
  runId: z.ZodOptional<z.ZodString>;
@@ -1197,7 +1197,7 @@ export declare const GET_FEEDBACK_TIME_SERIES: import("../server-adapter").Serve
1197
1197
  } | undefined;
1198
1198
  traceId?: string | undefined;
1199
1199
  spanId?: string | undefined;
1200
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1200
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1201
1201
  entityName?: string | undefined;
1202
1202
  entityVersionId?: string | undefined;
1203
1203
  parentEntityVersionId?: string | undefined;
@@ -1207,9 +1207,9 @@ export declare const GET_FEEDBACK_TIME_SERIES: import("../server-adapter").Serve
1207
1207
  experimentId?: string | undefined;
1208
1208
  serviceName?: string | undefined;
1209
1209
  environment?: string | undefined;
1210
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1210
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1211
1211
  parentEntityName?: string | undefined;
1212
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1212
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1213
1213
  rootEntityName?: string | undefined;
1214
1214
  resourceId?: string | undefined;
1215
1215
  runId?: string | undefined;
@@ -1260,7 +1260,7 @@ export declare const GET_FEEDBACK_TIME_SERIES: import("../server-adapter").Serve
1260
1260
  }, z.core.$strip>>;
1261
1261
  traceId: z.ZodOptional<z.ZodString>;
1262
1262
  spanId: z.ZodOptional<z.ZodString>;
1263
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1263
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1264
1264
  entityName: z.ZodOptional<z.ZodString>;
1265
1265
  entityVersionId: z.ZodOptional<z.ZodString>;
1266
1266
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1270,9 +1270,9 @@ export declare const GET_FEEDBACK_TIME_SERIES: import("../server-adapter").Serve
1270
1270
  experimentId: z.ZodOptional<z.ZodString>;
1271
1271
  serviceName: z.ZodOptional<z.ZodString>;
1272
1272
  environment: z.ZodOptional<z.ZodString>;
1273
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1273
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1274
1274
  parentEntityName: z.ZodOptional<z.ZodString>;
1275
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1275
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1276
1276
  rootEntityName: z.ZodOptional<z.ZodString>;
1277
1277
  resourceId: z.ZodOptional<z.ZodString>;
1278
1278
  runId: z.ZodOptional<z.ZodString>;
@@ -1310,7 +1310,7 @@ export declare const GET_FEEDBACK_PERCENTILES: import("../server-adapter").Serve
1310
1310
  } | undefined;
1311
1311
  traceId?: string | undefined;
1312
1312
  spanId?: string | undefined;
1313
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1313
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1314
1314
  entityName?: string | undefined;
1315
1315
  entityVersionId?: string | undefined;
1316
1316
  parentEntityVersionId?: string | undefined;
@@ -1320,9 +1320,9 @@ export declare const GET_FEEDBACK_PERCENTILES: import("../server-adapter").Serve
1320
1320
  experimentId?: string | undefined;
1321
1321
  serviceName?: string | undefined;
1322
1322
  environment?: string | undefined;
1323
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1323
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1324
1324
  parentEntityName?: string | undefined;
1325
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1325
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1326
1326
  rootEntityName?: string | undefined;
1327
1327
  resourceId?: string | undefined;
1328
1328
  runId?: string | undefined;
@@ -1364,7 +1364,7 @@ export declare const GET_FEEDBACK_PERCENTILES: import("../server-adapter").Serve
1364
1364
  }, z.core.$strip>>;
1365
1365
  traceId: z.ZodOptional<z.ZodString>;
1366
1366
  spanId: z.ZodOptional<z.ZodString>;
1367
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1367
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1368
1368
  entityName: z.ZodOptional<z.ZodString>;
1369
1369
  entityVersionId: z.ZodOptional<z.ZodString>;
1370
1370
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1374,9 +1374,9 @@ export declare const GET_FEEDBACK_PERCENTILES: import("../server-adapter").Serve
1374
1374
  experimentId: z.ZodOptional<z.ZodString>;
1375
1375
  serviceName: z.ZodOptional<z.ZodString>;
1376
1376
  environment: z.ZodOptional<z.ZodString>;
1377
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1377
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1378
1378
  parentEntityName: z.ZodOptional<z.ZodString>;
1379
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1379
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1380
1380
  rootEntityName: z.ZodOptional<z.ZodString>;
1381
1381
  resourceId: z.ZodOptional<z.ZodString>;
1382
1382
  runId: z.ZodOptional<z.ZodString>;
@@ -1410,13 +1410,13 @@ export declare const LIST_METRICS: import("../server-adapter").ServerRoute<Recor
1410
1410
  metadata?: Record<string, unknown> | null | undefined;
1411
1411
  executionSource?: string | null | undefined;
1412
1412
  tags?: string[] | null | undefined;
1413
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
1413
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
1414
1414
  entityId?: string | null | undefined;
1415
1415
  entityName?: string | null | undefined;
1416
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
1416
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
1417
1417
  parentEntityId?: string | null | undefined;
1418
1418
  parentEntityName?: string | null | undefined;
1419
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
1419
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
1420
1420
  rootEntityId?: string | null | undefined;
1421
1421
  rootEntityName?: string | null | undefined;
1422
1422
  userId?: string | null | undefined;
@@ -1473,13 +1473,13 @@ export declare const LIST_METRICS: import("../server-adapter").ServerRoute<Recor
1473
1473
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1474
1474
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1475
1475
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
1476
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
1476
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
1477
1477
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1478
1478
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1479
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
1479
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
1480
1480
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1481
1481
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1482
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
1482
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
1483
1483
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1484
1484
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1485
1485
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1523,7 +1523,7 @@ export declare const GET_METRIC_AGGREGATE: import("../server-adapter").ServerRou
1523
1523
  } | undefined;
1524
1524
  traceId?: string | undefined;
1525
1525
  spanId?: string | undefined;
1526
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1526
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1527
1527
  entityName?: string | undefined;
1528
1528
  entityVersionId?: string | undefined;
1529
1529
  parentEntityVersionId?: string | undefined;
@@ -1533,9 +1533,9 @@ export declare const GET_METRIC_AGGREGATE: import("../server-adapter").ServerRou
1533
1533
  experimentId?: string | undefined;
1534
1534
  serviceName?: string | undefined;
1535
1535
  environment?: string | undefined;
1536
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1536
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1537
1537
  parentEntityName?: string | undefined;
1538
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1538
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1539
1539
  rootEntityName?: string | undefined;
1540
1540
  resourceId?: string | undefined;
1541
1541
  runId?: string | undefined;
@@ -1596,7 +1596,7 @@ export declare const GET_METRIC_AGGREGATE: import("../server-adapter").ServerRou
1596
1596
  }, z.core.$strip>>;
1597
1597
  traceId: z.ZodOptional<z.ZodString>;
1598
1598
  spanId: z.ZodOptional<z.ZodString>;
1599
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1599
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1600
1600
  entityName: z.ZodOptional<z.ZodString>;
1601
1601
  entityVersionId: z.ZodOptional<z.ZodString>;
1602
1602
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1606,9 +1606,9 @@ export declare const GET_METRIC_AGGREGATE: import("../server-adapter").ServerRou
1606
1606
  experimentId: z.ZodOptional<z.ZodString>;
1607
1607
  serviceName: z.ZodOptional<z.ZodString>;
1608
1608
  environment: z.ZodOptional<z.ZodString>;
1609
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1609
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1610
1610
  parentEntityName: z.ZodOptional<z.ZodString>;
1611
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1611
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1612
1612
  rootEntityName: z.ZodOptional<z.ZodString>;
1613
1613
  resourceId: z.ZodOptional<z.ZodString>;
1614
1614
  runId: z.ZodOptional<z.ZodString>;
@@ -1652,7 +1652,7 @@ export declare const GET_METRIC_BREAKDOWN: import("../server-adapter").ServerRou
1652
1652
  } | undefined;
1653
1653
  traceId?: string | undefined;
1654
1654
  spanId?: string | undefined;
1655
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1655
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1656
1656
  entityName?: string | undefined;
1657
1657
  entityVersionId?: string | undefined;
1658
1658
  parentEntityVersionId?: string | undefined;
@@ -1662,9 +1662,9 @@ export declare const GET_METRIC_BREAKDOWN: import("../server-adapter").ServerRou
1662
1662
  experimentId?: string | undefined;
1663
1663
  serviceName?: string | undefined;
1664
1664
  environment?: string | undefined;
1665
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1665
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1666
1666
  parentEntityName?: string | undefined;
1667
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1667
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1668
1668
  rootEntityName?: string | undefined;
1669
1669
  resourceId?: string | undefined;
1670
1670
  runId?: string | undefined;
@@ -1726,7 +1726,7 @@ export declare const GET_METRIC_BREAKDOWN: import("../server-adapter").ServerRou
1726
1726
  }, z.core.$strip>>;
1727
1727
  traceId: z.ZodOptional<z.ZodString>;
1728
1728
  spanId: z.ZodOptional<z.ZodString>;
1729
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1729
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1730
1730
  entityName: z.ZodOptional<z.ZodString>;
1731
1731
  entityVersionId: z.ZodOptional<z.ZodString>;
1732
1732
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1736,9 +1736,9 @@ export declare const GET_METRIC_BREAKDOWN: import("../server-adapter").ServerRou
1736
1736
  experimentId: z.ZodOptional<z.ZodString>;
1737
1737
  serviceName: z.ZodOptional<z.ZodString>;
1738
1738
  environment: z.ZodOptional<z.ZodString>;
1739
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1739
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1740
1740
  parentEntityName: z.ZodOptional<z.ZodString>;
1741
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1741
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1742
1742
  rootEntityName: z.ZodOptional<z.ZodString>;
1743
1743
  resourceId: z.ZodOptional<z.ZodString>;
1744
1744
  runId: z.ZodOptional<z.ZodString>;
@@ -1781,7 +1781,7 @@ export declare const GET_METRIC_TIME_SERIES: import("../server-adapter").ServerR
1781
1781
  } | undefined;
1782
1782
  traceId?: string | undefined;
1783
1783
  spanId?: string | undefined;
1784
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1784
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1785
1785
  entityName?: string | undefined;
1786
1786
  entityVersionId?: string | undefined;
1787
1787
  parentEntityVersionId?: string | undefined;
@@ -1791,9 +1791,9 @@ export declare const GET_METRIC_TIME_SERIES: import("../server-adapter").ServerR
1791
1791
  experimentId?: string | undefined;
1792
1792
  serviceName?: string | undefined;
1793
1793
  environment?: string | undefined;
1794
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1794
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1795
1795
  parentEntityName?: string | undefined;
1796
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1796
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1797
1797
  rootEntityName?: string | undefined;
1798
1798
  resourceId?: string | undefined;
1799
1799
  runId?: string | undefined;
@@ -1863,7 +1863,7 @@ export declare const GET_METRIC_TIME_SERIES: import("../server-adapter").ServerR
1863
1863
  }, z.core.$strip>>;
1864
1864
  traceId: z.ZodOptional<z.ZodString>;
1865
1865
  spanId: z.ZodOptional<z.ZodString>;
1866
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1866
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1867
1867
  entityName: z.ZodOptional<z.ZodString>;
1868
1868
  entityVersionId: z.ZodOptional<z.ZodString>;
1869
1869
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1873,9 +1873,9 @@ export declare const GET_METRIC_TIME_SERIES: import("../server-adapter").ServerR
1873
1873
  experimentId: z.ZodOptional<z.ZodString>;
1874
1874
  serviceName: z.ZodOptional<z.ZodString>;
1875
1875
  environment: z.ZodOptional<z.ZodString>;
1876
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1876
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1877
1877
  parentEntityName: z.ZodOptional<z.ZodString>;
1878
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1878
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1879
1879
  rootEntityName: z.ZodOptional<z.ZodString>;
1880
1880
  resourceId: z.ZodOptional<z.ZodString>;
1881
1881
  runId: z.ZodOptional<z.ZodString>;
@@ -1916,7 +1916,7 @@ export declare const GET_METRIC_PERCENTILES: import("../server-adapter").ServerR
1916
1916
  } | undefined;
1917
1917
  traceId?: string | undefined;
1918
1918
  spanId?: string | undefined;
1919
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1919
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1920
1920
  entityName?: string | undefined;
1921
1921
  entityVersionId?: string | undefined;
1922
1922
  parentEntityVersionId?: string | undefined;
@@ -1926,9 +1926,9 @@ export declare const GET_METRIC_PERCENTILES: import("../server-adapter").ServerR
1926
1926
  experimentId?: string | undefined;
1927
1927
  serviceName?: string | undefined;
1928
1928
  environment?: string | undefined;
1929
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1929
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1930
1930
  parentEntityName?: string | undefined;
1931
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
1931
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
1932
1932
  rootEntityName?: string | undefined;
1933
1933
  resourceId?: string | undefined;
1934
1934
  runId?: string | undefined;
@@ -1971,7 +1971,7 @@ export declare const GET_METRIC_PERCENTILES: import("../server-adapter").ServerR
1971
1971
  }, z.core.$strip>>;
1972
1972
  traceId: z.ZodOptional<z.ZodString>;
1973
1973
  spanId: z.ZodOptional<z.ZodString>;
1974
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1974
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1975
1975
  entityName: z.ZodOptional<z.ZodString>;
1976
1976
  entityVersionId: z.ZodOptional<z.ZodString>;
1977
1977
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -1981,9 +1981,9 @@ export declare const GET_METRIC_PERCENTILES: import("../server-adapter").ServerR
1981
1981
  experimentId: z.ZodOptional<z.ZodString>;
1982
1982
  serviceName: z.ZodOptional<z.ZodString>;
1983
1983
  environment: z.ZodOptional<z.ZodString>;
1984
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1984
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1985
1985
  parentEntityName: z.ZodOptional<z.ZodString>;
1986
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
1986
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
1987
1987
  rootEntityName: z.ZodOptional<z.ZodString>;
1988
1988
  resourceId: z.ZodOptional<z.ZodString>;
1989
1989
  runId: z.ZodOptional<z.ZodString>;
@@ -2024,9 +2024,9 @@ export declare const GET_METRIC_LABEL_VALUES: import("../server-adapter").Server
2024
2024
  values: z.ZodArray<z.ZodString>;
2025
2025
  }, z.core.$strip>>, string, `/${string}`>;
2026
2026
  export declare const GET_ENTITY_TYPES: import("../server-adapter").ServerRoute<{}, {
2027
- entityTypes: import("../../_types/@internal_core/dist/index.d.ts").EntityType[];
2027
+ entityTypes: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType[];
2028
2028
  }, "json", import("../server-adapter").RouteSchemas<undefined, undefined, undefined, z.ZodObject<{
2029
- entityTypes: z.ZodArray<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2029
+ entityTypes: z.ZodArray<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2030
2030
  }, z.core.$strip>>, string, `/${string}`>;
2031
2031
  export declare const GET_ENTITY_NAMES: import("../server-adapter").ServerRoute<Record<string, unknown>, {
2032
2032
  names: string[];
@@ -2062,13 +2062,13 @@ export declare const NEW_ROUTES: {
2062
2062
  metadata?: Record<string, unknown> | null | undefined;
2063
2063
  executionSource?: string | null | undefined;
2064
2064
  tags?: string[] | null | undefined;
2065
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2065
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2066
2066
  entityId?: string | null | undefined;
2067
2067
  entityName?: string | null | undefined;
2068
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2068
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2069
2069
  parentEntityId?: string | null | undefined;
2070
2070
  parentEntityName?: string | null | undefined;
2071
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2071
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2072
2072
  rootEntityId?: string | null | undefined;
2073
2073
  rootEntityName?: string | null | undefined;
2074
2074
  userId?: string | null | undefined;
@@ -2120,13 +2120,13 @@ export declare const NEW_ROUTES: {
2120
2120
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2121
2121
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2122
2122
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2123
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2123
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2124
2124
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2125
2125
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2126
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2126
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2127
2127
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2128
2128
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2129
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2129
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2130
2130
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2131
2131
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2132
2132
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2167,13 +2167,13 @@ export declare const NEW_ROUTES: {
2167
2167
  metadata?: Record<string, unknown> | null | undefined;
2168
2168
  executionSource?: string | null | undefined;
2169
2169
  tags?: string[] | null | undefined;
2170
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2170
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2171
2171
  entityId?: string | null | undefined;
2172
2172
  entityName?: string | null | undefined;
2173
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2173
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2174
2174
  parentEntityId?: string | null | undefined;
2175
2175
  parentEntityName?: string | null | undefined;
2176
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2176
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2177
2177
  rootEntityId?: string | null | undefined;
2178
2178
  rootEntityName?: string | null | undefined;
2179
2179
  userId?: string | null | undefined;
@@ -2229,13 +2229,13 @@ export declare const NEW_ROUTES: {
2229
2229
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2230
2230
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2231
2231
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2232
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2232
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2233
2233
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2234
2234
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2235
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2235
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2236
2236
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2237
2237
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2238
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2238
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2239
2239
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2240
2240
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2241
2241
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2275,13 +2275,13 @@ export declare const NEW_ROUTES: {
2275
2275
  metadata?: Record<string, unknown> | null | undefined;
2276
2276
  executionSource?: string | null | undefined;
2277
2277
  tags?: string[] | null | undefined;
2278
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2278
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2279
2279
  entityId?: string | null | undefined;
2280
2280
  entityName?: string | null | undefined;
2281
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2281
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2282
2282
  parentEntityId?: string | null | undefined;
2283
2283
  parentEntityName?: string | null | undefined;
2284
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2284
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2285
2285
  rootEntityId?: string | null | undefined;
2286
2286
  rootEntityName?: string | null | undefined;
2287
2287
  userId?: string | null | undefined;
@@ -2315,13 +2315,13 @@ export declare const NEW_ROUTES: {
2315
2315
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2316
2316
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2317
2317
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2318
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2318
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2319
2319
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2320
2320
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2321
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2321
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2322
2322
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2323
2323
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2324
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2324
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2325
2325
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2326
2326
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2327
2327
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2361,13 +2361,13 @@ export declare const NEW_ROUTES: {
2361
2361
  metadata?: Record<string, unknown> | null | undefined;
2362
2362
  executionSource?: string | null | undefined;
2363
2363
  tags?: string[] | null | undefined;
2364
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2364
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2365
2365
  entityId?: string | null | undefined;
2366
2366
  entityName?: string | null | undefined;
2367
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2367
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2368
2368
  parentEntityId?: string | null | undefined;
2369
2369
  parentEntityName?: string | null | undefined;
2370
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2370
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2371
2371
  rootEntityId?: string | null | undefined;
2372
2372
  rootEntityName?: string | null | undefined;
2373
2373
  userId?: string | null | undefined;
@@ -2401,13 +2401,13 @@ export declare const NEW_ROUTES: {
2401
2401
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2402
2402
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2403
2403
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2404
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2404
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2405
2405
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2406
2406
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2407
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2407
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2408
2408
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2409
2409
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2410
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2410
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2411
2411
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2412
2412
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2413
2413
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2453,7 +2453,7 @@ export declare const NEW_ROUTES: {
2453
2453
  } | undefined;
2454
2454
  traceId?: string | undefined;
2455
2455
  spanId?: string | undefined;
2456
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2456
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2457
2457
  entityName?: string | undefined;
2458
2458
  entityVersionId?: string | undefined;
2459
2459
  parentEntityVersionId?: string | undefined;
@@ -2463,9 +2463,9 @@ export declare const NEW_ROUTES: {
2463
2463
  experimentId?: string | undefined;
2464
2464
  serviceName?: string | undefined;
2465
2465
  environment?: string | undefined;
2466
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2466
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2467
2467
  parentEntityName?: string | undefined;
2468
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2468
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2469
2469
  rootEntityName?: string | undefined;
2470
2470
  resourceId?: string | undefined;
2471
2471
  runId?: string | undefined;
@@ -2504,7 +2504,7 @@ export declare const NEW_ROUTES: {
2504
2504
  }, z.core.$strip>>;
2505
2505
  traceId: z.ZodOptional<z.ZodString>;
2506
2506
  spanId: z.ZodOptional<z.ZodString>;
2507
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2507
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2508
2508
  entityName: z.ZodOptional<z.ZodString>;
2509
2509
  entityVersionId: z.ZodOptional<z.ZodString>;
2510
2510
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -2514,9 +2514,9 @@ export declare const NEW_ROUTES: {
2514
2514
  experimentId: z.ZodOptional<z.ZodString>;
2515
2515
  serviceName: z.ZodOptional<z.ZodString>;
2516
2516
  environment: z.ZodOptional<z.ZodString>;
2517
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2517
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2518
2518
  parentEntityName: z.ZodOptional<z.ZodString>;
2519
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2519
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2520
2520
  rootEntityName: z.ZodOptional<z.ZodString>;
2521
2521
  resourceId: z.ZodOptional<z.ZodString>;
2522
2522
  runId: z.ZodOptional<z.ZodString>;
@@ -2553,7 +2553,7 @@ export declare const NEW_ROUTES: {
2553
2553
  } | undefined;
2554
2554
  traceId?: string | undefined;
2555
2555
  spanId?: string | undefined;
2556
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2556
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2557
2557
  entityName?: string | undefined;
2558
2558
  entityVersionId?: string | undefined;
2559
2559
  parentEntityVersionId?: string | undefined;
@@ -2563,9 +2563,9 @@ export declare const NEW_ROUTES: {
2563
2563
  experimentId?: string | undefined;
2564
2564
  serviceName?: string | undefined;
2565
2565
  environment?: string | undefined;
2566
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2566
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2567
2567
  parentEntityName?: string | undefined;
2568
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2568
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2569
2569
  rootEntityName?: string | undefined;
2570
2570
  resourceId?: string | undefined;
2571
2571
  runId?: string | undefined;
@@ -2605,7 +2605,7 @@ export declare const NEW_ROUTES: {
2605
2605
  }, z.core.$strip>>;
2606
2606
  traceId: z.ZodOptional<z.ZodString>;
2607
2607
  spanId: z.ZodOptional<z.ZodString>;
2608
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2608
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2609
2609
  entityName: z.ZodOptional<z.ZodString>;
2610
2610
  entityVersionId: z.ZodOptional<z.ZodString>;
2611
2611
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -2615,9 +2615,9 @@ export declare const NEW_ROUTES: {
2615
2615
  experimentId: z.ZodOptional<z.ZodString>;
2616
2616
  serviceName: z.ZodOptional<z.ZodString>;
2617
2617
  environment: z.ZodOptional<z.ZodString>;
2618
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2618
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2619
2619
  parentEntityName: z.ZodOptional<z.ZodString>;
2620
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2620
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2621
2621
  rootEntityName: z.ZodOptional<z.ZodString>;
2622
2622
  resourceId: z.ZodOptional<z.ZodString>;
2623
2623
  runId: z.ZodOptional<z.ZodString>;
@@ -2650,7 +2650,7 @@ export declare const NEW_ROUTES: {
2650
2650
  } | undefined;
2651
2651
  traceId?: string | undefined;
2652
2652
  spanId?: string | undefined;
2653
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2653
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2654
2654
  entityName?: string | undefined;
2655
2655
  entityVersionId?: string | undefined;
2656
2656
  parentEntityVersionId?: string | undefined;
@@ -2660,9 +2660,9 @@ export declare const NEW_ROUTES: {
2660
2660
  experimentId?: string | undefined;
2661
2661
  serviceName?: string | undefined;
2662
2662
  environment?: string | undefined;
2663
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2663
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2664
2664
  parentEntityName?: string | undefined;
2665
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2665
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2666
2666
  rootEntityName?: string | undefined;
2667
2667
  resourceId?: string | undefined;
2668
2668
  runId?: string | undefined;
@@ -2712,7 +2712,7 @@ export declare const NEW_ROUTES: {
2712
2712
  }, z.core.$strip>>;
2713
2713
  traceId: z.ZodOptional<z.ZodString>;
2714
2714
  spanId: z.ZodOptional<z.ZodString>;
2715
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2715
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2716
2716
  entityName: z.ZodOptional<z.ZodString>;
2717
2717
  entityVersionId: z.ZodOptional<z.ZodString>;
2718
2718
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -2722,9 +2722,9 @@ export declare const NEW_ROUTES: {
2722
2722
  experimentId: z.ZodOptional<z.ZodString>;
2723
2723
  serviceName: z.ZodOptional<z.ZodString>;
2724
2724
  environment: z.ZodOptional<z.ZodString>;
2725
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2725
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2726
2726
  parentEntityName: z.ZodOptional<z.ZodString>;
2727
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2727
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2728
2728
  rootEntityName: z.ZodOptional<z.ZodString>;
2729
2729
  resourceId: z.ZodOptional<z.ZodString>;
2730
2730
  runId: z.ZodOptional<z.ZodString>;
@@ -2761,7 +2761,7 @@ export declare const NEW_ROUTES: {
2761
2761
  } | undefined;
2762
2762
  traceId?: string | undefined;
2763
2763
  spanId?: string | undefined;
2764
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2764
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2765
2765
  entityName?: string | undefined;
2766
2766
  entityVersionId?: string | undefined;
2767
2767
  parentEntityVersionId?: string | undefined;
@@ -2771,9 +2771,9 @@ export declare const NEW_ROUTES: {
2771
2771
  experimentId?: string | undefined;
2772
2772
  serviceName?: string | undefined;
2773
2773
  environment?: string | undefined;
2774
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2774
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2775
2775
  parentEntityName?: string | undefined;
2776
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
2776
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
2777
2777
  rootEntityName?: string | undefined;
2778
2778
  resourceId?: string | undefined;
2779
2779
  runId?: string | undefined;
@@ -2814,7 +2814,7 @@ export declare const NEW_ROUTES: {
2814
2814
  }, z.core.$strip>>;
2815
2815
  traceId: z.ZodOptional<z.ZodString>;
2816
2816
  spanId: z.ZodOptional<z.ZodString>;
2817
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2817
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2818
2818
  entityName: z.ZodOptional<z.ZodString>;
2819
2819
  entityVersionId: z.ZodOptional<z.ZodString>;
2820
2820
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -2824,9 +2824,9 @@ export declare const NEW_ROUTES: {
2824
2824
  experimentId: z.ZodOptional<z.ZodString>;
2825
2825
  serviceName: z.ZodOptional<z.ZodString>;
2826
2826
  environment: z.ZodOptional<z.ZodString>;
2827
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2827
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2828
2828
  parentEntityName: z.ZodOptional<z.ZodString>;
2829
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
2829
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
2830
2830
  rootEntityName: z.ZodOptional<z.ZodString>;
2831
2831
  resourceId: z.ZodOptional<z.ZodString>;
2832
2832
  runId: z.ZodOptional<z.ZodString>;
@@ -2854,13 +2854,13 @@ export declare const NEW_ROUTES: {
2854
2854
  metadata?: Record<string, unknown> | null | undefined;
2855
2855
  executionSource?: string | null | undefined;
2856
2856
  tags?: string[] | null | undefined;
2857
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2857
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2858
2858
  entityId?: string | null | undefined;
2859
2859
  entityName?: string | null | undefined;
2860
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2860
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2861
2861
  parentEntityId?: string | null | undefined;
2862
2862
  parentEntityName?: string | null | undefined;
2863
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2863
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2864
2864
  rootEntityId?: string | null | undefined;
2865
2865
  rootEntityName?: string | null | undefined;
2866
2866
  userId?: string | null | undefined;
@@ -2915,13 +2915,13 @@ export declare const NEW_ROUTES: {
2915
2915
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2916
2916
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2917
2917
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
2918
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2918
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2919
2919
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2920
2920
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2921
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2921
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2922
2922
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2923
2923
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2924
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
2924
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
2925
2925
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2926
2926
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2927
2927
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2960,13 +2960,13 @@ export declare const NEW_ROUTES: {
2960
2960
  metadata?: Record<string, unknown> | null | undefined;
2961
2961
  executionSource?: string | null | undefined;
2962
2962
  tags?: string[] | null | undefined;
2963
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2963
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2964
2964
  entityId?: string | null | undefined;
2965
2965
  entityName?: string | null | undefined;
2966
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2966
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2967
2967
  parentEntityId?: string | null | undefined;
2968
2968
  parentEntityName?: string | null | undefined;
2969
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
2969
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
2970
2970
  rootEntityId?: string | null | undefined;
2971
2971
  rootEntityName?: string | null | undefined;
2972
2972
  userId?: string | null | undefined;
@@ -3000,13 +3000,13 @@ export declare const NEW_ROUTES: {
3000
3000
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3001
3001
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3002
3002
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
3003
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3003
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3004
3004
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3005
3005
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3006
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3006
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3007
3007
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3008
3008
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3009
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3009
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3010
3010
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3011
3011
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3012
3012
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3050,7 +3050,7 @@ export declare const NEW_ROUTES: {
3050
3050
  } | undefined;
3051
3051
  traceId?: string | undefined;
3052
3052
  spanId?: string | undefined;
3053
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3053
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3054
3054
  entityName?: string | undefined;
3055
3055
  entityVersionId?: string | undefined;
3056
3056
  parentEntityVersionId?: string | undefined;
@@ -3060,9 +3060,9 @@ export declare const NEW_ROUTES: {
3060
3060
  experimentId?: string | undefined;
3061
3061
  serviceName?: string | undefined;
3062
3062
  environment?: string | undefined;
3063
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3063
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3064
3064
  parentEntityName?: string | undefined;
3065
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3065
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3066
3066
  rootEntityName?: string | undefined;
3067
3067
  resourceId?: string | undefined;
3068
3068
  runId?: string | undefined;
@@ -3102,7 +3102,7 @@ export declare const NEW_ROUTES: {
3102
3102
  }, z.core.$strip>>;
3103
3103
  traceId: z.ZodOptional<z.ZodString>;
3104
3104
  spanId: z.ZodOptional<z.ZodString>;
3105
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3105
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3106
3106
  entityName: z.ZodOptional<z.ZodString>;
3107
3107
  entityVersionId: z.ZodOptional<z.ZodString>;
3108
3108
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3112,9 +3112,9 @@ export declare const NEW_ROUTES: {
3112
3112
  experimentId: z.ZodOptional<z.ZodString>;
3113
3113
  serviceName: z.ZodOptional<z.ZodString>;
3114
3114
  environment: z.ZodOptional<z.ZodString>;
3115
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3115
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3116
3116
  parentEntityName: z.ZodOptional<z.ZodString>;
3117
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3117
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3118
3118
  rootEntityName: z.ZodOptional<z.ZodString>;
3119
3119
  resourceId: z.ZodOptional<z.ZodString>;
3120
3120
  runId: z.ZodOptional<z.ZodString>;
@@ -3152,7 +3152,7 @@ export declare const NEW_ROUTES: {
3152
3152
  } | undefined;
3153
3153
  traceId?: string | undefined;
3154
3154
  spanId?: string | undefined;
3155
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3155
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3156
3156
  entityName?: string | undefined;
3157
3157
  entityVersionId?: string | undefined;
3158
3158
  parentEntityVersionId?: string | undefined;
@@ -3162,9 +3162,9 @@ export declare const NEW_ROUTES: {
3162
3162
  experimentId?: string | undefined;
3163
3163
  serviceName?: string | undefined;
3164
3164
  environment?: string | undefined;
3165
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3165
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3166
3166
  parentEntityName?: string | undefined;
3167
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3167
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3168
3168
  rootEntityName?: string | undefined;
3169
3169
  resourceId?: string | undefined;
3170
3170
  runId?: string | undefined;
@@ -3205,7 +3205,7 @@ export declare const NEW_ROUTES: {
3205
3205
  }, z.core.$strip>>;
3206
3206
  traceId: z.ZodOptional<z.ZodString>;
3207
3207
  spanId: z.ZodOptional<z.ZodString>;
3208
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3208
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3209
3209
  entityName: z.ZodOptional<z.ZodString>;
3210
3210
  entityVersionId: z.ZodOptional<z.ZodString>;
3211
3211
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3215,9 +3215,9 @@ export declare const NEW_ROUTES: {
3215
3215
  experimentId: z.ZodOptional<z.ZodString>;
3216
3216
  serviceName: z.ZodOptional<z.ZodString>;
3217
3217
  environment: z.ZodOptional<z.ZodString>;
3218
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3218
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3219
3219
  parentEntityName: z.ZodOptional<z.ZodString>;
3220
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3220
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3221
3221
  rootEntityName: z.ZodOptional<z.ZodString>;
3222
3222
  resourceId: z.ZodOptional<z.ZodString>;
3223
3223
  runId: z.ZodOptional<z.ZodString>;
@@ -3251,7 +3251,7 @@ export declare const NEW_ROUTES: {
3251
3251
  } | undefined;
3252
3252
  traceId?: string | undefined;
3253
3253
  spanId?: string | undefined;
3254
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3254
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3255
3255
  entityName?: string | undefined;
3256
3256
  entityVersionId?: string | undefined;
3257
3257
  parentEntityVersionId?: string | undefined;
@@ -3261,9 +3261,9 @@ export declare const NEW_ROUTES: {
3261
3261
  experimentId?: string | undefined;
3262
3262
  serviceName?: string | undefined;
3263
3263
  environment?: string | undefined;
3264
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3264
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3265
3265
  parentEntityName?: string | undefined;
3266
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3266
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3267
3267
  rootEntityName?: string | undefined;
3268
3268
  resourceId?: string | undefined;
3269
3269
  runId?: string | undefined;
@@ -3314,7 +3314,7 @@ export declare const NEW_ROUTES: {
3314
3314
  }, z.core.$strip>>;
3315
3315
  traceId: z.ZodOptional<z.ZodString>;
3316
3316
  spanId: z.ZodOptional<z.ZodString>;
3317
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3317
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3318
3318
  entityName: z.ZodOptional<z.ZodString>;
3319
3319
  entityVersionId: z.ZodOptional<z.ZodString>;
3320
3320
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3324,9 +3324,9 @@ export declare const NEW_ROUTES: {
3324
3324
  experimentId: z.ZodOptional<z.ZodString>;
3325
3325
  serviceName: z.ZodOptional<z.ZodString>;
3326
3326
  environment: z.ZodOptional<z.ZodString>;
3327
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3327
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3328
3328
  parentEntityName: z.ZodOptional<z.ZodString>;
3329
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3329
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3330
3330
  rootEntityName: z.ZodOptional<z.ZodString>;
3331
3331
  resourceId: z.ZodOptional<z.ZodString>;
3332
3332
  runId: z.ZodOptional<z.ZodString>;
@@ -3364,7 +3364,7 @@ export declare const NEW_ROUTES: {
3364
3364
  } | undefined;
3365
3365
  traceId?: string | undefined;
3366
3366
  spanId?: string | undefined;
3367
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3367
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3368
3368
  entityName?: string | undefined;
3369
3369
  entityVersionId?: string | undefined;
3370
3370
  parentEntityVersionId?: string | undefined;
@@ -3374,9 +3374,9 @@ export declare const NEW_ROUTES: {
3374
3374
  experimentId?: string | undefined;
3375
3375
  serviceName?: string | undefined;
3376
3376
  environment?: string | undefined;
3377
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3377
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3378
3378
  parentEntityName?: string | undefined;
3379
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3379
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3380
3380
  rootEntityName?: string | undefined;
3381
3381
  resourceId?: string | undefined;
3382
3382
  runId?: string | undefined;
@@ -3418,7 +3418,7 @@ export declare const NEW_ROUTES: {
3418
3418
  }, z.core.$strip>>;
3419
3419
  traceId: z.ZodOptional<z.ZodString>;
3420
3420
  spanId: z.ZodOptional<z.ZodString>;
3421
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3421
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3422
3422
  entityName: z.ZodOptional<z.ZodString>;
3423
3423
  entityVersionId: z.ZodOptional<z.ZodString>;
3424
3424
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3428,9 +3428,9 @@ export declare const NEW_ROUTES: {
3428
3428
  experimentId: z.ZodOptional<z.ZodString>;
3429
3429
  serviceName: z.ZodOptional<z.ZodString>;
3430
3430
  environment: z.ZodOptional<z.ZodString>;
3431
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3431
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3432
3432
  parentEntityName: z.ZodOptional<z.ZodString>;
3433
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3433
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3434
3434
  rootEntityName: z.ZodOptional<z.ZodString>;
3435
3435
  resourceId: z.ZodOptional<z.ZodString>;
3436
3436
  runId: z.ZodOptional<z.ZodString>;
@@ -3464,13 +3464,13 @@ export declare const NEW_ROUTES: {
3464
3464
  metadata?: Record<string, unknown> | null | undefined;
3465
3465
  executionSource?: string | null | undefined;
3466
3466
  tags?: string[] | null | undefined;
3467
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
3467
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
3468
3468
  entityId?: string | null | undefined;
3469
3469
  entityName?: string | null | undefined;
3470
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
3470
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
3471
3471
  parentEntityId?: string | null | undefined;
3472
3472
  parentEntityName?: string | null | undefined;
3473
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
3473
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
3474
3474
  rootEntityId?: string | null | undefined;
3475
3475
  rootEntityName?: string | null | undefined;
3476
3476
  userId?: string | null | undefined;
@@ -3527,13 +3527,13 @@ export declare const NEW_ROUTES: {
3527
3527
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3528
3528
  executionSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3529
3529
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
3530
- entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3530
+ entityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3531
3531
  entityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3532
3532
  entityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3533
- parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3533
+ parentEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3534
3534
  parentEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3535
3535
  parentEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3536
- rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
3536
+ rootEntityType: z.ZodOptional<z.ZodNullable<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
3537
3537
  rootEntityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3538
3538
  rootEntityName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3539
3539
  userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3577,7 +3577,7 @@ export declare const NEW_ROUTES: {
3577
3577
  } | undefined;
3578
3578
  traceId?: string | undefined;
3579
3579
  spanId?: string | undefined;
3580
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3580
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3581
3581
  entityName?: string | undefined;
3582
3582
  entityVersionId?: string | undefined;
3583
3583
  parentEntityVersionId?: string | undefined;
@@ -3587,9 +3587,9 @@ export declare const NEW_ROUTES: {
3587
3587
  experimentId?: string | undefined;
3588
3588
  serviceName?: string | undefined;
3589
3589
  environment?: string | undefined;
3590
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3590
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3591
3591
  parentEntityName?: string | undefined;
3592
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3592
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3593
3593
  rootEntityName?: string | undefined;
3594
3594
  resourceId?: string | undefined;
3595
3595
  runId?: string | undefined;
@@ -3650,7 +3650,7 @@ export declare const NEW_ROUTES: {
3650
3650
  }, z.core.$strip>>;
3651
3651
  traceId: z.ZodOptional<z.ZodString>;
3652
3652
  spanId: z.ZodOptional<z.ZodString>;
3653
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3653
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3654
3654
  entityName: z.ZodOptional<z.ZodString>;
3655
3655
  entityVersionId: z.ZodOptional<z.ZodString>;
3656
3656
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3660,9 +3660,9 @@ export declare const NEW_ROUTES: {
3660
3660
  experimentId: z.ZodOptional<z.ZodString>;
3661
3661
  serviceName: z.ZodOptional<z.ZodString>;
3662
3662
  environment: z.ZodOptional<z.ZodString>;
3663
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3663
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3664
3664
  parentEntityName: z.ZodOptional<z.ZodString>;
3665
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3665
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3666
3666
  rootEntityName: z.ZodOptional<z.ZodString>;
3667
3667
  resourceId: z.ZodOptional<z.ZodString>;
3668
3668
  runId: z.ZodOptional<z.ZodString>;
@@ -3706,7 +3706,7 @@ export declare const NEW_ROUTES: {
3706
3706
  } | undefined;
3707
3707
  traceId?: string | undefined;
3708
3708
  spanId?: string | undefined;
3709
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3709
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3710
3710
  entityName?: string | undefined;
3711
3711
  entityVersionId?: string | undefined;
3712
3712
  parentEntityVersionId?: string | undefined;
@@ -3716,9 +3716,9 @@ export declare const NEW_ROUTES: {
3716
3716
  experimentId?: string | undefined;
3717
3717
  serviceName?: string | undefined;
3718
3718
  environment?: string | undefined;
3719
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3719
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3720
3720
  parentEntityName?: string | undefined;
3721
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3721
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3722
3722
  rootEntityName?: string | undefined;
3723
3723
  resourceId?: string | undefined;
3724
3724
  runId?: string | undefined;
@@ -3780,7 +3780,7 @@ export declare const NEW_ROUTES: {
3780
3780
  }, z.core.$strip>>;
3781
3781
  traceId: z.ZodOptional<z.ZodString>;
3782
3782
  spanId: z.ZodOptional<z.ZodString>;
3783
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3783
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3784
3784
  entityName: z.ZodOptional<z.ZodString>;
3785
3785
  entityVersionId: z.ZodOptional<z.ZodString>;
3786
3786
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3790,9 +3790,9 @@ export declare const NEW_ROUTES: {
3790
3790
  experimentId: z.ZodOptional<z.ZodString>;
3791
3791
  serviceName: z.ZodOptional<z.ZodString>;
3792
3792
  environment: z.ZodOptional<z.ZodString>;
3793
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3793
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3794
3794
  parentEntityName: z.ZodOptional<z.ZodString>;
3795
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3795
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3796
3796
  rootEntityName: z.ZodOptional<z.ZodString>;
3797
3797
  resourceId: z.ZodOptional<z.ZodString>;
3798
3798
  runId: z.ZodOptional<z.ZodString>;
@@ -3835,7 +3835,7 @@ export declare const NEW_ROUTES: {
3835
3835
  } | undefined;
3836
3836
  traceId?: string | undefined;
3837
3837
  spanId?: string | undefined;
3838
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3838
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3839
3839
  entityName?: string | undefined;
3840
3840
  entityVersionId?: string | undefined;
3841
3841
  parentEntityVersionId?: string | undefined;
@@ -3845,9 +3845,9 @@ export declare const NEW_ROUTES: {
3845
3845
  experimentId?: string | undefined;
3846
3846
  serviceName?: string | undefined;
3847
3847
  environment?: string | undefined;
3848
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3848
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3849
3849
  parentEntityName?: string | undefined;
3850
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3850
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3851
3851
  rootEntityName?: string | undefined;
3852
3852
  resourceId?: string | undefined;
3853
3853
  runId?: string | undefined;
@@ -3917,7 +3917,7 @@ export declare const NEW_ROUTES: {
3917
3917
  }, z.core.$strip>>;
3918
3918
  traceId: z.ZodOptional<z.ZodString>;
3919
3919
  spanId: z.ZodOptional<z.ZodString>;
3920
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3920
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3921
3921
  entityName: z.ZodOptional<z.ZodString>;
3922
3922
  entityVersionId: z.ZodOptional<z.ZodString>;
3923
3923
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -3927,9 +3927,9 @@ export declare const NEW_ROUTES: {
3927
3927
  experimentId: z.ZodOptional<z.ZodString>;
3928
3928
  serviceName: z.ZodOptional<z.ZodString>;
3929
3929
  environment: z.ZodOptional<z.ZodString>;
3930
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3930
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3931
3931
  parentEntityName: z.ZodOptional<z.ZodString>;
3932
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
3932
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
3933
3933
  rootEntityName: z.ZodOptional<z.ZodString>;
3934
3934
  resourceId: z.ZodOptional<z.ZodString>;
3935
3935
  runId: z.ZodOptional<z.ZodString>;
@@ -3970,7 +3970,7 @@ export declare const NEW_ROUTES: {
3970
3970
  } | undefined;
3971
3971
  traceId?: string | undefined;
3972
3972
  spanId?: string | undefined;
3973
- entityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3973
+ entityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3974
3974
  entityName?: string | undefined;
3975
3975
  entityVersionId?: string | undefined;
3976
3976
  parentEntityVersionId?: string | undefined;
@@ -3980,9 +3980,9 @@ export declare const NEW_ROUTES: {
3980
3980
  experimentId?: string | undefined;
3981
3981
  serviceName?: string | undefined;
3982
3982
  environment?: string | undefined;
3983
- parentEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3983
+ parentEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3984
3984
  parentEntityName?: string | undefined;
3985
- rootEntityType?: import("../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
3985
+ rootEntityType?: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
3986
3986
  rootEntityName?: string | undefined;
3987
3987
  resourceId?: string | undefined;
3988
3988
  runId?: string | undefined;
@@ -4025,7 +4025,7 @@ export declare const NEW_ROUTES: {
4025
4025
  }, z.core.$strip>>;
4026
4026
  traceId: z.ZodOptional<z.ZodString>;
4027
4027
  spanId: z.ZodOptional<z.ZodString>;
4028
- entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
4028
+ entityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
4029
4029
  entityName: z.ZodOptional<z.ZodString>;
4030
4030
  entityVersionId: z.ZodOptional<z.ZodString>;
4031
4031
  parentEntityVersionId: z.ZodOptional<z.ZodString>;
@@ -4035,9 +4035,9 @@ export declare const NEW_ROUTES: {
4035
4035
  experimentId: z.ZodOptional<z.ZodString>;
4036
4036
  serviceName: z.ZodOptional<z.ZodString>;
4037
4037
  environment: z.ZodOptional<z.ZodString>;
4038
- parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
4038
+ parentEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
4039
4039
  parentEntityName: z.ZodOptional<z.ZodString>;
4040
- rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
4040
+ rootEntityType: z.ZodOptional<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
4041
4041
  rootEntityName: z.ZodOptional<z.ZodString>;
4042
4042
  resourceId: z.ZodOptional<z.ZodString>;
4043
4043
  runId: z.ZodOptional<z.ZodString>;
@@ -4078,9 +4078,9 @@ export declare const NEW_ROUTES: {
4078
4078
  values: z.ZodArray<z.ZodString>;
4079
4079
  }, z.core.$strip>>, string, `/${string}`>;
4080
4080
  GET_ENTITY_TYPES: import("../server-adapter").ServerRoute<{}, {
4081
- entityTypes: import("../../_types/@internal_core/dist/index.d.ts").EntityType[];
4081
+ entityTypes: import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType[];
4082
4082
  }, "json", import("../server-adapter").RouteSchemas<undefined, undefined, undefined, z.ZodObject<{
4083
- entityTypes: z.ZodArray<z.ZodEnum<typeof import("../../_types/@internal_core/dist/index.d.ts").EntityType>>;
4083
+ entityTypes: z.ZodArray<z.ZodEnum<typeof import("../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
4084
4084
  }, z.core.$strip>>, string, `/${string}`>;
4085
4085
  GET_ENTITY_NAMES: import("../server-adapter").ServerRoute<Record<string, unknown>, {
4086
4086
  names: string[];