@pikku/addon-graph 0.0.1
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/.pikku/addon/pikku-addon-types.gen.ts +78 -0
- package/.pikku/addon/pikku-package.gen.ts +9 -0
- package/.pikku/agent/pikku-agent-map.gen.d.ts +16 -0
- package/.pikku/agent/pikku-agent-types.gen.ts +76 -0
- package/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
- package/.pikku/agent/pikku-agent-wirings-meta.gen.ts +7 -0
- package/.pikku/agent/pikku-agent-wirings.gen.ts +3 -0
- package/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/.pikku/console/pikku-nodes-meta.gen.json +278 -0
- package/.pikku/function/pikku-function-types.gen.ts +648 -0
- package/.pikku/function/pikku-functions-meta-verbose.gen.json +582 -0
- package/.pikku/function/pikku-functions-meta.gen.json +434 -0
- package/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/.pikku/function/pikku-functions.gen.ts +54 -0
- package/.pikku/pikku-bootstrap.gen.ts +15 -0
- package/.pikku/pikku-services.gen.ts +32 -0
- package/.pikku/pikku-types.gen.ts +21 -0
- package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +470 -0
- package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +494 -0
- package/.pikku/schemas/register.gen.ts +195 -0
- package/.pikku/schemas/schemas/AggregateInput.schema.json +1 -0
- package/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/ChunkInput.schema.json +1 -0
- package/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -0
- package/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/CryptoInput.schema.json +1 -0
- package/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -0
- package/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -0
- package/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/FindInput.schema.json +1 -0
- package/.pikku/schemas/schemas/FindOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/GroupByInput.schema.json +1 -0
- package/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -0
- package/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -0
- package/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/LimitInput.schema.json +1 -0
- package/.pikku/schemas/schemas/LimitOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/MathInput.schema.json +1 -0
- package/.pikku/schemas/schemas/MathOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/MergeInput.schema.json +1 -0
- package/.pikku/schemas/schemas/MergeOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/OmitInput.schema.json +1 -0
- package/.pikku/schemas/schemas/OmitOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/PickInput.schema.json +1 -0
- package/.pikku/schemas/schemas/PickOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -0
- package/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -0
- package/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/ReverseInput.schema.json +1 -0
- package/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/SortInput.schema.json +1 -0
- package/.pikku/schemas/schemas/SortOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -0
- package/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -0
- package/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -0
- package/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -0
- package/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/UniqueInput.schema.json +1 -0
- package/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -0
- package/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/.pikku/variables/pikku-variables-meta.gen.json +1 -0
- package/.pikku/variables/pikku-variables.gen.ts +21 -0
- package/.pikku/workflow/pikku-workflow-map.gen.d.ts +34 -0
- package/.pikku/workflow/pikku-workflow-types.gen.ts +158 -0
- package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +49 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +55 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +78 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +9 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +9 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +16 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +76 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +7 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.ts +7 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +5 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.js +5 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.ts +3 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/console/pikku-nodes-meta.gen.json +278 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +477 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +298 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +648 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +582 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +434 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +54 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +54 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +7 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +17 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +15 -0
- package/dist/.pikku/pikku-services.gen.d.ts +25 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +20 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +32 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +470 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +494 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +101 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +195 -0
- package/dist/.pikku/schemas/schemas/AggregateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AggregateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChunkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChunkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CoalesceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CoalesceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CryptoInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CryptoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DateTimeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DateTimeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupByInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GroupByOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/JwtDecodeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/JwtDecodeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/JwtSignInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/JwtSignOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LimitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LimitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MathInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MathOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OmitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/OmitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PickInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PickOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveDuplicatesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveDuplicatesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReverseInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReverseOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SortInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SortOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SplitOutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SplitOutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StringTransformInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StringTransformOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SummarizeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SummarizeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TypeConvertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TypeConvertOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UniqueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UniqueOutput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +12 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +11 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +21 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +34 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +81 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +31 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +158 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/array/aggregate.function.d.ts +33 -0
- package/dist/src/functions/array/aggregate.function.d.ts.map +1 -0
- package/dist/src/functions/array/aggregate.function.js +51 -0
- package/dist/src/functions/array/aggregate.function.js.map +1 -0
- package/dist/src/functions/array/chunk.function.d.ts +25 -0
- package/dist/src/functions/array/chunk.function.d.ts.map +1 -0
- package/dist/src/functions/array/chunk.function.js +23 -0
- package/dist/src/functions/array/chunk.function.js.map +1 -0
- package/dist/src/functions/array/find.function.d.ts +41 -0
- package/dist/src/functions/array/find.function.d.ts.map +1 -0
- package/dist/src/functions/array/find.function.js +56 -0
- package/dist/src/functions/array/find.function.js.map +1 -0
- package/dist/src/functions/array/group-by.function.d.ts +25 -0
- package/dist/src/functions/array/group-by.function.d.ts.map +1 -0
- package/dist/src/functions/array/group-by.function.js +42 -0
- package/dist/src/functions/array/group-by.function.js.map +1 -0
- package/dist/src/functions/array/limit.function.d.ts +33 -0
- package/dist/src/functions/array/limit.function.d.ts.map +1 -0
- package/dist/src/functions/array/limit.function.js +28 -0
- package/dist/src/functions/array/limit.function.js.map +1 -0
- package/dist/src/functions/array/remove-duplicates.function.d.ts +33 -0
- package/dist/src/functions/array/remove-duplicates.function.d.ts.map +1 -0
- package/dist/src/functions/array/remove-duplicates.function.js +62 -0
- package/dist/src/functions/array/remove-duplicates.function.js.map +1 -0
- package/dist/src/functions/array/reverse.function.d.ts +21 -0
- package/dist/src/functions/array/reverse.function.d.ts.map +1 -0
- package/dist/src/functions/array/reverse.function.js +18 -0
- package/dist/src/functions/array/reverse.function.js.map +1 -0
- package/dist/src/functions/array/sort.function.d.ts +40 -0
- package/dist/src/functions/array/sort.function.d.ts.map +1 -0
- package/dist/src/functions/array/sort.function.js +74 -0
- package/dist/src/functions/array/sort.function.js.map +1 -0
- package/dist/src/functions/array/split-out.function.d.ts +29 -0
- package/dist/src/functions/array/split-out.function.d.ts.map +1 -0
- package/dist/src/functions/array/split-out.function.js +74 -0
- package/dist/src/functions/array/split-out.function.js.map +1 -0
- package/dist/src/functions/array/summarize.function.d.ts +54 -0
- package/dist/src/functions/array/summarize.function.d.ts.map +1 -0
- package/dist/src/functions/array/summarize.function.js +106 -0
- package/dist/src/functions/array/summarize.function.js.map +1 -0
- package/dist/src/functions/array/unique.function.d.ts +25 -0
- package/dist/src/functions/array/unique.function.d.ts.map +1 -0
- package/dist/src/functions/array/unique.function.js +44 -0
- package/dist/src/functions/array/unique.function.js.map +1 -0
- package/dist/src/functions/data/coalesce.function.d.ts +33 -0
- package/dist/src/functions/data/coalesce.function.d.ts.map +1 -0
- package/dist/src/functions/data/coalesce.function.js +36 -0
- package/dist/src/functions/data/coalesce.function.js.map +1 -0
- package/dist/src/functions/data/crypto.function.d.ts +59 -0
- package/dist/src/functions/data/crypto.function.d.ts.map +1 -0
- package/dist/src/functions/data/crypto.function.js +93 -0
- package/dist/src/functions/data/crypto.function.js.map +1 -0
- package/dist/src/functions/data/date-time.function.d.ts +71 -0
- package/dist/src/functions/data/date-time.function.d.ts.map +1 -0
- package/dist/src/functions/data/date-time.function.js +118 -0
- package/dist/src/functions/data/date-time.function.js.map +1 -0
- package/dist/src/functions/data/jwt.function.d.ts +63 -0
- package/dist/src/functions/data/jwt.function.d.ts.map +1 -0
- package/dist/src/functions/data/jwt.function.js +49 -0
- package/dist/src/functions/data/jwt.function.js.map +1 -0
- package/dist/src/functions/data/math.function.d.ts +48 -0
- package/dist/src/functions/data/math.function.d.ts.map +1 -0
- package/dist/src/functions/data/math.function.js +91 -0
- package/dist/src/functions/data/math.function.js.map +1 -0
- package/dist/src/functions/data/string-transform.function.d.ts +72 -0
- package/dist/src/functions/data/string-transform.function.d.ts.map +1 -0
- package/dist/src/functions/data/string-transform.function.js +123 -0
- package/dist/src/functions/data/string-transform.function.js.map +1 -0
- package/dist/src/functions/data/type-convert.function.d.ts +43 -0
- package/dist/src/functions/data/type-convert.function.d.ts.map +1 -0
- package/dist/src/functions/data/type-convert.function.js +102 -0
- package/dist/src/functions/data/type-convert.function.js.map +1 -0
- package/dist/src/functions/transform/edit-fields.function.d.ts +49 -0
- package/dist/src/functions/transform/edit-fields.function.d.ts.map +1 -0
- package/dist/src/functions/transform/edit-fields.function.js +95 -0
- package/dist/src/functions/transform/edit-fields.function.js.map +1 -0
- package/dist/src/functions/transform/merge.function.d.ts +25 -0
- package/dist/src/functions/transform/merge.function.d.ts.map +1 -0
- package/dist/src/functions/transform/merge.function.js +52 -0
- package/dist/src/functions/transform/merge.function.js.map +1 -0
- package/dist/src/functions/transform/omit.function.d.ts +25 -0
- package/dist/src/functions/transform/omit.function.d.ts.map +1 -0
- package/dist/src/functions/transform/omit.function.js +28 -0
- package/dist/src/functions/transform/omit.function.js.map +1 -0
- package/dist/src/functions/transform/pick.function.d.ts +25 -0
- package/dist/src/functions/transform/pick.function.d.ts.map +1 -0
- package/dist/src/functions/transform/pick.function.js +52 -0
- package/dist/src/functions/transform/pick.function.js.map +1 -0
- package/dist/src/functions/transform/rename-keys.function.d.ts +41 -0
- package/dist/src/functions/transform/rename-keys.function.d.ts.map +1 -0
- package/dist/src/functions/transform/rename-keys.function.js +42 -0
- package/dist/src/functions/transform/rename-keys.function.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +5 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +43 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Addon package types for pikkuAddonConfig and pikkuAddonServices
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import type { CreateConfig } from '@pikku/core'
|
|
9
|
+
import type { SingletonServices } from '../../types/application-types.d.js'
|
|
10
|
+
import type { Config } from '../../types/application-types.d.js'
|
|
11
|
+
import type { RequiredSingletonServices } from '../pikku-services.gen.js'
|
|
12
|
+
import { TypedSecretService } from '../secrets/pikku-secrets.gen.js'
|
|
13
|
+
import { TypedVariablesService } from '../variables/pikku-variables.gen.js'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Base services provided to addon package service factories.
|
|
20
|
+
* These are always available from the parent application.
|
|
21
|
+
*/
|
|
22
|
+
export type AddonBaseServices = {
|
|
23
|
+
logger: SingletonServices['logger']
|
|
24
|
+
variables: TypedVariablesService
|
|
25
|
+
secrets: TypedSecretService
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Creates a Pikku config factory for addon packages.
|
|
30
|
+
* Unlike pikkuConfig, this receives AddonBaseServices (logger, variables, secrets)
|
|
31
|
+
* from the parent application, so addon packages can read variables/secrets during config creation.
|
|
32
|
+
*/
|
|
33
|
+
export const pikkuAddonConfig = <ExistingServices extends Omit<Partial<SingletonServices>, 'variables' | 'secrets'> & AddonBaseServices>(
|
|
34
|
+
func: (services: ExistingServices) => Promise<Config>
|
|
35
|
+
): CreateConfig<Config> => {
|
|
36
|
+
return (async (_variables: any, existingServices?: Partial<SingletonServices>): Promise<Config> => {
|
|
37
|
+
const { secrets, variables, ...rest } = (existingServices ?? {}) as unknown as SingletonServices
|
|
38
|
+
return func({ ...rest, secrets: new TypedSecretService(secrets), variables: new TypedVariablesService(variables) } as ExistingServices)
|
|
39
|
+
}) as unknown as CreateConfig<Config>
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Creates a Pikku singleton services factory for addon packages.
|
|
44
|
+
* Unlike pikkuServices, this expects the parent application to provide
|
|
45
|
+
* logger, variables, and secrets - no fallbacks needed.
|
|
46
|
+
*
|
|
47
|
+
* @param func - Addon services factory function that receives config and base services
|
|
48
|
+
* @returns The singleton services factory function
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* ```typescript
|
|
52
|
+
* export const createSingletonServices = pikkuAddonServices(async (
|
|
53
|
+
* config,
|
|
54
|
+
* { secrets }
|
|
55
|
+
* ) => {
|
|
56
|
+
* const creds = await secrets.getSecretJSON<GithubCredentials>('GITHUB_CREDENTIALS')
|
|
57
|
+
* const github = new GithubService(creds)
|
|
58
|
+
* return { github }
|
|
59
|
+
* })
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export const pikkuAddonServices = <T extends Record<string, any>, ExistingServices extends Omit<Partial<SingletonServices>, 'variables' | 'secrets'> & AddonBaseServices>(
|
|
63
|
+
func: (config: Config, services: ExistingServices) => Promise<T>
|
|
64
|
+
) => {
|
|
65
|
+
return async (config: Config, existingServices?: Partial<SingletonServices>): Promise<RequiredSingletonServices> => {
|
|
66
|
+
const { logger, variables, secrets } = (existingServices ?? {}) as unknown as SingletonServices
|
|
67
|
+
const typedVariables = new TypedVariablesService(variables)
|
|
68
|
+
const typedSecrets = new TypedSecretService(secrets)
|
|
69
|
+
const result = await func(config, { ...existingServices, logger, variables: typedVariables, secrets: typedSecrets } as ExistingServices)
|
|
70
|
+
return {
|
|
71
|
+
config,
|
|
72
|
+
logger,
|
|
73
|
+
variables: typedVariables,
|
|
74
|
+
secrets: typedSecrets,
|
|
75
|
+
...result,
|
|
76
|
+
} as unknown as RequiredSingletonServices
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import { createSingletonServices as createSingletonServices } from '../../src/services.js'
|
|
6
|
+
|
|
7
|
+
pikkuState('@pikku/addon-graph', 'package', 'factories', {
|
|
8
|
+
createSingletonServices,
|
|
9
|
+
})
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import {
|
|
5
|
+
CoreAIAgent,
|
|
6
|
+
PikkuAIMiddlewareHooks,
|
|
7
|
+
} from '@pikku/core/ai-agent'
|
|
8
|
+
import {
|
|
9
|
+
agent as coreAgent,
|
|
10
|
+
agentStream as coreAgentStream,
|
|
11
|
+
agentResume as coreAgentResume,
|
|
12
|
+
agentApprove as coreAgentApprove,
|
|
13
|
+
} from '@pikku/core/ai-agent'
|
|
14
|
+
import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js'
|
|
15
|
+
import type { StandardSchemaV1 } from '@standard-schema/spec'
|
|
16
|
+
import type { AIAgentMemoryConfig, AIAgentInput } from '@pikku/core/ai-agent'
|
|
17
|
+
import type { AgentMap } from './pikku-agent-map.gen.d.js'
|
|
18
|
+
|
|
19
|
+
type AIAgentConfig = Omit<CoreAIAgent<PikkuPermission, PikkuMiddleware>, 'tools' | 'agents' | 'memory'> & {
|
|
20
|
+
input?: StandardSchemaV1
|
|
21
|
+
output?: StandardSchemaV1
|
|
22
|
+
memory?: Omit<AIAgentMemoryConfig, 'workingMemory'> & { workingMemory?: StandardSchemaV1 }
|
|
23
|
+
tools?: object[]
|
|
24
|
+
agents?: AIAgentConfig[]
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export const pikkuAIAgent = (
|
|
28
|
+
agent: AIAgentConfig
|
|
29
|
+
) => {
|
|
30
|
+
return agent
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export const pikkuAIMiddleware = <
|
|
34
|
+
State extends Record<string, unknown> = Record<string, unknown>,
|
|
35
|
+
RequiredServices extends Services = Services,
|
|
36
|
+
>(
|
|
37
|
+
hooks: PikkuAIMiddlewareHooks<State, RequiredServices>
|
|
38
|
+
): PikkuAIMiddlewareHooks<State, RequiredServices> => hooks
|
|
39
|
+
|
|
40
|
+
export const agent = <Name extends keyof AgentMap>(
|
|
41
|
+
agentName: Name
|
|
42
|
+
) => {
|
|
43
|
+
return coreAgent<AgentMap>(agentName as string & keyof AgentMap) as PikkuFunctionConfig<
|
|
44
|
+
AIAgentInput,
|
|
45
|
+
{ runId: string; result: AgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } },
|
|
46
|
+
'session' | 'rpc'
|
|
47
|
+
>
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export const agentStream = <Name extends keyof AgentMap>(
|
|
51
|
+
agentName?: Name
|
|
52
|
+
) => {
|
|
53
|
+
return coreAgentStream<AgentMap>(agentName as string & keyof AgentMap) as PikkuFunctionConfig<
|
|
54
|
+
{ agentName?: string; message: string; threadId: string; resourceId: string },
|
|
55
|
+
void,
|
|
56
|
+
'session' | 'rpc'
|
|
57
|
+
>
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export const agentResume = () => {
|
|
61
|
+
return coreAgentResume() as PikkuFunctionConfig<
|
|
62
|
+
{ runId: string; toolCallId: string; approved: boolean },
|
|
63
|
+
void,
|
|
64
|
+
'session' | 'rpc'
|
|
65
|
+
>
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export const agentApprove = <Name extends keyof AgentMap>(
|
|
69
|
+
agentName: Name
|
|
70
|
+
) => {
|
|
71
|
+
return coreAgentApprove<AgentMap>(agentName as string & keyof AgentMap) as PikkuFunctionConfig<
|
|
72
|
+
{ runId: string; approvals: { toolCallId: string; approved: boolean }[] },
|
|
73
|
+
unknown,
|
|
74
|
+
'session' | 'rpc'
|
|
75
|
+
>
|
|
76
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import type { AIAgentMeta } from '@pikku/core/ai-agent'
|
|
6
|
+
import metaData from './pikku-agent-wirings-meta.gen.json' with { type: 'json' }
|
|
7
|
+
pikkuState('@pikku/addon-graph', 'agent', 'agentsMeta', metaData.agentsMeta as AIAgentMeta)
|
|
@@ -0,0 +1,278 @@
|
|
|
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
|
+
}
|