@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.
- package/CHANGELOG.md +31 -0
- package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/request-context/index.d.ts +147 -0
- package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/routes/index.d.ts +110 -0
- package/dist/_types/@internal_voice/dist/_types/@internal_core/dist/types/index.d.ts +3 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/checks.d.ts +1 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/coerce.d.ts +17 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/compat.d.ts +50 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/errors.d.ts +30 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/external.d.ts +16 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/index.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/iso.d.ts +22 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/parse.d.ts +31 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/classic/schemas.d.ts +767 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/api.d.ts +325 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/checks.d.ts +278 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/core.d.ts +70 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/doc.d.ts +14 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/errors.d.ts +221 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/index.d.ts +16 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/json-schema.d.ts +88 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/parse.d.ts +49 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/regexes.d.ts +85 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/registries.d.ts +35 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/schemas.d.ts +1184 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/standard-schema.d.ts +126 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/to-json-schema.d.ts +114 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/util.d.ts +200 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/core/versions.d.ts +5 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/index.d.cts +3 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ar.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/az.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/be.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/bg.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ca.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/cs.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/da.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/de.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/el.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/en.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/eo.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/es.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fa.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fi.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fr-CA.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/fr.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/he.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hr.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hu.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/hy.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/id.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/index.d.ts +52 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/is.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/it.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ja.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ka.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/kh.d.ts +5 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/km.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ko.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/lt.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/mk.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ms.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/nl.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/no.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ota.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/pl.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ps.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/pt.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ro.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ru.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/sl.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/sv.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ta.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/th.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/tr.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ua.d.ts +5 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/uk.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/ur.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/uz.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/vi.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/yo.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/zh-CN.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/_types/zod/v4/locales/zh-TW.d.ts +4 -0
- package/dist/_types/@internal_voice/dist/routes/index.d.ts +95 -0
- package/dist/{api-schema-manifest-ASUOKM2J.js → api-schema-manifest-2HYMISCO.js} +4 -4
- package/dist/{api-schema-manifest-ASUOKM2J.js.map → api-schema-manifest-2HYMISCO.js.map} +1 -1
- package/dist/{api-schema-manifest-DVULBVRB.cjs → api-schema-manifest-T3EB4CNY.cjs} +6 -6
- package/dist/{api-schema-manifest-DVULBVRB.cjs.map → api-schema-manifest-T3EB4CNY.cjs.map} +1 -1
- package/dist/{chunk-FVUHZVRU.js → chunk-22VN45LI.js} +3 -3
- package/dist/{chunk-FVUHZVRU.js.map → chunk-22VN45LI.js.map} +1 -1
- package/dist/{chunk-CGLCGIWF.js → chunk-24Y7CNXL.js} +3 -3
- package/dist/{chunk-CGLCGIWF.js.map → chunk-24Y7CNXL.js.map} +1 -1
- package/dist/{chunk-4H2E62A6.js → chunk-2RLKKAFO.js} +5 -5
- package/dist/{chunk-4H2E62A6.js.map → chunk-2RLKKAFO.js.map} +1 -1
- package/dist/{chunk-7CO6ZZBD.js → chunk-2XDIA4LB.js} +3 -3
- package/dist/{chunk-7CO6ZZBD.js.map → chunk-2XDIA4LB.js.map} +1 -1
- package/dist/{chunk-F2WQJ326.js → chunk-3NN5XGE3.js} +3 -3
- package/dist/{chunk-F2WQJ326.js.map → chunk-3NN5XGE3.js.map} +1 -1
- package/dist/{chunk-PKZBJQS3.cjs → chunk-4QJDROC2.cjs} +101 -101
- package/dist/{chunk-PKZBJQS3.cjs.map → chunk-4QJDROC2.cjs.map} +1 -1
- package/dist/{chunk-YK45NJAN.js → chunk-4RNCG4IX.js} +4 -4
- package/dist/{chunk-YK45NJAN.js.map → chunk-4RNCG4IX.js.map} +1 -1
- package/dist/{chunk-3IDIVR56.js → chunk-4RR56AIZ.js} +3 -3
- package/dist/{chunk-3IDIVR56.js.map → chunk-4RR56AIZ.js.map} +1 -1
- package/dist/{chunk-QCSBT7CS.js → chunk-5R3TARND.js} +3 -3
- package/dist/{chunk-QCSBT7CS.js.map → chunk-5R3TARND.js.map} +1 -1
- package/dist/{chunk-6OEONRMO.js → chunk-75ODZOL7.js} +4 -4
- package/dist/{chunk-6OEONRMO.js.map → chunk-75ODZOL7.js.map} +1 -1
- package/dist/{chunk-BA4S2M7W.cjs → chunk-7UY6IS2X.cjs} +4 -4
- package/dist/{chunk-BA4S2M7W.cjs.map → chunk-7UY6IS2X.cjs.map} +1 -1
- package/dist/{chunk-TULZQMH5.js → chunk-AGFTSJZC.js} +3 -3
- package/dist/{chunk-TULZQMH5.js.map → chunk-AGFTSJZC.js.map} +1 -1
- package/dist/{chunk-4QERBYMF.cjs → chunk-AQIFUFNF.cjs} +24 -24
- package/dist/{chunk-4QERBYMF.cjs.map → chunk-AQIFUFNF.cjs.map} +1 -1
- package/dist/{chunk-RZBX26XW.js → chunk-AYPNWRLX.js} +3 -3
- package/dist/{chunk-RZBX26XW.js.map → chunk-AYPNWRLX.js.map} +1 -1
- package/dist/{chunk-3AICJPM7.js → chunk-BB3HUXJZ.js} +3 -3
- package/dist/{chunk-3AICJPM7.js.map → chunk-BB3HUXJZ.js.map} +1 -1
- package/dist/{chunk-RLITUUK6.cjs → chunk-BKMQJMWE.cjs} +8 -8
- package/dist/{chunk-RLITUUK6.cjs.map → chunk-BKMQJMWE.cjs.map} +1 -1
- package/dist/{chunk-3ZEAXXYD.js → chunk-CGFMGFKV.js} +3 -3
- package/dist/{chunk-3ZEAXXYD.js.map → chunk-CGFMGFKV.js.map} +1 -1
- package/dist/{chunk-HABZSU22.js → chunk-CKFO7257.js} +4 -4
- package/dist/{chunk-HABZSU22.js.map → chunk-CKFO7257.js.map} +1 -1
- package/dist/{chunk-NZY4VEYK.js → chunk-CYJSMHDR.js} +3 -3
- package/dist/{chunk-NZY4VEYK.js.map → chunk-CYJSMHDR.js.map} +1 -1
- package/dist/{chunk-FZPRMK2H.cjs → chunk-DNEZDNKB.cjs} +8 -8
- package/dist/{chunk-FZPRMK2H.cjs.map → chunk-DNEZDNKB.cjs.map} +1 -1
- package/dist/{chunk-A76I3XR6.js → chunk-DWVJSWSE.js} +2 -2
- package/dist/{chunk-A76I3XR6.js.map → chunk-DWVJSWSE.js.map} +1 -1
- package/dist/{chunk-GTOPUF5K.cjs → chunk-DZHJ7XCH.cjs} +6 -6
- package/dist/{chunk-GTOPUF5K.cjs.map → chunk-DZHJ7XCH.cjs.map} +1 -1
- package/dist/{chunk-76VMZPQG.js → chunk-EIKSVIW3.js} +36 -20
- package/dist/chunk-EIKSVIW3.js.map +1 -0
- package/dist/{chunk-5CCNDIQA.cjs → chunk-EKZHA5NN.cjs} +6 -6
- package/dist/{chunk-5CCNDIQA.cjs.map → chunk-EKZHA5NN.cjs.map} +1 -1
- package/dist/{chunk-KJ33BE5F.cjs → chunk-EQQVBKSD.cjs} +8 -8
- package/dist/{chunk-KJ33BE5F.cjs.map → chunk-EQQVBKSD.cjs.map} +1 -1
- package/dist/{chunk-ADOALG4G.cjs → chunk-EVIEMZPA.cjs} +4 -3
- package/dist/chunk-EVIEMZPA.cjs.map +1 -0
- package/dist/{chunk-4ZTXLUK3.js → chunk-EZL3D4PO.js} +4 -4
- package/dist/{chunk-4ZTXLUK3.js.map → chunk-EZL3D4PO.js.map} +1 -1
- package/dist/{chunk-WQMXXSIP.cjs → chunk-FMDGZHMC.cjs} +11 -11
- package/dist/{chunk-WQMXXSIP.cjs.map → chunk-FMDGZHMC.cjs.map} +1 -1
- package/dist/{chunk-3W3FK4KH.cjs → chunk-FNWCKWKM.cjs} +33 -33
- package/dist/{chunk-3W3FK4KH.cjs.map → chunk-FNWCKWKM.cjs.map} +1 -1
- package/dist/{chunk-ESXG2X6S.cjs → chunk-GB356XPX.cjs} +11 -11
- package/dist/{chunk-ESXG2X6S.cjs.map → chunk-GB356XPX.cjs.map} +1 -1
- package/dist/{chunk-X7GW7EUO.cjs → chunk-GBVZARVX.cjs} +6 -6
- package/dist/{chunk-X7GW7EUO.cjs.map → chunk-GBVZARVX.cjs.map} +1 -1
- package/dist/{chunk-XPCJPNHA.js → chunk-GBXO223Q.js} +41 -41
- package/dist/{chunk-XPCJPNHA.js.map → chunk-GBXO223Q.js.map} +1 -1
- package/dist/{chunk-K4ZZFQFX.cjs → chunk-GHNOAGKV.cjs} +13 -13
- package/dist/{chunk-K4ZZFQFX.cjs.map → chunk-GHNOAGKV.cjs.map} +1 -1
- package/dist/{chunk-N2HQIMLG.js → chunk-GXI53DFN.js} +3 -3
- package/dist/{chunk-N2HQIMLG.js.map → chunk-GXI53DFN.js.map} +1 -1
- package/dist/chunk-H7TPN2Y6.js +522 -0
- package/dist/chunk-H7TPN2Y6.js.map +1 -0
- package/dist/{chunk-C7ZX5DHM.js → chunk-HBOB5WKU.js} +5 -5
- package/dist/{chunk-C7ZX5DHM.js.map → chunk-HBOB5WKU.js.map} +1 -1
- package/dist/{chunk-FLOHCX4T.cjs → chunk-HXIX55Y4.cjs} +10 -10
- package/dist/{chunk-FLOHCX4T.cjs.map → chunk-HXIX55Y4.cjs.map} +1 -1
- package/dist/{chunk-PV2YAEGA.js → chunk-I6GXKO5J.js} +4 -4
- package/dist/{chunk-PV2YAEGA.js.map → chunk-I6GXKO5J.js.map} +1 -1
- package/dist/{chunk-RL27XDQE.js → chunk-IZZ4ZP3Y.js} +3 -3
- package/dist/{chunk-RL27XDQE.js.map → chunk-IZZ4ZP3Y.js.map} +1 -1
- package/dist/chunk-JEPACCO3.cjs +676 -0
- package/dist/{chunk-GRROKQZV.cjs.map → chunk-JEPACCO3.cjs.map} +1 -1
- package/dist/{chunk-CV4LIN3P.cjs → chunk-JTMPDRWI.cjs} +9 -9
- package/dist/{chunk-CV4LIN3P.cjs.map → chunk-JTMPDRWI.cjs.map} +1 -1
- package/dist/{chunk-UF4TR3AN.js → chunk-K3A6LAJC.js} +3 -3
- package/dist/{chunk-UF4TR3AN.js.map → chunk-K3A6LAJC.js.map} +1 -1
- package/dist/{chunk-LYEJMLZK.js → chunk-KOCE23K4.js} +4 -4
- package/dist/{chunk-LYEJMLZK.js.map → chunk-KOCE23K4.js.map} +1 -1
- package/dist/{chunk-JIB75MHZ.cjs → chunk-L3U6GXOD.cjs} +4 -29
- package/dist/chunk-L3U6GXOD.cjs.map +1 -0
- package/dist/{chunk-KQGH5TKC.cjs → chunk-LOTLWLPW.cjs} +8 -8
- package/dist/{chunk-KQGH5TKC.cjs.map → chunk-LOTLWLPW.cjs.map} +1 -1
- package/dist/{chunk-23NMT2X2.cjs → chunk-M32NLBKC.cjs} +8 -8
- package/dist/{chunk-23NMT2X2.cjs.map → chunk-M32NLBKC.cjs.map} +1 -1
- package/dist/{chunk-SWFGOOOC.cjs → chunk-M3G3V2BR.cjs} +5 -5
- package/dist/{chunk-SWFGOOOC.cjs.map → chunk-M3G3V2BR.cjs.map} +1 -1
- package/dist/{chunk-SPFE7PYM.cjs → chunk-MGG34H7P.cjs} +89 -89
- package/dist/{chunk-SPFE7PYM.cjs.map → chunk-MGG34H7P.cjs.map} +1 -1
- package/dist/{chunk-USNA4TKM.js → chunk-MN4N5SO4.js} +3 -3
- package/dist/{chunk-USNA4TKM.js.map → chunk-MN4N5SO4.js.map} +1 -1
- package/dist/{chunk-FPNN7NR6.cjs → chunk-MSKYP5LL.cjs} +8 -8
- package/dist/{chunk-FPNN7NR6.cjs.map → chunk-MSKYP5LL.cjs.map} +1 -1
- package/dist/{chunk-OP64PLRM.js → chunk-MZRE4VM6.js} +3 -3
- package/dist/{chunk-OP64PLRM.js.map → chunk-MZRE4VM6.js.map} +1 -1
- package/dist/{chunk-VVLD43MX.js → chunk-N624P3VO.js} +4 -3
- package/dist/chunk-N624P3VO.js.map +1 -0
- package/dist/{chunk-DTBEZHBA.cjs → chunk-N6DXNOYI.cjs} +7 -7
- package/dist/{chunk-DTBEZHBA.cjs.map → chunk-N6DXNOYI.cjs.map} +1 -1
- package/dist/{chunk-V5KIXCQT.cjs → chunk-NWBJNMEH.cjs} +10 -10
- package/dist/{chunk-V5KIXCQT.cjs.map → chunk-NWBJNMEH.cjs.map} +1 -1
- package/dist/{chunk-4EJPH3QV.cjs → chunk-O5QFXRHS.cjs} +155 -139
- package/dist/chunk-O5QFXRHS.cjs.map +1 -0
- package/dist/{chunk-I6LFPPPY.js → chunk-O6TVZ7JM.js} +5 -5
- package/dist/{chunk-I6LFPPPY.js.map → chunk-O6TVZ7JM.js.map} +1 -1
- package/dist/{chunk-IMALIYW3.cjs → chunk-O7P7DTEU.cjs} +5 -5
- package/dist/{chunk-IMALIYW3.cjs.map → chunk-O7P7DTEU.cjs.map} +1 -1
- package/dist/{chunk-5DNCX4VR.cjs → chunk-OJ7J57QX.cjs} +8 -8
- package/dist/{chunk-5DNCX4VR.cjs.map → chunk-OJ7J57QX.cjs.map} +1 -1
- package/dist/{chunk-QIIFFLTP.js → chunk-OWGVQMFL.js} +3 -3
- package/dist/{chunk-QIIFFLTP.js.map → chunk-OWGVQMFL.js.map} +1 -1
- package/dist/{chunk-QXTSZUOW.cjs → chunk-P2D4FXR3.cjs} +40 -40
- package/dist/{chunk-QXTSZUOW.cjs.map → chunk-P2D4FXR3.cjs.map} +1 -1
- package/dist/chunk-P4IMQYF3.cjs +536 -0
- package/dist/chunk-P4IMQYF3.cjs.map +1 -0
- package/dist/{chunk-7HBQXTEE.js → chunk-PBXPP6LG.js} +4 -4
- package/dist/{chunk-7HBQXTEE.js.map → chunk-PBXPP6LG.js.map} +1 -1
- package/dist/{chunk-RV5AACQT.js → chunk-PIJ5TCIL.js} +3 -3
- package/dist/{chunk-RV5AACQT.js.map → chunk-PIJ5TCIL.js.map} +1 -1
- package/dist/{chunk-CBLGDMKY.js → chunk-PRNDSHZW.js} +3 -3
- package/dist/{chunk-CBLGDMKY.js.map → chunk-PRNDSHZW.js.map} +1 -1
- package/dist/{chunk-MAWER4M5.cjs → chunk-QHZNXZWE.cjs} +16 -16
- package/dist/{chunk-MAWER4M5.cjs.map → chunk-QHZNXZWE.cjs.map} +1 -1
- package/dist/{chunk-GIDCL2QK.js → chunk-R5LDM3BW.js} +4 -4
- package/dist/{chunk-GIDCL2QK.js.map → chunk-R5LDM3BW.js.map} +1 -1
- package/dist/{chunk-5CCEQCYY.cjs → chunk-SCZF5DQB.cjs} +2 -2
- package/dist/{chunk-5CCEQCYY.cjs.map → chunk-SCZF5DQB.cjs.map} +1 -1
- package/dist/{chunk-7X5Y6YFV.cjs → chunk-SG33QRJ5.cjs} +10 -10
- package/dist/{chunk-7X5Y6YFV.cjs.map → chunk-SG33QRJ5.cjs.map} +1 -1
- package/dist/{chunk-KY2L7WII.cjs → chunk-SGAES7J3.cjs} +28 -28
- package/dist/{chunk-KY2L7WII.cjs.map → chunk-SGAES7J3.cjs.map} +1 -1
- package/dist/chunk-SLTGLKKQ.js +25 -0
- package/dist/chunk-SLTGLKKQ.js.map +1 -0
- package/dist/{chunk-LO3JBCO6.js → chunk-ST65ZQ6C.js} +5 -24
- package/dist/chunk-ST65ZQ6C.js.map +1 -0
- package/dist/{chunk-VDUQSJ24.js → chunk-SYLOFHAO.js} +3 -3
- package/dist/{chunk-VDUQSJ24.js.map → chunk-SYLOFHAO.js.map} +1 -1
- package/dist/{chunk-ACWLVJMM.cjs → chunk-U4CV6ZLO.cjs} +6 -6
- package/dist/{chunk-ACWLVJMM.cjs.map → chunk-U4CV6ZLO.cjs.map} +1 -1
- package/dist/{chunk-JRVTDAR3.cjs → chunk-U4MOTJPV.cjs} +71 -71
- package/dist/{chunk-JRVTDAR3.cjs.map → chunk-U4MOTJPV.cjs.map} +1 -1
- package/dist/{chunk-PYDNEKG7.js → chunk-UC4A4MTE.js} +5 -5
- package/dist/{chunk-PYDNEKG7.js.map → chunk-UC4A4MTE.js.map} +1 -1
- package/dist/{chunk-XD5A75U5.cjs → chunk-UNVDPUDB.cjs} +10 -10
- package/dist/{chunk-XD5A75U5.cjs.map → chunk-UNVDPUDB.cjs.map} +1 -1
- package/dist/{chunk-3WEFKFTW.js → chunk-V3CFHU42.js} +3 -3
- package/dist/{chunk-3WEFKFTW.js.map → chunk-V3CFHU42.js.map} +1 -1
- package/dist/{chunk-5LGNYS65.js → chunk-W2LZ3CEY.js} +3 -3
- package/dist/{chunk-5LGNYS65.js.map → chunk-W2LZ3CEY.js.map} +1 -1
- package/dist/{chunk-IDJRYGFI.js → chunk-W3BHN44U.js} +3 -3
- package/dist/{chunk-IDJRYGFI.js.map → chunk-W3BHN44U.js.map} +1 -1
- package/dist/{chunk-7T2NLNMZ.js → chunk-WAGWS64X.js} +5 -5
- package/dist/{chunk-7T2NLNMZ.js.map → chunk-WAGWS64X.js.map} +1 -1
- package/dist/{chunk-XN67PSYF.cjs → chunk-WII3RU4D.cjs} +8 -8
- package/dist/{chunk-XN67PSYF.cjs.map → chunk-WII3RU4D.cjs.map} +1 -1
- package/dist/chunk-WOMWA56V.cjs +34 -0
- package/dist/chunk-WOMWA56V.cjs.map +1 -0
- package/dist/{chunk-5J77WZVX.js → chunk-X3YYLOBX.js} +3 -3
- package/dist/{chunk-5J77WZVX.js.map → chunk-X3YYLOBX.js.map} +1 -1
- package/dist/{chunk-LZTFEWE2.cjs → chunk-X72GZOMH.cjs} +8 -8
- package/dist/{chunk-LZTFEWE2.cjs.map → chunk-X72GZOMH.cjs.map} +1 -1
- package/dist/{chunk-ISVWKG75.cjs → chunk-XRQ24547.cjs} +23 -23
- package/dist/{chunk-ISVWKG75.cjs.map → chunk-XRQ24547.cjs.map} +1 -1
- package/dist/{chunk-OULHG4PU.cjs → chunk-XZ2UECF2.cjs} +7 -7
- package/dist/{chunk-OULHG4PU.cjs.map → chunk-XZ2UECF2.cjs.map} +1 -1
- package/dist/{chunk-G2UVEO6M.cjs → chunk-YVA4JWKW.cjs} +12 -12
- package/dist/{chunk-G2UVEO6M.cjs.map → chunk-YVA4JWKW.cjs.map} +1 -1
- package/dist/{chunk-CUJ7X5PY.js → chunk-YWFPRGMQ.js} +5 -5
- package/dist/{chunk-CUJ7X5PY.js.map → chunk-YWFPRGMQ.js.map} +1 -1
- package/dist/{chunk-5OEMUJJX.cjs → chunk-ZAISELX5.cjs} +16 -16
- package/dist/{chunk-5OEMUJJX.cjs.map → chunk-ZAISELX5.cjs.map} +1 -1
- package/dist/{chunk-UVZH7OIS.cjs → chunk-ZBJ23OYY.cjs} +10 -10
- package/dist/{chunk-UVZH7OIS.cjs.map → chunk-ZBJ23OYY.cjs.map} +1 -1
- package/dist/{chunk-RQFMAS4T.cjs → chunk-ZEOCTIOC.cjs} +4 -4
- package/dist/{chunk-RQFMAS4T.cjs.map → chunk-ZEOCTIOC.cjs.map} +1 -1
- package/dist/{chunk-MZ5ZHXPD.js → chunk-ZHDQZ7TX.js} +4 -4
- package/dist/{chunk-MZ5ZHXPD.js.map → chunk-ZHDQZ7TX.js.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/server/handlers/a2a.cjs +14 -14
- package/dist/server/handlers/a2a.js +1 -1
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers/agent-versions.cjs +8 -8
- package/dist/server/handlers/agent-versions.js +1 -1
- package/dist/server/handlers/agents.cjs +41 -41
- package/dist/server/handlers/agents.d.ts +104 -0
- package/dist/server/handlers/agents.d.ts.map +1 -1
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/auth.cjs +12 -12
- package/dist/server/handlers/auth.js +1 -1
- package/dist/server/handlers/background-tasks.cjs +4 -4
- package/dist/server/handlers/background-tasks.js +1 -1
- package/dist/server/handlers/builder-registry.cjs +6 -6
- package/dist/server/handlers/builder-registry.js +1 -1
- package/dist/server/handlers/channels.cjs +5 -5
- package/dist/server/handlers/channels.js +1 -1
- package/dist/server/handlers/conversations.cjs +5 -5
- package/dist/server/handlers/conversations.js +1 -1
- package/dist/server/handlers/datasets.cjs +26 -26
- package/dist/server/handlers/datasets.d.ts +8 -0
- package/dist/server/handlers/datasets.d.ts.map +1 -1
- package/dist/server/handlers/datasets.js +1 -1
- package/dist/server/handlers/editor-builder.cjs +5 -5
- package/dist/server/handlers/editor-builder.js +1 -1
- package/dist/server/handlers/favorites-enrichment.cjs +3 -3
- package/dist/server/handlers/favorites-enrichment.js +1 -1
- package/dist/server/handlers/logs.cjs +4 -4
- package/dist/server/handlers/logs.js +1 -1
- package/dist/server/handlers/mcp-client-versions.cjs +8 -8
- package/dist/server/handlers/mcp-client-versions.js +1 -1
- package/dist/server/handlers/mcp.cjs +11 -11
- package/dist/server/handlers/mcp.js +1 -1
- package/dist/server/handlers/memory.cjs +27 -27
- package/dist/server/handlers/memory.js +1 -1
- package/dist/server/handlers/observability-new-endpoints.cjs +29 -29
- package/dist/server/handlers/observability-new-endpoints.d.ts +232 -232
- package/dist/server/handlers/observability-new-endpoints.js +1 -1
- package/dist/server/handlers/observability-shared.cjs +9 -9
- package/dist/server/handlers/observability-shared.js +1 -1
- package/dist/server/handlers/observability.cjs +40 -40
- package/dist/server/handlers/observability.js +2 -2
- package/dist/server/handlers/processor-providers.cjs +3 -3
- package/dist/server/handlers/processor-providers.js +1 -1
- package/dist/server/handlers/processors.cjs +4 -4
- package/dist/server/handlers/processors.js +1 -1
- package/dist/server/handlers/prompt-block-versions.cjs +8 -8
- package/dist/server/handlers/prompt-block-versions.js +1 -1
- package/dist/server/handlers/responses.cjs +4 -4
- package/dist/server/handlers/responses.js +1 -1
- package/dist/server/handlers/schedules.cjs +6 -6
- package/dist/server/handlers/schedules.js +1 -1
- package/dist/server/handlers/scorer-versions.cjs +8 -8
- package/dist/server/handlers/scorer-versions.js +1 -1
- package/dist/server/handlers/scores.cjs +7 -7
- package/dist/server/handlers/scores.js +1 -1
- package/dist/server/handlers/stored-agent-favorites.cjs +3 -3
- package/dist/server/handlers/stored-agent-favorites.js +1 -1
- package/dist/server/handlers/stored-agents.cjs +7 -7
- package/dist/server/handlers/stored-agents.js +1 -1
- package/dist/server/handlers/stored-mcp-clients.cjs +6 -6
- package/dist/server/handlers/stored-mcp-clients.js +1 -1
- package/dist/server/handlers/stored-prompt-blocks.cjs +6 -6
- package/dist/server/handlers/stored-prompt-blocks.js +1 -1
- package/dist/server/handlers/stored-scorers.cjs +6 -6
- package/dist/server/handlers/stored-scorers.js +1 -1
- package/dist/server/handlers/stored-skill-favorites.cjs +3 -3
- package/dist/server/handlers/stored-skill-favorites.js +1 -1
- package/dist/server/handlers/stored-skills.cjs +7 -7
- package/dist/server/handlers/stored-skills.js +1 -1
- package/dist/server/handlers/stored-workspaces.cjs +6 -6
- package/dist/server/handlers/stored-workspaces.js +1 -1
- package/dist/server/handlers/system.cjs +3 -3
- package/dist/server/handlers/system.js +1 -1
- package/dist/server/handlers/tool-providers.cjs +5 -5
- package/dist/server/handlers/tool-providers.js +1 -1
- package/dist/server/handlers/tools.cjs +6 -6
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers/vector.cjs +16 -16
- package/dist/server/handlers/vector.js +1 -1
- package/dist/server/handlers/voice.cjs +8 -8
- package/dist/server/handlers/voice.d.ts +8 -77
- package/dist/server/handlers/voice.d.ts.map +1 -1
- package/dist/server/handlers/voice.js +1 -1
- package/dist/server/handlers/workflows.cjs +26 -26
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers/workspace.cjs +26 -26
- package/dist/server/handlers/workspace.js +1 -1
- package/dist/server/handlers.cjs +30 -30
- package/dist/server/handlers.js +15 -15
- package/dist/server/schemas/agents.d.ts +25 -37
- package/dist/server/schemas/agents.d.ts.map +1 -1
- package/dist/server/schemas/datasets.d.ts +4 -0
- package/dist/server/schemas/datasets.d.ts.map +1 -1
- package/dist/server/schemas/index.cjs +104 -103
- package/dist/server/schemas/index.js +3 -2
- package/dist/server/server-adapter/index.cjs +21 -21
- package/dist/server/server-adapter/index.js +4 -4
- package/dist/server/server-adapter/routes/datasets.d.ts +8 -0
- package/dist/server/server-adapter/routes/datasets.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/index.d.ts +1 -0
- package/dist/server/server-adapter/routes/index.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/legacy.d.ts +16 -0
- package/dist/server/server-adapter/routes/legacy.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/observability.d.ts +116 -116
- package/dist/server/server-adapter/routes/route-builder.d.ts +1 -0
- package/dist/server/server-adapter/routes/route-builder.d.ts.map +1 -1
- package/package.json +7 -6
- package/dist/chunk-4EJPH3QV.cjs.map +0 -1
- package/dist/chunk-76VMZPQG.js.map +0 -1
- package/dist/chunk-ADOALG4G.cjs.map +0 -1
- package/dist/chunk-FABRY3EH.js +0 -195
- package/dist/chunk-FABRY3EH.js.map +0 -1
- package/dist/chunk-GRROKQZV.cjs +0 -676
- package/dist/chunk-HJRD2MOT.cjs +0 -204
- package/dist/chunk-HJRD2MOT.cjs.map +0 -1
- package/dist/chunk-JIB75MHZ.cjs.map +0 -1
- package/dist/chunk-LO3JBCO6.js.map +0 -1
- package/dist/chunk-VVLD43MX.js.map +0 -1
- /package/dist/_types/@internal_core/dist/{index.d.ts → storage/index.d.ts} +0 -0
|
@@ -496,13 +496,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
496
496
|
metadata?: Record<string, unknown> | null | undefined;
|
|
497
497
|
executionSource?: string | null | undefined;
|
|
498
498
|
tags?: string[] | null | undefined;
|
|
499
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
499
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
500
500
|
entityId?: string | null | undefined;
|
|
501
501
|
entityName?: string | null | undefined;
|
|
502
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
502
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
503
503
|
parentEntityId?: string | null | undefined;
|
|
504
504
|
parentEntityName?: string | null | undefined;
|
|
505
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
505
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
506
506
|
rootEntityId?: string | null | undefined;
|
|
507
507
|
rootEntityName?: string | null | undefined;
|
|
508
508
|
userId?: string | null | undefined;
|
|
@@ -559,13 +559,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
559
559
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
560
560
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
561
561
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
562
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
562
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
563
563
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
564
564
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
565
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
565
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
566
566
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
567
567
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
568
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
568
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
569
569
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
570
570
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
571
571
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -598,13 +598,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
598
598
|
metadata?: Record<string, unknown> | null | undefined;
|
|
599
599
|
executionSource?: string | null | undefined;
|
|
600
600
|
tags?: string[] | null | undefined;
|
|
601
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
601
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
602
602
|
entityId?: string | null | undefined;
|
|
603
603
|
entityName?: string | null | undefined;
|
|
604
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
604
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
605
605
|
parentEntityId?: string | null | undefined;
|
|
606
606
|
parentEntityName?: string | null | undefined;
|
|
607
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
607
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
608
608
|
rootEntityId?: string | null | undefined;
|
|
609
609
|
rootEntityName?: string | null | undefined;
|
|
610
610
|
userId?: string | null | undefined;
|
|
@@ -656,13 +656,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
656
656
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
657
657
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
658
658
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
659
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
659
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
660
660
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
661
661
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
662
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
662
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
663
663
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
664
664
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
665
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
665
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
666
666
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
667
667
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
668
668
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -702,13 +702,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
702
702
|
metadata?: Record<string, unknown> | null | undefined;
|
|
703
703
|
executionSource?: string | null | undefined;
|
|
704
704
|
tags?: string[] | null | undefined;
|
|
705
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
705
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
706
706
|
entityId?: string | null | undefined;
|
|
707
707
|
entityName?: string | null | undefined;
|
|
708
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
708
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
709
709
|
parentEntityId?: string | null | undefined;
|
|
710
710
|
parentEntityName?: string | null | undefined;
|
|
711
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
711
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
712
712
|
rootEntityId?: string | null | undefined;
|
|
713
713
|
rootEntityName?: string | null | undefined;
|
|
714
714
|
userId?: string | null | undefined;
|
|
@@ -764,13 +764,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
764
764
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
765
765
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
766
766
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
767
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
767
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
768
768
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
769
769
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
770
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
770
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
771
771
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
772
772
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
773
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
773
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
774
774
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
775
775
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
776
776
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -809,13 +809,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
809
809
|
metadata?: Record<string, unknown> | null | undefined;
|
|
810
810
|
executionSource?: string | null | undefined;
|
|
811
811
|
tags?: string[] | null | undefined;
|
|
812
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
812
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
813
813
|
entityId?: string | null | undefined;
|
|
814
814
|
entityName?: string | null | undefined;
|
|
815
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
815
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
816
816
|
parentEntityId?: string | null | undefined;
|
|
817
817
|
parentEntityName?: string | null | undefined;
|
|
818
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
818
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
819
819
|
rootEntityId?: string | null | undefined;
|
|
820
820
|
rootEntityName?: string | null | undefined;
|
|
821
821
|
userId?: string | null | undefined;
|
|
@@ -849,13 +849,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
849
849
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
850
850
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
851
851
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
852
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
852
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
853
853
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
854
854
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
855
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
855
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
856
856
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
857
857
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
858
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
858
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
859
859
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
860
860
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
861
861
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -894,13 +894,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
894
894
|
metadata?: Record<string, unknown> | null | undefined;
|
|
895
895
|
executionSource?: string | null | undefined;
|
|
896
896
|
tags?: string[] | null | undefined;
|
|
897
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
897
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
898
898
|
entityId?: string | null | undefined;
|
|
899
899
|
entityName?: string | null | undefined;
|
|
900
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
900
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
901
901
|
parentEntityId?: string | null | undefined;
|
|
902
902
|
parentEntityName?: string | null | undefined;
|
|
903
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
903
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
904
904
|
rootEntityId?: string | null | undefined;
|
|
905
905
|
rootEntityName?: string | null | undefined;
|
|
906
906
|
userId?: string | null | undefined;
|
|
@@ -934,13 +934,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
934
934
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
935
935
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
936
936
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
937
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
937
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
938
938
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
939
939
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
940
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
940
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
941
941
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
942
942
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
943
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
943
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
944
944
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
945
945
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
946
946
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -985,7 +985,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
985
985
|
} | undefined;
|
|
986
986
|
traceId?: string | undefined;
|
|
987
987
|
spanId?: string | undefined;
|
|
988
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
988
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
989
989
|
entityName?: string | undefined;
|
|
990
990
|
entityVersionId?: string | undefined;
|
|
991
991
|
parentEntityVersionId?: string | undefined;
|
|
@@ -995,9 +995,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
995
995
|
experimentId?: string | undefined;
|
|
996
996
|
serviceName?: string | undefined;
|
|
997
997
|
environment?: string | undefined;
|
|
998
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
998
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
999
999
|
parentEntityName?: string | undefined;
|
|
1000
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1000
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1001
1001
|
rootEntityName?: string | undefined;
|
|
1002
1002
|
resourceId?: string | undefined;
|
|
1003
1003
|
runId?: string | undefined;
|
|
@@ -1036,7 +1036,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1036
1036
|
}, import("zod/v4/core").$strip>>;
|
|
1037
1037
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1038
1038
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1039
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1039
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1040
1040
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1041
1041
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1042
1042
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1046,9 +1046,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1046
1046
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1047
1047
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1048
1048
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1049
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1049
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1050
1050
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1051
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1051
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1052
1052
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1053
1053
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1054
1054
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1084,7 +1084,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1084
1084
|
} | undefined;
|
|
1085
1085
|
traceId?: string | undefined;
|
|
1086
1086
|
spanId?: string | undefined;
|
|
1087
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1087
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1088
1088
|
entityName?: string | undefined;
|
|
1089
1089
|
entityVersionId?: string | undefined;
|
|
1090
1090
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1094,9 +1094,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1094
1094
|
experimentId?: string | undefined;
|
|
1095
1095
|
serviceName?: string | undefined;
|
|
1096
1096
|
environment?: string | undefined;
|
|
1097
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1097
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1098
1098
|
parentEntityName?: string | undefined;
|
|
1099
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1099
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1100
1100
|
rootEntityName?: string | undefined;
|
|
1101
1101
|
resourceId?: string | undefined;
|
|
1102
1102
|
runId?: string | undefined;
|
|
@@ -1136,7 +1136,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1136
1136
|
}, import("zod/v4/core").$strip>>;
|
|
1137
1137
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1138
1138
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1139
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1139
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1140
1140
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1141
1141
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1142
1142
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1146,9 +1146,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1146
1146
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1147
1147
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1148
1148
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1149
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1149
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1150
1150
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1151
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1151
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1152
1152
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1153
1153
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1154
1154
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1180,7 +1180,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1180
1180
|
} | undefined;
|
|
1181
1181
|
traceId?: string | undefined;
|
|
1182
1182
|
spanId?: string | undefined;
|
|
1183
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1183
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1184
1184
|
entityName?: string | undefined;
|
|
1185
1185
|
entityVersionId?: string | undefined;
|
|
1186
1186
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1190,9 +1190,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1190
1190
|
experimentId?: string | undefined;
|
|
1191
1191
|
serviceName?: string | undefined;
|
|
1192
1192
|
environment?: string | undefined;
|
|
1193
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1193
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1194
1194
|
parentEntityName?: string | undefined;
|
|
1195
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1195
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1196
1196
|
rootEntityName?: string | undefined;
|
|
1197
1197
|
resourceId?: string | undefined;
|
|
1198
1198
|
runId?: string | undefined;
|
|
@@ -1242,7 +1242,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1242
1242
|
}, import("zod/v4/core").$strip>>;
|
|
1243
1243
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1244
1244
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1245
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1245
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1246
1246
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1247
1247
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1248
1248
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1252,9 +1252,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1252
1252
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1253
1253
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1254
1254
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1255
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1255
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1256
1256
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1257
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1257
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1258
1258
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1259
1259
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1260
1260
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1290,7 +1290,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1290
1290
|
} | undefined;
|
|
1291
1291
|
traceId?: string | undefined;
|
|
1292
1292
|
spanId?: string | undefined;
|
|
1293
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1293
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1294
1294
|
entityName?: string | undefined;
|
|
1295
1295
|
entityVersionId?: string | undefined;
|
|
1296
1296
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1300,9 +1300,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1300
1300
|
experimentId?: string | undefined;
|
|
1301
1301
|
serviceName?: string | undefined;
|
|
1302
1302
|
environment?: string | undefined;
|
|
1303
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1303
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1304
1304
|
parentEntityName?: string | undefined;
|
|
1305
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1305
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1306
1306
|
rootEntityName?: string | undefined;
|
|
1307
1307
|
resourceId?: string | undefined;
|
|
1308
1308
|
runId?: string | undefined;
|
|
@@ -1343,7 +1343,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1343
1343
|
}, import("zod/v4/core").$strip>>;
|
|
1344
1344
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1345
1345
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1346
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1346
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1347
1347
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1348
1348
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1349
1349
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1353,9 +1353,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1353
1353
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1354
1354
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1355
1355
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1356
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1356
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1357
1357
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1358
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1358
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1359
1359
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1360
1360
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1361
1361
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1382,13 +1382,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1382
1382
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1383
1383
|
executionSource?: string | null | undefined;
|
|
1384
1384
|
tags?: string[] | null | undefined;
|
|
1385
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1385
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1386
1386
|
entityId?: string | null | undefined;
|
|
1387
1387
|
entityName?: string | null | undefined;
|
|
1388
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1388
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1389
1389
|
parentEntityId?: string | null | undefined;
|
|
1390
1390
|
parentEntityName?: string | null | undefined;
|
|
1391
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1391
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1392
1392
|
rootEntityId?: string | null | undefined;
|
|
1393
1393
|
rootEntityName?: string | null | undefined;
|
|
1394
1394
|
userId?: string | null | undefined;
|
|
@@ -1443,13 +1443,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1443
1443
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1444
1444
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1445
1445
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
1446
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1446
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1447
1447
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1448
1448
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1449
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1449
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1450
1450
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1451
1451
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1452
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1452
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1453
1453
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1454
1454
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1455
1455
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1487,13 +1487,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1487
1487
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1488
1488
|
executionSource?: string | null | undefined;
|
|
1489
1489
|
tags?: string[] | null | undefined;
|
|
1490
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1490
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1491
1491
|
entityId?: string | null | undefined;
|
|
1492
1492
|
entityName?: string | null | undefined;
|
|
1493
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1493
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1494
1494
|
parentEntityId?: string | null | undefined;
|
|
1495
1495
|
parentEntityName?: string | null | undefined;
|
|
1496
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | null | undefined;
|
|
1496
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | null | undefined;
|
|
1497
1497
|
rootEntityId?: string | null | undefined;
|
|
1498
1498
|
rootEntityName?: string | null | undefined;
|
|
1499
1499
|
userId?: string | null | undefined;
|
|
@@ -1527,13 +1527,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1527
1527
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1528
1528
|
executionSource: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1529
1529
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
1530
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1530
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1531
1531
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1532
1532
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1533
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1533
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1534
1534
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1535
1535
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1536
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>>;
|
|
1536
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>>;
|
|
1537
1537
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1538
1538
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1539
1539
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1576,7 +1576,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1576
1576
|
} | undefined;
|
|
1577
1577
|
traceId?: string | undefined;
|
|
1578
1578
|
spanId?: string | undefined;
|
|
1579
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1579
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1580
1580
|
entityName?: string | undefined;
|
|
1581
1581
|
entityVersionId?: string | undefined;
|
|
1582
1582
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1586,9 +1586,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1586
1586
|
experimentId?: string | undefined;
|
|
1587
1587
|
serviceName?: string | undefined;
|
|
1588
1588
|
environment?: string | undefined;
|
|
1589
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1589
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1590
1590
|
parentEntityName?: string | undefined;
|
|
1591
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1591
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1592
1592
|
rootEntityName?: string | undefined;
|
|
1593
1593
|
resourceId?: string | undefined;
|
|
1594
1594
|
runId?: string | undefined;
|
|
@@ -1628,7 +1628,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1628
1628
|
}, import("zod/v4/core").$strip>>;
|
|
1629
1629
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1630
1630
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1631
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1631
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1632
1632
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1633
1633
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1634
1634
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1638,9 +1638,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1638
1638
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1639
1639
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1640
1640
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1641
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1641
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1642
1642
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1643
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1643
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1644
1644
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1645
1645
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1646
1646
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1677,7 +1677,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1677
1677
|
} | undefined;
|
|
1678
1678
|
traceId?: string | undefined;
|
|
1679
1679
|
spanId?: string | undefined;
|
|
1680
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1680
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1681
1681
|
entityName?: string | undefined;
|
|
1682
1682
|
entityVersionId?: string | undefined;
|
|
1683
1683
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1687,9 +1687,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1687
1687
|
experimentId?: string | undefined;
|
|
1688
1688
|
serviceName?: string | undefined;
|
|
1689
1689
|
environment?: string | undefined;
|
|
1690
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1690
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1691
1691
|
parentEntityName?: string | undefined;
|
|
1692
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1692
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1693
1693
|
rootEntityName?: string | undefined;
|
|
1694
1694
|
resourceId?: string | undefined;
|
|
1695
1695
|
runId?: string | undefined;
|
|
@@ -1730,7 +1730,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1730
1730
|
}, import("zod/v4/core").$strip>>;
|
|
1731
1731
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1732
1732
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1733
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1733
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1734
1734
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1735
1735
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1736
1736
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1740,9 +1740,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1740
1740
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1741
1741
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1742
1742
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1743
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1743
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1744
1744
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1745
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1745
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1746
1746
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1747
1747
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1748
1748
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1775,7 +1775,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1775
1775
|
} | undefined;
|
|
1776
1776
|
traceId?: string | undefined;
|
|
1777
1777
|
spanId?: string | undefined;
|
|
1778
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1778
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1779
1779
|
entityName?: string | undefined;
|
|
1780
1780
|
entityVersionId?: string | undefined;
|
|
1781
1781
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1785,9 +1785,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1785
1785
|
experimentId?: string | undefined;
|
|
1786
1786
|
serviceName?: string | undefined;
|
|
1787
1787
|
environment?: string | undefined;
|
|
1788
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1788
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1789
1789
|
parentEntityName?: string | undefined;
|
|
1790
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1790
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1791
1791
|
rootEntityName?: string | undefined;
|
|
1792
1792
|
resourceId?: string | undefined;
|
|
1793
1793
|
runId?: string | undefined;
|
|
@@ -1838,7 +1838,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1838
1838
|
}, import("zod/v4/core").$strip>>;
|
|
1839
1839
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1840
1840
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1841
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1841
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1842
1842
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1843
1843
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1844
1844
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1848,9 +1848,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1848
1848
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1849
1849
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1850
1850
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1851
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1851
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1852
1852
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1853
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1853
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1854
1854
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1855
1855
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1856
1856
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1887,7 +1887,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1887
1887
|
} | undefined;
|
|
1888
1888
|
traceId?: string | undefined;
|
|
1889
1889
|
spanId?: string | undefined;
|
|
1890
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1890
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1891
1891
|
entityName?: string | undefined;
|
|
1892
1892
|
entityVersionId?: string | undefined;
|
|
1893
1893
|
parentEntityVersionId?: string | undefined;
|
|
@@ -1897,9 +1897,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1897
1897
|
experimentId?: string | undefined;
|
|
1898
1898
|
serviceName?: string | undefined;
|
|
1899
1899
|
environment?: string | undefined;
|
|
1900
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1900
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1901
1901
|
parentEntityName?: string | undefined;
|
|
1902
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1902
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1903
1903
|
rootEntityName?: string | undefined;
|
|
1904
1904
|
resourceId?: string | undefined;
|
|
1905
1905
|
runId?: string | undefined;
|
|
@@ -1941,7 +1941,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1941
1941
|
}, import("zod/v4/core").$strip>>;
|
|
1942
1942
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1943
1943
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1944
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1944
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1945
1945
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1946
1946
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1947
1947
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1951,9 +1951,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1951
1951
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1952
1952
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1953
1953
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1954
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1954
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1955
1955
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1956
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
1956
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
1957
1957
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1958
1958
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1959
1959
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1990,7 +1990,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
1990
1990
|
} | undefined;
|
|
1991
1991
|
traceId?: string | undefined;
|
|
1992
1992
|
spanId?: string | undefined;
|
|
1993
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
1993
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
1994
1994
|
entityName?: string | undefined;
|
|
1995
1995
|
entityVersionId?: string | undefined;
|
|
1996
1996
|
parentEntityVersionId?: string | undefined;
|
|
@@ -2000,9 +2000,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2000
2000
|
experimentId?: string | undefined;
|
|
2001
2001
|
serviceName?: string | undefined;
|
|
2002
2002
|
environment?: string | undefined;
|
|
2003
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2003
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2004
2004
|
parentEntityName?: string | undefined;
|
|
2005
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2005
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2006
2006
|
rootEntityName?: string | undefined;
|
|
2007
2007
|
resourceId?: string | undefined;
|
|
2008
2008
|
runId?: string | undefined;
|
|
@@ -2063,7 +2063,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2063
2063
|
}, import("zod/v4/core").$strip>>;
|
|
2064
2064
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2065
2065
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2066
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2066
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2067
2067
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2068
2068
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2069
2069
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2073,9 +2073,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2073
2073
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2074
2074
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2075
2075
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2076
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2076
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2077
2077
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2078
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2078
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2079
2079
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2080
2080
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2081
2081
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2118,7 +2118,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2118
2118
|
} | undefined;
|
|
2119
2119
|
traceId?: string | undefined;
|
|
2120
2120
|
spanId?: string | undefined;
|
|
2121
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2121
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2122
2122
|
entityName?: string | undefined;
|
|
2123
2123
|
entityVersionId?: string | undefined;
|
|
2124
2124
|
parentEntityVersionId?: string | undefined;
|
|
@@ -2128,9 +2128,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2128
2128
|
experimentId?: string | undefined;
|
|
2129
2129
|
serviceName?: string | undefined;
|
|
2130
2130
|
environment?: string | undefined;
|
|
2131
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2131
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2132
2132
|
parentEntityName?: string | undefined;
|
|
2133
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2133
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2134
2134
|
rootEntityName?: string | undefined;
|
|
2135
2135
|
resourceId?: string | undefined;
|
|
2136
2136
|
runId?: string | undefined;
|
|
@@ -2192,7 +2192,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2192
2192
|
}, import("zod/v4/core").$strip>>;
|
|
2193
2193
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2194
2194
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2195
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2195
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2196
2196
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2197
2197
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2198
2198
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2202,9 +2202,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2202
2202
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2203
2203
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2204
2204
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2205
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2205
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2206
2206
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2207
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2207
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2208
2208
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2209
2209
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2210
2210
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2246,7 +2246,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2246
2246
|
} | undefined;
|
|
2247
2247
|
traceId?: string | undefined;
|
|
2248
2248
|
spanId?: string | undefined;
|
|
2249
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2249
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2250
2250
|
entityName?: string | undefined;
|
|
2251
2251
|
entityVersionId?: string | undefined;
|
|
2252
2252
|
parentEntityVersionId?: string | undefined;
|
|
@@ -2256,9 +2256,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2256
2256
|
experimentId?: string | undefined;
|
|
2257
2257
|
serviceName?: string | undefined;
|
|
2258
2258
|
environment?: string | undefined;
|
|
2259
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2259
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2260
2260
|
parentEntityName?: string | undefined;
|
|
2261
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2261
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2262
2262
|
rootEntityName?: string | undefined;
|
|
2263
2263
|
resourceId?: string | undefined;
|
|
2264
2264
|
runId?: string | undefined;
|
|
@@ -2328,7 +2328,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2328
2328
|
}, import("zod/v4/core").$strip>>;
|
|
2329
2329
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2330
2330
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2331
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2331
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2332
2332
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2333
2333
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2334
2334
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2338,9 +2338,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2338
2338
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2339
2339
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2340
2340
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2341
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2341
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2342
2342
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2343
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2343
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2344
2344
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2345
2345
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2346
2346
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2380,7 +2380,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2380
2380
|
} | undefined;
|
|
2381
2381
|
traceId?: string | undefined;
|
|
2382
2382
|
spanId?: string | undefined;
|
|
2383
|
-
entityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2383
|
+
entityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2384
2384
|
entityName?: string | undefined;
|
|
2385
2385
|
entityVersionId?: string | undefined;
|
|
2386
2386
|
parentEntityVersionId?: string | undefined;
|
|
@@ -2390,9 +2390,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2390
2390
|
experimentId?: string | undefined;
|
|
2391
2391
|
serviceName?: string | undefined;
|
|
2392
2392
|
environment?: string | undefined;
|
|
2393
|
-
parentEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2393
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2394
2394
|
parentEntityName?: string | undefined;
|
|
2395
|
-
rootEntityType?: import("../../../_types/@internal_core/dist/index.d.ts").EntityType | undefined;
|
|
2395
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType | undefined;
|
|
2396
2396
|
rootEntityName?: string | undefined;
|
|
2397
2397
|
resourceId?: string | undefined;
|
|
2398
2398
|
runId?: string | undefined;
|
|
@@ -2435,7 +2435,7 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2435
2435
|
}, import("zod/v4/core").$strip>>;
|
|
2436
2436
|
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2437
2437
|
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2438
|
-
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2438
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2439
2439
|
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2440
2440
|
entityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2441
2441
|
parentEntityVersionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2445,9 +2445,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2445
2445
|
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2446
2446
|
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2447
2447
|
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2448
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2448
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2449
2449
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2450
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2450
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2451
2451
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2452
2452
|
resourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2453
2453
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2484,9 +2484,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
2484
2484
|
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
2485
2485
|
values: import("zod").ZodArray<import("zod").ZodString>;
|
|
2486
2486
|
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{}, {
|
|
2487
|
-
entityTypes: import("../../../_types/@internal_core/dist/index.d.ts").EntityType[];
|
|
2487
|
+
entityTypes: import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType[];
|
|
2488
2488
|
}, "json", import(".").RouteSchemas<undefined, undefined, undefined, import("zod").ZodObject<{
|
|
2489
|
-
entityTypes: import("zod").ZodArray<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.d.ts").EntityType>>;
|
|
2489
|
+
entityTypes: import("zod").ZodArray<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/storage/index.d.ts").EntityType>>;
|
|
2490
2490
|
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
2491
2491
|
names: string[];
|
|
2492
2492
|
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|