@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,434 +0,0 @@
|
|
|
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
|
-
"stringTransform": {
|
|
309
|
-
"pikkuFuncId": "stringTransform",
|
|
310
|
-
"functionType": "user",
|
|
311
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
312
|
-
"sessionless": true,
|
|
313
|
-
"name": "stringTransform",
|
|
314
|
-
"inputSchemaName": "StringTransformInput",
|
|
315
|
-
"outputSchemaName": "StringTransformOutput",
|
|
316
|
-
"inputs": [
|
|
317
|
-
"StringTransformInput"
|
|
318
|
-
],
|
|
319
|
-
"outputs": [
|
|
320
|
-
"StringTransformOutput"
|
|
321
|
-
],
|
|
322
|
-
"contractHash": "a4cd02c14224c4e6",
|
|
323
|
-
"inputHash": "38037e18",
|
|
324
|
-
"outputHash": "5bfa9735"
|
|
325
|
-
},
|
|
326
|
-
"typeConvert": {
|
|
327
|
-
"pikkuFuncId": "typeConvert",
|
|
328
|
-
"functionType": "user",
|
|
329
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
330
|
-
"sessionless": true,
|
|
331
|
-
"name": "typeConvert",
|
|
332
|
-
"inputSchemaName": "TypeConvertInput",
|
|
333
|
-
"outputSchemaName": "TypeConvertOutput",
|
|
334
|
-
"inputs": [
|
|
335
|
-
"TypeConvertInput"
|
|
336
|
-
],
|
|
337
|
-
"outputs": [
|
|
338
|
-
"TypeConvertOutput"
|
|
339
|
-
],
|
|
340
|
-
"contractHash": "a3bfeff5301903cc",
|
|
341
|
-
"inputHash": "3d6e4ac1",
|
|
342
|
-
"outputHash": "da7680c1"
|
|
343
|
-
},
|
|
344
|
-
"editFields": {
|
|
345
|
-
"pikkuFuncId": "editFields",
|
|
346
|
-
"functionType": "user",
|
|
347
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
348
|
-
"sessionless": true,
|
|
349
|
-
"name": "editFields",
|
|
350
|
-
"inputSchemaName": "EditFieldsInput",
|
|
351
|
-
"outputSchemaName": "EditFieldsOutput",
|
|
352
|
-
"inputs": [
|
|
353
|
-
"EditFieldsInput"
|
|
354
|
-
],
|
|
355
|
-
"outputs": [
|
|
356
|
-
"EditFieldsOutput"
|
|
357
|
-
],
|
|
358
|
-
"contractHash": "860bd8089f3abd16",
|
|
359
|
-
"inputHash": "9b45e130",
|
|
360
|
-
"outputHash": "bc79d970"
|
|
361
|
-
},
|
|
362
|
-
"merge": {
|
|
363
|
-
"pikkuFuncId": "merge",
|
|
364
|
-
"functionType": "user",
|
|
365
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
366
|
-
"sessionless": true,
|
|
367
|
-
"name": "merge",
|
|
368
|
-
"inputSchemaName": "MergeInput",
|
|
369
|
-
"outputSchemaName": "MergeOutput",
|
|
370
|
-
"inputs": [
|
|
371
|
-
"MergeInput"
|
|
372
|
-
],
|
|
373
|
-
"outputs": [
|
|
374
|
-
"MergeOutput"
|
|
375
|
-
],
|
|
376
|
-
"contractHash": "b07476afacdae525",
|
|
377
|
-
"inputHash": "1ad17e4d",
|
|
378
|
-
"outputHash": "0171e51c"
|
|
379
|
-
},
|
|
380
|
-
"omit": {
|
|
381
|
-
"pikkuFuncId": "omit",
|
|
382
|
-
"functionType": "user",
|
|
383
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
384
|
-
"sessionless": true,
|
|
385
|
-
"name": "omit",
|
|
386
|
-
"inputSchemaName": "OmitInput",
|
|
387
|
-
"outputSchemaName": "OmitOutput",
|
|
388
|
-
"inputs": [
|
|
389
|
-
"OmitInput"
|
|
390
|
-
],
|
|
391
|
-
"outputs": [
|
|
392
|
-
"OmitOutput"
|
|
393
|
-
],
|
|
394
|
-
"contractHash": "dec15e51c95ffb1a",
|
|
395
|
-
"inputHash": "8a6dda94",
|
|
396
|
-
"outputHash": "6a6fb8c6"
|
|
397
|
-
},
|
|
398
|
-
"pick": {
|
|
399
|
-
"pikkuFuncId": "pick",
|
|
400
|
-
"functionType": "user",
|
|
401
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
402
|
-
"sessionless": true,
|
|
403
|
-
"name": "pick",
|
|
404
|
-
"inputSchemaName": "PickInput",
|
|
405
|
-
"outputSchemaName": "PickOutput",
|
|
406
|
-
"inputs": [
|
|
407
|
-
"PickInput"
|
|
408
|
-
],
|
|
409
|
-
"outputs": [
|
|
410
|
-
"PickOutput"
|
|
411
|
-
],
|
|
412
|
-
"contractHash": "eee51c32e58e1297",
|
|
413
|
-
"inputHash": "8be4abcf",
|
|
414
|
-
"outputHash": "94b236c1"
|
|
415
|
-
},
|
|
416
|
-
"renameKeys": {
|
|
417
|
-
"pikkuFuncId": "renameKeys",
|
|
418
|
-
"functionType": "user",
|
|
419
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
420
|
-
"sessionless": true,
|
|
421
|
-
"name": "renameKeys",
|
|
422
|
-
"inputSchemaName": "RenameKeysInput",
|
|
423
|
-
"outputSchemaName": "RenameKeysOutput",
|
|
424
|
-
"inputs": [
|
|
425
|
-
"RenameKeysInput"
|
|
426
|
-
],
|
|
427
|
-
"outputs": [
|
|
428
|
-
"RenameKeysOutput"
|
|
429
|
-
],
|
|
430
|
-
"contractHash": "8921f9a567b68dd7",
|
|
431
|
-
"inputHash": "0ff4890b",
|
|
432
|
-
"outputHash": "53ddf4c9"
|
|
433
|
-
}
|
|
434
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
-
*/
|
|
4
|
-
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
-
import type { FunctionsMeta } from '@pikku/core'
|
|
6
|
-
import metaData from './pikku-functions-meta.gen.json' with { type: 'json' }
|
|
7
|
-
pikkuState('@pikku/addon-graph', 'function', 'meta', metaData as FunctionsMeta)
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
-
*/
|
|
4
|
-
/* Import and register functions used by RPCs */
|
|
5
|
-
import { addFunction } from '@pikku/core'
|
|
6
|
-
import { aggregate } from '../../src/functions/array/aggregate.function.js'
|
|
7
|
-
import { chunk } from '../../src/functions/array/chunk.function.js'
|
|
8
|
-
import { coalesce } from '../../src/functions/data/coalesce.function.js'
|
|
9
|
-
import { crypto } from '../../src/functions/data/crypto.function.js'
|
|
10
|
-
import { dateTime } from '../../src/functions/data/date-time.function.js'
|
|
11
|
-
import { editFields } from '../../src/functions/transform/edit-fields.function.js'
|
|
12
|
-
import { find } from '../../src/functions/array/find.function.js'
|
|
13
|
-
import { groupBy } from '../../src/functions/array/group-by.function.js'
|
|
14
|
-
import { jwtDecode } from '../../src/functions/data/jwt.function.js'
|
|
15
|
-
import { jwtSign } from '../../src/functions/data/jwt.function.js'
|
|
16
|
-
import { limit } from '../../src/functions/array/limit.function.js'
|
|
17
|
-
import { math } from '../../src/functions/data/math.function.js'
|
|
18
|
-
import { merge } from '../../src/functions/transform/merge.function.js'
|
|
19
|
-
import { omit } from '../../src/functions/transform/omit.function.js'
|
|
20
|
-
import { pick } from '../../src/functions/transform/pick.function.js'
|
|
21
|
-
import { removeDuplicates } from '../../src/functions/array/remove-duplicates.function.js'
|
|
22
|
-
import { renameKeys } from '../../src/functions/transform/rename-keys.function.js'
|
|
23
|
-
import { reverse } from '../../src/functions/array/reverse.function.js'
|
|
24
|
-
import { sort } from '../../src/functions/array/sort.function.js'
|
|
25
|
-
import { splitOut } from '../../src/functions/array/split-out.function.js'
|
|
26
|
-
import { stringTransform } from '../../src/functions/data/string-transform.function.js'
|
|
27
|
-
import { summarize } from '../../src/functions/array/summarize.function.js'
|
|
28
|
-
import { typeConvert } from '../../src/functions/data/type-convert.function.js'
|
|
29
|
-
import { unique } from '../../src/functions/array/unique.function.js'
|
|
30
|
-
|
|
31
|
-
addFunction('aggregate', aggregate, '@pikku/addon-graph')
|
|
32
|
-
addFunction('chunk', chunk, '@pikku/addon-graph')
|
|
33
|
-
addFunction('coalesce', coalesce, '@pikku/addon-graph')
|
|
34
|
-
addFunction('crypto', crypto, '@pikku/addon-graph')
|
|
35
|
-
addFunction('dateTime', dateTime, '@pikku/addon-graph')
|
|
36
|
-
addFunction('editFields', editFields, '@pikku/addon-graph')
|
|
37
|
-
addFunction('find', find, '@pikku/addon-graph')
|
|
38
|
-
addFunction('groupBy', groupBy, '@pikku/addon-graph')
|
|
39
|
-
addFunction('jwtDecode', jwtDecode, '@pikku/addon-graph')
|
|
40
|
-
addFunction('jwtSign', jwtSign, '@pikku/addon-graph')
|
|
41
|
-
addFunction('limit', limit, '@pikku/addon-graph')
|
|
42
|
-
addFunction('math', math, '@pikku/addon-graph')
|
|
43
|
-
addFunction('merge', merge, '@pikku/addon-graph')
|
|
44
|
-
addFunction('omit', omit, '@pikku/addon-graph')
|
|
45
|
-
addFunction('pick', pick, '@pikku/addon-graph')
|
|
46
|
-
addFunction('removeDuplicates', removeDuplicates, '@pikku/addon-graph')
|
|
47
|
-
addFunction('renameKeys', renameKeys, '@pikku/addon-graph')
|
|
48
|
-
addFunction('reverse', reverse, '@pikku/addon-graph')
|
|
49
|
-
addFunction('sort', sort, '@pikku/addon-graph')
|
|
50
|
-
addFunction('splitOut', splitOut, '@pikku/addon-graph')
|
|
51
|
-
addFunction('stringTransform', stringTransform, '@pikku/addon-graph')
|
|
52
|
-
addFunction('summarize', summarize, '@pikku/addon-graph')
|
|
53
|
-
addFunction('typeConvert', typeConvert, '@pikku/addon-graph')
|
|
54
|
-
addFunction('unique', unique, '@pikku/addon-graph')
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
-
*/
|
|
4
|
-
import { pikkuState as __pikkuState } from '@pikku/core/internal'
|
|
5
|
-
try {
|
|
6
|
-
const { fileURLToPath: __fileURLToPath } = await import('url')
|
|
7
|
-
const { dirname: __dirname } = await import('path')
|
|
8
|
-
__pikkuState('@pikku/addon-graph', 'package', 'metaDir', __dirname(__fileURLToPath(import.meta.url)))
|
|
9
|
-
} catch {}
|
|
10
|
-
import './agent/pikku-agent-wirings-meta.gen.js'
|
|
11
|
-
import './function/pikku-functions-meta.gen.js'
|
|
12
|
-
import './addon/pikku-package.gen.js'
|
|
13
|
-
import './agent/pikku-agent-wirings.gen.js'
|
|
14
|
-
import './schemas/register.gen.js'
|
|
15
|
-
import './function/pikku-functions.gen.js'
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
-
*/
|
|
4
|
-
import type { SingletonServices } from '../types/application-types.d.js'
|
|
5
|
-
import type { Services } from '../types/application-types.d.js'
|
|
6
|
-
|
|
7
|
-
// Singleton services map: true if required, false if available but unused
|
|
8
|
-
export const requiredSingletonServices = {
|
|
9
|
-
'aiAgentRunner': false,
|
|
10
|
-
'aiRunState': false,
|
|
11
|
-
'aiStorage': false,
|
|
12
|
-
'config': true,
|
|
13
|
-
'content': false,
|
|
14
|
-
'deploymentService': false,
|
|
15
|
-
'jwt': false,
|
|
16
|
-
'logger': true,
|
|
17
|
-
'queueService': false,
|
|
18
|
-
'schedulerService': false,
|
|
19
|
-
'schema': true,
|
|
20
|
-
'secrets': true,
|
|
21
|
-
'variables': true,
|
|
22
|
-
'workflowService': false,
|
|
23
|
-
} as const
|
|
24
|
-
|
|
25
|
-
// Wire services map: true if required, false if available but unused
|
|
26
|
-
export const requiredWireServices = {
|
|
27
|
-
} as const
|
|
28
|
-
|
|
29
|
-
// Type exports
|
|
30
|
-
export type RequiredSingletonServices = Pick<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'> & Partial<Omit<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>>
|
|
31
|
-
|
|
32
|
-
export type RequiredWireServices = Partial<Services>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
// Core function, middleware, and permission types
|
|
9
|
-
export * from './function/pikku-function-types.gen.js'
|
|
10
|
-
|
|
11
|
-
// Trigger wiring types
|
|
12
|
-
export * from './trigger/pikku-trigger-types.gen.js'
|
|
13
|
-
|
|
14
|
-
// Node wiring types
|
|
15
|
-
export * from './console/pikku-node-types.gen.js'
|
|
16
|
-
|
|
17
|
-
// Secret definition types
|
|
18
|
-
export * from './secrets/pikku-secret-types.gen.js'
|
|
19
|
-
|
|
20
|
-
// Addon types
|
|
21
|
-
export * from './addon/pikku-addon-types.gen.js'
|