@pikku/cli 0.11.3 → 0.12.0
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/cli.schema.json +1 -1
- package/console-app/android-chrome-192x192.png +0 -0
- package/console-app/android-chrome-512x512.png +0 -0
- package/console-app/apple-touch-icon.png +0 -0
- package/console-app/assets/index-0Ui5UudO.css +1 -0
- package/console-app/assets/index-C19L3UJu.js +637 -0
- package/console-app/favicon-16x16.png +0 -0
- package/console-app/favicon-32x32.png +0 -0
- package/console-app/favicon.ico +0 -0
- package/console-app/index.html +29 -0
- package/console-app/pikku-console-logo.png +0 -0
- package/console-app/site.webmanifest +19 -0
- package/console-app/wiring-icons/cron.svg +6 -0
- package/console-app/wiring-icons/function.png +0 -0
- package/console-app/wiring-icons/http.svg +2 -0
- package/console-app/wiring-icons/mcp.svg +1 -0
- package/console-app/wiring-icons/queue.svg +18 -0
- package/console-app/wiring-icons/sse.svg +5 -0
- package/console-app/wiring-icons/websocket.svg +8 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +19 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +4 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.d.ts +1 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.js +6 -0
- package/dist/.pikku/agent/pikku-agent-wirings-meta.gen.json +3 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-wirings.gen.js +4 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +27 -14
- package/dist/.pikku/channel/pikku-channel-types.gen.js +21 -4
- package/dist/.pikku/channel/pikku-channels-meta.gen.js +1 -1
- 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 +18 -3
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +9 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +12 -2
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +43 -11
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -5
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -5
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +6 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +71 -20
- package/dist/.pikku/function/pikku-function-types.gen.js +27 -3
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +645 -195
- package/dist/.pikku/function/pikku-functions.gen.d.ts +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +119 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +55 -19
- package/dist/.pikku/http/pikku-http-types.gen.js +11 -2
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- 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 +26 -27
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +2 -12
- package/dist/.pikku/mcp/pikku-mcp-wirings-meta.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-wirings.gen.js +2 -2
- package/dist/.pikku/node/pikku-node-types.gen.d.ts +1 -0
- package/dist/.pikku/node/pikku-node-types.gen.js +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +5 -4
- package/dist/.pikku/pikku-bootstrap.gen.js +13 -2
- package/dist/.pikku/pikku-services.gen.d.ts +5 -1
- package/dist/.pikku/pikku-services.gen.js +4 -0
- package/dist/.pikku/pikku-types.gen.d.ts +4 -2
- package/dist/.pikku/pikku-types.gen.js +7 -3
- 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 +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +2 -2
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- 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 +3 -3
- package/dist/.pikku/rpc/pikku-remote-rpc-workers.gen.js +3 -3
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +6 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +61 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +2 -2
- package/dist/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.js +1 -1
- 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 +33 -19
- package/dist/.pikku/schemas/schemas/BootstrapInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ConsoleCommandInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuAIAgentOutput.schema.json +1 -0
- 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/PikkuConsoleFunctionsOutput.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/PikkuNodesMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuPublicAgentOutput.schema.json +1 -0
- 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/PikkuTriggerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuVersionsInitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +4 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +10 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +113 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +33 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +4 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +11 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +10 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +28 -180
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -106
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku.js +20 -47
- package/dist/src/cli.wiring.js +29 -2
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/all.js +79 -176
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +13 -22
- package/dist/src/functions/commands/console.d.ts +7 -0
- package/dist/src/functions/commands/console.js +106 -0
- package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +4 -0
- package/dist/src/functions/commands/pikku-command-bootstrap.js +67 -0
- package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -0
- package/dist/src/functions/commands/pikku-command-summary.js +55 -0
- package/dist/src/functions/commands/versions-check.d.ts +1 -0
- package/dist/src/functions/commands/versions-check.js +17 -0
- package/dist/src/functions/commands/versions-init.d.ts +7 -0
- package/dist/src/functions/commands/versions-init.js +15 -0
- package/dist/src/functions/commands/versions-update.d.ts +1 -0
- package/dist/src/functions/commands/versions-update.js +20 -0
- package/dist/src/functions/commands/watch.d.ts +1 -1
- package/dist/src/functions/commands/watch.js +4 -5
- package/dist/src/functions/runtimes/fetch/index.d.ts +1 -0
- package/dist/src/functions/{wirings → runtimes}/fetch/index.js +3 -3
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.js +6 -7
- 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 +8 -16
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.js +4 -8
- package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -0
- package/dist/src/functions/{wirings/channels → runtimes/websocket}/pikku-command-websocket-typed.js +2 -2
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js +19 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.js +68 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.js +23 -0
- package/dist/src/functions/wirings/ai-agent/serialize-agent-map.d.ts +4 -0
- package/dist/src/functions/wirings/ai-agent/serialize-agent-map.js +48 -0
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.js +31 -0
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.d.ts +1 -0
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +90 -0
- package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-channels.js +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.js +3 -3
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.js +2 -2
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.js +1 -1
- package/dist/src/functions/wirings/channels/serialize-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/serialize-channel-types.js +47 -17
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.d.ts +2 -1
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.js +8 -8
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.js +3 -7
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.js +1 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli.js +8 -8
- package/dist/src/functions/wirings/cli/serialize-cli-types.js +14 -1
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.d.ts +2 -2
- package/dist/src/functions/wirings/cli/serialize-local-cli-bootstrap.js +10 -11
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +23 -0
- package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-node-types.js +21 -0
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -0
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.js +79 -0
- package/dist/src/functions/wirings/console/serialize-console-functions.d.ts +1 -0
- package/dist/src/functions/wirings/console/serialize-console-functions.js +229 -0
- package/dist/src/functions/wirings/console/serialize-node-types.d.ts +1 -0
- package/dist/src/functions/wirings/console/serialize-node-types.js +11 -0
- package/dist/src/functions/wirings/functions/pikku-command-external-types.d.ts +1 -0
- package/dist/src/functions/wirings/functions/pikku-command-external-types.js +33 -0
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +2 -2
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types.js +5 -5
- package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-functions.js +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.js +1 -1
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -4
- package/dist/src/functions/wirings/functions/schemas.js +8 -10
- package/dist/src/functions/wirings/functions/serialize-external-types.d.ts +1 -0
- package/dist/src/functions/wirings/functions/serialize-external-types.js +77 -0
- package/dist/src/functions/wirings/functions/serialize-function-imports.d.ts +1 -2
- package/dist/src/functions/wirings/functions/serialize-function-imports.js +10 -17
- package/dist/src/functions/wirings/functions/serialize-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +99 -32
- 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 +5 -2
- package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-map.js +4 -4
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.js +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.js +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.js +11 -9
- package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-http-routes.js +2 -2
- package/dist/src/functions/wirings/http/serialize-http-types.js +65 -20
- package/dist/src/functions/wirings/http/serialize-typed-http-map.d.ts +5 -2
- package/dist/src/functions/wirings/http/serialize-typed-http-map.js +33 -46
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +5 -6
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.js +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.js +13 -4
- package/dist/src/functions/wirings/mcp/serialize-mcp-types.js +27 -36
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.js +11 -34
- package/dist/src/functions/wirings/middleware/serialize-middleware-imports.js +19 -24
- package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -0
- package/dist/src/functions/wirings/package/pikku-command-package-types.js +30 -0
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
- package/dist/src/functions/wirings/package/pikku-command-package.js +3 -3
- package/dist/src/functions/wirings/package/serialize-package-types.d.ts +2 -0
- package/dist/src/functions/wirings/package/serialize-package-types.js +10 -0
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.js +10 -5
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +3 -3
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.js +2 -2
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.js +3 -3
- package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.js +1 -1
- package/dist/src/functions/wirings/queue/serialize-queue-map.d.ts +5 -2
- package/dist/src/functions/wirings/queue/serialize-queue-map.js +12 -40
- package/dist/src/functions/wirings/queue/serialize-queue-meta.js +9 -10
- package/dist/src/functions/wirings/queue/serialize-queue-types.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.js +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.js +12 -7
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +5 -2
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +11 -6
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +2 -2
- package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +19 -8
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.d.ts +6 -3
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +85 -60
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.js +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.js +1 -1
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-meta.js +13 -12
- package/dist/src/functions/wirings/scheduler/serialize-scheduler-types.js +1 -1
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -0
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.js +31 -0
- package/dist/src/functions/wirings/secrets/serialize-secrets-types.d.ts +9 -0
- package/dist/src/functions/wirings/secrets/serialize-secrets-types.js +64 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +1 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +24 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -0
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.js +40 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-meta.d.ts +5 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-meta.js +35 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-types.d.ts +4 -0
- package/dist/src/functions/wirings/triggers/serialize-trigger-types.js +163 -0
- package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -0
- package/dist/src/functions/wirings/variables/pikku-command-variables.js +31 -0
- package/dist/src/functions/wirings/variables/serialize-variables-types.d.ts +9 -0
- package/dist/src/functions/wirings/variables/serialize-variables-types.js +53 -0
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +6 -35
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.d.ts +4 -2
- package/dist/src/functions/wirings/workflow/serialize-workflow-map.js +63 -12
- package/dist/src/functions/wirings/workflow/serialize-workflow-meta.js +32 -33
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-registration.js +4 -31
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.d.ts +1 -6
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +60 -256
- package/dist/src/functions/wirings/workflow/serialize-workflow-workers.js +5 -5
- package/dist/src/services/cli-logger-forwarder.service.d.ts +1 -1
- package/dist/src/services/cli-logger-forwarder.service.js +1 -1
- package/dist/src/services/cli-logger.service.d.ts +1 -1
- package/dist/src/services/cli-logger.service.js +1 -1
- package/dist/src/services.d.ts +1 -1
- package/dist/src/services.js +53 -6
- package/dist/src/utils/command-summary.d.ts +2 -1
- package/dist/src/utils/command-summary.js +2 -1
- package/dist/src/utils/contract-versions.d.ts +6 -0
- package/dist/src/utils/contract-versions.js +25 -0
- package/dist/src/utils/file-import-path.js +20 -6
- package/dist/src/utils/pikku-cli-config.js +77 -14
- package/dist/src/utils/pikku-files-and-methods.d.ts +0 -1
- package/dist/src/utils/pikku-files-and-methods.js +15 -60
- package/dist/src/utils/serialize-import-map.d.ts +2 -1
- package/dist/src/utils/serialize-import-map.js +3 -54
- package/dist/src/utils/serialize-meta-ts.d.ts +8 -0
- package/dist/src/utils/serialize-meta-ts.js +12 -0
- package/dist/src/utils/serialize-schemas.d.ts +3 -0
- package/dist/src/utils/serialize-schemas.js +38 -0
- package/dist/src/utils/strip-verbose-meta.d.ts +5 -5
- package/dist/src/utils/strip-verbose-meta.js +15 -15
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +19 -10
- package/.pikku/channel/pikku-channel-types.gen.ts +0 -148
- package/.pikku/channel/pikku-channels-map.gen.d.ts +0 -47
- package/.pikku/channel/pikku-channels-meta.gen.json +0 -1
- package/.pikku/channel/pikku-channels-meta.gen.ts +0 -7
- package/.pikku/channel/pikku-channels.gen.ts +0 -4
- package/.pikku/cli/pikku-cli-channel.ts +0 -92
- package/.pikku/cli/pikku-cli-client.gen.ts +0 -54
- package/.pikku/cli/pikku-cli-types.gen.ts +0 -92
- package/.pikku/cli/pikku-cli-wirings-meta.gen.json +0 -147
- package/.pikku/cli/pikku-cli-wirings-meta.gen.ts +0 -7
- package/.pikku/cli/pikku-cli-wirings.gen.ts +0 -6
- package/.pikku/cli/pikku-cli.gen.ts +0 -41
- package/.pikku/forge/pikku-forge-types.gen.ts +0 -83
- package/.pikku/function/pikku-function-types.gen.ts +0 -572
- package/.pikku/function/pikku-functions-meta-verbose.gen.json +0 -1030
- package/.pikku/function/pikku-functions-meta.gen.json +0 -656
- package/.pikku/function/pikku-functions-meta.gen.ts +0 -6
- package/.pikku/http/pikku-http-types.gen.ts +0 -102
- package/.pikku/http/pikku-http-wirings-map.gen.d.ts +0 -46
- package/.pikku/http/pikku-http-wirings-meta.gen.json +0 -9
- package/.pikku/http/pikku-http-wirings-meta.gen.ts +0 -7
- package/.pikku/http/pikku-http-wirings.gen.ts +0 -4
- package/.pikku/mcp/pikku-mcp-types.gen.ts +0 -192
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.json +0 -5
- package/.pikku/mcp/pikku-mcp-wirings-meta.gen.ts +0 -9
- package/.pikku/mcp/pikku-mcp-wirings.gen.ts +0 -4
- package/.pikku/mcp/pikku-mcp.gen.json +0 -5
- package/.pikku/pikku-bootstrap.gen.ts +0 -17
- package/.pikku/pikku-services.gen.ts +0 -28
- package/.pikku/pikku-types.gen.ts +0 -30
- package/.pikku/pikku-websocket.gen.ts +0 -90
- package/.pikku/queue/pikku-queue-types.gen.ts +0 -27
- package/.pikku/queue/pikku-queue-workers-wirings-map.gen.d.ts +0 -60
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +0 -1
- package/.pikku/queue/pikku-queue-workers-wirings-meta.gen.ts +0 -8
- package/.pikku/queue/pikku-queue-workers-wirings.gen.ts +0 -4
- package/.pikku/rpc/pikku-remote-rpc-workers.gen.ts +0 -30
- package/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +0 -62
- package/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +0 -105
- package/.pikku/scheduler/pikku-scheduler-types.gen.ts +0 -25
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.json +0 -1
- package/.pikku/scheduler/pikku-schedulers-wirings-meta.gen.ts +0 -8
- package/.pikku/scheduler/pikku-schedulers-wirings.gen.ts +0 -4
- package/.pikku/schemas/register.gen.ts +0 -71
- package/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuCLIOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuChannelsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuFunctionsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuHTTPOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuMCPOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuMiddlewareOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPackageOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPermissionsOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuPublicRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuQueueOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuRemoteRPCOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuSchedulerOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuSchemasOutput.schema.json +0 -1
- package/.pikku/schemas/schemas/PikkuWorkflowOutput.schema.json +0 -1
- package/.pikku/services/config.gen.json +0 -104
- package/.pikku/services/getInspectorState.gen.json +0 -10
- package/.pikku/services/jwt.gen.json +0 -13
- package/.pikku/services/logger.gen.json +0 -25
- package/.pikku/services/queueService.gen.json +0 -14
- package/.pikku/services/schedulerService.gen.json +0 -17
- package/.pikku/services/schema.gen.json +0 -14
- package/.pikku/services/secrets.gen.json +0 -13
- package/.pikku/services/variables.gen.json +0 -13
- package/.pikku/services/workflowService.gen.json +0 -31
- package/.pikku/workflow/pikku-workflow-map.gen.d.ts +0 -28
- package/.pikku/workflow/pikku-workflow-types.gen.ts +0 -349
- package/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +0 -9
- package/.pikku/workflow/pikku-workflow-wirings.gen.ts +0 -3
- package/CHANGELOG.md +0 -957
- package/bin/pikku.ts +0 -88
- package/build.sh +0 -75
- package/dist/.pikku/forge/pikku-forge-types.gen.d.ts +0 -72
- package/dist/.pikku/forge/pikku-forge-types.gen.js +0 -55
- package/dist/.pikku/schemas/schemas/PikkuForgeNodesOutput.schema.json +0 -1
- package/dist/src/functions/wirings/channels/pikku-command-websocket-typed.d.ts +0 -1
- package/dist/src/functions/wirings/fetch/index.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-nodes.js +0 -90
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.d.ts +0 -1
- package/dist/src/functions/wirings/forge/pikku-command-forge-types.js +0 -26
- package/dist/src/functions/wirings/forge/serialize-forge-types.d.ts +0 -4
- package/dist/src/functions/wirings/forge/serialize-forge-types.js +0 -90
- package/dist/src/functions/wirings/functions/pikku-function-types.d.ts +0 -1
- package/dist/src/functions/wirings/functions/pikku-function-types.js +0 -18
- package/dist/src/functions/wirings/http/openapi-spec-generator.d.ts +0 -81
- package/dist/src/functions/wirings/http/openapi-spec-generator.js +0 -152
- package/dist/src/functions/wirings/mcp/serialize-mcp-json.d.ts +0 -5
- package/dist/src/functions/wirings/mcp/serialize-mcp-json.js +0 -102
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.d.ts +0 -11
- package/dist/src/functions/wirings/middleware/serialize-middleware-groups-meta.js +0 -36
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.d.ts +0 -1
- package/dist/src/functions/wirings/services/pikku-command-service-metadata.js +0 -22
- package/dist/src/utils/custom-types-generator.d.ts +0 -2
- package/dist/src/utils/custom-types-generator.js +0 -41
- package/dist/src/utils/schema-generator.d.ts +0 -7
- package/dist/src/utils/schema-generator.js +0 -238
- package/pikku.config.json +0 -29
- package/run-tests.sh +0 -53
- package/src/cli.wiring.ts +0 -112
- package/src/functions/commands/all.ts +0 -313
- package/src/functions/commands/bootstrap.ts +0 -35
- package/src/functions/commands/watch.ts +0 -61
- package/src/functions/runtimes/nextjs/pikku-command-nextjs.ts +0 -131
- package/src/functions/runtimes/nextjs/serialize-nextjs-backend-wrapper.ts +0 -282
- package/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.ts +0 -215
- package/src/functions/wirings/channels/pikku-channels.ts +0 -59
- package/src/functions/wirings/channels/pikku-command-channel-types.ts +0 -25
- package/src/functions/wirings/channels/pikku-command-channels-map.ts +0 -26
- package/src/functions/wirings/channels/pikku-command-channels.ts +0 -83
- package/src/functions/wirings/channels/pikku-command-websocket-typed.ts +0 -37
- package/src/functions/wirings/channels/serialize-channel-types.ts +0 -151
- package/src/functions/wirings/channels/serialize-typed-channel-map.ts +0 -173
- package/src/functions/wirings/channels/serialize-websocket-wrapper.ts +0 -89
- package/src/functions/wirings/cli/pikku-command-cli-entry.ts +0 -216
- package/src/functions/wirings/cli/pikku-command-cli-types.ts +0 -48
- package/src/functions/wirings/cli/pikku-command-cli.ts +0 -81
- package/src/functions/wirings/cli/serialize-channel-cli-client.ts +0 -184
- package/src/functions/wirings/cli/serialize-channel-cli.ts +0 -134
- package/src/functions/wirings/cli/serialize-cli-types.ts +0 -101
- package/src/functions/wirings/cli/serialize-local-cli-bootstrap.ts +0 -80
- package/src/functions/wirings/fetch/index.ts +0 -36
- package/src/functions/wirings/forge/pikku-command-forge-nodes.ts +0 -135
- package/src/functions/wirings/forge/pikku-command-forge-types.ts +0 -38
- package/src/functions/wirings/forge/serialize-forge-types.ts +0 -94
- package/src/functions/wirings/functions/pikku-command-function-types-split.ts +0 -61
- package/src/functions/wirings/functions/pikku-command-function-types.ts +0 -50
- package/src/functions/wirings/functions/pikku-command-functions.ts +0 -104
- package/src/functions/wirings/functions/pikku-command-services.ts +0 -140
- package/src/functions/wirings/functions/pikku-function-types.ts +0 -45
- package/src/functions/wirings/functions/schemas.ts +0 -56
- package/src/functions/wirings/functions/serialize-function-imports.ts +0 -80
- package/src/functions/wirings/functions/serialize-function-types.ts +0 -587
- package/src/functions/wirings/functions/serialize-pikku-types-hub.ts +0 -39
- package/src/functions/wirings/http/openapi-spec-generator.ts +0 -265
- package/src/functions/wirings/http/pikku-command-http-map.ts +0 -27
- package/src/functions/wirings/http/pikku-command-http-routes.ts +0 -80
- package/src/functions/wirings/http/pikku-command-http-types.ts +0 -25
- package/src/functions/wirings/http/pikku-command-openapi.ts +0 -64
- package/src/functions/wirings/http/pikku-http-routes.ts +0 -61
- package/src/functions/wirings/http/serialize-fetch-wrapper.ts +0 -67
- package/src/functions/wirings/http/serialize-http-types.ts +0 -105
- package/src/functions/wirings/http/serialize-typed-http-map.ts +0 -178
- package/src/functions/wirings/mcp/pikku-command-mcp-json.ts +0 -33
- package/src/functions/wirings/mcp/pikku-command-mcp-types.ts +0 -25
- package/src/functions/wirings/mcp/pikku-command-mcp.ts +0 -162
- package/src/functions/wirings/mcp/serialize-mcp-json.ts +0 -161
- package/src/functions/wirings/mcp/serialize-mcp-types.ts +0 -195
- package/src/functions/wirings/middleware/pikku-command-middleware.ts +0 -89
- package/src/functions/wirings/middleware/serialize-middleware-groups-meta.ts +0 -40
- package/src/functions/wirings/middleware/serialize-middleware-imports.ts +0 -78
- package/src/functions/wirings/package/pikku-command-package.ts +0 -81
- package/src/functions/wirings/package/serialize-package.ts +0 -69
- package/src/functions/wirings/permissions/pikku-command-permissions.ts +0 -49
- package/src/functions/wirings/permissions/serialize-permissions-imports.test.ts +0 -274
- package/src/functions/wirings/permissions/serialize-permissions-imports.ts +0 -78
- package/src/functions/wirings/queue/pikku-command-queue-map.ts +0 -26
- package/src/functions/wirings/queue/pikku-command-queue-service.ts +0 -37
- package/src/functions/wirings/queue/pikku-command-queue-types.ts +0 -25
- package/src/functions/wirings/queue/pikku-command-queue.ts +0 -86
- package/src/functions/wirings/queue/pikku-queue-map.ts +0 -26
- package/src/functions/wirings/queue/pikku-queue.ts +0 -66
- package/src/functions/wirings/queue/serialize-queue-map.ts +0 -134
- package/src/functions/wirings/queue/serialize-queue-meta.ts +0 -24
- package/src/functions/wirings/queue/serialize-queue-types.ts +0 -30
- package/src/functions/wirings/queue/serialize-queue-wrapper.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-public-rpc.ts +0 -32
- package/src/functions/wirings/rpc/pikku-command-remote-rpc.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-rpc-client.ts +0 -35
- package/src/functions/wirings/rpc/pikku-command-rpc-map.ts +0 -51
- package/src/functions/wirings/rpc/pikku-command-rpc.ts +0 -49
- package/src/functions/wirings/rpc/serialize-public-rpc.ts +0 -37
- package/src/functions/wirings/rpc/serialize-remote-rpc.ts +0 -33
- package/src/functions/wirings/rpc/serialize-rpc-wrapper.ts +0 -68
- package/src/functions/wirings/rpc/serialize-typed-rpc-map.ts +0 -194
- package/src/functions/wirings/scheduler/pikku-command-scheduler-types.ts +0 -25
- package/src/functions/wirings/scheduler/pikku-command-scheduler.ts +0 -88
- package/src/functions/wirings/scheduler/serialize-scheduler-meta.ts +0 -37
- package/src/functions/wirings/scheduler/serialize-scheduler-types.ts +0 -28
- package/src/functions/wirings/services/pikku-command-service-metadata.ts +0 -25
- package/src/functions/wirings/workflow/pikku-command-workflow.ts +0 -218
- package/src/functions/wirings/workflow/serialize-workflow-map.ts +0 -121
- package/src/functions/wirings/workflow/serialize-workflow-meta.ts +0 -73
- package/src/functions/wirings/workflow/serialize-workflow-registration.ts +0 -83
- package/src/functions/wirings/workflow/serialize-workflow-types.ts +0 -357
- package/src/functions/wirings/workflow/serialize-workflow-workers.ts +0 -47
- package/src/middleware/log-command-info-and-time.ts +0 -35
- package/src/services/cli-logger-forwarder.service.ts +0 -99
- package/src/services/cli-logger.service.ts +0 -108
- package/src/services.ts +0 -322
- package/src/utils/check-required-types.ts +0 -65
- package/src/utils/command-summary.ts +0 -107
- package/src/utils/custom-types-generator.ts +0 -55
- package/src/utils/file-import-path.test.ts +0 -175
- package/src/utils/file-import-path.ts +0 -53
- package/src/utils/file-imports-serializer.ts +0 -25
- package/src/utils/file-writer.ts +0 -72
- package/src/utils/generate-bootstrap-file.ts +0 -43
- package/src/utils/get-cli-version.ts +0 -28
- package/src/utils/pikku-cli-config.ts +0 -495
- package/src/utils/pikku-files-and-methods.ts +0 -145
- package/src/utils/schema-generator.ts +0 -335
- package/src/utils/serialize-import-map.ts +0 -102
- package/src/utils/strip-verbose-meta.ts +0 -254
- package/tsconfig.json +0 -21
- package/types/application-types.d.ts +0 -27
- package/types/config.d.ts +0 -304
- /package/dist/src/functions/{wirings/channels → runtimes/websocket}/serialize-websocket-wrapper.d.ts +0 -0
- /package/dist/src/functions/{wirings/channels → runtimes/websocket}/serialize-websocket-wrapper.js +0 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pikkuSchemas": {
|
|
3
|
-
"
|
|
3
|
+
"pikkuFuncId": "pikkuSchemas",
|
|
4
|
+
"functionType": "user",
|
|
5
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
6
|
+
"sessionless": true,
|
|
4
7
|
"name": "pikkuSchemas",
|
|
5
8
|
"inputSchemaName": null,
|
|
6
9
|
"outputSchemaName": "PikkuSchemasOutput",
|
|
@@ -14,10 +17,14 @@
|
|
|
14
17
|
"name": "logCommandInfoAndTime",
|
|
15
18
|
"inline": false
|
|
16
19
|
}
|
|
17
|
-
]
|
|
20
|
+
],
|
|
21
|
+
"contractHash": "7e79ebe17c2a7017"
|
|
18
22
|
},
|
|
19
23
|
"pikkuFetch": {
|
|
20
|
-
"
|
|
24
|
+
"pikkuFuncId": "pikkuFetch",
|
|
25
|
+
"functionType": "user",
|
|
26
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
27
|
+
"sessionless": true,
|
|
21
28
|
"name": "pikkuFetch",
|
|
22
29
|
"inputSchemaName": null,
|
|
23
30
|
"outputSchemaName": null,
|
|
@@ -29,10 +36,14 @@
|
|
|
29
36
|
"name": "logCommandInfoAndTime",
|
|
30
37
|
"inline": false
|
|
31
38
|
}
|
|
32
|
-
]
|
|
39
|
+
],
|
|
40
|
+
"contractHash": "c4f857c3b710607d"
|
|
33
41
|
},
|
|
34
42
|
"pikkuWebSocketTyped": {
|
|
35
|
-
"
|
|
43
|
+
"pikkuFuncId": "pikkuWebSocketTyped",
|
|
44
|
+
"functionType": "user",
|
|
45
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
46
|
+
"sessionless": true,
|
|
36
47
|
"name": "pikkuWebSocketTyped",
|
|
37
48
|
"inputSchemaName": null,
|
|
38
49
|
"outputSchemaName": null,
|
|
@@ -44,10 +55,14 @@
|
|
|
44
55
|
"name": "logCommandInfoAndTime",
|
|
45
56
|
"inline": false
|
|
46
57
|
}
|
|
47
|
-
]
|
|
58
|
+
],
|
|
59
|
+
"contractHash": "0b0c0b81d5aa2c70"
|
|
48
60
|
},
|
|
49
61
|
"pikkuRPCClient": {
|
|
50
|
-
"
|
|
62
|
+
"pikkuFuncId": "pikkuRPCClient",
|
|
63
|
+
"functionType": "user",
|
|
64
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
65
|
+
"sessionless": true,
|
|
51
66
|
"name": "pikkuRPCClient",
|
|
52
67
|
"inputSchemaName": null,
|
|
53
68
|
"outputSchemaName": null,
|
|
@@ -59,10 +74,14 @@
|
|
|
59
74
|
"name": "logCommandInfoAndTime",
|
|
60
75
|
"inline": false
|
|
61
76
|
}
|
|
62
|
-
]
|
|
77
|
+
],
|
|
78
|
+
"contractHash": "2a3b8d89b595b605"
|
|
63
79
|
},
|
|
64
80
|
"pikkuQueueService": {
|
|
65
|
-
"
|
|
81
|
+
"pikkuFuncId": "pikkuQueueService",
|
|
82
|
+
"functionType": "user",
|
|
83
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
84
|
+
"sessionless": true,
|
|
66
85
|
"name": "pikkuQueueService",
|
|
67
86
|
"inputSchemaName": null,
|
|
68
87
|
"outputSchemaName": null,
|
|
@@ -74,10 +93,14 @@
|
|
|
74
93
|
"name": "logCommandInfoAndTime",
|
|
75
94
|
"inline": false
|
|
76
95
|
}
|
|
77
|
-
]
|
|
96
|
+
],
|
|
97
|
+
"contractHash": "822e8e71896da778"
|
|
78
98
|
},
|
|
79
99
|
"pikkuOpenAPI": {
|
|
80
|
-
"
|
|
100
|
+
"pikkuFuncId": "pikkuOpenAPI",
|
|
101
|
+
"functionType": "user",
|
|
102
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
103
|
+
"sessionless": true,
|
|
81
104
|
"name": "pikkuOpenAPI",
|
|
82
105
|
"inputSchemaName": null,
|
|
83
106
|
"outputSchemaName": null,
|
|
@@ -89,10 +112,14 @@
|
|
|
89
112
|
"name": "logCommandInfoAndTime",
|
|
90
113
|
"inline": false
|
|
91
114
|
}
|
|
92
|
-
]
|
|
115
|
+
],
|
|
116
|
+
"contractHash": "984b0701fbb913fb"
|
|
93
117
|
},
|
|
94
118
|
"pikkuNext": {
|
|
95
|
-
"
|
|
119
|
+
"pikkuFuncId": "pikkuNext",
|
|
120
|
+
"functionType": "user",
|
|
121
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
122
|
+
"sessionless": true,
|
|
96
123
|
"name": "pikkuNext",
|
|
97
124
|
"inputSchemaName": null,
|
|
98
125
|
"outputSchemaName": null,
|
|
@@ -104,11 +131,129 @@
|
|
|
104
131
|
"name": "logCommandInfoAndTime",
|
|
105
132
|
"inline": false
|
|
106
133
|
}
|
|
107
|
-
]
|
|
134
|
+
],
|
|
135
|
+
"contractHash": "060b9e04a4539cf2"
|
|
108
136
|
},
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
137
|
+
"pikkuBootstrap": {
|
|
138
|
+
"pikkuFuncId": "pikkuBootstrap",
|
|
139
|
+
"functionType": "user",
|
|
140
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
141
|
+
"sessionless": true,
|
|
142
|
+
"name": "pikkuBootstrap",
|
|
143
|
+
"inputSchemaName": "BootstrapInput",
|
|
144
|
+
"outputSchemaName": null,
|
|
145
|
+
"inputs": [
|
|
146
|
+
"BootstrapInput"
|
|
147
|
+
],
|
|
148
|
+
"outputs": [],
|
|
149
|
+
"contractHash": "51a9a80b6231e50f"
|
|
150
|
+
},
|
|
151
|
+
"all": {
|
|
152
|
+
"pikkuFuncId": "all",
|
|
153
|
+
"functionType": "user",
|
|
154
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
155
|
+
"sessionless": true,
|
|
156
|
+
"name": "all",
|
|
157
|
+
"inputSchemaName": null,
|
|
158
|
+
"outputSchemaName": null,
|
|
159
|
+
"inputs": [],
|
|
160
|
+
"outputs": [],
|
|
161
|
+
"remote": true
|
|
162
|
+
},
|
|
163
|
+
"bootstrap": {
|
|
164
|
+
"pikkuFuncId": "bootstrap",
|
|
165
|
+
"functionType": "user",
|
|
166
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
167
|
+
"sessionless": true,
|
|
168
|
+
"name": "bootstrap",
|
|
169
|
+
"inputSchemaName": null,
|
|
170
|
+
"outputSchemaName": null,
|
|
171
|
+
"inputs": [],
|
|
172
|
+
"outputs": [],
|
|
173
|
+
"remote": true
|
|
174
|
+
},
|
|
175
|
+
"watch": {
|
|
176
|
+
"pikkuFuncId": "watch",
|
|
177
|
+
"functionType": "user",
|
|
178
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
179
|
+
"sessionless": true,
|
|
180
|
+
"name": "watch",
|
|
181
|
+
"inputSchemaName": null,
|
|
182
|
+
"outputSchemaName": null,
|
|
183
|
+
"inputs": [],
|
|
184
|
+
"outputs": [],
|
|
185
|
+
"remote": true
|
|
186
|
+
},
|
|
187
|
+
"consoleCommand": {
|
|
188
|
+
"pikkuFuncId": "consoleCommand",
|
|
189
|
+
"functionType": "user",
|
|
190
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
191
|
+
"sessionless": true,
|
|
192
|
+
"name": "consoleCommand",
|
|
193
|
+
"inputSchemaName": "ConsoleCommandInput",
|
|
194
|
+
"outputSchemaName": null,
|
|
195
|
+
"inputs": [
|
|
196
|
+
"ConsoleCommandInput"
|
|
197
|
+
],
|
|
198
|
+
"outputs": [],
|
|
199
|
+
"remote": true
|
|
200
|
+
},
|
|
201
|
+
"pikkuVersionsInit": {
|
|
202
|
+
"pikkuFuncId": "pikkuVersionsInit",
|
|
203
|
+
"functionType": "user",
|
|
204
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
205
|
+
"sessionless": true,
|
|
206
|
+
"name": "pikkuVersionsInit",
|
|
207
|
+
"inputSchemaName": "PikkuVersionsInitInput",
|
|
208
|
+
"outputSchemaName": null,
|
|
209
|
+
"inputs": [
|
|
210
|
+
"PikkuVersionsInitInput"
|
|
211
|
+
],
|
|
212
|
+
"outputs": [],
|
|
213
|
+
"contractHash": "9897be0442ec5efd"
|
|
214
|
+
},
|
|
215
|
+
"pikkuVersionsCheck": {
|
|
216
|
+
"pikkuFuncId": "pikkuVersionsCheck",
|
|
217
|
+
"functionType": "user",
|
|
218
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
219
|
+
"sessionless": true,
|
|
220
|
+
"name": "pikkuVersionsCheck",
|
|
221
|
+
"inputSchemaName": null,
|
|
222
|
+
"outputSchemaName": null,
|
|
223
|
+
"inputs": [],
|
|
224
|
+
"outputs": [],
|
|
225
|
+
"contractHash": "7f29e12decb5922c"
|
|
226
|
+
},
|
|
227
|
+
"pikkuSummary": {
|
|
228
|
+
"pikkuFuncId": "pikkuSummary",
|
|
229
|
+
"functionType": "user",
|
|
230
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
231
|
+
"sessionless": true,
|
|
232
|
+
"name": "pikkuSummary",
|
|
233
|
+
"inputSchemaName": null,
|
|
234
|
+
"outputSchemaName": null,
|
|
235
|
+
"inputs": [],
|
|
236
|
+
"outputs": [],
|
|
237
|
+
"contractHash": "3758fc656b51f1c3"
|
|
238
|
+
},
|
|
239
|
+
"pikkuVersionsUpdate": {
|
|
240
|
+
"pikkuFuncId": "pikkuVersionsUpdate",
|
|
241
|
+
"functionType": "user",
|
|
242
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
243
|
+
"sessionless": true,
|
|
244
|
+
"name": "pikkuVersionsUpdate",
|
|
245
|
+
"inputSchemaName": null,
|
|
246
|
+
"outputSchemaName": null,
|
|
247
|
+
"inputs": [],
|
|
248
|
+
"outputs": [],
|
|
249
|
+
"contractHash": "782763d0171de14f"
|
|
250
|
+
},
|
|
251
|
+
"pikkuAIAgentTypes": {
|
|
252
|
+
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
253
|
+
"functionType": "user",
|
|
254
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
255
|
+
"sessionless": true,
|
|
256
|
+
"name": "pikkuAIAgentTypes",
|
|
112
257
|
"inputSchemaName": null,
|
|
113
258
|
"outputSchemaName": null,
|
|
114
259
|
"inputs": [],
|
|
@@ -119,56 +264,78 @@
|
|
|
119
264
|
"name": "logCommandInfoAndTime",
|
|
120
265
|
"inline": false
|
|
121
266
|
}
|
|
122
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"contractHash": "dc29d66d6b6f5857"
|
|
123
269
|
},
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
270
|
+
"pikkuAIAgent": {
|
|
271
|
+
"pikkuFuncId": "pikkuAIAgent",
|
|
272
|
+
"functionType": "user",
|
|
273
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
274
|
+
"sessionless": true,
|
|
275
|
+
"name": "pikkuAIAgent",
|
|
127
276
|
"inputSchemaName": null,
|
|
128
|
-
"outputSchemaName":
|
|
277
|
+
"outputSchemaName": "PikkuAIAgentOutput",
|
|
129
278
|
"inputs": [],
|
|
130
|
-
"outputs": [
|
|
279
|
+
"outputs": [
|
|
280
|
+
"PikkuAIAgentOutput"
|
|
281
|
+
],
|
|
131
282
|
"middleware": [
|
|
132
283
|
{
|
|
133
284
|
"type": "wire",
|
|
134
285
|
"name": "logCommandInfoAndTime",
|
|
135
286
|
"inline": false
|
|
136
287
|
}
|
|
137
|
-
]
|
|
288
|
+
],
|
|
289
|
+
"contractHash": "973fe2f539bdca04"
|
|
138
290
|
},
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
291
|
+
"pikkuPublicAgent": {
|
|
292
|
+
"pikkuFuncId": "pikkuPublicAgent",
|
|
293
|
+
"functionType": "user",
|
|
294
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
295
|
+
"sessionless": true,
|
|
296
|
+
"name": "pikkuPublicAgent",
|
|
142
297
|
"inputSchemaName": null,
|
|
143
|
-
"outputSchemaName":
|
|
298
|
+
"outputSchemaName": "PikkuPublicAgentOutput",
|
|
144
299
|
"inputs": [],
|
|
145
|
-
"outputs": [
|
|
300
|
+
"outputs": [
|
|
301
|
+
"PikkuPublicAgentOutput"
|
|
302
|
+
],
|
|
146
303
|
"middleware": [
|
|
147
304
|
{
|
|
148
305
|
"type": "wire",
|
|
149
306
|
"name": "logCommandInfoAndTime",
|
|
150
307
|
"inline": false
|
|
151
308
|
}
|
|
152
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"contractHash": "076457b475dee94e"
|
|
153
311
|
},
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
312
|
+
"pikkuChannels": {
|
|
313
|
+
"pikkuFuncId": "pikkuChannels",
|
|
314
|
+
"functionType": "user",
|
|
315
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
316
|
+
"sessionless": true,
|
|
317
|
+
"name": "pikkuChannels",
|
|
157
318
|
"inputSchemaName": null,
|
|
158
|
-
"outputSchemaName":
|
|
319
|
+
"outputSchemaName": "PikkuChannelsOutput",
|
|
159
320
|
"inputs": [],
|
|
160
|
-
"outputs": [
|
|
321
|
+
"outputs": [
|
|
322
|
+
"PikkuChannelsOutput"
|
|
323
|
+
],
|
|
161
324
|
"middleware": [
|
|
162
325
|
{
|
|
163
326
|
"type": "wire",
|
|
164
327
|
"name": "logCommandInfoAndTime",
|
|
165
328
|
"inline": false
|
|
166
329
|
}
|
|
167
|
-
]
|
|
330
|
+
],
|
|
331
|
+
"contractHash": "122168631511180b"
|
|
168
332
|
},
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
333
|
+
"pikkuChannelTypes": {
|
|
334
|
+
"pikkuFuncId": "pikkuChannelTypes",
|
|
335
|
+
"functionType": "user",
|
|
336
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
337
|
+
"sessionless": true,
|
|
338
|
+
"name": "pikkuChannelTypes",
|
|
172
339
|
"inputSchemaName": null,
|
|
173
340
|
"outputSchemaName": null,
|
|
174
341
|
"inputs": [],
|
|
@@ -179,11 +346,15 @@
|
|
|
179
346
|
"name": "logCommandInfoAndTime",
|
|
180
347
|
"inline": false
|
|
181
348
|
}
|
|
182
|
-
]
|
|
349
|
+
],
|
|
350
|
+
"contractHash": "2b2bc06bcbe06e22"
|
|
183
351
|
},
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
352
|
+
"pikkuChannelsMap": {
|
|
353
|
+
"pikkuFuncId": "pikkuChannelsMap",
|
|
354
|
+
"functionType": "user",
|
|
355
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
356
|
+
"sessionless": true,
|
|
357
|
+
"name": "pikkuChannelsMap",
|
|
187
358
|
"inputSchemaName": null,
|
|
188
359
|
"outputSchemaName": null,
|
|
189
360
|
"inputs": [],
|
|
@@ -194,11 +365,15 @@
|
|
|
194
365
|
"name": "logCommandInfoAndTime",
|
|
195
366
|
"inline": false
|
|
196
367
|
}
|
|
197
|
-
]
|
|
368
|
+
],
|
|
369
|
+
"contractHash": "b6068160a2079ff6"
|
|
198
370
|
},
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
371
|
+
"pikkuCLIEntry": {
|
|
372
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
373
|
+
"functionType": "user",
|
|
374
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
375
|
+
"sessionless": true,
|
|
376
|
+
"name": "pikkuCLIEntry",
|
|
202
377
|
"inputSchemaName": null,
|
|
203
378
|
"outputSchemaName": null,
|
|
204
379
|
"inputs": [],
|
|
@@ -209,10 +384,14 @@
|
|
|
209
384
|
"name": "logCommandInfoAndTime",
|
|
210
385
|
"inline": false
|
|
211
386
|
}
|
|
212
|
-
]
|
|
387
|
+
],
|
|
388
|
+
"contractHash": "a7a080e8c9ebb27e"
|
|
213
389
|
},
|
|
214
390
|
"pikkuCLITypes": {
|
|
215
|
-
"
|
|
391
|
+
"pikkuFuncId": "pikkuCLITypes",
|
|
392
|
+
"functionType": "user",
|
|
393
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
394
|
+
"sessionless": true,
|
|
216
395
|
"name": "pikkuCLITypes",
|
|
217
396
|
"inputSchemaName": null,
|
|
218
397
|
"outputSchemaName": null,
|
|
@@ -224,16 +403,20 @@
|
|
|
224
403
|
"name": "logCommandInfoAndTime",
|
|
225
404
|
"inline": false
|
|
226
405
|
}
|
|
227
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"contractHash": "a1b70be4e58bcf3a"
|
|
228
408
|
},
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
409
|
+
"pikkuCLI": {
|
|
410
|
+
"pikkuFuncId": "pikkuCLI",
|
|
411
|
+
"functionType": "user",
|
|
412
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
413
|
+
"sessionless": true,
|
|
414
|
+
"name": "pikkuCLI",
|
|
232
415
|
"inputSchemaName": null,
|
|
233
|
-
"outputSchemaName": "
|
|
416
|
+
"outputSchemaName": "PikkuCLIOutput",
|
|
234
417
|
"inputs": [],
|
|
235
418
|
"outputs": [
|
|
236
|
-
"
|
|
419
|
+
"PikkuCLIOutput"
|
|
237
420
|
],
|
|
238
421
|
"middleware": [
|
|
239
422
|
{
|
|
@@ -241,16 +424,20 @@
|
|
|
241
424
|
"name": "logCommandInfoAndTime",
|
|
242
425
|
"inline": false
|
|
243
426
|
}
|
|
244
|
-
]
|
|
427
|
+
],
|
|
428
|
+
"contractHash": "3932cb0e6b7de268"
|
|
245
429
|
},
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
430
|
+
"pikkuConsoleFunctions": {
|
|
431
|
+
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
432
|
+
"functionType": "user",
|
|
433
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
434
|
+
"sessionless": true,
|
|
435
|
+
"name": "pikkuConsoleFunctions",
|
|
249
436
|
"inputSchemaName": null,
|
|
250
|
-
"outputSchemaName": "
|
|
437
|
+
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
251
438
|
"inputs": [],
|
|
252
439
|
"outputs": [
|
|
253
|
-
"
|
|
440
|
+
"PikkuConsoleFunctionsOutput"
|
|
254
441
|
],
|
|
255
442
|
"middleware": [
|
|
256
443
|
{
|
|
@@ -258,16 +445,39 @@
|
|
|
258
445
|
"name": "logCommandInfoAndTime",
|
|
259
446
|
"inline": false
|
|
260
447
|
}
|
|
261
|
-
]
|
|
448
|
+
],
|
|
449
|
+
"contractHash": "5725bacdf339c573"
|
|
262
450
|
},
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
451
|
+
"pikkuNodeTypes": {
|
|
452
|
+
"pikkuFuncId": "pikkuNodeTypes",
|
|
453
|
+
"functionType": "user",
|
|
454
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
455
|
+
"sessionless": true,
|
|
456
|
+
"name": "pikkuNodeTypes",
|
|
266
457
|
"inputSchemaName": null,
|
|
267
|
-
"outputSchemaName":
|
|
458
|
+
"outputSchemaName": null,
|
|
459
|
+
"inputs": [],
|
|
460
|
+
"outputs": [],
|
|
461
|
+
"middleware": [
|
|
462
|
+
{
|
|
463
|
+
"type": "wire",
|
|
464
|
+
"name": "logCommandInfoAndTime",
|
|
465
|
+
"inline": false
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"contractHash": "50029dfb2ea6b6c2"
|
|
469
|
+
},
|
|
470
|
+
"pikkuNodesMeta": {
|
|
471
|
+
"pikkuFuncId": "pikkuNodesMeta",
|
|
472
|
+
"functionType": "user",
|
|
473
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
474
|
+
"sessionless": true,
|
|
475
|
+
"name": "pikkuNodesMeta",
|
|
476
|
+
"inputSchemaName": null,
|
|
477
|
+
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
268
478
|
"inputs": [],
|
|
269
479
|
"outputs": [
|
|
270
|
-
"
|
|
480
|
+
"PikkuNodesMetaOutput"
|
|
271
481
|
],
|
|
272
482
|
"middleware": [
|
|
273
483
|
{
|
|
@@ -275,11 +485,15 @@
|
|
|
275
485
|
"name": "logCommandInfoAndTime",
|
|
276
486
|
"inline": false
|
|
277
487
|
}
|
|
278
|
-
]
|
|
488
|
+
],
|
|
489
|
+
"contractHash": "2dd28c3201f71199"
|
|
279
490
|
},
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
491
|
+
"pikkuExternalTypes": {
|
|
492
|
+
"pikkuFuncId": "pikkuExternalTypes",
|
|
493
|
+
"functionType": "user",
|
|
494
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
495
|
+
"sessionless": true,
|
|
496
|
+
"name": "pikkuExternalTypes",
|
|
283
497
|
"inputSchemaName": null,
|
|
284
498
|
"outputSchemaName": null,
|
|
285
499
|
"inputs": [],
|
|
@@ -290,11 +504,15 @@
|
|
|
290
504
|
"name": "logCommandInfoAndTime",
|
|
291
505
|
"inline": false
|
|
292
506
|
}
|
|
293
|
-
]
|
|
507
|
+
],
|
|
508
|
+
"contractHash": "07e3eff3a63de58f"
|
|
294
509
|
},
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
510
|
+
"pikkuFunctionTypesSplit": {
|
|
511
|
+
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
512
|
+
"functionType": "user",
|
|
513
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
514
|
+
"sessionless": true,
|
|
515
|
+
"name": "pikkuFunctionTypesSplit",
|
|
298
516
|
"inputSchemaName": null,
|
|
299
517
|
"outputSchemaName": null,
|
|
300
518
|
"inputs": [],
|
|
@@ -305,16 +523,39 @@
|
|
|
305
523
|
"name": "logCommandInfoAndTime",
|
|
306
524
|
"inline": false
|
|
307
525
|
}
|
|
308
|
-
]
|
|
526
|
+
],
|
|
527
|
+
"contractHash": "01ace5bc27191c11"
|
|
309
528
|
},
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
529
|
+
"pikkuFunctionTypes": {
|
|
530
|
+
"pikkuFuncId": "pikkuFunctionTypes",
|
|
531
|
+
"functionType": "user",
|
|
532
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
533
|
+
"sessionless": true,
|
|
534
|
+
"name": "pikkuFunctionTypes",
|
|
313
535
|
"inputSchemaName": null,
|
|
314
|
-
"outputSchemaName":
|
|
536
|
+
"outputSchemaName": null,
|
|
537
|
+
"inputs": [],
|
|
538
|
+
"outputs": [],
|
|
539
|
+
"middleware": [
|
|
540
|
+
{
|
|
541
|
+
"type": "wire",
|
|
542
|
+
"name": "logCommandInfoAndTime",
|
|
543
|
+
"inline": false
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"contractHash": "cd535129a2f7becf"
|
|
547
|
+
},
|
|
548
|
+
"pikkuFunctions": {
|
|
549
|
+
"pikkuFuncId": "pikkuFunctions",
|
|
550
|
+
"functionType": "user",
|
|
551
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
552
|
+
"sessionless": true,
|
|
553
|
+
"name": "pikkuFunctions",
|
|
554
|
+
"inputSchemaName": null,
|
|
555
|
+
"outputSchemaName": "PikkuFunctionsOutput",
|
|
315
556
|
"inputs": [],
|
|
316
557
|
"outputs": [
|
|
317
|
-
"
|
|
558
|
+
"PikkuFunctionsOutput"
|
|
318
559
|
],
|
|
319
560
|
"middleware": [
|
|
320
561
|
{
|
|
@@ -322,11 +563,15 @@
|
|
|
322
563
|
"name": "logCommandInfoAndTime",
|
|
323
564
|
"inline": false
|
|
324
565
|
}
|
|
325
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"contractHash": "5d90fe3dfc9a776c"
|
|
326
568
|
},
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
569
|
+
"pikkuServices": {
|
|
570
|
+
"pikkuFuncId": "pikkuServices",
|
|
571
|
+
"functionType": "user",
|
|
572
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
573
|
+
"sessionless": true,
|
|
574
|
+
"name": "pikkuServices",
|
|
330
575
|
"inputSchemaName": null,
|
|
331
576
|
"outputSchemaName": null,
|
|
332
577
|
"inputs": [],
|
|
@@ -337,11 +582,15 @@
|
|
|
337
582
|
"name": "logCommandInfoAndTime",
|
|
338
583
|
"inline": false
|
|
339
584
|
}
|
|
340
|
-
]
|
|
585
|
+
],
|
|
586
|
+
"contractHash": "5705d404a1338693"
|
|
341
587
|
},
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
588
|
+
"pikkuHTTPMap": {
|
|
589
|
+
"pikkuFuncId": "pikkuHTTPMap",
|
|
590
|
+
"functionType": "user",
|
|
591
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
592
|
+
"sessionless": true,
|
|
593
|
+
"name": "pikkuHTTPMap",
|
|
345
594
|
"inputSchemaName": null,
|
|
346
595
|
"outputSchemaName": null,
|
|
347
596
|
"inputs": [],
|
|
@@ -352,16 +601,20 @@
|
|
|
352
601
|
"name": "logCommandInfoAndTime",
|
|
353
602
|
"inline": false
|
|
354
603
|
}
|
|
355
|
-
]
|
|
604
|
+
],
|
|
605
|
+
"contractHash": "4d4bc90bf8b55253"
|
|
356
606
|
},
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
607
|
+
"pikkuHTTP": {
|
|
608
|
+
"pikkuFuncId": "pikkuHTTP",
|
|
609
|
+
"functionType": "user",
|
|
610
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
611
|
+
"sessionless": true,
|
|
612
|
+
"name": "pikkuHTTP",
|
|
360
613
|
"inputSchemaName": null,
|
|
361
|
-
"outputSchemaName": "
|
|
614
|
+
"outputSchemaName": "PikkuHTTPOutput",
|
|
362
615
|
"inputs": [],
|
|
363
616
|
"outputs": [
|
|
364
|
-
"
|
|
617
|
+
"PikkuHTTPOutput"
|
|
365
618
|
],
|
|
366
619
|
"middleware": [
|
|
367
620
|
{
|
|
@@ -369,28 +622,53 @@
|
|
|
369
622
|
"name": "logCommandInfoAndTime",
|
|
370
623
|
"inline": false
|
|
371
624
|
}
|
|
372
|
-
]
|
|
625
|
+
],
|
|
626
|
+
"contractHash": "4a287055ab7c5ff6"
|
|
373
627
|
},
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
628
|
+
"pikkuHTTPTypes": {
|
|
629
|
+
"pikkuFuncId": "pikkuHTTPTypes",
|
|
630
|
+
"functionType": "user",
|
|
631
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
632
|
+
"sessionless": true,
|
|
633
|
+
"name": "pikkuHTTPTypes",
|
|
377
634
|
"inputSchemaName": null,
|
|
378
|
-
"outputSchemaName":
|
|
635
|
+
"outputSchemaName": null,
|
|
379
636
|
"inputs": [],
|
|
380
|
-
"outputs": [
|
|
381
|
-
|
|
637
|
+
"outputs": [],
|
|
638
|
+
"middleware": [
|
|
639
|
+
{
|
|
640
|
+
"type": "wire",
|
|
641
|
+
"name": "logCommandInfoAndTime",
|
|
642
|
+
"inline": false
|
|
643
|
+
}
|
|
382
644
|
],
|
|
645
|
+
"contractHash": "43004f108dc879d2"
|
|
646
|
+
},
|
|
647
|
+
"pikkuMCPJSON": {
|
|
648
|
+
"pikkuFuncId": "pikkuMCPJSON",
|
|
649
|
+
"functionType": "user",
|
|
650
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
651
|
+
"sessionless": true,
|
|
652
|
+
"name": "pikkuMCPJSON",
|
|
653
|
+
"inputSchemaName": null,
|
|
654
|
+
"outputSchemaName": null,
|
|
655
|
+
"inputs": [],
|
|
656
|
+
"outputs": [],
|
|
383
657
|
"middleware": [
|
|
384
658
|
{
|
|
385
659
|
"type": "wire",
|
|
386
660
|
"name": "logCommandInfoAndTime",
|
|
387
661
|
"inline": false
|
|
388
662
|
}
|
|
389
|
-
]
|
|
663
|
+
],
|
|
664
|
+
"contractHash": "f59442cd5c842971"
|
|
390
665
|
},
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
666
|
+
"pikkuMCPTypes": {
|
|
667
|
+
"pikkuFuncId": "pikkuMCPTypes",
|
|
668
|
+
"functionType": "user",
|
|
669
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
670
|
+
"sessionless": true,
|
|
671
|
+
"name": "pikkuMCPTypes",
|
|
394
672
|
"inputSchemaName": null,
|
|
395
673
|
"outputSchemaName": null,
|
|
396
674
|
"inputs": [],
|
|
@@ -401,16 +679,20 @@
|
|
|
401
679
|
"name": "logCommandInfoAndTime",
|
|
402
680
|
"inline": false
|
|
403
681
|
}
|
|
404
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"contractHash": "7eea5a64f0a7a416"
|
|
405
684
|
},
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
685
|
+
"pikkuMCP": {
|
|
686
|
+
"pikkuFuncId": "pikkuMCP",
|
|
687
|
+
"functionType": "user",
|
|
688
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
689
|
+
"sessionless": true,
|
|
690
|
+
"name": "pikkuMCP",
|
|
409
691
|
"inputSchemaName": null,
|
|
410
|
-
"outputSchemaName": "
|
|
692
|
+
"outputSchemaName": "PikkuMCPOutput",
|
|
411
693
|
"inputs": [],
|
|
412
694
|
"outputs": [
|
|
413
|
-
"
|
|
695
|
+
"PikkuMCPOutput"
|
|
414
696
|
],
|
|
415
697
|
"middleware": [
|
|
416
698
|
{
|
|
@@ -418,16 +700,20 @@
|
|
|
418
700
|
"name": "logCommandInfoAndTime",
|
|
419
701
|
"inline": false
|
|
420
702
|
}
|
|
421
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"contractHash": "9a31fd93d142d2d7"
|
|
422
705
|
},
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
706
|
+
"pikkuMiddleware": {
|
|
707
|
+
"pikkuFuncId": "pikkuMiddleware",
|
|
708
|
+
"functionType": "user",
|
|
709
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
710
|
+
"sessionless": true,
|
|
711
|
+
"name": "pikkuMiddleware",
|
|
426
712
|
"inputSchemaName": null,
|
|
427
|
-
"outputSchemaName": "
|
|
713
|
+
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
428
714
|
"inputs": [],
|
|
429
715
|
"outputs": [
|
|
430
|
-
"
|
|
716
|
+
"PikkuMiddlewareOutput"
|
|
431
717
|
],
|
|
432
718
|
"middleware": [
|
|
433
719
|
{
|
|
@@ -435,16 +721,58 @@
|
|
|
435
721
|
"name": "logCommandInfoAndTime",
|
|
436
722
|
"inline": false
|
|
437
723
|
}
|
|
438
|
-
]
|
|
724
|
+
],
|
|
725
|
+
"contractHash": "08fae68caf8fd589"
|
|
439
726
|
},
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
727
|
+
"pikkuSecretDefinitionTypes": {
|
|
728
|
+
"pikkuFuncId": "pikkuSecretDefinitionTypes",
|
|
729
|
+
"functionType": "user",
|
|
730
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
731
|
+
"sessionless": true,
|
|
732
|
+
"name": "pikkuSecretDefinitionTypes",
|
|
443
733
|
"inputSchemaName": null,
|
|
444
|
-
"outputSchemaName":
|
|
734
|
+
"outputSchemaName": null,
|
|
735
|
+
"inputs": [],
|
|
736
|
+
"outputs": [],
|
|
737
|
+
"middleware": [
|
|
738
|
+
{
|
|
739
|
+
"type": "wire",
|
|
740
|
+
"name": "logCommandInfoAndTime",
|
|
741
|
+
"inline": false
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
"contractHash": "dc59b039c854f4f4"
|
|
745
|
+
},
|
|
746
|
+
"pikkuVariableDefinitionTypes": {
|
|
747
|
+
"pikkuFuncId": "pikkuVariableDefinitionTypes",
|
|
748
|
+
"functionType": "user",
|
|
749
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
750
|
+
"sessionless": true,
|
|
751
|
+
"name": "pikkuVariableDefinitionTypes",
|
|
752
|
+
"inputSchemaName": null,
|
|
753
|
+
"outputSchemaName": null,
|
|
754
|
+
"inputs": [],
|
|
755
|
+
"outputs": [],
|
|
756
|
+
"middleware": [
|
|
757
|
+
{
|
|
758
|
+
"type": "wire",
|
|
759
|
+
"name": "logCommandInfoAndTime",
|
|
760
|
+
"inline": false
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"contractHash": "471bbe4124e03887"
|
|
764
|
+
},
|
|
765
|
+
"pikkuPackage": {
|
|
766
|
+
"pikkuFuncId": "pikkuPackage",
|
|
767
|
+
"functionType": "user",
|
|
768
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
769
|
+
"sessionless": true,
|
|
770
|
+
"name": "pikkuPackage",
|
|
771
|
+
"inputSchemaName": null,
|
|
772
|
+
"outputSchemaName": "PikkuPackageOutput",
|
|
445
773
|
"inputs": [],
|
|
446
774
|
"outputs": [
|
|
447
|
-
"
|
|
775
|
+
"PikkuPackageOutput"
|
|
448
776
|
],
|
|
449
777
|
"middleware": [
|
|
450
778
|
{
|
|
@@ -452,16 +780,20 @@
|
|
|
452
780
|
"name": "logCommandInfoAndTime",
|
|
453
781
|
"inline": false
|
|
454
782
|
}
|
|
455
|
-
]
|
|
783
|
+
],
|
|
784
|
+
"contractHash": "50ae54cb26885c6d"
|
|
456
785
|
},
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
786
|
+
"pikkuPermissions": {
|
|
787
|
+
"pikkuFuncId": "pikkuPermissions",
|
|
788
|
+
"functionType": "user",
|
|
789
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
790
|
+
"sessionless": true,
|
|
791
|
+
"name": "pikkuPermissions",
|
|
460
792
|
"inputSchemaName": null,
|
|
461
|
-
"outputSchemaName": "
|
|
793
|
+
"outputSchemaName": "PikkuPermissionsOutput",
|
|
462
794
|
"inputs": [],
|
|
463
795
|
"outputs": [
|
|
464
|
-
"
|
|
796
|
+
"PikkuPermissionsOutput"
|
|
465
797
|
],
|
|
466
798
|
"middleware": [
|
|
467
799
|
{
|
|
@@ -469,10 +801,14 @@
|
|
|
469
801
|
"name": "logCommandInfoAndTime",
|
|
470
802
|
"inline": false
|
|
471
803
|
}
|
|
472
|
-
]
|
|
804
|
+
],
|
|
805
|
+
"contractHash": "16abe2f5a83ea75d"
|
|
473
806
|
},
|
|
474
807
|
"pikkuQueueMap": {
|
|
475
|
-
"
|
|
808
|
+
"pikkuFuncId": "pikkuQueueMap",
|
|
809
|
+
"functionType": "user",
|
|
810
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
811
|
+
"sessionless": true,
|
|
476
812
|
"name": "pikkuQueueMap",
|
|
477
813
|
"inputSchemaName": null,
|
|
478
814
|
"outputSchemaName": null,
|
|
@@ -484,11 +820,15 @@
|
|
|
484
820
|
"name": "logCommandInfoAndTime",
|
|
485
821
|
"inline": false
|
|
486
822
|
}
|
|
487
|
-
]
|
|
823
|
+
],
|
|
824
|
+
"contractHash": "e50208cd844e06bb"
|
|
488
825
|
},
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
"
|
|
826
|
+
"pikkuQueueTypes": {
|
|
827
|
+
"pikkuFuncId": "pikkuQueueTypes",
|
|
828
|
+
"functionType": "user",
|
|
829
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
830
|
+
"sessionless": true,
|
|
831
|
+
"name": "pikkuQueueTypes",
|
|
492
832
|
"inputSchemaName": null,
|
|
493
833
|
"outputSchemaName": null,
|
|
494
834
|
"inputs": [],
|
|
@@ -499,31 +839,41 @@
|
|
|
499
839
|
"name": "logCommandInfoAndTime",
|
|
500
840
|
"inline": false
|
|
501
841
|
}
|
|
502
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"contractHash": "33984b8558f97104"
|
|
503
844
|
},
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
845
|
+
"pikkuQueue": {
|
|
846
|
+
"pikkuFuncId": "pikkuQueue",
|
|
847
|
+
"functionType": "user",
|
|
848
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
849
|
+
"sessionless": true,
|
|
850
|
+
"name": "pikkuQueue",
|
|
507
851
|
"inputSchemaName": null,
|
|
508
|
-
"outputSchemaName":
|
|
852
|
+
"outputSchemaName": "PikkuQueueOutput",
|
|
509
853
|
"inputs": [],
|
|
510
|
-
"outputs": [
|
|
854
|
+
"outputs": [
|
|
855
|
+
"PikkuQueueOutput"
|
|
856
|
+
],
|
|
511
857
|
"middleware": [
|
|
512
858
|
{
|
|
513
859
|
"type": "wire",
|
|
514
860
|
"name": "logCommandInfoAndTime",
|
|
515
861
|
"inline": false
|
|
516
862
|
}
|
|
517
|
-
]
|
|
863
|
+
],
|
|
864
|
+
"contractHash": "2010f7bd9ed15cd6"
|
|
518
865
|
},
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
866
|
+
"pikkuPublicRPC": {
|
|
867
|
+
"pikkuFuncId": "pikkuPublicRPC",
|
|
868
|
+
"functionType": "user",
|
|
869
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
870
|
+
"sessionless": true,
|
|
871
|
+
"name": "pikkuPublicRPC",
|
|
522
872
|
"inputSchemaName": null,
|
|
523
|
-
"outputSchemaName": "
|
|
873
|
+
"outputSchemaName": "PikkuPublicRPCOutput",
|
|
524
874
|
"inputs": [],
|
|
525
875
|
"outputs": [
|
|
526
|
-
"
|
|
876
|
+
"PikkuPublicRPCOutput"
|
|
527
877
|
],
|
|
528
878
|
"middleware": [
|
|
529
879
|
{
|
|
@@ -531,11 +881,36 @@
|
|
|
531
881
|
"name": "logCommandInfoAndTime",
|
|
532
882
|
"inline": false
|
|
533
883
|
}
|
|
534
|
-
]
|
|
884
|
+
],
|
|
885
|
+
"contractHash": "b6b352a6280fc5b8"
|
|
535
886
|
},
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
887
|
+
"pikkuRemoteRPC": {
|
|
888
|
+
"pikkuFuncId": "pikkuRemoteRPC",
|
|
889
|
+
"functionType": "user",
|
|
890
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
891
|
+
"sessionless": true,
|
|
892
|
+
"name": "pikkuRemoteRPC",
|
|
893
|
+
"inputSchemaName": null,
|
|
894
|
+
"outputSchemaName": "PikkuRemoteRPCOutput",
|
|
895
|
+
"inputs": [],
|
|
896
|
+
"outputs": [
|
|
897
|
+
"PikkuRemoteRPCOutput"
|
|
898
|
+
],
|
|
899
|
+
"middleware": [
|
|
900
|
+
{
|
|
901
|
+
"type": "wire",
|
|
902
|
+
"name": "logCommandInfoAndTime",
|
|
903
|
+
"inline": false
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"contractHash": "a4e0b2660e978c44"
|
|
907
|
+
},
|
|
908
|
+
"pikkuRPCInternalMap": {
|
|
909
|
+
"pikkuFuncId": "pikkuRPCInternalMap",
|
|
910
|
+
"functionType": "user",
|
|
911
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
912
|
+
"sessionless": true,
|
|
913
|
+
"name": "pikkuRPCInternalMap",
|
|
539
914
|
"inputSchemaName": null,
|
|
540
915
|
"outputSchemaName": null,
|
|
541
916
|
"inputs": [],
|
|
@@ -546,16 +921,39 @@
|
|
|
546
921
|
"name": "logCommandInfoAndTime",
|
|
547
922
|
"inline": false
|
|
548
923
|
}
|
|
549
|
-
]
|
|
924
|
+
],
|
|
925
|
+
"contractHash": "a60b51d8889c6261"
|
|
550
926
|
},
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
927
|
+
"pikkuRPCExposedMap": {
|
|
928
|
+
"pikkuFuncId": "pikkuRPCExposedMap",
|
|
929
|
+
"functionType": "user",
|
|
930
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
931
|
+
"sessionless": true,
|
|
932
|
+
"name": "pikkuRPCExposedMap",
|
|
554
933
|
"inputSchemaName": null,
|
|
555
|
-
"outputSchemaName":
|
|
934
|
+
"outputSchemaName": null,
|
|
935
|
+
"inputs": [],
|
|
936
|
+
"outputs": [],
|
|
937
|
+
"middleware": [
|
|
938
|
+
{
|
|
939
|
+
"type": "wire",
|
|
940
|
+
"name": "logCommandInfoAndTime",
|
|
941
|
+
"inline": false
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"contractHash": "6a3f60d1d07cd4ae"
|
|
945
|
+
},
|
|
946
|
+
"pikkuRPC": {
|
|
947
|
+
"pikkuFuncId": "pikkuRPC",
|
|
948
|
+
"functionType": "user",
|
|
949
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
950
|
+
"sessionless": true,
|
|
951
|
+
"name": "pikkuRPC",
|
|
952
|
+
"inputSchemaName": null,
|
|
953
|
+
"outputSchemaName": "PikkuRPCOutput",
|
|
556
954
|
"inputs": [],
|
|
557
955
|
"outputs": [
|
|
558
|
-
"
|
|
956
|
+
"PikkuRPCOutput"
|
|
559
957
|
],
|
|
560
958
|
"middleware": [
|
|
561
959
|
{
|
|
@@ -563,11 +961,15 @@
|
|
|
563
961
|
"name": "logCommandInfoAndTime",
|
|
564
962
|
"inline": false
|
|
565
963
|
}
|
|
566
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"contractHash": "4c70070f45a31d25"
|
|
567
966
|
},
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"
|
|
967
|
+
"pikkuSchedulerTypes": {
|
|
968
|
+
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
969
|
+
"functionType": "user",
|
|
970
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
971
|
+
"sessionless": true,
|
|
972
|
+
"name": "pikkuSchedulerTypes",
|
|
571
973
|
"inputSchemaName": null,
|
|
572
974
|
"outputSchemaName": null,
|
|
573
975
|
"inputs": [],
|
|
@@ -578,16 +980,20 @@
|
|
|
578
980
|
"name": "logCommandInfoAndTime",
|
|
579
981
|
"inline": false
|
|
580
982
|
}
|
|
581
|
-
]
|
|
983
|
+
],
|
|
984
|
+
"contractHash": "562f598e335cbbf8"
|
|
582
985
|
},
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"
|
|
986
|
+
"pikkuScheduler": {
|
|
987
|
+
"pikkuFuncId": "pikkuScheduler",
|
|
988
|
+
"functionType": "user",
|
|
989
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
990
|
+
"sessionless": true,
|
|
991
|
+
"name": "pikkuScheduler",
|
|
586
992
|
"inputSchemaName": null,
|
|
587
|
-
"outputSchemaName": "
|
|
993
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
588
994
|
"inputs": [],
|
|
589
995
|
"outputs": [
|
|
590
|
-
"
|
|
996
|
+
"PikkuSchedulerOutput"
|
|
591
997
|
],
|
|
592
998
|
"middleware": [
|
|
593
999
|
{
|
|
@@ -595,28 +1001,34 @@
|
|
|
595
1001
|
"name": "logCommandInfoAndTime",
|
|
596
1002
|
"inline": false
|
|
597
1003
|
}
|
|
598
|
-
]
|
|
1004
|
+
],
|
|
1005
|
+
"contractHash": "064923ed2e031573"
|
|
599
1006
|
},
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"
|
|
1007
|
+
"pikkuSecrets": {
|
|
1008
|
+
"pikkuFuncId": "pikkuSecrets",
|
|
1009
|
+
"functionType": "user",
|
|
1010
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1011
|
+
"sessionless": true,
|
|
1012
|
+
"name": "pikkuSecrets",
|
|
603
1013
|
"inputSchemaName": null,
|
|
604
|
-
"outputSchemaName":
|
|
1014
|
+
"outputSchemaName": null,
|
|
605
1015
|
"inputs": [],
|
|
606
|
-
"outputs": [
|
|
607
|
-
"PikkuForgeNodesOutput"
|
|
608
|
-
],
|
|
1016
|
+
"outputs": [],
|
|
609
1017
|
"middleware": [
|
|
610
1018
|
{
|
|
611
1019
|
"type": "wire",
|
|
612
1020
|
"name": "logCommandInfoAndTime",
|
|
613
1021
|
"inline": false
|
|
614
1022
|
}
|
|
615
|
-
]
|
|
1023
|
+
],
|
|
1024
|
+
"contractHash": "79cd70de0e09d5bc"
|
|
616
1025
|
},
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
"
|
|
1026
|
+
"pikkuTriggerTypes": {
|
|
1027
|
+
"pikkuFuncId": "pikkuTriggerTypes",
|
|
1028
|
+
"functionType": "user",
|
|
1029
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1030
|
+
"sessionless": true,
|
|
1031
|
+
"name": "pikkuTriggerTypes",
|
|
620
1032
|
"inputSchemaName": null,
|
|
621
1033
|
"outputSchemaName": null,
|
|
622
1034
|
"inputs": [],
|
|
@@ -627,30 +1039,68 @@
|
|
|
627
1039
|
"name": "logCommandInfoAndTime",
|
|
628
1040
|
"inline": false
|
|
629
1041
|
}
|
|
630
|
-
]
|
|
1042
|
+
],
|
|
1043
|
+
"contractHash": "09fddf730c1bf453"
|
|
631
1044
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
1045
|
+
"pikkuTrigger": {
|
|
1046
|
+
"pikkuFuncId": "pikkuTrigger",
|
|
1047
|
+
"functionType": "user",
|
|
1048
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1049
|
+
"sessionless": true,
|
|
1050
|
+
"name": "pikkuTrigger",
|
|
635
1051
|
"inputSchemaName": null,
|
|
636
|
-
"outputSchemaName":
|
|
1052
|
+
"outputSchemaName": "PikkuTriggerOutput",
|
|
637
1053
|
"inputs": [],
|
|
638
|
-
"outputs": [
|
|
1054
|
+
"outputs": [
|
|
1055
|
+
"PikkuTriggerOutput"
|
|
1056
|
+
],
|
|
1057
|
+
"middleware": [
|
|
1058
|
+
{
|
|
1059
|
+
"type": "wire",
|
|
1060
|
+
"name": "logCommandInfoAndTime",
|
|
1061
|
+
"inline": false
|
|
1062
|
+
}
|
|
1063
|
+
],
|
|
1064
|
+
"contractHash": "e0688c774c3e4768"
|
|
639
1065
|
},
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
"
|
|
1066
|
+
"pikkuVariables": {
|
|
1067
|
+
"pikkuFuncId": "pikkuVariables",
|
|
1068
|
+
"functionType": "user",
|
|
1069
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1070
|
+
"sessionless": true,
|
|
1071
|
+
"name": "pikkuVariables",
|
|
643
1072
|
"inputSchemaName": null,
|
|
644
1073
|
"outputSchemaName": null,
|
|
645
1074
|
"inputs": [],
|
|
646
|
-
"outputs": []
|
|
1075
|
+
"outputs": [],
|
|
1076
|
+
"middleware": [
|
|
1077
|
+
{
|
|
1078
|
+
"type": "wire",
|
|
1079
|
+
"name": "logCommandInfoAndTime",
|
|
1080
|
+
"inline": false
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"contractHash": "a26bc48e31b3d5d5"
|
|
647
1084
|
},
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
"
|
|
1085
|
+
"pikkuWorkflow": {
|
|
1086
|
+
"pikkuFuncId": "pikkuWorkflow",
|
|
1087
|
+
"functionType": "user",
|
|
1088
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1089
|
+
"sessionless": true,
|
|
1090
|
+
"name": "pikkuWorkflow",
|
|
651
1091
|
"inputSchemaName": null,
|
|
652
|
-
"outputSchemaName":
|
|
1092
|
+
"outputSchemaName": "PikkuWorkflowOutput",
|
|
653
1093
|
"inputs": [],
|
|
654
|
-
"outputs": [
|
|
1094
|
+
"outputs": [
|
|
1095
|
+
"PikkuWorkflowOutput"
|
|
1096
|
+
],
|
|
1097
|
+
"middleware": [
|
|
1098
|
+
{
|
|
1099
|
+
"type": "wire",
|
|
1100
|
+
"name": "logCommandInfoAndTime",
|
|
1101
|
+
"inline": false
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"contractHash": "90b1ebde2160a082"
|
|
655
1105
|
}
|
|
656
1106
|
}
|