@pikku/addon-graph 0.12.12 → 0.12.14

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 (553) hide show
  1. package/CHANGELOG.md +423 -0
  2. package/dist/.pikku/addon/agent/index.d.ts +8 -0
  3. package/dist/.pikku/addon/agent/index.d.ts.map +1 -0
  4. package/dist/.pikku/addon/agent/index.js +8 -0
  5. package/dist/.pikku/addon/agent/index.js.map +1 -0
  6. package/dist/.pikku/{agent → addon/agent}/pikku-agent-types.gen.d.ts +50 -8
  7. package/dist/.pikku/addon/agent/pikku-agent-types.gen.d.ts.map +1 -0
  8. package/dist/.pikku/addon/agent/pikku-agent-types.gen.js +61 -0
  9. package/dist/.pikku/addon/agent/pikku-agent-types.gen.js.map +1 -0
  10. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.d.ts.map +1 -0
  11. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.js +6 -0
  12. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.js.map +1 -0
  13. package/dist/.pikku/addon/auth/index.d.ts +8 -0
  14. package/dist/.pikku/addon/auth/index.d.ts.map +1 -0
  15. package/dist/.pikku/addon/auth/index.js +8 -0
  16. package/dist/.pikku/addon/auth/index.js.map +1 -0
  17. package/dist/.pikku/addon/auth/pikku-auth-types.gen.d.ts +109 -0
  18. package/dist/.pikku/addon/auth/pikku-auth-types.gen.d.ts.map +1 -0
  19. package/dist/.pikku/addon/auth/pikku-auth-types.gen.js +76 -0
  20. package/dist/.pikku/addon/auth/pikku-auth-types.gen.js.map +1 -0
  21. package/dist/.pikku/addon/channel/index.d.ts +8 -0
  22. package/dist/.pikku/addon/channel/index.d.ts.map +1 -0
  23. package/dist/.pikku/addon/channel/index.js +8 -0
  24. package/dist/.pikku/addon/channel/index.js.map +1 -0
  25. package/dist/.pikku/{channel → addon/channel}/pikku-channel-types.gen.d.ts +12 -43
  26. package/dist/.pikku/addon/channel/pikku-channel-types.gen.d.ts.map +1 -0
  27. package/dist/.pikku/{channel → addon/channel}/pikku-channel-types.gen.js +8 -20
  28. package/dist/.pikku/addon/channel/pikku-channel-types.gen.js.map +1 -0
  29. package/dist/.pikku/addon/error/index.d.ts +8 -0
  30. package/dist/.pikku/addon/error/index.d.ts.map +1 -0
  31. package/dist/.pikku/addon/error/index.js +8 -0
  32. package/dist/.pikku/addon/error/index.js.map +1 -0
  33. package/dist/.pikku/addon/error/pikku-error-types.gen.d.ts +8 -0
  34. package/dist/.pikku/addon/error/pikku-error-types.gen.d.ts.map +1 -0
  35. package/dist/.pikku/addon/error/pikku-error-types.gen.js +8 -0
  36. package/dist/.pikku/addon/error/pikku-error-types.gen.js.map +1 -0
  37. package/dist/.pikku/addon/function/index.d.ts +8 -0
  38. package/dist/.pikku/addon/function/index.d.ts.map +1 -0
  39. package/dist/.pikku/addon/function/index.js +8 -0
  40. package/dist/.pikku/addon/function/index.js.map +1 -0
  41. package/dist/.pikku/addon/function/pikku-function-types.gen.d.ts +279 -0
  42. package/dist/.pikku/addon/function/pikku-function-types.gen.d.ts.map +1 -0
  43. package/dist/.pikku/addon/function/pikku-function-types.gen.js +129 -0
  44. package/dist/.pikku/addon/function/pikku-function-types.gen.js.map +1 -0
  45. package/dist/.pikku/addon/function/pikku-functions-meta.gen.d.ts.map +1 -0
  46. package/dist/.pikku/addon/function/pikku-functions-meta.gen.js +7 -0
  47. package/dist/.pikku/addon/function/pikku-functions-meta.gen.js.map +1 -0
  48. package/dist/.pikku/addon/function/pikku-functions.gen.d.ts.map +1 -0
  49. package/dist/.pikku/addon/function/pikku-functions.gen.js +74 -0
  50. package/dist/.pikku/addon/function/pikku-functions.gen.js.map +1 -0
  51. package/dist/.pikku/addon/http/index.d.ts +8 -0
  52. package/dist/.pikku/addon/http/index.d.ts.map +1 -0
  53. package/dist/.pikku/addon/http/index.js +8 -0
  54. package/dist/.pikku/addon/http/index.js.map +1 -0
  55. package/dist/.pikku/addon/http/pikku-http-types.gen.d.ts +52 -0
  56. package/dist/.pikku/addon/http/pikku-http-types.gen.d.ts.map +1 -0
  57. package/dist/.pikku/addon/http/pikku-http-types.gen.js +11 -0
  58. package/dist/.pikku/addon/http/pikku-http-types.gen.js.map +1 -0
  59. package/dist/.pikku/addon/mcp/index.d.ts +8 -0
  60. package/dist/.pikku/addon/mcp/index.d.ts.map +1 -0
  61. package/dist/.pikku/addon/mcp/index.js +8 -0
  62. package/dist/.pikku/addon/mcp/index.js.map +1 -0
  63. package/dist/.pikku/{mcp → addon/mcp}/pikku-mcp-types.gen.d.ts +12 -36
  64. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  65. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.js +16 -0
  66. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.js.map +1 -0
  67. package/dist/.pikku/addon/middleware/index.d.ts +8 -0
  68. package/dist/.pikku/addon/middleware/index.d.ts.map +1 -0
  69. package/dist/.pikku/addon/middleware/index.js +8 -0
  70. package/dist/.pikku/addon/middleware/index.js.map +1 -0
  71. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.d.ts +134 -0
  72. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.d.ts.map +1 -0
  73. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.js +114 -0
  74. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.js.map +1 -0
  75. package/dist/.pikku/{pikku-bootstrap-scenarios.gen.d.ts → addon/pikku-bootstrap-scenarios.gen.d.ts} +1 -1
  76. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.d.ts.map +1 -0
  77. package/dist/.pikku/{pikku-bootstrap-scenarios.gen.js → addon/pikku-bootstrap-scenarios.gen.js} +1 -1
  78. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.js.map +1 -0
  79. package/dist/.pikku/{pikku-bootstrap.gen.d.ts → addon/pikku-bootstrap.gen.d.ts} +2 -2
  80. package/dist/.pikku/addon/pikku-bootstrap.gen.d.ts.map +1 -0
  81. package/dist/.pikku/{pikku-bootstrap.gen.js → addon/pikku-bootstrap.gen.js} +2 -2
  82. package/dist/.pikku/addon/pikku-bootstrap.gen.js.map +1 -0
  83. package/dist/.pikku/addon/pikku-package.gen.js +3 -3
  84. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -1
  85. package/dist/.pikku/{pikku-services.gen.d.ts → addon/pikku-services.gen.d.ts} +9 -8
  86. package/dist/.pikku/addon/pikku-services.gen.d.ts.map +1 -0
  87. package/dist/.pikku/{pikku-services.gen.js → addon/pikku-services.gen.js} +5 -4
  88. package/dist/.pikku/addon/pikku-services.gen.js.map +1 -0
  89. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  90. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  91. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  92. package/dist/.pikku/addon/scenarios/index.d.ts +8 -0
  93. package/dist/.pikku/addon/scenarios/index.d.ts.map +1 -0
  94. package/dist/.pikku/addon/scenarios/index.js +8 -0
  95. package/dist/.pikku/addon/scenarios/index.js.map +1 -0
  96. package/dist/.pikku/{workflow → addon/scenarios}/pikku-personas.gen.d.ts +17 -2
  97. package/dist/.pikku/addon/scenarios/pikku-personas.gen.d.ts.map +1 -0
  98. package/dist/.pikku/addon/scenarios/pikku-personas.gen.js +29 -0
  99. package/dist/.pikku/addon/scenarios/pikku-personas.gen.js.map +1 -0
  100. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.d.ts.map +1 -0
  101. package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-functions-meta.gen.js +2 -2
  102. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.js.map +1 -0
  103. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.d.ts +5 -0
  104. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.d.ts.map +1 -0
  105. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.js.map +1 -0
  106. package/dist/.pikku/{workflow/pikku-workflow-types.gen.d.ts → addon/scenarios/pikku-scenario-types.gen.d.ts} +72 -97
  107. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.d.ts.map +1 -0
  108. package/dist/.pikku/{workflow/pikku-workflow-types.gen.js → addon/scenarios/pikku-scenario-types.gen.js} +13 -16
  109. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.js.map +1 -0
  110. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.d.ts.map +1 -0
  111. package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-wirings-meta.gen.js +2 -2
  112. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.js.map +1 -0
  113. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.d.ts +5 -0
  114. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.d.ts.map +1 -0
  115. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.js.map +1 -0
  116. package/dist/.pikku/addon/scenarios/schemas/register.gen.d.ts +5 -0
  117. package/dist/.pikku/addon/scenarios/schemas/register.gen.d.ts.map +1 -0
  118. package/dist/.pikku/addon/scenarios/schemas/register.gen.js +5 -0
  119. package/dist/.pikku/addon/scenarios/schemas/register.gen.js.map +1 -0
  120. package/dist/.pikku/addon/schemas/register.gen.d.ts.map +1 -0
  121. package/dist/.pikku/{schemas → addon/schemas}/register.gen.js +2 -2
  122. package/dist/.pikku/addon/schemas/register.gen.js.map +1 -0
  123. package/dist/.pikku/addon/scopes/index.d.ts +8 -0
  124. package/dist/.pikku/addon/scopes/index.d.ts.map +1 -0
  125. package/dist/.pikku/addon/scopes/index.js +8 -0
  126. package/dist/.pikku/addon/scopes/index.js.map +1 -0
  127. package/dist/.pikku/{scopes → addon/scopes}/pikku-personas.gen.d.ts +4 -13
  128. package/dist/.pikku/addon/scopes/pikku-personas.gen.d.ts.map +1 -0
  129. package/dist/.pikku/{scopes → addon/scopes}/pikku-personas.gen.js +1 -1
  130. package/dist/.pikku/addon/scopes/pikku-personas.gen.js.map +1 -0
  131. package/dist/.pikku/{scopes → addon/scopes}/pikku-roles.gen.d.ts +2 -2
  132. package/dist/.pikku/addon/scopes/pikku-roles.gen.d.ts.map +1 -0
  133. package/dist/.pikku/{scopes → addon/scopes}/pikku-roles.gen.js +1 -1
  134. package/dist/.pikku/addon/scopes/pikku-roles.gen.js.map +1 -0
  135. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.d.ts +6 -0
  136. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.d.ts.map +1 -0
  137. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.js +6 -0
  138. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.js.map +1 -0
  139. package/dist/.pikku/{scopes → addon/scopes}/pikku-scopes.gen.d.ts +2 -2
  140. package/dist/.pikku/addon/scopes/pikku-scopes.gen.d.ts.map +1 -0
  141. package/dist/.pikku/{scopes → addon/scopes}/pikku-scopes.gen.js +1 -1
  142. package/dist/.pikku/addon/scopes/pikku-scopes.gen.js.map +1 -0
  143. package/dist/.pikku/addon/secrets/index.d.ts +9 -0
  144. package/dist/.pikku/addon/secrets/index.d.ts.map +1 -0
  145. package/dist/.pikku/addon/secrets/index.js +9 -0
  146. package/dist/.pikku/addon/secrets/index.js.map +1 -0
  147. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.d.ts +5 -0
  148. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  149. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.js +5 -0
  150. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.js.map +1 -0
  151. package/dist/.pikku/addon/secrets/pikku-secrets.gen.d.ts +26 -0
  152. package/dist/.pikku/addon/secrets/pikku-secrets.gen.d.ts.map +1 -0
  153. package/dist/.pikku/addon/secrets/pikku-secrets.gen.js +23 -0
  154. package/dist/.pikku/addon/secrets/pikku-secrets.gen.js.map +1 -0
  155. package/dist/.pikku/{pikku-meta-service.gen.d.ts → addon/services/pikku-meta-service.gen.d.ts} +1 -1
  156. package/dist/.pikku/addon/services/pikku-meta-service.gen.d.ts.map +1 -0
  157. package/dist/.pikku/{pikku-meta-service.gen.js → addon/services/pikku-meta-service.gen.js} +2 -2
  158. package/dist/.pikku/addon/services/pikku-meta-service.gen.js.map +1 -0
  159. package/dist/.pikku/addon/setup/index.d.ts +9 -0
  160. package/dist/.pikku/addon/setup/index.d.ts.map +1 -0
  161. package/dist/.pikku/addon/setup/index.js +9 -0
  162. package/dist/.pikku/addon/setup/index.js.map +1 -0
  163. package/dist/.pikku/addon/{pikku-addon-types.gen.d.ts → setup/pikku-addon-setup-types.gen.d.ts} +6 -6
  164. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.d.ts.map +1 -0
  165. package/dist/.pikku/addon/{pikku-addon-types.gen.js → setup/pikku-addon-setup-types.gen.js} +2 -2
  166. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.js.map +1 -0
  167. package/dist/.pikku/addon/setup/pikku-setup-types.gen.d.ts +55 -0
  168. package/dist/.pikku/addon/setup/pikku-setup-types.gen.d.ts.map +1 -0
  169. package/dist/.pikku/addon/setup/pikku-setup-types.gen.js +80 -0
  170. package/dist/.pikku/addon/setup/pikku-setup-types.gen.js.map +1 -0
  171. package/dist/.pikku/addon/trigger/index.d.ts +8 -0
  172. package/dist/.pikku/addon/trigger/index.d.ts.map +1 -0
  173. package/dist/.pikku/addon/trigger/index.js +8 -0
  174. package/dist/.pikku/addon/trigger/index.js.map +1 -0
  175. package/dist/.pikku/{trigger → addon/trigger}/pikku-trigger-types.gen.d.ts +7 -38
  176. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  177. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.js +13 -0
  178. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.js.map +1 -0
  179. package/dist/.pikku/addon/variables/index.d.ts +9 -0
  180. package/dist/.pikku/addon/variables/index.d.ts.map +1 -0
  181. package/dist/.pikku/addon/variables/index.js +9 -0
  182. package/dist/.pikku/addon/variables/index.js.map +1 -0
  183. package/dist/.pikku/addon/variables/pikku-variable-types.gen.d.ts +5 -0
  184. package/dist/.pikku/addon/variables/pikku-variable-types.gen.d.ts.map +1 -0
  185. package/dist/.pikku/addon/variables/pikku-variable-types.gen.js +5 -0
  186. package/dist/.pikku/addon/variables/pikku-variable-types.gen.js.map +1 -0
  187. package/dist/.pikku/addon/variables/pikku-variables-meta.gen.json +1 -0
  188. package/dist/.pikku/addon/variables/pikku-variables.gen.d.ts +27 -0
  189. package/dist/.pikku/addon/variables/pikku-variables.gen.d.ts.map +1 -0
  190. package/dist/.pikku/addon/variables/pikku-variables.gen.js +23 -0
  191. package/dist/.pikku/addon/variables/pikku-variables.gen.js.map +1 -0
  192. package/dist/.pikku/addon/workflow/index.d.ts +8 -0
  193. package/dist/.pikku/addon/workflow/index.d.ts.map +1 -0
  194. package/dist/.pikku/addon/workflow/index.js +8 -0
  195. package/dist/.pikku/addon/workflow/index.js.map +1 -0
  196. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.d.ts +134 -0
  197. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  198. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.js +23 -0
  199. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.js.map +1 -0
  200. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  201. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  202. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  203. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  204. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  205. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.js +5 -0
  206. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  207. package/dist/src/functions/array/aggregate.function.d.ts +4 -4
  208. package/dist/src/functions/array/aggregate.function.d.ts.map +1 -1
  209. package/dist/src/functions/array/aggregate.function.js +1 -1
  210. package/dist/src/functions/array/aggregate.function.js.map +1 -1
  211. package/dist/src/functions/array/chunk.function.d.ts +4 -4
  212. package/dist/src/functions/array/chunk.function.d.ts.map +1 -1
  213. package/dist/src/functions/array/chunk.function.js +1 -1
  214. package/dist/src/functions/array/chunk.function.js.map +1 -1
  215. package/dist/src/functions/array/fanout.function.d.ts +4 -4
  216. package/dist/src/functions/array/fanout.function.d.ts.map +1 -1
  217. package/dist/src/functions/array/fanout.function.js +1 -1
  218. package/dist/src/functions/array/fanout.function.js.map +1 -1
  219. package/dist/src/functions/array/find.function.d.ts +4 -4
  220. package/dist/src/functions/array/find.function.d.ts.map +1 -1
  221. package/dist/src/functions/array/find.function.js +1 -1
  222. package/dist/src/functions/array/find.function.js.map +1 -1
  223. package/dist/src/functions/array/group-by.function.d.ts +4 -4
  224. package/dist/src/functions/array/group-by.function.d.ts.map +1 -1
  225. package/dist/src/functions/array/group-by.function.js +1 -1
  226. package/dist/src/functions/array/group-by.function.js.map +1 -1
  227. package/dist/src/functions/array/limit.function.d.ts +4 -4
  228. package/dist/src/functions/array/limit.function.d.ts.map +1 -1
  229. package/dist/src/functions/array/limit.function.js +1 -1
  230. package/dist/src/functions/array/limit.function.js.map +1 -1
  231. package/dist/src/functions/array/remove-duplicates.function.d.ts +4 -4
  232. package/dist/src/functions/array/remove-duplicates.function.d.ts.map +1 -1
  233. package/dist/src/functions/array/remove-duplicates.function.js +1 -1
  234. package/dist/src/functions/array/remove-duplicates.function.js.map +1 -1
  235. package/dist/src/functions/array/reverse.function.d.ts +4 -4
  236. package/dist/src/functions/array/reverse.function.d.ts.map +1 -1
  237. package/dist/src/functions/array/reverse.function.js +1 -1
  238. package/dist/src/functions/array/reverse.function.js.map +1 -1
  239. package/dist/src/functions/array/sort.function.d.ts +4 -4
  240. package/dist/src/functions/array/sort.function.d.ts.map +1 -1
  241. package/dist/src/functions/array/sort.function.js +1 -1
  242. package/dist/src/functions/array/sort.function.js.map +1 -1
  243. package/dist/src/functions/array/split-out.function.d.ts +4 -4
  244. package/dist/src/functions/array/split-out.function.d.ts.map +1 -1
  245. package/dist/src/functions/array/split-out.function.js +1 -1
  246. package/dist/src/functions/array/split-out.function.js.map +1 -1
  247. package/dist/src/functions/array/summarize.function.d.ts +4 -4
  248. package/dist/src/functions/array/summarize.function.d.ts.map +1 -1
  249. package/dist/src/functions/array/summarize.function.js +1 -1
  250. package/dist/src/functions/array/summarize.function.js.map +1 -1
  251. package/dist/src/functions/array/unique.function.d.ts +4 -4
  252. package/dist/src/functions/array/unique.function.d.ts.map +1 -1
  253. package/dist/src/functions/array/unique.function.js +1 -1
  254. package/dist/src/functions/array/unique.function.js.map +1 -1
  255. package/dist/src/functions/data/coalesce.function.d.ts +4 -4
  256. package/dist/src/functions/data/coalesce.function.d.ts.map +1 -1
  257. package/dist/src/functions/data/coalesce.function.js +1 -1
  258. package/dist/src/functions/data/coalesce.function.js.map +1 -1
  259. package/dist/src/functions/data/crypto.function.d.ts +4 -4
  260. package/dist/src/functions/data/crypto.function.d.ts.map +1 -1
  261. package/dist/src/functions/data/crypto.function.js +1 -1
  262. package/dist/src/functions/data/crypto.function.js.map +1 -1
  263. package/dist/src/functions/data/date-time.function.d.ts +4 -4
  264. package/dist/src/functions/data/date-time.function.d.ts.map +1 -1
  265. package/dist/src/functions/data/date-time.function.js +1 -1
  266. package/dist/src/functions/data/date-time.function.js.map +1 -1
  267. package/dist/src/functions/data/jwt.function.d.ts +8 -8
  268. package/dist/src/functions/data/jwt.function.d.ts.map +1 -1
  269. package/dist/src/functions/data/jwt.function.js +2 -2
  270. package/dist/src/functions/data/jwt.function.js.map +1 -1
  271. package/dist/src/functions/data/math.function.d.ts +4 -4
  272. package/dist/src/functions/data/math.function.d.ts.map +1 -1
  273. package/dist/src/functions/data/math.function.js +1 -1
  274. package/dist/src/functions/data/math.function.js.map +1 -1
  275. package/dist/src/functions/data/read-file.function.d.ts +4 -4
  276. package/dist/src/functions/data/read-file.function.d.ts.map +1 -1
  277. package/dist/src/functions/data/read-file.function.js +1 -1
  278. package/dist/src/functions/data/read-file.function.js.map +1 -1
  279. package/dist/src/functions/data/sleep.function.d.ts +4 -4
  280. package/dist/src/functions/data/sleep.function.d.ts.map +1 -1
  281. package/dist/src/functions/data/sleep.function.js +1 -1
  282. package/dist/src/functions/data/sleep.function.js.map +1 -1
  283. package/dist/src/functions/data/string-transform.function.d.ts +4 -4
  284. package/dist/src/functions/data/string-transform.function.d.ts.map +1 -1
  285. package/dist/src/functions/data/string-transform.function.js +1 -1
  286. package/dist/src/functions/data/string-transform.function.js.map +1 -1
  287. package/dist/src/functions/data/type-convert.function.d.ts +4 -4
  288. package/dist/src/functions/data/type-convert.function.d.ts.map +1 -1
  289. package/dist/src/functions/data/type-convert.function.js +1 -1
  290. package/dist/src/functions/data/type-convert.function.js.map +1 -1
  291. package/dist/src/functions/data/wait.function.d.ts +4 -4
  292. package/dist/src/functions/data/wait.function.d.ts.map +1 -1
  293. package/dist/src/functions/data/wait.function.js +1 -1
  294. package/dist/src/functions/data/wait.function.js.map +1 -1
  295. package/dist/src/functions/data/write-file.function.d.ts +4 -4
  296. package/dist/src/functions/data/write-file.function.d.ts.map +1 -1
  297. package/dist/src/functions/data/write-file.function.js +1 -1
  298. package/dist/src/functions/data/write-file.function.js.map +1 -1
  299. package/dist/src/functions/logic/branch.function.d.ts +4 -4
  300. package/dist/src/functions/logic/branch.function.d.ts.map +1 -1
  301. package/dist/src/functions/logic/branch.function.js +1 -1
  302. package/dist/src/functions/logic/branch.function.js.map +1 -1
  303. package/dist/src/functions/logic/stop-and-error.function.d.ts +4 -4
  304. package/dist/src/functions/logic/stop-and-error.function.d.ts.map +1 -1
  305. package/dist/src/functions/logic/stop-and-error.function.js +1 -1
  306. package/dist/src/functions/logic/stop-and-error.function.js.map +1 -1
  307. package/dist/src/functions/network/http-request.function.d.ts +4 -4
  308. package/dist/src/functions/network/http-request.function.d.ts.map +1 -1
  309. package/dist/src/functions/network/http-request.function.js +1 -1
  310. package/dist/src/functions/network/http-request.function.js.map +1 -1
  311. package/dist/src/functions/transform/concat.function.d.ts +4 -4
  312. package/dist/src/functions/transform/concat.function.d.ts.map +1 -1
  313. package/dist/src/functions/transform/concat.function.js +1 -1
  314. package/dist/src/functions/transform/concat.function.js.map +1 -1
  315. package/dist/src/functions/transform/edit-fields.function.d.ts +4 -4
  316. package/dist/src/functions/transform/edit-fields.function.d.ts.map +1 -1
  317. package/dist/src/functions/transform/edit-fields.function.js +1 -1
  318. package/dist/src/functions/transform/edit-fields.function.js.map +1 -1
  319. package/dist/src/functions/transform/merge.function.d.ts +4 -4
  320. package/dist/src/functions/transform/merge.function.d.ts.map +1 -1
  321. package/dist/src/functions/transform/merge.function.js +1 -1
  322. package/dist/src/functions/transform/merge.function.js.map +1 -1
  323. package/dist/src/functions/transform/omit.function.d.ts +4 -4
  324. package/dist/src/functions/transform/omit.function.d.ts.map +1 -1
  325. package/dist/src/functions/transform/omit.function.js +1 -1
  326. package/dist/src/functions/transform/omit.function.js.map +1 -1
  327. package/dist/src/functions/transform/pick.function.d.ts +4 -4
  328. package/dist/src/functions/transform/pick.function.d.ts.map +1 -1
  329. package/dist/src/functions/transform/pick.function.js +1 -1
  330. package/dist/src/functions/transform/pick.function.js.map +1 -1
  331. package/dist/src/functions/transform/rename-keys.function.d.ts +4 -4
  332. package/dist/src/functions/transform/rename-keys.function.d.ts.map +1 -1
  333. package/dist/src/functions/transform/rename-keys.function.js +1 -1
  334. package/dist/src/functions/transform/rename-keys.function.js.map +1 -1
  335. package/dist/src/functions/transform/split-text.function.d.ts +4 -4
  336. package/dist/src/functions/transform/split-text.function.d.ts.map +1 -1
  337. package/dist/src/functions/transform/split-text.function.js +1 -1
  338. package/dist/src/functions/transform/split-text.function.js.map +1 -1
  339. package/dist/src/http-requester.service.d.ts +2 -2
  340. package/dist/src/http-requester.service.d.ts.map +1 -1
  341. package/dist/src/http-requester.service.js +2 -2
  342. package/dist/src/http-requester.service.js.map +1 -1
  343. package/dist/src/services.d.ts +1 -1
  344. package/dist/src/services.d.ts.map +1 -1
  345. package/dist/src/services.js +1 -1
  346. package/dist/src/services.js.map +1 -1
  347. package/dist/types/application-types.d.ts +1 -1
  348. package/package.json +11 -13
  349. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +0 -1
  350. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +0 -1
  351. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +0 -4
  352. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +0 -1
  353. package/dist/.pikku/agent/pikku-agent-types.gen.js +0 -21
  354. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +0 -1
  355. package/dist/.pikku/agent/pikku-model-aliases.gen.d.ts.map +0 -1
  356. package/dist/.pikku/agent/pikku-model-aliases.gen.js +0 -6
  357. package/dist/.pikku/agent/pikku-model-aliases.gen.js.map +0 -1
  358. package/dist/.pikku/agent/pikku-scorer-names.gen.d.ts +0 -8
  359. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +0 -1
  360. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +0 -1
  361. package/dist/.pikku/console/pikku-node-types.gen.d.ts +0 -7
  362. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +0 -1
  363. package/dist/.pikku/console/pikku-node-types.gen.js +0 -2
  364. package/dist/.pikku/console/pikku-node-types.gen.js.map +0 -1
  365. package/dist/.pikku/function/pikku-function-types.gen.d.ts +0 -504
  366. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +0 -1
  367. package/dist/.pikku/function/pikku-function-types.gen.js +0 -352
  368. package/dist/.pikku/function/pikku-function-types.gen.js.map +0 -1
  369. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +0 -1
  370. package/dist/.pikku/function/pikku-functions-meta.gen.js +0 -7
  371. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +0 -1
  372. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +0 -1
  373. package/dist/.pikku/function/pikku-functions.gen.js +0 -74
  374. package/dist/.pikku/function/pikku-functions.gen.js.map +0 -1
  375. package/dist/.pikku/http/pikku-http-types.gen.d.ts +0 -98
  376. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +0 -1
  377. package/dist/.pikku/http/pikku-http-types.gen.js +0 -50
  378. package/dist/.pikku/http/pikku-http-types.gen.js.map +0 -1
  379. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +0 -1
  380. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +0 -38
  381. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +0 -1
  382. package/dist/.pikku/pikku-bootstrap-scenarios.gen.d.ts.map +0 -1
  383. package/dist/.pikku/pikku-bootstrap-scenarios.gen.js.map +0 -1
  384. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +0 -1
  385. package/dist/.pikku/pikku-bootstrap.gen.js.map +0 -1
  386. package/dist/.pikku/pikku-meta-service.gen.d.ts.map +0 -1
  387. package/dist/.pikku/pikku-meta-service.gen.js.map +0 -1
  388. package/dist/.pikku/pikku-services.gen.d.ts.map +0 -1
  389. package/dist/.pikku/pikku-services.gen.js.map +0 -1
  390. package/dist/.pikku/pikku-types.gen.d.ts +0 -13
  391. package/dist/.pikku/pikku-types.gen.d.ts.map +0 -1
  392. package/dist/.pikku/pikku-types.gen.js +0 -19
  393. package/dist/.pikku/pikku-types.gen.js.map +0 -1
  394. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +0 -24
  395. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +0 -1
  396. package/dist/.pikku/queue/pikku-queue-types.gen.js +0 -17
  397. package/dist/.pikku/queue/pikku-queue-types.gen.js.map +0 -1
  398. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -647
  399. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -681
  400. package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +0 -647
  401. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +0 -1
  402. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +0 -7
  403. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +0 -1
  404. package/dist/.pikku/scenarios/pikku-scenario-functions-meta.gen.d.ts.map +0 -1
  405. package/dist/.pikku/scenarios/pikku-scenario-functions-meta.gen.js.map +0 -1
  406. package/dist/.pikku/scenarios/pikku-scenario-functions.gen.d.ts +0 -5
  407. package/dist/.pikku/scenarios/pikku-scenario-functions.gen.d.ts.map +0 -1
  408. package/dist/.pikku/scenarios/pikku-scenario-functions.gen.js.map +0 -1
  409. package/dist/.pikku/scenarios/pikku-scenario-wirings-meta.gen.d.ts.map +0 -1
  410. package/dist/.pikku/scenarios/pikku-scenario-wirings-meta.gen.js.map +0 -1
  411. package/dist/.pikku/scenarios/pikku-scenario-wirings.gen.d.ts +0 -5
  412. package/dist/.pikku/scenarios/pikku-scenario-wirings.gen.d.ts.map +0 -1
  413. package/dist/.pikku/scenarios/pikku-scenario-wirings.gen.js.map +0 -1
  414. package/dist/.pikku/scenarios/schemas/register.gen.d.ts +0 -5
  415. package/dist/.pikku/scenarios/schemas/register.gen.d.ts.map +0 -1
  416. package/dist/.pikku/scenarios/schemas/register.gen.js +0 -5
  417. package/dist/.pikku/scenarios/schemas/register.gen.js.map +0 -1
  418. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +0 -22
  419. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +0 -1
  420. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +0 -17
  421. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +0 -1
  422. package/dist/.pikku/schemas/register.gen.d.ts.map +0 -1
  423. package/dist/.pikku/schemas/register.gen.js.map +0 -1
  424. package/dist/.pikku/scopes/pikku-personas.gen.d.ts.map +0 -1
  425. package/dist/.pikku/scopes/pikku-personas.gen.js.map +0 -1
  426. package/dist/.pikku/scopes/pikku-roles.gen.d.ts.map +0 -1
  427. package/dist/.pikku/scopes/pikku-roles.gen.js.map +0 -1
  428. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +0 -8
  429. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +0 -1
  430. package/dist/.pikku/scopes/pikku-scope-types.gen.js +0 -6
  431. package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +0 -1
  432. package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +0 -1
  433. package/dist/.pikku/scopes/pikku-scopes.gen.js.map +0 -1
  434. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +0 -7
  435. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +0 -1
  436. package/dist/.pikku/secrets/pikku-secret-types.gen.js +0 -5
  437. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +0 -1
  438. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +0 -22
  439. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +0 -1
  440. package/dist/.pikku/secrets/pikku-secrets.gen.js +0 -21
  441. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +0 -1
  442. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +0 -1
  443. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +0 -34
  444. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +0 -1
  445. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +0 -6
  446. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +0 -1
  447. package/dist/.pikku/variables/pikku-variable-types.gen.js +0 -5
  448. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +0 -1
  449. package/dist/.pikku/variables/pikku-variables.gen.d.ts +0 -22
  450. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +0 -1
  451. package/dist/.pikku/variables/pikku-variables.gen.js +0 -21
  452. package/dist/.pikku/variables/pikku-variables.gen.js.map +0 -1
  453. package/dist/.pikku/workflow/pikku-personas.gen.d.ts.map +0 -1
  454. package/dist/.pikku/workflow/pikku-personas.gen.js +0 -18
  455. package/dist/.pikku/workflow/pikku-personas.gen.js.map +0 -1
  456. package/dist/.pikku/workflow/pikku-scenario-step-map.gen.d.ts +0 -18
  457. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -38
  458. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +0 -1
  459. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +0 -1
  460. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +0 -1
  461. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +0 -7
  462. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +0 -1
  463. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +0 -5
  464. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +0 -1
  465. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +0 -5
  466. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +0 -1
  467. /package/dist/.pikku/{agent → addon/agent}/pikku-model-aliases.gen.d.ts +0 -0
  468. /package/dist/.pikku/{scenarios/pikku-scenario-functions-meta.gen.json → addon/db/pikku-db-meta.gen.json} +0 -0
  469. /package/dist/.pikku/{function → addon/function}/pikku-functions-meta-verbose.gen.json +0 -0
  470. /package/dist/.pikku/{function → addon/function}/pikku-functions-meta.gen.d.ts +0 -0
  471. /package/dist/.pikku/{function → addon/function}/pikku-functions-meta.gen.json +0 -0
  472. /package/dist/.pikku/{function → addon/function}/pikku-functions.gen.d.ts +0 -0
  473. /package/dist/.pikku/{rpc → addon/rpc}/pikku-rpc-wirings-meta.internal.gen.d.ts +0 -0
  474. /package/dist/.pikku/{rpc → addon/rpc}/pikku-rpc-wirings-meta.internal.gen.json +0 -0
  475. /package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-functions-meta.gen.d.ts +0 -0
  476. /package/dist/.pikku/{scopes/pikku-personas-meta.gen.json → addon/scenarios/pikku-scenario-functions-meta.gen.json} +0 -0
  477. /package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-functions.gen.js +0 -0
  478. /package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-wirings-meta.gen.d.ts +0 -0
  479. /package/dist/.pikku/{scenarios → addon/scenarios}/pikku-scenario-wirings.gen.js +0 -0
  480. /package/dist/.pikku/{schemas → addon/schemas}/register.gen.d.ts +0 -0
  481. /package/dist/.pikku/{schemas → addon/schemas}/schemas/AggregateInput.schema.json +0 -0
  482. /package/dist/.pikku/{schemas → addon/schemas}/schemas/AggregateOutput.schema.json +0 -0
  483. /package/dist/.pikku/{schemas → addon/schemas}/schemas/BranchInput.schema.json +0 -0
  484. /package/dist/.pikku/{schemas → addon/schemas}/schemas/BranchOutput.schema.json +0 -0
  485. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ChunkInput.schema.json +0 -0
  486. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ChunkOutput.schema.json +0 -0
  487. /package/dist/.pikku/{schemas → addon/schemas}/schemas/CoalesceInput.schema.json +0 -0
  488. /package/dist/.pikku/{schemas → addon/schemas}/schemas/CoalesceOutput.schema.json +0 -0
  489. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ConcatInput.schema.json +0 -0
  490. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ConcatOutput.schema.json +0 -0
  491. /package/dist/.pikku/{schemas → addon/schemas}/schemas/CryptoInput.schema.json +0 -0
  492. /package/dist/.pikku/{schemas → addon/schemas}/schemas/CryptoOutput.schema.json +0 -0
  493. /package/dist/.pikku/{schemas → addon/schemas}/schemas/DateTimeInput.schema.json +0 -0
  494. /package/dist/.pikku/{schemas → addon/schemas}/schemas/DateTimeOutput.schema.json +0 -0
  495. /package/dist/.pikku/{schemas → addon/schemas}/schemas/EditFieldsInput.schema.json +0 -0
  496. /package/dist/.pikku/{schemas → addon/schemas}/schemas/EditFieldsOutput.schema.json +0 -0
  497. /package/dist/.pikku/{schemas → addon/schemas}/schemas/FanoutInput.schema.json +0 -0
  498. /package/dist/.pikku/{schemas → addon/schemas}/schemas/FanoutOutput.schema.json +0 -0
  499. /package/dist/.pikku/{schemas → addon/schemas}/schemas/FindInput.schema.json +0 -0
  500. /package/dist/.pikku/{schemas → addon/schemas}/schemas/FindOutput.schema.json +0 -0
  501. /package/dist/.pikku/{schemas → addon/schemas}/schemas/GroupByInput.schema.json +0 -0
  502. /package/dist/.pikku/{schemas → addon/schemas}/schemas/GroupByOutput.schema.json +0 -0
  503. /package/dist/.pikku/{schemas → addon/schemas}/schemas/HttpRequestInput.schema.json +0 -0
  504. /package/dist/.pikku/{schemas → addon/schemas}/schemas/HttpRequestOutput.schema.json +0 -0
  505. /package/dist/.pikku/{schemas → addon/schemas}/schemas/JwtDecodeInput.schema.json +0 -0
  506. /package/dist/.pikku/{schemas → addon/schemas}/schemas/JwtDecodeOutput.schema.json +0 -0
  507. /package/dist/.pikku/{schemas → addon/schemas}/schemas/JwtSignInput.schema.json +0 -0
  508. /package/dist/.pikku/{schemas → addon/schemas}/schemas/JwtSignOutput.schema.json +0 -0
  509. /package/dist/.pikku/{schemas → addon/schemas}/schemas/LimitInput.schema.json +0 -0
  510. /package/dist/.pikku/{schemas → addon/schemas}/schemas/LimitOutput.schema.json +0 -0
  511. /package/dist/.pikku/{schemas → addon/schemas}/schemas/MathInput.schema.json +0 -0
  512. /package/dist/.pikku/{schemas → addon/schemas}/schemas/MathOutput.schema.json +0 -0
  513. /package/dist/.pikku/{schemas → addon/schemas}/schemas/MergeInput.schema.json +0 -0
  514. /package/dist/.pikku/{schemas → addon/schemas}/schemas/MergeOutput.schema.json +0 -0
  515. /package/dist/.pikku/{schemas → addon/schemas}/schemas/OmitInput.schema.json +0 -0
  516. /package/dist/.pikku/{schemas → addon/schemas}/schemas/OmitOutput.schema.json +0 -0
  517. /package/dist/.pikku/{schemas → addon/schemas}/schemas/PickInput.schema.json +0 -0
  518. /package/dist/.pikku/{schemas → addon/schemas}/schemas/PickOutput.schema.json +0 -0
  519. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ReadFileInput.schema.json +0 -0
  520. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ReadFileOutput.schema.json +0 -0
  521. /package/dist/.pikku/{schemas → addon/schemas}/schemas/RemoveDuplicatesInput.schema.json +0 -0
  522. /package/dist/.pikku/{schemas → addon/schemas}/schemas/RemoveDuplicatesOutput.schema.json +0 -0
  523. /package/dist/.pikku/{schemas → addon/schemas}/schemas/RenameKeysInput.schema.json +0 -0
  524. /package/dist/.pikku/{schemas → addon/schemas}/schemas/RenameKeysOutput.schema.json +0 -0
  525. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ReverseInput.schema.json +0 -0
  526. /package/dist/.pikku/{schemas → addon/schemas}/schemas/ReverseOutput.schema.json +0 -0
  527. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SleepInput.schema.json +0 -0
  528. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SleepOutput.schema.json +0 -0
  529. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SortInput.schema.json +0 -0
  530. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SortOutput.schema.json +0 -0
  531. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SplitOutInput.schema.json +0 -0
  532. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SplitOutOutput.schema.json +0 -0
  533. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SplitTextInput.schema.json +0 -0
  534. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SplitTextOutput.schema.json +0 -0
  535. /package/dist/.pikku/{schemas → addon/schemas}/schemas/StopAndErrorInput.schema.json +0 -0
  536. /package/dist/.pikku/{schemas → addon/schemas}/schemas/StopAndErrorOutput.schema.json +0 -0
  537. /package/dist/.pikku/{schemas → addon/schemas}/schemas/StringTransformInput.schema.json +0 -0
  538. /package/dist/.pikku/{schemas → addon/schemas}/schemas/StringTransformOutput.schema.json +0 -0
  539. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SummarizeInput.schema.json +0 -0
  540. /package/dist/.pikku/{schemas → addon/schemas}/schemas/SummarizeOutput.schema.json +0 -0
  541. /package/dist/.pikku/{schemas → addon/schemas}/schemas/TypeConvertInput.schema.json +0 -0
  542. /package/dist/.pikku/{schemas → addon/schemas}/schemas/TypeConvertOutput.schema.json +0 -0
  543. /package/dist/.pikku/{schemas → addon/schemas}/schemas/UniqueInput.schema.json +0 -0
  544. /package/dist/.pikku/{schemas → addon/schemas}/schemas/UniqueOutput.schema.json +0 -0
  545. /package/dist/.pikku/{schemas → addon/schemas}/schemas/WaitInput.schema.json +0 -0
  546. /package/dist/.pikku/{schemas → addon/schemas}/schemas/WaitOutput.schema.json +0 -0
  547. /package/dist/.pikku/{schemas → addon/schemas}/schemas/WriteFileInput.schema.json +0 -0
  548. /package/dist/.pikku/{schemas → addon/schemas}/schemas/WriteFileOutput.schema.json +0 -0
  549. /package/dist/.pikku/{scopes/pikku-roles-meta.gen.json → addon/scopes/pikku-personas-meta.gen.json} +0 -0
  550. /package/dist/.pikku/{scopes/pikku-scopes-meta.gen.json → addon/scopes/pikku-roles-meta.gen.json} +0 -0
  551. /package/dist/.pikku/{secrets/pikku-secrets-meta.gen.json → addon/scopes/pikku-scopes-meta.gen.json} +0 -0
  552. /package/dist/.pikku/{variables/pikku-variables-meta.gen.json → addon/secrets/pikku-secrets-meta.gen.json} +0 -0
  553. /package/dist/.pikku/{workflow → addon/workflow}/pikku-workflow-wirings-meta.gen.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-http-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/http/pikku-http-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAA;AAqD3E,MAAM,UAAU,gBAAgB,CAA8B,cAAgE;IAC5H,OAAO,oBAAoB,CAAC,cAAqB,CAAyC,CAAA;AAC5F,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/mcp` resolves here.
6
+ */
7
+ export * from './pikku-mcp-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/mcp/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/mcp` resolves here.
6
+ */
7
+ export * from './pikku-mcp-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/mcp/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,0BAA0B,CAAA"}
@@ -1,46 +1,16 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
6
6
  */
7
7
  import { MCPResourceResponse, MCPPromptResponse } from '@pikku/core/mcp';
8
- import { CoreMCPResource, CoreMCPPrompt, MCPToolResponse, AssertMCPResourceURIParams } from '@pikku/core/ecosystem/mcp';
9
- import type { PikkuFunctionConfig, PikkuFunctionSessionless, PikkuMiddleware, PikkuPermission, InferSchemaOutput } from '../function/pikku-function-types.gen.js';
10
- import type { CorePermissionGroup } from '@pikku/core/ecosystem/types';
8
+ import { MCPToolResponse } from '@pikku/core/mcp';
9
+ import type { PikkuFunctionConfig, PikkuFunctionSessionless, InferSchemaOutput } from '../function/pikku-function-types.gen.js';
10
+ import type { PikkuPermission } from '../auth/pikku-auth-types.gen.js';
11
+ import type { PikkuMiddleware } from '../middleware/pikku-middleware-types.gen.js';
12
+ import type { CorePermissionGroup } from '@pikku/core/function';
11
13
  import type { StandardSchemaV1 } from '@standard-schema/spec';
12
- /**
13
- * Type definition for MCP resources that provide data to AI models.
14
- *
15
- * @template In - Input type for the resource request
16
- * @template URI - URI template string type for compile-time parameter validation
17
- */
18
- type MCPResourceWiring<In, URI extends string> = CoreMCPResource<PikkuFunctionConfig<In, MCPResourceResponse, 'rpc' | 'session' | 'mcp'>> & {
19
- uri: URI;
20
- };
21
- /**
22
- * Type definition for MCP prompts that provide templates to AI models.
23
- *
24
- * @template In - Input type for the prompt parameters
25
- */
26
- type MCPPromptWiring<In> = CoreMCPPrompt<PikkuFunctionConfig<In, MCPPromptResponse, 'rpc' | 'session' | 'mcp'>>;
27
- /**
28
- * Registers an MCP resource with the Pikku framework.
29
- * Resources provide data that AI models can access.
30
- *
31
- * @template In - Input type for the resource request
32
- * @template URI - URI template string for compile-time parameter validation
33
- * @param mcpResource - MCP resource definition with data provider function
34
- */
35
- export declare const wireMCPResource: <In, URI extends string>(mcpResource: MCPResourceWiring<In, URI> & AssertMCPResourceURIParams<In, URI>) => void;
36
- /**
37
- * Registers an MCP prompt with the Pikku framework.
38
- * Prompts provide templates that AI models can use.
39
- *
40
- * @template In - Input type for the prompt parameters
41
- * @param mcpPrompt - MCP prompt definition with template function
42
- */
43
- export declare const wireMCPPrompt: <In>(mcpPrompt: MCPPromptWiring<In>) => void;
44
14
  /**
45
15
  * Configuration for MCP prompt with Zod schema input validation.
46
16
  */
@@ -60,6 +30,8 @@ type MCPPromptFuncConfigWithSchema<InputSchema extends StandardSchemaV1> = {
60
30
  * @template In - Input type for the prompt parameters (inferred from schema if provided)
61
31
  * @param func - Function definition, either direct function or configuration object
62
32
  * @returns The unwrapped function for internal use
33
+ *
34
+ * @example snippet: mcpPrompt
63
35
  */
64
36
  export declare function pikkuMCPPromptFunc<InputSchema extends StandardSchemaV1>(config: MCPPromptFuncConfigWithSchema<InputSchema>): PikkuFunctionConfig<InferSchemaOutput<InputSchema>, MCPPromptResponse, 'mcp' | 'rpc'>;
65
37
  export declare function pikkuMCPPromptFunc<In>(func: PikkuFunctionSessionless<In, MCPPromptResponse, 'mcp' | 'rpc'> | {
@@ -91,6 +63,8 @@ type MCPToolFuncConfigWithSchema<InputSchema extends StandardSchemaV1> = {
91
63
  * @template In - Input type for the tool invocation (inferred from schema if provided)
92
64
  * @param func - Function definition, either direct function or configuration object
93
65
  * @returns The unwrapped function for internal use
66
+ *
67
+ * @example snippet: mcpSingleTool
94
68
  */
95
69
  export declare function pikkuMCPToolFunc<InputSchema extends StandardSchemaV1>(config: MCPToolFuncConfigWithSchema<InputSchema>): PikkuFunctionConfig<InferSchemaOutput<InputSchema>, MCPToolResponse, 'mcp' | 'rpc'>;
96
70
  export declare function pikkuMCPToolFunc<In>(func: PikkuFunctionSessionless<In, MCPToolResponse, 'mcp' | 'rpc'> | {
@@ -122,6 +96,8 @@ type MCPResourceFuncConfigWithSchema<InputSchema extends StandardSchemaV1> = {
122
96
  * @template In - Input type for the resource request (inferred from schema if provided)
123
97
  * @param func - Function definition, either direct function or configuration object
124
98
  * @returns The unwrapped function for internal use
99
+ *
100
+ * @example snippet: mcpResource
125
101
  */
126
102
  export declare function pikkuMCPResourceFunc<InputSchema extends StandardSchemaV1>(config: MCPResourceFuncConfigWithSchema<InputSchema>): PikkuFunctionConfig<InferSchemaOutput<InputSchema>, MCPResourceResponse, 'mcp' | 'rpc'>;
127
103
  export declare function pikkuMCPResourceFunc<In>(func: PikkuFunctionSessionless<In, MCPResourceResponse, 'mcp' | 'rpc'> | {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-mcp-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/mcp/pikku-mcp-types.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * MCP-specific type definitions for tree-shaking optimization
6
+ */
7
+ export function pikkuMCPPromptFunc(func) {
8
+ return typeof func === 'function' ? { func } : func;
9
+ }
10
+ export function pikkuMCPToolFunc(func) {
11
+ return typeof func === 'function' ? { func } : func;
12
+ }
13
+ export function pikkuMCPResourceFunc(func) {
14
+ return typeof func === 'function' ? { func } : func;
15
+ }
16
+ //# sourceMappingURL=pikku-mcp-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-mcp-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/mcp/pikku-mcp-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAiDH,MAAM,UAAU,kBAAkB,CAAC,IAAS;IAC1C,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC;AAgDD,MAAM,UAAU,gBAAgB,CAAC,IAAS;IACxC,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC;AAoCD,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/middleware` resolves here.
6
+ */
7
+ export * from './pikku-middleware-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/middleware/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,iCAAiC,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/middleware` resolves here.
6
+ */
7
+ export * from './pikku-middleware-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/middleware/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,iCAAiC,CAAA"}
@@ -0,0 +1,134 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Middleware type definitions and registration for all wirings
6
+ */
7
+ import type { CorePikkuMiddleware, MiddlewarePriority } from '@pikku/core/middleware';
8
+ import { CorePikkuChannelMiddleware, CorePikkuChannelMiddlewareFactory } from '@pikku/core/channel';
9
+ import type { PikkuAgentMiddlewareHooks } from '@pikku/core/agent';
10
+ import type { Services, SingletonServices } from '../function/pikku-function-types.gen.js';
11
+ import type { RequiredSingletonServices } from '../pikku-services.gen.js';
12
+ export { cors, requireOrigin, authAPIKey, authBearer, authCookie } from '@pikku/core/middleware';
13
+ export type { MiddlewarePriority };
14
+ /**
15
+ * Derived here rather than imported: nothing outside a generated leaf ever
16
+ * names this intersection, so the function leaf keeps it to itself and the
17
+ * leaves that want it spell it out.
18
+ */
19
+ type WiredSingletonServices = RequiredSingletonServices & SingletonServices;
20
+ /**
21
+ * Type-safe middleware definition that can access your application's services and session.
22
+ * Use this to define reusable middleware that can be applied to multiple wirings.
23
+ *
24
+ * @template RequiredServices - The services required for this middleware
25
+ */
26
+ export type PikkuMiddleware<RequiredServices extends SingletonServices = WiredSingletonServices> = CorePikkuMiddleware<RequiredServices>;
27
+ /**
28
+ * Configuration object for creating middleware with metadata
29
+ */
30
+ type PikkuMiddlewareConfig<RequiredServices extends SingletonServices = WiredSingletonServices> = {
31
+ /** The middleware function */
32
+ func: PikkuMiddleware<RequiredServices>;
33
+ /** Optional human-readable name for the middleware */
34
+ name?: string;
35
+ /** Optional description of what the middleware does */
36
+ description?: string;
37
+ /** Execution priority. `highest` runs first (outermost). Defaults to 'medium'. */
38
+ priority?: MiddlewarePriority;
39
+ };
40
+ /**
41
+ * Factory function for creating middleware with tree-shaking support.
42
+ * Supports both direct function and configuration object syntax.
43
+ *
44
+ * @example
45
+ * ```typescript
46
+ * // Direct function syntax
47
+ * const middleware = pikkuMiddleware(({ logger }, wires, next) => {
48
+ * logger.info('Middleware executed')
49
+ * await next()
50
+ * })
51
+ *
52
+ * // Configuration object syntax with metadata
53
+ * const logMiddleware = pikkuMiddleware({
54
+ * name: 'Request Logger',
55
+ * description: 'Logs all incoming requests',
56
+ * priority: 'high',
57
+ * func: async ({ logger }, wires, next) => {
58
+ * logger.info('Request started')
59
+ * await next()
60
+ * }
61
+ * })
62
+ * ```
63
+ */
64
+ export declare const pikkuMiddleware: <RequiredServices extends SingletonServices = WiredSingletonServices>(middleware: PikkuMiddleware<RequiredServices> | PikkuMiddlewareConfig<RequiredServices>) => PikkuMiddleware<RequiredServices>;
65
+ /**
66
+ * Factory function for creating middleware factories
67
+ * Use this when your middleware needs configuration/input parameters
68
+ *
69
+ * @example snippet: middlewareFactory
70
+ */
71
+ export declare const pikkuMiddlewareFactory: <In = any>(factory: (input: In) => PikkuMiddleware) => ((input: In) => PikkuMiddleware);
72
+ /**
73
+ * Wire-agnostic global middleware. Runs at the top of every wiring's
74
+ * middleware chain — before wire-, tag-, and function-level entries.
75
+ *
76
+ * Resolution order: global -> wire -> tag -> function.
77
+ *
78
+ * @example
79
+ * addGlobalMiddleware([telemetryMiddleware])
80
+ */
81
+ export declare const addGlobalMiddleware: (middleware: PikkuMiddleware[]) => void;
82
+ /**
83
+ * Tag-scoped middleware. Applies to any wiring that carries the matching tag.
84
+ *
85
+ * @example snippet: tagMiddleware
86
+ */
87
+ export declare const addTagMiddleware: (tag: string, middleware: PikkuMiddleware[]) => void;
88
+ /**
89
+ * Registers HTTP middleware either globally or for a specific route pattern.
90
+ *
91
+ * When a string route pattern is provided along with middleware, the middleware
92
+ * is applied only to that route. Otherwise, if an array is provided, it is treated
93
+ * as global middleware (applied to all routes).
94
+ *
95
+ * @param routeOrMiddleware - Either a global middleware array or a route pattern string
96
+ * @param middleware - The middleware array to apply when a route pattern is specified
97
+ *
98
+ * @example snippet: httpMiddleware
99
+ */
100
+ export declare const addHTTPMiddleware: (routeOrMiddleware: PikkuMiddleware[] | string, middleware?: PikkuMiddleware[]) => void;
101
+ /**
102
+ * The shape of channel middleware — it runs around the connection and its
103
+ * messages rather than around a single request.
104
+ */
105
+ export type PikkuChannelMiddleware<RequiredServices extends Services = Services, Event = unknown> = CorePikkuChannelMiddleware<RequiredServices, Event>;
106
+ /**
107
+ * Declares middleware for a channel — it runs around the connection and its
108
+ * messages rather than around a single request.
109
+ *
110
+ * @example snippet: channelMiddleware
111
+ */
112
+ export declare const pikkuChannelMiddleware: <RequiredServices extends Services = Services, Event = unknown>(middleware: PikkuChannelMiddleware<RequiredServices, Event>) => PikkuChannelMiddleware<RequiredServices, Event>;
113
+ /**
114
+ * Declares channel middleware that takes options, so one definition can be
115
+ * wired several times with different configuration.
116
+ *
117
+ * @example snippet: channelMiddlewareFactory
118
+ */
119
+ export declare const pikkuChannelMiddlewareFactory: <In = any>(factory: CorePikkuChannelMiddlewareFactory<In>) => CorePikkuChannelMiddlewareFactory<In>;
120
+ /**
121
+ * Attaches channel middleware to every channel carrying the given tag, so the
122
+ * channels themselves stay free of the wiring.
123
+ *
124
+ * @example snippet: addChannelMiddleware
125
+ */
126
+ export declare const addChannelMiddleware: (tag: string, middleware: PikkuChannelMiddleware[]) => CorePikkuChannelMiddleware[];
127
+ /**
128
+ * Declares middleware for an agent run — hooks around the model call, its tool
129
+ * calls and the run's state.
130
+ *
131
+ * @example snippet: agentMiddleware
132
+ */
133
+ export declare const pikkuAgentMiddleware: <State extends Record<string, unknown> = Record<string, unknown>, RequiredServices extends SingletonServices = WiredSingletonServices>(hooks: PikkuAgentMiddlewareHooks<State, RequiredServices>) => PikkuAgentMiddlewareHooks<State, RequiredServices>;
134
+ //# sourceMappingURL=pikku-middleware-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-middleware-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/middleware/pikku-middleware-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAGrF,OAAO,EACL,0BAA0B,EAC1B,iCAAiC,EAElC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAA;AAClE,OAAO,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAA;AAC1F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAA;AAEzE,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAChG,YAAY,EAAE,kBAAkB,EAAE,CAAA;AAElC;;;;GAIG;AACH,KAAK,sBAAsB,GAAG,yBAAyB,GAAG,iBAAiB,CAAA;AAE3E;;;;;GAKG;AACH,MAAM,MAAM,eAAe,CAAC,gBAAgB,SAAS,iBAAiB,GAAG,sBAAsB,IAAI,mBAAmB,CAAC,gBAAgB,CAAC,CAAA;AAExI;;GAEG;AACH,KAAK,qBAAqB,CAAC,gBAAgB,SAAS,iBAAiB,GAAG,sBAAsB,IAAI;IAChG,8BAA8B;IAC9B,IAAI,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;IACvC,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kFAAkF;IAClF,QAAQ,CAAC,EAAE,kBAAkB,CAAA;CAC9B,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,eAAe,GAAI,gBAAgB,SAAS,iBAAiB,GAAG,sBAAsB,EACjG,YAAY,eAAe,CAAC,gBAAgB,CAAC,GAAG,qBAAqB,CAAC,gBAAgB,CAAC,KACtF,eAAe,CAAC,gBAAgB,CAElC,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,GAAI,EAAE,GAAG,GAAG,EAC7C,SAAS,CAAC,KAAK,EAAE,EAAE,KAAK,eAAe,KACtC,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,eAAe,CAEjC,CAAA;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAAI,YAAY,eAAe,EAAE,SAEhE,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,KAAK,MAAM,EAAE,YAAY,eAAe,EAAE,SAE1E,CAAA;AACD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,GAC5B,mBAAmB,eAAe,EAAE,GAAG,MAAM,EAC7C,aAAa,eAAe,EAAE,SAG/B,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,sBAAsB,CAAC,gBAAgB,SAAS,QAAQ,GAAG,QAAQ,EAAE,KAAK,GAAG,OAAO,IAAI,0BAA0B,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAA;AAEvJ;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,GAAI,gBAAgB,SAAS,QAAQ,GAAG,QAAQ,EAAE,KAAK,GAAG,OAAO,EAClG,YAAY,sBAAsB,CAAC,gBAAgB,EAAE,KAAK,CAAC,KAC1D,sBAAsB,CAAC,gBAAgB,EAAE,KAAK,CAEhD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,GAAI,EAAE,GAAG,GAAG,EACpD,SAAS,iCAAiC,CAAC,EAAE,CAAC,KAC7C,iCAAiC,CAAC,EAAE,CAEtC,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,KAAK,MAAM,EAAE,YAAY,sBAAsB,EAAE,iCACrB,CAAA;AAEjE;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAC/B,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/D,gBAAgB,SAAS,iBAAiB,GAAG,sBAAsB,EAEnE,OAAO,yBAAyB,CAAC,KAAK,EAAE,gBAAgB,CAAC,KACxD,yBAAyB,CAAC,KAAK,EAAE,gBAAgB,CAAU,CAAA"}
@@ -0,0 +1,114 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Middleware type definitions and registration for all wirings
6
+ */
7
+ import { addTagMiddleware as addTagMiddlewareCore, addGlobalMiddleware as addGlobalMiddlewareCore, pikkuMiddleware as pikkuMiddlewareCore } from '@pikku/core/middleware';
8
+ import { addHTTPMiddleware as addHTTPMiddlewareCore } from '@pikku/core/http';
9
+ import { addChannelMiddleware as addChannelMiddlewareCore, } from '@pikku/core/channel';
10
+ export { cors, requireOrigin, authAPIKey, authBearer, authCookie } from '@pikku/core/middleware';
11
+ /**
12
+ * Factory function for creating middleware with tree-shaking support.
13
+ * Supports both direct function and configuration object syntax.
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ * // Direct function syntax
18
+ * const middleware = pikkuMiddleware(({ logger }, wires, next) => {
19
+ * logger.info('Middleware executed')
20
+ * await next()
21
+ * })
22
+ *
23
+ * // Configuration object syntax with metadata
24
+ * const logMiddleware = pikkuMiddleware({
25
+ * name: 'Request Logger',
26
+ * description: 'Logs all incoming requests',
27
+ * priority: 'high',
28
+ * func: async ({ logger }, wires, next) => {
29
+ * logger.info('Request started')
30
+ * await next()
31
+ * }
32
+ * })
33
+ * ```
34
+ */
35
+ export const pikkuMiddleware = (middleware) => {
36
+ return pikkuMiddlewareCore(middleware);
37
+ };
38
+ /**
39
+ * Factory function for creating middleware factories
40
+ * Use this when your middleware needs configuration/input parameters
41
+ *
42
+ * @example snippet: middlewareFactory
43
+ */
44
+ export const pikkuMiddlewareFactory = (factory) => {
45
+ return factory;
46
+ };
47
+ /**
48
+ * Wire-agnostic global middleware. Runs at the top of every wiring's
49
+ * middleware chain — before wire-, tag-, and function-level entries.
50
+ *
51
+ * Resolution order: global -> wire -> tag -> function.
52
+ *
53
+ * @example
54
+ * addGlobalMiddleware([telemetryMiddleware])
55
+ */
56
+ export const addGlobalMiddleware = (middleware) => {
57
+ addGlobalMiddlewareCore(middleware, '@pikku/addon-graph');
58
+ };
59
+ /**
60
+ * Tag-scoped middleware. Applies to any wiring that carries the matching tag.
61
+ *
62
+ * @example snippet: tagMiddleware
63
+ */
64
+ export const addTagMiddleware = (tag, middleware) => {
65
+ addTagMiddlewareCore(tag, middleware, '@pikku/addon-graph');
66
+ };
67
+ /**
68
+ * Registers HTTP middleware either globally or for a specific route pattern.
69
+ *
70
+ * When a string route pattern is provided along with middleware, the middleware
71
+ * is applied only to that route. Otherwise, if an array is provided, it is treated
72
+ * as global middleware (applied to all routes).
73
+ *
74
+ * @param routeOrMiddleware - Either a global middleware array or a route pattern string
75
+ * @param middleware - The middleware array to apply when a route pattern is specified
76
+ *
77
+ * @example snippet: httpMiddleware
78
+ */
79
+ export const addHTTPMiddleware = (routeOrMiddleware, middleware) => {
80
+ addHTTPMiddlewareCore(routeOrMiddleware, middleware);
81
+ };
82
+ /**
83
+ * Declares middleware for a channel — it runs around the connection and its
84
+ * messages rather than around a single request.
85
+ *
86
+ * @example snippet: channelMiddleware
87
+ */
88
+ export const pikkuChannelMiddleware = (middleware) => {
89
+ return middleware;
90
+ };
91
+ /**
92
+ * Declares channel middleware that takes options, so one definition can be
93
+ * wired several times with different configuration.
94
+ *
95
+ * @example snippet: channelMiddlewareFactory
96
+ */
97
+ export const pikkuChannelMiddlewareFactory = (factory) => {
98
+ return factory;
99
+ };
100
+ /**
101
+ * Attaches channel middleware to every channel carrying the given tag, so the
102
+ * channels themselves stay free of the wiring.
103
+ *
104
+ * @example snippet: addChannelMiddleware
105
+ */
106
+ export const addChannelMiddleware = (tag, middleware) => addChannelMiddlewareCore(tag, middleware, '@pikku/addon-graph');
107
+ /**
108
+ * Declares middleware for an agent run — hooks around the model call, its tool
109
+ * calls and the run's state.
110
+ *
111
+ * @example snippet: agentMiddleware
112
+ */
113
+ export const pikkuAgentMiddleware = (hooks) => hooks;
114
+ //# sourceMappingURL=pikku-middleware-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-middleware-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/middleware/pikku-middleware-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAGH,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AACzK,OAAO,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,kBAAkB,CAAA;AAC7E,OAAO,EAGL,oBAAoB,IAAI,wBAAwB,GACjD,MAAM,qBAAqB,CAAA;AAK5B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAgChG;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,UAAuF,EACpD,EAAE;IACrC,OAAO,mBAAmB,CAAC,UAAU,CAAC,CAAA;AACxC,CAAC,CAAA;AAED;;;;;GAKG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,OAAuC,EACL,EAAE;IACpC,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA;AAED;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,UAA6B,EAAE,EAAE;IACnE,uBAAuB,CAAC,UAAiB,EAAE,oBAAoB,CAAC,CAAA;AAClE,CAAC,CAAA;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,GAAW,EAAE,UAA6B,EAAE,EAAE;IAC7E,oBAAoB,CAAC,GAAG,EAAE,UAAiB,EAAE,oBAAoB,CAAC,CAAA;AACpE,CAAC,CAAA;AACD;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,iBAA6C,EAC7C,UAA8B,EAC9B,EAAE;IACF,qBAAqB,CAAC,iBAAwB,EAAE,UAAiB,CAAC,CAAA;AACpE,CAAC,CAAA;AAQD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,UAA2D,EACV,EAAE;IACnD,OAAO,UAAU,CAAA;AACnB,CAAC,CAAA;AAED;;;;;GAKG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAC3C,OAA8C,EACP,EAAE;IACzC,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA;AAED;;;;;GAKG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAE,UAAoC,EAAE,EAAE,CACxF,wBAAwB,CAAC,GAAG,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAEjE;;;;;GAKG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAIlC,KAAyD,EACL,EAAE,CAAC,KAAK,CAAA"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
4
  import './pikku-bootstrap.gen.js';
5
5
  import './scenarios/schemas/register.gen.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-bootstrap-scenarios.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/addon/pikku-bootstrap-scenarios.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,0BAA0B,CAAA;AACjC,OAAO,qCAAqC,CAAA;AAC5C,OAAO,kDAAkD,CAAA;AACzD,OAAO,6CAA6C,CAAA;AACpD,OAAO,gDAAgD,CAAA;AACvD,OAAO,2CAA2C,CAAA"}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
4
  import './pikku-bootstrap.gen.js';
5
5
  import './scenarios/schemas/register.gen.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-bootstrap-scenarios.gen.js","sourceRoot":"","sources":["../../../.pikku/addon/pikku-bootstrap-scenarios.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,0BAA0B,CAAA;AACjC,OAAO,qCAAqC,CAAA;AAC5C,OAAO,kDAAkD,CAAA;AACzD,OAAO,6CAA6C,CAAA;AACpD,OAAO,gDAAgD,CAAA;AACvD,OAAO,2CAA2C,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
6
- import './addon/pikku-package.gen.js';
6
+ import './pikku-package.gen.js';
7
7
  import './agent/pikku-model-aliases.gen.js';
8
8
  import './schemas/register.gen.js';
9
9
  import './function/pikku-functions.gen.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-bootstrap.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/addon/pikku-bootstrap.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,8CAA8C,CAAA;AACrD,OAAO,wCAAwC,CAAA;AAC/C,OAAO,wBAAwB,CAAA;AAC/B,OAAO,oCAAoC,CAAA;AAC3C,OAAO,2BAA2B,CAAA;AAClC,OAAO,mCAAmC,CAAA"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './function/pikku-functions-meta.gen.js';
6
- import './addon/pikku-package.gen.js';
6
+ import './pikku-package.gen.js';
7
7
  import './agent/pikku-model-aliases.gen.js';
8
8
  import './schemas/register.gen.js';
9
9
  import './function/pikku-functions.gen.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-bootstrap.gen.js","sourceRoot":"","sources":["../../../.pikku/addon/pikku-bootstrap.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,8CAA8C,CAAA;AACrD,OAAO,wCAAwC,CAAA;AAC/C,OAAO,wBAAwB,CAAA;AAC/B,OAAO,oCAAoC,CAAA;AAC3C,OAAO,2BAA2B,CAAA;AAClC,OAAO,mCAAmC,CAAA"}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
- import { pikkuState } from '@pikku/core/ecosystem';
4
+ import { pikkuState } from '@pikku/core/state';
5
5
  import { createSingletonServices as createSingletonServices } from '../../src/services.js';
6
6
  pikkuState('@pikku/addon-graph', 'package', 'factories', {
7
7
  createSingletonServices,
8
8
  });
9
- pikkuState('@pikku/addon-graph', 'package', 'requiredParentServices', ["jwt", "secrets", "metaService", "credentialService"]);
9
+ pikkuState('@pikku/addon-graph', 'package', 'requiredParentServices', ["jwt", "secrets", "metaService", "credentialService", "content"]);
10
10
  pikkuState('@pikku/addon-graph', 'package', 'declaredSecrets', []);
11
11
  //# sourceMappingURL=pikku-package.gen.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pikku-package.gen.js","sourceRoot":"","sources":["../../../.pikku/addon/pikku-package.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAClD,OAAO,EAAE,uBAAuB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE1F,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,WAAW,EAAE;IACvD,uBAAuB;CACxB,CAAC,CAAA;AAEF,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC,KAAK,EAAC,SAAS,EAAC,aAAa,EAAC,mBAAmB,CAAC,CAAC,CAAA;AAE1H,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,iBAAiB,EAAE,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"pikku-package.gen.js","sourceRoot":"","sources":["../../../.pikku/addon/pikku-package.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,uBAAuB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAE1F,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,WAAW,EAAE;IACvD,uBAAuB;CACxB,CAAC,CAAA;AAEF,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC,KAAK,EAAC,SAAS,EAAC,aAAa,EAAC,mBAAmB,EAAC,SAAS,CAAC,CAAC,CAAA;AAEpI,UAAU,CAAC,oBAAoB,EAAE,SAAS,EAAE,iBAAiB,EAAE,EAAE,CAAC,CAAA"}
@@ -1,8 +1,8 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * This file was generated by @pikku/cli@0.12.141
3
3
  */
4
- import type { SingletonServices } from '../types/application-types.d.js';
5
- import type { Services } from '../types/application-types.d.js';
4
+ import type { SingletonServices } from '../../types/application-types.d.js';
5
+ import type { Services } from '../../types/application-types.d.js';
6
6
  export declare const requiredSingletonServices: {
7
7
  readonly agentRunService: false;
8
8
  readonly agentRunState: false;
@@ -13,14 +13,14 @@ export declare const requiredSingletonServices: {
13
13
  readonly auditLog: false;
14
14
  readonly auth: false;
15
15
  readonly config: true;
16
- readonly content: false;
16
+ readonly content: true;
17
17
  readonly coverageService: false;
18
18
  readonly credentialService: false;
19
19
  readonly deploymentService: false;
20
20
  readonly emailService: false;
21
21
  readonly eventHub: false;
22
- readonly httpRequester: false;
23
- readonly jwt: false;
22
+ readonly httpRequester: true;
23
+ readonly jwt: true;
24
24
  readonly logger: true;
25
25
  readonly metaService: false;
26
26
  readonly queueService: false;
@@ -31,12 +31,13 @@ export declare const requiredSingletonServices: {
31
31
  readonly sessionStore: false;
32
32
  readonly variables: true;
33
33
  readonly virtualUserRunStore: false;
34
+ readonly virtualUserScheduleStore: false;
34
35
  readonly webhookService: false;
35
36
  readonly workflowRunService: false;
36
37
  readonly workflowService: false;
37
38
  };
38
39
  export declare const requiredWireServices: {};
39
- export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>> & Partial<Omit<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>>;
40
+ export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'content' | 'httpRequester' | 'jwt' | 'logger' | 'schema' | 'secrets' | 'variables'>> & Partial<Omit<SingletonServices, 'config' | 'content' | 'httpRequester' | 'jwt' | 'logger' | 'schema' | 'secrets' | 'variables'>>;
40
41
  export type RequiredWireServices = Partial<Services>;
41
- export declare const requiredParentServices: readonly ["jwt", "secrets", "metaService", "credentialService"];
42
+ export declare const requiredParentServices: readonly ["jwt", "secrets", "metaService", "credentialService", "content"];
42
43
  //# sourceMappingURL=pikku-services.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-services.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/addon/pikku-services.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAA;AAGlE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgC5B,CAAA;AAGV,eAAO,MAAM,oBAAoB,IACvB,CAAA;AAGV,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,SAAS,GAAG,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,SAAS,GAAG,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,CAAA;AAE5S,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;AAGpD,eAAO,MAAM,sBAAsB,4EAAyE,CAAA"}
@@ -9,14 +9,14 @@ export const requiredSingletonServices = {
9
9
  'auditLog': false,
10
10
  'auth': false,
11
11
  'config': true,
12
- 'content': false,
12
+ 'content': true,
13
13
  'coverageService': false,
14
14
  'credentialService': false,
15
15
  'deploymentService': false,
16
16
  'emailService': false,
17
17
  'eventHub': false,
18
- 'httpRequester': false,
19
- 'jwt': false,
18
+ 'httpRequester': true,
19
+ 'jwt': true,
20
20
  'logger': true,
21
21
  'metaService': false,
22
22
  'queueService': false,
@@ -27,6 +27,7 @@ export const requiredSingletonServices = {
27
27
  'sessionStore': false,
28
28
  'variables': true,
29
29
  'virtualUserRunStore': false,
30
+ 'virtualUserScheduleStore': false,
30
31
  'webhookService': false,
31
32
  'workflowRunService': false,
32
33
  'workflowService': false,
@@ -34,5 +35,5 @@ export const requiredSingletonServices = {
34
35
  // Wire services map: true if required, false if available but unused
35
36
  export const requiredWireServices = {};
36
37
  // Services this addon needs from the parent project
37
- export const requiredParentServices = ["jwt", "secrets", "metaService", "credentialService"];
38
+ export const requiredParentServices = ["jwt", "secrets", "metaService", "credentialService", "content"];
38
39
  //# sourceMappingURL=pikku-services.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../../.pikku/addon/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,iBAAiB,EAAE,KAAK;IACxB,eAAe,EAAE,KAAK;IACtB,aAAa,EAAE,KAAK;IACpB,cAAc,EAAE,KAAK;IACrB,aAAa,EAAE,KAAK;IACpB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IACjB,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,iBAAiB,EAAE,KAAK;IACxB,mBAAmB,EAAE,KAAK;IAC1B,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,KAAK;IACjB,eAAe,EAAE,IAAI;IACrB,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,KAAK;IACpB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,IAAI;IACjB,qBAAqB,EAAE,KAAK;IAC5B,0BAA0B,EAAE,KAAK;IACjC,gBAAgB,EAAE,KAAK;IACvB,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;CAChB,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA;AAOV,oDAAoD;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,KAAK,EAAC,SAAS,EAAC,aAAa,EAAC,mBAAmB,EAAC,SAAS,CAAU,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ import { pikkuState } from '@pikku/core/state';
5
+ import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
6
+ pikkuState('@pikku/addon-graph', 'rpc', 'meta', metaData);
7
+ //# sourceMappingURL=pikku-rpc-wirings-meta.internal.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-rpc-wirings-meta.internal.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,QAAQ,MAAM,4CAA4C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACvF,UAAU,CAAC,oBAAoB,EAAE,KAAK,EAAE,MAAM,EAAE,QAAkC,CAAC,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/scenarios` resolves here.
6
+ */
7
+ export * from './pikku-scenario-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA"}