@pikku/addon-graph 0.12.4 → 0.12.6
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 +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
- package/dist/.pikku/addon/pikku-package.gen.js +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +3 -2
- 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/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +15 -44
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +3 -12
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +350 -33
- package/dist/.pikku/function/pikku-functions.gen.js +19 -1
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +2 -24
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +5 -1
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-services.gen.js +4 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +2 -1
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-types.gen.js +3 -1
- package/dist/.pikku/pikku-types.gen.js.map +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +163 -7
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +172 -7
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.remote.gen.d.ts +652 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +10 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +93 -57
- package/dist/.pikku/schemas/register.gen.js.map +1 -1
- package/dist/.pikku/schemas/schemas/AggregateInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/BranchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BranchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ConcatInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ConcatOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/FanoutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FanoutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HttpRequestInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/HttpRequestOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReadFileInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReadFileOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SplitTextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SplitTextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StopAndErrorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StopAndErrorOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WaitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WaitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WriteFileInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WriteFileOutput.schema.json +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +6 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +5 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.js.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes-meta.gen.json +1 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +36 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts.map +1 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js +28 -0
- package/dist/.pikku/scopes/pikku-scopes.gen.js.map +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-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +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/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-variables-meta.gen.json +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -3
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +22 -5
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +4 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +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/src/functions/array/aggregate.function.d.ts +33 -4
- package/dist/src/functions/array/aggregate.function.d.ts.map +1 -1
- package/dist/src/functions/array/aggregate.function.js +47 -14
- package/dist/src/functions/array/aggregate.function.js.map +1 -1
- package/dist/src/functions/array/aggregate.function.test.d.ts +2 -0
- package/dist/src/functions/array/aggregate.function.test.d.ts.map +1 -0
- package/dist/src/functions/array/aggregate.function.test.js +42 -0
- package/dist/src/functions/array/aggregate.function.test.js.map +1 -0
- package/dist/src/functions/array/fanout.function.d.ts +32 -0
- package/dist/src/functions/array/fanout.function.d.ts.map +1 -0
- package/dist/src/functions/array/fanout.function.js +80 -0
- package/dist/src/functions/array/fanout.function.js.map +1 -0
- package/dist/src/functions/array/fanout.function.test.d.ts +2 -0
- package/dist/src/functions/array/fanout.function.test.d.ts.map +1 -0
- package/dist/src/functions/array/fanout.function.test.js +66 -0
- package/dist/src/functions/array/fanout.function.test.js.map +1 -0
- package/dist/src/functions/array/summarize.function.d.ts +4 -4
- package/dist/src/functions/data/date-time.function.d.ts +17 -3
- package/dist/src/functions/data/date-time.function.d.ts.map +1 -1
- package/dist/src/functions/data/date-time.function.js +46 -0
- package/dist/src/functions/data/date-time.function.js.map +1 -1
- package/dist/src/functions/data/jwt.function.d.ts +4 -4
- package/dist/src/functions/data/read-file.function.d.ts +40 -0
- package/dist/src/functions/data/read-file.function.d.ts.map +1 -0
- package/dist/src/functions/data/read-file.function.js +39 -0
- package/dist/src/functions/data/read-file.function.js.map +1 -0
- package/dist/src/functions/data/type-convert.function.d.ts +4 -4
- package/dist/src/functions/data/wait.function.d.ts +26 -0
- package/dist/src/functions/data/wait.function.d.ts.map +1 -0
- package/dist/src/functions/data/wait.function.js +29 -0
- package/dist/src/functions/data/wait.function.js.map +1 -0
- package/dist/src/functions/data/write-file.function.d.ts +40 -0
- package/dist/src/functions/data/write-file.function.d.ts.map +1 -0
- package/dist/src/functions/data/write-file.function.js +37 -0
- package/dist/src/functions/data/write-file.function.js.map +1 -0
- package/dist/src/functions/logic/branch.function.d.ts +71 -0
- package/dist/src/functions/logic/branch.function.d.ts.map +1 -0
- package/dist/src/functions/logic/branch.function.js +213 -0
- package/dist/src/functions/logic/branch.function.js.map +1 -0
- package/dist/src/functions/logic/stop-and-error.function.d.ts +13 -0
- package/dist/src/functions/logic/stop-and-error.function.d.ts.map +1 -0
- package/dist/src/functions/logic/stop-and-error.function.js +18 -0
- package/dist/src/functions/logic/stop-and-error.function.js.map +1 -0
- package/dist/src/functions/network/http-request.function.d.ts +105 -0
- package/dist/src/functions/network/http-request.function.d.ts.map +1 -0
- package/dist/src/functions/network/http-request.function.js +142 -0
- package/dist/src/functions/network/http-request.function.js.map +1 -0
- package/dist/src/functions/network/http-request.function.test.d.ts +2 -0
- package/dist/src/functions/network/http-request.function.test.d.ts.map +1 -0
- package/dist/src/functions/network/http-request.function.test.js +119 -0
- package/dist/src/functions/network/http-request.function.test.js.map +1 -0
- package/dist/src/functions/transform/concat.function.d.ts +21 -0
- package/dist/src/functions/transform/concat.function.d.ts.map +1 -0
- package/dist/src/functions/transform/concat.function.js +22 -0
- package/dist/src/functions/transform/concat.function.js.map +1 -0
- package/dist/src/functions/transform/concat.function.test.d.ts +2 -0
- package/dist/src/functions/transform/concat.function.test.d.ts.map +1 -0
- package/dist/src/functions/transform/concat.function.test.js +23 -0
- package/dist/src/functions/transform/concat.function.test.js.map +1 -0
- package/dist/src/functions/transform/edit-fields.function.d.ts +9 -12
- package/dist/src/functions/transform/edit-fields.function.d.ts.map +1 -1
- package/dist/src/functions/transform/edit-fields.function.js +9 -4
- package/dist/src/functions/transform/edit-fields.function.js.map +1 -1
- package/dist/src/functions/transform/split-text.function.d.ts +41 -0
- package/dist/src/functions/transform/split-text.function.d.ts.map +1 -0
- package/dist/src/functions/transform/split-text.function.js +116 -0
- package/dist/src/functions/transform/split-text.function.js.map +1 -0
- package/dist/src/functions/transform/split-text.function.test.d.ts +2 -0
- package/dist/src/functions/transform/split-text.function.test.d.ts.map +1 -0
- package/dist/src/functions/transform/split-text.function.test.js +66 -0
- package/dist/src/functions/transform/split-text.function.test.js.map +1 -0
- package/package.json +3 -3
|
@@ -1,55 +1,27 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as AggregateInput from './schemas/AggregateInput.schema.json' with { type: 'json' };
|
|
6
6
|
addSchema('AggregateInput', AggregateInput, '@pikku/addon-graph');
|
|
7
7
|
import * as AggregateOutput from './schemas/AggregateOutput.schema.json' with { type: 'json' };
|
|
8
8
|
addSchema('AggregateOutput', AggregateOutput, '@pikku/addon-graph');
|
|
9
|
+
import * as BranchInput from './schemas/BranchInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('BranchInput', BranchInput, '@pikku/addon-graph');
|
|
11
|
+
import * as BranchOutput from './schemas/BranchOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('BranchOutput', BranchOutput, '@pikku/addon-graph');
|
|
9
13
|
import * as ChunkInput from './schemas/ChunkInput.schema.json' with { type: 'json' };
|
|
10
14
|
addSchema('ChunkInput', ChunkInput, '@pikku/addon-graph');
|
|
11
15
|
import * as ChunkOutput from './schemas/ChunkOutput.schema.json' with { type: 'json' };
|
|
12
16
|
addSchema('ChunkOutput', ChunkOutput, '@pikku/addon-graph');
|
|
13
|
-
import * as FindInput from './schemas/FindInput.schema.json' with { type: 'json' };
|
|
14
|
-
addSchema('FindInput', FindInput, '@pikku/addon-graph');
|
|
15
|
-
import * as FindOutput from './schemas/FindOutput.schema.json' with { type: 'json' };
|
|
16
|
-
addSchema('FindOutput', FindOutput, '@pikku/addon-graph');
|
|
17
|
-
import * as GroupByInput from './schemas/GroupByInput.schema.json' with { type: 'json' };
|
|
18
|
-
addSchema('GroupByInput', GroupByInput, '@pikku/addon-graph');
|
|
19
|
-
import * as GroupByOutput from './schemas/GroupByOutput.schema.json' with { type: 'json' };
|
|
20
|
-
addSchema('GroupByOutput', GroupByOutput, '@pikku/addon-graph');
|
|
21
|
-
import * as LimitInput from './schemas/LimitInput.schema.json' with { type: 'json' };
|
|
22
|
-
addSchema('LimitInput', LimitInput, '@pikku/addon-graph');
|
|
23
|
-
import * as LimitOutput from './schemas/LimitOutput.schema.json' with { type: 'json' };
|
|
24
|
-
addSchema('LimitOutput', LimitOutput, '@pikku/addon-graph');
|
|
25
|
-
import * as RemoveDuplicatesInput from './schemas/RemoveDuplicatesInput.schema.json' with { type: 'json' };
|
|
26
|
-
addSchema('RemoveDuplicatesInput', RemoveDuplicatesInput, '@pikku/addon-graph');
|
|
27
|
-
import * as RemoveDuplicatesOutput from './schemas/RemoveDuplicatesOutput.schema.json' with { type: 'json' };
|
|
28
|
-
addSchema('RemoveDuplicatesOutput', RemoveDuplicatesOutput, '@pikku/addon-graph');
|
|
29
|
-
import * as ReverseInput from './schemas/ReverseInput.schema.json' with { type: 'json' };
|
|
30
|
-
addSchema('ReverseInput', ReverseInput, '@pikku/addon-graph');
|
|
31
|
-
import * as ReverseOutput from './schemas/ReverseOutput.schema.json' with { type: 'json' };
|
|
32
|
-
addSchema('ReverseOutput', ReverseOutput, '@pikku/addon-graph');
|
|
33
|
-
import * as SortInput from './schemas/SortInput.schema.json' with { type: 'json' };
|
|
34
|
-
addSchema('SortInput', SortInput, '@pikku/addon-graph');
|
|
35
|
-
import * as SortOutput from './schemas/SortOutput.schema.json' with { type: 'json' };
|
|
36
|
-
addSchema('SortOutput', SortOutput, '@pikku/addon-graph');
|
|
37
|
-
import * as SplitOutInput from './schemas/SplitOutInput.schema.json' with { type: 'json' };
|
|
38
|
-
addSchema('SplitOutInput', SplitOutInput, '@pikku/addon-graph');
|
|
39
|
-
import * as SplitOutOutput from './schemas/SplitOutOutput.schema.json' with { type: 'json' };
|
|
40
|
-
addSchema('SplitOutOutput', SplitOutOutput, '@pikku/addon-graph');
|
|
41
|
-
import * as SummarizeInput from './schemas/SummarizeInput.schema.json' with { type: 'json' };
|
|
42
|
-
addSchema('SummarizeInput', SummarizeInput, '@pikku/addon-graph');
|
|
43
|
-
import * as SummarizeOutput from './schemas/SummarizeOutput.schema.json' with { type: 'json' };
|
|
44
|
-
addSchema('SummarizeOutput', SummarizeOutput, '@pikku/addon-graph');
|
|
45
|
-
import * as UniqueInput from './schemas/UniqueInput.schema.json' with { type: 'json' };
|
|
46
|
-
addSchema('UniqueInput', UniqueInput, '@pikku/addon-graph');
|
|
47
|
-
import * as UniqueOutput from './schemas/UniqueOutput.schema.json' with { type: 'json' };
|
|
48
|
-
addSchema('UniqueOutput', UniqueOutput, '@pikku/addon-graph');
|
|
49
17
|
import * as CoalesceInput from './schemas/CoalesceInput.schema.json' with { type: 'json' };
|
|
50
18
|
addSchema('CoalesceInput', CoalesceInput, '@pikku/addon-graph');
|
|
51
19
|
import * as CoalesceOutput from './schemas/CoalesceOutput.schema.json' with { type: 'json' };
|
|
52
20
|
addSchema('CoalesceOutput', CoalesceOutput, '@pikku/addon-graph');
|
|
21
|
+
import * as ConcatInput from './schemas/ConcatInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('ConcatInput', ConcatInput, '@pikku/addon-graph');
|
|
23
|
+
import * as ConcatOutput from './schemas/ConcatOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('ConcatOutput', ConcatOutput, '@pikku/addon-graph');
|
|
53
25
|
import * as CryptoInput from './schemas/CryptoInput.schema.json' with { type: 'json' };
|
|
54
26
|
addSchema('CryptoInput', CryptoInput, '@pikku/addon-graph');
|
|
55
27
|
import * as CryptoOutput from './schemas/CryptoOutput.schema.json' with { type: 'json' };
|
|
@@ -58,34 +30,42 @@ import * as DateTimeInput from './schemas/DateTimeInput.schema.json' with { type
|
|
|
58
30
|
addSchema('DateTimeInput', DateTimeInput, '@pikku/addon-graph');
|
|
59
31
|
import * as DateTimeOutput from './schemas/DateTimeOutput.schema.json' with { type: 'json' };
|
|
60
32
|
addSchema('DateTimeOutput', DateTimeOutput, '@pikku/addon-graph');
|
|
61
|
-
import * as
|
|
62
|
-
addSchema('
|
|
63
|
-
import * as
|
|
64
|
-
addSchema('
|
|
33
|
+
import * as EditFieldsInput from './schemas/EditFieldsInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('EditFieldsInput', EditFieldsInput, '@pikku/addon-graph');
|
|
35
|
+
import * as EditFieldsOutput from './schemas/EditFieldsOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('EditFieldsOutput', EditFieldsOutput, '@pikku/addon-graph');
|
|
37
|
+
import * as FanoutInput from './schemas/FanoutInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('FanoutInput', FanoutInput, '@pikku/addon-graph');
|
|
39
|
+
import * as FanoutOutput from './schemas/FanoutOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('FanoutOutput', FanoutOutput, '@pikku/addon-graph');
|
|
41
|
+
import * as FindInput from './schemas/FindInput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('FindInput', FindInput, '@pikku/addon-graph');
|
|
43
|
+
import * as FindOutput from './schemas/FindOutput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('FindOutput', FindOutput, '@pikku/addon-graph');
|
|
45
|
+
import * as GroupByInput from './schemas/GroupByInput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('GroupByInput', GroupByInput, '@pikku/addon-graph');
|
|
47
|
+
import * as GroupByOutput from './schemas/GroupByOutput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('GroupByOutput', GroupByOutput, '@pikku/addon-graph');
|
|
49
|
+
import * as HttpRequestInput from './schemas/HttpRequestInput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('HttpRequestInput', HttpRequestInput, '@pikku/addon-graph');
|
|
51
|
+
import * as HttpRequestOutput from './schemas/HttpRequestOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('HttpRequestOutput', HttpRequestOutput, '@pikku/addon-graph');
|
|
65
53
|
import * as JwtDecodeInput from './schemas/JwtDecodeInput.schema.json' with { type: 'json' };
|
|
66
54
|
addSchema('JwtDecodeInput', JwtDecodeInput, '@pikku/addon-graph');
|
|
67
55
|
import * as JwtDecodeOutput from './schemas/JwtDecodeOutput.schema.json' with { type: 'json' };
|
|
68
56
|
addSchema('JwtDecodeOutput', JwtDecodeOutput, '@pikku/addon-graph');
|
|
57
|
+
import * as JwtSignInput from './schemas/JwtSignInput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('JwtSignInput', JwtSignInput, '@pikku/addon-graph');
|
|
59
|
+
import * as JwtSignOutput from './schemas/JwtSignOutput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('JwtSignOutput', JwtSignOutput, '@pikku/addon-graph');
|
|
61
|
+
import * as LimitInput from './schemas/LimitInput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('LimitInput', LimitInput, '@pikku/addon-graph');
|
|
63
|
+
import * as LimitOutput from './schemas/LimitOutput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('LimitOutput', LimitOutput, '@pikku/addon-graph');
|
|
69
65
|
import * as MathInput from './schemas/MathInput.schema.json' with { type: 'json' };
|
|
70
66
|
addSchema('MathInput', MathInput, '@pikku/addon-graph');
|
|
71
67
|
import * as MathOutput from './schemas/MathOutput.schema.json' with { type: 'json' };
|
|
72
68
|
addSchema('MathOutput', MathOutput, '@pikku/addon-graph');
|
|
73
|
-
import * as SleepInput from './schemas/SleepInput.schema.json' with { type: 'json' };
|
|
74
|
-
addSchema('SleepInput', SleepInput, '@pikku/addon-graph');
|
|
75
|
-
import * as SleepOutput from './schemas/SleepOutput.schema.json' with { type: 'json' };
|
|
76
|
-
addSchema('SleepOutput', SleepOutput, '@pikku/addon-graph');
|
|
77
|
-
import * as StringTransformInput from './schemas/StringTransformInput.schema.json' with { type: 'json' };
|
|
78
|
-
addSchema('StringTransformInput', StringTransformInput, '@pikku/addon-graph');
|
|
79
|
-
import * as StringTransformOutput from './schemas/StringTransformOutput.schema.json' with { type: 'json' };
|
|
80
|
-
addSchema('StringTransformOutput', StringTransformOutput, '@pikku/addon-graph');
|
|
81
|
-
import * as TypeConvertInput from './schemas/TypeConvertInput.schema.json' with { type: 'json' };
|
|
82
|
-
addSchema('TypeConvertInput', TypeConvertInput, '@pikku/addon-graph');
|
|
83
|
-
import * as TypeConvertOutput from './schemas/TypeConvertOutput.schema.json' with { type: 'json' };
|
|
84
|
-
addSchema('TypeConvertOutput', TypeConvertOutput, '@pikku/addon-graph');
|
|
85
|
-
import * as EditFieldsInput from './schemas/EditFieldsInput.schema.json' with { type: 'json' };
|
|
86
|
-
addSchema('EditFieldsInput', EditFieldsInput, '@pikku/addon-graph');
|
|
87
|
-
import * as EditFieldsOutput from './schemas/EditFieldsOutput.schema.json' with { type: 'json' };
|
|
88
|
-
addSchema('EditFieldsOutput', EditFieldsOutput, '@pikku/addon-graph');
|
|
89
69
|
import * as MergeInput from './schemas/MergeInput.schema.json' with { type: 'json' };
|
|
90
70
|
addSchema('MergeInput', MergeInput, '@pikku/addon-graph');
|
|
91
71
|
import * as MergeOutput from './schemas/MergeOutput.schema.json' with { type: 'json' };
|
|
@@ -98,8 +78,64 @@ import * as PickInput from './schemas/PickInput.schema.json' with { type: 'json'
|
|
|
98
78
|
addSchema('PickInput', PickInput, '@pikku/addon-graph');
|
|
99
79
|
import * as PickOutput from './schemas/PickOutput.schema.json' with { type: 'json' };
|
|
100
80
|
addSchema('PickOutput', PickOutput, '@pikku/addon-graph');
|
|
81
|
+
import * as ReadFileInput from './schemas/ReadFileInput.schema.json' with { type: 'json' };
|
|
82
|
+
addSchema('ReadFileInput', ReadFileInput, '@pikku/addon-graph');
|
|
83
|
+
import * as ReadFileOutput from './schemas/ReadFileOutput.schema.json' with { type: 'json' };
|
|
84
|
+
addSchema('ReadFileOutput', ReadFileOutput, '@pikku/addon-graph');
|
|
85
|
+
import * as RemoveDuplicatesInput from './schemas/RemoveDuplicatesInput.schema.json' with { type: 'json' };
|
|
86
|
+
addSchema('RemoveDuplicatesInput', RemoveDuplicatesInput, '@pikku/addon-graph');
|
|
87
|
+
import * as RemoveDuplicatesOutput from './schemas/RemoveDuplicatesOutput.schema.json' with { type: 'json' };
|
|
88
|
+
addSchema('RemoveDuplicatesOutput', RemoveDuplicatesOutput, '@pikku/addon-graph');
|
|
101
89
|
import * as RenameKeysInput from './schemas/RenameKeysInput.schema.json' with { type: 'json' };
|
|
102
90
|
addSchema('RenameKeysInput', RenameKeysInput, '@pikku/addon-graph');
|
|
103
91
|
import * as RenameKeysOutput from './schemas/RenameKeysOutput.schema.json' with { type: 'json' };
|
|
104
92
|
addSchema('RenameKeysOutput', RenameKeysOutput, '@pikku/addon-graph');
|
|
93
|
+
import * as ReverseInput from './schemas/ReverseInput.schema.json' with { type: 'json' };
|
|
94
|
+
addSchema('ReverseInput', ReverseInput, '@pikku/addon-graph');
|
|
95
|
+
import * as ReverseOutput from './schemas/ReverseOutput.schema.json' with { type: 'json' };
|
|
96
|
+
addSchema('ReverseOutput', ReverseOutput, '@pikku/addon-graph');
|
|
97
|
+
import * as SleepInput from './schemas/SleepInput.schema.json' with { type: 'json' };
|
|
98
|
+
addSchema('SleepInput', SleepInput, '@pikku/addon-graph');
|
|
99
|
+
import * as SleepOutput from './schemas/SleepOutput.schema.json' with { type: 'json' };
|
|
100
|
+
addSchema('SleepOutput', SleepOutput, '@pikku/addon-graph');
|
|
101
|
+
import * as SortInput from './schemas/SortInput.schema.json' with { type: 'json' };
|
|
102
|
+
addSchema('SortInput', SortInput, '@pikku/addon-graph');
|
|
103
|
+
import * as SortOutput from './schemas/SortOutput.schema.json' with { type: 'json' };
|
|
104
|
+
addSchema('SortOutput', SortOutput, '@pikku/addon-graph');
|
|
105
|
+
import * as SplitOutInput from './schemas/SplitOutInput.schema.json' with { type: 'json' };
|
|
106
|
+
addSchema('SplitOutInput', SplitOutInput, '@pikku/addon-graph');
|
|
107
|
+
import * as SplitOutOutput from './schemas/SplitOutOutput.schema.json' with { type: 'json' };
|
|
108
|
+
addSchema('SplitOutOutput', SplitOutOutput, '@pikku/addon-graph');
|
|
109
|
+
import * as SplitTextInput from './schemas/SplitTextInput.schema.json' with { type: 'json' };
|
|
110
|
+
addSchema('SplitTextInput', SplitTextInput, '@pikku/addon-graph');
|
|
111
|
+
import * as SplitTextOutput from './schemas/SplitTextOutput.schema.json' with { type: 'json' };
|
|
112
|
+
addSchema('SplitTextOutput', SplitTextOutput, '@pikku/addon-graph');
|
|
113
|
+
import * as StopAndErrorInput from './schemas/StopAndErrorInput.schema.json' with { type: 'json' };
|
|
114
|
+
addSchema('StopAndErrorInput', StopAndErrorInput, '@pikku/addon-graph');
|
|
115
|
+
import * as StopAndErrorOutput from './schemas/StopAndErrorOutput.schema.json' with { type: 'json' };
|
|
116
|
+
addSchema('StopAndErrorOutput', StopAndErrorOutput, '@pikku/addon-graph');
|
|
117
|
+
import * as StringTransformInput from './schemas/StringTransformInput.schema.json' with { type: 'json' };
|
|
118
|
+
addSchema('StringTransformInput', StringTransformInput, '@pikku/addon-graph');
|
|
119
|
+
import * as StringTransformOutput from './schemas/StringTransformOutput.schema.json' with { type: 'json' };
|
|
120
|
+
addSchema('StringTransformOutput', StringTransformOutput, '@pikku/addon-graph');
|
|
121
|
+
import * as SummarizeInput from './schemas/SummarizeInput.schema.json' with { type: 'json' };
|
|
122
|
+
addSchema('SummarizeInput', SummarizeInput, '@pikku/addon-graph');
|
|
123
|
+
import * as SummarizeOutput from './schemas/SummarizeOutput.schema.json' with { type: 'json' };
|
|
124
|
+
addSchema('SummarizeOutput', SummarizeOutput, '@pikku/addon-graph');
|
|
125
|
+
import * as TypeConvertInput from './schemas/TypeConvertInput.schema.json' with { type: 'json' };
|
|
126
|
+
addSchema('TypeConvertInput', TypeConvertInput, '@pikku/addon-graph');
|
|
127
|
+
import * as TypeConvertOutput from './schemas/TypeConvertOutput.schema.json' with { type: 'json' };
|
|
128
|
+
addSchema('TypeConvertOutput', TypeConvertOutput, '@pikku/addon-graph');
|
|
129
|
+
import * as UniqueInput from './schemas/UniqueInput.schema.json' with { type: 'json' };
|
|
130
|
+
addSchema('UniqueInput', UniqueInput, '@pikku/addon-graph');
|
|
131
|
+
import * as UniqueOutput from './schemas/UniqueOutput.schema.json' with { type: 'json' };
|
|
132
|
+
addSchema('UniqueOutput', UniqueOutput, '@pikku/addon-graph');
|
|
133
|
+
import * as WaitInput from './schemas/WaitInput.schema.json' with { type: 'json' };
|
|
134
|
+
addSchema('WaitInput', WaitInput, '@pikku/addon-graph');
|
|
135
|
+
import * as WaitOutput from './schemas/WaitOutput.schema.json' with { type: 'json' };
|
|
136
|
+
addSchema('WaitOutput', WaitOutput, '@pikku/addon-graph');
|
|
137
|
+
import * as WriteFileInput from './schemas/WriteFileInput.schema.json' with { type: 'json' };
|
|
138
|
+
addSchema('WriteFileInput', WriteFileInput, '@pikku/addon-graph');
|
|
139
|
+
import * as WriteFileOutput from './schemas/WriteFileOutput.schema.json' with { type: 'json' };
|
|
140
|
+
addSchema('WriteFileOutput', WriteFileOutput, '@pikku/addon-graph');
|
|
105
141
|
//# sourceMappingURL=register.gen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAE9C,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC5F,SAAS,CAAC,gBAAgB,EAAE,cAAc,EAAE,oBAAoB,CAAC,CAAA;AAGjE,OAAO,KAAK,eAAe,MAAM,uCAAuC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAC9F,SAAS,CAAC,iBAAiB,EAAE,eAAe,EAAE,oBAAoB,CAAC,CAAA;AAGnE,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACpF,SAAS,CAAC,YAAY,EAAE,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAGzD,OAAO,KAAK,WAAW,MAAM,mCAAmC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AACtF,SAAS,CAAC,aAAa,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAA;AAG3D,OAAO,KAAK,SAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to aggregate" }, "field": { "type": "string", "description": "The field path to collect values from" }, "outputField": { "description": "The name
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "description": "The array of items to aggregate" }, "field": { "description": "The field path to collect values from (single-field mode)", "type": "string" }, "outputField": { "description": "The name of the output field containing the list", "type": "string" }, "unique": { "description": "Only include unique values", "type": "boolean" }, "fields": { "description": "Collect several fields at once into one output item", "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string", "description": "The field path to collect values from" }, "outputField": { "description": "The output field name (defaults to the source field path)", "type": "string" }, "unique": { "description": "Only include unique values", "type": "boolean" } }, "required": ["field"], "additionalProperties": false } }, "includeAllItems": { "description": "Collect the entire items into a single list field (n8n aggregateAllItemData)", "type": "boolean" } }, "required": ["items"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "cases": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string", "description": "The `next` branch key to take when this case matches" }, "combinator": { "default": "and", "description": "How the conditions combine", "type": "string", "enum": ["and", "or"] }, "conditions": { "type": "array", "items": { "type": "object", "properties": { "left": { "description": "Left-hand operand (resolved before evaluation)" }, "right": { "description": "Right-hand operand — omitted for unary operators like isEmpty" }, "type": { "default": "string", "description": "Value type the operands are coerced to before comparison", "type": "string", "enum": ["string", "number", "boolean", "dateTime", "array", "object"] }, "operation": { "type": "string", "description": "Comparison operation, e.g. equals, contains, gt, isEmpty" } }, "required": ["left", "type", "operation"], "additionalProperties": false } } }, "required": ["key", "combinator", "conditions"], "additionalProperties": false }, "description": "Cases evaluated in order; the first match wins" }, "fallback": { "description": "Branch key taken when no case matches", "type": "string" } }, "required": ["cases"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "branch": { "anyOf": [{ "type": "string" }, { "type": "null" }], "description": "The branch key taken, or null when the path dead-ends" } }, "required": ["branch"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "inputs": { "type": "array", "items": {}, "description": "The input streams to concatenate; each array is flattened one level, each non-array counts as a single item" } }, "required": ["inputs"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "All input items concatenated in input order" } }, "required": ["items"], "additionalProperties": false }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The input date/time value (ISO string, timestamp, or parseable date string)", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "operation": { "type": "string", "enum": ["format", "parse", "add", "subtract", "startOf", "endOf", "diff", "now"], "description": "The operation to perform" }, "format": { "description": "Output format for format operation (e.g., YYYY-MM-DD)", "type": "string" }, "amount": { "description": "Amount for add/subtract operations", "type": "number" }, "unit": { "description": "Time unit for add/subtract/startOf/endOf/diff operations", "type": "string", "enum": ["years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"] }, "compareWith": { "description": "Second date for diff operation", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "timezone": { "description": "Timezone for conversion (e.g., America/New_York)", "type": "string" } }, "required": ["operation"], "additionalProperties": false }
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "value": { "description": "The input date/time value (ISO string, timestamp, or parseable date string)", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "operation": { "type": "string", "enum": ["format", "parse", "add", "subtract", "startOf", "endOf", "diff", "extract", "now"], "description": "The operation to perform" }, "part": { "description": "The date/time component to extract for the extract operation", "type": "string", "enum": ["year", "month", "week", "day", "dayOfWeek", "hour", "minute", "second"] }, "format": { "description": "Output format for format operation (e.g., YYYY-MM-DD)", "type": "string" }, "amount": { "description": "Amount for add/subtract operations", "type": "number" }, "unit": { "description": "Time unit for add/subtract/startOf/endOf/diff operations", "type": "string", "enum": ["years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"] }, "compareWith": { "description": "Second date for diff operation", "anyOf": [{ "type": "string" }, { "type": "number" }] }, "timezone": { "description": "Timezone for conversion (e.g., America/New_York)", "type": "string" } }, "required": ["operation"], "additionalProperties": false }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "The transformed object" }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "items": { "type": "array", "items": {}, "description": "The array to fan out over — one child invocation per element" }, "child": { "type": "string", "description": "RPC name invoked once per item as a durable child step" }, "childInput": { "description": "Per-item input template; `$item` references resolve against the current element", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "mode": { "default": "parallel", "description": "Run child invocations concurrently or one after another", "type": "string", "enum": ["parallel", "sequential"] }, "stepPrefix": { "description": "Stable prefix for the per-item durable step names (`<prefix>#<index>`); defaults to `child`", "type": "string" } }, "required": ["items", "child"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "array", "items": {}, "description": "Child results in the same order as the input items" }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "method": { "default": "GET", "description": "HTTP method", "type": "string", "enum": ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"] }, "url": { "type": "string", "description": "The request URL" }, "headers": { "description": "Request headers", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "query": { "description": "Query string parameters appended to the URL", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {} }, "body": { "description": "Request body — JSON-encoded unless it is already a string" }, "auth": { "description": "Optional authentication resolved from a secret at request time", "type": "object", "properties": { "mode": { "type": "string", "enum": ["bearer", "apiKeyHeader", "apiKeyQuery", "basic", "oauth2"], "description": "How the credential is applied to the request" }, "credential": { "type": "string", "description": "Secret key the value is provisioned under" }, "headerName": { "description": "apiKeyHeader — header name (defaults to Authorization)", "type": "string" }, "queryName": { "description": "apiKeyQuery — query-param name (defaults to api_key)", "type": "string" }, "extraHeaders": { "description": "Static, non-secret headers always sent (e.g. Notion-Version)", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": { "type": "string" } }, "source": { "description": "Where the value comes from — secret (default) or credential", "type": "string", "enum": ["secret", "credential"] } }, "required": ["mode", "credential"], "additionalProperties": false } }, "required": ["url"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "propertyNames": { "type": "string" }, "additionalProperties": {}, "description": "Parsed JSON response body" }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "description": "Storage bucket (defaults to the content service root bucket)", "type": "string" }, "key": { "type": "string", "description": "Asset key / path of the file to read" }, "encoding": { "description": "How to decode the file bytes into `data` (default utf8)", "type": "string", "enum": ["utf8", "base64"] } }, "required": ["key"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "data": { "type": "string", "description": "File contents decoded with the requested encoding" }, "bucket": { "type": "string", "description": "Bucket the file was read from" }, "key": { "type": "string", "description": "Asset key that was read" } }, "required": ["data", "bucket", "key"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "text": { "type": "string", "description": "The text to split into chunks" }, "strategy": { "description": "Splitting strategy: recursive (paragraph→line→word hierarchy, default), character (single separator), or token (approximate token budget)", "type": "string", "enum": ["recursive", "character", "token"] }, "chunkSize": { "description": "Maximum size of each chunk (characters, or tokens for the token strategy; default 1000)", "type": "number", "minimum": 1 }, "chunkOverlap": { "description": "Amount of overlap carried between consecutive chunks (default 200)", "type": "number", "minimum": 0 }, "separator": { "description": "Separator for the character strategy (default \"\\n\\n\")", "type": "string" } }, "required": ["text"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "chunks": { "type": "array", "items": { "type": "string" }, "description": "The resulting text chunks" } }, "required": ["chunks"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "message": { "type": "string", "description": "The error message to throw, halting the workflow" } }, "required": ["message"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema" }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "name": { "type": "string", "description": "A unique name for this wait step" }, "amount": { "default": 1, "description": "How long to wait", "type": "number" }, "unit": { "default": "seconds", "description": "The unit for the wait amount", "type": "string", "enum": ["seconds", "minutes", "hours", "days"] } }, "required": ["name"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema" }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "description": "Storage bucket (defaults to the content service root bucket)", "type": "string" }, "key": { "type": "string", "description": "Asset key / path to write the file to" }, "data": { "type": "string", "description": "File contents, decoded according to `encoding`" }, "encoding": { "description": "How `data` is encoded (default utf8)", "type": "string", "enum": ["utf8", "base64"] } }, "required": ["key", "data"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "bucket": { "type": "string", "description": "Bucket the file was written to" }, "assetKey": { "type": "string", "description": "Asset key of the written file" } }, "required": ["bucket", "assetKey"], "additionalProperties": false }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
|
+
*/
|
|
4
|
+
export { wireScope } from '@pikku/core/scope';
|
|
5
|
+
export type { CoreScopes, CoreScopeNode, FlatScope, ScopeDefinitionMeta, ScopeDefinitionsMeta } from '@pikku/core/scope';
|
|
6
|
+
//# sourceMappingURL=pikku-scope-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scope-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scopes/pikku-scope-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,SAAS,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scope-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scopes/pikku-scope-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This file was generated by the @pikku/cli
|
|
6
|
+
*/
|
|
7
|
+
import type { FlatScope } from '@pikku/core/scope';
|
|
8
|
+
/**
|
|
9
|
+
* Every scope a function can require.
|
|
10
|
+
*
|
|
11
|
+
* A `:*` entry requires the scope and all of its descendants. Held grants are
|
|
12
|
+
* matched against this by `verifyScopes` — `admin:*` on a session satisfies
|
|
13
|
+
* any `admin:...` requirement.
|
|
14
|
+
*/
|
|
15
|
+
export type ScopeId = never;
|
|
16
|
+
export interface ScopeMeta {
|
|
17
|
+
id: ScopeId;
|
|
18
|
+
displayName?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The declared scope set, for a ScopeService to sync into its store.
|
|
23
|
+
*
|
|
24
|
+
* Derived from the metadata sidecar rather than inlined, so that the import
|
|
25
|
+
* above forces tsc to emit the .json alongside this file. An addon publishes
|
|
26
|
+
* only its compiled output, and a host reads that .json to merge the addon's
|
|
27
|
+
* scopes into its own `ScopeId` union and declared set — an uncopied sidecar
|
|
28
|
+
* would leave the addon's scopes ungrantable.
|
|
29
|
+
*
|
|
30
|
+
* Additive: removing a declaration leaves an inert row rather than revoking a
|
|
31
|
+
* grant mid-deploy. Use `pikku scopes prune` to remove them deliberately.
|
|
32
|
+
*/
|
|
33
|
+
export declare const SCOPES: FlatScope[];
|
|
34
|
+
/** Declared scopes, keyed by id. Rendered by the console when granting. */
|
|
35
|
+
export declare const SCOPES_META: Record<string, ScopeMeta>;
|
|
36
|
+
//# sourceMappingURL=pikku-scopes.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scopes.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scopes/pikku-scopes.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAwB,MAAM,mBAAmB,CAAA;AAIxE;;;;;;GAMG;AACH,MAAM,MAAM,OAAO,GAAG,KAAK,CAAA;AAE3B,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,OAAO,CAAA;IACX,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,MAAM,EAAE,SAAS,EAE7B,CAAA;AAMD,2EAA2E;AAC3E,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAWjD,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { flattenScopeDefinitions } from '@pikku/core/scope';
|
|
2
|
+
import definitions from './pikku-scopes-meta.gen.json' with { type: 'json' };
|
|
3
|
+
/**
|
|
4
|
+
* The declared scope set, for a ScopeService to sync into its store.
|
|
5
|
+
*
|
|
6
|
+
* Derived from the metadata sidecar rather than inlined, so that the import
|
|
7
|
+
* above forces tsc to emit the .json alongside this file. An addon publishes
|
|
8
|
+
* only its compiled output, and a host reads that .json to merge the addon's
|
|
9
|
+
* scopes into its own `ScopeId` union and declared set — an uncopied sidecar
|
|
10
|
+
* would leave the addon's scopes ungrantable.
|
|
11
|
+
*
|
|
12
|
+
* Additive: removing a declaration leaves an inert row rather than revoking a
|
|
13
|
+
* grant mid-deploy. Use `pikku scopes prune` to remove them deliberately.
|
|
14
|
+
*/
|
|
15
|
+
export const SCOPES = flattenScopeDefinitions(Object.values(definitions));
|
|
16
|
+
const DISPLAY_NAMES = {};
|
|
17
|
+
/** Declared scopes, keyed by id. Rendered by the console when granting. */
|
|
18
|
+
export const SCOPES_META = Object.fromEntries(SCOPES.map((scope) => [
|
|
19
|
+
scope.id,
|
|
20
|
+
{
|
|
21
|
+
id: scope.id,
|
|
22
|
+
...(DISPLAY_NAMES[scope.id]
|
|
23
|
+
? { displayName: DISPLAY_NAMES[scope.id] }
|
|
24
|
+
: {}),
|
|
25
|
+
...(scope.description ? { description: scope.description } : {}),
|
|
26
|
+
},
|
|
27
|
+
]));
|
|
28
|
+
//# sourceMappingURL=pikku-scopes.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scopes.gen.js","sourceRoot":"","sources":["../../../.pikku/scopes/pikku-scopes.gen.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAiB5E;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,MAAM,GAAgB,uBAAuB,CACxD,MAAM,CAAC,MAAM,CAAC,WAAmC,CAAC,CACnD,CAAA;AAED,MAAM,aAAa,GAA2B,EAE7C,CAAA;AAED,2EAA2E;AAC3E,MAAM,CAAC,MAAM,WAAW,GAA8B,MAAM,CAAC,WAAW,CACtE,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE;IACR;QACE,EAAE,EAAE,KAAK,CAAC,EAAa;QACvB,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC;YACzB,CAAC,CAAC,EAAE,WAAW,EAAE,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE;YAC1C,CAAC,CAAC,EAAE,CAAC;QACP,GAAG,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KACjE;CACF,CAAC,CACH,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
3
|
*/
|
|
4
4
|
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
5
|
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
import type { SecretDefinitionsMeta } from '@pikku/core/secret';
|
|
7
|
+
/**
|
|
8
|
+
* Every secret declared in this package.
|
|
9
|
+
*
|
|
10
|
+
* Read from the metadata sidecar rather than inlined, so that the import above
|
|
11
|
+
* forces tsc to emit the .json alongside this file. An addon publishes only its
|
|
12
|
+
* compiled output, and a host reads that .json to discover the addon's declared
|
|
13
|
+
* secrets — an uncopied sidecar leaves them invisible to the host.
|
|
14
|
+
*/
|
|
15
|
+
export declare const SECRETS_META: SecretDefinitionsMeta;
|
|
6
16
|
export interface CredentialsMap {
|
|
7
17
|
}
|
|
8
18
|
export type SecretId = keyof CredentialsMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAG/D;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,EAAE,qBACW,CAAA;AAEtC,MAAM,WAAW,cAAc;CAE9B;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAA;AAM3C,qBAAa,kBAAmB,SAAQ,sBAAsB,CAAC,cAAc,CAAC;gBAChE,OAAO,EAAE,aAAa;CAGnC"}
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
3
|
*/
|
|
4
4
|
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import secretsMeta from './pikku-secrets-meta.gen.json' with { type: 'json' };
|
|
6
|
+
/**
|
|
7
|
+
* Every secret declared in this package.
|
|
8
|
+
*
|
|
9
|
+
* Read from the metadata sidecar rather than inlined, so that the import above
|
|
10
|
+
* forces tsc to emit the .json alongside this file. An addon publishes only its
|
|
11
|
+
* compiled output, and a host reads that .json to discover the addon's declared
|
|
12
|
+
* secrets — an uncopied sidecar leaves them invisible to the host.
|
|
13
|
+
*/
|
|
14
|
+
export const SECRETS_META = secretsMeta;
|
|
5
15
|
const CREDENTIALS_META = {};
|
|
6
16
|
export class TypedSecretService extends CoreTypedSecretService {
|
|
7
17
|
constructor(secrets) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AAGxG,OAAO,WAAW,MAAM,+BAA+B,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAA;AAE7E;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,YAAY,GACvB,WAAoC,CAAA;AAQtC,MAAM,gBAAgB,GAAmC,EAExD,CAAA;AAED,MAAM,OAAO,kBAAmB,SAAQ,sBAAsC;IAC5E,YAAY,OAAsB;QAChC,KAAK,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;IAClC,CAAC;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.83
|
|
3
3
|
*/
|
|
4
4
|
import { TypedVariablesService as CoreTypedVariablesService } from '@pikku/core/services';
|
|
5
5
|
import type { VariablesService } from '@pikku/core/services';
|
|
6
|
+
import type { VariableDefinitionsMeta } from '@pikku/core/variable';
|
|
7
|
+
/**
|
|
8
|
+
* Every variable declared in this package.
|
|
9
|
+
*
|
|
10
|
+
* Read from the metadata sidecar rather than inlined, so that the import above
|
|
11
|
+
* forces tsc to emit the .json alongside this file. An addon publishes only its
|
|
12
|
+
* compiled output, and a host reads that .json to discover the addon's declared
|
|
13
|
+
* variables — an uncopied sidecar leaves them invisible to the host.
|
|
14
|
+
*/
|
|
15
|
+
export declare const VARIABLES_META: VariableDefinitionsMeta;
|
|
6
16
|
export interface VariablesMap {
|
|
7
17
|
}
|
|
8
18
|
export type VariableId = keyof VariablesMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pikku-variables.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/variables/pikku-variables.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,qBAAqB,IAAI,yBAAyB,EAAqB,MAAM,sBAAsB,CAAA;AAC5G,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"pikku-variables.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/variables/pikku-variables.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,qBAAqB,IAAI,yBAAyB,EAAqB,MAAM,sBAAsB,CAAA;AAC5G,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAC5D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAGnE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,EAAE,uBACa,CAAA;AAE1C,MAAM,WAAW,YAAY;CAE5B;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,YAAY,CAAA;AAM3C,qBAAa,qBAAsB,SAAQ,yBAAyB,CAAC,YAAY,CAAC;gBACpE,SAAS,EAAE,gBAAgB;CAGxC"}
|