@rudderhq/server 0.2.5-canary.9 → 0.2.5
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/dist/bootstrap/plugin-host-runtime.d.ts +39 -39
- package/dist/bundled-plugins/plugin-linear/dist/worker.js +101 -147
- package/dist/bundled-plugins/plugin-linear/dist/worker.js.map +2 -2
- package/dist/bundled-plugins/plugin-linear/package.json +1 -1
- package/dist/routes/access-onboarding.helpers.d.ts +142 -0
- package/dist/routes/access-onboarding.helpers.d.ts.map +1 -0
- package/dist/routes/access-onboarding.helpers.js +762 -0
- package/dist/routes/access-onboarding.helpers.js.map +1 -0
- package/dist/routes/access.d.ts +2 -48
- package/dist/routes/access.d.ts.map +1 -1
- package/dist/routes/access.helpers.d.ts +109 -0
- package/dist/routes/access.helpers.d.ts.map +1 -0
- package/dist/routes/access.helpers.js +460 -0
- package/dist/routes/access.helpers.js.map +1 -0
- package/dist/routes/access.js +6 -1218
- package/dist/routes/access.js.map +1 -1
- package/dist/routes/agents.d.ts.map +1 -1
- package/dist/routes/agents.js +55 -1057
- package/dist/routes/agents.js.map +1 -1
- package/dist/routes/agents.management-routes.d.ts +12 -0
- package/dist/routes/agents.management-routes.d.ts.map +1 -0
- package/dist/routes/agents.management-routes.js +1067 -0
- package/dist/routes/agents.management-routes.js.map +1 -0
- package/dist/routes/chats.d.ts.map +1 -1
- package/dist/routes/chats.js +42 -652
- package/dist/routes/chats.js.map +1 -1
- package/dist/routes/chats.stream-routes.d.ts +12 -0
- package/dist/routes/chats.stream-routes.d.ts.map +1 -0
- package/dist/routes/chats.stream-routes.js +666 -0
- package/dist/routes/chats.stream-routes.js.map +1 -0
- package/dist/routes/issues.comments-attachments.d.ts +12 -0
- package/dist/routes/issues.comments-attachments.d.ts.map +1 -0
- package/dist/routes/issues.comments-attachments.js +511 -0
- package/dist/routes/issues.comments-attachments.js.map +1 -0
- package/dist/routes/issues.d.ts.map +1 -1
- package/dist/routes/issues.js +43 -1128
- package/dist/routes/issues.js.map +1 -1
- package/dist/routes/issues.mutations.d.ts +12 -0
- package/dist/routes/issues.mutations.d.ts.map +1 -0
- package/dist/routes/issues.mutations.js +635 -0
- package/dist/routes/issues.mutations.js.map +1 -0
- package/dist/routes/plugins.d.ts.map +1 -1
- package/dist/routes/plugins.js +14 -694
- package/dist/routes/plugins.js.map +1 -1
- package/dist/routes/plugins.operations-routes.d.ts +28 -0
- package/dist/routes/plugins.operations-routes.d.ts.map +1 -0
- package/dist/routes/plugins.operations-routes.js +720 -0
- package/dist/routes/plugins.operations-routes.js.map +1 -0
- package/dist/services/access.d.ts +21 -21
- package/dist/services/activity.d.ts +19 -19
- package/dist/services/agents.d.ts +158 -158
- package/dist/services/approvals.d.ts +29 -29
- package/dist/services/assets.d.ts +8 -8
- package/dist/services/automations.d.ts +41 -27
- package/dist/services/automations.d.ts.map +1 -1
- package/dist/services/automations.js +287 -110
- package/dist/services/automations.js.map +1 -1
- package/dist/services/automations.scheduler.d.ts +9 -0
- package/dist/services/automations.scheduler.d.ts.map +1 -0
- package/dist/services/automations.scheduler.js +101 -0
- package/dist/services/automations.scheduler.js.map +1 -0
- package/dist/services/board-auth.d.ts +32 -32
- package/dist/services/calendar.d.ts +26 -26
- package/dist/services/chat-assistant.d.ts +3 -47
- package/dist/services/chat-assistant.d.ts.map +1 -1
- package/dist/services/chat-assistant.helpers.d.ts +156 -0
- package/dist/services/chat-assistant.helpers.d.ts.map +1 -0
- package/dist/services/chat-assistant.helpers.js +862 -0
- package/dist/services/chat-assistant.helpers.js.map +1 -0
- package/dist/services/chat-assistant.js +2 -861
- package/dist/services/chat-assistant.js.map +1 -1
- package/dist/services/chats.d.ts +149 -247
- package/dist/services/chats.d.ts.map +1 -1
- package/dist/services/chats.helpers.d.ts +117 -0
- package/dist/services/chats.helpers.d.ts.map +1 -0
- package/dist/services/chats.helpers.js +285 -0
- package/dist/services/chats.helpers.js.map +1 -0
- package/dist/services/chats.js +6 -286
- package/dist/services/chats.js.map +1 -1
- package/dist/services/costs.d.ts +8 -8
- package/dist/services/finance.d.ts +18 -18
- package/dist/services/goals.d.ts +30 -30
- package/dist/services/heartbeat.d.ts +3 -1
- package/dist/services/heartbeat.d.ts.map +1 -1
- package/dist/services/heartbeat.js +3 -1
- package/dist/services/heartbeat.js.map +1 -1
- package/dist/services/issue-approvals.d.ts +4 -4
- package/dist/services/issue-review-wakeup.d.ts +3 -3
- package/dist/services/issues.comments-attachments.d.ts +141 -0
- package/dist/services/issues.comments-attachments.d.ts.map +1 -0
- package/dist/services/issues.comments-attachments.js +313 -0
- package/dist/services/issues.comments-attachments.js.map +1 -0
- package/dist/services/issues.d.ts +205 -256
- package/dist/services/issues.d.ts.map +1 -1
- package/dist/services/issues.helpers.d.ts +87 -0
- package/dist/services/issues.helpers.d.ts.map +1 -0
- package/dist/services/issues.helpers.js +270 -0
- package/dist/services/issues.helpers.js.map +1 -0
- package/dist/services/issues.js +5 -569
- package/dist/services/issues.js.map +1 -1
- package/dist/services/knowledge-portability/organization-portability.core.d.ts +210 -0
- package/dist/services/knowledge-portability/organization-portability.core.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.core.js +997 -0
- package/dist/services/knowledge-portability/organization-portability.core.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.d.ts +6 -28
- package/dist/services/knowledge-portability/organization-portability.d.ts.map +1 -1
- package/dist/services/knowledge-portability/organization-portability.export.d.ts +24 -0
- package/dist/services/knowledge-portability/organization-portability.export.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.export.js +607 -0
- package/dist/services/knowledge-portability/organization-portability.export.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.files.d.ts +69 -0
- package/dist/services/knowledge-portability/organization-portability.files.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.files.js +597 -0
- package/dist/services/knowledge-portability/organization-portability.files.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.import.d.ts +31 -0
- package/dist/services/knowledge-portability/organization-portability.import.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.import.js +575 -0
- package/dist/services/knowledge-portability/organization-portability.import.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.js +37 -3848
- package/dist/services/knowledge-portability/organization-portability.js.map +1 -1
- package/dist/services/knowledge-portability/organization-portability.package.d.ts +72 -0
- package/dist/services/knowledge-portability/organization-portability.package.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.package.js +749 -0
- package/dist/services/knowledge-portability/organization-portability.package.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.preview.d.ts +18 -0
- package/dist/services/knowledge-portability/organization-portability.preview.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.preview.js +333 -0
- package/dist/services/knowledge-portability/organization-portability.preview.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.resolve-source.d.ts +4 -0
- package/dist/services/knowledge-portability/organization-portability.resolve-source.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.resolve-source.js +86 -0
- package/dist/services/knowledge-portability/organization-portability.resolve-source.js.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.catalog.d.ts +221 -0
- package/dist/services/knowledge-portability/organization-skills.catalog.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.catalog.js +999 -0
- package/dist/services/knowledge-portability/organization-skills.catalog.js.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.d.ts +4 -75
- package/dist/services/knowledge-portability/organization-skills.d.ts.map +1 -1
- package/dist/services/knowledge-portability/organization-skills.js +11 -2008
- package/dist/services/knowledge-portability/organization-skills.js.map +1 -1
- package/dist/services/knowledge-portability/organization-skills.scans.d.ts +16 -0
- package/dist/services/knowledge-portability/organization-skills.scans.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.scans.js +300 -0
- package/dist/services/knowledge-portability/organization-skills.scans.js.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.sources.d.ts +68 -0
- package/dist/services/knowledge-portability/organization-skills.sources.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.sources.js +728 -0
- package/dist/services/knowledge-portability/organization-skills.sources.js.map +1 -0
- package/dist/services/messenger.d.ts +2 -2
- package/dist/services/messenger.js +2 -2
- package/dist/services/messenger.js.map +1 -1
- package/dist/services/organization-skills.d.ts +3 -1
- package/dist/services/organization-skills.d.ts.map +1 -1
- package/dist/services/organization-skills.js +3 -1
- package/dist/services/organization-skills.js.map +1 -1
- package/dist/services/orgs.d.ts +9 -9
- package/dist/services/plugin-loader.core.d.ts +14 -0
- package/dist/services/plugin-loader.core.d.ts.map +1 -0
- package/dist/services/plugin-loader.core.js +905 -0
- package/dist/services/plugin-loader.core.js.map +1 -0
- package/dist/services/plugin-loader.d.ts +3 -440
- package/dist/services/plugin-loader.d.ts.map +1 -1
- package/dist/services/plugin-loader.helpers.d.ts +468 -0
- package/dist/services/plugin-loader.helpers.d.ts.map +1 -0
- package/dist/services/plugin-loader.helpers.js +263 -0
- package/dist/services/plugin-loader.helpers.js.map +1 -0
- package/dist/services/plugin-loader.js +3 -1191
- package/dist/services/plugin-loader.js.map +1 -1
- package/dist/services/plugin-loader.worker-paths.d.ts +7 -0
- package/dist/services/plugin-loader.worker-paths.d.ts.map +1 -0
- package/dist/services/plugin-loader.worker-paths.js +85 -0
- package/dist/services/plugin-loader.worker-paths.js.map +1 -0
- package/dist/services/plugin-registry.d.ts +123 -123
- package/dist/services/projects.d.ts +8 -8
- package/dist/services/runtime-kernel/heartbeat.core.d.ts +725 -0
- package/dist/services/runtime-kernel/heartbeat.core.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.core.js +525 -0
- package/dist/services/runtime-kernel/heartbeat.core.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.d.ts +38 -259
- package/dist/services/runtime-kernel/heartbeat.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.execute.d.ts +5 -0
- package/dist/services/runtime-kernel/heartbeat.execute.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.execute.js +1052 -0
- package/dist/services/runtime-kernel/heartbeat.execute.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.js +50 -4142
- package/dist/services/runtime-kernel/heartbeat.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.misc.d.ts +30 -0
- package/dist/services/runtime-kernel/heartbeat.misc.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.misc.js +483 -0
- package/dist/services/runtime-kernel/heartbeat.misc.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.recovery.d.ts +38 -0
- package/dist/services/runtime-kernel/heartbeat.recovery.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.recovery.js +605 -0
- package/dist/services/runtime-kernel/heartbeat.recovery.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.release.d.ts +6 -0
- package/dist/services/runtime-kernel/heartbeat.release.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.release.js +398 -0
- package/dist/services/runtime-kernel/heartbeat.release.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.sessions.d.ts +229 -0
- package/dist/services/runtime-kernel/heartbeat.sessions.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.sessions.js +708 -0
- package/dist/services/runtime-kernel/heartbeat.sessions.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.wakeup.d.ts +5 -0
- package/dist/services/runtime-kernel/heartbeat.wakeup.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.wakeup.js +552 -0
- package/dist/services/runtime-kernel/heartbeat.wakeup.js.map +1 -0
- package/dist/services/secrets.d.ts +25 -25
- package/dist/services/sidebar-badges.js +1 -1
- package/dist/services/sidebar-badges.js.map +1 -1
- package/dist/services/workspace-runtime.comments.d.ts +6 -0
- package/dist/services/workspace-runtime.comments.d.ts.map +1 -0
- package/dist/services/workspace-runtime.comments.js +17 -0
- package/dist/services/workspace-runtime.comments.js.map +1 -0
- package/dist/services/workspace-runtime.d.ts +4 -163
- package/dist/services/workspace-runtime.d.ts.map +1 -1
- package/dist/services/workspace-runtime.helpers.d.ts +163 -0
- package/dist/services/workspace-runtime.helpers.d.ts.map +1 -0
- package/dist/services/workspace-runtime.helpers.js +360 -0
- package/dist/services/workspace-runtime.helpers.js.map +1 -0
- package/dist/services/workspace-runtime.js +4 -1236
- package/dist/services/workspace-runtime.js.map +1 -1
- package/dist/services/workspace-runtime.lifecycle.d.ts +35 -0
- package/dist/services/workspace-runtime.lifecycle.d.ts.map +1 -0
- package/dist/services/workspace-runtime.lifecycle.js +266 -0
- package/dist/services/workspace-runtime.lifecycle.js.map +1 -0
- package/dist/services/workspace-runtime.services.d.ts +140 -0
- package/dist/services/workspace-runtime.services.d.ts.map +1 -0
- package/dist/services/workspace-runtime.services.js +606 -0
- package/dist/services/workspace-runtime.services.js.map +1 -0
- package/package.json +21 -15
- package/ui-dist/assets/{_basePickBy-B5mJzzqZ.js → _basePickBy-N8I9ml5Y.js} +1 -1
- package/ui-dist/assets/{_baseUniq-B10Ec09o.js → _baseUniq-BuSlpRSQ.js} +1 -1
- package/ui-dist/assets/{arc-Bw7wimOa.js → arc-qX-dPyA1.js} +1 -1
- package/ui-dist/assets/{architectureDiagram-2XIMDMQ5-DZr0XEvv.js → architectureDiagram-2XIMDMQ5-DhjkbXsp.js} +1 -1
- package/ui-dist/assets/{blockDiagram-WCTKOSBZ-D0jl0LgB.js → blockDiagram-WCTKOSBZ-JS-tTu3J.js} +1 -1
- package/ui-dist/assets/{c4Diagram-IC4MRINW-BEFxBnEm.js → c4Diagram-IC4MRINW-4DqwCWIx.js} +1 -1
- package/ui-dist/assets/channel-CccCW5_a.js +1 -0
- package/ui-dist/assets/{chunk-4BX2VUAB-Cbul1GoA.js → chunk-4BX2VUAB-T37SqBpp.js} +1 -1
- package/ui-dist/assets/{chunk-55IACEB6-DuouC3bT.js → chunk-55IACEB6-BSj9hdqK.js} +1 -1
- package/ui-dist/assets/{chunk-FMBD7UC4-bN1jF9xw.js → chunk-FMBD7UC4-Dkrlh0Wk.js} +1 -1
- package/ui-dist/assets/{chunk-JSJVCQXG-B0-Ij6ZF.js → chunk-JSJVCQXG-C0ZE3QdB.js} +1 -1
- package/ui-dist/assets/{chunk-KX2RTZJC-BjI3IEjI.js → chunk-KX2RTZJC-DOZQM9gW.js} +1 -1
- package/ui-dist/assets/{chunk-NQ4KR5QH-MUoGr46n.js → chunk-NQ4KR5QH-5Yr3U2k8.js} +1 -1
- package/ui-dist/assets/{chunk-QZHKN3VN-CQoI9Ouy.js → chunk-QZHKN3VN-CvKTufwF.js} +1 -1
- package/ui-dist/assets/{chunk-WL4C6EOR-DSJh3iDp.js → chunk-WL4C6EOR-IoEM0jyx.js} +1 -1
- package/ui-dist/assets/classDiagram-VBA2DB6C-JKk4tCW2.js +1 -0
- package/ui-dist/assets/classDiagram-v2-RAHNMMFH-JKk4tCW2.js +1 -0
- package/ui-dist/assets/clone-Onaweg8D.js +1 -0
- package/ui-dist/assets/{cose-bilkent-S5V4N54A-BPepglgB.js → cose-bilkent-S5V4N54A-CTvr1OFj.js} +1 -1
- package/ui-dist/assets/{dagre-KLK3FWXG-DhnHVZkt.js → dagre-KLK3FWXG-UZ-SNjVK.js} +1 -1
- package/ui-dist/assets/{diagram-E7M64L7V-DNvXtoOO.js → diagram-E7M64L7V-D7RAN0Hr.js} +1 -1
- package/ui-dist/assets/{diagram-IFDJBPK2-DhGlDTgn.js → diagram-IFDJBPK2-B4LViaFR.js} +1 -1
- package/ui-dist/assets/{diagram-P4PSJMXO-BmXEloWS.js → diagram-P4PSJMXO-CY1be7ak.js} +1 -1
- package/ui-dist/assets/{erDiagram-INFDFZHY-BTYVzaLM.js → erDiagram-INFDFZHY-Dca0KkvJ.js} +1 -1
- package/ui-dist/assets/{flowDiagram-PKNHOUZH-CqMNQUVv.js → flowDiagram-PKNHOUZH-i-qMvfwg.js} +1 -1
- package/ui-dist/assets/{ganttDiagram-A5KZAMGK-B2le_64a.js → ganttDiagram-A5KZAMGK-Wxq2lhbh.js} +1 -1
- package/ui-dist/assets/{gitGraphDiagram-K3NZZRJ6-BtxOBq5A.js → gitGraphDiagram-K3NZZRJ6-DwzgPlAY.js} +1 -1
- package/ui-dist/assets/{graph-C5E6qFfm.js → graph-BAqf89Tz.js} +1 -1
- package/ui-dist/assets/{index-Piq-IPXt.js → index-4eCzaLuY.js} +1 -1
- package/ui-dist/assets/{index-DT6UN2ec.js → index-8uu-nKqK.js} +1 -1
- package/ui-dist/assets/{index-T5NVZ3nR.js → index-B-1NEcI_.js} +1 -1
- package/ui-dist/assets/{index-D-MoarxG.js → index-B0b_3Eu5.js} +1 -1
- package/ui-dist/assets/{index-CZiP3FBQ.js → index-B8v0eZjP.js} +1 -1
- package/ui-dist/assets/{index-C1Ga66FM.js → index-BN7Moj3u.js} +1 -1
- package/ui-dist/assets/{index-xBUfBdQn.js → index-BSpxh3cY.js} +1 -1
- package/ui-dist/assets/{index-CQcMWp51.js → index-BY44RIi9.js} +1 -1
- package/ui-dist/assets/{index-3a93sZNI.js → index-BhyQJhdZ.js} +1 -1
- package/ui-dist/assets/{index-BsVDit5y.js → index-BkPL_iGU.js} +1 -1
- package/ui-dist/assets/{index-88lBSTsW.js → index-BsPfoHXS.js} +1 -1
- package/ui-dist/assets/{index-CyJtcUF0.js → index-BstW7nmv.js} +1 -1
- package/ui-dist/assets/{index-BvZ0Ptfl.js → index-BwB67Zyz.js} +1 -1
- package/ui-dist/assets/index-C2peSkmT.css +1 -0
- package/ui-dist/assets/{index-vkCrQLeX.js → index-C3ktOsS_.js} +1 -1
- package/ui-dist/assets/{index-D2hZpQJT.js → index-CMyABlS-.js} +1 -1
- package/ui-dist/assets/{index-C4WCPEY4.js → index-CyBJ8ujC.js} +1 -1
- package/ui-dist/assets/{index-Bf7NB_lK.js → index-DAxM2W3O.js} +1 -1
- package/ui-dist/assets/{index-Dq7H6-Lm.js → index-DVZXPmhk.js} +1 -1
- package/ui-dist/assets/{index-CskDu6A3.js → index-Dc19uAyw.js} +1 -1
- package/ui-dist/assets/index-DzHrwZu1.js +1511 -0
- package/ui-dist/assets/{index-B20JneLK.js → index-LJuf53Ye.js} +1 -1
- package/ui-dist/assets/{index-D6McTDMQ.js → index-Ugw5VWWz.js} +1 -1
- package/ui-dist/assets/{index-CcVGS6HJ.js → index-YGraEFR7.js} +1 -1
- package/ui-dist/assets/{infoDiagram-LFFYTUFH-BiCCZcIW.js → infoDiagram-LFFYTUFH-jLmDtFVR.js} +1 -1
- package/ui-dist/assets/{ishikawaDiagram-PHBUUO56-BiwBemM5.js → ishikawaDiagram-PHBUUO56-6OGMyLT8.js} +1 -1
- package/ui-dist/assets/{journeyDiagram-4ABVD52K-D8RGr2xl.js → journeyDiagram-4ABVD52K-yQjl6E0t.js} +1 -1
- package/ui-dist/assets/{kanban-definition-K7BYSVSG-C733Fj-E.js → kanban-definition-K7BYSVSG-DkdCeQlS.js} +1 -1
- package/ui-dist/assets/{layout-CM4c3NA_.js → layout-CqSYvZ_w.js} +1 -1
- package/ui-dist/assets/{linear-DzH21Xsf.js → linear-B8xGZaoi.js} +1 -1
- package/ui-dist/assets/{mermaid.core-Z2rpoVP2.js → mermaid.core-AKL_cdyk.js} +4 -4
- package/ui-dist/assets/{mindmap-definition-YRQLILUH-DylLLj9w.js → mindmap-definition-YRQLILUH-Zr-dXC0x.js} +1 -1
- package/ui-dist/assets/{pieDiagram-SKSYHLDU-617wI_rr.js → pieDiagram-SKSYHLDU-BvDAU-Nk.js} +1 -1
- package/ui-dist/assets/{quadrantDiagram-337W2JSQ-lxoCPJIL.js → quadrantDiagram-337W2JSQ-Dn9kM62o.js} +1 -1
- package/ui-dist/assets/{requirementDiagram-Z7DCOOCP-C5XydQ9-.js → requirementDiagram-Z7DCOOCP-GIsIh7Sd.js} +1 -1
- package/ui-dist/assets/{sankeyDiagram-WA2Y5GQK--grmq-Q8.js → sankeyDiagram-WA2Y5GQK-CUCuBkuf.js} +1 -1
- package/ui-dist/assets/{sequenceDiagram-2WXFIKYE-BS2PeYH-.js → sequenceDiagram-2WXFIKYE-MDpUY2HM.js} +1 -1
- package/ui-dist/assets/{stateDiagram-RAJIS63D-CeuZtj2z.js → stateDiagram-RAJIS63D-BymMpuUU.js} +1 -1
- package/ui-dist/assets/stateDiagram-v2-FVOUBMTO-Bi2oCU6d.js +1 -0
- package/ui-dist/assets/{timeline-definition-YZTLITO2-DxHdMpRr.js → timeline-definition-YZTLITO2-B6ofPhhy.js} +1 -1
- package/ui-dist/assets/{treemap-KZPCXAKY-Bv1ZlC5h.js → treemap-KZPCXAKY-DnLO6w1l.js} +1 -1
- package/ui-dist/assets/{vennDiagram-LZ73GAT5-DvpZSXY2.js → vennDiagram-LZ73GAT5-D0MyZIDl.js} +1 -1
- package/ui-dist/assets/{xychartDiagram-JWTSCODW-DttOu1GC.js → xychartDiagram-JWTSCODW-rADY1iUG.js} +1 -1
- package/ui-dist/index.html +2 -2
- package/ui-dist/assets/channel-DGUh6rEi.js +0 -1
- package/ui-dist/assets/classDiagram-VBA2DB6C-1ntk2IOV.js +0 -1
- package/ui-dist/assets/classDiagram-v2-RAHNMMFH-1ntk2IOV.js +0 -1
- package/ui-dist/assets/clone-BpddY88c.js +0 -1
- package/ui-dist/assets/index-C8AD6s7S.js +0 -1510
- package/ui-dist/assets/index-Ded0dPwB.css +0 -1
- package/ui-dist/assets/stateDiagram-v2-FVOUBMTO-DXq0yC5C.js +0 -1
|
@@ -106,7 +106,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
106
106
|
tableName: "plugins";
|
|
107
107
|
dataType: "json";
|
|
108
108
|
columnType: "PgJsonb";
|
|
109
|
-
data: ("
|
|
109
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
110
110
|
driverParam: unknown;
|
|
111
111
|
notNull: true;
|
|
112
112
|
hasDefault: true;
|
|
@@ -118,7 +118,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
118
118
|
identity: undefined;
|
|
119
119
|
generated: undefined;
|
|
120
120
|
}, {}, {
|
|
121
|
-
$type: ("
|
|
121
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
122
122
|
}>;
|
|
123
123
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
124
124
|
name: "manifest_json";
|
|
@@ -244,18 +244,18 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
244
244
|
generated: undefined;
|
|
245
245
|
}, {}, {}>;
|
|
246
246
|
}, "single", Record<"plugins", "not-null">, false, "orderBy", {
|
|
247
|
-
|
|
247
|
+
version: string;
|
|
248
248
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
249
|
+
id: string;
|
|
249
250
|
updatedAt: Date;
|
|
250
|
-
version: string;
|
|
251
|
-
apiVersion: number;
|
|
252
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
253
|
-
packageName: string;
|
|
254
|
-
packagePath: string | null;
|
|
255
251
|
lastError: string | null;
|
|
256
252
|
pluginKey: string;
|
|
253
|
+
packageName: string;
|
|
254
|
+
apiVersion: number;
|
|
255
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
257
256
|
manifestJson: PaperclipPluginManifestV1;
|
|
258
257
|
installOrder: number | null;
|
|
258
|
+
packagePath: string | null;
|
|
259
259
|
installedAt: Date;
|
|
260
260
|
}[], {
|
|
261
261
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
@@ -348,7 +348,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
348
348
|
tableName: "plugins";
|
|
349
349
|
dataType: "json";
|
|
350
350
|
columnType: "PgJsonb";
|
|
351
|
-
data: ("
|
|
351
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
352
352
|
driverParam: unknown;
|
|
353
353
|
notNull: true;
|
|
354
354
|
hasDefault: true;
|
|
@@ -360,7 +360,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
360
360
|
identity: undefined;
|
|
361
361
|
generated: undefined;
|
|
362
362
|
}, {}, {
|
|
363
|
-
$type: ("
|
|
363
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
364
364
|
}>;
|
|
365
365
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
366
366
|
name: "manifest_json";
|
|
@@ -581,7 +581,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
581
581
|
tableName: "plugins";
|
|
582
582
|
dataType: "json";
|
|
583
583
|
columnType: "PgJsonb";
|
|
584
|
-
data: ("
|
|
584
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
585
585
|
driverParam: unknown;
|
|
586
586
|
notNull: true;
|
|
587
587
|
hasDefault: true;
|
|
@@ -593,7 +593,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
593
593
|
identity: undefined;
|
|
594
594
|
generated: undefined;
|
|
595
595
|
}, {}, {
|
|
596
|
-
$type: ("
|
|
596
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
597
597
|
}>;
|
|
598
598
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
599
599
|
name: "manifest_json";
|
|
@@ -719,18 +719,18 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
719
719
|
generated: undefined;
|
|
720
720
|
}, {}, {}>;
|
|
721
721
|
}, "single", Record<"plugins", "not-null">, false, "where" | "orderBy", {
|
|
722
|
-
|
|
722
|
+
version: string;
|
|
723
723
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
724
|
+
id: string;
|
|
724
725
|
updatedAt: Date;
|
|
725
|
-
version: string;
|
|
726
|
-
apiVersion: number;
|
|
727
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
728
|
-
packageName: string;
|
|
729
|
-
packagePath: string | null;
|
|
730
726
|
lastError: string | null;
|
|
731
727
|
pluginKey: string;
|
|
728
|
+
packageName: string;
|
|
729
|
+
apiVersion: number;
|
|
730
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
732
731
|
manifestJson: PaperclipPluginManifestV1;
|
|
733
732
|
installOrder: number | null;
|
|
733
|
+
packagePath: string | null;
|
|
734
734
|
installedAt: Date;
|
|
735
735
|
}[], {
|
|
736
736
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
@@ -823,7 +823,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
823
823
|
tableName: "plugins";
|
|
824
824
|
dataType: "json";
|
|
825
825
|
columnType: "PgJsonb";
|
|
826
|
-
data: ("
|
|
826
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
827
827
|
driverParam: unknown;
|
|
828
828
|
notNull: true;
|
|
829
829
|
hasDefault: true;
|
|
@@ -835,7 +835,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
835
835
|
identity: undefined;
|
|
836
836
|
generated: undefined;
|
|
837
837
|
}, {}, {
|
|
838
|
-
$type: ("
|
|
838
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
839
839
|
}>;
|
|
840
840
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
841
841
|
name: "manifest_json";
|
|
@@ -1053,7 +1053,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1053
1053
|
tableName: "plugins";
|
|
1054
1054
|
dataType: "json";
|
|
1055
1055
|
columnType: "PgJsonb";
|
|
1056
|
-
data: ("
|
|
1056
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1057
1057
|
driverParam: unknown;
|
|
1058
1058
|
notNull: true;
|
|
1059
1059
|
hasDefault: true;
|
|
@@ -1065,7 +1065,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1065
1065
|
identity: undefined;
|
|
1066
1066
|
generated: undefined;
|
|
1067
1067
|
}, {}, {
|
|
1068
|
-
$type: ("
|
|
1068
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1069
1069
|
}>;
|
|
1070
1070
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
1071
1071
|
name: "manifest_json";
|
|
@@ -1191,18 +1191,18 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1191
1191
|
generated: undefined;
|
|
1192
1192
|
}, {}, {}>;
|
|
1193
1193
|
}, "single", Record<"plugins", "not-null">, false, "where" | "orderBy", {
|
|
1194
|
-
|
|
1194
|
+
version: string;
|
|
1195
1195
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1196
|
+
id: string;
|
|
1196
1197
|
updatedAt: Date;
|
|
1197
|
-
version: string;
|
|
1198
|
-
apiVersion: number;
|
|
1199
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
1200
|
-
packageName: string;
|
|
1201
|
-
packagePath: string | null;
|
|
1202
1198
|
lastError: string | null;
|
|
1203
1199
|
pluginKey: string;
|
|
1200
|
+
packageName: string;
|
|
1201
|
+
apiVersion: number;
|
|
1202
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1204
1203
|
manifestJson: PaperclipPluginManifestV1;
|
|
1205
1204
|
installOrder: number | null;
|
|
1205
|
+
packagePath: string | null;
|
|
1206
1206
|
installedAt: Date;
|
|
1207
1207
|
}[], {
|
|
1208
1208
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
@@ -1295,7 +1295,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1295
1295
|
tableName: "plugins";
|
|
1296
1296
|
dataType: "json";
|
|
1297
1297
|
columnType: "PgJsonb";
|
|
1298
|
-
data: ("
|
|
1298
|
+
data: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1299
1299
|
driverParam: unknown;
|
|
1300
1300
|
notNull: true;
|
|
1301
1301
|
hasDefault: true;
|
|
@@ -1307,7 +1307,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1307
1307
|
identity: undefined;
|
|
1308
1308
|
generated: undefined;
|
|
1309
1309
|
}, {}, {
|
|
1310
|
-
$type: ("
|
|
1310
|
+
$type: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1311
1311
|
}>;
|
|
1312
1312
|
manifestJson: import("drizzle-orm/pg-core").PgColumn<{
|
|
1313
1313
|
name: "manifest_json";
|
|
@@ -1435,34 +1435,34 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1435
1435
|
}>, "where" | "orderBy">;
|
|
1436
1436
|
/** Get a single plugin by primary key. */
|
|
1437
1437
|
getById: (id: string) => Promise<{
|
|
1438
|
-
|
|
1438
|
+
version: string;
|
|
1439
1439
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1440
|
+
id: string;
|
|
1440
1441
|
updatedAt: Date;
|
|
1441
|
-
version: string;
|
|
1442
|
-
apiVersion: number;
|
|
1443
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
1444
|
-
packageName: string;
|
|
1445
|
-
packagePath: string | null;
|
|
1446
1442
|
lastError: string | null;
|
|
1447
1443
|
pluginKey: string;
|
|
1444
|
+
packageName: string;
|
|
1445
|
+
apiVersion: number;
|
|
1446
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1448
1447
|
manifestJson: PaperclipPluginManifestV1;
|
|
1449
1448
|
installOrder: number | null;
|
|
1449
|
+
packagePath: string | null;
|
|
1450
1450
|
installedAt: Date;
|
|
1451
1451
|
}>;
|
|
1452
1452
|
/** Get a single plugin by its unique `pluginKey`. */
|
|
1453
1453
|
getByKey: (pluginKey: string) => Promise<{
|
|
1454
|
-
|
|
1454
|
+
version: string;
|
|
1455
1455
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1456
|
+
id: string;
|
|
1456
1457
|
updatedAt: Date;
|
|
1457
|
-
version: string;
|
|
1458
|
-
apiVersion: number;
|
|
1459
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
1460
|
-
packageName: string;
|
|
1461
|
-
packagePath: string | null;
|
|
1462
1458
|
lastError: string | null;
|
|
1463
1459
|
pluginKey: string;
|
|
1460
|
+
packageName: string;
|
|
1461
|
+
apiVersion: number;
|
|
1462
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1464
1463
|
manifestJson: PaperclipPluginManifestV1;
|
|
1465
1464
|
installOrder: number | null;
|
|
1465
|
+
packagePath: string | null;
|
|
1466
1466
|
installedAt: Date;
|
|
1467
1467
|
}>;
|
|
1468
1468
|
/**
|
|
@@ -1473,18 +1473,18 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1473
1473
|
* assigns the next install order.
|
|
1474
1474
|
*/
|
|
1475
1475
|
install: (input: InstallPlugin, manifest: PaperclipPluginManifestV1) => Promise<{
|
|
1476
|
-
|
|
1476
|
+
version: string;
|
|
1477
1477
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1478
|
+
id: string;
|
|
1478
1479
|
updatedAt: Date;
|
|
1479
|
-
version: string;
|
|
1480
|
-
apiVersion: number;
|
|
1481
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
1482
|
-
packageName: string;
|
|
1483
|
-
packagePath: string | null;
|
|
1484
1480
|
lastError: string | null;
|
|
1485
1481
|
pluginKey: string;
|
|
1482
|
+
packageName: string;
|
|
1483
|
+
apiVersion: number;
|
|
1484
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1486
1485
|
manifestJson: PaperclipPluginManifestV1;
|
|
1487
1486
|
installOrder: number | null;
|
|
1487
|
+
packagePath: string | null;
|
|
1488
1488
|
installedAt: Date;
|
|
1489
1489
|
}>;
|
|
1490
1490
|
/**
|
|
@@ -1501,7 +1501,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1501
1501
|
packageName: string;
|
|
1502
1502
|
version: string;
|
|
1503
1503
|
apiVersion: number;
|
|
1504
|
-
categories: ("
|
|
1504
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1505
1505
|
manifestJson: PaperclipPluginManifestV1;
|
|
1506
1506
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1507
1507
|
installOrder: number | null;
|
|
@@ -1517,7 +1517,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1517
1517
|
packageName: string;
|
|
1518
1518
|
version: string;
|
|
1519
1519
|
apiVersion: number;
|
|
1520
|
-
categories: ("
|
|
1520
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1521
1521
|
manifestJson: PaperclipPluginManifestV1;
|
|
1522
1522
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1523
1523
|
installOrder: number | null;
|
|
@@ -1534,28 +1534,28 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1534
1534
|
* a soft-delete that preserves the record.
|
|
1535
1535
|
*/
|
|
1536
1536
|
uninstall: (id: string, removeData?: boolean) => Promise<{
|
|
1537
|
-
|
|
1537
|
+
version: string;
|
|
1538
1538
|
status: "error" | "installed" | "ready" | "disabled" | "upgrade_pending" | "uninstalled";
|
|
1539
|
+
id: string;
|
|
1539
1540
|
updatedAt: Date;
|
|
1540
|
-
version: string;
|
|
1541
|
-
apiVersion: number;
|
|
1542
|
-
categories: ("automation" | "connector" | "workspace" | "ui")[];
|
|
1543
|
-
packageName: string;
|
|
1544
|
-
packagePath: string | null;
|
|
1545
1541
|
lastError: string | null;
|
|
1546
1542
|
pluginKey: string;
|
|
1543
|
+
packageName: string;
|
|
1544
|
+
apiVersion: number;
|
|
1545
|
+
categories: ("connector" | "workspace" | "automation" | "ui")[];
|
|
1547
1546
|
manifestJson: PaperclipPluginManifestV1;
|
|
1548
1547
|
installOrder: number | null;
|
|
1548
|
+
packagePath: string | null;
|
|
1549
1549
|
installedAt: Date;
|
|
1550
1550
|
}>;
|
|
1551
1551
|
/** Retrieve a plugin's instance configuration. */
|
|
1552
1552
|
getConfig: (pluginId: string) => Promise<{
|
|
1553
|
+
createdAt: Date;
|
|
1553
1554
|
id: string;
|
|
1554
1555
|
updatedAt: Date;
|
|
1555
|
-
createdAt: Date;
|
|
1556
|
-
configJson: Record<string, unknown>;
|
|
1557
1556
|
lastError: string | null;
|
|
1558
1557
|
pluginId: string;
|
|
1558
|
+
configJson: Record<string, unknown>;
|
|
1559
1559
|
}>;
|
|
1560
1560
|
/**
|
|
1561
1561
|
* Create or fully replace a plugin's instance configuration.
|
|
@@ -1563,24 +1563,24 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1563
1563
|
* otherwise a new row is inserted.
|
|
1564
1564
|
*/
|
|
1565
1565
|
upsertConfig: (pluginId: string, input: UpsertPluginConfig) => Promise<{
|
|
1566
|
+
createdAt: Date;
|
|
1566
1567
|
id: string;
|
|
1567
1568
|
updatedAt: Date;
|
|
1568
|
-
createdAt: Date;
|
|
1569
|
-
configJson: Record<string, unknown>;
|
|
1570
1569
|
lastError: string | null;
|
|
1571
1570
|
pluginId: string;
|
|
1571
|
+
configJson: Record<string, unknown>;
|
|
1572
1572
|
}>;
|
|
1573
1573
|
/**
|
|
1574
1574
|
* Partially update a plugin's instance configuration via shallow merge.
|
|
1575
1575
|
* If no config row exists yet one is created with the supplied values.
|
|
1576
1576
|
*/
|
|
1577
1577
|
patchConfig: (pluginId: string, input: PatchPluginConfig) => Promise<{
|
|
1578
|
+
createdAt: Date;
|
|
1578
1579
|
id: string;
|
|
1579
1580
|
updatedAt: Date;
|
|
1580
|
-
createdAt: Date;
|
|
1581
|
-
configJson: Record<string, unknown>;
|
|
1582
1581
|
lastError: string | null;
|
|
1583
1582
|
pluginId: string;
|
|
1583
|
+
configJson: Record<string, unknown>;
|
|
1584
1584
|
}>;
|
|
1585
1585
|
/**
|
|
1586
1586
|
* Record an error against a plugin's config (e.g. validation failure
|
|
@@ -1596,12 +1596,12 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1596
1596
|
}>;
|
|
1597
1597
|
/** Delete a plugin's config row. */
|
|
1598
1598
|
deleteConfig: (pluginId: string) => Promise<{
|
|
1599
|
+
createdAt: Date;
|
|
1599
1600
|
id: string;
|
|
1600
1601
|
updatedAt: Date;
|
|
1601
|
-
createdAt: Date;
|
|
1602
|
-
configJson: Record<string, unknown>;
|
|
1603
1602
|
lastError: string | null;
|
|
1604
1603
|
pluginId: string;
|
|
1604
|
+
configJson: Record<string, unknown>;
|
|
1605
1605
|
}>;
|
|
1606
1606
|
/**
|
|
1607
1607
|
* List persistent entity mappings owned by a specific plugin, with filtering and pagination.
|
|
@@ -1667,7 +1667,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1667
1667
|
tableName: "plugin_entities";
|
|
1668
1668
|
dataType: "string";
|
|
1669
1669
|
columnType: "PgText";
|
|
1670
|
-
data: "
|
|
1670
|
+
data: "issue" | "instance" | "organization" | "project" | "project_workspace" | "agent" | "goal" | "run";
|
|
1671
1671
|
driverParam: string;
|
|
1672
1672
|
notNull: true;
|
|
1673
1673
|
hasDefault: false;
|
|
@@ -1679,7 +1679,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1679
1679
|
identity: undefined;
|
|
1680
1680
|
generated: undefined;
|
|
1681
1681
|
}, {}, {
|
|
1682
|
-
$type: "
|
|
1682
|
+
$type: "issue" | "instance" | "organization" | "project" | "project_workspace" | "agent" | "goal" | "run";
|
|
1683
1683
|
}>;
|
|
1684
1684
|
scopeId: import("drizzle-orm/pg-core").PgColumn<{
|
|
1685
1685
|
name: "scope_id";
|
|
@@ -1803,17 +1803,17 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1803
1803
|
generated: undefined;
|
|
1804
1804
|
}, {}, {}>;
|
|
1805
1805
|
}, "single", Record<"plugin_entities", "not-null">, false, "where" | "orderBy" | "limit" | "offset", {
|
|
1806
|
-
|
|
1807
|
-
|
|
1806
|
+
data: Record<string, unknown>;
|
|
1807
|
+
createdAt: Date;
|
|
1808
1808
|
status: string | null;
|
|
1809
|
+
id: string;
|
|
1809
1810
|
updatedAt: Date;
|
|
1810
|
-
|
|
1811
|
-
|
|
1811
|
+
title: string | null;
|
|
1812
|
+
pluginId: string;
|
|
1812
1813
|
entityType: string;
|
|
1813
|
-
|
|
1814
|
+
scopeKind: "agent" | "organization" | "project_workspace" | "run" | "issue" | "instance" | "project" | "goal";
|
|
1815
|
+
scopeId: string | null;
|
|
1814
1816
|
externalId: string | null;
|
|
1815
|
-
scopeKind: "agent" | "issue" | "project" | "organization" | "goal" | "run" | "instance" | "project_workspace";
|
|
1816
|
-
pluginId: string;
|
|
1817
1817
|
}[], {
|
|
1818
1818
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
1819
1819
|
name: "id";
|
|
@@ -1871,7 +1871,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1871
1871
|
tableName: "plugin_entities";
|
|
1872
1872
|
dataType: "string";
|
|
1873
1873
|
columnType: "PgText";
|
|
1874
|
-
data: "
|
|
1874
|
+
data: "issue" | "instance" | "organization" | "project" | "project_workspace" | "agent" | "goal" | "run";
|
|
1875
1875
|
driverParam: string;
|
|
1876
1876
|
notNull: true;
|
|
1877
1877
|
hasDefault: false;
|
|
@@ -1883,7 +1883,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
1883
1883
|
identity: undefined;
|
|
1884
1884
|
generated: undefined;
|
|
1885
1885
|
}, {}, {
|
|
1886
|
-
$type: "
|
|
1886
|
+
$type: "issue" | "instance" | "organization" | "project" | "project_workspace" | "agent" | "goal" | "run";
|
|
1887
1887
|
}>;
|
|
1888
1888
|
scopeId: import("drizzle-orm/pg-core").PgColumn<{
|
|
1889
1889
|
name: "scope_id";
|
|
@@ -2016,17 +2016,17 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2016
2016
|
* @returns The matching `PluginEntityRecord` or null.
|
|
2017
2017
|
*/
|
|
2018
2018
|
getEntityByExternalId: (pluginId: string, entityType: string, externalId: string) => Promise<{
|
|
2019
|
-
|
|
2020
|
-
|
|
2019
|
+
data: Record<string, unknown>;
|
|
2020
|
+
createdAt: Date;
|
|
2021
2021
|
status: string | null;
|
|
2022
|
+
id: string;
|
|
2022
2023
|
updatedAt: Date;
|
|
2023
|
-
|
|
2024
|
-
|
|
2024
|
+
title: string | null;
|
|
2025
|
+
pluginId: string;
|
|
2025
2026
|
entityType: string;
|
|
2026
|
-
|
|
2027
|
+
scopeKind: "agent" | "organization" | "project_workspace" | "run" | "issue" | "instance" | "project" | "goal";
|
|
2028
|
+
scopeId: string | null;
|
|
2027
2029
|
externalId: string | null;
|
|
2028
|
-
scopeKind: "agent" | "issue" | "project" | "organization" | "goal" | "run" | "instance" | "project_workspace";
|
|
2029
|
-
pluginId: string;
|
|
2030
2030
|
}>;
|
|
2031
2031
|
/**
|
|
2032
2032
|
* Create or update a persistent mapping between a Rudder object and an
|
|
@@ -2037,17 +2037,17 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2037
2037
|
* @returns The newly created or updated `PluginEntityRecord`.
|
|
2038
2038
|
*/
|
|
2039
2039
|
upsertEntity: (pluginId: string, input: Omit<typeof pluginEntities.$inferInsert, "id" | "pluginId" | "createdAt" | "updatedAt">) => Promise<{
|
|
2040
|
-
|
|
2041
|
-
|
|
2040
|
+
data: Record<string, unknown>;
|
|
2041
|
+
createdAt: Date;
|
|
2042
2042
|
status: string | null;
|
|
2043
|
+
id: string;
|
|
2043
2044
|
updatedAt: Date;
|
|
2044
|
-
|
|
2045
|
-
|
|
2045
|
+
title: string | null;
|
|
2046
|
+
pluginId: string;
|
|
2046
2047
|
entityType: string;
|
|
2047
|
-
|
|
2048
|
+
scopeKind: "agent" | "organization" | "project_workspace" | "run" | "issue" | "instance" | "project" | "goal";
|
|
2049
|
+
scopeId: string | null;
|
|
2048
2050
|
externalId: string | null;
|
|
2049
|
-
scopeKind: "agent" | "issue" | "project" | "organization" | "goal" | "run" | "instance" | "project_workspace";
|
|
2050
|
-
pluginId: string;
|
|
2051
2051
|
}>;
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Delete a specific plugin-owned entity mapping by its internal UUID.
|
|
@@ -2056,17 +2056,17 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2056
2056
|
* @returns The deleted record, or null if not found.
|
|
2057
2057
|
*/
|
|
2058
2058
|
deleteEntity: (id: string) => Promise<{
|
|
2059
|
-
|
|
2060
|
-
|
|
2059
|
+
data: Record<string, unknown>;
|
|
2060
|
+
createdAt: Date;
|
|
2061
2061
|
status: string | null;
|
|
2062
|
+
id: string;
|
|
2062
2063
|
updatedAt: Date;
|
|
2063
|
-
|
|
2064
|
-
|
|
2064
|
+
title: string | null;
|
|
2065
|
+
pluginId: string;
|
|
2065
2066
|
entityType: string;
|
|
2066
|
-
|
|
2067
|
+
scopeKind: "agent" | "organization" | "project_workspace" | "run" | "issue" | "instance" | "project" | "goal";
|
|
2068
|
+
scopeId: string | null;
|
|
2067
2069
|
externalId: string | null;
|
|
2068
|
-
scopeKind: "agent" | "issue" | "project" | "organization" | "goal" | "run" | "instance" | "project_workspace";
|
|
2069
|
-
pluginId: string;
|
|
2070
2070
|
}>;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* List all scheduled jobs registered for a specific plugin.
|
|
@@ -2231,15 +2231,15 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2231
2231
|
generated: undefined;
|
|
2232
2232
|
}, {}, {}>;
|
|
2233
2233
|
}, "single", Record<"plugin_jobs", "not-null">, false, "where" | "orderBy", {
|
|
2234
|
-
|
|
2234
|
+
createdAt: Date;
|
|
2235
|
+
status: "active" | "failed" | "paused";
|
|
2235
2236
|
id: string;
|
|
2236
|
-
status: "active" | "paused" | "failed";
|
|
2237
2237
|
updatedAt: Date;
|
|
2238
|
-
createdAt: Date;
|
|
2239
|
-
nextRunAt: Date | null;
|
|
2240
|
-
jobKey: string;
|
|
2241
2238
|
pluginId: string;
|
|
2239
|
+
schedule: string;
|
|
2240
|
+
jobKey: string;
|
|
2242
2241
|
lastRunAt: Date | null;
|
|
2242
|
+
nextRunAt: Date | null;
|
|
2243
2243
|
}[], {
|
|
2244
2244
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
2245
2245
|
name: "id";
|
|
@@ -2405,15 +2405,15 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2405
2405
|
* @returns The matching `PluginJobRecord` or null.
|
|
2406
2406
|
*/
|
|
2407
2407
|
getJobByKey: (pluginId: string, jobKey: string) => Promise<{
|
|
2408
|
-
|
|
2408
|
+
createdAt: Date;
|
|
2409
|
+
status: "active" | "failed" | "paused";
|
|
2409
2410
|
id: string;
|
|
2410
|
-
status: "active" | "paused" | "failed";
|
|
2411
2411
|
updatedAt: Date;
|
|
2412
|
-
createdAt: Date;
|
|
2413
|
-
nextRunAt: Date | null;
|
|
2414
|
-
jobKey: string;
|
|
2415
2412
|
pluginId: string;
|
|
2413
|
+
schedule: string;
|
|
2414
|
+
jobKey: string;
|
|
2416
2415
|
lastRunAt: Date | null;
|
|
2416
|
+
nextRunAt: Date | null;
|
|
2417
2417
|
}>;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Register or update a scheduled job for a plugin.
|
|
@@ -2427,15 +2427,15 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2427
2427
|
schedule: string;
|
|
2428
2428
|
status?: PluginJobStatus;
|
|
2429
2429
|
}) => Promise<{
|
|
2430
|
-
|
|
2430
|
+
createdAt: Date;
|
|
2431
|
+
status: "active" | "failed" | "paused";
|
|
2431
2432
|
id: string;
|
|
2432
|
-
status: "active" | "paused" | "failed";
|
|
2433
2433
|
updatedAt: Date;
|
|
2434
|
-
createdAt: Date;
|
|
2435
|
-
nextRunAt: Date | null;
|
|
2436
|
-
jobKey: string;
|
|
2437
2434
|
pluginId: string;
|
|
2435
|
+
schedule: string;
|
|
2436
|
+
jobKey: string;
|
|
2438
2437
|
lastRunAt: Date | null;
|
|
2438
|
+
nextRunAt: Date | null;
|
|
2439
2439
|
}>;
|
|
2440
2440
|
/**
|
|
2441
2441
|
* Record the start of a specific job execution.
|
|
@@ -2446,17 +2446,17 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2446
2446
|
* @returns The newly created `PluginJobRunRecord` in 'pending' status.
|
|
2447
2447
|
*/
|
|
2448
2448
|
createJobRun: (pluginId: string, jobId: string, trigger: PluginJobRunTrigger) => Promise<{
|
|
2449
|
-
|
|
2450
|
-
id: string;
|
|
2451
|
-
status: "running" | "cancelled" | "failed" | "pending" | "queued" | "succeeded";
|
|
2449
|
+
logs: string[];
|
|
2452
2450
|
startedAt: Date | null;
|
|
2453
2451
|
createdAt: Date;
|
|
2452
|
+
status: "pending" | "cancelled" | "running" | "failed" | "queued" | "succeeded";
|
|
2453
|
+
error: string | null;
|
|
2454
|
+
id: string;
|
|
2454
2455
|
finishedAt: Date | null;
|
|
2455
2456
|
pluginId: string;
|
|
2456
2457
|
jobId: string;
|
|
2457
2458
|
trigger: "manual" | "schedule" | "retry";
|
|
2458
2459
|
durationMs: number | null;
|
|
2459
|
-
logs: string[];
|
|
2460
2460
|
}>;
|
|
2461
2461
|
/**
|
|
2462
2462
|
* Update the status, duration, and logs of a job execution record.
|
|
@@ -2477,7 +2477,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2477
2477
|
jobId: string;
|
|
2478
2478
|
pluginId: string;
|
|
2479
2479
|
trigger: "manual" | "schedule" | "retry";
|
|
2480
|
-
status: "
|
|
2480
|
+
status: "pending" | "cancelled" | "running" | "failed" | "queued" | "succeeded";
|
|
2481
2481
|
durationMs: number | null;
|
|
2482
2482
|
error: string | null;
|
|
2483
2483
|
logs: string[];
|
|
@@ -2498,18 +2498,18 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2498
2498
|
payload: Record<string, unknown>;
|
|
2499
2499
|
headers?: Record<string, string>;
|
|
2500
2500
|
}) => Promise<{
|
|
2501
|
-
error: string | null;
|
|
2502
|
-
id: string;
|
|
2503
|
-
status: "failed" | "pending" | "success";
|
|
2504
2501
|
startedAt: Date | null;
|
|
2505
2502
|
createdAt: Date;
|
|
2506
|
-
|
|
2507
|
-
|
|
2503
|
+
status: "pending" | "failed" | "success";
|
|
2504
|
+
error: string | null;
|
|
2505
|
+
id: string;
|
|
2506
|
+
headers: Record<string, string>;
|
|
2508
2507
|
finishedAt: Date | null;
|
|
2508
|
+
payload: Record<string, unknown>;
|
|
2509
2509
|
pluginId: string;
|
|
2510
|
+
externalId: string | null;
|
|
2510
2511
|
durationMs: number | null;
|
|
2511
2512
|
webhookKey: string;
|
|
2512
|
-
headers: Record<string, string>;
|
|
2513
2513
|
}>;
|
|
2514
2514
|
/**
|
|
2515
2515
|
* Update the status and processing metrics of a webhook delivery.
|
|
@@ -2529,7 +2529,7 @@ export declare function pluginRegistryService(db: Db): {
|
|
|
2529
2529
|
pluginId: string;
|
|
2530
2530
|
webhookKey: string;
|
|
2531
2531
|
externalId: string | null;
|
|
2532
|
-
status: "
|
|
2532
|
+
status: "pending" | "failed" | "success";
|
|
2533
2533
|
durationMs: number | null;
|
|
2534
2534
|
error: string | null;
|
|
2535
2535
|
payload: Record<string, unknown>;
|
|
@@ -53,21 +53,21 @@ export declare function projectService(db: Db): {
|
|
|
53
53
|
}) => Promise<ProjectWithGoals | null>;
|
|
54
54
|
remove: (id: string) => Promise<{
|
|
55
55
|
urlKey: string;
|
|
56
|
-
|
|
57
|
-
id: string;
|
|
56
|
+
createdAt: Date;
|
|
58
57
|
status: string;
|
|
58
|
+
id: string;
|
|
59
|
+
name: string;
|
|
60
|
+
description: string | null;
|
|
59
61
|
updatedAt: Date;
|
|
60
62
|
orgId: string;
|
|
63
|
+
pauseReason: string | null;
|
|
64
|
+
pausedAt: Date | null;
|
|
61
65
|
goalId: string | null;
|
|
62
|
-
createdAt: Date;
|
|
63
|
-
name: string;
|
|
64
|
-
targetDate: string | null;
|
|
65
66
|
color: string | null;
|
|
66
|
-
executionWorkspacePolicy: Record<string, unknown> | null;
|
|
67
67
|
leadAgentId: string | null;
|
|
68
|
+
targetDate: string | null;
|
|
69
|
+
executionWorkspacePolicy: Record<string, unknown> | null;
|
|
68
70
|
archivedAt: Date | null;
|
|
69
|
-
pauseReason: string | null;
|
|
70
|
-
pausedAt: Date | null;
|
|
71
71
|
} | null>;
|
|
72
72
|
listWorkspaces: (projectId: string) => Promise<ProjectWorkspace[]>;
|
|
73
73
|
createWorkspace: (projectId: string, data: CreateWorkspaceInput) => Promise<ProjectWorkspace | null>;
|