@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,141 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ import { addSchema } from '@pikku/core/schema';
5
+ import * as AggregateInput from './schemas/AggregateInput.schema.json' with { type: 'json' };
6
+ addSchema('AggregateInput', AggregateInput, '@pikku/addon-graph');
7
+ import * as AggregateOutput from './schemas/AggregateOutput.schema.json' with { type: 'json' };
8
+ addSchema('AggregateOutput', AggregateOutput, '@pikku/addon-graph');
9
+ import * as BranchInput from './schemas/BranchInput.schema.json' with { type: 'json' };
10
+ addSchema('BranchInput', BranchInput, '@pikku/addon-graph');
11
+ import * as BranchOutput from './schemas/BranchOutput.schema.json' with { type: 'json' };
12
+ addSchema('BranchOutput', BranchOutput, '@pikku/addon-graph');
13
+ import * as ChunkInput from './schemas/ChunkInput.schema.json' with { type: 'json' };
14
+ addSchema('ChunkInput', ChunkInput, '@pikku/addon-graph');
15
+ import * as ChunkOutput from './schemas/ChunkOutput.schema.json' with { type: 'json' };
16
+ addSchema('ChunkOutput', ChunkOutput, '@pikku/addon-graph');
17
+ import * as CoalesceInput from './schemas/CoalesceInput.schema.json' with { type: 'json' };
18
+ addSchema('CoalesceInput', CoalesceInput, '@pikku/addon-graph');
19
+ import * as CoalesceOutput from './schemas/CoalesceOutput.schema.json' with { type: 'json' };
20
+ addSchema('CoalesceOutput', CoalesceOutput, '@pikku/addon-graph');
21
+ import * as ConcatInput from './schemas/ConcatInput.schema.json' with { type: 'json' };
22
+ addSchema('ConcatInput', ConcatInput, '@pikku/addon-graph');
23
+ import * as ConcatOutput from './schemas/ConcatOutput.schema.json' with { type: 'json' };
24
+ addSchema('ConcatOutput', ConcatOutput, '@pikku/addon-graph');
25
+ import * as CryptoInput from './schemas/CryptoInput.schema.json' with { type: 'json' };
26
+ addSchema('CryptoInput', CryptoInput, '@pikku/addon-graph');
27
+ import * as CryptoOutput from './schemas/CryptoOutput.schema.json' with { type: 'json' };
28
+ addSchema('CryptoOutput', CryptoOutput, '@pikku/addon-graph');
29
+ import * as DateTimeInput from './schemas/DateTimeInput.schema.json' with { type: 'json' };
30
+ addSchema('DateTimeInput', DateTimeInput, '@pikku/addon-graph');
31
+ import * as DateTimeOutput from './schemas/DateTimeOutput.schema.json' with { type: 'json' };
32
+ addSchema('DateTimeOutput', DateTimeOutput, '@pikku/addon-graph');
33
+ import * as EditFieldsInput from './schemas/EditFieldsInput.schema.json' with { type: 'json' };
34
+ addSchema('EditFieldsInput', EditFieldsInput, '@pikku/addon-graph');
35
+ import * as EditFieldsOutput from './schemas/EditFieldsOutput.schema.json' with { type: 'json' };
36
+ addSchema('EditFieldsOutput', EditFieldsOutput, '@pikku/addon-graph');
37
+ import * as FanoutInput from './schemas/FanoutInput.schema.json' with { type: 'json' };
38
+ addSchema('FanoutInput', FanoutInput, '@pikku/addon-graph');
39
+ import * as FanoutOutput from './schemas/FanoutOutput.schema.json' with { type: 'json' };
40
+ addSchema('FanoutOutput', FanoutOutput, '@pikku/addon-graph');
41
+ import * as FindInput from './schemas/FindInput.schema.json' with { type: 'json' };
42
+ addSchema('FindInput', FindInput, '@pikku/addon-graph');
43
+ import * as FindOutput from './schemas/FindOutput.schema.json' with { type: 'json' };
44
+ addSchema('FindOutput', FindOutput, '@pikku/addon-graph');
45
+ import * as GroupByInput from './schemas/GroupByInput.schema.json' with { type: 'json' };
46
+ addSchema('GroupByInput', GroupByInput, '@pikku/addon-graph');
47
+ import * as GroupByOutput from './schemas/GroupByOutput.schema.json' with { type: 'json' };
48
+ addSchema('GroupByOutput', GroupByOutput, '@pikku/addon-graph');
49
+ import * as HttpRequestInput from './schemas/HttpRequestInput.schema.json' with { type: 'json' };
50
+ addSchema('HttpRequestInput', HttpRequestInput, '@pikku/addon-graph');
51
+ import * as HttpRequestOutput from './schemas/HttpRequestOutput.schema.json' with { type: 'json' };
52
+ addSchema('HttpRequestOutput', HttpRequestOutput, '@pikku/addon-graph');
53
+ import * as JwtDecodeInput from './schemas/JwtDecodeInput.schema.json' with { type: 'json' };
54
+ addSchema('JwtDecodeInput', JwtDecodeInput, '@pikku/addon-graph');
55
+ import * as JwtDecodeOutput from './schemas/JwtDecodeOutput.schema.json' with { type: 'json' };
56
+ addSchema('JwtDecodeOutput', JwtDecodeOutput, '@pikku/addon-graph');
57
+ import * as JwtSignInput from './schemas/JwtSignInput.schema.json' with { type: 'json' };
58
+ addSchema('JwtSignInput', JwtSignInput, '@pikku/addon-graph');
59
+ import * as JwtSignOutput from './schemas/JwtSignOutput.schema.json' with { type: 'json' };
60
+ addSchema('JwtSignOutput', JwtSignOutput, '@pikku/addon-graph');
61
+ import * as LimitInput from './schemas/LimitInput.schema.json' with { type: 'json' };
62
+ addSchema('LimitInput', LimitInput, '@pikku/addon-graph');
63
+ import * as LimitOutput from './schemas/LimitOutput.schema.json' with { type: 'json' };
64
+ addSchema('LimitOutput', LimitOutput, '@pikku/addon-graph');
65
+ import * as MathInput from './schemas/MathInput.schema.json' with { type: 'json' };
66
+ addSchema('MathInput', MathInput, '@pikku/addon-graph');
67
+ import * as MathOutput from './schemas/MathOutput.schema.json' with { type: 'json' };
68
+ addSchema('MathOutput', MathOutput, '@pikku/addon-graph');
69
+ import * as MergeInput from './schemas/MergeInput.schema.json' with { type: 'json' };
70
+ addSchema('MergeInput', MergeInput, '@pikku/addon-graph');
71
+ import * as MergeOutput from './schemas/MergeOutput.schema.json' with { type: 'json' };
72
+ addSchema('MergeOutput', MergeOutput, '@pikku/addon-graph');
73
+ import * as OmitInput from './schemas/OmitInput.schema.json' with { type: 'json' };
74
+ addSchema('OmitInput', OmitInput, '@pikku/addon-graph');
75
+ import * as OmitOutput from './schemas/OmitOutput.schema.json' with { type: 'json' };
76
+ addSchema('OmitOutput', OmitOutput, '@pikku/addon-graph');
77
+ import * as PickInput from './schemas/PickInput.schema.json' with { type: 'json' };
78
+ addSchema('PickInput', PickInput, '@pikku/addon-graph');
79
+ import * as PickOutput from './schemas/PickOutput.schema.json' with { type: 'json' };
80
+ addSchema('PickOutput', PickOutput, '@pikku/addon-graph');
81
+ import * as ReadFileInput from './schemas/ReadFileInput.schema.json' with { type: 'json' };
82
+ addSchema('ReadFileInput', ReadFileInput, '@pikku/addon-graph');
83
+ import * as ReadFileOutput from './schemas/ReadFileOutput.schema.json' with { type: 'json' };
84
+ addSchema('ReadFileOutput', ReadFileOutput, '@pikku/addon-graph');
85
+ import * as RemoveDuplicatesInput from './schemas/RemoveDuplicatesInput.schema.json' with { type: 'json' };
86
+ addSchema('RemoveDuplicatesInput', RemoveDuplicatesInput, '@pikku/addon-graph');
87
+ import * as RemoveDuplicatesOutput from './schemas/RemoveDuplicatesOutput.schema.json' with { type: 'json' };
88
+ addSchema('RemoveDuplicatesOutput', RemoveDuplicatesOutput, '@pikku/addon-graph');
89
+ import * as RenameKeysInput from './schemas/RenameKeysInput.schema.json' with { type: 'json' };
90
+ addSchema('RenameKeysInput', RenameKeysInput, '@pikku/addon-graph');
91
+ import * as RenameKeysOutput from './schemas/RenameKeysOutput.schema.json' with { type: 'json' };
92
+ addSchema('RenameKeysOutput', RenameKeysOutput, '@pikku/addon-graph');
93
+ import * as ReverseInput from './schemas/ReverseInput.schema.json' with { type: 'json' };
94
+ addSchema('ReverseInput', ReverseInput, '@pikku/addon-graph');
95
+ import * as ReverseOutput from './schemas/ReverseOutput.schema.json' with { type: 'json' };
96
+ addSchema('ReverseOutput', ReverseOutput, '@pikku/addon-graph');
97
+ import * as SleepInput from './schemas/SleepInput.schema.json' with { type: 'json' };
98
+ addSchema('SleepInput', SleepInput, '@pikku/addon-graph');
99
+ import * as SleepOutput from './schemas/SleepOutput.schema.json' with { type: 'json' };
100
+ addSchema('SleepOutput', SleepOutput, '@pikku/addon-graph');
101
+ import * as SortInput from './schemas/SortInput.schema.json' with { type: 'json' };
102
+ addSchema('SortInput', SortInput, '@pikku/addon-graph');
103
+ import * as SortOutput from './schemas/SortOutput.schema.json' with { type: 'json' };
104
+ addSchema('SortOutput', SortOutput, '@pikku/addon-graph');
105
+ import * as SplitOutInput from './schemas/SplitOutInput.schema.json' with { type: 'json' };
106
+ addSchema('SplitOutInput', SplitOutInput, '@pikku/addon-graph');
107
+ import * as SplitOutOutput from './schemas/SplitOutOutput.schema.json' with { type: 'json' };
108
+ addSchema('SplitOutOutput', SplitOutOutput, '@pikku/addon-graph');
109
+ import * as SplitTextInput from './schemas/SplitTextInput.schema.json' with { type: 'json' };
110
+ addSchema('SplitTextInput', SplitTextInput, '@pikku/addon-graph');
111
+ import * as SplitTextOutput from './schemas/SplitTextOutput.schema.json' with { type: 'json' };
112
+ addSchema('SplitTextOutput', SplitTextOutput, '@pikku/addon-graph');
113
+ import * as StopAndErrorInput from './schemas/StopAndErrorInput.schema.json' with { type: 'json' };
114
+ addSchema('StopAndErrorInput', StopAndErrorInput, '@pikku/addon-graph');
115
+ import * as StopAndErrorOutput from './schemas/StopAndErrorOutput.schema.json' with { type: 'json' };
116
+ addSchema('StopAndErrorOutput', StopAndErrorOutput, '@pikku/addon-graph');
117
+ import * as StringTransformInput from './schemas/StringTransformInput.schema.json' with { type: 'json' };
118
+ addSchema('StringTransformInput', StringTransformInput, '@pikku/addon-graph');
119
+ import * as StringTransformOutput from './schemas/StringTransformOutput.schema.json' with { type: 'json' };
120
+ addSchema('StringTransformOutput', StringTransformOutput, '@pikku/addon-graph');
121
+ import * as SummarizeInput from './schemas/SummarizeInput.schema.json' with { type: 'json' };
122
+ addSchema('SummarizeInput', SummarizeInput, '@pikku/addon-graph');
123
+ import * as SummarizeOutput from './schemas/SummarizeOutput.schema.json' with { type: 'json' };
124
+ addSchema('SummarizeOutput', SummarizeOutput, '@pikku/addon-graph');
125
+ import * as TypeConvertInput from './schemas/TypeConvertInput.schema.json' with { type: 'json' };
126
+ addSchema('TypeConvertInput', TypeConvertInput, '@pikku/addon-graph');
127
+ import * as TypeConvertOutput from './schemas/TypeConvertOutput.schema.json' with { type: 'json' };
128
+ addSchema('TypeConvertOutput', TypeConvertOutput, '@pikku/addon-graph');
129
+ import * as UniqueInput from './schemas/UniqueInput.schema.json' with { type: 'json' };
130
+ addSchema('UniqueInput', UniqueInput, '@pikku/addon-graph');
131
+ import * as UniqueOutput from './schemas/UniqueOutput.schema.json' with { type: 'json' };
132
+ addSchema('UniqueOutput', UniqueOutput, '@pikku/addon-graph');
133
+ import * as WaitInput from './schemas/WaitInput.schema.json' with { type: 'json' };
134
+ addSchema('WaitInput', WaitInput, '@pikku/addon-graph');
135
+ import * as WaitOutput from './schemas/WaitOutput.schema.json' with { type: 'json' };
136
+ addSchema('WaitOutput', WaitOutput, '@pikku/addon-graph');
137
+ import * as WriteFileInput from './schemas/WriteFileInput.schema.json' with { type: 'json' };
138
+ addSchema('WriteFileInput', WriteFileInput, '@pikku/addon-graph');
139
+ import * as WriteFileOutput from './schemas/WriteFileOutput.schema.json' with { type: 'json' };
140
+ addSchema('WriteFileOutput', WriteFileOutput, '@pikku/addon-graph');
141
+ //# sourceMappingURL=register.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../../.pikku/addon/schemas/register.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to aggregate" }, "field": { "description": "The field path to collect values from (single-field mode)", "type": "string" }, "outputField": { "description": "The name of the output field containing the list", "type": "string" }, "unique": { "description": "Only include unique values", "type": "boolean" }, "fields": { "description": "Collect several fields at once into one output item", "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to collect values from" }, "outputField": { "description": "The output field name (defaults to the source field path)", "type": "string" }, "unique": { "description": "Only include unique values", "type": "boolean" } }, "required": ["field"], "additionalProperties": false } }, "includeAllItems": { "description": "Collect the entire items into a single list field (n8n aggregateAllItemData)", "type": "boolean" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The output object with aggregated values" } }, "required": ["item"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "cases": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string", "description": "The `next` branch key to take when this case matches" }, "combinator": { "default": "and", "description": "How the conditions combine", "type": "string", "enum": ["and", "or"] }, "conditions": { "type": "array", "items": { "type": "object", "properties": { "left": { "description": "Left-hand operand (resolved before evaluation)" }, "right": { "description": "Right-hand operand — omitted for unary operators like isEmpty" }, "type": { "default": "string", "description": "Value type the operands are coerced to before comparison", "type": "string", "enum": ["string", "number", "boolean", "dateTime", "array", "object"] }, "operation": { "type": "string", "description": "Comparison operation, e.g. equals, contains, gt, isEmpty" } }, "required": ["left", "type", "operation"], "additionalProperties": false } } }, "required": ["key", "combinator", "conditions"], "additionalProperties": false }, "description": "Cases evaluated in order; the first match wins" }, "fallback": { "description": "Branch key taken when no case matches", "type": "string" } }, "required": ["cases"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "branch": { "anyOf": [{ "type": "string" }, { "type": "null" }], "description": "The branch key taken, or null when the path dead-ends" } }, "required": ["branch"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to split into chunks" }, "size": { "type": "number", "minimum": 1, "description": "Size of each chunk" } }, "required": ["items", "size"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "chunks": { "type": "array", "items": { "type": "array", "items": {} }, "description": "Array of chunks" } }, "required": ["chunks"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "values": { "type": "array", "items": {}, "description": "Values to check in order" }, "treatEmptyStringAsNull": { "description": "Treat empty strings as null", "type": "boolean" }, "treatZeroAsNull": { "description": "Treat zero as null", "type": "boolean" } }, "required": ["values"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The first non-null value" }, "index": { "type": "number", "description": "Index of the returned value (-1 if all null)" } }, "required": ["value", "index"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "inputs": { "type": "array", "items": {}, "description": "The input streams to concatenate; each array is flattened one level, each non-array counts as a single item" } }, "required": ["inputs"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "All input items concatenated in input order" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "operation": { "type": "string", "enum": ["hash", "hmac", "randomBytes", "uuid", "base64Encode", "base64Decode", "hexEncode", "hexDecode"], "description": "The cryptographic operation to perform" }, "data": { "description": "Input data for hash/hmac/encode/decode operations", "type": "string" }, "algorithm": { "description": "Hash algorithm for hash/hmac operations", "type": "string", "enum": ["md5", "sha1", "sha256", "sha384", "sha512"] }, "key": { "description": "Secret key for hmac operation", "type": "string" }, "length": { "description": "Number of bytes for randomBytes operation", "type": "number" }, "encoding": { "description": "Output encoding for hash/hmac operations", "type": "string", "enum": ["hex", "base64"] } }, "required": ["operation"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "type": "string", "description": "The result of the cryptographic operation" } }, "required": ["result"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The input date/time value (ISO string, timestamp, or parseable date string)", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "operation": { "type": "string", "enum": ["format", "parse", "add", "subtract", "startOf", "endOf", "diff", "extract", "now"], "description": "The operation to perform" }, "part": { "description": "The date/time component to extract for the extract operation", "type": "string", "enum": ["year", "month", "week", "day", "dayOfWeek", "hour", "minute", "second"] }, "format": { "description": "Output format for format operation (e.g., YYYY-MM-DD)", "type": "string" }, "amount": { "description": "Amount for add/subtract operations", "type": "number" }, "unit": { "description": "Time unit for add/subtract/startOf/endOf/diff operations", "type": "string", "enum": ["years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"] }, "compareWith": { "description": "Second date for diff operation", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "timezone": { "description": "Timezone for conversion (e.g., America/New_York)", "type": "string" } }, "required": ["operation"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "anyOf": [{ "type": "string" }, { "type": "number" }], "description": "The result of the operation" }, "iso": { "type": "string", "description": "ISO 8601 formatted date string" }, "timestamp": { "type": "number", "description": "Unix timestamp in milliseconds" } }, "required": ["result", "iso", "timestamp"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object to transform" }, "operations": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to operate on (supports dot notation)" }, "operation": { "type": "string", "enum": ["set", "remove", "rename"], "description": "The operation to perform" }, "value": { "description": "The value to set (for set operation)" }, "newName": { "description": "The new field name (for rename operation)", "type": "string" } }, "required": ["field", "operation"], "additionalProperties": false }, "description": "List of field operations to perform" } }, "required": ["item", "operations"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The transformed object" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to fan out over — one child invocation per element" }, "child": { "type": "string", "description": "RPC name invoked once per item as a durable child step" }, "childInput": { "description": "Per-item input template; `$item` references resolve against the current element", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "mode": { "default": "parallel", "description": "Run child invocations concurrently or one after another", "type": "string", "enum": ["parallel", "sequential"] }, "stepPrefix": { "description": "Stable prefix for the per-item durable step names (`<prefix>#<index>`); defaults to `child`", "type": "string" } }, "required": ["items", "child"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "array", "items": {}, "description": "Child results in the same order as the input items" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array to search" }, "field": { "type": "string", "description": "The field to match against" }, "value": { "description": "The value to find" }, "returnIndex": { "description": "Return the index instead of the item", "type": "boolean" } }, "required": ["items", "field", "value"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "anyOf": [{ "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, { "type": "null" }], "description": "The found item (null if not found)" }, "index": { "type": "number", "description": "The index of the found item (-1 if not found)" }, "found": { "type": "boolean", "description": "Whether the item was found" } }, "required": ["item", "index", "found"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to group" }, "field": { "type": "string", "description": "The field to group by (supports dot notation)" } }, "required": ["items", "field"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "groups": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} } }, "description": "Object with group keys and their items" } }, "required": ["groups"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "method": { "default": "GET", "description": "HTTP method", "type": "string", "enum": ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"] }, "url": { "type": "string", "description": "The request URL" }, "headers": { "description": "Request headers", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "query": { "description": "Query string parameters appended to the URL", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "body": { "description": "Request body — JSON-encoded unless it is already a string" }, "auth": { "description": "Optional authentication resolved from a secret at request time", "type": "object", "properties": { "mode": { "type": "string", "enum": ["bearer", "apiKeyHeader", "apiKeyQuery", "basic", "oauth2"], "description": "How the credential is applied to the request" }, "credential": { "type": "string", "description": "Secret key the value is provisioned under" }, "headerName": { "description": "apiKeyHeader — header name (defaults to Authorization)", "type": "string" }, "queryName": { "description": "apiKeyQuery — query-param name (defaults to api_key)", "type": "string" }, "extraHeaders": { "description": "Static, non-secret headers always sent (e.g. Notion-Version)", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "string" } }, "source": { "description": "Where the value comes from — secret (default) or credential", "type": "string", "enum": ["secret", "credential"] } }, "required": ["mode", "credential"], "additionalProperties": false } }, "required": ["url"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "Parsed JSON response body" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "token": { "type": "string", "description": "The JWT token to decode" } }, "required": ["token"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "payload": { "description": "The decoded payload" } }, "required": ["payload"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "payload": { "description": "The payload to encode into the JWT" }, "expiresIn": { "type": "object", "properties": { "value": { "type": "number", "description": "Duration value" }, "unit": { "type": "string", "enum": ["second", "minute", "hour", "day", "week", "year"], "description": "Time unit" } }, "required": ["value", "unit"], "additionalProperties": false, "description": "Token expiration time" } }, "required": ["payload", "expiresIn"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "token": { "type": "string", "description": "The signed JWT token" } }, "required": ["token"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array of items to limit" }, "limit": { "type": "number", "minimum": 0, "description": "Maximum number of items to return" }, "offset": { "description": "Number of items to skip from the beginning", "type": "number", "minimum": 0 } }, "required": ["items", "limit"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The limited array of items" }, "totalCount": { "type": "number", "description": "The original total count before limiting" } }, "required": ["items", "totalCount"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "operation": { "type": "string", "enum": ["add", "subtract", "multiply", "divide", "modulo", "power", "sqrt", "abs", "round", "floor", "ceil", "min", "max", "random"], "description": "The math operation to perform" }, "a": { "description": "First operand", "type": "number" }, "b": { "description": "Second operand (for binary operations)", "type": "number" }, "decimals": { "description": "Decimal places for round operation", "type": "number" } }, "required": ["operation"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "type": "number", "description": "The result of the operation" } }, "required": ["result"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "Objects to merge (later objects override earlier ones)" }, "deep": { "description": "Perform deep merge of nested objects", "type": "boolean" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The merged object" } }, "required": ["item"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object" }, "fields": { "type": "array", "items": { "type": "string" }, "description": "Fields to remove" } }, "required": ["item", "fields"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "Object without the specified fields" } }, "required": ["item"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object" }, "fields": { "type": "array", "items": { "type": "string" }, "description": "Fields to keep (supports dot notation for nested fields)" } }, "required": ["item", "fields"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "Object with only the specified fields" } }, "required": ["item"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "description": "Storage bucket (defaults to the content service root bucket)", "type": "string" }, "key": { "type": "string", "description": "Asset key / path of the file to read" }, "encoding": { "description": "How to decode the file bytes into `data` (default utf8)", "type": "string", "enum": ["utf8", "base64"] } }, "required": ["key"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "data": { "type": "string", "description": "File contents decoded with the requested encoding" }, "bucket": { "type": "string", "description": "Bucket the file was read from" }, "key": { "type": "string", "description": "Asset key that was read" } }, "required": ["data", "bucket", "key"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to deduplicate" }, "fields": { "type": "array", "items": { "type": "string" }, "description": "Fields to use for comparison (if empty, compares entire objects)" }, "keepFirst": { "description": "Keep the first occurrence (true) or last (false)", "type": "boolean" } }, "required": ["items", "fields"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The deduplicated array of items" }, "removedCount": { "type": "number", "description": "Number of duplicates removed" } }, "required": ["items", "removedCount"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object to transform" }, "mappings": { "type": "array", "items": { "type": "object", "properties": { "oldKey": { "type": "string", "description": "The original key name" }, "newKey": { "type": "string", "description": "The new key name" } }, "required": ["oldKey", "newKey"], "additionalProperties": false }, "description": "List of key rename mappings" }, "keepUnmapped": { "description": "Whether to keep keys that are not in the mapping", "type": "boolean" } }, "required": ["item", "mappings"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The transformed object with renamed keys" } }, "required": ["item"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to reverse" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The reversed array" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "name": { "type": "string", "description": "A unique name for this sleep step" }, "ms": { "type": "number", "description": "Duration to sleep in milliseconds" } }, "required": ["name", "ms"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to sort" }, "sortBy": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to sort by (supports dot notation)" }, "order": { "description": "Sort order", "type": "string", "enum": ["asc", "desc"] } }, "required": ["field"], "additionalProperties": false }, "description": "Fields to sort by (in order of priority)" } }, "required": ["items", "sortBy"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The sorted array of items" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "item": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The input object containing a nested array" }, "field": { "type": "string", "description": "The field path containing the array to split (supports dot notation)" }, "includeParent": { "description": "Include parent object fields in each output item", "type": "boolean" } }, "required": ["item", "field"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The split array of items" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "text": { "type": "string", "description": "The text to split into chunks" }, "strategy": { "description": "Splitting strategy: recursive (paragraph→line→word hierarchy, default), character (single separator), or token (approximate token budget)", "type": "string", "enum": ["recursive", "character", "token"] }, "chunkSize": { "description": "Maximum size of each chunk (characters, or tokens for the token strategy; default 1000)", "type": "number", "minimum": 1 }, "chunkOverlap": { "description": "Amount of overlap carried between consecutive chunks (default 200)", "type": "number", "minimum": 0 }, "separator": { "description": "Separator for the character strategy (default \"\\n\\n\")", "type": "string" } }, "required": ["text"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "chunks": { "type": "array", "items": { "type": "string" }, "description": "The resulting text chunks" } }, "required": ["chunks"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "message": { "type": "string", "description": "The error message to throw, halting the workflow" } }, "required": ["message"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "type": "string", "description": "The input string" }, "operation": { "type": "string", "enum": ["uppercase", "lowercase", "capitalize", "camelCase", "snakeCase", "kebabCase", "trim", "trimStart", "trimEnd", "split", "replace", "slice", "padStart", "padEnd"], "description": "The transformation to apply" }, "separator": { "description": "Separator for split operation", "type": "string" }, "search": { "description": "Search string for replace operation", "type": "string" }, "replacement": { "description": "Replacement string for replace operation", "type": "string" }, "replaceAll": { "description": "Replace all occurrences", "type": "boolean" }, "start": { "description": "Start index for slice", "type": "number" }, "end": { "description": "End index for slice", "type": "number" }, "length": { "description": "Target length for pad operations", "type": "number" }, "padChar": { "description": "Character to pad with", "type": "string" } }, "required": ["value", "operation"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "anyOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }], "description": "The transformed result" } }, "required": ["result"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to summarize" }, "aggregations": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to aggregate" }, "operation": { "type": "string", "enum": ["sum", "avg", "min", "max", "count", "countDistinct", "first", "last"], "description": "The aggregation operation" }, "outputField": { "type": "string", "description": "The name of the output field" } }, "required": ["field", "operation", "outputField"], "additionalProperties": false }, "description": "List of aggregation operations to perform" }, "groupBy": { "description": "Fields to group by", "type": "array", "items": { "type": "string" } } }, "required": ["items", "aggregations"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The summarized results" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The value to convert" }, "to": { "type": "string", "enum": ["string", "number", "boolean", "json", "array"], "description": "Target type" }, "radix": { "description": "Radix for number parsing (e.g., 10, 16)", "type": "number" } }, "required": ["value", "to"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "result": { "description": "The converted value" }, "success": { "type": "boolean", "description": "Whether the conversion succeeded" }, "originalType": { "type": "string", "description": "The original type of the value" } }, "required": ["result", "success", "originalType"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to get unique values from" }, "field": { "description": "For arrays of objects, the field to check uniqueness by", "type": "string" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "Array with only unique values" } }, "required": ["items"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "name": { "type": "string", "description": "A unique name for this wait step" }, "amount": { "default": 1, "description": "How long to wait", "type": "number" }, "unit": { "default": "seconds", "description": "The unit for the wait amount", "type": "string", "enum": ["seconds", "minutes", "hours", "days"] } }, "required": ["name"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema" }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "description": "Storage bucket (defaults to the content service root bucket)", "type": "string" }, "key": { "type": "string", "description": "Asset key / path to write the file to" }, "data": { "type": "string", "description": "File contents, decoded according to `encoding`" }, "encoding": { "description": "How `data` is encoded (default utf8)", "type": "string", "enum": ["utf8", "base64"] } }, "required": ["key", "data"], "additionalProperties": false }
@@ -0,0 +1 @@
1
+ { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "type": "string", "description": "Bucket the file was written to" }, "assetKey": { "type": "string", "description": "Asset key of the written file" } }, "required": ["bucket", "assetKey"], "additionalProperties": false }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was generated by @pikku/cli@0.12.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/scopes` resolves here.
6
+ */
7
+ export * from './pikku-scope-types.gen.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scopes/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.107
3
+ */
4
+ /**
5
+ * Subpath entry — `#pikku/scopes` resolves here.
6
+ */
7
+ export * from './pikku-scope-types.gen.js';
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../.pikku/addon/scopes/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1,29 @@
1
+ import type { PersonaMeta, PersonasMeta } from '@pikku/core/persona';
2
+ import type { CorePersona } from '@pikku/core/persona';
3
+ import type { SystemRoleName } from './pikku-roles.gen.js';
4
+ /** Every environment configured in pikku.config.json. */
5
+ type EnvironmentName = never;
6
+ /**
7
+ * A persona whose roles are checked against `defineSystemRole` and whose
8
+ * environments are checked against the config.
9
+ *
10
+ * Omitting `environments` means every environment except the ones flagged
11
+ * `production: true`. Naming a production one additionally requires
12
+ * `disposition: 'accountable'`, which the type cannot express and `pikku`
13
+ * refuses at build time.
14
+ */
15
+ type TypedPersona = Omit<CorePersona, 'roles' | 'environments'> & {
16
+ roles?: SystemRoleName[];
17
+ environments?: EnvironmentName[];
18
+ };
19
+ /**
20
+ * Declare the people who use this application.
21
+ *
22
+ * A persona while running is a virtual user; there is no second declaration.
23
+ */
24
+ export declare const definePersonas: (personas: Record<string, TypedPersona>) => void;
25
+ /** Declared personas, keyed by id. Read by the console and `pikku persona`. */
26
+ export declare const PERSONAS: PersonasMeta;
27
+ export declare const PERSONA_LIST: PersonaMeta[];
28
+ export {};
29
+ //# sourceMappingURL=pikku-personas.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pikku-personas.gen.d.ts","sourceRoot":"","sources":["../../../../.pikku/addon/scopes/pikku-personas.gen.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AACpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAG1D,yDAAyD;AACzD,KAAK,eAAe,GAAG,KAAK,CAAA;AAE5B;;;;;;;;GAQG;AACH,KAAK,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,OAAO,GAAG,cAAc,CAAC,GAAG;IAChE,KAAK,CAAC,EAAE,cAAc,EAAE,CAAA;IACxB,YAAY,CAAC,EAAE,eAAe,EAAE,CAAA;CACjC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,UAAU,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,KAAG,IAC1C,CAAA;AAE9B,+EAA+E;AAC/E,eAAO,MAAM,QAAQ,EAAE,YAAqD,CAAA;AAE5E,eAAO,MAAM,YAAY,EAAE,WAAW,EAA4B,CAAA"}