@pikku/addon-graph 0.12.0 → 0.12.4

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 (231) hide show
  1. package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +2 -2
  2. package/dist/.pikku/addon/pikku-addon-types.gen.js +2 -2
  3. package/dist/.pikku/addon/pikku-package.gen.js +1 -1
  4. package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
  5. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  6. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  7. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  8. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  9. package/dist/.pikku/function/pikku-function-types.gen.d.ts +57 -70
  10. package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
  11. package/dist/.pikku/function/pikku-function-types.gen.js +67 -43
  12. package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
  13. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  14. package/dist/.pikku/function/pikku-functions-meta.gen.json +476 -449
  15. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  16. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  17. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  18. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  19. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  20. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  21. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  22. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  23. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  24. package/dist/.pikku/pikku-services.gen.d.ts +8 -3
  25. package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
  26. package/dist/.pikku/pikku-services.gen.js +6 -1
  27. package/dist/.pikku/pikku-services.gen.js.map +1 -1
  28. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-types.gen.js +1 -1
  30. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  31. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  32. package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +11 -3
  33. package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +12 -4
  34. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  35. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +26 -26
  36. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  37. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  38. package/dist/.pikku/schemas/register.gen.js +3 -1
  39. package/dist/.pikku/schemas/register.gen.js.map +1 -1
  40. package/dist/.pikku/schemas/schemas/AggregateInput.schema.json +1 -1
  41. package/dist/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -1
  42. package/dist/.pikku/schemas/schemas/ChunkInput.schema.json +1 -1
  43. package/dist/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -1
  44. package/dist/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -1
  45. package/dist/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -1
  46. package/dist/.pikku/schemas/schemas/CryptoInput.schema.json +1 -1
  47. package/dist/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -1
  48. package/dist/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -1
  49. package/dist/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -1
  50. package/dist/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -1
  51. package/dist/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -1
  52. package/dist/.pikku/schemas/schemas/FindInput.schema.json +1 -1
  53. package/dist/.pikku/schemas/schemas/FindOutput.schema.json +1 -1
  54. package/dist/.pikku/schemas/schemas/GroupByInput.schema.json +1 -1
  55. package/dist/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -1
  56. package/dist/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -1
  57. package/dist/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -1
  58. package/dist/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -1
  59. package/dist/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -1
  60. package/dist/.pikku/schemas/schemas/LimitInput.schema.json +1 -1
  61. package/dist/.pikku/schemas/schemas/LimitOutput.schema.json +1 -1
  62. package/dist/.pikku/schemas/schemas/MathInput.schema.json +1 -1
  63. package/dist/.pikku/schemas/schemas/MathOutput.schema.json +1 -1
  64. package/dist/.pikku/schemas/schemas/MergeInput.schema.json +1 -1
  65. package/dist/.pikku/schemas/schemas/MergeOutput.schema.json +1 -1
  66. package/dist/.pikku/schemas/schemas/OmitInput.schema.json +1 -1
  67. package/dist/.pikku/schemas/schemas/OmitOutput.schema.json +1 -1
  68. package/dist/.pikku/schemas/schemas/PickInput.schema.json +1 -1
  69. package/dist/.pikku/schemas/schemas/PickOutput.schema.json +1 -1
  70. package/dist/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -1
  71. package/dist/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -1
  72. package/dist/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -1
  73. package/dist/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -1
  74. package/dist/.pikku/schemas/schemas/ReverseInput.schema.json +1 -1
  75. package/dist/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -1
  76. package/dist/.pikku/schemas/schemas/SleepInput.schema.json +1 -1
  77. package/dist/.pikku/schemas/schemas/SleepOutput.schema.json +1 -0
  78. package/dist/.pikku/schemas/schemas/SortInput.schema.json +1 -1
  79. package/dist/.pikku/schemas/schemas/SortOutput.schema.json +1 -1
  80. package/dist/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -1
  81. package/dist/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -1
  82. package/dist/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -1
  83. package/dist/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -1
  84. package/dist/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -1
  85. package/dist/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -1
  86. package/dist/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -1
  87. package/dist/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -1
  88. package/dist/.pikku/schemas/schemas/UniqueInput.schema.json +1 -1
  89. package/dist/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -1
  90. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  91. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  92. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  93. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  94. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  95. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  96. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  97. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  98. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  99. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  100. package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
  101. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  102. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  103. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  104. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
  105. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  106. package/dist/src/functions/data/sleep.function.d.ts +1 -0
  107. package/dist/src/functions/data/sleep.function.d.ts.map +1 -1
  108. package/dist/src/functions/data/sleep.function.js +2 -1
  109. package/dist/src/functions/data/sleep.function.js.map +1 -1
  110. package/package.json +15 -17
  111. package/.pikku/addon/pikku-addon-types.gen.ts +0 -105
  112. package/.pikku/addon/pikku-package.gen.ts +0 -11
  113. package/.pikku/agent/pikku-agent-map.gen.d.ts +0 -4
  114. package/.pikku/agent/pikku-agent-types.gen.ts +0 -82
  115. package/.pikku/channel/pikku-channel-types.gen.ts +0 -177
  116. package/.pikku/cli/pikku-cli-types.gen.ts +0 -105
  117. package/.pikku/console/pikku-addon-meta.gen.json +0 -281
  118. package/.pikku/console/pikku-node-types.gen.ts +0 -8
  119. package/.pikku/function/pikku-function-types.gen.ts +0 -684
  120. package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -660
  121. package/.pikku/function/pikku-functions-meta.gen.json +0 -450
  122. package/.pikku/function/pikku-functions-meta.gen.ts +0 -7
  123. package/.pikku/function/pikku-functions.gen.ts +0 -56
  124. package/.pikku/http/pikku-http-types.gen.ts +0 -147
  125. package/.pikku/mcp/pikku-mcp-types.gen.ts +0 -183
  126. package/.pikku/pikku-bootstrap.gen.ts +0 -8
  127. package/.pikku/pikku-meta-service.gen.ts +0 -10
  128. package/.pikku/pikku-services.gen.ts +0 -39
  129. package/.pikku/pikku-types.gen.ts +0 -21
  130. package/.pikku/queue/pikku-queue-types.gen.ts +0 -27
  131. package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -488
  132. package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -513
  133. package/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +0 -27
  134. package/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +0 -6
  135. package/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
  136. package/.pikku/schemas/register.gen.ts +0 -199
  137. package/.pikku/schemas/schemas/AggregateInput.schema.json +0 -1
  138. package/.pikku/schemas/schemas/AggregateOutput.schema.json +0 -1
  139. package/.pikku/schemas/schemas/ChunkInput.schema.json +0 -1
  140. package/.pikku/schemas/schemas/ChunkOutput.schema.json +0 -1
  141. package/.pikku/schemas/schemas/CoalesceInput.schema.json +0 -1
  142. package/.pikku/schemas/schemas/CoalesceOutput.schema.json +0 -1
  143. package/.pikku/schemas/schemas/CryptoInput.schema.json +0 -1
  144. package/.pikku/schemas/schemas/CryptoOutput.schema.json +0 -1
  145. package/.pikku/schemas/schemas/DateTimeInput.schema.json +0 -1
  146. package/.pikku/schemas/schemas/DateTimeOutput.schema.json +0 -1
  147. package/.pikku/schemas/schemas/EditFieldsInput.schema.json +0 -1
  148. package/.pikku/schemas/schemas/EditFieldsOutput.schema.json +0 -1
  149. package/.pikku/schemas/schemas/FindInput.schema.json +0 -1
  150. package/.pikku/schemas/schemas/FindOutput.schema.json +0 -1
  151. package/.pikku/schemas/schemas/GroupByInput.schema.json +0 -1
  152. package/.pikku/schemas/schemas/GroupByOutput.schema.json +0 -1
  153. package/.pikku/schemas/schemas/JwtDecodeInput.schema.json +0 -1
  154. package/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +0 -1
  155. package/.pikku/schemas/schemas/JwtSignInput.schema.json +0 -1
  156. package/.pikku/schemas/schemas/JwtSignOutput.schema.json +0 -1
  157. package/.pikku/schemas/schemas/LimitInput.schema.json +0 -1
  158. package/.pikku/schemas/schemas/LimitOutput.schema.json +0 -1
  159. package/.pikku/schemas/schemas/MathInput.schema.json +0 -1
  160. package/.pikku/schemas/schemas/MathOutput.schema.json +0 -1
  161. package/.pikku/schemas/schemas/MergeInput.schema.json +0 -1
  162. package/.pikku/schemas/schemas/MergeOutput.schema.json +0 -1
  163. package/.pikku/schemas/schemas/OmitInput.schema.json +0 -1
  164. package/.pikku/schemas/schemas/OmitOutput.schema.json +0 -1
  165. package/.pikku/schemas/schemas/PickInput.schema.json +0 -1
  166. package/.pikku/schemas/schemas/PickOutput.schema.json +0 -1
  167. package/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +0 -1
  168. package/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +0 -1
  169. package/.pikku/schemas/schemas/RenameKeysInput.schema.json +0 -1
  170. package/.pikku/schemas/schemas/RenameKeysOutput.schema.json +0 -1
  171. package/.pikku/schemas/schemas/ReverseInput.schema.json +0 -1
  172. package/.pikku/schemas/schemas/ReverseOutput.schema.json +0 -1
  173. package/.pikku/schemas/schemas/SleepInput.schema.json +0 -1
  174. package/.pikku/schemas/schemas/SortInput.schema.json +0 -1
  175. package/.pikku/schemas/schemas/SortOutput.schema.json +0 -1
  176. package/.pikku/schemas/schemas/SplitOutInput.schema.json +0 -1
  177. package/.pikku/schemas/schemas/SplitOutOutput.schema.json +0 -1
  178. package/.pikku/schemas/schemas/StringTransformInput.schema.json +0 -1
  179. package/.pikku/schemas/schemas/StringTransformOutput.schema.json +0 -1
  180. package/.pikku/schemas/schemas/SummarizeInput.schema.json +0 -1
  181. package/.pikku/schemas/schemas/SummarizeOutput.schema.json +0 -1
  182. package/.pikku/schemas/schemas/TypeConvertInput.schema.json +0 -1
  183. package/.pikku/schemas/schemas/TypeConvertOutput.schema.json +0 -1
  184. package/.pikku/schemas/schemas/UniqueInput.schema.json +0 -1
  185. package/.pikku/schemas/schemas/UniqueOutput.schema.json +0 -1
  186. package/.pikku/secrets/pikku-secret-types.gen.ts +0 -5
  187. package/.pikku/secrets/pikku-secrets-meta.gen.json +0 -1
  188. package/.pikku/secrets/pikku-secrets.gen.ts +0 -21
  189. package/.pikku/trigger/pikku-trigger-types.gen.ts +0 -160
  190. package/.pikku/variables/pikku-variable-types.gen.ts +0 -5
  191. package/.pikku/variables/pikku-variables-meta.gen.json +0 -1
  192. package/.pikku/variables/pikku-variables.gen.ts +0 -21
  193. package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -38
  194. package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -167
  195. package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
  196. package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
  197. package/dist/.pikku/addon/pikku-addon-types.gen.ts +0 -105
  198. package/dist/.pikku/addon/pikku-package.gen.ts +0 -11
  199. package/dist/.pikku/agent/pikku-agent-types.gen.ts +0 -82
  200. package/dist/.pikku/channel/pikku-channel-types.gen.ts +0 -177
  201. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +0 -78
  202. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts.map +0 -1
  203. package/dist/.pikku/cli/pikku-cli-types.gen.js +0 -61
  204. package/dist/.pikku/cli/pikku-cli-types.gen.js.map +0 -1
  205. package/dist/.pikku/cli/pikku-cli-types.gen.ts +0 -105
  206. package/dist/.pikku/console/pikku-addon-meta.gen.json +0 -281
  207. package/dist/.pikku/console/pikku-node-types.gen.ts +0 -8
  208. package/dist/.pikku/function/pikku-function-types.gen.ts +0 -684
  209. package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -660
  210. package/dist/.pikku/function/pikku-functions-meta.gen.ts +0 -7
  211. package/dist/.pikku/function/pikku-functions.gen.ts +0 -56
  212. package/dist/.pikku/http/pikku-http-types.gen.ts +0 -147
  213. package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +0 -183
  214. package/dist/.pikku/pikku-bootstrap.gen.ts +0 -8
  215. package/dist/.pikku/pikku-meta-service.gen.ts +0 -10
  216. package/dist/.pikku/pikku-services.gen.ts +0 -39
  217. package/dist/.pikku/pikku-types.gen.ts +0 -21
  218. package/dist/.pikku/queue/pikku-queue-types.gen.ts +0 -27
  219. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +0 -6
  220. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
  221. package/dist/.pikku/schemas/register.gen.ts +0 -199
  222. package/dist/.pikku/secrets/pikku-secret-types.gen.ts +0 -5
  223. package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +0 -1
  224. package/dist/.pikku/secrets/pikku-secrets.gen.ts +0 -21
  225. package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +0 -160
  226. package/dist/.pikku/variables/pikku-variable-types.gen.ts +0 -5
  227. package/dist/.pikku/variables/pikku-variables-meta.gen.json +0 -1
  228. package/dist/.pikku/variables/pikku-variables.gen.ts +0 -21
  229. package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +0 -167
  230. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
  231. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
@@ -1,450 +1,477 @@
1
1
  {
2
- "aggregate": {
3
- "pikkuFuncId": "aggregate",
4
- "functionType": "user",
5
- "funcWrapper": "pikkuSessionlessFunc",
6
- "sessionless": true,
7
- "name": "aggregate",
8
- "inputSchemaName": "AggregateInput",
9
- "outputSchemaName": "AggregateOutput",
10
- "inputs": [
11
- "AggregateInput"
12
- ],
13
- "outputs": [
14
- "AggregateOutput"
15
- ],
16
- "contractHash": "6646e357810ff732",
17
- "inputHash": "7095d4db",
18
- "outputHash": "e975f06d"
19
- },
20
- "chunk": {
21
- "pikkuFuncId": "chunk",
22
- "functionType": "user",
23
- "funcWrapper": "pikkuSessionlessFunc",
24
- "sessionless": true,
25
- "name": "chunk",
26
- "inputSchemaName": "ChunkInput",
27
- "outputSchemaName": "ChunkOutput",
28
- "inputs": [
29
- "ChunkInput"
30
- ],
31
- "outputs": [
32
- "ChunkOutput"
33
- ],
34
- "contractHash": "f3e025ccc0be3aa8",
35
- "inputHash": "9e3887d0",
36
- "outputHash": "09634b84"
37
- },
38
- "find": {
39
- "pikkuFuncId": "find",
40
- "functionType": "user",
41
- "funcWrapper": "pikkuSessionlessFunc",
42
- "sessionless": true,
43
- "name": "find",
44
- "inputSchemaName": "FindInput",
45
- "outputSchemaName": "FindOutput",
46
- "inputs": [
47
- "FindInput"
48
- ],
49
- "outputs": [
50
- "FindOutput"
51
- ],
52
- "contractHash": "d916d83598f3942c",
53
- "inputHash": "463866fb",
54
- "outputHash": "c8cf3580"
55
- },
56
- "groupBy": {
57
- "pikkuFuncId": "groupBy",
58
- "functionType": "user",
59
- "funcWrapper": "pikkuSessionlessFunc",
60
- "sessionless": true,
61
- "name": "groupBy",
62
- "inputSchemaName": "GroupByInput",
63
- "outputSchemaName": "GroupByOutput",
64
- "inputs": [
65
- "GroupByInput"
66
- ],
67
- "outputs": [
68
- "GroupByOutput"
69
- ],
70
- "contractHash": "983fc1270a3ef585",
71
- "inputHash": "a559ec54",
72
- "outputHash": "cbd369f9"
73
- },
74
- "limit": {
75
- "pikkuFuncId": "limit",
76
- "functionType": "user",
77
- "funcWrapper": "pikkuSessionlessFunc",
78
- "sessionless": true,
79
- "name": "limit",
80
- "inputSchemaName": "LimitInput",
81
- "outputSchemaName": "LimitOutput",
82
- "inputs": [
83
- "LimitInput"
84
- ],
85
- "outputs": [
86
- "LimitOutput"
87
- ],
88
- "contractHash": "634a5e4e1e4618a6",
89
- "inputHash": "dd5593d3",
90
- "outputHash": "82f7aa38"
91
- },
92
- "removeDuplicates": {
93
- "pikkuFuncId": "removeDuplicates",
94
- "functionType": "user",
95
- "funcWrapper": "pikkuSessionlessFunc",
96
- "sessionless": true,
97
- "name": "removeDuplicates",
98
- "inputSchemaName": "RemoveDuplicatesInput",
99
- "outputSchemaName": "RemoveDuplicatesOutput",
100
- "inputs": [
101
- "RemoveDuplicatesInput"
102
- ],
103
- "outputs": [
104
- "RemoveDuplicatesOutput"
105
- ],
106
- "contractHash": "ece62358aebbd4f4",
107
- "inputHash": "a7dec329",
108
- "outputHash": "93cbcf6f"
109
- },
110
- "reverse": {
111
- "pikkuFuncId": "reverse",
112
- "functionType": "user",
113
- "funcWrapper": "pikkuSessionlessFunc",
114
- "sessionless": true,
115
- "name": "reverse",
116
- "inputSchemaName": "ReverseInput",
117
- "outputSchemaName": "ReverseOutput",
118
- "inputs": [
119
- "ReverseInput"
120
- ],
121
- "outputs": [
122
- "ReverseOutput"
123
- ],
124
- "contractHash": "9673137c6f655969",
125
- "inputHash": "1b826e9b",
126
- "outputHash": "c609276e"
127
- },
128
- "sort": {
129
- "pikkuFuncId": "sort",
130
- "functionType": "user",
131
- "funcWrapper": "pikkuSessionlessFunc",
132
- "sessionless": true,
133
- "name": "sort",
134
- "inputSchemaName": "SortInput",
135
- "outputSchemaName": "SortOutput",
136
- "inputs": [
137
- "SortInput"
138
- ],
139
- "outputs": [
140
- "SortOutput"
141
- ],
142
- "contractHash": "8eab9165a4055318",
143
- "inputHash": "1bd5a514",
144
- "outputHash": "d1904adf"
145
- },
146
- "splitOut": {
147
- "pikkuFuncId": "splitOut",
148
- "functionType": "user",
149
- "funcWrapper": "pikkuSessionlessFunc",
150
- "sessionless": true,
151
- "name": "splitOut",
152
- "inputSchemaName": "SplitOutInput",
153
- "outputSchemaName": "SplitOutOutput",
154
- "inputs": [
155
- "SplitOutInput"
156
- ],
157
- "outputs": [
158
- "SplitOutOutput"
159
- ],
160
- "contractHash": "a4c3f093e598a514",
161
- "inputHash": "c8e65194",
162
- "outputHash": "608db389"
163
- },
164
- "summarize": {
165
- "pikkuFuncId": "summarize",
166
- "functionType": "user",
167
- "funcWrapper": "pikkuSessionlessFunc",
168
- "sessionless": true,
169
- "name": "summarize",
170
- "inputSchemaName": "SummarizeInput",
171
- "outputSchemaName": "SummarizeOutput",
172
- "inputs": [
173
- "SummarizeInput"
174
- ],
175
- "outputs": [
176
- "SummarizeOutput"
177
- ],
178
- "contractHash": "ab78ac6eed8b2ce0",
179
- "inputHash": "7d7d0173",
180
- "outputHash": "b03990e8"
181
- },
182
- "unique": {
183
- "pikkuFuncId": "unique",
184
- "functionType": "user",
185
- "funcWrapper": "pikkuSessionlessFunc",
186
- "sessionless": true,
187
- "name": "unique",
188
- "inputSchemaName": "UniqueInput",
189
- "outputSchemaName": "UniqueOutput",
190
- "inputs": [
191
- "UniqueInput"
192
- ],
193
- "outputs": [
194
- "UniqueOutput"
195
- ],
196
- "contractHash": "af135d5702d2aca2",
197
- "inputHash": "2a18be03",
198
- "outputHash": "b24ac8e7"
199
- },
200
- "coalesce": {
201
- "pikkuFuncId": "coalesce",
202
- "functionType": "user",
203
- "funcWrapper": "pikkuSessionlessFunc",
204
- "sessionless": true,
205
- "name": "coalesce",
206
- "inputSchemaName": "CoalesceInput",
207
- "outputSchemaName": "CoalesceOutput",
208
- "inputs": [
209
- "CoalesceInput"
210
- ],
211
- "outputs": [
212
- "CoalesceOutput"
213
- ],
214
- "contractHash": "9aa1a02f90b8ed52",
215
- "inputHash": "d1baf6ed",
216
- "outputHash": "eef08a58"
217
- },
218
- "crypto": {
219
- "pikkuFuncId": "crypto",
220
- "functionType": "user",
221
- "funcWrapper": "pikkuSessionlessFunc",
222
- "sessionless": true,
223
- "name": "crypto",
224
- "inputSchemaName": "CryptoInput",
225
- "outputSchemaName": "CryptoOutput",
226
- "inputs": [
227
- "CryptoInput"
228
- ],
229
- "outputs": [
230
- "CryptoOutput"
231
- ],
232
- "contractHash": "9e2e5b2bc9df616e",
233
- "inputHash": "60d6d839",
234
- "outputHash": "38bec130"
235
- },
236
- "dateTime": {
237
- "pikkuFuncId": "dateTime",
238
- "functionType": "user",
239
- "funcWrapper": "pikkuSessionlessFunc",
240
- "sessionless": true,
241
- "name": "dateTime",
242
- "inputSchemaName": "DateTimeInput",
243
- "outputSchemaName": "DateTimeOutput",
244
- "inputs": [
245
- "DateTimeInput"
246
- ],
247
- "outputs": [
248
- "DateTimeOutput"
249
- ],
250
- "contractHash": "b297121a74826469",
251
- "inputHash": "fbb83641",
252
- "outputHash": "93b7219a"
253
- },
254
- "jwtSign": {
255
- "pikkuFuncId": "jwtSign",
256
- "functionType": "user",
257
- "funcWrapper": "pikkuSessionlessFunc",
258
- "sessionless": true,
259
- "name": "jwtSign",
260
- "inputSchemaName": "JwtSignInput",
261
- "outputSchemaName": "JwtSignOutput",
262
- "inputs": [
263
- "JwtSignInput"
264
- ],
265
- "outputs": [
266
- "JwtSignOutput"
267
- ],
268
- "contractHash": "75f181ad1396ce9d",
269
- "inputHash": "6c178a3f",
270
- "outputHash": "5490ba45"
271
- },
272
- "jwtDecode": {
273
- "pikkuFuncId": "jwtDecode",
274
- "functionType": "user",
275
- "funcWrapper": "pikkuSessionlessFunc",
276
- "sessionless": true,
277
- "name": "jwtDecode",
278
- "inputSchemaName": "JwtDecodeInput",
279
- "outputSchemaName": "JwtDecodeOutput",
280
- "inputs": [
281
- "JwtDecodeInput"
282
- ],
283
- "outputs": [
284
- "JwtDecodeOutput"
285
- ],
286
- "contractHash": "3fc7b49a6cdaf7f0",
287
- "inputHash": "4401b17b",
288
- "outputHash": "7752bc62"
289
- },
290
- "math": {
291
- "pikkuFuncId": "math",
292
- "functionType": "user",
293
- "funcWrapper": "pikkuSessionlessFunc",
294
- "sessionless": true,
295
- "name": "math",
296
- "inputSchemaName": "MathInput",
297
- "outputSchemaName": "MathOutput",
298
- "inputs": [
299
- "MathInput"
300
- ],
301
- "outputs": [
302
- "MathOutput"
303
- ],
304
- "contractHash": "6777194d9fa978a2",
305
- "inputHash": "91f5f92b",
306
- "outputHash": "473f23f2"
307
- },
308
- "sleep": {
309
- "pikkuFuncId": "sleep",
310
- "functionType": "user",
311
- "funcWrapper": "pikkuSessionlessFunc",
312
- "sessionless": true,
313
- "name": "sleep",
314
- "inputSchemaName": "SleepInput",
315
- "outputSchemaName": null,
316
- "inputs": [
317
- "SleepInput"
318
- ],
319
- "outputs": [],
320
- "contractHash": "649686d11b09c275",
321
- "inputHash": "9fd961b9",
322
- "outputHash": "ec28f86f"
323
- },
324
- "stringTransform": {
325
- "pikkuFuncId": "stringTransform",
326
- "functionType": "user",
327
- "funcWrapper": "pikkuSessionlessFunc",
328
- "sessionless": true,
329
- "name": "stringTransform",
330
- "inputSchemaName": "StringTransformInput",
331
- "outputSchemaName": "StringTransformOutput",
332
- "inputs": [
333
- "StringTransformInput"
334
- ],
335
- "outputs": [
336
- "StringTransformOutput"
337
- ],
338
- "contractHash": "a4cd02c14224c4e6",
339
- "inputHash": "38037e18",
340
- "outputHash": "5bfa9735"
341
- },
342
- "typeConvert": {
343
- "pikkuFuncId": "typeConvert",
344
- "functionType": "user",
345
- "funcWrapper": "pikkuSessionlessFunc",
346
- "sessionless": true,
347
- "name": "typeConvert",
348
- "inputSchemaName": "TypeConvertInput",
349
- "outputSchemaName": "TypeConvertOutput",
350
- "inputs": [
351
- "TypeConvertInput"
352
- ],
353
- "outputs": [
354
- "TypeConvertOutput"
355
- ],
356
- "contractHash": "a3bfeff5301903cc",
357
- "inputHash": "3d6e4ac1",
358
- "outputHash": "da7680c1"
359
- },
360
- "editFields": {
361
- "pikkuFuncId": "editFields",
362
- "functionType": "user",
363
- "funcWrapper": "pikkuSessionlessFunc",
364
- "sessionless": true,
365
- "name": "editFields",
366
- "inputSchemaName": "EditFieldsInput",
367
- "outputSchemaName": "EditFieldsOutput",
368
- "inputs": [
369
- "EditFieldsInput"
370
- ],
371
- "outputs": [
372
- "EditFieldsOutput"
373
- ],
374
- "contractHash": "860bd8089f3abd16",
375
- "inputHash": "9b45e130",
376
- "outputHash": "bc79d970"
377
- },
378
- "merge": {
379
- "pikkuFuncId": "merge",
380
- "functionType": "user",
381
- "funcWrapper": "pikkuSessionlessFunc",
382
- "sessionless": true,
383
- "name": "merge",
384
- "inputSchemaName": "MergeInput",
385
- "outputSchemaName": "MergeOutput",
386
- "inputs": [
387
- "MergeInput"
388
- ],
389
- "outputs": [
390
- "MergeOutput"
391
- ],
392
- "contractHash": "b07476afacdae525",
393
- "inputHash": "1ad17e4d",
394
- "outputHash": "0171e51c"
395
- },
396
- "omit": {
397
- "pikkuFuncId": "omit",
398
- "functionType": "user",
399
- "funcWrapper": "pikkuSessionlessFunc",
400
- "sessionless": true,
401
- "name": "omit",
402
- "inputSchemaName": "OmitInput",
403
- "outputSchemaName": "OmitOutput",
404
- "inputs": [
405
- "OmitInput"
406
- ],
407
- "outputs": [
408
- "OmitOutput"
409
- ],
410
- "contractHash": "dec15e51c95ffb1a",
411
- "inputHash": "8a6dda94",
412
- "outputHash": "6a6fb8c6"
413
- },
414
- "pick": {
415
- "pikkuFuncId": "pick",
416
- "functionType": "user",
417
- "funcWrapper": "pikkuSessionlessFunc",
418
- "sessionless": true,
419
- "name": "pick",
420
- "inputSchemaName": "PickInput",
421
- "outputSchemaName": "PickOutput",
422
- "inputs": [
423
- "PickInput"
424
- ],
425
- "outputs": [
426
- "PickOutput"
427
- ],
428
- "contractHash": "eee51c32e58e1297",
429
- "inputHash": "8be4abcf",
430
- "outputHash": "94b236c1"
431
- },
432
- "renameKeys": {
433
- "pikkuFuncId": "renameKeys",
434
- "functionType": "user",
435
- "funcWrapper": "pikkuSessionlessFunc",
436
- "sessionless": true,
437
- "name": "renameKeys",
438
- "inputSchemaName": "RenameKeysInput",
439
- "outputSchemaName": "RenameKeysOutput",
440
- "inputs": [
441
- "RenameKeysInput"
442
- ],
443
- "outputs": [
444
- "RenameKeysOutput"
445
- ],
446
- "contractHash": "8921f9a567b68dd7",
447
- "inputHash": "0ff4890b",
448
- "outputHash": "53ddf4c9"
449
- }
450
- }
2
+ "aggregate": {
3
+ "pikkuFuncId": "aggregate",
4
+ "functionType": "user",
5
+ "funcWrapper": "pikkuSessionlessFunc",
6
+ "sessionless": true,
7
+ "name": "aggregate",
8
+ "inputSchemaName": "AggregateInput",
9
+ "outputSchemaName": "AggregateOutput",
10
+ "inputs": [
11
+ "AggregateInput"
12
+ ],
13
+ "outputs": [
14
+ "AggregateOutput"
15
+ ],
16
+ "implementationHash": "b4e4fec69e48ba18",
17
+ "contractHash": "6646e357810ff732",
18
+ "inputHash": "7095d4db",
19
+ "outputHash": "e975f06d"
20
+ },
21
+ "chunk": {
22
+ "pikkuFuncId": "chunk",
23
+ "functionType": "user",
24
+ "funcWrapper": "pikkuSessionlessFunc",
25
+ "sessionless": true,
26
+ "name": "chunk",
27
+ "inputSchemaName": "ChunkInput",
28
+ "outputSchemaName": "ChunkOutput",
29
+ "inputs": [
30
+ "ChunkInput"
31
+ ],
32
+ "outputs": [
33
+ "ChunkOutput"
34
+ ],
35
+ "implementationHash": "cd9107817c85d2bd",
36
+ "contractHash": "f3e025ccc0be3aa8",
37
+ "inputHash": "9e3887d0",
38
+ "outputHash": "09634b84"
39
+ },
40
+ "find": {
41
+ "pikkuFuncId": "find",
42
+ "functionType": "user",
43
+ "funcWrapper": "pikkuSessionlessFunc",
44
+ "sessionless": true,
45
+ "name": "find",
46
+ "inputSchemaName": "FindInput",
47
+ "outputSchemaName": "FindOutput",
48
+ "inputs": [
49
+ "FindInput"
50
+ ],
51
+ "outputs": [
52
+ "FindOutput"
53
+ ],
54
+ "implementationHash": "8f86e0a25ea59fbf",
55
+ "contractHash": "d916d83598f3942c",
56
+ "inputHash": "463866fb",
57
+ "outputHash": "c8cf3580"
58
+ },
59
+ "groupBy": {
60
+ "pikkuFuncId": "groupBy",
61
+ "functionType": "user",
62
+ "funcWrapper": "pikkuSessionlessFunc",
63
+ "sessionless": true,
64
+ "name": "groupBy",
65
+ "inputSchemaName": "GroupByInput",
66
+ "outputSchemaName": "GroupByOutput",
67
+ "inputs": [
68
+ "GroupByInput"
69
+ ],
70
+ "outputs": [
71
+ "GroupByOutput"
72
+ ],
73
+ "implementationHash": "4e3a40bfe9044228",
74
+ "contractHash": "983fc1270a3ef585",
75
+ "inputHash": "a559ec54",
76
+ "outputHash": "cbd369f9"
77
+ },
78
+ "limit": {
79
+ "pikkuFuncId": "limit",
80
+ "functionType": "user",
81
+ "funcWrapper": "pikkuSessionlessFunc",
82
+ "sessionless": true,
83
+ "name": "limit",
84
+ "inputSchemaName": "LimitInput",
85
+ "outputSchemaName": "LimitOutput",
86
+ "inputs": [
87
+ "LimitInput"
88
+ ],
89
+ "outputs": [
90
+ "LimitOutput"
91
+ ],
92
+ "implementationHash": "dd786d6352cd866b",
93
+ "contractHash": "634a5e4e1e4618a6",
94
+ "inputHash": "dd5593d3",
95
+ "outputHash": "82f7aa38"
96
+ },
97
+ "removeDuplicates": {
98
+ "pikkuFuncId": "removeDuplicates",
99
+ "functionType": "user",
100
+ "funcWrapper": "pikkuSessionlessFunc",
101
+ "sessionless": true,
102
+ "name": "removeDuplicates",
103
+ "inputSchemaName": "RemoveDuplicatesInput",
104
+ "outputSchemaName": "RemoveDuplicatesOutput",
105
+ "inputs": [
106
+ "RemoveDuplicatesInput"
107
+ ],
108
+ "outputs": [
109
+ "RemoveDuplicatesOutput"
110
+ ],
111
+ "implementationHash": "60d0cd100224b6fd",
112
+ "contractHash": "ece62358aebbd4f4",
113
+ "inputHash": "a7dec329",
114
+ "outputHash": "93cbcf6f"
115
+ },
116
+ "reverse": {
117
+ "pikkuFuncId": "reverse",
118
+ "functionType": "user",
119
+ "funcWrapper": "pikkuSessionlessFunc",
120
+ "sessionless": true,
121
+ "name": "reverse",
122
+ "inputSchemaName": "ReverseInput",
123
+ "outputSchemaName": "ReverseOutput",
124
+ "inputs": [
125
+ "ReverseInput"
126
+ ],
127
+ "outputs": [
128
+ "ReverseOutput"
129
+ ],
130
+ "implementationHash": "c8f5048d709a407d",
131
+ "contractHash": "9673137c6f655969",
132
+ "inputHash": "1b826e9b",
133
+ "outputHash": "c609276e"
134
+ },
135
+ "sort": {
136
+ "pikkuFuncId": "sort",
137
+ "functionType": "user",
138
+ "funcWrapper": "pikkuSessionlessFunc",
139
+ "sessionless": true,
140
+ "name": "sort",
141
+ "inputSchemaName": "SortInput",
142
+ "outputSchemaName": "SortOutput",
143
+ "inputs": [
144
+ "SortInput"
145
+ ],
146
+ "outputs": [
147
+ "SortOutput"
148
+ ],
149
+ "implementationHash": "86ea80aff952ea0b",
150
+ "contractHash": "8eab9165a4055318",
151
+ "inputHash": "1bd5a514",
152
+ "outputHash": "d1904adf"
153
+ },
154
+ "splitOut": {
155
+ "pikkuFuncId": "splitOut",
156
+ "functionType": "user",
157
+ "funcWrapper": "pikkuSessionlessFunc",
158
+ "sessionless": true,
159
+ "name": "splitOut",
160
+ "inputSchemaName": "SplitOutInput",
161
+ "outputSchemaName": "SplitOutOutput",
162
+ "inputs": [
163
+ "SplitOutInput"
164
+ ],
165
+ "outputs": [
166
+ "SplitOutOutput"
167
+ ],
168
+ "implementationHash": "ad0d551dd3e13deb",
169
+ "contractHash": "a4c3f093e598a514",
170
+ "inputHash": "c8e65194",
171
+ "outputHash": "608db389"
172
+ },
173
+ "summarize": {
174
+ "pikkuFuncId": "summarize",
175
+ "functionType": "user",
176
+ "funcWrapper": "pikkuSessionlessFunc",
177
+ "sessionless": true,
178
+ "name": "summarize",
179
+ "inputSchemaName": "SummarizeInput",
180
+ "outputSchemaName": "SummarizeOutput",
181
+ "inputs": [
182
+ "SummarizeInput"
183
+ ],
184
+ "outputs": [
185
+ "SummarizeOutput"
186
+ ],
187
+ "implementationHash": "143d032d7ab2ebcd",
188
+ "contractHash": "ab78ac6eed8b2ce0",
189
+ "inputHash": "7d7d0173",
190
+ "outputHash": "b03990e8"
191
+ },
192
+ "unique": {
193
+ "pikkuFuncId": "unique",
194
+ "functionType": "user",
195
+ "funcWrapper": "pikkuSessionlessFunc",
196
+ "sessionless": true,
197
+ "name": "unique",
198
+ "inputSchemaName": "UniqueInput",
199
+ "outputSchemaName": "UniqueOutput",
200
+ "inputs": [
201
+ "UniqueInput"
202
+ ],
203
+ "outputs": [
204
+ "UniqueOutput"
205
+ ],
206
+ "implementationHash": "881ac071d2a6c406",
207
+ "contractHash": "af135d5702d2aca2",
208
+ "inputHash": "2a18be03",
209
+ "outputHash": "b24ac8e7"
210
+ },
211
+ "coalesce": {
212
+ "pikkuFuncId": "coalesce",
213
+ "functionType": "user",
214
+ "funcWrapper": "pikkuSessionlessFunc",
215
+ "sessionless": true,
216
+ "name": "coalesce",
217
+ "inputSchemaName": "CoalesceInput",
218
+ "outputSchemaName": "CoalesceOutput",
219
+ "inputs": [
220
+ "CoalesceInput"
221
+ ],
222
+ "outputs": [
223
+ "CoalesceOutput"
224
+ ],
225
+ "implementationHash": "70f7bf78ea2cfc25",
226
+ "contractHash": "9aa1a02f90b8ed52",
227
+ "inputHash": "d1baf6ed",
228
+ "outputHash": "eef08a58"
229
+ },
230
+ "crypto": {
231
+ "pikkuFuncId": "crypto",
232
+ "functionType": "user",
233
+ "funcWrapper": "pikkuSessionlessFunc",
234
+ "sessionless": true,
235
+ "name": "crypto",
236
+ "inputSchemaName": "CryptoInput",
237
+ "outputSchemaName": "CryptoOutput",
238
+ "inputs": [
239
+ "CryptoInput"
240
+ ],
241
+ "outputs": [
242
+ "CryptoOutput"
243
+ ],
244
+ "implementationHash": "f22b7dcec7cd69ba",
245
+ "contractHash": "9e2e5b2bc9df616e",
246
+ "inputHash": "60d6d839",
247
+ "outputHash": "38bec130"
248
+ },
249
+ "dateTime": {
250
+ "pikkuFuncId": "dateTime",
251
+ "functionType": "user",
252
+ "funcWrapper": "pikkuSessionlessFunc",
253
+ "sessionless": true,
254
+ "name": "dateTime",
255
+ "inputSchemaName": "DateTimeInput",
256
+ "outputSchemaName": "DateTimeOutput",
257
+ "inputs": [
258
+ "DateTimeInput"
259
+ ],
260
+ "outputs": [
261
+ "DateTimeOutput"
262
+ ],
263
+ "implementationHash": "9f7a0acb082a0985",
264
+ "contractHash": "b297121a74826469",
265
+ "inputHash": "fbb83641",
266
+ "outputHash": "93b7219a"
267
+ },
268
+ "jwtSign": {
269
+ "pikkuFuncId": "jwtSign",
270
+ "functionType": "user",
271
+ "funcWrapper": "pikkuSessionlessFunc",
272
+ "sessionless": true,
273
+ "name": "jwtSign",
274
+ "inputSchemaName": "JwtSignInput",
275
+ "outputSchemaName": "JwtSignOutput",
276
+ "inputs": [
277
+ "JwtSignInput"
278
+ ],
279
+ "outputs": [
280
+ "JwtSignOutput"
281
+ ],
282
+ "implementationHash": "7a2bed98b25d689a",
283
+ "contractHash": "75f181ad1396ce9d",
284
+ "inputHash": "6c178a3f",
285
+ "outputHash": "5490ba45"
286
+ },
287
+ "jwtDecode": {
288
+ "pikkuFuncId": "jwtDecode",
289
+ "functionType": "user",
290
+ "funcWrapper": "pikkuSessionlessFunc",
291
+ "sessionless": true,
292
+ "name": "jwtDecode",
293
+ "inputSchemaName": "JwtDecodeInput",
294
+ "outputSchemaName": "JwtDecodeOutput",
295
+ "inputs": [
296
+ "JwtDecodeInput"
297
+ ],
298
+ "outputs": [
299
+ "JwtDecodeOutput"
300
+ ],
301
+ "implementationHash": "758805132443d77f",
302
+ "contractHash": "3fc7b49a6cdaf7f0",
303
+ "inputHash": "4401b17b",
304
+ "outputHash": "7752bc62"
305
+ },
306
+ "math": {
307
+ "pikkuFuncId": "math",
308
+ "functionType": "user",
309
+ "funcWrapper": "pikkuSessionlessFunc",
310
+ "sessionless": true,
311
+ "name": "math",
312
+ "inputSchemaName": "MathInput",
313
+ "outputSchemaName": "MathOutput",
314
+ "inputs": [
315
+ "MathInput"
316
+ ],
317
+ "outputs": [
318
+ "MathOutput"
319
+ ],
320
+ "implementationHash": "86c3d8b78aef9955",
321
+ "contractHash": "6777194d9fa978a2",
322
+ "inputHash": "91f5f92b",
323
+ "outputHash": "473f23f2"
324
+ },
325
+ "sleep": {
326
+ "pikkuFuncId": "sleep",
327
+ "functionType": "user",
328
+ "funcWrapper": "pikkuSessionlessFunc",
329
+ "sessionless": true,
330
+ "name": "sleep",
331
+ "inputSchemaName": "SleepInput",
332
+ "outputSchemaName": "SleepOutput",
333
+ "inputs": [
334
+ "SleepInput"
335
+ ],
336
+ "outputs": [
337
+ "SleepOutput"
338
+ ],
339
+ "implementationHash": "b6704cbe514987f5",
340
+ "contractHash": "db68b40756ce5395",
341
+ "inputHash": "9fd961b9",
342
+ "outputHash": "b6eead5f"
343
+ },
344
+ "stringTransform": {
345
+ "pikkuFuncId": "stringTransform",
346
+ "functionType": "user",
347
+ "funcWrapper": "pikkuSessionlessFunc",
348
+ "sessionless": true,
349
+ "name": "stringTransform",
350
+ "inputSchemaName": "StringTransformInput",
351
+ "outputSchemaName": "StringTransformOutput",
352
+ "inputs": [
353
+ "StringTransformInput"
354
+ ],
355
+ "outputs": [
356
+ "StringTransformOutput"
357
+ ],
358
+ "implementationHash": "f0ddd88ee3939f4a",
359
+ "contractHash": "a4cd02c14224c4e6",
360
+ "inputHash": "38037e18",
361
+ "outputHash": "5bfa9735"
362
+ },
363
+ "typeConvert": {
364
+ "pikkuFuncId": "typeConvert",
365
+ "functionType": "user",
366
+ "funcWrapper": "pikkuSessionlessFunc",
367
+ "sessionless": true,
368
+ "name": "typeConvert",
369
+ "inputSchemaName": "TypeConvertInput",
370
+ "outputSchemaName": "TypeConvertOutput",
371
+ "inputs": [
372
+ "TypeConvertInput"
373
+ ],
374
+ "outputs": [
375
+ "TypeConvertOutput"
376
+ ],
377
+ "implementationHash": "e362fc3f222fbcb0",
378
+ "contractHash": "a3bfeff5301903cc",
379
+ "inputHash": "3d6e4ac1",
380
+ "outputHash": "da7680c1"
381
+ },
382
+ "editFields": {
383
+ "pikkuFuncId": "editFields",
384
+ "functionType": "user",
385
+ "funcWrapper": "pikkuSessionlessFunc",
386
+ "sessionless": true,
387
+ "name": "editFields",
388
+ "inputSchemaName": "EditFieldsInput",
389
+ "outputSchemaName": "EditFieldsOutput",
390
+ "inputs": [
391
+ "EditFieldsInput"
392
+ ],
393
+ "outputs": [
394
+ "EditFieldsOutput"
395
+ ],
396
+ "implementationHash": "4471108960e1c881",
397
+ "contractHash": "860bd8089f3abd16",
398
+ "inputHash": "9b45e130",
399
+ "outputHash": "bc79d970"
400
+ },
401
+ "merge": {
402
+ "pikkuFuncId": "merge",
403
+ "functionType": "user",
404
+ "funcWrapper": "pikkuSessionlessFunc",
405
+ "sessionless": true,
406
+ "name": "merge",
407
+ "inputSchemaName": "MergeInput",
408
+ "outputSchemaName": "MergeOutput",
409
+ "inputs": [
410
+ "MergeInput"
411
+ ],
412
+ "outputs": [
413
+ "MergeOutput"
414
+ ],
415
+ "implementationHash": "b6f050999ee4d26a",
416
+ "contractHash": "b07476afacdae525",
417
+ "inputHash": "1ad17e4d",
418
+ "outputHash": "0171e51c"
419
+ },
420
+ "omit": {
421
+ "pikkuFuncId": "omit",
422
+ "functionType": "user",
423
+ "funcWrapper": "pikkuSessionlessFunc",
424
+ "sessionless": true,
425
+ "name": "omit",
426
+ "inputSchemaName": "OmitInput",
427
+ "outputSchemaName": "OmitOutput",
428
+ "inputs": [
429
+ "OmitInput"
430
+ ],
431
+ "outputs": [
432
+ "OmitOutput"
433
+ ],
434
+ "implementationHash": "55d527b97b2ad16d",
435
+ "contractHash": "dec15e51c95ffb1a",
436
+ "inputHash": "8a6dda94",
437
+ "outputHash": "6a6fb8c6"
438
+ },
439
+ "pick": {
440
+ "pikkuFuncId": "pick",
441
+ "functionType": "user",
442
+ "funcWrapper": "pikkuSessionlessFunc",
443
+ "sessionless": true,
444
+ "name": "pick",
445
+ "inputSchemaName": "PickInput",
446
+ "outputSchemaName": "PickOutput",
447
+ "inputs": [
448
+ "PickInput"
449
+ ],
450
+ "outputs": [
451
+ "PickOutput"
452
+ ],
453
+ "implementationHash": "3a6df338ff900085",
454
+ "contractHash": "eee51c32e58e1297",
455
+ "inputHash": "8be4abcf",
456
+ "outputHash": "94b236c1"
457
+ },
458
+ "renameKeys": {
459
+ "pikkuFuncId": "renameKeys",
460
+ "functionType": "user",
461
+ "funcWrapper": "pikkuSessionlessFunc",
462
+ "sessionless": true,
463
+ "name": "renameKeys",
464
+ "inputSchemaName": "RenameKeysInput",
465
+ "outputSchemaName": "RenameKeysOutput",
466
+ "inputs": [
467
+ "RenameKeysInput"
468
+ ],
469
+ "outputs": [
470
+ "RenameKeysOutput"
471
+ ],
472
+ "implementationHash": "08f0be51ecebc117",
473
+ "contractHash": "8921f9a567b68dd7",
474
+ "inputHash": "0ff4890b",
475
+ "outputHash": "53ddf4c9"
476
+ }
477
+ }