@pikku/cli 0.11.1 → 0.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pikku/channel/pikku-channel-types.gen.ts +73 -17
- package/.pikku/channel/pikku-channels-map.gen.d.ts +11 -11
- package/.pikku/channel/pikku-channels-meta.gen.json +1 -0
- package/.pikku/channel/pikku-channels-meta.gen.ts +4 -2
- package/.pikku/channel/pikku-channels.gen.ts +1 -1
- package/.pikku/cli/pikku-cli-channel.ts +2 -2
- package/.pikku/cli/pikku-cli-client.gen.ts +1 -3
- package/.pikku/cli/pikku-cli-types.gen.ts +3 -3
- package/.pikku/cli/pikku-cli-wirings-meta.gen.json +147 -0
- package/.pikku/cli/pikku-cli-wirings-meta.gen.ts +4 -157
- package/.pikku/cli/pikku-cli-wirings.gen.ts +3 -3
- package/.pikku/cli/pikku-cli.gen.ts +3 -3
- package/.pikku/forge/pikku-forge-types.gen.ts +83 -0
- package/.pikku/function/pikku-function-types.gen.ts +223 -91
- package/.pikku/function/pikku-functions-meta-verbose.gen.json +1030 -0
- package/.pikku/function/pikku-functions-meta.gen.json +656 -0
- package/.pikku/function/pikku-functions-meta.gen.ts +4 -970
- package/.pikku/http/pikku-http-types.gen.ts +20 -4
- package/.pikku/http/pikku-http-wirings-map.gen.d.ts +11 -11
- package/.pikku/http/pikku-http-wirings-meta.gen.json +9 -0
- package/.pikku/http/pikku-http-wirings-meta.gen.ts +4 -10
- package/.pikku/http/pikku-http-wirings.gen.ts +1 -1
- package/.pikku/mcp/pikku-mcp-types.gen.ts +72 -20
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.json +5 -0
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.ts +6 -4
- package/.pikku/mcp/pikku-mcp-wirings.gen.ts +1 -1
- package/.pikku/pikku-bootstrap.gen.ts +7 -12
- package/.pikku/pikku-services.gen.ts +6 -7
- package/.pikku/pikku-types.gen.ts +4 -1
- package/.pikku/pikku-websocket.gen.ts +1 -1
- package/.pikku/queue/pikku-queue-types.gen.ts +2 -2
- package/.pikku/queue/pikku-queue-workers-wirings-map.gen.d.ts +11 -11
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +1 -0
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.ts +5 -7
- package/.pikku/queue/pikku-queue-workers-wirings.gen.ts +1 -1
- package/.pikku/rpc/pikku-remote-rpc-workers.gen.ts +5 -2
- package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +19 -14
- package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +46 -39
- package/.pikku/scheduler/pikku-scheduler-types.gen.ts +2 -2
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.json +1 -0
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.ts +5 -2
- package/.pikku/scheduler/pikku-schedulers-wirings.gen.ts +1 -1
- package/.pikku/schemas/register.gen.ts +31 -23
- package/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +1 -0
- package/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +1 -1
- package/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +1 -1
- package/.pikku/services/config.gen.json +104 -0
- package/.pikku/services/getInspectorState.gen.json +10 -0
- package/.pikku/services/jwt.gen.json +13 -0
- package/.pikku/services/logger.gen.json +25 -0
- package/.pikku/services/queueService.gen.json +14 -0
- package/.pikku/services/schedulerService.gen.json +17 -0
- package/.pikku/services/schema.gen.json +14 -0
- package/.pikku/services/secrets.gen.json +13 -0
- package/.pikku/services/variables.gen.json +13 -0
- package/.pikku/services/workflowService.gen.json +31 -0
- package/.pikku/workflow/pikku-workflow-map.gen.d.ts +2 -36
- package/.pikku/workflow/pikku-workflow-types.gen.ts +305 -48
- package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +6 -2
- package/.pikku/workflow/pikku-workflow-wirings.gen.ts +1 -2
- package/CHANGELOG.md +44 -1
- package/bin/pikku.ts +6 -32
- package/build.sh +53 -31
- package/cli.schema.json +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +51 -10
- package/dist/.pikku/channel/pikku-channel-types.gen.js +3 -13
- package/dist/.pikku/channel/pikku-channels-meta.gen.js +3 -2
- package/dist/.pikku/channel/pikku-channels-meta.gen.json +1 -0
- package/dist/.pikku/channel/pikku-channels.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channels.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +2 -2
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -3
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +3 -3
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +3 -157
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +147 -0
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +2 -2
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +2 -2
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +3 -3
- package/dist/.pikku/forge/pikku-forge-types.gen.d.ts +72 -0
- package/dist/.pikku/forge/pikku-forge-types.gen.js +55 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +141 -99
- package/dist/.pikku/function/pikku-function-types.gen.js +52 -62
- package/dist/.pikku/function/pikku-functions-meta.gen.js +3 -969
- package/dist/.pikku/function/pikku-functions-meta.gen.json +656 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +19 -4
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +3 -10
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.json +9 -0
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +57 -17
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +7 -31
- package/dist/.pikku/mcp/pikku-mcp-wirings-meta.gen.js +5 -4
- package/dist/.pikku/mcp/pikku-mcp-wirings-meta.gen.json +5 -0
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +7 -12
- package/dist/.pikku/pikku-bootstrap.gen.js +7 -12
- package/dist/.pikku/pikku-services.gen.d.ts +5 -7
- package/dist/.pikku/pikku-services.gen.js +3 -5
- package/dist/.pikku/pikku-types.gen.d.ts +2 -1
- package/dist/.pikku/pikku-types.gen.js +3 -1
- package/dist/.pikku/pikku-websocket.gen.d.ts +1 -1
- package/dist/.pikku/pikku-websocket.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +2 -2
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +3 -7
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +1 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.d.ts +9 -9
- package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.js +5 -2
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +2 -2
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.js +3 -2
- package/dist/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.json +1 -0
- package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-schedulers-wirings.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +19 -15
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +213 -39
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +106 -16
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +3 -2
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -2
- package/dist/bin/pikku.js +5 -26
- package/dist/src/cli.wiring.js +4 -4
- package/dist/src/functions/commands/all.js +172 -94
- package/dist/src/functions/commands/bootstrap.js +21 -16
- package/dist/src/functions/commands/watch.js +6 -3
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.js +12 -8
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.js +74 -22
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.js +72 -20
- package/dist/src/functions/wirings/channels/pikku-channels.js +9 -2
- package/dist/src/functions/wirings/channels/pikku-command-channels.js +18 -2
- package/dist/src/functions/wirings/channels/serialize-channel-types.js +72 -16
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.js +1 -2
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.js +4 -4
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.js +17 -3
- package/dist/src/functions/wirings/cli/serialize-channel-cli.js +1 -1
- package/dist/src/functions/wirings/cli/serialize-cli-types.js +2 -2
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.d.ts +1 -1
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.js +4 -4
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.d.ts +1 -0
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.js +90 -0
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.d.ts +1 -0
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.js +26 -0
- package/dist/src/functions/wirings/forge/serialize-forge-types.d.ts +4 -0
- package/dist/src/functions/wirings/forge/serialize-forge-types.js +90 -0
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +4 -4
- package/dist/src/functions/wirings/functions/pikku-command-function-types.js +7 -2
- package/dist/src/functions/wirings/functions/pikku-command-functions.js +35 -10
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.js +24 -24
- package/dist/src/functions/wirings/functions/pikku-function-types.js +2 -2
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -1
- package/dist/src/functions/wirings/functions/schemas.js +5 -4
- package/dist/src/functions/wirings/functions/serialize-function-imports.d.ts +3 -1
- package/dist/src/functions/wirings/functions/serialize-function-imports.js +7 -3
- package/dist/src/functions/wirings/functions/serialize-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +224 -91
- package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-pikku-types-hub.js +19 -21
- package/dist/src/functions/wirings/http/openapi-spec-generator.js +5 -5
- package/dist/src/functions/wirings/http/pikku-command-http-routes.js +18 -2
- package/dist/src/functions/wirings/http/pikku-command-openapi.js +2 -2
- package/dist/src/functions/wirings/http/pikku-http-routes.js +9 -2
- package/dist/src/functions/wirings/http/serialize-http-types.js +19 -3
- package/dist/src/functions/wirings/http/serialize-typed-http-map.js +33 -8
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.js +29 -6
- package/dist/src/functions/wirings/mcp/serialize-mcp-json.js +3 -2
- package/dist/src/functions/wirings/mcp/serialize-mcp-types.js +71 -19
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.js +29 -2
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.d.ts +5 -2
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.js +5 -13
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -0
- package/dist/src/functions/wirings/package/pikku-command-package.js +58 -0
- package/dist/src/functions/wirings/package/serialize-package.d.ts +5 -0
- package/dist/src/functions/wirings/package/serialize-package.js +32 -0
- package/dist/src/functions/wirings/queue/pikku-command-queue.js +17 -3
- package/dist/src/functions/wirings/queue/pikku-queue.js +9 -11
- package/dist/src/functions/wirings/queue/serialize-queue-map.js +20 -3
- package/dist/src/functions/wirings/queue/serialize-queue-meta.d.ts +2 -1
- package/dist/src/functions/wirings/queue/serialize-queue-meta.js +10 -1
- package/dist/src/functions/wirings/queue/serialize-queue-types.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.js +4 -4
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +9 -2
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +11 -4
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +4 -1
- package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +3 -3
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +54 -8
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.js +15 -3
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.d.ts +2 -1
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.js +11 -1
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-types.js +1 -1
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.d.ts +1 -0
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.js +22 -0
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +58 -16
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.d.ts +3 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.js +30 -32
- package/dist/src/functions/wirings/workflow/serialize-workflow-meta.d.ts +1 -2
- package/dist/src/functions/wirings/workflow/serialize-workflow-meta.js +43 -8
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.d.ts +7 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.js +53 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.d.ts +4 -2
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +308 -49
- package/dist/src/functions/wirings/workflow/serialize-workflow-workers.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-workers.js +16 -29
- package/dist/src/middleware/log-command-info-and-time.d.ts +2 -2
- package/dist/src/middleware/log-command-info-and-time.js +1 -4
- package/dist/src/services/cli-logger-forwarder.service.js +1 -1
- package/dist/src/services.d.ts +2 -7
- package/dist/src/services.js +18 -13
- package/dist/src/utils/check-required-types.d.ts +2 -2
- package/dist/src/utils/check-required-types.js +2 -3
- package/dist/src/utils/command-summary.d.ts +2 -0
- package/dist/src/utils/command-summary.js +2 -0
- package/dist/src/utils/custom-types-generator.js +13 -15
- package/dist/src/utils/generate-bootstrap-file.js +1 -1
- package/dist/src/utils/pikku-cli-config.js +65 -4
- package/dist/src/utils/pikku-files-and-methods.d.ts +2 -2
- package/dist/src/utils/pikku-files-and-methods.js +4 -4
- package/dist/src/utils/schema-generator.d.ts +4 -3
- package/dist/src/utils/schema-generator.js +135 -15
- package/dist/src/utils/strip-verbose-meta.d.ts +43 -0
- package/dist/src/utils/strip-verbose-meta.js +210 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -9
- package/src/cli.wiring.ts +4 -4
- package/src/functions/commands/all.ts +203 -107
- package/src/functions/commands/bootstrap.ts +23 -16
- package/src/functions/commands/watch.ts +6 -3
- package/src/functions/runtimes/nextjs/pikku-command-nextjs.ts +26 -6
- package/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.ts +75 -22
- package/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.ts +72 -19
- package/src/functions/wirings/channels/pikku-channels.ts +27 -3
- package/src/functions/wirings/channels/pikku-command-channels.ts +46 -3
- package/src/functions/wirings/channels/serialize-channel-types.ts +72 -16
- package/src/functions/wirings/channels/serialize-typed-channel-map.ts +3 -2
- package/src/functions/wirings/cli/pikku-command-cli-entry.ts +4 -4
- package/src/functions/wirings/cli/pikku-command-cli-types.ts +1 -1
- package/src/functions/wirings/cli/pikku-command-cli.ts +45 -3
- package/src/functions/wirings/cli/serialize-channel-cli.ts +1 -1
- package/src/functions/wirings/cli/serialize-cli-types.ts +2 -2
- package/src/functions/wirings/cli/serialize-local-cli-bootstrap.ts +5 -5
- package/src/functions/wirings/forge/pikku-command-forge-nodes.ts +135 -0
- package/src/functions/wirings/forge/pikku-command-forge-types.ts +38 -0
- package/src/functions/wirings/forge/serialize-forge-types.ts +94 -0
- package/src/functions/wirings/functions/pikku-command-function-types-split.ts +9 -8
- package/src/functions/wirings/functions/pikku-command-function-types.ts +17 -10
- package/src/functions/wirings/functions/pikku-command-functions.ts +59 -14
- package/src/functions/wirings/functions/pikku-command-services.ts +26 -26
- package/src/functions/wirings/functions/pikku-function-types.ts +3 -1
- package/src/functions/wirings/functions/schemas.ts +14 -4
- package/src/functions/wirings/functions/serialize-function-imports.ts +12 -3
- package/src/functions/wirings/functions/serialize-function-types.ts +227 -93
- package/src/functions/wirings/functions/serialize-pikku-types-hub.ts +27 -26
- package/src/functions/wirings/http/openapi-spec-generator.ts +15 -6
- package/src/functions/wirings/http/pikku-command-http-routes.ts +46 -2
- package/src/functions/wirings/http/pikku-command-openapi.ts +3 -2
- package/src/functions/wirings/http/pikku-http-routes.ts +28 -2
- package/src/functions/wirings/http/serialize-http-types.ts +19 -3
- package/src/functions/wirings/http/serialize-typed-http-map.ts +32 -8
- package/src/functions/wirings/mcp/pikku-command-mcp.ts +58 -10
- package/src/functions/wirings/mcp/serialize-mcp-json.ts +8 -6
- package/src/functions/wirings/mcp/serialize-mcp-types.ts +71 -19
- package/src/functions/wirings/middleware/pikku-command-middleware.ts +39 -2
- package/src/functions/wirings/middleware/serialize-middleware-groups-meta.ts +4 -19
- package/src/functions/wirings/package/pikku-command-package.ts +81 -0
- package/src/functions/wirings/package/serialize-package.ts +69 -0
- package/src/functions/wirings/permissions/pikku-command-permissions.ts +2 -2
- package/src/functions/wirings/queue/pikku-command-queue.ts +47 -2
- package/src/functions/wirings/queue/pikku-queue.ts +26 -10
- package/src/functions/wirings/queue/serialize-queue-map.ts +18 -3
- package/src/functions/wirings/queue/serialize-queue-meta.ts +15 -1
- package/src/functions/wirings/queue/serialize-queue-types.ts +1 -1
- package/src/functions/wirings/rpc/pikku-command-rpc-map.ts +7 -4
- package/src/functions/wirings/rpc/pikku-command-rpc.ts +25 -2
- package/src/functions/wirings/rpc/serialize-public-rpc.ts +11 -4
- package/src/functions/wirings/rpc/serialize-remote-rpc.ts +4 -1
- package/src/functions/wirings/rpc/serialize-rpc-wrapper.ts +3 -3
- package/src/functions/wirings/rpc/serialize-typed-rpc-map.ts +74 -8
- package/src/functions/wirings/scheduler/pikku-command-scheduler.ts +51 -4
- package/src/functions/wirings/scheduler/serialize-scheduler-meta.ts +20 -1
- package/src/functions/wirings/scheduler/serialize-scheduler-types.ts +1 -1
- package/src/functions/wirings/services/pikku-command-service-metadata.ts +25 -0
- package/src/functions/wirings/workflow/pikku-command-workflow.ts +114 -19
- package/src/functions/wirings/workflow/serialize-workflow-map.ts +38 -40
- package/src/functions/wirings/workflow/serialize-workflow-meta.ts +68 -11
- package/src/functions/wirings/workflow/serialize-workflow-registration.ts +83 -0
- package/src/functions/wirings/workflow/serialize-workflow-types.ts +311 -49
- package/src/functions/wirings/workflow/serialize-workflow-workers.ts +16 -29
- package/src/middleware/log-command-info-and-time.ts +3 -6
- package/src/services/cli-logger-forwarder.service.ts +1 -1
- package/src/services.ts +23 -16
- package/src/utils/check-required-types.ts +4 -7
- package/src/utils/command-summary.ts +4 -0
- package/src/utils/custom-types-generator.ts +15 -15
- package/src/utils/generate-bootstrap-file.ts +1 -1
- package/src/utils/pikku-cli-config.ts +105 -5
- package/src/utils/pikku-files-and-methods.ts +10 -13
- package/src/utils/schema-generator.ts +185 -22
- package/src/utils/strip-verbose-meta.ts +254 -0
- package/types/application-types.d.ts +1 -1
- package/types/config.d.ts +47 -2
- package/.pikku/function/pikku-functions-meta.min.gen.ts +0 -211
- package/.pikku/function/pikku-functions.gen.ts +0 -84
- package/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +0 -47
- package/dist/.pikku/function/pikku-functions-meta.min.gen.d.ts +0 -1
- package/dist/.pikku/function/pikku-functions-meta.min.gen.js +0 -211
- package/dist/.pikku/function/pikku-functions.gen.d.ts +0 -1
- package/dist/.pikku/function/pikku-functions.gen.js +0 -83
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +0 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +0 -47
- package/dist/.pikku/schemas/schemas/PikkuRemoteInternalRPCInput.schema.json +0 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-map.d.ts +0 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-map.js +0 -12
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-types.d.ts +0 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-types.js +0 -11
- package/src/functions/wirings/workflow/pikku-command-workflow-map.ts +0 -24
- package/src/functions/wirings/workflow/pikku-command-workflow-types.ts +0 -22
|
@@ -0,0 +1,656 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pikkuSchemas": {
|
|
3
|
+
"pikkuFuncName": "pikkuSchemas",
|
|
4
|
+
"name": "pikkuSchemas",
|
|
5
|
+
"inputSchemaName": null,
|
|
6
|
+
"outputSchemaName": "PikkuSchemasOutput",
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"outputs": [
|
|
9
|
+
"PikkuSchemasOutput"
|
|
10
|
+
],
|
|
11
|
+
"middleware": [
|
|
12
|
+
{
|
|
13
|
+
"type": "wire",
|
|
14
|
+
"name": "logCommandInfoAndTime",
|
|
15
|
+
"inline": false
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"pikkuFetch": {
|
|
20
|
+
"pikkuFuncName": "pikkuFetch",
|
|
21
|
+
"name": "pikkuFetch",
|
|
22
|
+
"inputSchemaName": null,
|
|
23
|
+
"outputSchemaName": null,
|
|
24
|
+
"inputs": [],
|
|
25
|
+
"outputs": [],
|
|
26
|
+
"middleware": [
|
|
27
|
+
{
|
|
28
|
+
"type": "wire",
|
|
29
|
+
"name": "logCommandInfoAndTime",
|
|
30
|
+
"inline": false
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"pikkuWebSocketTyped": {
|
|
35
|
+
"pikkuFuncName": "pikkuWebSocketTyped",
|
|
36
|
+
"name": "pikkuWebSocketTyped",
|
|
37
|
+
"inputSchemaName": null,
|
|
38
|
+
"outputSchemaName": null,
|
|
39
|
+
"inputs": [],
|
|
40
|
+
"outputs": [],
|
|
41
|
+
"middleware": [
|
|
42
|
+
{
|
|
43
|
+
"type": "wire",
|
|
44
|
+
"name": "logCommandInfoAndTime",
|
|
45
|
+
"inline": false
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"pikkuRPCClient": {
|
|
50
|
+
"pikkuFuncName": "pikkuRPCClient",
|
|
51
|
+
"name": "pikkuRPCClient",
|
|
52
|
+
"inputSchemaName": null,
|
|
53
|
+
"outputSchemaName": null,
|
|
54
|
+
"inputs": [],
|
|
55
|
+
"outputs": [],
|
|
56
|
+
"middleware": [
|
|
57
|
+
{
|
|
58
|
+
"type": "wire",
|
|
59
|
+
"name": "logCommandInfoAndTime",
|
|
60
|
+
"inline": false
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"pikkuQueueService": {
|
|
65
|
+
"pikkuFuncName": "pikkuQueueService",
|
|
66
|
+
"name": "pikkuQueueService",
|
|
67
|
+
"inputSchemaName": null,
|
|
68
|
+
"outputSchemaName": null,
|
|
69
|
+
"inputs": [],
|
|
70
|
+
"outputs": [],
|
|
71
|
+
"middleware": [
|
|
72
|
+
{
|
|
73
|
+
"type": "wire",
|
|
74
|
+
"name": "logCommandInfoAndTime",
|
|
75
|
+
"inline": false
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"pikkuOpenAPI": {
|
|
80
|
+
"pikkuFuncName": "pikkuOpenAPI",
|
|
81
|
+
"name": "pikkuOpenAPI",
|
|
82
|
+
"inputSchemaName": null,
|
|
83
|
+
"outputSchemaName": null,
|
|
84
|
+
"inputs": [],
|
|
85
|
+
"outputs": [],
|
|
86
|
+
"middleware": [
|
|
87
|
+
{
|
|
88
|
+
"type": "wire",
|
|
89
|
+
"name": "logCommandInfoAndTime",
|
|
90
|
+
"inline": false
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"pikkuNext": {
|
|
95
|
+
"pikkuFuncName": "pikkuNext",
|
|
96
|
+
"name": "pikkuNext",
|
|
97
|
+
"inputSchemaName": null,
|
|
98
|
+
"outputSchemaName": null,
|
|
99
|
+
"inputs": [],
|
|
100
|
+
"outputs": [],
|
|
101
|
+
"middleware": [
|
|
102
|
+
{
|
|
103
|
+
"type": "wire",
|
|
104
|
+
"name": "logCommandInfoAndTime",
|
|
105
|
+
"inline": false
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"pikkuFunctionTypes": {
|
|
110
|
+
"pikkuFuncName": "pikkuFunctionTypes",
|
|
111
|
+
"name": "pikkuFunctionTypes",
|
|
112
|
+
"inputSchemaName": null,
|
|
113
|
+
"outputSchemaName": null,
|
|
114
|
+
"inputs": [],
|
|
115
|
+
"outputs": [],
|
|
116
|
+
"middleware": [
|
|
117
|
+
{
|
|
118
|
+
"type": "wire",
|
|
119
|
+
"name": "logCommandInfoAndTime",
|
|
120
|
+
"inline": false
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"pikkuFunctionTypesSplit": {
|
|
125
|
+
"pikkuFuncName": "pikkuFunctionTypesSplit",
|
|
126
|
+
"name": "pikkuFunctionTypesSplit",
|
|
127
|
+
"inputSchemaName": null,
|
|
128
|
+
"outputSchemaName": null,
|
|
129
|
+
"inputs": [],
|
|
130
|
+
"outputs": [],
|
|
131
|
+
"middleware": [
|
|
132
|
+
{
|
|
133
|
+
"type": "wire",
|
|
134
|
+
"name": "logCommandInfoAndTime",
|
|
135
|
+
"inline": false
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"pikkuHTTPTypes": {
|
|
140
|
+
"pikkuFuncName": "pikkuHTTPTypes",
|
|
141
|
+
"name": "pikkuHTTPTypes",
|
|
142
|
+
"inputSchemaName": null,
|
|
143
|
+
"outputSchemaName": null,
|
|
144
|
+
"inputs": [],
|
|
145
|
+
"outputs": [],
|
|
146
|
+
"middleware": [
|
|
147
|
+
{
|
|
148
|
+
"type": "wire",
|
|
149
|
+
"name": "logCommandInfoAndTime",
|
|
150
|
+
"inline": false
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"pikkuChannelTypes": {
|
|
155
|
+
"pikkuFuncName": "pikkuChannelTypes",
|
|
156
|
+
"name": "pikkuChannelTypes",
|
|
157
|
+
"inputSchemaName": null,
|
|
158
|
+
"outputSchemaName": null,
|
|
159
|
+
"inputs": [],
|
|
160
|
+
"outputs": [],
|
|
161
|
+
"middleware": [
|
|
162
|
+
{
|
|
163
|
+
"type": "wire",
|
|
164
|
+
"name": "logCommandInfoAndTime",
|
|
165
|
+
"inline": false
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"pikkuSchedulerTypes": {
|
|
170
|
+
"pikkuFuncName": "pikkuSchedulerTypes",
|
|
171
|
+
"name": "pikkuSchedulerTypes",
|
|
172
|
+
"inputSchemaName": null,
|
|
173
|
+
"outputSchemaName": null,
|
|
174
|
+
"inputs": [],
|
|
175
|
+
"outputs": [],
|
|
176
|
+
"middleware": [
|
|
177
|
+
{
|
|
178
|
+
"type": "wire",
|
|
179
|
+
"name": "logCommandInfoAndTime",
|
|
180
|
+
"inline": false
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"pikkuQueueTypes": {
|
|
185
|
+
"pikkuFuncName": "pikkuQueueTypes",
|
|
186
|
+
"name": "pikkuQueueTypes",
|
|
187
|
+
"inputSchemaName": null,
|
|
188
|
+
"outputSchemaName": null,
|
|
189
|
+
"inputs": [],
|
|
190
|
+
"outputs": [],
|
|
191
|
+
"middleware": [
|
|
192
|
+
{
|
|
193
|
+
"type": "wire",
|
|
194
|
+
"name": "logCommandInfoAndTime",
|
|
195
|
+
"inline": false
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"pikkuMCPTypes": {
|
|
200
|
+
"pikkuFuncName": "pikkuMCPTypes",
|
|
201
|
+
"name": "pikkuMCPTypes",
|
|
202
|
+
"inputSchemaName": null,
|
|
203
|
+
"outputSchemaName": null,
|
|
204
|
+
"inputs": [],
|
|
205
|
+
"outputs": [],
|
|
206
|
+
"middleware": [
|
|
207
|
+
{
|
|
208
|
+
"type": "wire",
|
|
209
|
+
"name": "logCommandInfoAndTime",
|
|
210
|
+
"inline": false
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"pikkuCLITypes": {
|
|
215
|
+
"pikkuFuncName": "pikkuCLITypes",
|
|
216
|
+
"name": "pikkuCLITypes",
|
|
217
|
+
"inputSchemaName": null,
|
|
218
|
+
"outputSchemaName": null,
|
|
219
|
+
"inputs": [],
|
|
220
|
+
"outputs": [],
|
|
221
|
+
"middleware": [
|
|
222
|
+
{
|
|
223
|
+
"type": "wire",
|
|
224
|
+
"name": "logCommandInfoAndTime",
|
|
225
|
+
"inline": false
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"pikkuFunctions": {
|
|
230
|
+
"pikkuFuncName": "pikkuFunctions",
|
|
231
|
+
"name": "pikkuFunctions",
|
|
232
|
+
"inputSchemaName": null,
|
|
233
|
+
"outputSchemaName": "PikkuFunctionsOutput",
|
|
234
|
+
"inputs": [],
|
|
235
|
+
"outputs": [
|
|
236
|
+
"PikkuFunctionsOutput"
|
|
237
|
+
],
|
|
238
|
+
"middleware": [
|
|
239
|
+
{
|
|
240
|
+
"type": "wire",
|
|
241
|
+
"name": "logCommandInfoAndTime",
|
|
242
|
+
"inline": false
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"pikkuMiddleware": {
|
|
247
|
+
"pikkuFuncName": "pikkuMiddleware",
|
|
248
|
+
"name": "pikkuMiddleware",
|
|
249
|
+
"inputSchemaName": null,
|
|
250
|
+
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
251
|
+
"inputs": [],
|
|
252
|
+
"outputs": [
|
|
253
|
+
"PikkuMiddlewareOutput"
|
|
254
|
+
],
|
|
255
|
+
"middleware": [
|
|
256
|
+
{
|
|
257
|
+
"type": "wire",
|
|
258
|
+
"name": "logCommandInfoAndTime",
|
|
259
|
+
"inline": false
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"pikkuPermissions": {
|
|
264
|
+
"pikkuFuncName": "pikkuPermissions",
|
|
265
|
+
"name": "pikkuPermissions",
|
|
266
|
+
"inputSchemaName": null,
|
|
267
|
+
"outputSchemaName": "PikkuPermissionsOutput",
|
|
268
|
+
"inputs": [],
|
|
269
|
+
"outputs": [
|
|
270
|
+
"PikkuPermissionsOutput"
|
|
271
|
+
],
|
|
272
|
+
"middleware": [
|
|
273
|
+
{
|
|
274
|
+
"type": "wire",
|
|
275
|
+
"name": "logCommandInfoAndTime",
|
|
276
|
+
"inline": false
|
|
277
|
+
}
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
"pikkuServices": {
|
|
281
|
+
"pikkuFuncName": "pikkuServices",
|
|
282
|
+
"name": "pikkuServices",
|
|
283
|
+
"inputSchemaName": null,
|
|
284
|
+
"outputSchemaName": null,
|
|
285
|
+
"inputs": [],
|
|
286
|
+
"outputs": [],
|
|
287
|
+
"middleware": [
|
|
288
|
+
{
|
|
289
|
+
"type": "wire",
|
|
290
|
+
"name": "logCommandInfoAndTime",
|
|
291
|
+
"inline": false
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
"pikkuServiceMetadata": {
|
|
296
|
+
"pikkuFuncName": "pikkuServiceMetadata",
|
|
297
|
+
"name": "pikkuServiceMetadata",
|
|
298
|
+
"inputSchemaName": null,
|
|
299
|
+
"outputSchemaName": null,
|
|
300
|
+
"inputs": [],
|
|
301
|
+
"outputs": [],
|
|
302
|
+
"middleware": [
|
|
303
|
+
{
|
|
304
|
+
"type": "wire",
|
|
305
|
+
"name": "logCommandInfoAndTime",
|
|
306
|
+
"inline": false
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
"pikkuRPC": {
|
|
311
|
+
"pikkuFuncName": "pikkuRPC",
|
|
312
|
+
"name": "pikkuRPC",
|
|
313
|
+
"inputSchemaName": null,
|
|
314
|
+
"outputSchemaName": "PikkuRPCOutput",
|
|
315
|
+
"inputs": [],
|
|
316
|
+
"outputs": [
|
|
317
|
+
"PikkuRPCOutput"
|
|
318
|
+
],
|
|
319
|
+
"middleware": [
|
|
320
|
+
{
|
|
321
|
+
"type": "wire",
|
|
322
|
+
"name": "logCommandInfoAndTime",
|
|
323
|
+
"inline": false
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
"pikkuRPCInternalMap": {
|
|
328
|
+
"pikkuFuncName": "pikkuRPCInternalMap",
|
|
329
|
+
"name": "pikkuRPCInternalMap",
|
|
330
|
+
"inputSchemaName": null,
|
|
331
|
+
"outputSchemaName": null,
|
|
332
|
+
"inputs": [],
|
|
333
|
+
"outputs": [],
|
|
334
|
+
"middleware": [
|
|
335
|
+
{
|
|
336
|
+
"type": "wire",
|
|
337
|
+
"name": "logCommandInfoAndTime",
|
|
338
|
+
"inline": false
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
"pikkuRPCExposedMap": {
|
|
343
|
+
"pikkuFuncName": "pikkuRPCExposedMap",
|
|
344
|
+
"name": "pikkuRPCExposedMap",
|
|
345
|
+
"inputSchemaName": null,
|
|
346
|
+
"outputSchemaName": null,
|
|
347
|
+
"inputs": [],
|
|
348
|
+
"outputs": [],
|
|
349
|
+
"middleware": [
|
|
350
|
+
{
|
|
351
|
+
"type": "wire",
|
|
352
|
+
"name": "logCommandInfoAndTime",
|
|
353
|
+
"inline": false
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"pikkuPublicRPC": {
|
|
358
|
+
"pikkuFuncName": "pikkuPublicRPC",
|
|
359
|
+
"name": "pikkuPublicRPC",
|
|
360
|
+
"inputSchemaName": null,
|
|
361
|
+
"outputSchemaName": "PikkuPublicRPCOutput",
|
|
362
|
+
"inputs": [],
|
|
363
|
+
"outputs": [
|
|
364
|
+
"PikkuPublicRPCOutput"
|
|
365
|
+
],
|
|
366
|
+
"middleware": [
|
|
367
|
+
{
|
|
368
|
+
"type": "wire",
|
|
369
|
+
"name": "logCommandInfoAndTime",
|
|
370
|
+
"inline": false
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"pikkuHTTP": {
|
|
375
|
+
"pikkuFuncName": "pikkuHTTP",
|
|
376
|
+
"name": "pikkuHTTP",
|
|
377
|
+
"inputSchemaName": null,
|
|
378
|
+
"outputSchemaName": "PikkuHTTPOutput",
|
|
379
|
+
"inputs": [],
|
|
380
|
+
"outputs": [
|
|
381
|
+
"PikkuHTTPOutput"
|
|
382
|
+
],
|
|
383
|
+
"middleware": [
|
|
384
|
+
{
|
|
385
|
+
"type": "wire",
|
|
386
|
+
"name": "logCommandInfoAndTime",
|
|
387
|
+
"inline": false
|
|
388
|
+
}
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"pikkuHTTPMap": {
|
|
392
|
+
"pikkuFuncName": "pikkuHTTPMap",
|
|
393
|
+
"name": "pikkuHTTPMap",
|
|
394
|
+
"inputSchemaName": null,
|
|
395
|
+
"outputSchemaName": null,
|
|
396
|
+
"inputs": [],
|
|
397
|
+
"outputs": [],
|
|
398
|
+
"middleware": [
|
|
399
|
+
{
|
|
400
|
+
"type": "wire",
|
|
401
|
+
"name": "logCommandInfoAndTime",
|
|
402
|
+
"inline": false
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"pikkuScheduler": {
|
|
407
|
+
"pikkuFuncName": "pikkuScheduler",
|
|
408
|
+
"name": "pikkuScheduler",
|
|
409
|
+
"inputSchemaName": null,
|
|
410
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
411
|
+
"inputs": [],
|
|
412
|
+
"outputs": [
|
|
413
|
+
"PikkuSchedulerOutput"
|
|
414
|
+
],
|
|
415
|
+
"middleware": [
|
|
416
|
+
{
|
|
417
|
+
"type": "wire",
|
|
418
|
+
"name": "logCommandInfoAndTime",
|
|
419
|
+
"inline": false
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"pikkuWorkflow": {
|
|
424
|
+
"pikkuFuncName": "pikkuWorkflow",
|
|
425
|
+
"name": "pikkuWorkflow",
|
|
426
|
+
"inputSchemaName": null,
|
|
427
|
+
"outputSchemaName": "PikkuWorkflowOutput",
|
|
428
|
+
"inputs": [],
|
|
429
|
+
"outputs": [
|
|
430
|
+
"PikkuWorkflowOutput"
|
|
431
|
+
],
|
|
432
|
+
"middleware": [
|
|
433
|
+
{
|
|
434
|
+
"type": "wire",
|
|
435
|
+
"name": "logCommandInfoAndTime",
|
|
436
|
+
"inline": false
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
"pikkuRemoteRPC": {
|
|
441
|
+
"pikkuFuncName": "pikkuRemoteRPC",
|
|
442
|
+
"name": "pikkuRemoteRPC",
|
|
443
|
+
"inputSchemaName": null,
|
|
444
|
+
"outputSchemaName": "PikkuRemoteRPCOutput",
|
|
445
|
+
"inputs": [],
|
|
446
|
+
"outputs": [
|
|
447
|
+
"PikkuRemoteRPCOutput"
|
|
448
|
+
],
|
|
449
|
+
"middleware": [
|
|
450
|
+
{
|
|
451
|
+
"type": "wire",
|
|
452
|
+
"name": "logCommandInfoAndTime",
|
|
453
|
+
"inline": false
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
"pikkuQueue": {
|
|
458
|
+
"pikkuFuncName": "pikkuQueue",
|
|
459
|
+
"name": "pikkuQueue",
|
|
460
|
+
"inputSchemaName": null,
|
|
461
|
+
"outputSchemaName": "PikkuQueueOutput",
|
|
462
|
+
"inputs": [],
|
|
463
|
+
"outputs": [
|
|
464
|
+
"PikkuQueueOutput"
|
|
465
|
+
],
|
|
466
|
+
"middleware": [
|
|
467
|
+
{
|
|
468
|
+
"type": "wire",
|
|
469
|
+
"name": "logCommandInfoAndTime",
|
|
470
|
+
"inline": false
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"pikkuQueueMap": {
|
|
475
|
+
"pikkuFuncName": "pikkuQueueMap",
|
|
476
|
+
"name": "pikkuQueueMap",
|
|
477
|
+
"inputSchemaName": null,
|
|
478
|
+
"outputSchemaName": null,
|
|
479
|
+
"inputs": [],
|
|
480
|
+
"outputs": [],
|
|
481
|
+
"middleware": [
|
|
482
|
+
{
|
|
483
|
+
"type": "wire",
|
|
484
|
+
"name": "logCommandInfoAndTime",
|
|
485
|
+
"inline": false
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"pikkuChannels": {
|
|
490
|
+
"pikkuFuncName": "pikkuChannels",
|
|
491
|
+
"name": "pikkuChannels",
|
|
492
|
+
"inputSchemaName": null,
|
|
493
|
+
"outputSchemaName": null,
|
|
494
|
+
"inputs": [],
|
|
495
|
+
"outputs": [],
|
|
496
|
+
"middleware": [
|
|
497
|
+
{
|
|
498
|
+
"type": "wire",
|
|
499
|
+
"name": "logCommandInfoAndTime",
|
|
500
|
+
"inline": false
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
"pikkuChannelsMap": {
|
|
505
|
+
"pikkuFuncName": "pikkuChannelsMap",
|
|
506
|
+
"name": "pikkuChannelsMap",
|
|
507
|
+
"inputSchemaName": null,
|
|
508
|
+
"outputSchemaName": null,
|
|
509
|
+
"inputs": [],
|
|
510
|
+
"outputs": [],
|
|
511
|
+
"middleware": [
|
|
512
|
+
{
|
|
513
|
+
"type": "wire",
|
|
514
|
+
"name": "logCommandInfoAndTime",
|
|
515
|
+
"inline": false
|
|
516
|
+
}
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
"pikkuMCP": {
|
|
520
|
+
"pikkuFuncName": "pikkuMCP",
|
|
521
|
+
"name": "pikkuMCP",
|
|
522
|
+
"inputSchemaName": null,
|
|
523
|
+
"outputSchemaName": "PikkuMCPOutput",
|
|
524
|
+
"inputs": [],
|
|
525
|
+
"outputs": [
|
|
526
|
+
"PikkuMCPOutput"
|
|
527
|
+
],
|
|
528
|
+
"middleware": [
|
|
529
|
+
{
|
|
530
|
+
"type": "wire",
|
|
531
|
+
"name": "logCommandInfoAndTime",
|
|
532
|
+
"inline": false
|
|
533
|
+
}
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"pikkuMCPJSON": {
|
|
537
|
+
"pikkuFuncName": "pikkuMCPJSON",
|
|
538
|
+
"name": "pikkuMCPJSON",
|
|
539
|
+
"inputSchemaName": null,
|
|
540
|
+
"outputSchemaName": null,
|
|
541
|
+
"inputs": [],
|
|
542
|
+
"outputs": [],
|
|
543
|
+
"middleware": [
|
|
544
|
+
{
|
|
545
|
+
"type": "wire",
|
|
546
|
+
"name": "logCommandInfoAndTime",
|
|
547
|
+
"inline": false
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
"pikkuCLI": {
|
|
552
|
+
"pikkuFuncName": "pikkuCLI",
|
|
553
|
+
"name": "pikkuCLI",
|
|
554
|
+
"inputSchemaName": null,
|
|
555
|
+
"outputSchemaName": "PikkuCLIOutput",
|
|
556
|
+
"inputs": [],
|
|
557
|
+
"outputs": [
|
|
558
|
+
"PikkuCLIOutput"
|
|
559
|
+
],
|
|
560
|
+
"middleware": [
|
|
561
|
+
{
|
|
562
|
+
"type": "wire",
|
|
563
|
+
"name": "logCommandInfoAndTime",
|
|
564
|
+
"inline": false
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
"pikkuCLIEntry": {
|
|
569
|
+
"pikkuFuncName": "pikkuCLIEntry",
|
|
570
|
+
"name": "pikkuCLIEntry",
|
|
571
|
+
"inputSchemaName": null,
|
|
572
|
+
"outputSchemaName": null,
|
|
573
|
+
"inputs": [],
|
|
574
|
+
"outputs": [],
|
|
575
|
+
"middleware": [
|
|
576
|
+
{
|
|
577
|
+
"type": "wire",
|
|
578
|
+
"name": "logCommandInfoAndTime",
|
|
579
|
+
"inline": false
|
|
580
|
+
}
|
|
581
|
+
]
|
|
582
|
+
},
|
|
583
|
+
"pikkuPackage": {
|
|
584
|
+
"pikkuFuncName": "pikkuPackage",
|
|
585
|
+
"name": "pikkuPackage",
|
|
586
|
+
"inputSchemaName": null,
|
|
587
|
+
"outputSchemaName": "PikkuPackageOutput",
|
|
588
|
+
"inputs": [],
|
|
589
|
+
"outputs": [
|
|
590
|
+
"PikkuPackageOutput"
|
|
591
|
+
],
|
|
592
|
+
"middleware": [
|
|
593
|
+
{
|
|
594
|
+
"type": "wire",
|
|
595
|
+
"name": "logCommandInfoAndTime",
|
|
596
|
+
"inline": false
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
"pikkuForgeNodes": {
|
|
601
|
+
"pikkuFuncName": "pikkuForgeNodes",
|
|
602
|
+
"name": "pikkuForgeNodes",
|
|
603
|
+
"inputSchemaName": null,
|
|
604
|
+
"outputSchemaName": "PikkuForgeNodesOutput",
|
|
605
|
+
"inputs": [],
|
|
606
|
+
"outputs": [
|
|
607
|
+
"PikkuForgeNodesOutput"
|
|
608
|
+
],
|
|
609
|
+
"middleware": [
|
|
610
|
+
{
|
|
611
|
+
"type": "wire",
|
|
612
|
+
"name": "logCommandInfoAndTime",
|
|
613
|
+
"inline": false
|
|
614
|
+
}
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
"pikkuForgeTypes": {
|
|
618
|
+
"pikkuFuncName": "pikkuForgeTypes",
|
|
619
|
+
"name": "pikkuForgeTypes",
|
|
620
|
+
"inputSchemaName": null,
|
|
621
|
+
"outputSchemaName": null,
|
|
622
|
+
"inputs": [],
|
|
623
|
+
"outputs": [],
|
|
624
|
+
"middleware": [
|
|
625
|
+
{
|
|
626
|
+
"type": "wire",
|
|
627
|
+
"name": "logCommandInfoAndTime",
|
|
628
|
+
"inline": false
|
|
629
|
+
}
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
"all": {
|
|
633
|
+
"pikkuFuncName": "all",
|
|
634
|
+
"name": "all",
|
|
635
|
+
"inputSchemaName": null,
|
|
636
|
+
"outputSchemaName": null,
|
|
637
|
+
"inputs": [],
|
|
638
|
+
"outputs": []
|
|
639
|
+
},
|
|
640
|
+
"bootstrap": {
|
|
641
|
+
"pikkuFuncName": "bootstrap",
|
|
642
|
+
"name": "bootstrap",
|
|
643
|
+
"inputSchemaName": null,
|
|
644
|
+
"outputSchemaName": null,
|
|
645
|
+
"inputs": [],
|
|
646
|
+
"outputs": []
|
|
647
|
+
},
|
|
648
|
+
"watch": {
|
|
649
|
+
"pikkuFuncName": "watch",
|
|
650
|
+
"name": "watch",
|
|
651
|
+
"inputSchemaName": null,
|
|
652
|
+
"outputSchemaName": null,
|
|
653
|
+
"inputs": [],
|
|
654
|
+
"outputs": []
|
|
655
|
+
}
|
|
656
|
+
}
|