@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,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.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA"}
@@ -1,6 +1,6 @@
1
- import type { HttpPersonasConfig } from '@pikku/core/ecosystem/persona';
1
+ import type { HttpPersonasConfig } from '@pikku/core/persona';
2
2
  import type { ScenarioPersona } from '@pikku/core/services';
3
- import type { ResolvedPersona } from '@pikku/core/ecosystem/services';
3
+ import type { ResolvedPersona } from '@pikku/core/services';
4
4
  import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js';
5
5
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.gen.d.js';
6
6
  export declare const personaConfigs: {};
@@ -12,7 +12,22 @@ export type PersonaName = keyof typeof personaConfigs;
12
12
  * `roles` off every persona needs this instead.
13
13
  */
14
14
  export declare const personaList: ResolvedPersona[];
15
+ /**
16
+ * The `environments` block of pikku.config.json, carried into the runtime.
17
+ *
18
+ * A persona's environments are checked twice: at build time against the config,
19
+ * and again wherever a persona is signed in or provisioned, against the
20
+ * environment the running process says it is (`PIKKU_ENV`). The second check
21
+ * is not the first one repeated — the build check trusts the file, and the run
22
+ * check does not trust which artifact got deployed — so the rule needs the
23
+ * config on both sides of the build.
24
+ */
25
+ export declare const personaEnvironments: {};
15
26
  export type AgentName = keyof AgentMap & string;
27
+ /**
28
+ * The personas this project declares, keyed by name — the `actors` a scenario
29
+ * step runs as.
30
+ */
16
31
  export type TypedPersonas = Record<PersonaName, ScenarioPersona<AgentName, FlattenedRPCMap>>;
17
32
  export declare const createPersonas: (options: Omit<HttpPersonasConfig, "personas">) => TypedPersonas;
18
33
  //# sourceMappingURL=pikku-personas.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-personas.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-personas.gen.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AAE5E,eAAO,MAAM,cAAc,IAAwD,CAAA;AAEnF,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,cAAc,CAAA;AAErD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,EAAE,eAAe,EAAkC,CAAA;AAE3E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,IAAiE,CAAA;AAEjG,MAAM,MAAM,SAAS,GAAG,MAAM,QAAQ,GAAG,MAAM,CAAA;AAC/C;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAChC,WAAW,EACX,eAAe,CAAC,SAAS,EAAE,eAAe,CAAC,CAC5C,CAAA;AAED,eAAO,MAAM,cAAc,GACzB,SAAS,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,KAC5C,aAIkB,CAAA"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ /** Personas declared with definePersonas() */
5
+ import { createHttpPersonas } from '@pikku/core/persona';
6
+ export const personaConfigs = {};
7
+ /**
8
+ * The same personas as a list, widened to `ResolvedPersona`. Iterating
9
+ * `personaConfigs` directly yields the literal type of each entry, on which an
10
+ * optional field a persona did not declare does not exist — so a seed reading
11
+ * `roles` off every persona needs this instead.
12
+ */
13
+ export const personaList = Object.values(personaConfigs);
14
+ /**
15
+ * The `environments` block of pikku.config.json, carried into the runtime.
16
+ *
17
+ * A persona's environments are checked twice: at build time against the config,
18
+ * and again wherever a persona is signed in or provisioned, against the
19
+ * environment the running process says it is (`PIKKU_ENV`). The second check
20
+ * is not the first one repeated — the build check trusts the file, and the run
21
+ * check does not trust which artifact got deployed — so the rule needs the
22
+ * config on both sides of the build.
23
+ */
24
+ export const personaEnvironments = {};
25
+ export const createPersonas = (options) => createHttpPersonas({
26
+ ...options,
27
+ personas: personaConfigs,
28
+ });
29
+ //# sourceMappingURL=pikku-personas.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-personas.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-personas.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,8CAA8C;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAA;AAOxD,MAAM,CAAC,MAAM,cAAc,GAAG,EAAqD,CAAA;AAInF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAA;AAE3E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,EAA8D,CAAA;AAYjG,MAAM,CAAC,MAAM,cAAc,GAAG,CAC5B,OAA6C,EAC9B,EAAE,CACjB,kBAAkB,CAAC;IACjB,GAAG,OAAO;IACV,QAAQ,EAAE,cAAc;CACzB,CAAkB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-functions-meta.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.ts"],"names":[],"mappings":"AAKA,OAAO,yCAAyC,CAAA"}
@@ -1,7 +1,7 @@
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 '../function/pikku-functions-meta.gen.js';
6
6
  import metaData from './pikku-scenario-functions-meta.gen.json' with { type: 'json' };
7
7
  pikkuState('@pikku/addon-graph', 'function', 'meta', {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-functions-meta.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,OAAO,yCAAyC,CAAA;AAChD,OAAO,QAAQ,MAAM,0CAA0C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAErF,UAAU,CAAC,oBAAoB,EAAE,UAAU,EAAE,MAAM,EAAE;IACnD,GAAG,UAAU,CAAC,oBAAoB,EAAE,UAAU,EAAE,MAAM,CAAC;IACvD,GAAI,QAA0B;CAC/B,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=pikku-scenario-functions.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-functions.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-functions.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-functions.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-functions.gen.ts"],"names":[],"mappings":""}
@@ -1,25 +1,27 @@
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 { WorkflowCancelledException } from '@pikku/core/workflow';
5
- import { template } from '@pikku/core/ecosystem/workflow';
6
- import type { PikkuWorkflowGraphConfig, PikkuWorkflowGraphResult } from '@pikku/core/ecosystem/workflow';
7
- import type { PikkuWorkflowWire, WorkflowStepOptions } from '@pikku/core/ecosystem/workflow';
8
- import type { PikkuScenarioWire, ScenarioStepOptions } from '@pikku/core/ecosystem/scenario';
9
- export { WorkflowCancelledException };
10
- import type { PikkuFunctionSessionless, PikkuFunctionConfig, WiredServices } from '../function/pikku-function-types.gen.js';
11
- import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.d.js';
12
- import type { FlattenedWorkflowMap } from './pikku-workflow-map.gen.d.js';
13
- import type { AgentMap as FlattenedAgentMap } from '../agent/pikku-agent-map.gen.d.js';
14
- import type { FlattenedScenarioStepMap } from './pikku-scenario-step-map.gen.d.js';
4
+ import type { PikkuScenarioWire, ScenarioStepOptions } from '@pikku/core/scenario';
5
+ import type { PikkuWorkflowWire } from '@pikku/core/workflow';
6
+ import type { StandardSchemaV1 } from '@standard-schema/spec';
7
+ import { PikkuError } from '@pikku/core/errors';
8
+ import type { PikkuFunctionSessionless, PikkuFunctionConfig, WiredServices, InferSchemaOutput, NodeConfig, PikkuApprovalDescription } from '../function/pikku-function-types.gen.js';
9
+ import type { PikkuMiddleware } from '../middleware/pikku-middleware-types.gen.js';
10
+ import type { TypedWorkflow } from '../workflow/pikku-workflow-types.gen.js';
11
+ import type { FlattenedScenarioStepMap } from '../workflow/pikku-scenario-step-map.gen.d.js';
15
12
  import type { TypedPersonas } from './pikku-personas.gen.js';
16
13
  export type { TypedPersonas };
17
- export { template };
18
- export interface TypedWorkflow extends PikkuWorkflowWire {
19
- do<K extends keyof FlattenedRPCMap>(stepName: string, rpcName: K, data: FlattenedRPCMap[K]['input'], options?: WorkflowStepOptions): Promise<FlattenedRPCMap[K]['output']>;
20
- do<K extends keyof FlattenedWorkflowMap>(stepName: string, workflowName: K, data: FlattenedWorkflowMap[K]['input'], options?: WorkflowStepOptions): Promise<FlattenedWorkflowMap[K]['output']>;
21
- do<T>(stepName: string, fn: () => T | Promise<T>, options?: WorkflowStepOptions): Promise<T>;
22
- }
14
+ /**
15
+ * The scenario test surface, re-exported so a step file has one specifier to
16
+ * import from. These names are not generated they come straight from core —
17
+ * but routing them through here means a scenario file never has to know
18
+ * whether the helper it wants is typed against this project or shipped by the
19
+ * framework.
20
+ */
21
+ export { createCookieJar, createScenarioRunner, pollUntil, requireScenarioEnv, } from '@pikku/core/scenario';
22
+ export type { PikkuBrowserWire, ScenarioSurface, TestIdSelector, } from '@pikku/core/scenario';
23
+ export { postScenarioJson, readScenarioHttpResponse } from '@pikku/core/persona';
24
+ export type { ScenarioHttpResponse } from '@pikku/core/scenario';
23
25
  /**
24
26
  * The typed half of a scenario wire: `given`/`when`/`then`, narrowed to the
25
27
  * names declared by `pikkuScenarioStep` in this project. `given` and `when`
@@ -33,19 +35,13 @@ export interface TypedScenarioSteps {
33
35
  }
34
36
  /** `Out` types `scenario.context`. */
35
37
  export type TypedScenario<Out = unknown> = TypedWorkflow & Omit<PikkuScenarioWire<Out>, keyof PikkuWorkflowWire | keyof TypedScenarioSteps> & TypedScenarioSteps;
36
- import type { StandardSchemaV1 } from '@standard-schema/spec';
37
- import type { InferSchemaOutput, PikkuPermission, PikkuMiddleware, NodeConfig, PikkuApprovalDescription } from '../function/pikku-function-types.gen.js';
38
- import type { ScopeId } from '../scopes/pikku-scopes.gen.js';
39
- import { PikkuError } from '@pikku/core/errors';
40
- import type { CorePermissionGroup } from '@pikku/core/ecosystem/types';
41
- export type PikkuFunctionWorkflow<In = unknown, Out = never> = PikkuFunctionSessionless<In, Out, 'workflow'>;
42
38
  /**
43
39
  * `Ctx` types `scenario.context`, defaulting to the body's own output. A hook
44
40
  * returns void but shares the scenario's context, so it passes that scenario's
45
41
  * output here instead.
46
42
  */
47
43
  export type PikkuFunctionScenario<In = unknown, Out = never, Ctx = Out> = PikkuFunctionSessionless<In, Out, 'scenario' | 'actors', WiredServices, Ctx>;
48
- export type PikkuWorkflowConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
44
+ type PikkuScenarioConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
49
45
  title?: string;
50
46
  description?: string;
51
47
  tags?: string[];
@@ -58,26 +54,12 @@ export type PikkuWorkflowConfigWithSchema<InputSchema extends StandardSchemaV1 |
58
54
  readonly?: boolean;
59
55
  approvalRequired?: boolean;
60
56
  approvalDescription?: InputSchema extends StandardSchemaV1 ? PikkuApprovalDescription<InferSchemaOutput<InputSchema>> : never;
61
- func: PikkuFunctionWorkflow<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>;
62
- auth?: boolean;
63
- /**
64
- * Scopes the session must hold to run this workflow. All of them are required
65
- * (AND), and they are checked before `permissions`.
66
- */
67
- scopes?: ScopeId[];
68
- permissions?: InputSchema extends StandardSchemaV1 ? CorePermissionGroup<PikkuPermission<InferSchemaOutput<InputSchema>>> : undefined;
69
57
  middleware?: PikkuMiddleware[];
70
58
  input?: InputSchema;
71
59
  output?: OutputSchema;
72
60
  node?: NodeConfig;
73
61
  errors?: Array<typeof PikkuError>;
74
62
  inline?: boolean;
75
- };
76
- export declare function pikkuWorkflowFunc<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuWorkflowConfigWithSchema<InputSchema, OutputSchema>): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'workflow', PikkuFunctionWorkflow<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>, InputSchema, OutputSchema>;
77
- export declare function pikkuWorkflowFunc<In, Out = unknown>(func: PikkuFunctionWorkflow<In, Out> | PikkuFunctionConfig<In, Out, 'workflow', PikkuFunctionWorkflow<In, Out>>): PikkuFunctionConfig<In, Out, 'workflow'>;
78
- export declare function pikkuWorkflowComplexFunc<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuWorkflowConfigWithSchema<InputSchema, OutputSchema>): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'workflow', PikkuFunctionWorkflow<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>, InputSchema, OutputSchema>;
79
- export declare function pikkuWorkflowComplexFunc<In, Out = unknown>(func: PikkuFunctionWorkflow<In, Out> | PikkuFunctionConfig<In, Out, 'workflow', PikkuFunctionWorkflow<In, Out>>): PikkuFunctionConfig<In, Out, 'workflow'>;
80
- export type PikkuScenarioConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = Omit<PikkuWorkflowConfigWithSchema<InputSchema, OutputSchema>, 'func' | 'auth' | 'scopes' | 'permissions'> & {
81
63
  func: PikkuFunctionScenario<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>;
82
64
  /**
83
65
  * Runs before the scenario body. Same signature as `func`, but its return
@@ -112,6 +94,8 @@ export type PikkuScenarioHook<InputSchema extends StandardSchemaV1 | undefined =
112
94
  * Declares a scenario hook. Returns the function verbatim — a hook is never
113
95
  * registered, so this exists purely to give an inline hook a call site to be
114
96
  * contextually typed from, the way every other pikku primitive is.
97
+ *
98
+ * @example snippet: scenarioHook
115
99
  */
116
100
  export declare function pikkuScenarioHook<In = unknown, Ctx = unknown>(hook: PikkuFunctionScenario<In, void, Ctx>): PikkuFunctionScenario<In, void, Ctx>;
117
101
  /**
@@ -119,6 +103,8 @@ export declare function pikkuScenarioHook<In = unknown, Ctx = unknown>(hook: Pik
119
103
  * Steps run as actors over the REAL transport — `scenario.do(step, rpc,
120
104
  * data, { actor: actors.yasser })` — so flows double as e2e tests and
121
105
  * staged/production health checks (no state reset; scope what you create).
106
+ *
107
+ * @example snippet: scenarioBasics
122
108
  */
123
109
  export declare function pikkuScenario<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuScenarioConfigWithSchema<InputSchema, OutputSchema>): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'scenario' | 'actors', PikkuFunctionScenario<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>, InputSchema, OutputSchema>;
124
110
  export declare function pikkuScenario<In, Out = unknown>(func: PikkuFunctionScenario<In, Out> | PikkuFunctionConfig<In, Out, 'scenario' | 'actors', PikkuFunctionScenario<In, Out>>): PikkuFunctionConfig<In, Out, 'scenario' | 'actors'>;
@@ -139,7 +125,7 @@ export type PikkuFeatureEntry<Entry> = Entry extends {
139
125
  scenario: PikkuScenarioRef<In>;
140
126
  data: In;
141
127
  } : Entry extends PikkuScenarioRef ? Entry : never;
142
- export type PikkuFeatureConfig<Scenarios extends readonly unknown[]> = {
128
+ type PikkuFeatureConfig<Scenarios extends readonly unknown[]> = {
143
129
  /** Human-readable name. The export identifier is the id. */
144
130
  name: string;
145
131
  description?: string;
@@ -178,6 +164,8 @@ export type PikkuFeatureConfig<Scenarios extends readonly unknown[]> = {
178
164
  * ],
179
165
  * })
180
166
  * ```
167
+ *
168
+ * @example snippet: scenarioFeature
181
169
  */
182
170
  export declare function pikkuFeature<const Scenarios extends readonly unknown[]>(config: PikkuFeatureConfig<Scenarios>): PikkuFeatureConfig<Scenarios>;
183
171
  /**
@@ -187,21 +175,33 @@ export declare function pikkuFeature<const Scenarios extends readonly unknown[]>
187
175
  * `wire.browser` and a cli binding a non-optional `wire.cli` without either
188
176
  * leaking into the other.
189
177
  */
190
- export type PikkuFunctionScenarioStep<In = unknown, Out = never, Surface extends 'browser' | 'cli' | 'default' = 'default'> = PikkuFunctionSessionless<In, Out, Surface extends 'default' ? 'scenarioStep' : 'scenarioStep' | Surface>;
191
- export type PikkuScenarioStepConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
178
+ export type PikkuFunctionScenarioStep<In = unknown, Out = never, Surface extends 'browser' | 'cli' | 'default' = 'default', HasActor extends boolean = false> = PikkuFunctionSessionless<In, Out, 'scenarioStep' | (Surface extends 'default' ? never : Surface) | (HasActor extends true ? 'actor' : never)>;
179
+ type PikkuScenarioStepConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined, HasActor extends boolean = false> = {
192
180
  /** Registered name — this is the string `scenario.given()` references. */
193
181
  name: string;
182
+ /**
183
+ * This step is driven by a persona, so `wire.actor` is injected and
184
+ * non-optional inside every binding, and the runner refuses to dispatch it
185
+ * without one.
186
+ *
187
+ * A `browser` binding implies it — a window is opened as somebody. Declare it
188
+ * for a server-side step that calls RPCs as its actor. Leave it off for a step
189
+ * that has no persona to be: an assertion over a value an earlier step
190
+ * returned, or one that posts credentials precisely because it must not reuse
191
+ * an actor's session.
192
+ */
193
+ actor?: HasActor;
194
194
  /**
195
195
  * What this step does, for the console and for whoever reads the source. It
196
196
  * is also the fallback prose when no `template` is declared, in which case a
197
- * reporter renders "Given the shopper buys an apple". Defaults to the call
197
+ * reporter renders "Given shopper buys an apple". Defaults to the call
198
198
  * site's step name.
199
199
  */
200
200
  description?: string;
201
201
  /**
202
202
  * The prose a reporter renders for this step, with `{placeholders}` filled
203
203
  * from the input the step was called with — `'sees {packageName}'` reports as
204
- * "Then the admin sees @pikku/addon-todos". Every input field should appear,
204
+ * "Then admin sees @pikku/addon-todos". Every input field should appear,
205
205
  * so the report names the values under test rather than repeating one
206
206
  * sentence per call site.
207
207
  */
@@ -219,9 +219,9 @@ export type PikkuScenarioStepConfigWithSchema<InputSchema extends StandardSchema
219
219
  * Compose shared utilities here rather than writing raw clicks: the step says
220
220
  * what the actor is doing, the utilities say how.
221
221
  */
222
- browser?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'browser'>;
222
+ browser?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'browser', true>;
223
223
  /** Drive this step remotely, over the websocket. */
224
- cli?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'cli'>;
224
+ cli?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'cli', HasActor>;
225
225
  /**
226
226
  * The server-side path — the fast suite, and the floor every other surface
227
227
  * falls back to.
@@ -231,12 +231,12 @@ export type PikkuScenarioStepConfigWithSchema<InputSchema extends StandardSchema
231
231
  * disagree, because "the row says paid" and "the page says paid" are different
232
232
  * claims and the gap between them is the bug nobody catches.
233
233
  */
234
- default?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'default'>;
234
+ default?: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'default', HasActor>;
235
235
  };
236
- export type PikkuScenarioStepConfig<In, Out> = Omit<PikkuScenarioStepConfigWithSchema<undefined, undefined>, 'browser' | 'cli' | 'default' | 'input' | 'output'> & {
237
- browser?: PikkuFunctionScenarioStep<In, Out, 'browser'>;
238
- cli?: PikkuFunctionScenarioStep<In, Out, 'cli'>;
239
- default?: PikkuFunctionScenarioStep<In, Out, 'default'>;
236
+ type PikkuScenarioStepConfig<In, Out, HasActor extends boolean = false> = Omit<PikkuScenarioStepConfigWithSchema<undefined, undefined, HasActor>, 'browser' | 'cli' | 'default' | 'input' | 'output'> & {
237
+ browser?: PikkuFunctionScenarioStep<In, Out, 'browser', true>;
238
+ cli?: PikkuFunctionScenarioStep<In, Out, 'cli', HasActor>;
239
+ default?: PikkuFunctionScenarioStep<In, Out, 'default', HasActor>;
240
240
  };
241
241
  /**
242
242
  * A named, reusable scenario step, declaring one implementation per surface an
@@ -249,7 +249,21 @@ export type PikkuScenarioStepConfig<In, Out> = Omit<PikkuScenarioStepConfigWithS
249
249
  *
250
250
  * Steps are deliberately NOT registered as RPCs: a browser-driving step must
251
251
  * never be network-callable.
252
+ *
253
+ * @example snippet: scenarioStepDefinition
252
254
  */
255
+ export declare function pikkuScenarioStep<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuScenarioStepConfigWithSchema<InputSchema, OutputSchema, true> & {
256
+ actor: true;
257
+ }): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'scenarioStep' | 'browser' | 'cli', PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'browser' | 'cli' | 'default'>, InputSchema, OutputSchema>;
258
+ export declare function pikkuScenarioStep<In, Out = unknown>(config: PikkuScenarioStepConfig<In, Out, true> & {
259
+ actor: true;
260
+ }): PikkuFunctionConfig<In, Out, 'scenarioStep' | 'browser' | 'cli'>;
261
+ export declare function pikkuScenarioStep<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuScenarioStepConfigWithSchema<InputSchema, OutputSchema, true> & {
262
+ browser: {};
263
+ }): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'scenarioStep' | 'browser' | 'cli', PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'browser' | 'cli' | 'default'>, InputSchema, OutputSchema>;
264
+ export declare function pikkuScenarioStep<In, Out = unknown>(config: PikkuScenarioStepConfig<In, Out, true> & {
265
+ browser: {};
266
+ }): PikkuFunctionConfig<In, Out, 'scenarioStep' | 'browser' | 'cli'>;
253
267
  export declare function pikkuScenarioStep<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuScenarioStepConfigWithSchema<InputSchema, OutputSchema>): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'scenarioStep' | 'browser' | 'cli', PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'browser' | 'cli' | 'default'>, InputSchema, OutputSchema>;
254
268
  export declare function pikkuScenarioStep<In, Out = unknown>(config: PikkuScenarioStepConfig<In, Out>): PikkuFunctionConfig<In, Out, 'scenarioStep' | 'browser' | 'cli'>;
255
269
  /**
@@ -262,10 +276,10 @@ export declare function pikkuScenarioStep<In, Out = unknown>(config: PikkuScenar
262
276
  * rule coherent — an assertion runs every witness it has and fails if they
263
277
  * disagree, and this has exactly one by construction.
264
278
  */
265
- export type PikkuSubjectScenarioStepConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = Omit<PikkuScenarioStepConfigWithSchema<InputSchema, OutputSchema>, 'browser' | 'cli' | 'default'> & {
279
+ type PikkuSubjectScenarioStepConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = Omit<PikkuScenarioStepConfigWithSchema<InputSchema, OutputSchema>, 'browser' | 'cli' | 'default' | 'actor'> & {
266
280
  func: PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'default'>;
267
281
  };
268
- export type PikkuSubjectScenarioStepConfig<In, Out> = Omit<PikkuScenarioStepConfig<In, Out>, 'browser' | 'cli' | 'default'> & {
282
+ type PikkuSubjectScenarioStepConfig<In, Out> = Omit<PikkuScenarioStepConfig<In, Out>, 'browser' | 'cli' | 'default' | 'actor'> & {
269
283
  func: PikkuFunctionScenarioStep<In, Out, 'default'>;
270
284
  };
271
285
  /**
@@ -278,6 +292,8 @@ export type PikkuSubjectScenarioStepConfig<In, Out> = Omit<PikkuScenarioStepConf
278
292
  *
279
293
  * Local-test-only, and never in a virtual user's catalogue: a virtual user that
280
294
  * could expire its own trial is manufacturing the outcome it exists to discover.
295
+ *
296
+ * @example snippet: platformStep
281
297
  */
282
298
  export declare function pikkuPlatformScenarioStep<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuSubjectScenarioStepConfigWithSchema<InputSchema, OutputSchema>): PikkuFunctionConfig<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'scenarioStep', PikkuFunctionScenarioStep<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, 'default'>, InputSchema, OutputSchema>;
283
299
  export declare function pikkuPlatformScenarioStep<In, Out = unknown>(config: PikkuSubjectScenarioStepConfig<In, Out>): PikkuFunctionConfig<In, Out, 'scenarioStep'>;
@@ -295,6 +311,8 @@ export declare function pikkuPlatformScenarioStep<In, Out = unknown>(config: Pik
295
311
  *
296
312
  * Local-test-only, and never in a virtual user's catalogue: one that could
297
313
  * invoke this would forge its own payment success.
314
+ *
315
+ * @example snippet: addonStep
298
316
  */
299
317
  export declare function pikkuAddonScenarioStep<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuSubjectScenarioStepConfigWithSchema<InputSchema, OutputSchema> & {
300
318
  addon: string;
@@ -302,47 +320,4 @@ export declare function pikkuAddonScenarioStep<InputSchema extends StandardSchem
302
320
  export declare function pikkuAddonScenarioStep<In, Out = unknown>(config: PikkuSubjectScenarioStepConfig<In, Out> & {
303
321
  addon: string;
304
322
  }): PikkuFunctionConfig<In, Out, 'scenarioStep'>;
305
- type TypedRef<T> = {
306
- $ref: string;
307
- path?: string;
308
- } & {
309
- __phantomType?: T;
310
- };
311
- type TemplateString = {
312
- $template: {
313
- parts: string[];
314
- expressions: Array<{
315
- $ref: string;
316
- path?: string;
317
- }>;
318
- };
319
- } & {
320
- __brand: 'TemplateString';
321
- };
322
- type InputWithRefs<T> = {
323
- [K in keyof T]?: T[K] | TypedRef<T[K]> | TypedRef<unknown> | TemplateString;
324
- };
325
- type NodeInputType<FuncMap extends Record<string, string>, K extends keyof FuncMap> = FuncMap[K] extends keyof FlattenedRPCMap ? InputWithRefs<FlattenedRPCMap[FuncMap[K]]['input']> : FuncMap[K] extends keyof FlattenedWorkflowMap ? InputWithRefs<FlattenedWorkflowMap[FuncMap[K]]['input']> : Record<string, unknown>;
326
- type NodeOutputKeys<FuncMap extends Record<string, string>, N extends string> = N extends keyof FuncMap ? FuncMap[N] extends keyof FlattenedRPCMap ? keyof FlattenedRPCMap[FuncMap[N]]['output'] & string : FuncMap[N] extends keyof FlattenedWorkflowMap ? keyof FlattenedWorkflowMap[FuncMap[N]]['output'] & string : FuncMap[N] extends keyof FlattenedAgentMap ? keyof FlattenedAgentMap[FuncMap[N]]['output'] & string : string : string;
327
- type RefFunction<FuncMap extends Record<string, string>> = {
328
- <N extends Extract<keyof FuncMap, string>>(nodeId: N, path: NodeOutputKeys<FuncMap, N>): TypedRef<unknown>;
329
- <N extends Extract<keyof FuncMap, string>>(nodeId: N): TypedRef<unknown>;
330
- (nodeId: 'trigger' | '$item', path?: string): TypedRef<unknown>;
331
- };
332
- type TemplateFunction = (templateStr: string, refs: TypedRef<unknown>[]) => TemplateString;
333
- type GraphNodeConfigMap<FuncMap extends Record<string, string>> = {
334
- [K in Extract<keyof FuncMap, string>]?: {
335
- next?: NextConfig<Extract<keyof FuncMap, string>>;
336
- input?: NodeInputType<FuncMap, K> | (() => NodeInputType<FuncMap, K>) | ((ref: RefFunction<FuncMap>, template: TemplateFunction) => NodeInputType<FuncMap, K>);
337
- onError?: Extract<keyof FuncMap, string> | Extract<keyof FuncMap, string>[];
338
- /** Free-text node documentation. Non-semantic — excluded from graphHash. */
339
- notes?: string;
340
- };
341
- };
342
- type NextConfig<NodeIds extends string> = NodeIds | NodeIds[] | {
343
- if: string;
344
- then: NodeIds;
345
- else?: NodeIds;
346
- };
347
- export declare function pikkuWorkflowGraph<const FuncMap extends Record<string, (keyof FlattenedRPCMap & string) | (keyof FlattenedWorkflowMap & string) | (keyof FlattenedAgentMap & string)>>(config: PikkuWorkflowGraphConfig<FuncMap, GraphNodeConfigMap<FuncMap>>): PikkuWorkflowGraphResult;
348
- //# sourceMappingURL=pikku-workflow-types.gen.d.ts.map
323
+ //# sourceMappingURL=pikku-scenario-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-types.gen.ts"],"names":[],"mappings":"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"}
@@ -1,21 +1,18 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.105
2
+ * The scenario test surface, re-exported so a step file has one specifier to
3
+ * import from. These names are not generated — they come straight from core —
4
+ * but routing them through here means a scenario file never has to know
5
+ * whether the helper it wants is typed against this project or shipped by the
6
+ * framework.
3
7
  */
4
- import { WorkflowCancelledException } from '@pikku/core/workflow';
5
- import { template } from '@pikku/core/ecosystem/workflow';
6
- import { pikkuWorkflowGraph as corePikkuWorkflowGraph } from '@pikku/core/workflow';
7
- export { WorkflowCancelledException };
8
- export { template };
9
- export function pikkuWorkflowFunc(func) {
10
- return typeof func === 'function' ? { func } : func;
11
- }
12
- export function pikkuWorkflowComplexFunc(func) {
13
- return typeof func === 'function' ? { func } : func;
14
- }
8
+ export { createCookieJar, createScenarioRunner, pollUntil, requireScenarioEnv, } from '@pikku/core/scenario';
9
+ export { postScenarioJson, readScenarioHttpResponse } from '@pikku/core/persona';
15
10
  /**
16
11
  * Declares a scenario hook. Returns the function verbatim — a hook is never
17
12
  * registered, so this exists purely to give an inline hook a call site to be
18
13
  * contextually typed from, the way every other pikku primitive is.
14
+ *
15
+ * @example snippet: scenarioHook
19
16
  */
20
17
  export function pikkuScenarioHook(hook) {
21
18
  return hook;
@@ -46,6 +43,8 @@ export function pikkuScenario(func) {
46
43
  * ],
47
44
  * })
48
45
  * ```
46
+ *
47
+ * @example snippet: scenarioFeature
49
48
  */
50
49
  export function pikkuFeature(config) {
51
50
  return config;
@@ -58,6 +57,7 @@ export function pikkuScenarioStep(config) {
58
57
  return {
59
58
  ...config,
60
59
  surfaces,
60
+ requiresActor: config.actor === true || surfaces.includes('browser'),
61
61
  // The runner sets the surface on the wire and calls this once per binding it
62
62
  // resolved — every witness of a `then`, exactly one for an action step.
63
63
  func: (services, data, wire) => {
@@ -73,7 +73,4 @@ export function pikkuPlatformScenarioStep(config) {
73
73
  export function pikkuAddonScenarioStep(config) {
74
74
  return { ...config, surfaces: ['default'] };
75
75
  }
76
- export function pikkuWorkflowGraph(config) {
77
- return corePikkuWorkflowGraph(config);
78
- }
79
- //# sourceMappingURL=pikku-workflow-types.gen.js.map
76
+ //# sourceMappingURL=pikku-scenario-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-types.gen.ts"],"names":[],"mappings":"AAkBA;;;;;;GAMG;AACH,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,SAAS,EACT,kBAAkB,GACnB,MAAM,sBAAsB,CAAA;AAM7B,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAA;AAgHhF;;;;;;GAMG;AACH,MAAM,UAAU,iBAAiB,CAC/B,IAA0C;IAE1C,OAAO,IAAI,CAAA;AACb,CAAC;AAqBD,MAAM,UAAU,aAAa,CAAC,IAAS;IACrC,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,YAAY,CAC1B,MAAqC;IAErC,OAAO,MAAM,CAAA;AACf,CAAC;AAqJD,MAAM,UAAU,iBAAiB,CAAC,MAAW;IAC3C,MAAM,QAAQ,GAAI,CAAC,SAAS,EAAE,KAAK,EAAE,SAAS,CAAW,CAAC,MAAM,CAC9D,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,CACnD,CAAA;IACD,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CACb,oBAAoB,MAAM,CAAC,IAAI,0FAA0F,CAC1H,CAAA;IACH,CAAC;IACD,OAAO;QACL,GAAG,MAAM;QACT,QAAQ;QACR,aAAa,EAAE,MAAM,CAAC,KAAK,KAAK,IAAI,IAAI,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC;QACpE,6EAA6E;QAC7E,wEAAwE;QACxE,IAAI,EAAE,CAAC,QAAa,EAAE,IAAS,EAAE,IAAS,EAAE,EAAE;YAC5C,MAAM,OAAO,GAAG,IAAI,EAAE,YAAY,EAAE,OAAO,IAAI,SAAS,CAAA;YACxD,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,OAAO,CAAA;YACjD,OAAO,OAAO,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,CAAA;QACtC,CAAC;KACF,CAAA;AACH,CAAC;AAqDD,MAAM,UAAU,yBAAyB,CAAC,MAAW;IACnD,OAAO,EAAE,GAAG,MAAM,EAAE,QAAQ,EAAE,CAAC,SAAS,CAAC,EAAE,CAAA;AAC7C,CAAC;AA4BD,MAAM,UAAU,sBAAsB,CAAC,MAAW;IAChD,OAAO,EAAE,GAAG,MAAM,EAAE,QAAQ,EAAE,CAAC,SAAS,CAAC,EAAE,CAAA;AAC7C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-wirings-meta.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.ts"],"names":[],"mappings":"AAKA,OAAO,gDAAgD,CAAA"}
@@ -1,7 +1,7 @@
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 '../workflow/pikku-workflow-wirings-meta.gen.js';
6
6
  const scenariosMeta = {};
7
7
  pikkuState('@pikku/addon-graph', 'workflows', 'meta', {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-wirings-meta.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,OAAO,gDAAgD,CAAA;AAEvD,MAAM,aAAa,GAAG,EAEG,CAAA;AAEzB,UAAU,CAAC,oBAAoB,EAAE,WAAW,EAAE,MAAM,EAAE;IACpD,GAAG,UAAU,CAAC,oBAAoB,EAAE,WAAW,EAAE,MAAM,CAAC;IACxD,GAAG,aAAa;CACjB,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=pikku-scenario-wirings.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-wirings.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-wirings.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-scenario-wirings.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/scenarios/pikku-scenario-wirings.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ export declare const empty: null;
5
+ //# sourceMappingURL=register.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../../../.pikku/addon/scenarios/schemas/register.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,KAAK,MAAO,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.141
3
+ */
4
+ export const empty = null;
5
+ //# sourceMappingURL=register.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../../../.pikku/addon/scenarios/schemas/register.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/schemas/register.gen.ts"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
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 { addSchema } from '@pikku/core/ecosystem/schema';
4
+ import { addSchema } from '@pikku/core/schema';
5
5
  import * as AggregateInput from './schemas/AggregateInput.schema.json' with { type: 'json' };
6
6
  addSchema('AggregateInput', AggregateInput, '@pikku/addon-graph');
7
7
  import * as AggregateOutput from './schemas/AggregateOutput.schema.json' with { type: 'json' };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/schemas/register.gen.ts"],"names":[],"mappings":"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"}