@pikku/addon-graph 0.0.1 → 0.0.3
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.
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +17 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.js +21 -2
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +24 -2
- package/dist/.pikku/addon/pikku-package.gen.js +1 -1
- package/dist/.pikku/addon/pikku-package.gen.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +6 -6
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +13 -7
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +1 -1
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-wirings.gen.js +1 -1
- package/dist/.pikku/agent/pikku-agent-wirings.gen.ts +1 -1
- package/{.pikku/console/pikku-nodes-meta.gen.json → dist/.pikku/console/pikku-addon-meta.gen.json} +12 -9
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +2 -2
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.ts +2 -2
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +41 -12
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +17 -1
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.ts +53 -15
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +28 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +16 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +1 -1
- package/dist/.pikku/function/pikku-functions.gen.js +3 -1
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
- package/dist/.pikku/function/pikku-functions.gen.ts +3 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.ts +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +3 -1
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-services.gen.js +2 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -1
- package/dist/.pikku/pikku-services.gen.ts +3 -1
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/pikku-types.gen.ts +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +50 -396
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +51 -396
- package/dist/.pikku/schema-cache.json +1 -0
- package/dist/.pikku/schemas/pikku.cache.json +1 -0
- package/dist/.pikku/schemas/register.gen.js +3 -1
- package/dist/.pikku/schemas/register.gen.js.map +1 -1
- package/dist/.pikku/schemas/register.gen.ts +5 -1
- package/dist/.pikku/schemas/schemas/SleepInput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +35 -5
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +5 -5
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +65 -9
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +1 -1
- package/dist/src/functions/data/sleep.function.d.ts +16 -0
- package/dist/src/functions/data/sleep.function.d.ts.map +1 -0
- package/dist/src/functions/data/sleep.function.js +18 -0
- package/dist/src/functions/data/sleep.function.js.map +1 -0
- package/package.json +13 -10
- package/.pikku/addon/pikku-addon-types.gen.ts +0 -78
- package/.pikku/addon/pikku-package.gen.ts +0 -9
- package/.pikku/agent/pikku-agent-map.gen.d.ts +0 -16
- package/.pikku/agent/pikku-agent-types.gen.ts +0 -76
- package/.pikku/agent/pikku-agent-wirings-meta.gen.json +0 -3
- package/.pikku/agent/pikku-agent-wirings-meta.gen.ts +0 -7
- package/.pikku/agent/pikku-agent-wirings.gen.ts +0 -3
- package/.pikku/console/pikku-node-types.gen.ts +0 -8
- package/.pikku/function/pikku-function-types.gen.ts +0 -648
- package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -582
- package/.pikku/function/pikku-functions-meta.gen.json +0 -434
- package/.pikku/function/pikku-functions-meta.gen.ts +0 -7
- package/.pikku/function/pikku-functions.gen.ts +0 -54
- package/.pikku/pikku-bootstrap.gen.ts +0 -15
- package/.pikku/pikku-services.gen.ts +0 -32
- package/.pikku/pikku-types.gen.ts +0 -21
- package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -470
- package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -494
- package/.pikku/schemas/register.gen.ts +0 -195
- package/.pikku/schemas/schemas/AggregateInput.schema.json +0 -1
- package/.pikku/schemas/schemas/AggregateOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/ChunkInput.schema.json +0 -1
- package/.pikku/schemas/schemas/ChunkOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/CoalesceInput.schema.json +0 -1
- package/.pikku/schemas/schemas/CoalesceOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/CryptoInput.schema.json +0 -1
- package/.pikku/schemas/schemas/CryptoOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/DateTimeInput.schema.json +0 -1
- package/.pikku/schemas/schemas/DateTimeOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/EditFieldsInput.schema.json +0 -1
- package/.pikku/schemas/schemas/EditFieldsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/FindInput.schema.json +0 -1
- package/.pikku/schemas/schemas/FindOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/GroupByInput.schema.json +0 -1
- package/.pikku/schemas/schemas/GroupByOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/JwtDecodeInput.schema.json +0 -1
- package/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/JwtSignInput.schema.json +0 -1
- package/.pikku/schemas/schemas/JwtSignOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/LimitInput.schema.json +0 -1
- package/.pikku/schemas/schemas/LimitOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/MathInput.schema.json +0 -1
- package/.pikku/schemas/schemas/MathOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/MergeInput.schema.json +0 -1
- package/.pikku/schemas/schemas/MergeOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/OmitInput.schema.json +0 -1
- package/.pikku/schemas/schemas/OmitOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PickInput.schema.json +0 -1
- package/.pikku/schemas/schemas/PickOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +0 -1
- package/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/RenameKeysInput.schema.json +0 -1
- package/.pikku/schemas/schemas/RenameKeysOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/ReverseInput.schema.json +0 -1
- package/.pikku/schemas/schemas/ReverseOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/SortInput.schema.json +0 -1
- package/.pikku/schemas/schemas/SortOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/SplitOutInput.schema.json +0 -1
- package/.pikku/schemas/schemas/SplitOutOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/StringTransformInput.schema.json +0 -1
- package/.pikku/schemas/schemas/StringTransformOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/SummarizeInput.schema.json +0 -1
- package/.pikku/schemas/schemas/SummarizeOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/TypeConvertInput.schema.json +0 -1
- package/.pikku/schemas/schemas/TypeConvertOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/UniqueInput.schema.json +0 -1
- package/.pikku/schemas/schemas/UniqueOutput.schema.json +0 -1
- package/.pikku/secrets/pikku-secret-types.gen.ts +0 -5
- package/.pikku/secrets/pikku-secrets-meta.gen.json +0 -1
- package/.pikku/secrets/pikku-secrets.gen.ts +0 -21
- package/.pikku/trigger/pikku-trigger-types.gen.ts +0 -160
- package/.pikku/variables/pikku-variable-types.gen.ts +0 -5
- package/.pikku/variables/pikku-variables-meta.gen.json +0 -1
- package/.pikku/variables/pikku-variables.gen.ts +0 -21
- package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -34
- package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -158
- package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
- package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
- package/dist/.pikku/console/pikku-nodes-meta.gen.json +0 -278
|
@@ -1,582 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aggregate": {
|
|
3
|
-
"pikkuFuncId": "aggregate",
|
|
4
|
-
"functionType": "user",
|
|
5
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
-
"sessionless": true,
|
|
7
|
-
"name": "aggregate",
|
|
8
|
-
"services": {
|
|
9
|
-
"optimized": true,
|
|
10
|
-
"services": []
|
|
11
|
-
},
|
|
12
|
-
"inputSchemaName": "AggregateInput",
|
|
13
|
-
"outputSchemaName": "AggregateOutput",
|
|
14
|
-
"inputs": [
|
|
15
|
-
"AggregateInput"
|
|
16
|
-
],
|
|
17
|
-
"outputs": [
|
|
18
|
-
"AggregateOutput"
|
|
19
|
-
],
|
|
20
|
-
"description": "Combine a field from many items into a list in a single item",
|
|
21
|
-
"isDirectFunction": false,
|
|
22
|
-
"contractHash": "6646e357810ff732",
|
|
23
|
-
"inputHash": "7095d4db",
|
|
24
|
-
"outputHash": "e975f06d"
|
|
25
|
-
},
|
|
26
|
-
"chunk": {
|
|
27
|
-
"pikkuFuncId": "chunk",
|
|
28
|
-
"functionType": "user",
|
|
29
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
30
|
-
"sessionless": true,
|
|
31
|
-
"name": "chunk",
|
|
32
|
-
"services": {
|
|
33
|
-
"optimized": true,
|
|
34
|
-
"services": []
|
|
35
|
-
},
|
|
36
|
-
"inputSchemaName": "ChunkInput",
|
|
37
|
-
"outputSchemaName": "ChunkOutput",
|
|
38
|
-
"inputs": [
|
|
39
|
-
"ChunkInput"
|
|
40
|
-
],
|
|
41
|
-
"outputs": [
|
|
42
|
-
"ChunkOutput"
|
|
43
|
-
],
|
|
44
|
-
"description": "Split array into chunks of specified size",
|
|
45
|
-
"isDirectFunction": false,
|
|
46
|
-
"contractHash": "f3e025ccc0be3aa8",
|
|
47
|
-
"inputHash": "9e3887d0",
|
|
48
|
-
"outputHash": "09634b84"
|
|
49
|
-
},
|
|
50
|
-
"find": {
|
|
51
|
-
"pikkuFuncId": "find",
|
|
52
|
-
"functionType": "user",
|
|
53
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
54
|
-
"sessionless": true,
|
|
55
|
-
"name": "find",
|
|
56
|
-
"services": {
|
|
57
|
-
"optimized": true,
|
|
58
|
-
"services": []
|
|
59
|
-
},
|
|
60
|
-
"inputSchemaName": "FindInput",
|
|
61
|
-
"outputSchemaName": "FindOutput",
|
|
62
|
-
"inputs": [
|
|
63
|
-
"FindInput"
|
|
64
|
-
],
|
|
65
|
-
"outputs": [
|
|
66
|
-
"FindOutput"
|
|
67
|
-
],
|
|
68
|
-
"description": "Find the first item matching a field value",
|
|
69
|
-
"isDirectFunction": false,
|
|
70
|
-
"contractHash": "d916d83598f3942c",
|
|
71
|
-
"inputHash": "463866fb",
|
|
72
|
-
"outputHash": "c8cf3580"
|
|
73
|
-
},
|
|
74
|
-
"groupBy": {
|
|
75
|
-
"pikkuFuncId": "groupBy",
|
|
76
|
-
"functionType": "user",
|
|
77
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
78
|
-
"sessionless": true,
|
|
79
|
-
"name": "groupBy",
|
|
80
|
-
"services": {
|
|
81
|
-
"optimized": true,
|
|
82
|
-
"services": []
|
|
83
|
-
},
|
|
84
|
-
"inputSchemaName": "GroupByInput",
|
|
85
|
-
"outputSchemaName": "GroupByOutput",
|
|
86
|
-
"inputs": [
|
|
87
|
-
"GroupByInput"
|
|
88
|
-
],
|
|
89
|
-
"outputs": [
|
|
90
|
-
"GroupByOutput"
|
|
91
|
-
],
|
|
92
|
-
"description": "Group items by a field value",
|
|
93
|
-
"isDirectFunction": false,
|
|
94
|
-
"contractHash": "983fc1270a3ef585",
|
|
95
|
-
"inputHash": "a559ec54",
|
|
96
|
-
"outputHash": "cbd369f9"
|
|
97
|
-
},
|
|
98
|
-
"limit": {
|
|
99
|
-
"pikkuFuncId": "limit",
|
|
100
|
-
"functionType": "user",
|
|
101
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
102
|
-
"sessionless": true,
|
|
103
|
-
"name": "limit",
|
|
104
|
-
"services": {
|
|
105
|
-
"optimized": true,
|
|
106
|
-
"services": []
|
|
107
|
-
},
|
|
108
|
-
"inputSchemaName": "LimitInput",
|
|
109
|
-
"outputSchemaName": "LimitOutput",
|
|
110
|
-
"inputs": [
|
|
111
|
-
"LimitInput"
|
|
112
|
-
],
|
|
113
|
-
"outputs": [
|
|
114
|
-
"LimitOutput"
|
|
115
|
-
],
|
|
116
|
-
"description": "Restrict the number of items",
|
|
117
|
-
"isDirectFunction": false,
|
|
118
|
-
"contractHash": "634a5e4e1e4618a6",
|
|
119
|
-
"inputHash": "dd5593d3",
|
|
120
|
-
"outputHash": "82f7aa38"
|
|
121
|
-
},
|
|
122
|
-
"removeDuplicates": {
|
|
123
|
-
"pikkuFuncId": "removeDuplicates",
|
|
124
|
-
"functionType": "user",
|
|
125
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
126
|
-
"sessionless": true,
|
|
127
|
-
"name": "removeDuplicates",
|
|
128
|
-
"services": {
|
|
129
|
-
"optimized": true,
|
|
130
|
-
"services": []
|
|
131
|
-
},
|
|
132
|
-
"inputSchemaName": "RemoveDuplicatesInput",
|
|
133
|
-
"outputSchemaName": "RemoveDuplicatesOutput",
|
|
134
|
-
"inputs": [
|
|
135
|
-
"RemoveDuplicatesInput"
|
|
136
|
-
],
|
|
137
|
-
"outputs": [
|
|
138
|
-
"RemoveDuplicatesOutput"
|
|
139
|
-
],
|
|
140
|
-
"description": "Delete items with matching field values",
|
|
141
|
-
"isDirectFunction": false,
|
|
142
|
-
"contractHash": "ece62358aebbd4f4",
|
|
143
|
-
"inputHash": "a7dec329",
|
|
144
|
-
"outputHash": "93cbcf6f"
|
|
145
|
-
},
|
|
146
|
-
"reverse": {
|
|
147
|
-
"pikkuFuncId": "reverse",
|
|
148
|
-
"functionType": "user",
|
|
149
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
150
|
-
"sessionless": true,
|
|
151
|
-
"name": "reverse",
|
|
152
|
-
"services": {
|
|
153
|
-
"optimized": true,
|
|
154
|
-
"services": []
|
|
155
|
-
},
|
|
156
|
-
"inputSchemaName": "ReverseInput",
|
|
157
|
-
"outputSchemaName": "ReverseOutput",
|
|
158
|
-
"inputs": [
|
|
159
|
-
"ReverseInput"
|
|
160
|
-
],
|
|
161
|
-
"outputs": [
|
|
162
|
-
"ReverseOutput"
|
|
163
|
-
],
|
|
164
|
-
"description": "Reverse the order of items in an array",
|
|
165
|
-
"isDirectFunction": false,
|
|
166
|
-
"contractHash": "9673137c6f655969",
|
|
167
|
-
"inputHash": "1b826e9b",
|
|
168
|
-
"outputHash": "c609276e"
|
|
169
|
-
},
|
|
170
|
-
"sort": {
|
|
171
|
-
"pikkuFuncId": "sort",
|
|
172
|
-
"functionType": "user",
|
|
173
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
174
|
-
"sessionless": true,
|
|
175
|
-
"name": "sort",
|
|
176
|
-
"services": {
|
|
177
|
-
"optimized": true,
|
|
178
|
-
"services": []
|
|
179
|
-
},
|
|
180
|
-
"inputSchemaName": "SortInput",
|
|
181
|
-
"outputSchemaName": "SortOutput",
|
|
182
|
-
"inputs": [
|
|
183
|
-
"SortInput"
|
|
184
|
-
],
|
|
185
|
-
"outputs": [
|
|
186
|
-
"SortOutput"
|
|
187
|
-
],
|
|
188
|
-
"description": "Change items order",
|
|
189
|
-
"isDirectFunction": false,
|
|
190
|
-
"contractHash": "8eab9165a4055318",
|
|
191
|
-
"inputHash": "1bd5a514",
|
|
192
|
-
"outputHash": "d1904adf"
|
|
193
|
-
},
|
|
194
|
-
"splitOut": {
|
|
195
|
-
"pikkuFuncId": "splitOut",
|
|
196
|
-
"functionType": "user",
|
|
197
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
198
|
-
"sessionless": true,
|
|
199
|
-
"name": "splitOut",
|
|
200
|
-
"services": {
|
|
201
|
-
"optimized": true,
|
|
202
|
-
"services": []
|
|
203
|
-
},
|
|
204
|
-
"inputSchemaName": "SplitOutInput",
|
|
205
|
-
"outputSchemaName": "SplitOutOutput",
|
|
206
|
-
"inputs": [
|
|
207
|
-
"SplitOutInput"
|
|
208
|
-
],
|
|
209
|
-
"outputs": [
|
|
210
|
-
"SplitOutOutput"
|
|
211
|
-
],
|
|
212
|
-
"description": "Turn a list inside item(s) into separate items",
|
|
213
|
-
"isDirectFunction": false,
|
|
214
|
-
"contractHash": "a4c3f093e598a514",
|
|
215
|
-
"inputHash": "c8e65194",
|
|
216
|
-
"outputHash": "608db389"
|
|
217
|
-
},
|
|
218
|
-
"summarize": {
|
|
219
|
-
"pikkuFuncId": "summarize",
|
|
220
|
-
"functionType": "user",
|
|
221
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
222
|
-
"sessionless": true,
|
|
223
|
-
"name": "summarize",
|
|
224
|
-
"services": {
|
|
225
|
-
"optimized": true,
|
|
226
|
-
"services": []
|
|
227
|
-
},
|
|
228
|
-
"inputSchemaName": "SummarizeInput",
|
|
229
|
-
"outputSchemaName": "SummarizeOutput",
|
|
230
|
-
"inputs": [
|
|
231
|
-
"SummarizeInput"
|
|
232
|
-
],
|
|
233
|
-
"outputs": [
|
|
234
|
-
"SummarizeOutput"
|
|
235
|
-
],
|
|
236
|
-
"description": "Sum, count, max, etc. across items",
|
|
237
|
-
"isDirectFunction": false,
|
|
238
|
-
"contractHash": "ab78ac6eed8b2ce0",
|
|
239
|
-
"inputHash": "7d7d0173",
|
|
240
|
-
"outputHash": "b03990e8"
|
|
241
|
-
},
|
|
242
|
-
"unique": {
|
|
243
|
-
"pikkuFuncId": "unique",
|
|
244
|
-
"functionType": "user",
|
|
245
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
246
|
-
"sessionless": true,
|
|
247
|
-
"name": "unique",
|
|
248
|
-
"services": {
|
|
249
|
-
"optimized": true,
|
|
250
|
-
"services": []
|
|
251
|
-
},
|
|
252
|
-
"inputSchemaName": "UniqueInput",
|
|
253
|
-
"outputSchemaName": "UniqueOutput",
|
|
254
|
-
"inputs": [
|
|
255
|
-
"UniqueInput"
|
|
256
|
-
],
|
|
257
|
-
"outputs": [
|
|
258
|
-
"UniqueOutput"
|
|
259
|
-
],
|
|
260
|
-
"description": "Get unique values from an array",
|
|
261
|
-
"isDirectFunction": false,
|
|
262
|
-
"contractHash": "af135d5702d2aca2",
|
|
263
|
-
"inputHash": "2a18be03",
|
|
264
|
-
"outputHash": "b24ac8e7"
|
|
265
|
-
},
|
|
266
|
-
"coalesce": {
|
|
267
|
-
"pikkuFuncId": "coalesce",
|
|
268
|
-
"functionType": "user",
|
|
269
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
270
|
-
"sessionless": true,
|
|
271
|
-
"name": "coalesce",
|
|
272
|
-
"services": {
|
|
273
|
-
"optimized": true,
|
|
274
|
-
"services": []
|
|
275
|
-
},
|
|
276
|
-
"inputSchemaName": "CoalesceInput",
|
|
277
|
-
"outputSchemaName": "CoalesceOutput",
|
|
278
|
-
"inputs": [
|
|
279
|
-
"CoalesceInput"
|
|
280
|
-
],
|
|
281
|
-
"outputs": [
|
|
282
|
-
"CoalesceOutput"
|
|
283
|
-
],
|
|
284
|
-
"description": "Return the first non-null value",
|
|
285
|
-
"isDirectFunction": false,
|
|
286
|
-
"contractHash": "9aa1a02f90b8ed52",
|
|
287
|
-
"inputHash": "d1baf6ed",
|
|
288
|
-
"outputHash": "eef08a58"
|
|
289
|
-
},
|
|
290
|
-
"crypto": {
|
|
291
|
-
"pikkuFuncId": "crypto",
|
|
292
|
-
"functionType": "user",
|
|
293
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
294
|
-
"sessionless": true,
|
|
295
|
-
"name": "crypto",
|
|
296
|
-
"services": {
|
|
297
|
-
"optimized": true,
|
|
298
|
-
"services": []
|
|
299
|
-
},
|
|
300
|
-
"inputSchemaName": "CryptoInput",
|
|
301
|
-
"outputSchemaName": "CryptoOutput",
|
|
302
|
-
"inputs": [
|
|
303
|
-
"CryptoInput"
|
|
304
|
-
],
|
|
305
|
-
"outputs": [
|
|
306
|
-
"CryptoOutput"
|
|
307
|
-
],
|
|
308
|
-
"description": "Provide cryptographic utilities",
|
|
309
|
-
"isDirectFunction": false,
|
|
310
|
-
"contractHash": "9e2e5b2bc9df616e",
|
|
311
|
-
"inputHash": "60d6d839",
|
|
312
|
-
"outputHash": "38bec130"
|
|
313
|
-
},
|
|
314
|
-
"dateTime": {
|
|
315
|
-
"pikkuFuncId": "dateTime",
|
|
316
|
-
"functionType": "user",
|
|
317
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
318
|
-
"sessionless": true,
|
|
319
|
-
"name": "dateTime",
|
|
320
|
-
"services": {
|
|
321
|
-
"optimized": true,
|
|
322
|
-
"services": []
|
|
323
|
-
},
|
|
324
|
-
"inputSchemaName": "DateTimeInput",
|
|
325
|
-
"outputSchemaName": "DateTimeOutput",
|
|
326
|
-
"inputs": [
|
|
327
|
-
"DateTimeInput"
|
|
328
|
-
],
|
|
329
|
-
"outputs": [
|
|
330
|
-
"DateTimeOutput"
|
|
331
|
-
],
|
|
332
|
-
"description": "Manipulate date and time values",
|
|
333
|
-
"isDirectFunction": false,
|
|
334
|
-
"contractHash": "b297121a74826469",
|
|
335
|
-
"inputHash": "fbb83641",
|
|
336
|
-
"outputHash": "93b7219a"
|
|
337
|
-
},
|
|
338
|
-
"jwtSign": {
|
|
339
|
-
"pikkuFuncId": "jwtSign",
|
|
340
|
-
"functionType": "user",
|
|
341
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
342
|
-
"sessionless": true,
|
|
343
|
-
"name": "jwtSign",
|
|
344
|
-
"services": {
|
|
345
|
-
"optimized": true,
|
|
346
|
-
"services": [
|
|
347
|
-
"jwt"
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
"inputSchemaName": "JwtSignInput",
|
|
351
|
-
"outputSchemaName": "JwtSignOutput",
|
|
352
|
-
"inputs": [
|
|
353
|
-
"JwtSignInput"
|
|
354
|
-
],
|
|
355
|
-
"outputs": [
|
|
356
|
-
"JwtSignOutput"
|
|
357
|
-
],
|
|
358
|
-
"description": "Sign a payload into a JWT token",
|
|
359
|
-
"isDirectFunction": false,
|
|
360
|
-
"contractHash": "75f181ad1396ce9d",
|
|
361
|
-
"inputHash": "6c178a3f",
|
|
362
|
-
"outputHash": "5490ba45"
|
|
363
|
-
},
|
|
364
|
-
"jwtDecode": {
|
|
365
|
-
"pikkuFuncId": "jwtDecode",
|
|
366
|
-
"functionType": "user",
|
|
367
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
368
|
-
"sessionless": true,
|
|
369
|
-
"name": "jwtDecode",
|
|
370
|
-
"services": {
|
|
371
|
-
"optimized": true,
|
|
372
|
-
"services": [
|
|
373
|
-
"jwt"
|
|
374
|
-
]
|
|
375
|
-
},
|
|
376
|
-
"inputSchemaName": "JwtDecodeInput",
|
|
377
|
-
"outputSchemaName": "JwtDecodeOutput",
|
|
378
|
-
"inputs": [
|
|
379
|
-
"JwtDecodeInput"
|
|
380
|
-
],
|
|
381
|
-
"outputs": [
|
|
382
|
-
"JwtDecodeOutput"
|
|
383
|
-
],
|
|
384
|
-
"description": "Decode a JWT token into its payload",
|
|
385
|
-
"isDirectFunction": false,
|
|
386
|
-
"contractHash": "3fc7b49a6cdaf7f0",
|
|
387
|
-
"inputHash": "4401b17b",
|
|
388
|
-
"outputHash": "7752bc62"
|
|
389
|
-
},
|
|
390
|
-
"math": {
|
|
391
|
-
"pikkuFuncId": "math",
|
|
392
|
-
"functionType": "user",
|
|
393
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
394
|
-
"sessionless": true,
|
|
395
|
-
"name": "math",
|
|
396
|
-
"services": {
|
|
397
|
-
"optimized": true,
|
|
398
|
-
"services": []
|
|
399
|
-
},
|
|
400
|
-
"inputSchemaName": "MathInput",
|
|
401
|
-
"outputSchemaName": "MathOutput",
|
|
402
|
-
"inputs": [
|
|
403
|
-
"MathInput"
|
|
404
|
-
],
|
|
405
|
-
"outputs": [
|
|
406
|
-
"MathOutput"
|
|
407
|
-
],
|
|
408
|
-
"description": "Perform math operations",
|
|
409
|
-
"isDirectFunction": false,
|
|
410
|
-
"contractHash": "6777194d9fa978a2",
|
|
411
|
-
"inputHash": "91f5f92b",
|
|
412
|
-
"outputHash": "473f23f2"
|
|
413
|
-
},
|
|
414
|
-
"stringTransform": {
|
|
415
|
-
"pikkuFuncId": "stringTransform",
|
|
416
|
-
"functionType": "user",
|
|
417
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
418
|
-
"sessionless": true,
|
|
419
|
-
"name": "stringTransform",
|
|
420
|
-
"services": {
|
|
421
|
-
"optimized": true,
|
|
422
|
-
"services": []
|
|
423
|
-
},
|
|
424
|
-
"inputSchemaName": "StringTransformInput",
|
|
425
|
-
"outputSchemaName": "StringTransformOutput",
|
|
426
|
-
"inputs": [
|
|
427
|
-
"StringTransformInput"
|
|
428
|
-
],
|
|
429
|
-
"outputs": [
|
|
430
|
-
"StringTransformOutput"
|
|
431
|
-
],
|
|
432
|
-
"description": "Transform strings (case, trim, split, replace, etc.)",
|
|
433
|
-
"isDirectFunction": false,
|
|
434
|
-
"contractHash": "a4cd02c14224c4e6",
|
|
435
|
-
"inputHash": "38037e18",
|
|
436
|
-
"outputHash": "5bfa9735"
|
|
437
|
-
},
|
|
438
|
-
"typeConvert": {
|
|
439
|
-
"pikkuFuncId": "typeConvert",
|
|
440
|
-
"functionType": "user",
|
|
441
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
442
|
-
"sessionless": true,
|
|
443
|
-
"name": "typeConvert",
|
|
444
|
-
"services": {
|
|
445
|
-
"optimized": true,
|
|
446
|
-
"services": []
|
|
447
|
-
},
|
|
448
|
-
"inputSchemaName": "TypeConvertInput",
|
|
449
|
-
"outputSchemaName": "TypeConvertOutput",
|
|
450
|
-
"inputs": [
|
|
451
|
-
"TypeConvertInput"
|
|
452
|
-
],
|
|
453
|
-
"outputs": [
|
|
454
|
-
"TypeConvertOutput"
|
|
455
|
-
],
|
|
456
|
-
"description": "Convert between types (string, number, boolean, json, array)",
|
|
457
|
-
"isDirectFunction": false,
|
|
458
|
-
"contractHash": "a3bfeff5301903cc",
|
|
459
|
-
"inputHash": "3d6e4ac1",
|
|
460
|
-
"outputHash": "da7680c1"
|
|
461
|
-
},
|
|
462
|
-
"editFields": {
|
|
463
|
-
"pikkuFuncId": "editFields",
|
|
464
|
-
"functionType": "user",
|
|
465
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
466
|
-
"sessionless": true,
|
|
467
|
-
"name": "editFields",
|
|
468
|
-
"services": {
|
|
469
|
-
"optimized": true,
|
|
470
|
-
"services": []
|
|
471
|
-
},
|
|
472
|
-
"inputSchemaName": "EditFieldsInput",
|
|
473
|
-
"outputSchemaName": "EditFieldsOutput",
|
|
474
|
-
"inputs": [
|
|
475
|
-
"EditFieldsInput"
|
|
476
|
-
],
|
|
477
|
-
"outputs": [
|
|
478
|
-
"EditFieldsOutput"
|
|
479
|
-
],
|
|
480
|
-
"description": "Modify, add, or remove item fields",
|
|
481
|
-
"isDirectFunction": false,
|
|
482
|
-
"contractHash": "860bd8089f3abd16",
|
|
483
|
-
"inputHash": "9b45e130",
|
|
484
|
-
"outputHash": "bc79d970"
|
|
485
|
-
},
|
|
486
|
-
"merge": {
|
|
487
|
-
"pikkuFuncId": "merge",
|
|
488
|
-
"functionType": "user",
|
|
489
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
490
|
-
"sessionless": true,
|
|
491
|
-
"name": "merge",
|
|
492
|
-
"services": {
|
|
493
|
-
"optimized": true,
|
|
494
|
-
"services": []
|
|
495
|
-
},
|
|
496
|
-
"inputSchemaName": "MergeInput",
|
|
497
|
-
"outputSchemaName": "MergeOutput",
|
|
498
|
-
"inputs": [
|
|
499
|
-
"MergeInput"
|
|
500
|
-
],
|
|
501
|
-
"outputs": [
|
|
502
|
-
"MergeOutput"
|
|
503
|
-
],
|
|
504
|
-
"description": "Merge multiple objects into one",
|
|
505
|
-
"isDirectFunction": false,
|
|
506
|
-
"contractHash": "b07476afacdae525",
|
|
507
|
-
"inputHash": "1ad17e4d",
|
|
508
|
-
"outputHash": "0171e51c"
|
|
509
|
-
},
|
|
510
|
-
"omit": {
|
|
511
|
-
"pikkuFuncId": "omit",
|
|
512
|
-
"functionType": "user",
|
|
513
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
514
|
-
"sessionless": true,
|
|
515
|
-
"name": "omit",
|
|
516
|
-
"services": {
|
|
517
|
-
"optimized": true,
|
|
518
|
-
"services": []
|
|
519
|
-
},
|
|
520
|
-
"inputSchemaName": "OmitInput",
|
|
521
|
-
"outputSchemaName": "OmitOutput",
|
|
522
|
-
"inputs": [
|
|
523
|
-
"OmitInput"
|
|
524
|
-
],
|
|
525
|
-
"outputs": [
|
|
526
|
-
"OmitOutput"
|
|
527
|
-
],
|
|
528
|
-
"description": "Remove specified fields from an object",
|
|
529
|
-
"isDirectFunction": false,
|
|
530
|
-
"contractHash": "dec15e51c95ffb1a",
|
|
531
|
-
"inputHash": "8a6dda94",
|
|
532
|
-
"outputHash": "6a6fb8c6"
|
|
533
|
-
},
|
|
534
|
-
"pick": {
|
|
535
|
-
"pikkuFuncId": "pick",
|
|
536
|
-
"functionType": "user",
|
|
537
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
538
|
-
"sessionless": true,
|
|
539
|
-
"name": "pick",
|
|
540
|
-
"services": {
|
|
541
|
-
"optimized": true,
|
|
542
|
-
"services": []
|
|
543
|
-
},
|
|
544
|
-
"inputSchemaName": "PickInput",
|
|
545
|
-
"outputSchemaName": "PickOutput",
|
|
546
|
-
"inputs": [
|
|
547
|
-
"PickInput"
|
|
548
|
-
],
|
|
549
|
-
"outputs": [
|
|
550
|
-
"PickOutput"
|
|
551
|
-
],
|
|
552
|
-
"description": "Keep only specified fields from an object",
|
|
553
|
-
"isDirectFunction": false,
|
|
554
|
-
"contractHash": "eee51c32e58e1297",
|
|
555
|
-
"inputHash": "8be4abcf",
|
|
556
|
-
"outputHash": "94b236c1"
|
|
557
|
-
},
|
|
558
|
-
"renameKeys": {
|
|
559
|
-
"pikkuFuncId": "renameKeys",
|
|
560
|
-
"functionType": "user",
|
|
561
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
562
|
-
"sessionless": true,
|
|
563
|
-
"name": "renameKeys",
|
|
564
|
-
"services": {
|
|
565
|
-
"optimized": true,
|
|
566
|
-
"services": []
|
|
567
|
-
},
|
|
568
|
-
"inputSchemaName": "RenameKeysInput",
|
|
569
|
-
"outputSchemaName": "RenameKeysOutput",
|
|
570
|
-
"inputs": [
|
|
571
|
-
"RenameKeysInput"
|
|
572
|
-
],
|
|
573
|
-
"outputs": [
|
|
574
|
-
"RenameKeysOutput"
|
|
575
|
-
],
|
|
576
|
-
"description": "Update item field names",
|
|
577
|
-
"isDirectFunction": false,
|
|
578
|
-
"contractHash": "8921f9a567b68dd7",
|
|
579
|
-
"inputHash": "0ff4890b",
|
|
580
|
-
"outputHash": "53ddf4c9"
|
|
581
|
-
}
|
|
582
|
-
}
|