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