@pikku/addon-graph 0.12.12 → 0.12.13

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 (632) hide show
  1. package/CHANGELOG.md +409 -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/addon/agent/pikku-agent-types.gen.d.ts +54 -0
  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 +20 -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 +2 -0
  11. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.d.ts.map +1 -0
  12. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.js +6 -0
  13. package/dist/.pikku/addon/agent/pikku-model-aliases.gen.js.map +1 -0
  14. package/dist/.pikku/addon/auth/index.d.ts +8 -0
  15. package/dist/.pikku/addon/auth/index.d.ts.map +1 -0
  16. package/dist/.pikku/addon/auth/index.js +8 -0
  17. package/dist/.pikku/addon/auth/index.js.map +1 -0
  18. package/dist/.pikku/addon/auth/pikku-auth-types.gen.d.ts +119 -0
  19. package/dist/.pikku/addon/auth/pikku-auth-types.gen.d.ts.map +1 -0
  20. package/dist/.pikku/addon/auth/pikku-auth-types.gen.js +93 -0
  21. package/dist/.pikku/addon/auth/pikku-auth-types.gen.js.map +1 -0
  22. package/dist/.pikku/addon/channel/index.d.ts +8 -0
  23. package/dist/.pikku/addon/channel/index.d.ts.map +1 -0
  24. package/dist/.pikku/addon/channel/index.js +8 -0
  25. package/dist/.pikku/addon/channel/index.js.map +1 -0
  26. package/dist/.pikku/addon/channel/pikku-channel-types.gen.d.ts +91 -0
  27. package/dist/.pikku/addon/channel/pikku-channel-types.gen.d.ts.map +1 -0
  28. package/dist/.pikku/addon/channel/pikku-channel-types.gen.js +43 -0
  29. package/dist/.pikku/addon/channel/pikku-channel-types.gen.js.map +1 -0
  30. package/dist/.pikku/addon/error/index.d.ts +8 -0
  31. package/dist/.pikku/addon/error/index.d.ts.map +1 -0
  32. package/dist/.pikku/addon/error/index.js +8 -0
  33. package/dist/.pikku/addon/error/index.js.map +1 -0
  34. package/dist/.pikku/addon/error/pikku-error-types.gen.d.ts +8 -0
  35. package/dist/.pikku/addon/error/pikku-error-types.gen.d.ts.map +1 -0
  36. package/dist/.pikku/addon/error/pikku-error-types.gen.js +8 -0
  37. package/dist/.pikku/addon/error/pikku-error-types.gen.js.map +1 -0
  38. package/dist/.pikku/addon/function/index.d.ts +8 -0
  39. package/dist/.pikku/addon/function/index.d.ts.map +1 -0
  40. package/dist/.pikku/addon/function/index.js +8 -0
  41. package/dist/.pikku/addon/function/index.js.map +1 -0
  42. package/dist/.pikku/addon/function/pikku-function-types.gen.d.ts +270 -0
  43. package/dist/.pikku/addon/function/pikku-function-types.gen.d.ts.map +1 -0
  44. package/dist/.pikku/addon/function/pikku-function-types.gen.js +117 -0
  45. package/dist/.pikku/addon/function/pikku-function-types.gen.js.map +1 -0
  46. package/dist/.pikku/addon/function/pikku-functions-meta-verbose.gen.json +1028 -0
  47. package/dist/.pikku/addon/function/pikku-functions-meta.gen.d.ts +2 -0
  48. package/dist/.pikku/addon/function/pikku-functions-meta.gen.d.ts.map +1 -0
  49. package/dist/.pikku/addon/function/pikku-functions-meta.gen.js +7 -0
  50. package/dist/.pikku/addon/function/pikku-functions-meta.gen.js.map +1 -0
  51. package/dist/.pikku/addon/function/pikku-functions-meta.gen.json +794 -0
  52. package/dist/.pikku/addon/function/pikku-functions.gen.d.ts +2 -0
  53. package/dist/.pikku/addon/function/pikku-functions.gen.d.ts.map +1 -0
  54. package/dist/.pikku/addon/function/pikku-functions.gen.js +74 -0
  55. package/dist/.pikku/addon/function/pikku-functions.gen.js.map +1 -0
  56. package/dist/.pikku/addon/http/index.d.ts +8 -0
  57. package/dist/.pikku/addon/http/index.d.ts.map +1 -0
  58. package/dist/.pikku/addon/http/index.js +8 -0
  59. package/dist/.pikku/addon/http/index.js.map +1 -0
  60. package/dist/.pikku/addon/http/pikku-http-types.gen.d.ts +50 -0
  61. package/dist/.pikku/addon/http/pikku-http-types.gen.d.ts.map +1 -0
  62. package/dist/.pikku/addon/http/pikku-http-types.gen.js +11 -0
  63. package/dist/.pikku/addon/http/pikku-http-types.gen.js.map +1 -0
  64. package/dist/.pikku/addon/index.d.ts +8 -0
  65. package/dist/.pikku/addon/index.d.ts.map +1 -0
  66. package/dist/.pikku/addon/index.js +8 -0
  67. package/dist/.pikku/addon/index.js.map +1 -0
  68. package/dist/.pikku/addon/mcp/index.d.ts +8 -0
  69. package/dist/.pikku/addon/mcp/index.d.ts.map +1 -0
  70. package/dist/.pikku/addon/mcp/index.js +8 -0
  71. package/dist/.pikku/addon/mcp/index.js.map +1 -0
  72. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.d.ts +102 -0
  73. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
  74. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.js +16 -0
  75. package/dist/.pikku/addon/mcp/pikku-mcp-types.gen.js.map +1 -0
  76. package/dist/.pikku/addon/middleware/index.d.ts +8 -0
  77. package/dist/.pikku/addon/middleware/index.d.ts.map +1 -0
  78. package/dist/.pikku/addon/middleware/index.js +8 -0
  79. package/dist/.pikku/addon/middleware/index.js.map +1 -0
  80. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.d.ts +118 -0
  81. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.d.ts.map +1 -0
  82. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.js +109 -0
  83. package/dist/.pikku/addon/middleware/pikku-middleware-types.gen.js.map +1 -0
  84. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +2 -2
  85. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -1
  86. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.d.ts +10 -0
  87. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.d.ts.map +1 -0
  88. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.js +10 -0
  89. package/dist/.pikku/addon/pikku-bootstrap-scenarios.gen.js.map +1 -0
  90. package/dist/.pikku/addon/pikku-bootstrap.gen.d.ts +10 -0
  91. package/dist/.pikku/addon/pikku-bootstrap.gen.d.ts.map +1 -0
  92. package/dist/.pikku/addon/pikku-bootstrap.gen.js +10 -0
  93. package/dist/.pikku/addon/pikku-bootstrap.gen.js.map +1 -0
  94. package/dist/.pikku/addon/pikku-package.gen.js +2 -2
  95. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -1
  96. package/dist/.pikku/addon/pikku-services.gen.d.ts +42 -0
  97. package/dist/.pikku/addon/pikku-services.gen.d.ts.map +1 -0
  98. package/dist/.pikku/addon/pikku-services.gen.js +38 -0
  99. package/dist/.pikku/addon/pikku-services.gen.js.map +1 -0
  100. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
  101. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
  102. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
  103. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
  104. package/dist/.pikku/addon/rpc/pikku-rpc-wirings-meta.internal.gen.json +36 -0
  105. package/dist/.pikku/addon/scenarios/index.d.ts +8 -0
  106. package/dist/.pikku/addon/scenarios/index.d.ts.map +1 -0
  107. package/dist/.pikku/addon/scenarios/index.js +8 -0
  108. package/dist/.pikku/addon/scenarios/index.js.map +1 -0
  109. package/dist/.pikku/addon/scenarios/pikku-personas.gen.d.ts +18 -0
  110. package/dist/.pikku/addon/scenarios/pikku-personas.gen.d.ts.map +1 -0
  111. package/dist/.pikku/addon/scenarios/pikku-personas.gen.js +18 -0
  112. package/dist/.pikku/addon/scenarios/pikku-personas.gen.js.map +1 -0
  113. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.d.ts +2 -0
  114. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.d.ts.map +1 -0
  115. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.js +11 -0
  116. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.js.map +1 -0
  117. package/dist/.pikku/addon/scenarios/pikku-scenario-functions-meta.gen.json +1 -0
  118. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.d.ts +5 -0
  119. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.d.ts.map +1 -0
  120. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.js +2 -0
  121. package/dist/.pikku/addon/scenarios/pikku-scenario-functions.gen.js.map +1 -0
  122. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.d.ts +311 -0
  123. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.d.ts.map +1 -0
  124. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.js +72 -0
  125. package/dist/.pikku/addon/scenarios/pikku-scenario-types.gen.js.map +1 -0
  126. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.d.ts +2 -0
  127. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.d.ts.map +1 -0
  128. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.js +11 -0
  129. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings-meta.gen.js.map +1 -0
  130. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.d.ts +5 -0
  131. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.d.ts.map +1 -0
  132. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.js +2 -0
  133. package/dist/.pikku/addon/scenarios/pikku-scenario-wirings.gen.js.map +1 -0
  134. package/dist/.pikku/addon/scenarios/schemas/register.gen.d.ts +5 -0
  135. package/dist/.pikku/addon/scenarios/schemas/register.gen.d.ts.map +1 -0
  136. package/dist/.pikku/addon/scenarios/schemas/register.gen.js +5 -0
  137. package/dist/.pikku/addon/scenarios/schemas/register.gen.js.map +1 -0
  138. package/dist/.pikku/addon/schemas/register.gen.d.ts +2 -0
  139. package/dist/.pikku/addon/schemas/register.gen.d.ts.map +1 -0
  140. package/dist/.pikku/addon/schemas/register.gen.js +141 -0
  141. package/dist/.pikku/addon/schemas/register.gen.js.map +1 -0
  142. package/dist/.pikku/addon/schemas/schemas/AggregateInput.schema.json +1 -0
  143. package/dist/.pikku/addon/schemas/schemas/AggregateOutput.schema.json +1 -0
  144. package/dist/.pikku/addon/schemas/schemas/BranchInput.schema.json +1 -0
  145. package/dist/.pikku/addon/schemas/schemas/BranchOutput.schema.json +1 -0
  146. package/dist/.pikku/addon/schemas/schemas/ChunkInput.schema.json +1 -0
  147. package/dist/.pikku/addon/schemas/schemas/ChunkOutput.schema.json +1 -0
  148. package/dist/.pikku/addon/schemas/schemas/CoalesceInput.schema.json +1 -0
  149. package/dist/.pikku/addon/schemas/schemas/CoalesceOutput.schema.json +1 -0
  150. package/dist/.pikku/addon/schemas/schemas/ConcatInput.schema.json +1 -0
  151. package/dist/.pikku/addon/schemas/schemas/ConcatOutput.schema.json +1 -0
  152. package/dist/.pikku/addon/schemas/schemas/CryptoInput.schema.json +1 -0
  153. package/dist/.pikku/addon/schemas/schemas/CryptoOutput.schema.json +1 -0
  154. package/dist/.pikku/addon/schemas/schemas/DateTimeInput.schema.json +1 -0
  155. package/dist/.pikku/addon/schemas/schemas/DateTimeOutput.schema.json +1 -0
  156. package/dist/.pikku/addon/schemas/schemas/EditFieldsInput.schema.json +1 -0
  157. package/dist/.pikku/addon/schemas/schemas/EditFieldsOutput.schema.json +1 -0
  158. package/dist/.pikku/addon/schemas/schemas/FanoutInput.schema.json +1 -0
  159. package/dist/.pikku/addon/schemas/schemas/FanoutOutput.schema.json +1 -0
  160. package/dist/.pikku/addon/schemas/schemas/FindInput.schema.json +1 -0
  161. package/dist/.pikku/addon/schemas/schemas/FindOutput.schema.json +1 -0
  162. package/dist/.pikku/addon/schemas/schemas/GroupByInput.schema.json +1 -0
  163. package/dist/.pikku/addon/schemas/schemas/GroupByOutput.schema.json +1 -0
  164. package/dist/.pikku/addon/schemas/schemas/HttpRequestInput.schema.json +1 -0
  165. package/dist/.pikku/addon/schemas/schemas/HttpRequestOutput.schema.json +1 -0
  166. package/dist/.pikku/addon/schemas/schemas/JwtDecodeInput.schema.json +1 -0
  167. package/dist/.pikku/addon/schemas/schemas/JwtDecodeOutput.schema.json +1 -0
  168. package/dist/.pikku/addon/schemas/schemas/JwtSignInput.schema.json +1 -0
  169. package/dist/.pikku/addon/schemas/schemas/JwtSignOutput.schema.json +1 -0
  170. package/dist/.pikku/addon/schemas/schemas/LimitInput.schema.json +1 -0
  171. package/dist/.pikku/addon/schemas/schemas/LimitOutput.schema.json +1 -0
  172. package/dist/.pikku/addon/schemas/schemas/MathInput.schema.json +1 -0
  173. package/dist/.pikku/addon/schemas/schemas/MathOutput.schema.json +1 -0
  174. package/dist/.pikku/addon/schemas/schemas/MergeInput.schema.json +1 -0
  175. package/dist/.pikku/addon/schemas/schemas/MergeOutput.schema.json +1 -0
  176. package/dist/.pikku/addon/schemas/schemas/OmitInput.schema.json +1 -0
  177. package/dist/.pikku/addon/schemas/schemas/OmitOutput.schema.json +1 -0
  178. package/dist/.pikku/addon/schemas/schemas/PickInput.schema.json +1 -0
  179. package/dist/.pikku/addon/schemas/schemas/PickOutput.schema.json +1 -0
  180. package/dist/.pikku/addon/schemas/schemas/ReadFileInput.schema.json +1 -0
  181. package/dist/.pikku/addon/schemas/schemas/ReadFileOutput.schema.json +1 -0
  182. package/dist/.pikku/addon/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -0
  183. package/dist/.pikku/addon/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -0
  184. package/dist/.pikku/addon/schemas/schemas/RenameKeysInput.schema.json +1 -0
  185. package/dist/.pikku/addon/schemas/schemas/RenameKeysOutput.schema.json +1 -0
  186. package/dist/.pikku/addon/schemas/schemas/ReverseInput.schema.json +1 -0
  187. package/dist/.pikku/addon/schemas/schemas/ReverseOutput.schema.json +1 -0
  188. package/dist/.pikku/addon/schemas/schemas/SleepInput.schema.json +1 -0
  189. package/dist/.pikku/addon/schemas/schemas/SleepOutput.schema.json +1 -0
  190. package/dist/.pikku/addon/schemas/schemas/SortInput.schema.json +1 -0
  191. package/dist/.pikku/addon/schemas/schemas/SortOutput.schema.json +1 -0
  192. package/dist/.pikku/addon/schemas/schemas/SplitOutInput.schema.json +1 -0
  193. package/dist/.pikku/addon/schemas/schemas/SplitOutOutput.schema.json +1 -0
  194. package/dist/.pikku/addon/schemas/schemas/SplitTextInput.schema.json +1 -0
  195. package/dist/.pikku/addon/schemas/schemas/SplitTextOutput.schema.json +1 -0
  196. package/dist/.pikku/addon/schemas/schemas/StopAndErrorInput.schema.json +1 -0
  197. package/dist/.pikku/addon/schemas/schemas/StopAndErrorOutput.schema.json +1 -0
  198. package/dist/.pikku/addon/schemas/schemas/StringTransformInput.schema.json +1 -0
  199. package/dist/.pikku/addon/schemas/schemas/StringTransformOutput.schema.json +1 -0
  200. package/dist/.pikku/addon/schemas/schemas/SummarizeInput.schema.json +1 -0
  201. package/dist/.pikku/addon/schemas/schemas/SummarizeOutput.schema.json +1 -0
  202. package/dist/.pikku/addon/schemas/schemas/TypeConvertInput.schema.json +1 -0
  203. package/dist/.pikku/addon/schemas/schemas/TypeConvertOutput.schema.json +1 -0
  204. package/dist/.pikku/addon/schemas/schemas/UniqueInput.schema.json +1 -0
  205. package/dist/.pikku/addon/schemas/schemas/UniqueOutput.schema.json +1 -0
  206. package/dist/.pikku/addon/schemas/schemas/WaitInput.schema.json +1 -0
  207. package/dist/.pikku/addon/schemas/schemas/WaitOutput.schema.json +1 -0
  208. package/dist/.pikku/addon/schemas/schemas/WriteFileInput.schema.json +1 -0
  209. package/dist/.pikku/addon/schemas/schemas/WriteFileOutput.schema.json +1 -0
  210. package/dist/.pikku/addon/scopes/index.d.ts +8 -0
  211. package/dist/.pikku/addon/scopes/index.d.ts.map +1 -0
  212. package/dist/.pikku/addon/scopes/index.js +8 -0
  213. package/dist/.pikku/addon/scopes/index.js.map +1 -0
  214. package/dist/.pikku/addon/scopes/pikku-personas-meta.gen.json +1 -0
  215. package/dist/.pikku/addon/scopes/pikku-personas.gen.d.ts +29 -0
  216. package/dist/.pikku/addon/scopes/pikku-personas.gen.d.ts.map +1 -0
  217. package/dist/.pikku/addon/scopes/pikku-personas.gen.js +18 -0
  218. package/dist/.pikku/addon/scopes/pikku-personas.gen.js.map +1 -0
  219. package/dist/.pikku/addon/scopes/pikku-roles-meta.gen.json +1 -0
  220. package/dist/.pikku/addon/scopes/pikku-roles.gen.d.ts +31 -0
  221. package/dist/.pikku/addon/scopes/pikku-roles.gen.d.ts.map +1 -0
  222. package/dist/.pikku/addon/scopes/pikku-roles.gen.js +19 -0
  223. package/dist/.pikku/addon/scopes/pikku-roles.gen.js.map +1 -0
  224. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.d.ts +6 -0
  225. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.d.ts.map +1 -0
  226. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.js +6 -0
  227. package/dist/.pikku/addon/scopes/pikku-scope-types.gen.js.map +1 -0
  228. package/dist/.pikku/addon/scopes/pikku-scopes-meta.gen.json +1 -0
  229. package/dist/.pikku/addon/scopes/pikku-scopes.gen.d.ts +36 -0
  230. package/dist/.pikku/addon/scopes/pikku-scopes.gen.d.ts.map +1 -0
  231. package/dist/.pikku/addon/scopes/pikku-scopes.gen.js +28 -0
  232. package/dist/.pikku/addon/scopes/pikku-scopes.gen.js.map +1 -0
  233. package/dist/.pikku/addon/secrets/index.d.ts +9 -0
  234. package/dist/.pikku/addon/secrets/index.d.ts.map +1 -0
  235. package/dist/.pikku/addon/secrets/index.js +9 -0
  236. package/dist/.pikku/addon/secrets/index.js.map +1 -0
  237. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.d.ts +5 -0
  238. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  239. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.js +5 -0
  240. package/dist/.pikku/addon/secrets/pikku-secret-types.gen.js.map +1 -0
  241. package/dist/.pikku/addon/secrets/pikku-secrets-meta.gen.json +1 -0
  242. package/dist/.pikku/addon/secrets/pikku-secrets.gen.d.ts +18 -0
  243. package/dist/.pikku/addon/secrets/pikku-secrets.gen.d.ts.map +1 -0
  244. package/dist/.pikku/addon/secrets/pikku-secrets.gen.js +19 -0
  245. package/dist/.pikku/addon/secrets/pikku-secrets.gen.js.map +1 -0
  246. package/dist/.pikku/addon/services/pikku-meta-service.gen.d.ts +8 -0
  247. package/dist/.pikku/addon/services/pikku-meta-service.gen.d.ts.map +1 -0
  248. package/dist/.pikku/addon/services/pikku-meta-service.gen.js +10 -0
  249. package/dist/.pikku/addon/services/pikku-meta-service.gen.js.map +1 -0
  250. package/dist/.pikku/addon/setup/index.d.ts +9 -0
  251. package/dist/.pikku/addon/setup/index.d.ts.map +1 -0
  252. package/dist/.pikku/addon/setup/index.js +9 -0
  253. package/dist/.pikku/addon/setup/index.js.map +1 -0
  254. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.d.ts +66 -0
  255. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.d.ts.map +1 -0
  256. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.js +78 -0
  257. package/dist/.pikku/addon/setup/pikku-addon-setup-types.gen.js.map +1 -0
  258. package/dist/.pikku/addon/setup/pikku-setup-types.gen.d.ts +67 -0
  259. package/dist/.pikku/addon/setup/pikku-setup-types.gen.d.ts.map +1 -0
  260. package/dist/.pikku/addon/setup/pikku-setup-types.gen.js +88 -0
  261. package/dist/.pikku/addon/setup/pikku-setup-types.gen.js.map +1 -0
  262. package/dist/.pikku/addon/trigger/index.d.ts +8 -0
  263. package/dist/.pikku/addon/trigger/index.d.ts.map +1 -0
  264. package/dist/.pikku/addon/trigger/index.js +8 -0
  265. package/dist/.pikku/addon/trigger/index.js.map +1 -0
  266. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.d.ts +83 -0
  267. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  268. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.js +13 -0
  269. package/dist/.pikku/addon/trigger/pikku-trigger-types.gen.js.map +1 -0
  270. package/dist/.pikku/addon/variables/index.d.ts +9 -0
  271. package/dist/.pikku/addon/variables/index.d.ts.map +1 -0
  272. package/dist/.pikku/addon/variables/index.js +9 -0
  273. package/dist/.pikku/addon/variables/index.js.map +1 -0
  274. package/dist/.pikku/addon/variables/pikku-variable-types.gen.d.ts +5 -0
  275. package/dist/.pikku/addon/variables/pikku-variable-types.gen.d.ts.map +1 -0
  276. package/dist/.pikku/addon/variables/pikku-variable-types.gen.js +5 -0
  277. package/dist/.pikku/addon/variables/pikku-variable-types.gen.js.map +1 -0
  278. package/dist/.pikku/addon/variables/pikku-variables-meta.gen.json +1 -0
  279. package/dist/.pikku/addon/variables/pikku-variables.gen.d.ts +19 -0
  280. package/dist/.pikku/addon/variables/pikku-variables.gen.d.ts.map +1 -0
  281. package/dist/.pikku/addon/variables/pikku-variables.gen.js +19 -0
  282. package/dist/.pikku/addon/variables/pikku-variables.gen.js.map +1 -0
  283. package/dist/.pikku/addon/workflow/index.d.ts +8 -0
  284. package/dist/.pikku/addon/workflow/index.d.ts.map +1 -0
  285. package/dist/.pikku/addon/workflow/index.js +8 -0
  286. package/dist/.pikku/addon/workflow/index.js.map +1 -0
  287. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.d.ts +106 -0
  288. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  289. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.js +16 -0
  290. package/dist/.pikku/addon/workflow/pikku-workflow-types.gen.js.map +1 -0
  291. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  292. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  293. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  294. package/dist/.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  295. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  296. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  297. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.js +5 -0
  298. package/dist/.pikku/addon/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  299. package/dist/.pikku/agent/index.d.ts +8 -0
  300. package/dist/.pikku/agent/index.d.ts.map +1 -0
  301. package/dist/.pikku/agent/index.js +8 -0
  302. package/dist/.pikku/agent/index.js.map +1 -0
  303. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +8 -7
  304. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -1
  305. package/dist/.pikku/agent/pikku-agent-types.gen.js +2 -3
  306. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -1
  307. package/dist/.pikku/agent/pikku-model-aliases.gen.js +1 -1
  308. package/dist/.pikku/agent/pikku-model-aliases.gen.js.map +1 -1
  309. package/dist/.pikku/auth/index.d.ts +8 -0
  310. package/dist/.pikku/auth/index.d.ts.map +1 -0
  311. package/dist/.pikku/auth/index.js +8 -0
  312. package/dist/.pikku/auth/index.js.map +1 -0
  313. package/dist/.pikku/auth/pikku-auth-types.gen.d.ts +119 -0
  314. package/dist/.pikku/auth/pikku-auth-types.gen.d.ts.map +1 -0
  315. package/dist/.pikku/auth/pikku-auth-types.gen.js +93 -0
  316. package/dist/.pikku/auth/pikku-auth-types.gen.js.map +1 -0
  317. package/dist/.pikku/channel/index.d.ts +8 -0
  318. package/dist/.pikku/channel/index.d.ts.map +1 -0
  319. package/dist/.pikku/channel/index.js +8 -0
  320. package/dist/.pikku/channel/index.js.map +1 -0
  321. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +4 -25
  322. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -1
  323. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -19
  324. package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -1
  325. package/dist/.pikku/credentials/index.d.ts +8 -0
  326. package/dist/.pikku/credentials/index.d.ts.map +1 -0
  327. package/dist/.pikku/credentials/index.js +8 -0
  328. package/dist/.pikku/credentials/index.js.map +1 -0
  329. package/dist/.pikku/credentials/pikku-credential-types.gen.d.ts +5 -0
  330. package/dist/.pikku/credentials/pikku-credential-types.gen.d.ts.map +1 -0
  331. package/dist/.pikku/credentials/pikku-credential-types.gen.js +5 -0
  332. package/dist/.pikku/credentials/pikku-credential-types.gen.js.map +1 -0
  333. package/dist/.pikku/error/index.d.ts +8 -0
  334. package/dist/.pikku/error/index.d.ts.map +1 -0
  335. package/dist/.pikku/error/index.js +8 -0
  336. package/dist/.pikku/error/index.js.map +1 -0
  337. package/dist/.pikku/error/pikku-error-types.gen.d.ts +8 -0
  338. package/dist/.pikku/error/pikku-error-types.gen.d.ts.map +1 -0
  339. package/dist/.pikku/error/pikku-error-types.gen.js +8 -0
  340. package/dist/.pikku/error/pikku-error-types.gen.js.map +1 -0
  341. package/dist/.pikku/function/index.d.ts +8 -0
  342. package/dist/.pikku/function/index.d.ts.map +1 -0
  343. package/dist/.pikku/function/index.js +8 -0
  344. package/dist/.pikku/function/index.js.map +1 -0
  345. package/dist/.pikku/function/pikku-function-types.gen.d.ts +29 -263
  346. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
  347. package/dist/.pikku/function/pikku-function-types.gen.js +1 -236
  348. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
  349. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  350. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -1
  351. package/dist/.pikku/gateway/index.d.ts +8 -0
  352. package/dist/.pikku/gateway/index.d.ts.map +1 -0
  353. package/dist/.pikku/gateway/index.js +8 -0
  354. package/dist/.pikku/gateway/index.js.map +1 -0
  355. package/dist/.pikku/gateway/pikku-gateway-types.gen.d.ts +38 -0
  356. package/dist/.pikku/gateway/pikku-gateway-types.gen.d.ts.map +1 -0
  357. package/dist/.pikku/gateway/pikku-gateway-types.gen.js +26 -0
  358. package/dist/.pikku/gateway/pikku-gateway-types.gen.js.map +1 -0
  359. package/dist/.pikku/http/index.d.ts +8 -0
  360. package/dist/.pikku/http/index.d.ts.map +1 -0
  361. package/dist/.pikku/http/index.js +8 -0
  362. package/dist/.pikku/http/index.js.map +1 -0
  363. package/dist/.pikku/http/pikku-http-types.gen.d.ts +3 -51
  364. package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -1
  365. package/dist/.pikku/http/pikku-http-types.gen.js +1 -40
  366. package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -1
  367. package/dist/.pikku/mcp/index.d.ts +8 -0
  368. package/dist/.pikku/mcp/index.d.ts.map +1 -0
  369. package/dist/.pikku/mcp/index.js +8 -0
  370. package/dist/.pikku/mcp/index.js.map +1 -0
  371. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +5 -35
  372. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -1
  373. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +0 -22
  374. package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -1
  375. package/dist/.pikku/middleware/index.d.ts +8 -0
  376. package/dist/.pikku/middleware/index.d.ts.map +1 -0
  377. package/dist/.pikku/middleware/index.js +8 -0
  378. package/dist/.pikku/middleware/index.js.map +1 -0
  379. package/dist/.pikku/middleware/pikku-middleware-types.gen.d.ts +118 -0
  380. package/dist/.pikku/middleware/pikku-middleware-types.gen.d.ts.map +1 -0
  381. package/dist/.pikku/middleware/pikku-middleware-types.gen.js +109 -0
  382. package/dist/.pikku/middleware/pikku-middleware-types.gen.js.map +1 -0
  383. package/dist/.pikku/pikku-types.gen.d.ts +0 -1
  384. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -1
  385. package/dist/.pikku/pikku-types.gen.js +0 -2
  386. package/dist/.pikku/pikku-types.gen.js.map +1 -1
  387. package/dist/.pikku/queue/index.d.ts +8 -0
  388. package/dist/.pikku/queue/index.d.ts.map +1 -0
  389. package/dist/.pikku/queue/index.js +8 -0
  390. package/dist/.pikku/queue/index.js.map +1 -0
  391. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  392. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -1
  393. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +1 -1
  394. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +1 -1
  395. package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +1 -1
  396. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  397. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -1
  398. package/dist/.pikku/scenarios/index.d.ts +8 -0
  399. package/dist/.pikku/scenarios/index.d.ts.map +1 -0
  400. package/dist/.pikku/scenarios/index.js +8 -0
  401. package/dist/.pikku/scenarios/index.js.map +1 -0
  402. package/dist/.pikku/scenarios/pikku-personas.gen.d.ts +18 -0
  403. package/dist/.pikku/scenarios/pikku-personas.gen.d.ts.map +1 -0
  404. package/dist/.pikku/scenarios/pikku-personas.gen.js +18 -0
  405. package/dist/.pikku/scenarios/pikku-personas.gen.js.map +1 -0
  406. package/dist/.pikku/scenarios/pikku-scenario-functions-meta.gen.js +1 -1
  407. package/dist/.pikku/scenarios/pikku-scenario-functions-meta.gen.js.map +1 -1
  408. package/dist/.pikku/scenarios/pikku-scenario-types.gen.d.ts +311 -0
  409. package/dist/.pikku/scenarios/pikku-scenario-types.gen.d.ts.map +1 -0
  410. package/dist/.pikku/scenarios/pikku-scenario-types.gen.js +72 -0
  411. package/dist/.pikku/scenarios/pikku-scenario-types.gen.js.map +1 -0
  412. package/dist/.pikku/scenarios/pikku-scenario-wirings-meta.gen.js +1 -1
  413. package/dist/.pikku/scenarios/pikku-scenario-wirings-meta.gen.js.map +1 -1
  414. package/dist/.pikku/scheduler/index.d.ts +8 -0
  415. package/dist/.pikku/scheduler/index.d.ts.map +1 -0
  416. package/dist/.pikku/scheduler/index.js +8 -0
  417. package/dist/.pikku/scheduler/index.js.map +1 -0
  418. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  419. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -1
  420. package/dist/.pikku/schemas/register.gen.js +1 -1
  421. package/dist/.pikku/schemas/register.gen.js.map +1 -1
  422. package/dist/.pikku/scopes/index.d.ts +8 -0
  423. package/dist/.pikku/scopes/index.d.ts.map +1 -0
  424. package/dist/.pikku/scopes/index.js +8 -0
  425. package/dist/.pikku/scopes/index.js.map +1 -0
  426. package/dist/.pikku/scopes/pikku-personas.gen.d.ts +4 -13
  427. package/dist/.pikku/scopes/pikku-personas.gen.d.ts.map +1 -1
  428. package/dist/.pikku/scopes/pikku-personas.gen.js.map +1 -1
  429. package/dist/.pikku/scopes/pikku-roles.gen.d.ts +1 -1
  430. package/dist/.pikku/scopes/pikku-roles.gen.d.ts.map +1 -1
  431. package/dist/.pikku/scopes/pikku-roles.gen.js +1 -1
  432. package/dist/.pikku/scopes/pikku-roles.gen.js.map +1 -1
  433. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +2 -4
  434. package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +1 -1
  435. package/dist/.pikku/scopes/pikku-scope-types.gen.js +2 -2
  436. package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +1 -1
  437. package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +1 -1
  438. package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +1 -1
  439. package/dist/.pikku/scopes/pikku-scopes.gen.js +1 -1
  440. package/dist/.pikku/scopes/pikku-scopes.gen.js.map +1 -1
  441. package/dist/.pikku/secrets/index.d.ts +9 -0
  442. package/dist/.pikku/secrets/index.d.ts.map +1 -0
  443. package/dist/.pikku/secrets/index.js +9 -0
  444. package/dist/.pikku/secrets/index.js.map +1 -0
  445. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +0 -2
  446. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -1
  447. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +7 -11
  448. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -1
  449. package/dist/.pikku/secrets/pikku-secrets.gen.js +6 -8
  450. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -1
  451. package/dist/.pikku/services/pikku-meta-service.gen.d.ts +8 -0
  452. package/dist/.pikku/services/pikku-meta-service.gen.d.ts.map +1 -0
  453. package/dist/.pikku/services/pikku-meta-service.gen.js +10 -0
  454. package/dist/.pikku/services/pikku-meta-service.gen.js.map +1 -0
  455. package/dist/.pikku/setup/index.d.ts +8 -0
  456. package/dist/.pikku/setup/index.d.ts.map +1 -0
  457. package/dist/.pikku/setup/index.js +8 -0
  458. package/dist/.pikku/setup/index.js.map +1 -0
  459. package/dist/.pikku/setup/pikku-setup-types.gen.d.ts +67 -0
  460. package/dist/.pikku/setup/pikku-setup-types.gen.d.ts.map +1 -0
  461. package/dist/.pikku/setup/pikku-setup-types.gen.js +88 -0
  462. package/dist/.pikku/setup/pikku-setup-types.gen.js.map +1 -0
  463. package/dist/.pikku/trigger/index.d.ts +8 -0
  464. package/dist/.pikku/trigger/index.d.ts.map +1 -0
  465. package/dist/.pikku/trigger/index.js +8 -0
  466. package/dist/.pikku/trigger/index.js.map +1 -0
  467. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +5 -36
  468. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -1
  469. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +0 -21
  470. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -1
  471. package/dist/.pikku/variables/index.d.ts +9 -0
  472. package/dist/.pikku/variables/index.d.ts.map +1 -0
  473. package/dist/.pikku/variables/index.js +9 -0
  474. package/dist/.pikku/variables/index.js.map +1 -0
  475. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +0 -1
  476. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -1
  477. package/dist/.pikku/variables/pikku-variables.gen.d.ts +7 -10
  478. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -1
  479. package/dist/.pikku/variables/pikku-variables.gen.js +7 -9
  480. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -1
  481. package/dist/.pikku/workflow/index.d.ts +8 -0
  482. package/dist/.pikku/workflow/index.d.ts.map +1 -0
  483. package/dist/.pikku/workflow/index.js +8 -0
  484. package/dist/.pikku/workflow/index.js.map +1 -0
  485. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +14 -262
  486. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
  487. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +0 -63
  488. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
  489. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  490. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -1
  491. package/dist/src/functions/array/aggregate.function.d.ts +4 -4
  492. package/dist/src/functions/array/aggregate.function.d.ts.map +1 -1
  493. package/dist/src/functions/array/aggregate.function.js +1 -1
  494. package/dist/src/functions/array/aggregate.function.js.map +1 -1
  495. package/dist/src/functions/array/chunk.function.d.ts +4 -4
  496. package/dist/src/functions/array/chunk.function.d.ts.map +1 -1
  497. package/dist/src/functions/array/chunk.function.js +1 -1
  498. package/dist/src/functions/array/chunk.function.js.map +1 -1
  499. package/dist/src/functions/array/fanout.function.d.ts +4 -4
  500. package/dist/src/functions/array/fanout.function.d.ts.map +1 -1
  501. package/dist/src/functions/array/fanout.function.js +1 -1
  502. package/dist/src/functions/array/fanout.function.js.map +1 -1
  503. package/dist/src/functions/array/find.function.d.ts +4 -4
  504. package/dist/src/functions/array/find.function.d.ts.map +1 -1
  505. package/dist/src/functions/array/find.function.js +1 -1
  506. package/dist/src/functions/array/find.function.js.map +1 -1
  507. package/dist/src/functions/array/group-by.function.d.ts +4 -4
  508. package/dist/src/functions/array/group-by.function.d.ts.map +1 -1
  509. package/dist/src/functions/array/group-by.function.js +1 -1
  510. package/dist/src/functions/array/group-by.function.js.map +1 -1
  511. package/dist/src/functions/array/limit.function.d.ts +4 -4
  512. package/dist/src/functions/array/limit.function.d.ts.map +1 -1
  513. package/dist/src/functions/array/limit.function.js +1 -1
  514. package/dist/src/functions/array/limit.function.js.map +1 -1
  515. package/dist/src/functions/array/remove-duplicates.function.d.ts +4 -4
  516. package/dist/src/functions/array/remove-duplicates.function.d.ts.map +1 -1
  517. package/dist/src/functions/array/remove-duplicates.function.js +1 -1
  518. package/dist/src/functions/array/remove-duplicates.function.js.map +1 -1
  519. package/dist/src/functions/array/reverse.function.d.ts +4 -4
  520. package/dist/src/functions/array/reverse.function.d.ts.map +1 -1
  521. package/dist/src/functions/array/reverse.function.js +1 -1
  522. package/dist/src/functions/array/reverse.function.js.map +1 -1
  523. package/dist/src/functions/array/sort.function.d.ts +4 -4
  524. package/dist/src/functions/array/sort.function.d.ts.map +1 -1
  525. package/dist/src/functions/array/sort.function.js +1 -1
  526. package/dist/src/functions/array/sort.function.js.map +1 -1
  527. package/dist/src/functions/array/split-out.function.d.ts +4 -4
  528. package/dist/src/functions/array/split-out.function.d.ts.map +1 -1
  529. package/dist/src/functions/array/split-out.function.js +1 -1
  530. package/dist/src/functions/array/split-out.function.js.map +1 -1
  531. package/dist/src/functions/array/summarize.function.d.ts +4 -4
  532. package/dist/src/functions/array/summarize.function.d.ts.map +1 -1
  533. package/dist/src/functions/array/summarize.function.js +1 -1
  534. package/dist/src/functions/array/summarize.function.js.map +1 -1
  535. package/dist/src/functions/array/unique.function.d.ts +4 -4
  536. package/dist/src/functions/array/unique.function.d.ts.map +1 -1
  537. package/dist/src/functions/array/unique.function.js +1 -1
  538. package/dist/src/functions/array/unique.function.js.map +1 -1
  539. package/dist/src/functions/data/coalesce.function.d.ts +4 -4
  540. package/dist/src/functions/data/coalesce.function.d.ts.map +1 -1
  541. package/dist/src/functions/data/coalesce.function.js +1 -1
  542. package/dist/src/functions/data/coalesce.function.js.map +1 -1
  543. package/dist/src/functions/data/crypto.function.d.ts +4 -4
  544. package/dist/src/functions/data/crypto.function.d.ts.map +1 -1
  545. package/dist/src/functions/data/crypto.function.js +1 -1
  546. package/dist/src/functions/data/crypto.function.js.map +1 -1
  547. package/dist/src/functions/data/date-time.function.d.ts +4 -4
  548. package/dist/src/functions/data/date-time.function.d.ts.map +1 -1
  549. package/dist/src/functions/data/date-time.function.js +1 -1
  550. package/dist/src/functions/data/date-time.function.js.map +1 -1
  551. package/dist/src/functions/data/jwt.function.d.ts +8 -8
  552. package/dist/src/functions/data/jwt.function.d.ts.map +1 -1
  553. package/dist/src/functions/data/jwt.function.js +2 -2
  554. package/dist/src/functions/data/jwt.function.js.map +1 -1
  555. package/dist/src/functions/data/math.function.d.ts +4 -4
  556. package/dist/src/functions/data/math.function.d.ts.map +1 -1
  557. package/dist/src/functions/data/math.function.js +1 -1
  558. package/dist/src/functions/data/math.function.js.map +1 -1
  559. package/dist/src/functions/data/read-file.function.d.ts +4 -4
  560. package/dist/src/functions/data/read-file.function.d.ts.map +1 -1
  561. package/dist/src/functions/data/read-file.function.js +1 -1
  562. package/dist/src/functions/data/read-file.function.js.map +1 -1
  563. package/dist/src/functions/data/sleep.function.d.ts +4 -4
  564. package/dist/src/functions/data/sleep.function.d.ts.map +1 -1
  565. package/dist/src/functions/data/sleep.function.js +1 -1
  566. package/dist/src/functions/data/sleep.function.js.map +1 -1
  567. package/dist/src/functions/data/string-transform.function.d.ts +4 -4
  568. package/dist/src/functions/data/string-transform.function.d.ts.map +1 -1
  569. package/dist/src/functions/data/string-transform.function.js +1 -1
  570. package/dist/src/functions/data/string-transform.function.js.map +1 -1
  571. package/dist/src/functions/data/type-convert.function.d.ts +4 -4
  572. package/dist/src/functions/data/type-convert.function.d.ts.map +1 -1
  573. package/dist/src/functions/data/type-convert.function.js +1 -1
  574. package/dist/src/functions/data/type-convert.function.js.map +1 -1
  575. package/dist/src/functions/data/wait.function.d.ts +4 -4
  576. package/dist/src/functions/data/wait.function.d.ts.map +1 -1
  577. package/dist/src/functions/data/wait.function.js +1 -1
  578. package/dist/src/functions/data/wait.function.js.map +1 -1
  579. package/dist/src/functions/data/write-file.function.d.ts +4 -4
  580. package/dist/src/functions/data/write-file.function.d.ts.map +1 -1
  581. package/dist/src/functions/data/write-file.function.js +1 -1
  582. package/dist/src/functions/data/write-file.function.js.map +1 -1
  583. package/dist/src/functions/logic/branch.function.d.ts +4 -4
  584. package/dist/src/functions/logic/branch.function.d.ts.map +1 -1
  585. package/dist/src/functions/logic/branch.function.js +1 -1
  586. package/dist/src/functions/logic/branch.function.js.map +1 -1
  587. package/dist/src/functions/logic/stop-and-error.function.d.ts +4 -4
  588. package/dist/src/functions/logic/stop-and-error.function.d.ts.map +1 -1
  589. package/dist/src/functions/logic/stop-and-error.function.js +1 -1
  590. package/dist/src/functions/logic/stop-and-error.function.js.map +1 -1
  591. package/dist/src/functions/network/http-request.function.d.ts +4 -4
  592. package/dist/src/functions/network/http-request.function.d.ts.map +1 -1
  593. package/dist/src/functions/network/http-request.function.js +1 -1
  594. package/dist/src/functions/network/http-request.function.js.map +1 -1
  595. package/dist/src/functions/transform/concat.function.d.ts +4 -4
  596. package/dist/src/functions/transform/concat.function.d.ts.map +1 -1
  597. package/dist/src/functions/transform/concat.function.js +1 -1
  598. package/dist/src/functions/transform/concat.function.js.map +1 -1
  599. package/dist/src/functions/transform/edit-fields.function.d.ts +4 -4
  600. package/dist/src/functions/transform/edit-fields.function.d.ts.map +1 -1
  601. package/dist/src/functions/transform/edit-fields.function.js +1 -1
  602. package/dist/src/functions/transform/edit-fields.function.js.map +1 -1
  603. package/dist/src/functions/transform/merge.function.d.ts +4 -4
  604. package/dist/src/functions/transform/merge.function.d.ts.map +1 -1
  605. package/dist/src/functions/transform/merge.function.js +1 -1
  606. package/dist/src/functions/transform/merge.function.js.map +1 -1
  607. package/dist/src/functions/transform/omit.function.d.ts +4 -4
  608. package/dist/src/functions/transform/omit.function.d.ts.map +1 -1
  609. package/dist/src/functions/transform/omit.function.js +1 -1
  610. package/dist/src/functions/transform/omit.function.js.map +1 -1
  611. package/dist/src/functions/transform/pick.function.d.ts +4 -4
  612. package/dist/src/functions/transform/pick.function.d.ts.map +1 -1
  613. package/dist/src/functions/transform/pick.function.js +1 -1
  614. package/dist/src/functions/transform/pick.function.js.map +1 -1
  615. package/dist/src/functions/transform/rename-keys.function.d.ts +4 -4
  616. package/dist/src/functions/transform/rename-keys.function.d.ts.map +1 -1
  617. package/dist/src/functions/transform/rename-keys.function.js +1 -1
  618. package/dist/src/functions/transform/rename-keys.function.js.map +1 -1
  619. package/dist/src/functions/transform/split-text.function.d.ts +4 -4
  620. package/dist/src/functions/transform/split-text.function.d.ts.map +1 -1
  621. package/dist/src/functions/transform/split-text.function.js +1 -1
  622. package/dist/src/functions/transform/split-text.function.js.map +1 -1
  623. package/dist/src/http-requester.service.d.ts +2 -2
  624. package/dist/src/http-requester.service.d.ts.map +1 -1
  625. package/dist/src/http-requester.service.js +2 -2
  626. package/dist/src/http-requester.service.js.map +1 -1
  627. package/dist/src/services.d.ts +1 -1
  628. package/dist/src/services.d.ts.map +1 -1
  629. package/dist/src/services.js +1 -1
  630. package/dist/src/services.js.map +1 -1
  631. package/dist/types/application-types.d.ts +1 -1
  632. package/package.json +11 -13
@@ -0,0 +1,88 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Config and service factory definitions, declared once per application
6
+ */
7
+ import { pikkuState as __pikkuState } from '@pikku/core/state';
8
+ /**
9
+ * Creates a Pikku config factory.
10
+ * Use this to define your application's configuration factory.
11
+ *
12
+ * @param func - Config factory function that returns your application's config
13
+ * @returns The config factory function
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ * export const createConfig = pikkuConfig(async () => {
18
+ * return {
19
+ * apiUrl: process.env.API_URL || 'http://localhost:3000',
20
+ * dbUrl: process.env.DATABASE_URL
21
+ * }
22
+ * })
23
+ * ```
24
+ */
25
+ export const pikkuConfig = (func) => func;
26
+ /**
27
+ * Creates a Pikku singleton services factory.
28
+ * Use this to define services that are created once and shared across all requests.
29
+ *
30
+ * @param func - Singleton services factory function
31
+ * @returns The singleton services factory function
32
+ *
33
+ * @example
34
+ * ```typescript
35
+ * export const createSingletonServices = pikkuServices(async (config, existingServices) => {
36
+ * return {
37
+ * config,
38
+ * logger: new CustomLogger(),
39
+ * db: await createDatabaseConnection(config.dbUrl)
40
+ * }
41
+ * })
42
+ * ```
43
+ */
44
+ export const pikkuServices = (func) => {
45
+ return async (config, existingServices = {}) => {
46
+ const createdServices = await func(config, existingServices);
47
+ const services = { ...existingServices, ...createdServices };
48
+ const authFactory = __pikkuState(null, 'package', 'authFactory');
49
+ if (authFactory) {
50
+ let authInstance;
51
+ services.auth = () => {
52
+ authInstance ??= Promise.resolve()
53
+ .then(() => authFactory(services))
54
+ .catch((error) => {
55
+ authInstance = undefined;
56
+ throw error;
57
+ });
58
+ return authInstance;
59
+ };
60
+ }
61
+ const resolved = services;
62
+ __pikkuState(null, 'package', 'singletonServices', resolved);
63
+ return resolved;
64
+ };
65
+ };
66
+ /**
67
+ * Creates a Pikku wire services factory.
68
+ * Use this to define services that are created per-request/session.
69
+ *
70
+ * @param func - Wire services factory function
71
+ * @returns The wire services factory function
72
+ *
73
+ * @example
74
+ * ```typescript
75
+ * export const createWireServices = pikkuWireServices(async (services, wire) => {
76
+ * const session = await wire.session?.get()
77
+ * return {
78
+ * userCache: new UserCache(session?.userId)
79
+ * }
80
+ * })
81
+ * ```
82
+ */
83
+ export const pikkuWireServices = (func) => {
84
+ const factories = __pikkuState(null, 'package', 'factories');
85
+ __pikkuState(null, 'package', 'factories', { ...factories, createWireServices: func });
86
+ return func;
87
+ };
88
+ //# sourceMappingURL=pikku-setup-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-setup-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/setup/pikku-setup-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAO9D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,IAA0D,EAC1D,EAAE,CAAC,IAAI,CAAA;AAET;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAC3B,IAAiI,EACjI,EAAE;IACF,OAAO,KAAK,EAAE,MAAc,EAAE,mBAA+C,EAAE,EAAE,EAAE;QACjF,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;QAC5D,MAAM,QAAQ,GAAG,EAAE,GAAG,gBAAgB,EAAE,GAAG,eAAe,EAAE,CAAA;QAC5D,MAAM,WAAW,GAAG,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,aAAa,CAAC,CAAA;QAChE,IAAI,WAAW,EAAE,CAAC;YAChB,IAAI,YAA0C,CAC7C;YAAC,QAAgB,CAAC,IAAI,GAAG,GAAG,EAAE;gBAC7B,YAAY,KAAK,OAAO,CAAC,OAAO,EAAE;qBAC/B,IAAI,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,QAAe,CAAC,CAAC;qBACxC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;oBACf,YAAY,GAAG,SAAS,CAAA;oBACxB,MAAM,KAAK,CAAA;gBACb,CAAC,CAAC,CAAA;gBACJ,OAAO,YAAY,CAAA;YACrB,CAAC,CAAA;QACH,CAAC;QACD,MAAM,QAAQ,GAAG,QAAqC,CAAA;QACtD,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,QAAe,CAAC,CAAA;QACnE,OAAO,QAAQ,CAAA;IACjB,CAAC,CAAA;AACH,CAAC,CAAA;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,IAGkC,EACd,EAAE;IACtB,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAA;IAC5D,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE,GAAG,SAAS,EAAE,kBAAkB,EAAE,IAAW,EAAE,CAAC,CAAA;IAC7F,OAAO,IAAqC,CAAA;AAC9C,CAAC,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/trigger` resolves here.
6
+ */
7
+ export * from './pikku-trigger-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/trigger/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,8BAA8B,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/trigger` resolves here.
6
+ */
7
+ export * from './pikku-trigger-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/trigger/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,8BAA8B,CAAA"}
@@ -0,0 +1,83 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Trigger-specific type definitions for tree-shaking optimization
6
+ */
7
+ import { CorePikkuTriggerFunction, CorePikkuTriggerFunctionConfig } from '@pikku/core/trigger';
8
+ import type { CoreNodeConfig } from '@pikku/core/node';
9
+ import type { SingletonServices } from '../../../types/application-types.d.js';
10
+ import type { StandardSchemaV1 } from '@standard-schema/spec';
11
+ /**
12
+ * A trigger function that sets up a subscription and returns a teardown function.
13
+ * The trigger is fired via wire.trigger.invoke(data).
14
+ *
15
+ * @template TInput - Input type (configuration passed when wired)
16
+ * @template TOutput - Output type produced when trigger fires
17
+ */
18
+ type PikkuTriggerFunction<TInput = unknown, TOutput = unknown> = CorePikkuTriggerFunction<TInput, TOutput, SingletonServices>;
19
+ /**
20
+ * Configuration object for creating a trigger function with metadata
21
+ */
22
+ type PikkuTriggerFunctionConfig<TInput = unknown, TOutput = unknown, InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = CorePikkuTriggerFunctionConfig<TInput, TOutput, SingletonServices, InputSchema, OutputSchema>;
23
+ /**
24
+ * Helper type to infer the output type from a Standard Schema
25
+ */
26
+ type InferSchemaOutput<T> = T extends StandardSchemaV1<any, infer Output> ? Output : never;
27
+ /**
28
+ * Configuration object for trigger functions with Zod schema validation.
29
+ * Use this when you want to define input/output schemas using Zod.
30
+ * Types are automatically inferred from the schemas.
31
+ */
32
+ type PikkuTriggerFunctionConfigWithSchema<InputSchema extends StandardSchemaV1, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
33
+ title?: string;
34
+ description?: string;
35
+ tags?: string[];
36
+ func: PikkuTriggerFunction<InferSchemaOutput<InputSchema>, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>;
37
+ input: InputSchema;
38
+ output?: OutputSchema;
39
+ node?: CoreNodeConfig;
40
+ };
41
+ /**
42
+ * Type definition for trigger wirings.
43
+ * Declares a trigger name and its target pikku function.
44
+ */
45
+ /**
46
+ * Creates a trigger function configuration.
47
+ * Use this to define trigger functions that set up subscriptions.
48
+ *
49
+ * @param triggerOrConfig - Function definition or configuration object
50
+ * @returns The normalized configuration object
51
+ *
52
+ * @example
53
+ * ```typescript
54
+ * export const redisSubscribeTrigger = pikkuTriggerFunc<
55
+ * { channel: string },
56
+ * { message: string }
57
+ * >(async ({ redis }, { channel }, { trigger }) => {
58
+ * const subscriber = redis.duplicate()
59
+ * await subscriber.subscribe(channel, (msg) => {
60
+ * trigger.invoke({ message: msg })
61
+ * })
62
+ * return () => subscriber.unsubscribe()
63
+ * })
64
+ *
65
+ * export const redisSubscribeTrigger = pikkuTriggerFunc({
66
+ * title: 'Redis Subscribe Trigger',
67
+ * description: 'Listens to Redis pub/sub channel',
68
+ * input: z.object({ channel: z.string() }),
69
+ * output: z.object({ message: z.string() }),
70
+ * func: async ({ redis }, { channel }, { trigger }) => {
71
+ * const subscriber = redis.duplicate()
72
+ * await subscriber.subscribe(channel, (msg) => {
73
+ * trigger.invoke({ message: msg })
74
+ * })
75
+ * return () => subscriber.unsubscribe()
76
+ * }
77
+ * })
78
+ * ```
79
+ */
80
+ export declare function pikkuTriggerFunc<InputSchema extends StandardSchemaV1, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuTriggerFunctionConfigWithSchema<InputSchema, OutputSchema>): PikkuTriggerFunctionConfig<InferSchemaOutput<InputSchema>, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, InputSchema, OutputSchema>;
81
+ export declare function pikkuTriggerFunc<TInput, TOutput = unknown>(triggerOrConfig: PikkuTriggerFunction<TInput, TOutput> | PikkuTriggerFunctionConfig<TInput, TOutput>): PikkuTriggerFunctionConfig<TInput, TOutput>;
82
+ export {};
83
+ //# sourceMappingURL=pikku-trigger-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-trigger-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/trigger/pikku-trigger-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EACL,wBAAwB,EACxB,8BAA8B,EAC/B,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAA;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAI7D;;;;;;GAMG;AACH,KAAK,oBAAoB,CACvB,MAAM,GAAG,OAAO,EAChB,OAAO,GAAG,OAAO,IACf,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;AAEhE;;GAEG;AACH,KAAK,0BAA0B,CAC7B,MAAM,GAAG,OAAO,EAChB,OAAO,GAAG,OAAO,EACjB,WAAW,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,EAC5D,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,IAC3D,8BAA8B,CAAC,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,YAAY,CAAC,CAAA;AAEjG;;GAEG;AACH,KAAK,iBAAiB,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,MAAM,MAAM,CAAC,GAAG,MAAM,GAAG,KAAK,CAAA;AAE1F;;;;GAIG;AACH,KAAK,oCAAoC,CACvC,WAAW,SAAS,gBAAgB,EACpC,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,IAC3D;IACF,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,IAAI,EAAE,oBAAoB,CACxB,iBAAiB,CAAC,WAAW,CAAC,EAC9B,YAAY,SAAS,gBAAgB,GAAG,iBAAiB,CAAC,YAAY,CAAC,GAAG,OAAO,CAClF,CAAA;IACD,KAAK,EAAE,WAAW,CAAA;IAClB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,IAAI,CAAC,EAAE,cAAc,CAAA;CACtB,CAAA;AAED;;;GAGG;AAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,gBAAgB,CAC9B,WAAW,SAAS,gBAAgB,EACpC,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,EAE7D,MAAM,EAAE,oCAAoC,CAAC,WAAW,EAAE,YAAY,CAAC,GACtE,0BAA0B,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,YAAY,SAAS,gBAAgB,GAAG,iBAAiB,CAAC,YAAY,CAAC,GAAG,OAAO,EAAE,WAAW,EAAE,YAAY,CAAC,CAAA;AAC3K,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,EACxD,eAAe,EACX,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,GACrC,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,GAC9C,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Trigger-specific type definitions for tree-shaking optimization
6
+ */
7
+ export function pikkuTriggerFunc(triggerOrConfig) {
8
+ if (typeof triggerOrConfig === 'function') {
9
+ return { func: triggerOrConfig };
10
+ }
11
+ return triggerOrConfig;
12
+ }
13
+ //# sourceMappingURL=pikku-trigger-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-trigger-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/trigger/pikku-trigger-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAgHH,MAAM,UAAU,gBAAgB,CAAC,eAAoB;IACnD,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE,CAAC;QAC1C,OAAO,EAAE,IAAI,EAAE,eAAe,EAAE,CAAA;IAClC,CAAC;IACD,OAAO,eAAe,CAAA;AACxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/variables` resolves here.
6
+ */
7
+ export * from './pikku-variable-types.gen.js';
8
+ export * from './pikku-variables.gen.js';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/variables/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA;AAC7C,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/variables` resolves here.
6
+ */
7
+ export * from './pikku-variable-types.gen.js';
8
+ export * from './pikku-variables.gen.js';
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/variables/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA;AAC7C,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ export { defineVariable } from '@pikku/core/variable';
5
+ //# sourceMappingURL=pikku-variable-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-variable-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/variables/pikku-variable-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ export { defineVariable } from '@pikku/core/variable';
5
+ //# sourceMappingURL=pikku-variable-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-variable-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/variables/pikku-variable-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
5
+ import type { VariablesService } from '@pikku/core/services';
6
+ /**
7
+ * Side-effect import of the metadata sidecar, so that tsc emits the .json
8
+ * alongside this file. An addon publishes only its compiled output, and a host
9
+ * reads that .json off disk to discover the addon's declared variables — an
10
+ * uncopied sidecar leaves them invisible to the host. Nothing binds it: the
11
+ * sidecar is not part of `#pikku/variables`.
12
+ */
13
+ import './pikku-variables-meta.gen.json';
14
+ export interface VariablesMap {
15
+ }
16
+ export declare class TypedVariablesService extends CoreTypedVariablesService<VariablesMap> {
17
+ constructor(variables: VariablesService);
18
+ }
19
+ //# sourceMappingURL=pikku-variables.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-variables.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/variables/pikku-variables.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EACL,qBAAqB,IAAI,yBAAyB,EAEnD,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAC5D;;;;;;GAMG;AACH,OAAO,iCAAiC,CAAsB;AAE9D,MAAM,WAAW,YAAY;CAE5B;AAMD,qBAAa,qBAAsB,SAAQ,yBAAyB,CAAC,YAAY,CAAC;gBACpE,SAAS,EAAE,gBAAgB;CAGxC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { TypedVariablesService as CoreTypedVariablesService, } from '@pikku/core/services';
5
+ /**
6
+ * Side-effect import of the metadata sidecar, so that tsc emits the .json
7
+ * alongside this file. An addon publishes only its compiled output, and a host
8
+ * reads that .json off disk to discover the addon's declared variables — an
9
+ * uncopied sidecar leaves them invisible to the host. Nothing binds it: the
10
+ * sidecar is not part of `#pikku/variables`.
11
+ */
12
+ import './pikku-variables-meta.gen.json' with { type: 'json' };
13
+ const TYPED_VARIABLES_META = {};
14
+ export class TypedVariablesService extends CoreTypedVariablesService {
15
+ constructor(variables) {
16
+ super(variables, TYPED_VARIABLES_META);
17
+ }
18
+ }
19
+ //# sourceMappingURL=pikku-variables.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-variables.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/variables/pikku-variables.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EACL,qBAAqB,IAAI,yBAAyB,GAEnD,MAAM,sBAAsB,CAAA;AAE7B;;;;;;GAMG;AACH,OAAO,iCAAiC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAM9D,MAAM,oBAAoB,GAAiC,EAE1D,CAAA;AAED,MAAM,OAAO,qBAAsB,SAAQ,yBAAuC;IAChF,YAAY,SAA2B;QACrC,KAAK,CAAC,SAAS,EAAE,oBAAoB,CAAC,CAAA;IACxC,CAAC;CACF"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/workflow` resolves here.
6
+ */
7
+ export * from './pikku-workflow-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/workflow` resolves here.
6
+ */
7
+ export * from './pikku-workflow-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,+BAA+B,CAAA"}
@@ -0,0 +1,106 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { WorkflowCancelledException } from '@pikku/core/workflow';
5
+ import type { PikkuWorkflowGraphConfig, PikkuWorkflowGraphResult } from '@pikku/core/workflow';
6
+ import type { PikkuWorkflowWire, WorkflowStepOptions } from '@pikku/core/workflow';
7
+ export { WorkflowCancelledException };
8
+ import type { PikkuFunctionSessionless, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
9
+ import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.d.js';
10
+ import type { FlattenedWorkflowMap } from './pikku-workflow-map.gen.d.js';
11
+ import type { AgentMap as FlattenedAgentMap } from '../agent/pikku-agent-map.gen.d.js';
12
+ export interface TypedWorkflow extends PikkuWorkflowWire {
13
+ do<K extends keyof FlattenedRPCMap>(stepName: string, rpcName: K, data: FlattenedRPCMap[K]['input'], options?: WorkflowStepOptions): Promise<FlattenedRPCMap[K]['output']>;
14
+ do<K extends keyof FlattenedWorkflowMap>(stepName: string, workflowName: K, data: FlattenedWorkflowMap[K]['input'], options?: WorkflowStepOptions): Promise<FlattenedWorkflowMap[K]['output']>;
15
+ do<T>(stepName: string, fn: () => T | Promise<T>, options?: WorkflowStepOptions): Promise<T>;
16
+ }
17
+ import type { StandardSchemaV1 } from '@standard-schema/spec';
18
+ import type { InferSchemaOutput, NodeConfig, PikkuApprovalDescription } from '../function/pikku-function-types.gen.js';
19
+ import type { PikkuPermission } from '../auth/pikku-auth-types.gen.js';
20
+ import type { PikkuMiddleware } from '../middleware/pikku-middleware-types.gen.js';
21
+ import type { ScopeId } from '../scopes/pikku-scopes.gen.js';
22
+ import { PikkuError } from '@pikku/core/errors';
23
+ import type { CorePermissionGroup } from '@pikku/core/function';
24
+ export type PikkuFunctionWorkflow<In = unknown, Out = never> = PikkuFunctionSessionless<In, Out, 'workflow'>;
25
+ type PikkuWorkflowConfigWithSchema<InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
26
+ title?: string;
27
+ description?: string;
28
+ tags?: string[];
29
+ expose?: boolean;
30
+ internal?: boolean;
31
+ override?: string;
32
+ version?: number;
33
+ remote?: boolean;
34
+ mcp?: boolean;
35
+ readonly?: boolean;
36
+ approvalRequired?: boolean;
37
+ approvalDescription?: InputSchema extends StandardSchemaV1 ? PikkuApprovalDescription<InferSchemaOutput<InputSchema>> : never;
38
+ middleware?: PikkuMiddleware[];
39
+ input?: InputSchema;
40
+ output?: OutputSchema;
41
+ node?: NodeConfig;
42
+ errors?: Array<typeof PikkuError>;
43
+ inline?: boolean;
44
+ func: PikkuFunctionWorkflow<InputSchema extends StandardSchemaV1 ? InferSchemaOutput<InputSchema> : unknown, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>;
45
+ auth?: boolean;
46
+ /**
47
+ * Scopes the session must hold to run this workflow. All of them are required
48
+ * (AND), and they are checked before `permissions`.
49
+ */
50
+ scopes?: ScopeId[];
51
+ permissions?: InputSchema extends StandardSchemaV1 ? CorePermissionGroup<PikkuPermission<InferSchemaOutput<InputSchema>>> : undefined;
52
+ };
53
+ 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>;
54
+ export declare function pikkuWorkflowFunc<In, Out = unknown>(func: PikkuFunctionWorkflow<In, Out> | PikkuFunctionConfig<In, Out, 'workflow', PikkuFunctionWorkflow<In, Out>>): PikkuFunctionConfig<In, Out, 'workflow'>;
55
+ 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>;
56
+ export declare function pikkuWorkflowComplexFunc<In, Out = unknown>(func: PikkuFunctionWorkflow<In, Out> | PikkuFunctionConfig<In, Out, 'workflow', PikkuFunctionWorkflow<In, Out>>): PikkuFunctionConfig<In, Out, 'workflow'>;
57
+ type TypedRef<T> = {
58
+ $ref: string;
59
+ path?: string;
60
+ } & {
61
+ __phantomType?: T;
62
+ };
63
+ type TemplateString = {
64
+ $template: {
65
+ parts: string[];
66
+ expressions: Array<{
67
+ $ref: string;
68
+ path?: string;
69
+ }>;
70
+ };
71
+ } & {
72
+ __brand: 'TemplateString';
73
+ };
74
+ type InputWithRefs<T> = {
75
+ [K in keyof T]?: T[K] | TypedRef<T[K]> | TypedRef<unknown> | TemplateString;
76
+ };
77
+ 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>;
78
+ 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;
79
+ type RefFunction<FuncMap extends Record<string, string>> = {
80
+ <N extends Extract<keyof FuncMap, string>>(nodeId: N, path: NodeOutputKeys<FuncMap, N>): TypedRef<unknown>;
81
+ <N extends Extract<keyof FuncMap, string>>(nodeId: N): TypedRef<unknown>;
82
+ (nodeId: 'trigger' | '$item', path?: string): TypedRef<unknown>;
83
+ };
84
+ type TemplateFunction = (templateStr: string, refs: TypedRef<unknown>[]) => TemplateString;
85
+ type ItemFunction = (path?: string) => TypedRef<unknown>;
86
+ type ForEachConfig<FuncMap extends Record<string, string>> = Extract<keyof FuncMap, string> | ((ref: RefFunction<FuncMap>) => TypedRef<unknown>);
87
+ type GraphNodeConfigMap<FuncMap extends Record<string, string>> = {
88
+ [K in Extract<keyof FuncMap, string>]?: {
89
+ next?: NextConfig<Extract<keyof FuncMap, string>>;
90
+ /** Run this node once per element of an upstream array. Its result becomes the ordered array of per-item results. */
91
+ forEach?: ForEachConfig<FuncMap>;
92
+ /** How the per-item instances of a forEach node run. Defaults to 'parallel'. */
93
+ mode?: 'parallel' | 'sequential';
94
+ input?: NodeInputType<FuncMap, K> | (() => NodeInputType<FuncMap, K>) | ((ref: RefFunction<FuncMap>, template: TemplateFunction, $item: ItemFunction) => NodeInputType<FuncMap, K>);
95
+ onError?: Extract<keyof FuncMap, string> | Extract<keyof FuncMap, string>[];
96
+ /** Free-text node documentation. Non-semantic — excluded from graphHash. */
97
+ notes?: string;
98
+ };
99
+ };
100
+ type NextConfig<NodeIds extends string> = NodeIds | NodeIds[] | {
101
+ if: string;
102
+ then: NodeIds;
103
+ else?: NodeIds;
104
+ };
105
+ export declare function pikkuWorkflowGraph<const FuncMap extends Record<string, (keyof FlattenedRPCMap & string) | (keyof FlattenedWorkflowMap & string) | (keyof FlattenedAgentMap & string)>>(config: PikkuWorkflowGraphConfig<FuncMap, GraphNodeConfigMap<FuncMap>>): PikkuWorkflowGraphResult;
106
+ //# sourceMappingURL=pikku-workflow-types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-types.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-types.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { WorkflowCancelledException } from '@pikku/core/workflow';
5
+ import { pikkuWorkflowGraph as corePikkuWorkflowGraph } from '@pikku/core/workflow';
6
+ export { WorkflowCancelledException };
7
+ export function pikkuWorkflowFunc(func) {
8
+ return typeof func === 'function' ? { func } : func;
9
+ }
10
+ export function pikkuWorkflowComplexFunc(func) {
11
+ return typeof func === 'function' ? { func } : func;
12
+ }
13
+ export function pikkuWorkflowGraph(config) {
14
+ return corePikkuWorkflowGraph(config);
15
+ }
16
+ //# sourceMappingURL=pikku-workflow-types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-types.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAA;AACjE,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAUnF,OAAO,EAAE,0BAA0B,EAAE,CAAA;AAuFrC,MAAM,UAAU,iBAAiB,CAAC,IAAS;IACzC,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC;AAaD,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACrD,CAAC;AAqED,MAAM,UAAU,kBAAkB,CAQhC,MAAsE;IAEtE,OAAO,sBAAsB,CAAC,MAAa,CAAC,CAAA;AAC9C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pikku-workflow-wirings-meta.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-wirings-meta.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { pikkuState } from '@pikku/core/state';
5
+ const workflowsMeta = {};
6
+ pikkuState('@pikku/addon-graph', 'workflows', 'meta', workflowsMeta);
7
+ //# sourceMappingURL=pikku-workflow-wirings-meta.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-wirings-meta.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-wirings-meta.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAG9C,MAAM,aAAa,GAAyB,EAAE,CAAA;AAE9C,UAAU,CAAC,oBAAoB,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ export {};
2
+ /**
3
+ * This file was generated by @pikku/cli@0.12.107
4
+ */
5
+ //# sourceMappingURL=pikku-workflow-wirings.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-wirings.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-wirings.gen.ts"],"names":[],"mappings":";AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ export {};
2
+ /**
3
+ * This file was generated by @pikku/cli@0.12.107
4
+ */
5
+ //# sourceMappingURL=pikku-workflow-wirings.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-workflow-wirings.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/workflow/pikku-workflow-wirings.gen.ts"],"names":[],"mappings":";AAAA;;GAEG"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.105
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/agent` resolves here.
6
+ */
7
+ export * from './pikku-agent-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../.pikku/agent/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.105
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/agent` resolves here.
6
+ */
7
+ export * from './pikku-agent-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../.pikku/agent/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,4BAA4B,CAAA"}
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * This file was generated by @pikku/cli@0.12.105
3
3
  */
4
- import { CoreAgent, PikkuAgentMiddlewareHooks } from '@pikku/core/ecosystem/agent';
5
- import { pikkuAgentScorer as corePikkuAgentScorer, pikkuAgentJudge as corePikkuAgentJudge } from '@pikku/core/ecosystem/agent-scorer';
6
- import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
4
+ import { CoreAgent } from '@pikku/core/agent';
5
+ import { pikkuAgentScorer as corePikkuAgentScorer, pikkuAgentJudge as corePikkuAgentJudge } from '@pikku/core/agent-scorer';
6
+ import type { Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
7
+ import type { PikkuPermission } from '../auth/pikku-auth-types.gen.js';
8
+ import type { PikkuMiddleware } from '../middleware/pikku-middleware-types.gen.js';
7
9
  import type { StandardSchemaV1 } from '@standard-schema/spec';
8
- import type { AgentMemoryConfig, AgentInput } from '@pikku/core/ecosystem/agent';
10
+ import type { AgentMemoryConfig, AgentInput } from '@pikku/core/agent';
9
11
  import type { AgentMap } from './pikku-agent-map.gen.d.js';
10
12
  import type { ScopeId } from '../scopes/pikku-scopes.gen.js';
11
13
  import type { ScorerName } from './pikku-scorer-names.gen.d.js';
@@ -20,9 +22,8 @@ type AgentConfig<InputSchema extends StandardSchemaV1 | undefined = undefined, O
20
22
  workflows?: object[];
21
23
  };
22
24
  export declare const pikkuAgent: <InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined>(agent: AgentConfig<InputSchema, OutputSchema>) => AgentConfig<InputSchema, OutputSchema>;
23
- export declare const pikkuAgentScorer: (config: Parameters<typeof corePikkuAgentScorer<Services>>[0]) => import("@pikku/core/ecosystem/agent-scorer").PikkuAgentScorer<Services>;
24
- export declare const pikkuAgentJudge: (config: Parameters<typeof corePikkuAgentJudge<Services>>[0]) => import("@pikku/core/ecosystem/agent-scorer").PikkuAgentScorer<Services>;
25
- export declare const pikkuAgentMiddleware: <State extends Record<string, unknown> = Record<string, unknown>, RequiredServices extends Services = Services>(hooks: PikkuAgentMiddlewareHooks<State, RequiredServices>) => PikkuAgentMiddlewareHooks<State, RequiredServices>;
25
+ export declare const pikkuAgentScorer: (config: Parameters<typeof corePikkuAgentScorer<Services>>[0]) => import("@pikku/core/agent-scorer").PikkuAgentScorer<Services>;
26
+ export declare const pikkuAgentJudge: (config: Parameters<typeof corePikkuAgentJudge<Services>>[0]) => import("@pikku/core/agent-scorer").PikkuAgentScorer<Services>;
26
27
  export declare const agent: <Name extends keyof AgentMap>(agentName: Name) => PikkuFunctionConfig<AgentInput, {
27
28
  runId: string;
28
29
  result: AgentMap[Name]["output"];