@pikku/addon-graph 0.0.1

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 (339) hide show
  1. package/.pikku/addon/pikku-addon-types.gen.ts +78 -0
  2. package/.pikku/addon/pikku-package.gen.ts +9 -0
  3. package/.pikku/agent/pikku-agent-map.gen.d.ts +16 -0
  4. package/.pikku/agent/pikku-agent-types.gen.ts +76 -0
  5. package/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
  6. package/.pikku/agent/pikku-agent-wirings-meta.gen.ts +7 -0
  7. package/.pikku/agent/pikku-agent-wirings.gen.ts +3 -0
  8. package/.pikku/console/pikku-node-types.gen.ts +8 -0
  9. package/.pikku/console/pikku-nodes-meta.gen.json +278 -0
  10. package/.pikku/function/pikku-function-types.gen.ts +648 -0
  11. package/.pikku/function/pikku-functions-meta-verbose.gen.json +582 -0
  12. package/.pikku/function/pikku-functions-meta.gen.json +434 -0
  13. package/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  14. package/.pikku/function/pikku-functions.gen.ts +54 -0
  15. package/.pikku/pikku-bootstrap.gen.ts +15 -0
  16. package/.pikku/pikku-services.gen.ts +32 -0
  17. package/.pikku/pikku-types.gen.ts +21 -0
  18. package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +470 -0
  19. package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +494 -0
  20. package/.pikku/schemas/register.gen.ts +195 -0
  21. package/.pikku/schemas/schemas/AggregateInput.schema.json +1 -0
  22. package/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -0
  23. package/.pikku/schemas/schemas/ChunkInput.schema.json +1 -0
  24. package/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -0
  25. package/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -0
  26. package/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -0
  27. package/.pikku/schemas/schemas/CryptoInput.schema.json +1 -0
  28. package/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -0
  29. package/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -0
  30. package/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -0
  31. package/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -0
  32. package/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -0
  33. package/.pikku/schemas/schemas/FindInput.schema.json +1 -0
  34. package/.pikku/schemas/schemas/FindOutput.schema.json +1 -0
  35. package/.pikku/schemas/schemas/GroupByInput.schema.json +1 -0
  36. package/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -0
  37. package/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -0
  38. package/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -0
  39. package/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -0
  40. package/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -0
  41. package/.pikku/schemas/schemas/LimitInput.schema.json +1 -0
  42. package/.pikku/schemas/schemas/LimitOutput.schema.json +1 -0
  43. package/.pikku/schemas/schemas/MathInput.schema.json +1 -0
  44. package/.pikku/schemas/schemas/MathOutput.schema.json +1 -0
  45. package/.pikku/schemas/schemas/MergeInput.schema.json +1 -0
  46. package/.pikku/schemas/schemas/MergeOutput.schema.json +1 -0
  47. package/.pikku/schemas/schemas/OmitInput.schema.json +1 -0
  48. package/.pikku/schemas/schemas/OmitOutput.schema.json +1 -0
  49. package/.pikku/schemas/schemas/PickInput.schema.json +1 -0
  50. package/.pikku/schemas/schemas/PickOutput.schema.json +1 -0
  51. package/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -0
  52. package/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -0
  53. package/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -0
  54. package/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -0
  55. package/.pikku/schemas/schemas/ReverseInput.schema.json +1 -0
  56. package/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -0
  57. package/.pikku/schemas/schemas/SortInput.schema.json +1 -0
  58. package/.pikku/schemas/schemas/SortOutput.schema.json +1 -0
  59. package/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -0
  60. package/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -0
  61. package/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -0
  62. package/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -0
  63. package/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -0
  64. package/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -0
  65. package/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -0
  66. package/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -0
  67. package/.pikku/schemas/schemas/UniqueInput.schema.json +1 -0
  68. package/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -0
  69. package/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  70. package/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  71. package/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  72. package/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  73. package/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  74. package/.pikku/variables/pikku-variables-meta.gen.json +1 -0
  75. package/.pikku/variables/pikku-variables.gen.ts +21 -0
  76. package/.pikku/workflow/pikku-workflow-map.gen.d.ts +34 -0
  77. package/.pikku/workflow/pikku-workflow-types.gen.ts +158 -0
  78. package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  79. package/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  80. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +49 -0
  81. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
  82. package/dist/.pikku/addon/pikku-addon-types.gen.js +55 -0
  83. package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
  84. package/dist/.pikku/addon/pikku-addon-types.gen.ts +78 -0
  85. package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
  86. package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
  87. package/dist/.pikku/addon/pikku-package.gen.js +9 -0
  88. package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
  89. package/dist/.pikku/addon/pikku-package.gen.ts +9 -0
  90. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +16 -0
  91. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
  92. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
  93. package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
  94. package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
  95. package/dist/.pikku/agent/pikku-agent-types.gen.ts +76 -0
  96. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts +2 -0
  97. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts.map +1 -0
  98. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +7 -0
  99. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js.map +1 -0
  100. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
  101. package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.ts +7 -0
  102. package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +5 -0
  103. package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts.map +1 -0
  104. package/dist/.pikku/agent/pikku-agent-wirings.gen.js +5 -0
  105. package/dist/.pikku/agent/pikku-agent-wirings.gen.js.map +1 -0
  106. package/dist/.pikku/agent/pikku-agent-wirings.gen.ts +3 -0
  107. package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
  108. package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
  109. package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
  110. package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
  111. package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
  112. package/dist/.pikku/console/pikku-nodes-meta.gen.json +278 -0
  113. package/dist/.pikku/function/pikku-function-types.gen.d.ts +477 -0
  114. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
  115. package/dist/.pikku/function/pikku-function-types.gen.js +298 -0
  116. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
  117. package/dist/.pikku/function/pikku-function-types.gen.ts +648 -0
  118. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +582 -0
  119. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
  120. package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
  121. package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
  122. package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
  123. package/dist/.pikku/function/pikku-functions-meta.gen.json +434 -0
  124. package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
  125. package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
  126. package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
  127. package/dist/.pikku/function/pikku-functions.gen.js +54 -0
  128. package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
  129. package/dist/.pikku/function/pikku-functions.gen.ts +54 -0
  130. package/dist/.pikku/pikku-bootstrap.gen.d.ts +7 -0
  131. package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
  132. package/dist/.pikku/pikku-bootstrap.gen.js +17 -0
  133. package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
  134. package/dist/.pikku/pikku-bootstrap.gen.ts +15 -0
  135. package/dist/.pikku/pikku-services.gen.d.ts +25 -0
  136. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
  137. package/dist/.pikku/pikku-services.gen.js +20 -0
  138. package/dist/.pikku/pikku-services.gen.js.map +1 -0
  139. package/dist/.pikku/pikku-services.gen.ts +32 -0
  140. package/dist/.pikku/pikku-types.gen.d.ts +12 -0
  141. package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
  142. package/dist/.pikku/pikku-types.gen.js +17 -0
  143. package/dist/.pikku/pikku-types.gen.js.map +1 -0
  144. package/dist/.pikku/pikku-types.gen.ts +21 -0
  145. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +470 -0
  146. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +494 -0
  147. package/dist/.pikku/schemas/register.gen.d.ts +2 -0
  148. package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
  149. package/dist/.pikku/schemas/register.gen.js +101 -0
  150. package/dist/.pikku/schemas/register.gen.js.map +1 -0
  151. package/dist/.pikku/schemas/register.gen.ts +195 -0
  152. package/dist/.pikku/schemas/schemas/AggregateInput.schema.json +1 -0
  153. package/dist/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -0
  154. package/dist/.pikku/schemas/schemas/ChunkInput.schema.json +1 -0
  155. package/dist/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -0
  156. package/dist/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -0
  157. package/dist/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -0
  158. package/dist/.pikku/schemas/schemas/CryptoInput.schema.json +1 -0
  159. package/dist/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -0
  160. package/dist/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -0
  161. package/dist/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -0
  162. package/dist/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -0
  163. package/dist/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -0
  164. package/dist/.pikku/schemas/schemas/FindInput.schema.json +1 -0
  165. package/dist/.pikku/schemas/schemas/FindOutput.schema.json +1 -0
  166. package/dist/.pikku/schemas/schemas/GroupByInput.schema.json +1 -0
  167. package/dist/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -0
  168. package/dist/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -0
  169. package/dist/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -0
  170. package/dist/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -0
  171. package/dist/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -0
  172. package/dist/.pikku/schemas/schemas/LimitInput.schema.json +1 -0
  173. package/dist/.pikku/schemas/schemas/LimitOutput.schema.json +1 -0
  174. package/dist/.pikku/schemas/schemas/MathInput.schema.json +1 -0
  175. package/dist/.pikku/schemas/schemas/MathOutput.schema.json +1 -0
  176. package/dist/.pikku/schemas/schemas/MergeInput.schema.json +1 -0
  177. package/dist/.pikku/schemas/schemas/MergeOutput.schema.json +1 -0
  178. package/dist/.pikku/schemas/schemas/OmitInput.schema.json +1 -0
  179. package/dist/.pikku/schemas/schemas/OmitOutput.schema.json +1 -0
  180. package/dist/.pikku/schemas/schemas/PickInput.schema.json +1 -0
  181. package/dist/.pikku/schemas/schemas/PickOutput.schema.json +1 -0
  182. package/dist/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -0
  183. package/dist/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -0
  184. package/dist/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -0
  185. package/dist/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -0
  186. package/dist/.pikku/schemas/schemas/ReverseInput.schema.json +1 -0
  187. package/dist/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -0
  188. package/dist/.pikku/schemas/schemas/SortInput.schema.json +1 -0
  189. package/dist/.pikku/schemas/schemas/SortOutput.schema.json +1 -0
  190. package/dist/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -0
  191. package/dist/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -0
  192. package/dist/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -0
  193. package/dist/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -0
  194. package/dist/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -0
  195. package/dist/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -0
  196. package/dist/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -0
  197. package/dist/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -0
  198. package/dist/.pikku/schemas/schemas/UniqueInput.schema.json +1 -0
  199. package/dist/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -0
  200. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
  201. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
  202. package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
  203. package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
  204. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
  205. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
  206. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
  207. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
  208. package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
  209. package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
  210. package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
  211. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
  212. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
  213. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
  214. package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
  215. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
  216. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
  217. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
  218. package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
  219. package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
  220. package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
  221. package/dist/.pikku/variables/pikku-variables-meta.gen.json +1 -0
  222. package/dist/.pikku/variables/pikku-variables.gen.d.ts +12 -0
  223. package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
  224. package/dist/.pikku/variables/pikku-variables.gen.js +11 -0
  225. package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
  226. package/dist/.pikku/variables/pikku-variables.gen.ts +21 -0
  227. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +34 -0
  228. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +81 -0
  229. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
  230. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +31 -0
  231. package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
  232. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +158 -0
  233. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
  234. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
  235. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
  236. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
  237. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
  238. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
  239. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
  240. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
  241. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
  242. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
  243. package/dist/src/functions/array/aggregate.function.d.ts +33 -0
  244. package/dist/src/functions/array/aggregate.function.d.ts.map +1 -0
  245. package/dist/src/functions/array/aggregate.function.js +51 -0
  246. package/dist/src/functions/array/aggregate.function.js.map +1 -0
  247. package/dist/src/functions/array/chunk.function.d.ts +25 -0
  248. package/dist/src/functions/array/chunk.function.d.ts.map +1 -0
  249. package/dist/src/functions/array/chunk.function.js +23 -0
  250. package/dist/src/functions/array/chunk.function.js.map +1 -0
  251. package/dist/src/functions/array/find.function.d.ts +41 -0
  252. package/dist/src/functions/array/find.function.d.ts.map +1 -0
  253. package/dist/src/functions/array/find.function.js +56 -0
  254. package/dist/src/functions/array/find.function.js.map +1 -0
  255. package/dist/src/functions/array/group-by.function.d.ts +25 -0
  256. package/dist/src/functions/array/group-by.function.d.ts.map +1 -0
  257. package/dist/src/functions/array/group-by.function.js +42 -0
  258. package/dist/src/functions/array/group-by.function.js.map +1 -0
  259. package/dist/src/functions/array/limit.function.d.ts +33 -0
  260. package/dist/src/functions/array/limit.function.d.ts.map +1 -0
  261. package/dist/src/functions/array/limit.function.js +28 -0
  262. package/dist/src/functions/array/limit.function.js.map +1 -0
  263. package/dist/src/functions/array/remove-duplicates.function.d.ts +33 -0
  264. package/dist/src/functions/array/remove-duplicates.function.d.ts.map +1 -0
  265. package/dist/src/functions/array/remove-duplicates.function.js +62 -0
  266. package/dist/src/functions/array/remove-duplicates.function.js.map +1 -0
  267. package/dist/src/functions/array/reverse.function.d.ts +21 -0
  268. package/dist/src/functions/array/reverse.function.d.ts.map +1 -0
  269. package/dist/src/functions/array/reverse.function.js +18 -0
  270. package/dist/src/functions/array/reverse.function.js.map +1 -0
  271. package/dist/src/functions/array/sort.function.d.ts +40 -0
  272. package/dist/src/functions/array/sort.function.d.ts.map +1 -0
  273. package/dist/src/functions/array/sort.function.js +74 -0
  274. package/dist/src/functions/array/sort.function.js.map +1 -0
  275. package/dist/src/functions/array/split-out.function.d.ts +29 -0
  276. package/dist/src/functions/array/split-out.function.d.ts.map +1 -0
  277. package/dist/src/functions/array/split-out.function.js +74 -0
  278. package/dist/src/functions/array/split-out.function.js.map +1 -0
  279. package/dist/src/functions/array/summarize.function.d.ts +54 -0
  280. package/dist/src/functions/array/summarize.function.d.ts.map +1 -0
  281. package/dist/src/functions/array/summarize.function.js +106 -0
  282. package/dist/src/functions/array/summarize.function.js.map +1 -0
  283. package/dist/src/functions/array/unique.function.d.ts +25 -0
  284. package/dist/src/functions/array/unique.function.d.ts.map +1 -0
  285. package/dist/src/functions/array/unique.function.js +44 -0
  286. package/dist/src/functions/array/unique.function.js.map +1 -0
  287. package/dist/src/functions/data/coalesce.function.d.ts +33 -0
  288. package/dist/src/functions/data/coalesce.function.d.ts.map +1 -0
  289. package/dist/src/functions/data/coalesce.function.js +36 -0
  290. package/dist/src/functions/data/coalesce.function.js.map +1 -0
  291. package/dist/src/functions/data/crypto.function.d.ts +59 -0
  292. package/dist/src/functions/data/crypto.function.d.ts.map +1 -0
  293. package/dist/src/functions/data/crypto.function.js +93 -0
  294. package/dist/src/functions/data/crypto.function.js.map +1 -0
  295. package/dist/src/functions/data/date-time.function.d.ts +71 -0
  296. package/dist/src/functions/data/date-time.function.d.ts.map +1 -0
  297. package/dist/src/functions/data/date-time.function.js +118 -0
  298. package/dist/src/functions/data/date-time.function.js.map +1 -0
  299. package/dist/src/functions/data/jwt.function.d.ts +63 -0
  300. package/dist/src/functions/data/jwt.function.d.ts.map +1 -0
  301. package/dist/src/functions/data/jwt.function.js +49 -0
  302. package/dist/src/functions/data/jwt.function.js.map +1 -0
  303. package/dist/src/functions/data/math.function.d.ts +48 -0
  304. package/dist/src/functions/data/math.function.d.ts.map +1 -0
  305. package/dist/src/functions/data/math.function.js +91 -0
  306. package/dist/src/functions/data/math.function.js.map +1 -0
  307. package/dist/src/functions/data/string-transform.function.d.ts +72 -0
  308. package/dist/src/functions/data/string-transform.function.d.ts.map +1 -0
  309. package/dist/src/functions/data/string-transform.function.js +123 -0
  310. package/dist/src/functions/data/string-transform.function.js.map +1 -0
  311. package/dist/src/functions/data/type-convert.function.d.ts +43 -0
  312. package/dist/src/functions/data/type-convert.function.d.ts.map +1 -0
  313. package/dist/src/functions/data/type-convert.function.js +102 -0
  314. package/dist/src/functions/data/type-convert.function.js.map +1 -0
  315. package/dist/src/functions/transform/edit-fields.function.d.ts +49 -0
  316. package/dist/src/functions/transform/edit-fields.function.d.ts.map +1 -0
  317. package/dist/src/functions/transform/edit-fields.function.js +95 -0
  318. package/dist/src/functions/transform/edit-fields.function.js.map +1 -0
  319. package/dist/src/functions/transform/merge.function.d.ts +25 -0
  320. package/dist/src/functions/transform/merge.function.d.ts.map +1 -0
  321. package/dist/src/functions/transform/merge.function.js +52 -0
  322. package/dist/src/functions/transform/merge.function.js.map +1 -0
  323. package/dist/src/functions/transform/omit.function.d.ts +25 -0
  324. package/dist/src/functions/transform/omit.function.d.ts.map +1 -0
  325. package/dist/src/functions/transform/omit.function.js +28 -0
  326. package/dist/src/functions/transform/omit.function.js.map +1 -0
  327. package/dist/src/functions/transform/pick.function.d.ts +25 -0
  328. package/dist/src/functions/transform/pick.function.d.ts.map +1 -0
  329. package/dist/src/functions/transform/pick.function.js +52 -0
  330. package/dist/src/functions/transform/pick.function.js.map +1 -0
  331. package/dist/src/functions/transform/rename-keys.function.d.ts +41 -0
  332. package/dist/src/functions/transform/rename-keys.function.d.ts.map +1 -0
  333. package/dist/src/functions/transform/rename-keys.function.js +42 -0
  334. package/dist/src/functions/transform/rename-keys.function.js.map +1 -0
  335. package/dist/src/services.d.ts +2 -0
  336. package/dist/src/services.d.ts.map +1 -0
  337. package/dist/src/services.js +5 -0
  338. package/dist/src/services.js.map +1 -0
  339. package/package.json +43 -0
@@ -0,0 +1,278 @@
1
+ {
2
+ "nodes": {
3
+ "aggregate": {
4
+ "name": "aggregate",
5
+ "displayName": "Aggregate",
6
+ "category": "Array",
7
+ "type": "action",
8
+ "rpc": "aggregate",
9
+ "description": "Combine a field from many items into a list in a single item",
10
+ "errorOutput": false,
11
+ "inputSchemaName": "AggregateInput",
12
+ "outputSchemaName": "AggregateOutput"
13
+ },
14
+ "chunk": {
15
+ "name": "chunk",
16
+ "displayName": "Chunk",
17
+ "category": "Array",
18
+ "type": "action",
19
+ "rpc": "chunk",
20
+ "description": "Split array into chunks of specified size",
21
+ "errorOutput": false,
22
+ "inputSchemaName": "ChunkInput",
23
+ "outputSchemaName": "ChunkOutput"
24
+ },
25
+ "find": {
26
+ "name": "find",
27
+ "displayName": "Find",
28
+ "category": "Array",
29
+ "type": "action",
30
+ "rpc": "find",
31
+ "description": "Find the first item matching a field value",
32
+ "errorOutput": false,
33
+ "inputSchemaName": "FindInput",
34
+ "outputSchemaName": "FindOutput"
35
+ },
36
+ "groupBy": {
37
+ "name": "groupBy",
38
+ "displayName": "Group By",
39
+ "category": "Array",
40
+ "type": "action",
41
+ "rpc": "groupBy",
42
+ "description": "Group items by a field value",
43
+ "errorOutput": false,
44
+ "inputSchemaName": "GroupByInput",
45
+ "outputSchemaName": "GroupByOutput"
46
+ },
47
+ "limit": {
48
+ "name": "limit",
49
+ "displayName": "Limit",
50
+ "category": "Array",
51
+ "type": "action",
52
+ "rpc": "limit",
53
+ "description": "Restrict the number of items",
54
+ "errorOutput": false,
55
+ "inputSchemaName": "LimitInput",
56
+ "outputSchemaName": "LimitOutput"
57
+ },
58
+ "removeDuplicates": {
59
+ "name": "removeDuplicates",
60
+ "displayName": "Remove Duplicates",
61
+ "category": "Array",
62
+ "type": "action",
63
+ "rpc": "removeDuplicates",
64
+ "description": "Delete items with matching field values",
65
+ "errorOutput": false,
66
+ "inputSchemaName": "RemoveDuplicatesInput",
67
+ "outputSchemaName": "RemoveDuplicatesOutput"
68
+ },
69
+ "reverse": {
70
+ "name": "reverse",
71
+ "displayName": "Reverse",
72
+ "category": "Array",
73
+ "type": "action",
74
+ "rpc": "reverse",
75
+ "description": "Reverse the order of items in an array",
76
+ "errorOutput": false,
77
+ "inputSchemaName": "ReverseInput",
78
+ "outputSchemaName": "ReverseOutput"
79
+ },
80
+ "sort": {
81
+ "name": "sort",
82
+ "displayName": "Sort",
83
+ "category": "Array",
84
+ "type": "action",
85
+ "rpc": "sort",
86
+ "description": "Change items order",
87
+ "errorOutput": false,
88
+ "inputSchemaName": "SortInput",
89
+ "outputSchemaName": "SortOutput"
90
+ },
91
+ "splitOut": {
92
+ "name": "splitOut",
93
+ "displayName": "Split Out",
94
+ "category": "Array",
95
+ "type": "action",
96
+ "rpc": "splitOut",
97
+ "description": "Turn a list inside item(s) into separate items",
98
+ "errorOutput": false,
99
+ "inputSchemaName": "SplitOutInput",
100
+ "outputSchemaName": "SplitOutOutput"
101
+ },
102
+ "summarize": {
103
+ "name": "summarize",
104
+ "displayName": "Summarize",
105
+ "category": "Array",
106
+ "type": "action",
107
+ "rpc": "summarize",
108
+ "description": "Sum, count, max, etc. across items",
109
+ "errorOutput": false,
110
+ "inputSchemaName": "SummarizeInput",
111
+ "outputSchemaName": "SummarizeOutput"
112
+ },
113
+ "unique": {
114
+ "name": "unique",
115
+ "displayName": "Unique",
116
+ "category": "Array",
117
+ "type": "action",
118
+ "rpc": "unique",
119
+ "description": "Get unique values from an array",
120
+ "errorOutput": false,
121
+ "inputSchemaName": "UniqueInput",
122
+ "outputSchemaName": "UniqueOutput"
123
+ },
124
+ "coalesce": {
125
+ "name": "coalesce",
126
+ "displayName": "Coalesce",
127
+ "category": "Data",
128
+ "type": "action",
129
+ "rpc": "coalesce",
130
+ "description": "Return the first non-null value",
131
+ "errorOutput": false,
132
+ "inputSchemaName": "CoalesceInput",
133
+ "outputSchemaName": "CoalesceOutput"
134
+ },
135
+ "crypto": {
136
+ "name": "crypto",
137
+ "displayName": "Crypto",
138
+ "category": "Data",
139
+ "type": "action",
140
+ "rpc": "crypto",
141
+ "description": "Provide cryptographic utilities",
142
+ "errorOutput": false,
143
+ "inputSchemaName": "CryptoInput",
144
+ "outputSchemaName": "CryptoOutput"
145
+ },
146
+ "dateTime": {
147
+ "name": "dateTime",
148
+ "displayName": "Date & Time",
149
+ "category": "Data",
150
+ "type": "action",
151
+ "rpc": "dateTime",
152
+ "description": "Manipulate date and time values",
153
+ "errorOutput": false,
154
+ "inputSchemaName": "DateTimeInput",
155
+ "outputSchemaName": "DateTimeOutput"
156
+ },
157
+ "jwtSign": {
158
+ "name": "jwtSign",
159
+ "displayName": "JWT Sign",
160
+ "category": "Data",
161
+ "type": "action",
162
+ "rpc": "jwtSign",
163
+ "description": "Sign a payload into a JWT token",
164
+ "errorOutput": false,
165
+ "inputSchemaName": "JwtSignInput",
166
+ "outputSchemaName": "JwtSignOutput"
167
+ },
168
+ "jwtDecode": {
169
+ "name": "jwtDecode",
170
+ "displayName": "JWT Decode",
171
+ "category": "Data",
172
+ "type": "action",
173
+ "rpc": "jwtDecode",
174
+ "description": "Decode a JWT token into its payload",
175
+ "errorOutput": false,
176
+ "inputSchemaName": "JwtDecodeInput",
177
+ "outputSchemaName": "JwtDecodeOutput"
178
+ },
179
+ "math": {
180
+ "name": "math",
181
+ "displayName": "Math",
182
+ "category": "Data",
183
+ "type": "action",
184
+ "rpc": "math",
185
+ "description": "Perform math operations",
186
+ "errorOutput": false,
187
+ "inputSchemaName": "MathInput",
188
+ "outputSchemaName": "MathOutput"
189
+ },
190
+ "stringTransform": {
191
+ "name": "stringTransform",
192
+ "displayName": "String Transform",
193
+ "category": "Data",
194
+ "type": "action",
195
+ "rpc": "stringTransform",
196
+ "description": "Transform strings (case, trim, split, replace, etc.)",
197
+ "errorOutput": false,
198
+ "inputSchemaName": "StringTransformInput",
199
+ "outputSchemaName": "StringTransformOutput"
200
+ },
201
+ "typeConvert": {
202
+ "name": "typeConvert",
203
+ "displayName": "Type Convert",
204
+ "category": "Data",
205
+ "type": "action",
206
+ "rpc": "typeConvert",
207
+ "description": "Convert between types (string, number, boolean, json, array)",
208
+ "errorOutput": false,
209
+ "inputSchemaName": "TypeConvertInput",
210
+ "outputSchemaName": "TypeConvertOutput"
211
+ },
212
+ "editFields": {
213
+ "name": "editFields",
214
+ "displayName": "Edit Fields",
215
+ "category": "Transform",
216
+ "type": "action",
217
+ "rpc": "editFields",
218
+ "description": "Modify, add, or remove item fields",
219
+ "errorOutput": false,
220
+ "inputSchemaName": "EditFieldsInput",
221
+ "outputSchemaName": "EditFieldsOutput"
222
+ },
223
+ "merge": {
224
+ "name": "merge",
225
+ "displayName": "Merge",
226
+ "category": "Transform",
227
+ "type": "action",
228
+ "rpc": "merge",
229
+ "description": "Merge multiple objects into one",
230
+ "errorOutput": false,
231
+ "inputSchemaName": "MergeInput",
232
+ "outputSchemaName": "MergeOutput"
233
+ },
234
+ "omit": {
235
+ "name": "omit",
236
+ "displayName": "Omit",
237
+ "category": "Transform",
238
+ "type": "action",
239
+ "rpc": "omit",
240
+ "description": "Remove specified fields from an object",
241
+ "errorOutput": false,
242
+ "inputSchemaName": "OmitInput",
243
+ "outputSchemaName": "OmitOutput"
244
+ },
245
+ "pick": {
246
+ "name": "pick",
247
+ "displayName": "Pick",
248
+ "category": "Transform",
249
+ "type": "action",
250
+ "rpc": "pick",
251
+ "description": "Keep only specified fields from an object",
252
+ "errorOutput": false,
253
+ "inputSchemaName": "PickInput",
254
+ "outputSchemaName": "PickOutput"
255
+ },
256
+ "renameKeys": {
257
+ "name": "renameKeys",
258
+ "displayName": "Rename Keys",
259
+ "category": "Transform",
260
+ "type": "action",
261
+ "rpc": "renameKeys",
262
+ "description": "Update item field names",
263
+ "errorOutput": false,
264
+ "inputSchemaName": "RenameKeysInput",
265
+ "outputSchemaName": "RenameKeysOutput"
266
+ }
267
+ },
268
+ "secrets": {},
269
+ "package": {
270
+ "displayName": "Pikku Utils",
271
+ "description": "Data transformation and utility functions",
272
+ "categories": [
273
+ "Transform",
274
+ "Array",
275
+ "Data"
276
+ ]
277
+ }
278
+ }