@dxos/plugin-automation 0.8.4-main.b97322e → 0.8.4-main.bc2380dfbc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +1 -1
  3. package/dist/lib/neutral/AutomationPanel-T5O4DNQF.mjs +11 -0
  4. package/dist/lib/neutral/AutomationPlugin.mjs +10 -0
  5. package/dist/lib/neutral/AutomationPlugin.node.mjs +1112 -0
  6. package/dist/lib/neutral/AutomationPlugin.node.mjs.map +7 -0
  7. package/dist/lib/neutral/AutomationPlugin.workerd.mjs +23 -0
  8. package/dist/lib/neutral/AutomationPlugin.workerd.mjs.map +7 -0
  9. package/dist/lib/neutral/AutomationSettings-UVS5STCS.mjs +31 -0
  10. package/dist/lib/neutral/AutomationSettings-UVS5STCS.mjs.map +7 -0
  11. package/dist/lib/neutral/FunctionsContainer-CDCM65U4.mjs +38 -0
  12. package/dist/lib/neutral/FunctionsContainer-CDCM65U4.mjs.map +7 -0
  13. package/dist/lib/neutral/FunctionsPanel-SVRKRUXZ.mjs +97 -0
  14. package/dist/lib/neutral/FunctionsPanel-SVRKRUXZ.mjs.map +7 -0
  15. package/dist/lib/neutral/FunctionsRegistry-7ITCFJCW.mjs +95 -0
  16. package/dist/lib/neutral/FunctionsRegistry-7ITCFJCW.mjs.map +7 -0
  17. package/dist/lib/neutral/TriggerSettings-XCHIZPOR.mjs +9 -0
  18. package/dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs +75 -0
  19. package/dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs.map +7 -0
  20. package/dist/lib/neutral/capabilities/index.mjs +15 -0
  21. package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
  22. package/dist/lib/neutral/capabilities/node.mjs +13 -0
  23. package/dist/lib/neutral/capabilities/node.mjs.map +7 -0
  24. package/dist/lib/neutral/chunk-2JP77CMN.mjs +42 -0
  25. package/dist/lib/neutral/chunk-2JP77CMN.mjs.map +7 -0
  26. package/dist/lib/neutral/chunk-2UYFDJO6.mjs +12 -0
  27. package/dist/lib/neutral/chunk-2UYFDJO6.mjs.map +7 -0
  28. package/dist/lib/neutral/chunk-ATECY555.mjs +20 -0
  29. package/dist/lib/neutral/chunk-ATECY555.mjs.map +7 -0
  30. package/dist/lib/neutral/chunk-CNFKEN7S.mjs +37 -0
  31. package/dist/lib/neutral/chunk-CNFKEN7S.mjs.map +7 -0
  32. package/dist/lib/neutral/chunk-DSCOLDT5.mjs +93 -0
  33. package/dist/lib/neutral/chunk-DSCOLDT5.mjs.map +7 -0
  34. package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
  35. package/dist/lib/neutral/chunk-JKVVCWSL.mjs +307 -0
  36. package/dist/lib/neutral/chunk-JKVVCWSL.mjs.map +7 -0
  37. package/dist/lib/neutral/chunk-K3C5ZTZA.mjs +285 -0
  38. package/dist/lib/neutral/chunk-K3C5ZTZA.mjs.map +7 -0
  39. package/dist/lib/neutral/chunk-M3TIHFXN.mjs +8 -0
  40. package/dist/lib/neutral/chunk-M3TIHFXN.mjs.map +7 -0
  41. package/dist/lib/neutral/components/index.mjs +16 -0
  42. package/dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs +222 -0
  43. package/dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs.map +7 -0
  44. package/dist/lib/neutral/containers/index.mjs +13 -0
  45. package/dist/lib/neutral/containers/index.mjs.map +7 -0
  46. package/dist/lib/neutral/create-trigger-from-template-7K3OYOHQ.mjs +68 -0
  47. package/dist/lib/neutral/create-trigger-from-template-7K3OYOHQ.mjs.map +7 -0
  48. package/dist/lib/neutral/hooks/index.mjs +129 -0
  49. package/dist/lib/neutral/hooks/index.mjs.map +7 -0
  50. package/dist/lib/neutral/index.mjs +20 -0
  51. package/dist/lib/neutral/meta.json +1 -0
  52. package/dist/lib/neutral/meta.mjs +8 -0
  53. package/dist/lib/neutral/meta.mjs.map +7 -0
  54. package/dist/lib/neutral/operation-handler-YXGYH5W5.mjs +13 -0
  55. package/dist/lib/neutral/operation-handler-YXGYH5W5.mjs.map +7 -0
  56. package/dist/lib/neutral/operations/index.mjs +8 -0
  57. package/dist/lib/neutral/operations/index.mjs.map +7 -0
  58. package/dist/lib/neutral/plugin.mjs +16 -0
  59. package/dist/lib/neutral/plugin.mjs.map +7 -0
  60. package/dist/lib/neutral/react-surface-3OGMAMKV.mjs +57 -0
  61. package/dist/lib/neutral/react-surface-3OGMAMKV.mjs.map +7 -0
  62. package/dist/lib/neutral/testing.mjs +8 -0
  63. package/dist/lib/neutral/testing.mjs.map +7 -0
  64. package/dist/lib/neutral/translations.mjs +47 -0
  65. package/dist/lib/neutral/translations.mjs.map +7 -0
  66. package/dist/lib/neutral/types/index.mjs +16 -0
  67. package/dist/lib/neutral/types/index.mjs.map +7 -0
  68. package/dist/types/src/AutomationPlugin.d.ts +3 -1
  69. package/dist/types/src/AutomationPlugin.d.ts.map +1 -1
  70. package/dist/types/src/AutomationPlugin.node.d.ts +4 -0
  71. package/dist/types/src/AutomationPlugin.node.d.ts.map +1 -0
  72. package/dist/types/src/AutomationPlugin.test.d.ts +2 -0
  73. package/dist/types/src/AutomationPlugin.test.d.ts.map +1 -0
  74. package/dist/types/src/AutomationPlugin.workerd.d.ts +4 -0
  75. package/dist/types/src/AutomationPlugin.workerd.d.ts.map +1 -0
  76. package/dist/types/src/capabilities/app-graph-builder.d.ts +4 -2
  77. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  78. package/dist/types/src/capabilities/compute-runtime.d.ts +14 -0
  79. package/dist/types/src/capabilities/compute-runtime.d.ts.map +1 -0
  80. package/dist/types/src/capabilities/index.d.ts +6 -3
  81. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  82. package/dist/types/src/capabilities/node.d.ts +6 -0
  83. package/dist/types/src/capabilities/node.d.ts.map +1 -0
  84. package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
  85. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
  86. package/dist/types/src/capabilities/react-surface.d.ts +3 -2
  87. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  88. package/dist/types/src/commands/index.d.ts +2 -0
  89. package/dist/types/src/commands/index.d.ts.map +1 -0
  90. package/dist/types/src/commands/trigger/create/index.d.ts +25 -0
  91. package/dist/types/src/commands/trigger/create/index.d.ts.map +1 -0
  92. package/dist/types/src/commands/trigger/create/queue.d.ts +13 -0
  93. package/dist/types/src/commands/trigger/create/queue.d.ts.map +1 -0
  94. package/dist/types/src/commands/trigger/create/subscription.d.ts +15 -0
  95. package/dist/types/src/commands/trigger/create/subscription.d.ts.map +1 -0
  96. package/dist/types/src/commands/trigger/create/timer.d.ts +13 -0
  97. package/dist/types/src/commands/trigger/create/timer.d.ts.map +1 -0
  98. package/dist/types/src/commands/trigger/index.d.ts +57 -0
  99. package/dist/types/src/commands/trigger/index.d.ts.map +1 -0
  100. package/dist/types/src/commands/trigger/list.d.ts +7 -0
  101. package/dist/types/src/commands/trigger/list.d.ts.map +1 -0
  102. package/dist/types/src/commands/trigger/options.d.ts +11 -0
  103. package/dist/types/src/commands/trigger/options.d.ts.map +1 -0
  104. package/dist/types/src/commands/trigger/remove.d.ts +8 -0
  105. package/dist/types/src/commands/trigger/remove.d.ts.map +1 -0
  106. package/dist/types/src/commands/trigger/update/index.d.ts +28 -0
  107. package/dist/types/src/commands/trigger/update/index.d.ts.map +1 -0
  108. package/dist/types/src/commands/trigger/update/queue.d.ts +12 -0
  109. package/dist/types/src/commands/trigger/update/queue.d.ts.map +1 -0
  110. package/dist/types/src/commands/trigger/update/subscription.d.ts +13 -0
  111. package/dist/types/src/commands/trigger/update/subscription.d.ts.map +1 -0
  112. package/dist/types/src/commands/trigger/update/timer.d.ts +11 -0
  113. package/dist/types/src/commands/trigger/update/timer.d.ts.map +1 -0
  114. package/dist/types/src/commands/trigger/util.d.ts +46 -0
  115. package/dist/types/src/commands/trigger/util.d.ts.map +1 -0
  116. package/dist/types/src/components/AutomationPanel/AutomationPanel.d.ts +3 -3
  117. package/dist/types/src/components/AutomationPanel/AutomationPanel.d.ts.map +1 -1
  118. package/dist/types/src/components/AutomationPanel/AutomationPanel.stories.d.ts +50 -4
  119. package/dist/types/src/components/AutomationPanel/AutomationPanel.stories.d.ts.map +1 -1
  120. package/dist/types/src/components/AutomationPanel/index.d.ts.map +1 -1
  121. package/dist/types/src/components/FunctionsPanel/FunctionsPanel.d.ts.map +1 -1
  122. package/dist/types/src/components/FunctionsPanel/index.d.ts.map +1 -1
  123. package/dist/types/src/components/FunctionsRegistry/FunctionsRegistry.d.ts +8 -0
  124. package/dist/types/src/components/FunctionsRegistry/FunctionsRegistry.d.ts.map +1 -0
  125. package/dist/types/src/components/FunctionsRegistry/index.d.ts +4 -0
  126. package/dist/types/src/components/FunctionsRegistry/index.d.ts.map +1 -0
  127. package/dist/types/src/components/TriggerEditor/FunctionInputEditor.d.ts +12 -9
  128. package/dist/types/src/components/TriggerEditor/FunctionInputEditor.d.ts.map +1 -1
  129. package/dist/types/src/components/TriggerEditor/SpecSelector.d.ts +6 -3
  130. package/dist/types/src/components/TriggerEditor/SpecSelector.d.ts.map +1 -1
  131. package/dist/types/src/components/TriggerEditor/TriggerEditor.d.ts +11 -8
  132. package/dist/types/src/components/TriggerEditor/TriggerEditor.d.ts.map +1 -1
  133. package/dist/types/src/components/TriggerEditor/TriggerEditor.stories.d.ts +121 -4
  134. package/dist/types/src/components/TriggerEditor/TriggerEditor.stories.d.ts.map +1 -1
  135. package/dist/types/src/components/index.d.ts +2 -3
  136. package/dist/types/src/components/index.d.ts.map +1 -1
  137. package/dist/types/src/containers/AutomationSettings/AutomationSettings.d.ts +6 -0
  138. package/dist/types/src/containers/AutomationSettings/AutomationSettings.d.ts.map +1 -0
  139. package/dist/types/src/containers/AutomationSettings/index.d.ts +2 -0
  140. package/dist/types/src/containers/AutomationSettings/index.d.ts.map +1 -0
  141. package/dist/types/src/containers/FunctionsContainer/FunctionsContainer.d.ts +4 -0
  142. package/dist/types/src/containers/FunctionsContainer/FunctionsContainer.d.ts.map +1 -0
  143. package/dist/types/src/containers/FunctionsContainer/index.d.ts +2 -0
  144. package/dist/types/src/containers/FunctionsContainer/index.d.ts.map +1 -0
  145. package/dist/types/src/containers/TriggerSettings/TriggerSettings.d.ts +6 -0
  146. package/dist/types/src/containers/TriggerSettings/TriggerSettings.d.ts.map +1 -0
  147. package/dist/types/src/containers/TriggerSettings/index.d.ts +3 -0
  148. package/dist/types/src/containers/TriggerSettings/index.d.ts.map +1 -0
  149. package/dist/types/src/containers/index.d.ts +5 -0
  150. package/dist/types/src/containers/index.d.ts.map +1 -0
  151. package/dist/types/src/hooks/index.d.ts +5 -0
  152. package/dist/types/src/hooks/index.d.ts.map +1 -0
  153. package/dist/types/src/hooks/useComputeRuntime.d.ts +8 -0
  154. package/dist/types/src/hooks/useComputeRuntime.d.ts.map +1 -0
  155. package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts +9 -0
  156. package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts.map +1 -0
  157. package/dist/types/src/hooks/useComputeRuntimeService.d.ts +17 -0
  158. package/dist/types/src/hooks/useComputeRuntimeService.d.ts.map +1 -0
  159. package/dist/types/src/hooks/useTriggerRuntimeControls.d.ts +12 -0
  160. package/dist/types/src/hooks/useTriggerRuntimeControls.d.ts.map +1 -0
  161. package/dist/types/src/index.d.ts +1 -2
  162. package/dist/types/src/index.d.ts.map +1 -1
  163. package/dist/types/src/meta.d.ts +2 -3
  164. package/dist/types/src/meta.d.ts.map +1 -1
  165. package/dist/types/src/operations/create-trigger-from-template.d.ts +5 -0
  166. package/dist/types/src/operations/create-trigger-from-template.d.ts.map +1 -0
  167. package/dist/types/src/operations/index.d.ts +3 -0
  168. package/dist/types/src/operations/index.d.ts.map +1 -0
  169. package/dist/types/src/plugin.d.ts +4 -0
  170. package/dist/types/src/plugin.d.ts.map +1 -0
  171. package/dist/types/src/testing/test-functions.d.ts +204 -3
  172. package/dist/types/src/testing/test-functions.d.ts.map +1 -1
  173. package/dist/types/src/testing.d.ts +2 -0
  174. package/dist/types/src/testing.d.ts.map +1 -0
  175. package/dist/types/src/translations.d.ts +32 -26
  176. package/dist/types/src/translations.d.ts.map +1 -1
  177. package/dist/types/src/types/AutomationCapabilities.d.ts +22 -0
  178. package/dist/types/src/types/AutomationCapabilities.d.ts.map +1 -0
  179. package/dist/types/src/types/AutomationEvents.d.ts +3 -0
  180. package/dist/types/src/types/AutomationEvents.d.ts.map +1 -0
  181. package/dist/types/src/types/AutomationOperation.d.ts +19 -0
  182. package/dist/types/src/types/AutomationOperation.d.ts.map +1 -0
  183. package/dist/types/src/types/index.d.ts +3 -0
  184. package/dist/types/src/types/index.d.ts.map +1 -1
  185. package/dist/types/src/types/schema.d.ts +12 -4
  186. package/dist/types/src/types/schema.d.ts.map +1 -1
  187. package/dist/types/tsconfig.tsbuildinfo +1 -1
  188. package/package.json +147 -50
  189. package/src/AutomationPlugin.node.ts +29 -0
  190. package/src/AutomationPlugin.test.ts +27 -0
  191. package/src/AutomationPlugin.tsx +23 -34
  192. package/src/AutomationPlugin.workerd.ts +18 -0
  193. package/src/capabilities/app-graph-builder.ts +59 -79
  194. package/src/capabilities/compute-runtime.ts +326 -0
  195. package/src/capabilities/index.ts +9 -4
  196. package/src/capabilities/node.ts +13 -0
  197. package/src/capabilities/operation-handler.ts +16 -0
  198. package/src/capabilities/react-surface.tsx +49 -46
  199. package/src/commands/index.ts +5 -0
  200. package/src/commands/trigger/create/index.ts +14 -0
  201. package/src/commands/trigger/create/queue.ts +86 -0
  202. package/src/commands/trigger/create/subscription.ts +125 -0
  203. package/src/commands/trigger/create/timer.ts +90 -0
  204. package/src/commands/trigger/index.ts +16 -0
  205. package/src/commands/trigger/list.ts +70 -0
  206. package/src/commands/trigger/options.ts +59 -0
  207. package/src/commands/trigger/remove.ts +44 -0
  208. package/src/commands/trigger/update/index.ts +14 -0
  209. package/src/commands/trigger/update/queue.ts +194 -0
  210. package/src/commands/trigger/update/subscription.ts +278 -0
  211. package/src/commands/trigger/update/timer.ts +193 -0
  212. package/src/commands/trigger/util.ts +412 -0
  213. package/src/components/AutomationPanel/AutomationPanel.stories.tsx +23 -17
  214. package/src/components/AutomationPanel/AutomationPanel.tsx +289 -94
  215. package/src/components/FunctionsPanel/FunctionsPanel.tsx +52 -32
  216. package/src/components/FunctionsRegistry/FunctionsRegistry.tsx +119 -0
  217. package/src/components/FunctionsRegistry/index.ts +8 -0
  218. package/src/components/TriggerEditor/FunctionInputEditor.tsx +42 -35
  219. package/src/components/TriggerEditor/SpecSelector.tsx +34 -22
  220. package/src/components/TriggerEditor/TriggerEditor.stories.tsx +134 -40
  221. package/src/components/TriggerEditor/TriggerEditor.tsx +109 -48
  222. package/src/components/index.ts +1 -2
  223. package/src/containers/AutomationSettings/AutomationSettings.tsx +31 -0
  224. package/src/containers/AutomationSettings/index.ts +5 -0
  225. package/src/containers/FunctionsContainer/FunctionsContainer.tsx +33 -0
  226. package/src/containers/FunctionsContainer/index.ts +5 -0
  227. package/src/containers/TriggerSettings/TriggerSettings.tsx +48 -0
  228. package/src/containers/TriggerSettings/index.ts +6 -0
  229. package/src/containers/index.ts +9 -0
  230. package/src/hooks/index.ts +9 -0
  231. package/src/hooks/useComputeRuntime.ts +30 -0
  232. package/src/hooks/useComputeRuntimeCallback.ts +31 -0
  233. package/src/hooks/useComputeRuntimeService.ts +64 -0
  234. package/src/hooks/useTriggerRuntimeControls.ts +70 -0
  235. package/src/index.ts +1 -3
  236. package/src/meta.ts +10 -8
  237. package/src/operations/create-trigger-from-template.ts +71 -0
  238. package/src/operations/index.ts +7 -0
  239. package/src/plugin.ts +11 -0
  240. package/src/testing/test-functions.ts +13 -10
  241. package/src/testing.ts +7 -0
  242. package/src/translations.ts +39 -29
  243. package/src/types/AutomationCapabilities.ts +48 -0
  244. package/src/types/AutomationEvents.ts +11 -0
  245. package/src/types/AutomationOperation.ts +30 -0
  246. package/src/types/index.ts +4 -0
  247. package/src/types/schema.ts +6 -6
  248. package/dist/lib/browser/AutomationContainer-VZNV2ZQF.mjs +0 -38
  249. package/dist/lib/browser/AutomationContainer-VZNV2ZQF.mjs.map +0 -7
  250. package/dist/lib/browser/AutomationPanel-ZWA6GOFY.mjs +0 -11
  251. package/dist/lib/browser/FunctionsContainer-IOB333TX.mjs +0 -39
  252. package/dist/lib/browser/FunctionsContainer-IOB333TX.mjs.map +0 -7
  253. package/dist/lib/browser/FunctionsPanel-56ZKRVM5.mjs +0 -10
  254. package/dist/lib/browser/app-graph-builder-ZTAUTFI4.mjs +0 -80
  255. package/dist/lib/browser/app-graph-builder-ZTAUTFI4.mjs.map +0 -7
  256. package/dist/lib/browser/chunk-ECSTS2UI.mjs +0 -14
  257. package/dist/lib/browser/chunk-ECSTS2UI.mjs.map +0 -7
  258. package/dist/lib/browser/chunk-ERTIGJYE.mjs +0 -147
  259. package/dist/lib/browser/chunk-ERTIGJYE.mjs.map +0 -7
  260. package/dist/lib/browser/chunk-FSJZXTS2.mjs +0 -230
  261. package/dist/lib/browser/chunk-FSJZXTS2.mjs.map +0 -7
  262. package/dist/lib/browser/chunk-GW5U2DGT.mjs +0 -15
  263. package/dist/lib/browser/chunk-GW5U2DGT.mjs.map +0 -7
  264. package/dist/lib/browser/chunk-HN7OHFCB.mjs +0 -38
  265. package/dist/lib/browser/chunk-HN7OHFCB.mjs.map +0 -7
  266. package/dist/lib/browser/chunk-LYJVTIVD.mjs +0 -94
  267. package/dist/lib/browser/chunk-LYJVTIVD.mjs.map +0 -7
  268. package/dist/lib/browser/index.mjs +0 -101
  269. package/dist/lib/browser/index.mjs.map +0 -7
  270. package/dist/lib/browser/intent-resolver-U3ZAQEFW.mjs +0 -76
  271. package/dist/lib/browser/intent-resolver-U3ZAQEFW.mjs.map +0 -7
  272. package/dist/lib/browser/meta.json +0 -1
  273. package/dist/lib/browser/react-surface-4DFSM7OX.mjs +0 -64
  274. package/dist/lib/browser/react-surface-4DFSM7OX.mjs.map +0 -7
  275. package/dist/lib/browser/types/index.mjs +0 -8
  276. package/dist/lib/node-esm/AutomationContainer-WMIH3F4V.mjs +0 -39
  277. package/dist/lib/node-esm/AutomationContainer-WMIH3F4V.mjs.map +0 -7
  278. package/dist/lib/node-esm/AutomationPanel-YYUMSK2W.mjs +0 -12
  279. package/dist/lib/node-esm/FunctionsContainer-DJWB6WFH.mjs +0 -40
  280. package/dist/lib/node-esm/FunctionsContainer-DJWB6WFH.mjs.map +0 -7
  281. package/dist/lib/node-esm/FunctionsPanel-KGIOZSPZ.mjs +0 -11
  282. package/dist/lib/node-esm/app-graph-builder-3FP63ZSG.mjs +0 -81
  283. package/dist/lib/node-esm/app-graph-builder-3FP63ZSG.mjs.map +0 -7
  284. package/dist/lib/node-esm/chunk-AZH66CED.mjs +0 -231
  285. package/dist/lib/node-esm/chunk-AZH66CED.mjs.map +0 -7
  286. package/dist/lib/node-esm/chunk-HIMYPGHF.mjs +0 -148
  287. package/dist/lib/node-esm/chunk-HIMYPGHF.mjs.map +0 -7
  288. package/dist/lib/node-esm/chunk-NK5N3QKD.mjs +0 -17
  289. package/dist/lib/node-esm/chunk-NK5N3QKD.mjs.map +0 -7
  290. package/dist/lib/node-esm/chunk-OEZNHUL2.mjs +0 -39
  291. package/dist/lib/node-esm/chunk-OEZNHUL2.mjs.map +0 -7
  292. package/dist/lib/node-esm/chunk-SGZPTJ47.mjs +0 -16
  293. package/dist/lib/node-esm/chunk-SGZPTJ47.mjs.map +0 -7
  294. package/dist/lib/node-esm/chunk-ZGPUV5VS.mjs +0 -95
  295. package/dist/lib/node-esm/chunk-ZGPUV5VS.mjs.map +0 -7
  296. package/dist/lib/node-esm/index.mjs +0 -102
  297. package/dist/lib/node-esm/index.mjs.map +0 -7
  298. package/dist/lib/node-esm/intent-resolver-3QWXEBPX.mjs +0 -77
  299. package/dist/lib/node-esm/intent-resolver-3QWXEBPX.mjs.map +0 -7
  300. package/dist/lib/node-esm/meta.json +0 -1
  301. package/dist/lib/node-esm/react-surface-3PNW7NDW.mjs +0 -65
  302. package/dist/lib/node-esm/react-surface-3PNW7NDW.mjs.map +0 -7
  303. package/dist/lib/node-esm/types/index.mjs +0 -9
  304. package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
  305. package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
  306. package/dist/types/src/components/AutomationContainer.d.ts +0 -5
  307. package/dist/types/src/components/AutomationContainer.d.ts.map +0 -1
  308. package/dist/types/src/components/FunctionsContainer.d.ts +0 -7
  309. package/dist/types/src/components/FunctionsContainer.d.ts.map +0 -1
  310. package/src/capabilities/intent-resolver.ts +0 -72
  311. package/src/components/AutomationContainer.tsx +0 -30
  312. package/src/components/FunctionsContainer.tsx +0 -31
  313. /package/dist/lib/{browser/AutomationPanel-ZWA6GOFY.mjs.map → neutral/AutomationPanel-T5O4DNQF.mjs.map} +0 -0
  314. /package/dist/lib/{browser/FunctionsPanel-56ZKRVM5.mjs.map → neutral/AutomationPlugin.mjs.map} +0 -0
  315. /package/dist/lib/{browser/types/index.mjs.map → neutral/TriggerSettings-XCHIZPOR.mjs.map} +0 -0
  316. /package/dist/lib/{node-esm/AutomationPanel-YYUMSK2W.mjs.map → neutral/chunk-J5LGTIGS.mjs.map} +0 -0
  317. /package/dist/lib/{node-esm/types → neutral/components}/index.mjs.map +0 -0
  318. /package/dist/lib/{node-esm/FunctionsPanel-KGIOZSPZ.mjs.map → neutral/index.mjs.map} +0 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/hooks/useComputeRuntimeCallback.ts", "../../../../src/hooks/useComputeRuntime.ts", "../../../../src/hooks/useTriggerRuntimeControls.ts", "../../../../src/hooks/useComputeRuntimeService.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport { type DependencyList, useCallback } from 'react';\n\nimport { type Key } from '@dxos/echo';\n\nimport { AutomationCapabilities } from '#types';\n\nimport { useComputeRuntime } from './useComputeRuntime';\n\n/**\n * Create an effectful function that has access to compute services\n */\nexport const useComputeRuntimeCallback = <T>(\n id: Key.SpaceId | undefined,\n operation: () => Effect.Effect<T, any, AutomationCapabilities.ComputeServices>,\n deps?: DependencyList,\n): (() => Promise<T>) => {\n const runtime = useComputeRuntime(id);\n\n return useCallback(() => {\n if (!runtime) {\n throw new TypeError('Space not provided to useComputeRuntimeCallback');\n }\n\n return runtime.runPromise(operation());\n }, [runtime, ...(deps ?? [])]);\n};\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { useEffect } from 'react';\n\nimport { useCapabilities } from '@dxos/app-framework/ui';\nimport { SpaceId } from '@dxos/keys';\nimport { log } from '@dxos/log';\n\nimport { AutomationCapabilities } from '../types';\n\n/**\n * Resolves the compute runtime for a space.\n * Returns undefined if the AutomationPlugin is not loaded or spaceId is not provided.\n */\nexport const useComputeRuntime = (id: SpaceId | undefined): AutomationCapabilities.ComputeRuntime | undefined => {\n const [computeRuntime] = useCapabilities(AutomationCapabilities.ComputeRuntime);\n // One log per change of (capability availability, spaceId) so we can see when\n // the React subscription actually observes the contributed runtime.\n useEffect(() => {\n log('useComputeRuntime', { hasCapability: !!computeRuntime, spaceId: id });\n }, [!!computeRuntime, id]);\n\n if (!computeRuntime || id === undefined) {\n return undefined;\n }\n\n return computeRuntime.getRuntime(id);\n};\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Atom, useAtomValue } from '@effect-atom/atom-react';\nimport type * as Context from 'effect/Context';\nimport * as Effect from 'effect/Effect';\nimport { useEffect, useState } from 'react';\n\nimport { Trigger } from '@dxos/compute';\nimport { type Database, Filter, Query } from '@dxos/echo';\nimport { TriggerDispatcher, type TriggerDispatcherState } from '@dxos/functions-runtime';\nimport { useQuery } from '@dxos/react-client/echo';\n\nimport { useComputeRuntimeCallback } from './useComputeRuntimeCallback';\n\ninterface TriggerRuntimeControls {\n triggers: Trigger.Trigger[];\n\n state: TriggerDispatcherState | undefined;\n\n start: () => void;\n stop: () => void;\n}\n\nexport const useTriggerRuntimeControls = (db: Database.Database | undefined): TriggerRuntimeControls => {\n const triggers = useQuery(\n db,\n Query.select(Filter.type(Trigger.Trigger)).debugLabel('plugin-automation.useTriggerRuntimeControls'),\n );\n\n const [dispatcher, setDispatcher] = useState<Context.Tag.Service<TriggerDispatcher> | undefined>(undefined);\n\n const init = useComputeRuntimeCallback(\n db?.spaceId,\n Effect.fnUntraced(function* () {\n const dispatcher = yield* TriggerDispatcher;\n setDispatcher(dispatcher);\n }),\n );\n\n useEffect(() => {\n void init();\n }, []);\n\n const state = useAtomValue(dispatcher?.state ?? Atom.make(undefined));\n\n const start = useComputeRuntimeCallback(\n db?.spaceId,\n Effect.fnUntraced(function* () {\n const dispatcher = yield* TriggerDispatcher;\n yield* dispatcher.start();\n }),\n );\n\n const stop = useComputeRuntimeCallback(\n db?.spaceId,\n Effect.fnUntraced(function* () {\n const dispatcher = yield* TriggerDispatcher;\n yield* dispatcher.stop();\n }),\n );\n\n return {\n triggers,\n state,\n start: () => void start(),\n stop: () => void stop(),\n };\n};\n", "//\n// Copyright 2026 DXOS.org\n//\n\nimport * as Context from 'effect/Context';\nimport * as Effect from 'effect/Effect';\nimport * as Exit from 'effect/Exit';\nimport { useEffect, useState } from 'react';\n\nimport { SpaceId } from '@dxos/keys';\nimport { log } from '@dxos/log';\n\nimport { useComputeRuntime } from './useComputeRuntime';\n\ntype ResolvedService<T extends Context.Tag<any, any>> = Context.Tag.Service<T> | undefined;\n\n/**\n * Resolves a service from the compute runtime for a given space.\n *\n * NOTE: Previously implemented via `use(useMemo(() => runtime.runPromiseExit(...)))`.\n * React's `use()` is weird and unreliable in production builds — the Suspense\n * boundary can stay pending indefinitely without the promise ever resolving\n * from React's perspective (the runtime is built lazily on first invocation\n * and one of its `acquire` steps can block). This `useState` + `useEffect`\n * flavour avoids suspension entirely: the hook returns `undefined` while the\n * service is being acquired or if acquisition fails / times out.\n */\nexport const useComputeRuntimeService = <T extends Context.Tag<any, any>>(\n tag: T,\n spaceId?: SpaceId,\n): ResolvedService<T> => {\n const runtime = useComputeRuntime(spaceId);\n const [service, setService] = useState<ResolvedService<T>>(undefined);\n\n useEffect(() => {\n setService(undefined);\n if (!runtime) {\n return;\n }\n let cancelled = false;\n void (async () => {\n try {\n const exit = await runtime.runPromiseExit(tag.pipe(Effect.timeout('30 seconds')));\n if (cancelled) {\n return;\n }\n if (Exit.isSuccess(exit)) {\n setService(exit.value);\n } else {\n log.warn('useComputeRuntimeService: failed to acquire service', { cause: exit.cause });\n }\n } catch (error) {\n if (!cancelled) {\n log.catch(error);\n }\n }\n })();\n return () => {\n cancelled = true;\n };\n }, [runtime, tag]);\n\n return service;\n};\n"],
5
+ "mappings": ";;;;;;AAKA,SAA8BA,mBAAmB;;;ACDjD,SAASC,iBAAiB;AAE1B,SAASC,uBAAuB;AAEhC,SAASC,WAAW;AAIpB,IAAA,eAAA;AAME,IAAA,oBAAA,CAAA,OAAA;AACA,QAAA,CAAA,cAAA,IAAA,gBAAA,+BAAA,cAAoE;YAEvCC,MAAAA;QAAiCC,qBAASC;MAAG,eAAA,CAAA,CAAA;MACvE,SAAA;IAAC,GAAEC,EAAAA,YAAAA,YAAAA,GAAAA,cAAAA,GAAAA,IAAAA,GAAAA,OAAAA,CAAAA;;IAAmB,CAAA,CAAA;IAErB;;AAEJ,MAAA,CAAA,kBAAA,OAAA,QAAA;AAEA,WAAOA;EACP;;;;;ADbK,IAAMC,4BAA4B,CACvCC,IACAC,WACAC,SAAAA;AAEA,QAAMC,UAAUC,kBAAkBJ,EAAAA;AAElC,SAAOK,YAAY,MAAA;AACjB,QAAI,CAACF,SAAS;AACZ,YAAM,IAAIG,UAAU,iDAAA;IACtB;AAEA,WAAOH,QAAQI,WAAWN,UAAAA,CAAAA;EAC5B,GAAG;IAACE;OAAaD,QAAQ,CAAA;GAAI;AAC/B;;;AE1BA,SAASM,MAAMC,oBAAoB;AAEnC,YAAYC,YAAY;AACxB,SAASC,aAAAA,YAAWC,gBAAgB;AAEpC,SAASC,eAAe;AACxB,SAAwBC,QAAQC,aAAa;AAC7C,SAASC,yBAAsD;AAC/D,SAASC,gBAAgB;AAalB,IAAMC,4BAA4B,CAACC,OAAAA;AACxC,QAAMC,WAAWC,SACfF,IACAG,MAAMC,OAAOC,OAAOC,KAAKC,QAAQA,OAAO,CAAA,EAAGC,WAAW,6CAAA,CAAA;AAGxD,QAAM,CAACC,YAAYC,aAAAA,IAAiBC,SAA6DC,MAAAA;AAEjG,QAAMC,OAAOC,0BACXd,IAAIe,SACGC,kBAAW,aAAA;AAChB,UAAMP,cAAa,OAAOQ;AAC1BP,kBAAcD,WAAAA;EAChB,CAAA,CAAA;AAGFS,EAAAA,WAAU,MAAA;AACR,SAAKL,KAAAA;EACP,GAAG,CAAA,CAAE;AAEL,QAAMM,QAAQC,aAAaX,YAAYU,SAASE,KAAKC,KAAKV,MAAAA,CAAAA;AAE1D,QAAMW,QAAQT,0BACZd,IAAIe,SACGC,kBAAW,aAAA;AAChB,UAAMP,cAAa,OAAOQ;AAC1B,WAAOR,YAAWc,MAAK;EACzB,CAAA,CAAA;AAGF,QAAMC,OAAOV,0BACXd,IAAIe,SACGC,kBAAW,aAAA;AAChB,UAAMP,cAAa,OAAOQ;AAC1B,WAAOR,YAAWe,KAAI;EACxB,CAAA,CAAA;AAGF,SAAO;IACLvB;IACAkB;IACAI,OAAO,MAAM,KAAKA,MAAAA;IAClBC,MAAM,MAAM,KAAKA,KAAAA;EACnB;AACF;;;AChEA,YAAYC,aAAY;AACxB,YAAYC,UAAU;AACtB,SAASC,aAAAA,YAAWC,YAAAA,iBAAgB;AAGpC,SAASC,OAAAA,YAAW;AAMpB,IAAAC,gBAAA;AAgBSC,IAAAA,2BAAoDC,CAAAA,KAAAA,YAAAA;AAE3DC,QAAAA,UAAU,kBAAA,OAAA;QACRC,CAAAA,SAAWF,UAAAA,IAAAA,UAAAA,MAAAA;aACNG,MAAAA;eACH,MAAA;AACF,QAAA,CAAA,SAAA;AACIC;IACJ;QACE,YAAI;sBACIC;UACN;cACE,OAAA,MAAA,QAAA,eAAA,IAAA,KAAA,gBAAA,YAAA,CAAA,CAAA;AACF,YAAA,WAAA;AACIC;;AAEJ,YAAO,eAAA,IAAA,GAAA;AACLC,qBAAS,KAAA,KAAA;;AAA2E,UAAAA,KAAA,KAAA,uDAAA;YACtF,OAAA,KAAA;UACA,GAAOC,EAAAA,YAAO,YAAA,GAAAV,eAAA,GAAA,IAAA,GAAA,OAAA,CAAA;QACd;eACES,OAAIE;AACN,YAAA,CAAA,WAAA;AACF,UAAAF,KAAA,MAAA,OAAA,QAAA,EAAA,YAAA,YAAA,GAAAT,eAAA,GAAA,IAAA,GAAA,OAAA,CAAA;QACF;MACA;;AAEA,WAAA,MAAA;AACC,kBAAA;IAACK;;IAAa;IAEjB;EACA,CAAA;;;",
6
+ "names": ["useCallback", "useEffect", "useCapabilities", "log", "hasCapability", "spaceId", "id", "computeRuntime", "useComputeRuntimeCallback", "id", "operation", "deps", "runtime", "useComputeRuntime", "useCallback", "TypeError", "runPromise", "Atom", "useAtomValue", "Effect", "useEffect", "useState", "Trigger", "Filter", "Query", "TriggerDispatcher", "useQuery", "useTriggerRuntimeControls", "db", "triggers", "useQuery", "Query", "select", "Filter", "type", "Trigger", "debugLabel", "dispatcher", "setDispatcher", "useState", "undefined", "init", "useComputeRuntimeCallback", "spaceId", "fnUntraced", "TriggerDispatcher", "useEffect", "state", "useAtomValue", "Atom", "make", "start", "stop", "Effect", "Exit", "useEffect", "useState", "log", "__dxlog_file", "service", "undefined", "useEffect", "setService", "runtime", "cancelled", "exit", "Exit", "log", "error", "catch"]
7
+ }
@@ -0,0 +1,20 @@
1
+ import {
2
+ meta
3
+ } from "./chunk-ATECY555.mjs";
4
+ import {
5
+ AutomationAction,
6
+ AutomationCapabilities_exports,
7
+ AutomationEvents_exports,
8
+ AutomationOperation_exports,
9
+ TriggerTemplate
10
+ } from "./chunk-DSCOLDT5.mjs";
11
+ import "./chunk-J5LGTIGS.mjs";
12
+ export {
13
+ AutomationAction,
14
+ AutomationCapabilities_exports as AutomationCapabilities,
15
+ AutomationEvents_exports as AutomationEvents,
16
+ AutomationOperation_exports as AutomationOperation,
17
+ TriggerTemplate,
18
+ meta
19
+ };
20
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"inputs":{"src/meta.ts":{"bytes":1804,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/schema.ts":{"bytes":3948,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/AutomationCapabilities.ts":{"bytes":2874,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/AutomationEvents.ts":{"bytes":1080,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/AutomationOperation.ts":{"bytes":3641,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/types/index.ts":{"bytes":1044,"imports":[{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"},{"path":"src/types/AutomationCapabilities.ts","kind":"import-statement","original":"./AutomationCapabilities"},{"path":"src/types/AutomationEvents.ts","kind":"import-statement","original":"./AutomationEvents"},{"path":"src/types/AutomationOperation.ts","kind":"import-statement","original":"./AutomationOperation"}],"format":"esm"},"src/index.ts":{"bytes":449,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/AutomationPlugin.tsx":{"bytes":4457,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/commands/trigger/options.ts":{"bytes":5659,"imports":[{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true}],"format":"esm"},"src/commands/trigger/util.ts":{"bytes":50736,"imports":[{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/printer-ansi/Ansi","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"format":"esm"},"src/commands/trigger/create/queue.ts":{"bytes":11469,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/create/subscription.ts":{"bytes":16837,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/create/timer.ts":{"bytes":11810,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/create/index.ts":{"bytes":1499,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/commands/trigger/create/queue.ts","kind":"import-statement","original":"./queue"},{"path":"src/commands/trigger/create/subscription.ts","kind":"import-statement","original":"./subscription"},{"path":"src/commands/trigger/create/timer.ts","kind":"import-statement","original":"./timer"}],"format":"esm"},"src/commands/trigger/list.ts":{"bytes":8729,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/commands/trigger/remove.ts":{"bytes":5858,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"./options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/commands/trigger/update/queue.ts":{"bytes":25023,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/update/subscription.ts":{"bytes":36889,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/update/timer.ts":{"bytes":25003,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/commands/trigger/options.ts","kind":"import-statement","original":"../options"},{"path":"src/commands/trigger/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/commands/trigger/update/index.ts":{"bytes":1499,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/commands/trigger/update/queue.ts","kind":"import-statement","original":"./queue"},{"path":"src/commands/trigger/update/subscription.ts","kind":"import-statement","original":"./subscription"},{"path":"src/commands/trigger/update/timer.ts","kind":"import-statement","original":"./timer"}],"format":"esm"},"src/commands/trigger/index.ts":{"bytes":1796,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/commands/trigger/create/index.ts","kind":"import-statement","original":"./create"},{"path":"src/commands/trigger/list.ts","kind":"import-statement","original":"./list"},{"path":"src/commands/trigger/remove.ts","kind":"import-statement","original":"./remove"},{"path":"src/commands/trigger/update/index.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/commands/index.ts":{"bytes":375,"imports":[{"path":"src/commands/trigger/index.ts","kind":"import-statement","original":"./trigger"}],"format":"esm"},"src/AutomationPlugin.node.ts":{"bytes":4195,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/commands/index.ts","kind":"import-statement","original":"./commands"}],"format":"esm"},"src/AutomationPlugin.workerd.ts":{"bytes":2399,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":8240,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/compute-runtime.ts":{"bytes":47095,"imports":[{"path":"@effect-atom/atom","kind":"import-statement","external":true},{"path":"@effect/platform-browser/BrowserKeyValueStore","kind":"import-statement","external":true},{"path":"@effect/platform/KeyValueStore","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Fiber","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-atom","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/operation-handler.ts":{"bytes":1685,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":6659,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":2014,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/compute-runtime.ts","kind":"dynamic-import","original":"./compute-runtime"},{"path":"src/capabilities/operation-handler.ts","kind":"dynamic-import","original":"./operation-handler"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"src/capabilities/node.ts":{"bytes":1682,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/compute-runtime.ts","kind":"dynamic-import","original":"./compute-runtime"},{"path":"src/capabilities/operation-handler.ts","kind":"dynamic-import","original":"./operation-handler"}],"format":"esm"},"src/components/TriggerEditor/FunctionInputEditor.tsx":{"bytes":9935,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/TriggerEditor/SpecSelector.tsx":{"bytes":7620,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/TriggerEditor/TriggerEditor.tsx":{"bytes":19602,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-components","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"src/components/TriggerEditor/FunctionInputEditor.tsx","kind":"import-statement","original":"./FunctionInputEditor"},{"path":"src/components/TriggerEditor/SpecSelector.tsx","kind":"import-statement","original":"./SpecSelector"}],"format":"esm"},"src/components/TriggerEditor/index.ts":{"bytes":389,"imports":[{"path":"src/components/TriggerEditor/TriggerEditor.tsx","kind":"import-statement","original":"./TriggerEditor"}],"format":"esm"},"src/components/AutomationPanel/AutomationPanel.tsx":{"bytes":41419,"imports":[{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/edge","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#hooks","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/components/TriggerEditor/index.ts","kind":"import-statement","original":"../TriggerEditor"}],"format":"esm"},"src/components/AutomationPanel/index.ts":{"bytes":688,"imports":[{"path":"src/components/AutomationPanel/AutomationPanel.tsx","kind":"import-statement","original":"./AutomationPanel"},{"path":"src/components/AutomationPanel/AutomationPanel.tsx","kind":"import-statement","original":"./AutomationPanel"}],"format":"esm"},"src/components/FunctionsPanel/FunctionsPanel.tsx":{"bytes":13293,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/FunctionsPanel/index.ts":{"bytes":672,"imports":[{"path":"src/components/FunctionsPanel/FunctionsPanel.tsx","kind":"import-statement","original":"./FunctionsPanel"},{"path":"src/components/FunctionsPanel/FunctionsPanel.tsx","kind":"import-statement","original":"./FunctionsPanel"}],"format":"esm"},"src/components/FunctionsRegistry/FunctionsRegistry.tsx":{"bytes":15205,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/edge","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/FunctionsRegistry/index.ts":{"bytes":701,"imports":[{"path":"src/components/FunctionsRegistry/FunctionsRegistry.tsx","kind":"import-statement","original":"./FunctionsRegistry"}],"format":"esm"},"src/components/index.ts":{"bytes":1299,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/components/TriggerEditor/index.ts","kind":"import-statement","original":"./TriggerEditor"},{"path":"src/components/AutomationPanel/index.ts","kind":"dynamic-import","original":"./AutomationPanel"},{"path":"src/components/FunctionsPanel/index.ts","kind":"dynamic-import","original":"./FunctionsPanel"},{"path":"src/components/FunctionsRegistry/index.ts","kind":"dynamic-import","original":"./FunctionsRegistry"}],"format":"esm"},"src/containers/TriggerSettings/TriggerSettings.tsx":{"bytes":6434,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo-react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/containers/TriggerSettings/index.ts":{"bytes":695,"imports":[{"path":"src/containers/TriggerSettings/TriggerSettings.tsx","kind":"import-statement","original":"./TriggerSettings"},{"path":"src/containers/TriggerSettings/TriggerSettings.tsx","kind":"import-statement","original":"./TriggerSettings"}],"format":"esm"},"src/containers/AutomationSettings/AutomationSettings.tsx":{"bytes":3262,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/components/AutomationPanel/index.ts","kind":"import-statement","original":"../../components/AutomationPanel"},{"path":"src/containers/TriggerSettings/index.ts","kind":"import-statement","original":"../TriggerSettings"}],"format":"esm"},"src/containers/AutomationSettings/index.ts":{"bytes":542,"imports":[{"path":"src/containers/AutomationSettings/AutomationSettings.tsx","kind":"import-statement","original":"./AutomationSettings"}],"format":"esm"},"src/containers/FunctionsContainer/FunctionsContainer.tsx":{"bytes":3655,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../../components"}],"format":"esm"},"src/containers/FunctionsContainer/index.ts":{"bytes":542,"imports":[{"path":"src/containers/FunctionsContainer/FunctionsContainer.tsx","kind":"import-statement","original":"./FunctionsContainer"}],"format":"esm"},"src/containers/index.ts":{"bytes":1332,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/AutomationSettings/index.ts","kind":"dynamic-import","original":"./AutomationSettings"},{"path":"src/containers/FunctionsContainer/index.ts","kind":"dynamic-import","original":"./FunctionsContainer"},{"path":"src/containers/TriggerSettings/index.ts","kind":"dynamic-import","original":"./TriggerSettings"}],"format":"esm"},"src/hooks/useComputeRuntime.ts":{"bytes":3478,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/hooks/useComputeRuntimeCallback.ts":{"bytes":2473,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/hooks/useComputeRuntime.ts","kind":"import-statement","original":"./useComputeRuntime"}],"format":"esm"},"src/hooks/useTriggerRuntimeControls.ts":{"bytes":5964,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"src/hooks/useComputeRuntimeCallback.ts","kind":"import-statement","original":"./useComputeRuntimeCallback"}],"format":"esm"},"src/hooks/useComputeRuntimeService.ts":{"bytes":6499,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Exit","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/hooks/useComputeRuntime.ts","kind":"import-statement","original":"./useComputeRuntime"}],"format":"esm"},"src/hooks/index.ts":{"bytes":884,"imports":[{"path":"src/hooks/useComputeRuntimeCallback.ts","kind":"import-statement","original":"./useComputeRuntimeCallback"},{"path":"src/hooks/useTriggerRuntimeControls.ts","kind":"import-statement","original":"./useTriggerRuntimeControls"},{"path":"src/hooks/useComputeRuntime.ts","kind":"import-statement","original":"./useComputeRuntime"},{"path":"src/hooks/useComputeRuntimeService.ts","kind":"import-statement","original":"./useComputeRuntimeService"}],"format":"esm"},"src/operations/create-trigger-from-template.ts":{"bytes":8435,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/index.ts":{"bytes":902,"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/operations/create-trigger-from-template.ts","kind":"dynamic-import","original":"./create-trigger-from-template"}],"format":"esm"},"src/plugin.ts":{"bytes":1101,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/operations/index.ts","kind":"import-statement","original":"./operations"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/testing.ts":{"bytes":679,"imports":[{"path":"src/AutomationPlugin.tsx","kind":"import-statement","original":"./AutomationPlugin"}],"format":"esm"},"src/translations.ts":{"bytes":6070,"imports":[{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/neutral/FunctionsContainer-CDCM65U4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1926},"dist/lib/neutral/FunctionsContainer-CDCM65U4.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-2UYFDJO6.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-K3C5ZTZA.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/FunctionsContainer/index.ts","inputs":{"src/containers/FunctionsContainer/FunctionsContainer.tsx":{"bytesInOutput":874},"src/containers/FunctionsContainer/index.ts":{"bytesInOutput":0}},"bytes":1176},"dist/lib/neutral/create-trigger-from-template-7K3OYOHQ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4579},"dist/lib/neutral/create-trigger-from-template-7K3OYOHQ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-DSCOLDT5.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/create-trigger-from-template.ts","inputs":{"src/operations/create-trigger-from-template.ts":{"bytesInOutput":1790}},"bytes":2071},"dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":22757},"dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@effect-atom/atom","kind":"import-statement","external":true},{"path":"@effect/platform-browser/BrowserKeyValueStore","kind":"import-statement","external":true},{"path":"@effect/platform/KeyValueStore","kind":"import-statement","external":true},{"path":"effect/Context","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Fiber","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-atom","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/compute-runtime.ts","inputs":{"src/capabilities/compute-runtime.ts":{"bytesInOutput":12115}},"bytes":12289},"dist/lib/neutral/operation-handler-YXGYH5W5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":940},"dist/lib/neutral/operation-handler-YXGYH5W5.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/operation-handler.ts","inputs":{"src/capabilities/operation-handler.ts":{"bytesInOutput":353}},"bytes":533},"dist/lib/neutral/react-surface-3OGMAMKV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3285},"dist/lib/neutral/react-surface-3OGMAMKV.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":1703}},"bytes":1872},"dist/lib/neutral/AutomationPanel-T5O4DNQF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/AutomationPanel-T5O4DNQF.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-JKVVCWSL.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-K3C5ZTZA.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationPanel","default"],"entryPoint":"src/components/AutomationPanel/index.ts","inputs":{},"bytes":269},"dist/lib/neutral/FunctionsPanel-SVRKRUXZ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7292},"dist/lib/neutral/FunctionsPanel-SVRKRUXZ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["FunctionsPanel","default"],"entryPoint":"src/components/FunctionsPanel/index.ts","inputs":{"src/components/FunctionsPanel/FunctionsPanel.tsx":{"bytesInOutput":3312},"src/components/FunctionsPanel/index.ts":{"bytesInOutput":45}},"bytes":3603},"dist/lib/neutral/FunctionsRegistry-7ITCFJCW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7927},"dist/lib/neutral/FunctionsRegistry-7ITCFJCW.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/edge","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["FunctionsRegistry","default"],"entryPoint":"src/components/FunctionsRegistry/index.ts","inputs":{"src/components/FunctionsRegistry/FunctionsRegistry.tsx":{"bytesInOutput":4045},"src/components/FunctionsRegistry/index.ts":{"bytesInOutput":51}},"bytes":4360},"dist/lib/neutral/TriggerSettings-XCHIZPOR.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/TriggerSettings-XCHIZPOR.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-2JP77CMN.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["TriggersSettings","default"],"entryPoint":"src/containers/TriggerSettings/index.ts","inputs":{},"bytes":206},"dist/lib/neutral/AutomationSettings-UVS5STCS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1782},"dist/lib/neutral/AutomationSettings-UVS5STCS.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-JKVVCWSL.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-2JP77CMN.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-K3C5ZTZA.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/AutomationSettings/index.ts","inputs":{"src/containers/AutomationSettings/AutomationSettings.tsx":{"bytesInOutput":656},"src/containers/AutomationSettings/index.ts":{"bytesInOutput":0}},"bytes":997},"dist/lib/neutral/chunk-JKVVCWSL.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":20308},"dist/lib/neutral/chunk-JKVVCWSL.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-K3C5ZTZA.mjs","kind":"import-statement"},{"path":"effect/Array","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Function","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime/edge","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#hooks","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["AutomationPanel","AutomationPanel_default"],"inputs":{"src/components/AutomationPanel/AutomationPanel.tsx":{"bytesInOutput":10765},"src/components/AutomationPanel/index.ts":{"bytesInOutput":47}},"bytes":11069},"dist/lib/neutral/chunk-2JP77CMN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3489},"dist/lib/neutral/chunk-2JP77CMN.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo-react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["TriggersSettings"],"inputs":{"src/containers/TriggerSettings/TriggerSettings.tsx":{"bytesInOutput":1745},"src/containers/TriggerSettings/index.ts":{"bytesInOutput":0}},"bytes":1875},"dist/lib/neutral/hooks/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9236},"dist/lib/neutral/hooks/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-DSCOLDT5.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions-runtime","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Exit","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["useComputeRuntime","useComputeRuntimeCallback","useComputeRuntimeService","useTriggerRuntimeControls"],"entryPoint":"src/hooks/index.ts","inputs":{"src/hooks/useComputeRuntimeCallback.ts":{"bytesInOutput":361},"src/hooks/useComputeRuntime.ts":{"bytesInOutput":683},"src/hooks/index.ts":{"bytesInOutput":0},"src/hooks/useTriggerRuntimeControls.ts":{"bytesInOutput":1342},"src/hooks/useComputeRuntimeService.ts":{"bytesInOutput":1310}},"bytes":4161},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-ATECY555.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/operations/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/operations/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-M3TIHFXN.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationOperationHandlerSet"],"entryPoint":"src/operations/index.ts","inputs":{},"bytes":184},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":518},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-M3TIHFXN.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-ATECY555.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["AutomationOperationHandlerSet","AutomationPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":113}},"bytes":381},"dist/lib/neutral/chunk-M3TIHFXN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":478},"dist/lib/neutral/chunk-M3TIHFXN.mjs":{"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"dist/lib/neutral/create-trigger-from-template-7K3OYOHQ.mjs","kind":"dynamic-import"}],"exports":["AutomationOperationHandlerSet"],"inputs":{"src/operations/index.ts":{"bytesInOutput":176}},"bytes":292},"dist/lib/neutral/testing.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/testing.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-CNFKEN7S.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationPlugin"],"entryPoint":"src/testing.ts","inputs":{"src/testing.ts":{"bytesInOutput":0}},"bytes":158},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2775},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":1933}},"bytes":2057},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-DSCOLDT5.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationAction","AutomationCapabilities","AutomationEvents","AutomationOperation","TriggerTemplate"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":451},"dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3842},"dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":2158}},"bytes":2338},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-ATECY555.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-DSCOLDT5.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationAction","AutomationCapabilities","AutomationEvents","AutomationOperation","TriggerTemplate","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":504},"dist/lib/neutral/chunk-ATECY555.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":886},"dist/lib/neutral/chunk-ATECY555.mjs":{"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":465}},"bytes":544},"dist/lib/neutral/chunk-DSCOLDT5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5958},"dist/lib/neutral/chunk-DSCOLDT5.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["AutomationAction","AutomationCapabilities_exports","AutomationEvents_exports","AutomationOperation_exports","TriggerTemplate"],"inputs":{"src/types/schema.ts":{"bytesInOutput":990},"src/types/index.ts":{"bytesInOutput":0},"src/types/AutomationCapabilities.ts":{"bytesInOutput":296},"src/types/AutomationEvents.ts":{"bytesInOutput":310},"src/types/AutomationOperation.ts":{"bytesInOutput":970}},"bytes":2940},"dist/lib/neutral/AutomationPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/AutomationPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-CNFKEN7S.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationPlugin","default"],"entryPoint":"src/AutomationPlugin.tsx","inputs":{},"bytes":234},"dist/lib/neutral/chunk-CNFKEN7S.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2341},"dist/lib/neutral/chunk-CNFKEN7S.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["AutomationPlugin","AutomationPlugin_default"],"inputs":{"src/AutomationPlugin.tsx":{"bytesInOutput":1060}},"bytes":1192},"dist/lib/neutral/AutomationPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":105277},"dist/lib/neutral/AutomationPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/printer-ansi/Ansi","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/SchemaAST","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/HashMap","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Match","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true}],"exports":["AutomationPlugin","default"],"entryPoint":"src/AutomationPlugin.node.ts","inputs":{"src/AutomationPlugin.node.ts":{"bytesInOutput":987},"src/commands/trigger/index.ts":{"bytesInOutput":217},"src/commands/trigger/create/index.ts":{"bytesInOutput":203},"src/commands/trigger/create/queue.ts":{"bytesInOutput":2613},"src/commands/trigger/options.ts":{"bytesInOutput":1312},"src/commands/trigger/util.ts":{"bytesInOutput":11237},"src/commands/trigger/create/subscription.ts":{"bytesInOutput":4041},"src/commands/trigger/create/timer.ts":{"bytesInOutput":2779},"src/commands/trigger/list.ts":{"bytesInOutput":2182},"src/commands/trigger/remove.ts":{"bytesInOutput":1389},"src/commands/trigger/update/index.ts":{"bytesInOutput":210},"src/commands/trigger/update/queue.ts":{"bytesInOutput":5876},"src/commands/trigger/update/subscription.ts":{"bytesInOutput":8713},"src/commands/trigger/update/timer.ts":{"bytesInOutput":5875},"src/commands/index.ts":{"bytesInOutput":0}},"bytes":48527},"dist/lib/neutral/AutomationPlugin.workerd.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1246},"dist/lib/neutral/AutomationPlugin.workerd.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["AutomationPlugin","default"],"entryPoint":"src/AutomationPlugin.workerd.ts","inputs":{"src/AutomationPlugin.workerd.ts":{"bytesInOutput":544}},"bytes":743},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1085},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/operation-handler-YXGYH5W5.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-3OGMAMKV.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","ComputeRuntime","OperationHandler","ReactSurface"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":474}},"bytes":655},"dist/lib/neutral/capabilities/node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":917},"dist/lib/neutral/capabilities/node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-GDCGRYEP.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/compute-runtime-D7MPZJ4R.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/operation-handler-YXGYH5W5.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","ComputeRuntime","OperationHandler"],"entryPoint":"src/capabilities/node.ts","inputs":{"src/capabilities/node.ts":{"bytesInOutput":375}},"bytes":538},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-2UYFDJO6.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-K3C5ZTZA.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["AutomationPanel","FunctionsPanel","FunctionsRegistry","TriggerEditor"],"entryPoint":"src/components/index.ts","inputs":{},"bytes":308},"dist/lib/neutral/chunk-2UYFDJO6.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":675},"dist/lib/neutral/chunk-2UYFDJO6.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/AutomationPanel-T5O4DNQF.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/FunctionsPanel-SVRKRUXZ.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/FunctionsRegistry-7ITCFJCW.mjs","kind":"dynamic-import"}],"exports":["AutomationPanel","FunctionsPanel","FunctionsRegistry"],"inputs":{"src/components/index.ts":{"bytesInOutput":260}},"bytes":401},"dist/lib/neutral/chunk-K3C5ZTZA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":19745},"dist/lib/neutral/chunk-K3C5ZTZA.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-components","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["TriggerEditor"],"inputs":{"src/components/TriggerEditor/TriggerEditor.tsx":{"bytesInOutput":4761},"src/components/TriggerEditor/FunctionInputEditor.tsx":{"bytesInOutput":2487},"src/components/TriggerEditor/SpecSelector.tsx":{"bytesInOutput":1867},"src/components/TriggerEditor/index.ts":{"bytesInOutput":0}},"bytes":9396},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":741},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/AutomationSettings-UVS5STCS.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/FunctionsContainer-CDCM65U4.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/TriggerSettings-XCHIZPOR.mjs","kind":"dynamic-import"}],"exports":["AutomationSettings","FunctionsContainer","TriggerSettings"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":273}},"bytes":442},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
@@ -0,0 +1,8 @@
1
+ import {
2
+ meta
3
+ } from "./chunk-ATECY555.mjs";
4
+ import "./chunk-J5LGTIGS.mjs";
5
+ export {
6
+ meta
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,13 @@
1
+ import "./chunk-J5LGTIGS.mjs";
2
+
3
+ // src/capabilities/operation-handler.ts
4
+ import * as Effect from "effect/Effect";
5
+ import { Capabilities, Capability } from "@dxos/app-framework";
6
+ import { AutomationOperationHandlerSet } from "#operations";
7
+ var operation_handler_default = Capability.makeModule(Effect.fnUntraced(function* () {
8
+ return Capability.contributes(Capabilities.OperationHandler, AutomationOperationHandlerSet);
9
+ }));
10
+ export {
11
+ operation_handler_default as default
12
+ };
13
+ //# sourceMappingURL=operation-handler-YXGYH5W5.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/capabilities/operation-handler.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport type { OperationHandlerSet } from '@dxos/compute';\n\nimport { AutomationOperationHandlerSet } from '#operations';\n\nexport default Capability.makeModule<OperationHandlerSet.OperationHandlerSet>(\n Effect.fnUntraced(function* () {\n return Capability.contributes(Capabilities.OperationHandler, AutomationOperationHandlerSet);\n }),\n);\n"],
5
+ "mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,cAAcC,kBAAkB;AAGzC,SAASC,qCAAqC;AAE9C,IAAA,4BAAeD,WAAWE,WACjBC,kBAAW,aAAA;AAChB,SAAOH,WAAWI,YAAYL,aAAaM,kBAAkBJ,6BAAAA;AAC/D,CAAA,CAAA;",
6
+ "names": ["Effect", "Capabilities", "Capability", "AutomationOperationHandlerSet", "makeModule", "fnUntraced", "contributes", "OperationHandler"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import {
2
+ AutomationOperationHandlerSet
3
+ } from "../chunk-M3TIHFXN.mjs";
4
+ import "../chunk-J5LGTIGS.mjs";
5
+ export {
6
+ AutomationOperationHandlerSet
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,16 @@
1
+ import {
2
+ AutomationOperationHandlerSet
3
+ } from "./chunk-M3TIHFXN.mjs";
4
+ import {
5
+ meta
6
+ } from "./chunk-ATECY555.mjs";
7
+ import "./chunk-J5LGTIGS.mjs";
8
+
9
+ // src/plugin.ts
10
+ import { Plugin } from "@dxos/app-framework";
11
+ var AutomationPlugin = Plugin.lazy(meta, () => import("#plugin"));
12
+ export {
13
+ AutomationOperationHandlerSet,
14
+ AutomationPlugin
15
+ };
16
+ //# sourceMappingURL=plugin.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/plugin.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const AutomationPlugin = Plugin.lazy(meta, () => import('#plugin'));\n\nexport { AutomationOperationHandlerSet } from './operations';\n"],
5
+ "mappings": ";;;;;;;;;AAIA,SAASA,cAAc;AAIhB,IAAMC,mBAAmBC,OAAOC,KAAKC,MAAM,MAAM,OAAO,SAAA,CAAA;",
6
+ "names": ["Plugin", "AutomationPlugin", "Plugin", "lazy", "meta"]
7
+ }
@@ -0,0 +1,57 @@
1
+ import "./chunk-J5LGTIGS.mjs";
2
+
3
+ // src/capabilities/react-surface.tsx
4
+ import * as Effect from "effect/Effect";
5
+ import React from "react";
6
+ import { Capabilities, Capability } from "@dxos/app-framework";
7
+ import { Surface } from "@dxos/app-framework/ui";
8
+ import { AppSurface, useActiveSpace } from "@dxos/app-toolkit/ui";
9
+ import { getSpace } from "@dxos/react-client/echo";
10
+ import { AutomationSettings, FunctionsContainer } from "#containers";
11
+ import { meta } from "#meta";
12
+ var react_surface_default = Capability.makeModule(() => Effect.succeed(Capability.contributes(Capabilities.ReactSurface, [
13
+ Surface.create({
14
+ id: "space-settings-functions",
15
+ filter: AppSurface.literal(AppSurface.Article, `${meta.id}.space-settings-functions`),
16
+ component: () => {
17
+ const space = useActiveSpace();
18
+ if (!space) {
19
+ return null;
20
+ }
21
+ return /* @__PURE__ */ React.createElement(FunctionsContainer, {
22
+ space
23
+ });
24
+ }
25
+ }),
26
+ Surface.create({
27
+ id: "space-settings-automation",
28
+ filter: AppSurface.literal(AppSurface.Article, `${meta.id}.space-settings-automation`),
29
+ component: () => {
30
+ const space = useActiveSpace();
31
+ if (!space) {
32
+ return null;
33
+ }
34
+ return /* @__PURE__ */ React.createElement(AutomationSettings, {
35
+ space
36
+ });
37
+ }
38
+ }),
39
+ Surface.create({
40
+ id: "companion.automation",
41
+ filter: AppSurface.allOf(AppSurface.literal(AppSurface.Article, "automation"), AppSurface.companion(AppSurface.Article)),
42
+ component: ({ data }) => {
43
+ const space = getSpace(data.companionTo);
44
+ if (!space) {
45
+ return null;
46
+ }
47
+ return /* @__PURE__ */ React.createElement(AutomationSettings, {
48
+ space,
49
+ object: data.companionTo
50
+ });
51
+ }
52
+ })
53
+ ])));
54
+ export {
55
+ react_surface_default as default
56
+ };
57
+ //# sourceMappingURL=react-surface-3OGMAMKV.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/capabilities/react-surface.tsx"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport React from 'react';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport { Surface } from '@dxos/app-framework/ui';\nimport { AppSurface, useActiveSpace } from '@dxos/app-toolkit/ui';\nimport { getSpace } from '@dxos/react-client/echo';\n\nimport { AutomationSettings, FunctionsContainer } from '#containers';\nimport { meta } from '#meta';\n\nexport default Capability.makeModule(() =>\n Effect.succeed(\n Capability.contributes(Capabilities.ReactSurface, [\n Surface.create({\n id: 'space-settings-functions',\n filter: AppSurface.literal(AppSurface.Article, `${meta.id}.space-settings-functions`),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <FunctionsContainer space={space} />;\n },\n }),\n Surface.create({\n id: 'space-settings-automation',\n filter: AppSurface.literal(AppSurface.Article, `${meta.id}.space-settings-automation`),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <AutomationSettings space={space} />;\n },\n }),\n Surface.create({\n id: 'companion.automation',\n filter: AppSurface.allOf(\n AppSurface.literal(AppSurface.Article, 'automation'),\n AppSurface.companion(AppSurface.Article),\n ),\n component: ({ data }) => {\n const space = getSpace(data.companionTo);\n if (!space) {\n return null;\n }\n return <AutomationSettings space={space} object={data.companionTo} />;\n },\n }),\n ]),\n ),\n);\n"],
5
+ "mappings": ";;;AAIA,YAAYA,YAAY;AACxB,OAAOC,WAAW;AAElB,SAASC,cAAcC,kBAAkB;AACzC,SAASC,eAAe;AACxB,SAASC,YAAYC,sBAAsB;AAC3C,SAASC,gBAAgB;AAEzB,SAASC,oBAAoBC,0BAA0B;AACvD,SAASC,YAAY;AAErB,IAAA,wBAAeP,WAAWQ,WAAW,MAC5BC,eACLT,WAAWU,YAAYX,aAAaY,cAAc;EAChDV,QAAQW,OAAO;IACbC,IAAI;IACJC,QAAQZ,WAAWa,QAAQb,WAAWc,SAAS,GAAGT,KAAKM,EAAE,2BAA2B;IACpFI,WAAW,MAAA;AACT,YAAMC,QAAQf,eAAAA;AACd,UAAI,CAACe,OAAO;AACV,eAAO;MACT;AAEA,aAAO,sBAAA,cAACZ,oBAAAA;QAAmBY;;IAC7B;EACF,CAAA;EACAjB,QAAQW,OAAO;IACbC,IAAI;IACJC,QAAQZ,WAAWa,QAAQb,WAAWc,SAAS,GAAGT,KAAKM,EAAE,4BAA4B;IACrFI,WAAW,MAAA;AACT,YAAMC,QAAQf,eAAAA;AACd,UAAI,CAACe,OAAO;AACV,eAAO;MACT;AAEA,aAAO,sBAAA,cAACb,oBAAAA;QAAmBa;;IAC7B;EACF,CAAA;EACAjB,QAAQW,OAAO;IACbC,IAAI;IACJC,QAAQZ,WAAWiB,MACjBjB,WAAWa,QAAQb,WAAWc,SAAS,YAAA,GACvCd,WAAWkB,UAAUlB,WAAWc,OAAO,CAAA;IAEzCC,WAAW,CAAC,EAAEI,KAAI,MAAE;AAClB,YAAMH,QAAQd,SAASiB,KAAKC,WAAW;AACvC,UAAI,CAACJ,OAAO;AACV,eAAO;MACT;AACA,aAAO,sBAAA,cAACb,oBAAAA;QAAmBa;QAAcK,QAAQF,KAAKC;;IACxD;EACF,CAAA;CACD,CAAA,CAAA;",
6
+ "names": ["Effect", "React", "Capabilities", "Capability", "Surface", "AppSurface", "useActiveSpace", "getSpace", "AutomationSettings", "FunctionsContainer", "meta", "makeModule", "succeed", "contributes", "ReactSurface", "create", "id", "filter", "literal", "Article", "component", "space", "allOf", "companion", "data", "companionTo", "object"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import {
2
+ AutomationPlugin
3
+ } from "./chunk-CNFKEN7S.mjs";
4
+ import "./chunk-J5LGTIGS.mjs";
5
+ export {
6
+ AutomationPlugin
7
+ };
8
+ //# sourceMappingURL=testing.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,47 @@
1
+ import "./chunk-J5LGTIGS.mjs";
2
+
3
+ // src/translations.ts
4
+ import { meta } from "#meta";
5
+ var translations = [
6
+ {
7
+ "en-US": {
8
+ [meta.id]: {
9
+ "plugin.name": "Automation",
10
+ "automation-panel.label": "Automations",
11
+ "script-automation.label": "Automation",
12
+ "automation-verbose.label": "Manage automations",
13
+ "automation.description": "Triggers that automate this space.",
14
+ "runtime.label": "Trigger runtime location",
15
+ "runtime.description": "Determines where the triggers in this space will execute.",
16
+ "runtime.disabled.label": "Triggers disabled",
17
+ "runtime.local.label": "Local",
18
+ "runtime.edge.label": "EDGE (experimental)",
19
+ "functions-panel.label": "Functions",
20
+ "functions-verbose.label": "Manage deployed functions",
21
+ "functions-registry-verbose.label": "Functions registry",
22
+ "functions-registry.description": "Import functions from the registry",
23
+ "functions.description": "Functions deployed from this space on EDGE.",
24
+ "show-source-button.label": "Show source",
25
+ "delete-function-button.label": "Delete function",
26
+ "function-parameters.label": "Function parameters",
27
+ "trigger-editor.title": "Configure Trigger",
28
+ "trigger-editor.description": "Triggers are used to run functions at specific times or when specific events occur.",
29
+ "new-trigger.label": "Add Trigger",
30
+ "trigger-type.timer.label": "Timer",
31
+ "trigger-type.webhook.label": "Webhook",
32
+ "trigger-type.websocket.label": "Websocket",
33
+ "trigger-type.subscription.label": "Subscription",
34
+ "trigger-type.email.label": "Email",
35
+ "trigger-type.queue.label": "Feed",
36
+ "trigger-payload-prop-name.placeholder": "New payload property name",
37
+ "import-function-button.label": "Loading...",
38
+ "update-function-button.label": "Update",
39
+ "loading-functions.message": "Loading functions..."
40
+ }
41
+ }
42
+ }
43
+ ];
44
+ export {
45
+ translations
46
+ };
47
+ //# sourceMappingURL=translations.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/translations.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [meta.id]: {\n 'plugin.name': 'Automation',\n 'automation-panel.label': 'Automations',\n 'script-automation.label': 'Automation',\n 'automation-verbose.label': 'Manage automations',\n 'automation.description': 'Triggers that automate this space.',\n\n 'runtime.label': 'Trigger runtime location',\n 'runtime.description': 'Determines where the triggers in this space will execute.',\n 'runtime.disabled.label': 'Triggers disabled',\n 'runtime.local.label': 'Local',\n 'runtime.edge.label': 'EDGE (experimental)',\n\n 'functions-panel.label': 'Functions',\n 'functions-verbose.label': 'Manage deployed functions',\n 'functions-registry-verbose.label': 'Functions registry',\n 'functions-registry.description': 'Import functions from the registry',\n 'functions.description': 'Functions deployed from this space on EDGE.',\n 'show-source-button.label': 'Show source',\n 'delete-function-button.label': 'Delete function',\n\n 'function-parameters.label': 'Function parameters',\n\n 'trigger-editor.title': 'Configure Trigger',\n 'trigger-editor.description':\n 'Triggers are used to run functions at specific times or when specific events occur.',\n 'new-trigger.label': 'Add Trigger',\n\n 'trigger-type.timer.label': 'Timer',\n 'trigger-type.webhook.label': 'Webhook',\n 'trigger-type.websocket.label': 'Websocket',\n 'trigger-type.subscription.label': 'Subscription',\n 'trigger-type.email.label': 'Email',\n 'trigger-type.queue.label': 'Feed',\n\n 'trigger-payload-prop-name.placeholder': 'New payload property name',\n 'import-function-button.label': 'Loading...',\n 'update-function-button.label': 'Update',\n 'loading-functions.message': 'Loading functions...',\n },\n },\n },\n] as const satisfies Resource[];\n"],
5
+ "mappings": ";;;AAMA,SAASA,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,KAAKE,EAAE,GAAG;QACT,eAAe;QACf,0BAA0B;QAC1B,2BAA2B;QAC3B,4BAA4B;QAC5B,0BAA0B;QAE1B,iBAAiB;QACjB,uBAAuB;QACvB,0BAA0B;QAC1B,uBAAuB;QACvB,sBAAsB;QAEtB,yBAAyB;QACzB,2BAA2B;QAC3B,oCAAoC;QACpC,kCAAkC;QAClC,yBAAyB;QACzB,4BAA4B;QAC5B,gCAAgC;QAEhC,6BAA6B;QAE7B,wBAAwB;QACxB,8BACE;QACF,qBAAqB;QAErB,4BAA4B;QAC5B,8BAA8B;QAC9B,gCAAgC;QAChC,mCAAmC;QACnC,4BAA4B;QAC5B,4BAA4B;QAE5B,yCAAyC;QACzC,gCAAgC;QAChC,gCAAgC;QAChC,6BAA6B;MAC/B;IACF;EACF;;",
6
+ "names": ["meta", "translations", "id"]
7
+ }
@@ -0,0 +1,16 @@
1
+ import {
2
+ AutomationAction,
3
+ AutomationCapabilities_exports,
4
+ AutomationEvents_exports,
5
+ AutomationOperation_exports,
6
+ TriggerTemplate
7
+ } from "../chunk-DSCOLDT5.mjs";
8
+ import "../chunk-J5LGTIGS.mjs";
9
+ export {
10
+ AutomationAction,
11
+ AutomationCapabilities_exports as AutomationCapabilities,
12
+ AutomationEvents_exports as AutomationEvents,
13
+ AutomationOperation_exports as AutomationOperation,
14
+ TriggerTemplate
15
+ };
16
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -1,2 +1,4 @@
1
- export declare const AutomationPlugin: () => import("@dxos/app-framework").Plugin;
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const AutomationPlugin: Plugin.PluginFactory<void>;
3
+ export default AutomationPlugin;
2
4
  //# sourceMappingURL=AutomationPlugin.d.ts.map