@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,195 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as AggregateInput from './schemas/AggregateInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('AggregateInput', AggregateInput, '@pikku/addon-graph')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as AggregateOutput from './schemas/AggregateOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('AggregateOutput', AggregateOutput, '@pikku/addon-graph')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as ChunkInput from './schemas/ChunkInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('ChunkInput', ChunkInput, '@pikku/addon-graph')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as ChunkOutput from './schemas/ChunkOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('ChunkOutput', ChunkOutput, '@pikku/addon-graph')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as FindInput from './schemas/FindInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('FindInput', FindInput, '@pikku/addon-graph')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as FindOutput from './schemas/FindOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('FindOutput', FindOutput, '@pikku/addon-graph')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as GroupByInput from './schemas/GroupByInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('GroupByInput', GroupByInput, '@pikku/addon-graph')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as GroupByOutput from './schemas/GroupByOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('GroupByOutput', GroupByOutput, '@pikku/addon-graph')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as LimitInput from './schemas/LimitInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('LimitInput', LimitInput, '@pikku/addon-graph')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as LimitOutput from './schemas/LimitOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('LimitOutput', LimitOutput, '@pikku/addon-graph')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as RemoveDuplicatesInput from './schemas/RemoveDuplicatesInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('RemoveDuplicatesInput', RemoveDuplicatesInput, '@pikku/addon-graph')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as RemoveDuplicatesOutput from './schemas/RemoveDuplicatesOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('RemoveDuplicatesOutput', RemoveDuplicatesOutput, '@pikku/addon-graph')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as ReverseInput from './schemas/ReverseInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('ReverseInput', ReverseInput, '@pikku/addon-graph')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as ReverseOutput from './schemas/ReverseOutput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('ReverseOutput', ReverseOutput, '@pikku/addon-graph')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as SortInput from './schemas/SortInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('SortInput', SortInput, '@pikku/addon-graph')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as SortOutput from './schemas/SortOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('SortOutput', SortOutput, '@pikku/addon-graph')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as SplitOutInput from './schemas/SplitOutInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('SplitOutInput', SplitOutInput, '@pikku/addon-graph')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as SplitOutOutput from './schemas/SplitOutOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('SplitOutOutput', SplitOutOutput, '@pikku/addon-graph')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as SummarizeInput from './schemas/SummarizeInput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('SummarizeInput', SummarizeInput, '@pikku/addon-graph')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as SummarizeOutput from './schemas/SummarizeOutput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('SummarizeOutput', SummarizeOutput, '@pikku/addon-graph')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as UniqueInput from './schemas/UniqueInput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('UniqueInput', UniqueInput, '@pikku/addon-graph')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as UniqueOutput from './schemas/UniqueOutput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('UniqueOutput', UniqueOutput, '@pikku/addon-graph')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as CoalesceInput from './schemas/CoalesceInput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('CoalesceInput', CoalesceInput, '@pikku/addon-graph')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as CoalesceOutput from './schemas/CoalesceOutput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('CoalesceOutput', CoalesceOutput, '@pikku/addon-graph')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as CryptoInput from './schemas/CryptoInput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('CryptoInput', CryptoInput, '@pikku/addon-graph')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as CryptoOutput from './schemas/CryptoOutput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('CryptoOutput', CryptoOutput, '@pikku/addon-graph')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as DateTimeInput from './schemas/DateTimeInput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('DateTimeInput', DateTimeInput, '@pikku/addon-graph')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as DateTimeOutput from './schemas/DateTimeOutput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('DateTimeOutput', DateTimeOutput, '@pikku/addon-graph')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as JwtSignInput from './schemas/JwtSignInput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('JwtSignInput', JwtSignInput, '@pikku/addon-graph')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as JwtSignOutput from './schemas/JwtSignOutput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('JwtSignOutput', JwtSignOutput, '@pikku/addon-graph')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as JwtDecodeInput from './schemas/JwtDecodeInput.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('JwtDecodeInput', JwtDecodeInput, '@pikku/addon-graph')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as JwtDecodeOutput from './schemas/JwtDecodeOutput.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('JwtDecodeOutput', JwtDecodeOutput, '@pikku/addon-graph')
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
import * as MathInput from './schemas/MathInput.schema.json' with { type: 'json' }
|
|
135
|
+
addSchema('MathInput', MathInput, '@pikku/addon-graph')
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
import * as MathOutput from './schemas/MathOutput.schema.json' with { type: 'json' }
|
|
139
|
+
addSchema('MathOutput', MathOutput, '@pikku/addon-graph')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import * as StringTransformInput from './schemas/StringTransformInput.schema.json' with { type: 'json' }
|
|
143
|
+
addSchema('StringTransformInput', StringTransformInput, '@pikku/addon-graph')
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
import * as StringTransformOutput from './schemas/StringTransformOutput.schema.json' with { type: 'json' }
|
|
147
|
+
addSchema('StringTransformOutput', StringTransformOutput, '@pikku/addon-graph')
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
import * as TypeConvertInput from './schemas/TypeConvertInput.schema.json' with { type: 'json' }
|
|
151
|
+
addSchema('TypeConvertInput', TypeConvertInput, '@pikku/addon-graph')
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
import * as TypeConvertOutput from './schemas/TypeConvertOutput.schema.json' with { type: 'json' }
|
|
155
|
+
addSchema('TypeConvertOutput', TypeConvertOutput, '@pikku/addon-graph')
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
import * as EditFieldsInput from './schemas/EditFieldsInput.schema.json' with { type: 'json' }
|
|
159
|
+
addSchema('EditFieldsInput', EditFieldsInput, '@pikku/addon-graph')
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
import * as EditFieldsOutput from './schemas/EditFieldsOutput.schema.json' with { type: 'json' }
|
|
163
|
+
addSchema('EditFieldsOutput', EditFieldsOutput, '@pikku/addon-graph')
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
import * as MergeInput from './schemas/MergeInput.schema.json' with { type: 'json' }
|
|
167
|
+
addSchema('MergeInput', MergeInput, '@pikku/addon-graph')
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
import * as MergeOutput from './schemas/MergeOutput.schema.json' with { type: 'json' }
|
|
171
|
+
addSchema('MergeOutput', MergeOutput, '@pikku/addon-graph')
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
import * as OmitInput from './schemas/OmitInput.schema.json' with { type: 'json' }
|
|
175
|
+
addSchema('OmitInput', OmitInput, '@pikku/addon-graph')
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
import * as OmitOutput from './schemas/OmitOutput.schema.json' with { type: 'json' }
|
|
179
|
+
addSchema('OmitOutput', OmitOutput, '@pikku/addon-graph')
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
import * as PickInput from './schemas/PickInput.schema.json' with { type: 'json' }
|
|
183
|
+
addSchema('PickInput', PickInput, '@pikku/addon-graph')
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
import * as PickOutput from './schemas/PickOutput.schema.json' with { type: 'json' }
|
|
187
|
+
addSchema('PickOutput', PickOutput, '@pikku/addon-graph')
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
import * as RenameKeysInput from './schemas/RenameKeysInput.schema.json' with { type: 'json' }
|
|
191
|
+
addSchema('RenameKeysInput', RenameKeysInput, '@pikku/addon-graph')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
import * as RenameKeysOutput from './schemas/RenameKeysOutput.schema.json' with { type: 'json' }
|
|
195
|
+
addSchema('RenameKeysOutput', RenameKeysOutput, '@pikku/addon-graph')
|
|
@@ -0,0 +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 of the output field containing the list","type":"string"},"unique":{"description":"Only include unique values","type":"boolean"}},"required":["items","field"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The output object with aggregated values"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array to split into chunks"},"size":{"type":"number","minimum":1,"description":"Size of each chunk"}},"required":["items","size"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"chunks":{"type":"array","items":{"type":"array","items":{}},"description":"Array of chunks"}},"required":["chunks"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"values":{"type":"array","items":{},"description":"Values to check in order"},"treatEmptyStringAsNull":{"description":"Treat empty strings as null","type":"boolean"},"treatZeroAsNull":{"description":"Treat zero as null","type":"boolean"}},"required":["values"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"description":"The first non-null value"},"index":{"type":"number","description":"Index of the returned value (-1 if all null)"}},"required":["value","index"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"operation":{"type":"string","enum":["hash","hmac","randomBytes","uuid","base64Encode","base64Decode","hexEncode","hexDecode"],"description":"The cryptographic operation to perform"},"data":{"description":"Input data for hash/hmac/encode/decode operations","type":"string"},"algorithm":{"description":"Hash algorithm for hash/hmac operations","type":"string","enum":["md5","sha1","sha256","sha384","sha512"]},"key":{"description":"Secret key for hmac operation","type":"string"},"length":{"description":"Number of bytes for randomBytes operation","type":"number"},"encoding":{"description":"Output encoding for hash/hmac operations","type":"string","enum":["hex","base64"]}},"required":["operation"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"type":"string","description":"The result of the cryptographic operation"}},"required":["result"],"additionalProperties":false}
|
|
@@ -0,0 +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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"anyOf":[{"type":"string"},{"type":"number"}],"description":"The result of the operation"},"iso":{"type":"string","description":"ISO 8601 formatted date string"},"timestamp":{"type":"number","description":"Unix timestamp in milliseconds"}},"required":["result","iso","timestamp"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object to transform"},"operations":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The field path to operate on (supports dot notation)"},"operation":{"type":"string","enum":["set","remove","rename"],"description":"The operation to perform"},"value":{"description":"The value to set (for set operation)"},"newName":{"description":"The new field name (for rename operation)","type":"string"}},"required":["field","operation"],"additionalProperties":false},"description":"List of field operations to perform"}},"required":["item","operations"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The transformed object"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +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 to search"},"field":{"type":"string","description":"The field to match against"},"value":{"description":"The value to find"},"returnIndex":{"description":"Return the index instead of the item","type":"boolean"}},"required":["items","field","value"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}],"description":"The found item (null if not found)"},"index":{"type":"number","description":"The index of the found item (-1 if not found)"},"found":{"type":"boolean","description":"Whether the item was found"}},"required":["item","index","found"],"additionalProperties":false}
|
|
@@ -0,0 +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 group"},"field":{"type":"string","description":"The field to group by (supports dot notation)"}},"required":["items","field"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"groups":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"description":"Object with group keys and their items"}},"required":["groups"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","description":"The JWT token to decode"}},"required":["token"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"payload":{"description":"The decoded payload"}},"required":["payload"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"payload":{"description":"The payload to encode into the JWT"},"expiresIn":{"type":"object","properties":{"value":{"type":"number","description":"Duration value"},"unit":{"type":"string","enum":["second","minute","hour","day","week","year"],"description":"Time unit"}},"required":["value","unit"],"additionalProperties":false,"description":"Token expiration time"}},"required":["payload","expiresIn"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","description":"The signed JWT token"}},"required":["token"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array of items to limit"},"limit":{"type":"number","minimum":0,"description":"Maximum number of items to return"},"offset":{"description":"Number of items to skip from the beginning","type":"number","minimum":0}},"required":["items","limit"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The limited array of items"},"totalCount":{"type":"number","description":"The original total count before limiting"}},"required":["items","totalCount"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"operation":{"type":"string","enum":["add","subtract","multiply","divide","modulo","power","sqrt","abs","round","floor","ceil","min","max","random"],"description":"The math operation to perform"},"a":{"description":"First operand","type":"number"},"b":{"description":"Second operand (for binary operations)","type":"number"},"decimals":{"description":"Decimal places for round operation","type":"number"}},"required":["operation"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"type":"number","description":"The result of the operation"}},"required":["result"],"additionalProperties":false}
|
|
@@ -0,0 +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":"Objects to merge (later objects override earlier ones)"},"deep":{"description":"Perform deep merge of nested objects","type":"boolean"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The merged object"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object"},"fields":{"type":"array","items":{"type":"string"},"description":"Fields to remove"}},"required":["item","fields"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"Object without the specified fields"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object"},"fields":{"type":"array","items":{"type":"string"},"description":"Fields to keep (supports dot notation for nested fields)"}},"required":["item","fields"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"Object with only the specified fields"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +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 deduplicate"},"fields":{"type":"array","items":{"type":"string"},"description":"Fields to use for comparison (if empty, compares entire objects)"},"keepFirst":{"description":"Keep the first occurrence (true) or last (false)","type":"boolean"}},"required":["items","fields"],"additionalProperties":false}
|
|
@@ -0,0 +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 deduplicated array of items"},"removedCount":{"type":"number","description":"Number of duplicates removed"}},"required":["items","removedCount"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object to transform"},"mappings":{"type":"array","items":{"type":"object","properties":{"oldKey":{"type":"string","description":"The original key name"},"newKey":{"type":"string","description":"The new key name"}},"required":["oldKey","newKey"],"additionalProperties":false},"description":"List of key rename mappings"},"keepUnmapped":{"description":"Whether to keep keys that are not in the mapping","type":"boolean"}},"required":["item","mappings"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The transformed object with renamed keys"}},"required":["item"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array to reverse"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The reversed array"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +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 sort"},"sortBy":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The field path to sort by (supports dot notation)"},"order":{"description":"Sort order","type":"string","enum":["asc","desc"]}},"required":["field"],"additionalProperties":false},"description":"Fields to sort by (in order of priority)"}},"required":["items","sortBy"],"additionalProperties":false}
|
|
@@ -0,0 +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 sorted array of items"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"item":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The input object containing a nested array"},"field":{"type":"string","description":"The field path containing the array to split (supports dot notation)"},"includeParent":{"description":"Include parent object fields in each output item","type":"boolean"}},"required":["item","field"],"additionalProperties":false}
|
|
@@ -0,0 +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 split array of items"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"type":"string","description":"The input string"},"operation":{"type":"string","enum":["uppercase","lowercase","capitalize","camelCase","snakeCase","kebabCase","trim","trimStart","trimEnd","split","replace","slice","padStart","padEnd"],"description":"The transformation to apply"},"separator":{"description":"Separator for split operation","type":"string"},"search":{"description":"Search string for replace operation","type":"string"},"replacement":{"description":"Replacement string for replace operation","type":"string"},"replaceAll":{"description":"Replace all occurrences","type":"boolean"},"start":{"description":"Start index for slice","type":"number"},"end":{"description":"End index for slice","type":"number"},"length":{"description":"Target length for pad operations","type":"number"},"padChar":{"description":"Character to pad with","type":"string"}},"required":["value","operation"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"The transformed result"}},"required":["result"],"additionalProperties":false}
|
|
@@ -0,0 +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 summarize"},"aggregations":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The field path to aggregate"},"operation":{"type":"string","enum":["sum","avg","min","max","count","countDistinct","first","last"],"description":"The aggregation operation"},"outputField":{"type":"string","description":"The name of the output field"}},"required":["field","operation","outputField"],"additionalProperties":false},"description":"List of aggregation operations to perform"},"groupBy":{"description":"Fields to group by","type":"array","items":{"type":"string"}}},"required":["items","aggregations"],"additionalProperties":false}
|
|
@@ -0,0 +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 summarized results"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"value":{"description":"The value to convert"},"to":{"type":"string","enum":["string","number","boolean","json","array"],"description":"Target type"},"radix":{"description":"Radix for number parsing (e.g., 10, 16)","type":"number"}},"required":["value","to"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"result":{"description":"The converted value"},"success":{"type":"boolean","description":"Whether the conversion succeeded"},"originalType":{"type":"string","description":"The original type of the value"}},"required":["result","success","originalType"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"The array to get unique values from"},"field":{"description":"For arrays of objects, the field to check uniqueness by","type":"string"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{},"description":"Array with only unique values"}},"required":["items"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
export interface CredentialsMap {
|
|
7
|
+
}
|
|
8
|
+
export type SecretId = keyof CredentialsMap;
|
|
9
|
+
export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
10
|
+
constructor(secrets: SecretService);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=pikku-secrets.gen.d.ts.map
|
|
@@ -0,0 +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;AAEzD,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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
const CREDENTIALS_META = {};
|
|
6
|
+
export class TypedSecretService extends CoreTypedSecretService {
|
|
7
|
+
constructor(secrets) {
|
|
8
|
+
super(secrets, CREDENTIALS_META);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=pikku-secrets.gen.js.map
|
|
@@ -0,0 +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;AASxG,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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.1
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService, type CredentialMeta } from '@pikku/core/services'
|
|
5
|
+
import type { SecretService } from '@pikku/core/services'
|
|
6
|
+
|
|
7
|
+
export interface CredentialsMap {
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type SecretId = keyof CredentialsMap
|
|
12
|
+
|
|
13
|
+
const CREDENTIALS_META: Record<string, CredentialMeta> = {
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
18
|
+
constructor(secrets: SecretService) {
|
|
19
|
+
super(secrets, CREDENTIALS_META)
|
|
20
|
+
}
|
|
21
|
+
}
|